/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Template: neve
Author: ThemeIsle
Author URI: https://themeisle.com
Description: Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL &amp; translation ready. Look no further. Neve is the perfect theme for you!
Tags: blog,custom-logo,e-commerce,rtl-language-support,grid-layout,one-column,two-columns,custom-background,custom-colors,custom-header,custom-menu,featured-image-header,featured-images,flexible-header,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,accessibility-ready,wide-blocks,block-styles,footer-widgets,portfolio,left-sidebar,right-sidebar
Version: 3.3.3.1658342416
Updated: 2022-07-20 14:40:16

*/


/*
======================================================
CONTACT
======================================================
*/

/* Page background color */
.page-id-3659 {
	background-color:#353535;
}

/* Main Wrapper */
.contact-main-wrapper {
	margin-bottom:0;
}

/* Contact Header <=====================*/
.contact-header {
	padding-top:0;
}

@media all and (max-width: 1023px) {
.contact-header {
	padding-top:50px;
}
}

/* Contact Form Wrapper <=====================*/
.contact-form-wrapper {
	padding:15px 0px 25px 0px; /*T R B L*/
	margin:0;
	width:100%;
	max-width:735px;
}

/* Contact Input Fields <=====================*/
.wpcf7 input[type="text"]{
	padding:10px;
	margin:10px 5px 10px 0px; /*T R B L*/
	width: 85%;
	max-width:320px;
	border: 1px solid #747670;
	border-radius:4px;
	background-color:#2C2C2C;
    color: #8F8F8F;
}
.wpcf7 input[type="email"]{
  padding:10px;
	margin:10px 10px 10px 0px; /*T R B L*/
	width: 85%;
	max-width:320px;
	border: 1px solid #747670;
	border-radius:4px;
	background-color:#2C2C2C;
    color: #8F8F8F;
}

/* Contact Dropdown Menu <=====================*/
.wpcf7-form select {
	text-align:left;
    padding:10px;
	margin:10px 0 10px 0;
	width:100%;
	max-width:652px !important;
	border: 1px solid #747670;
	border-radius: 4px;
	background-color:#2C2C2C;
    color:#8F8F8F;
}

@media all and (max-width: 1023px) {
.wpcf7-form select {
	text-align:left;
    padding:10px;
	margin:10px 0 10px 0;
	width:91%;
	max-width:320px !important;
	border: 1px solid #747670;
	border-radius: 4px;
	background-color:#2C2C2C;
    color:#8F8F8F;
}
}

/* Contact Message Field <=====================*/
.message {
    padding:10px;
	margin:10px 0px 10px 0px; /*T R B L*/
	width:100%;
	height:200px;
	max-width:652px;
	border: 1px solid #747670;
	border-radius:4px;
	font-family:'Lato', sans-serif;
	background-color:#2C2C2C;
    color:#8F8F8F;
}

@media all and (max-width: 1023px) {
.message {
    padding:10px;
	margin:10px 0px 10px 0px; /*T R B L*/
	width:85%;
	height:200px;
	max-width:320px;
	border: 1px solid #747670;
	border-radius:4px;
	font-family:'Lato', sans-serif;
	background-color:#2C2C2C;
    color:#8F8F8F;
}
}

/* Contact Send Button <=====================*/
.wpcf7 input[type="submit"],
.wpcf7 input[type="button"]{ 
    position:absolute;
 	border: 0px !important;
    text-align:center;
    color:white !important;
    background-color:black;
	font-size:14px !important;
	padding:10px 30px 10px 30px;
	box-shadow:none !important;
}

/* Alert Messages <=====================*/
.wpcf7-response-output { 
	display:none;
}

/* Recaptcha Badge <=====================*/
.grecaptcha-badge {
	display:none !important;
}

div.wpcf7-validation-errors {
	display:none !important;
	visibility:hidden;
}

div.wpcf7-spam-blocked {
	color:yellow;
	max-width:500px;
	margin:0 auto;
}

div.wpcf7-mail-sent-ok {
	display:none !important;
	visibility:hidden;
}


/* Placeholders <=====================*/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8F8F8F;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #8F8F8F;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #8F8F8F;
}

/* Email Confirmation Page <=====================*/
.page-id-382 .entry-header {
    visibility: hidden;
 }

@media only screen and (max-width: 768px) {
.email-confirmation-top-separator {
		display:none;
	}
}
