/* Enter Your Custom CSS Here */
/* The text colour */
@media only screen and (max-width:600px){
.page-id-2402  h1{text-align:center !important;}
}
 
.shadow {
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 10px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);" 
}
.shadow h2 {
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 10px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);" 
}
div#slide-`3-layer.tp-caption.tp-resizeme.rs-toggle-content-active {
text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 10px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1) !important;
}

.header-toggle-search { display: none !important;}
.item-search-toggle {display: none !important;}
.header-main-section .main-bar-item.item-search-toggle .search-trigger { 
    display: none !important;;
}


div.wpcf7 .wpcf7-form-control { 
	max-width: 95%; 
}

/* Make Contact Form 7 Select Dropdown field responsive &amp; full width */
.wpcf7 select {  
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    padding: 4px;
    text-indent: 0px;
    width: 100% !important;
    z-index: 100;
}
/* Make Contact Form 7 text field full width &amp; responsive */
.wpcf7-text { 
	width: 100%!important;
} 

/* Some additional CSS customization to the whole Contact Form 7 form */
div.wpcf7 { 
	background-color: #f5f5f5; /* Adds background color */
	border: 2px solid #eee; /* Adds a form border */
	padding:20px 10px 10px 10px;
	-webkit-border-radius: 4px; /* Making form border rounded */
	-moz-border-radius: 4px; 
	border-radius: 4px; 
}

.zozo-feature-box img {
 margin-top:-25px !important; 
}