@charset "utf-8";
/* CSS Document */


.g-cols.offset_none > .five-sixths {
width: 83.3333%;
} input[type="text"],

input[type="search"],
textarea,
select {
vertical-align: top;
border: none;
width: 100%;
outline: 0;
}

.w-search-background,
.w-search .w-form-message,
.w-search .w-form-row-state {
display: hidden;
}
.w-search .w-form-row {
margin-bottom: 0;
}
.w-search-open {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    font-size: 17px;
    /* padding-left: 15px; */
    padding-right: 27px;
    cursor: pointer;
    transition: color 0.3s, opacity 0.2s, transform 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: rgba(128, 128, 128, 0.66);
	    padding-top: 1px;
}
.w-cart.has_items + .w-search .w-search-open {
padding-right: 15px;
}
.w-cart.has_items + .w-search.layout_modern .w-search-open {
padding-right: 1px;
}
.w-search-open:before {
content: '\f002';
font-family: fontawesome;
vertical-align: top;
}
.w-search-close {
position: absolute;
top: 0;
right: 0;
text-align: center;
font-size: 22px;
font-weight: bold;
width: 40px;
cursor: pointer;
opacity: 0.5;
transition: color 0.3s, opacity 0.2s, transform 0.3s;
}
.w-search-close:before {
content: '\2715';
}
.no-touch .w-search-close:hover {
opacity: 1;
} .w-search.layout_simple .w-search-open,
.w-search.layout_simple .w-search-close {
display: none;
}
.w-cart.has_items + .w-search.layout_simple {
margin-right: 15px;
}
.w-search.layout_simple .w-form {
position: relative;
width: 240px;
}
.l-subheader.at_middle .w-search.layout_simple .w-form {
margin-left: 20px;
}
.l-header.layout_sided .w-search.layout_simple .w-form {
margin: 0 20px !important;
}
.l-header.transparent .w-search.layout_simple .w-form {
color: inherit;
}
.w-search.layout_simple .w-form-row-field {
position: static;
}
.w-search.layout_simple .w-form-row-field input {
display: block;
position: absolute;
top: 50%;
left: 0;
font-size: 15px;
margin-top: -20px;
padding-left: 12px;
padding-right: 44px;
box-shadow: none !important;
color: inherit;
}
.l-header.transparent .w-search.layout_simple .w-form-row input {
background-color: rgba(0,0,0,0.2);
}
.w-search.layout_simple .w-form-row.for_submit {
text-align: right;
}
.w-search.layout_simple .w-form .w-btn {
padding: 0;
height: 40px;
width: 44px;
background-color: transparent;
color: inherit;
opacity: 0.5;
transition: opacity 0.3s, color 0.3s;
}
.no-touch .w-search.layout_simple .w-form .w-btn:hover {
opacity: 1;
}
.w-search.layout_simple .w-form .w-btn:after {
content: '\f002';
font-size: 18px;
font-family: fontawesome;
font-weight: normal;
}
.w-search.layout_simple .w-form .w-btn:before,
.w-search.layout_simple .w-form .w-btn .g-preloader,
.w-search.layout_simple .w-form .w-btn-label {
display: none;
} .w-search.layout_modern {
position: relative;
overflow: hidden;
width: 32px;
transition: width 0.3s;
}
.w-search.layout_modern.active {
width: 240px;
}
.w-cart.has_items + .w-search.layout_modern {
margin-right: 15px;
}
.w-search.layout_modern .w-form-row-field {
position: static;
}
.w-search.layout_modern .w-form-row.for_submit {
display: none;
}
.w-search.layout_modern .w-form input {
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
font-size: 15px;
padding-left: 12px;
padding-right: 40px;
margin-top: -20px;
margin-left: 20px;
width: 220px;
box-shadow: none !important;
color: inherit;
opacity: 0;
}
.w-search.layout_modern.active .w-form input {
opacity: 1;
}
.w-search.layout_modern .w-search-open {
position: relative;
z-index: 1;
opacity: 1;
transform: translateX(0);
}
.w-search.layout_modern.active .w-search-open {
opacity: 0;
transform: translateX(-20px);
}
.w-search.layout_modern .w-search-close {
opacity: 0;
transform: translateX(20px);
}
.w-search.layout_modern.active .w-search-close {
z-index: 1;
opacity: 0.5;
transform: translateX(0);
}
@media (min-width: 601px) {
.l-header.transparent .w-search.layout_modern .w-form {
color: inherit;
}
.l-header.transparent .w-search.layout_modern .w-form-row input {
background-color: rgba(0,0,0,0.2);
}
} .w-search.layout_fullwidth .w-form {
position: absolute;
top: 0;
left: -25px;
right: -25px;
height: 0;
overflow: hidden;
z-index: 999;
transition: height 0.3s;
}
.w-search.layout_fullwidth.active .w-form {
height: 100%;
}
.w-search.layout_fullwidth .w-form-row-label,
.w-search.layout_fullwidth .w-form-row.for_submit {
display: none;
}
.w-search.layout_fullwidth .w-form-row-field {
position: static;
}
.w-search.layout_fullwidth .w-form-row-field input {
display: block;
position: absolute;
top: 50%;
left: 25px;
font-size: 26px;
line-height: 50px;
height: 50px;
margin-top: -25px;
padding: 0;
width: calc(100% - 80px);
border: none;
border-radius: 0;
box-shadow: none !important;
background-color: transparent;
color: inherit;
}
.w-search.layout_fullwidth .w-search-close {
top: 50%;
right: 25px;
text-align: right;
line-height: 40px;
margin-top: -20px;
} .w-search.layout_fullscreen .w-form {
position: fixed;
top: -100%;
left: 0;
right: 0;
height: 100%;
z-index: 999;
transition: top 0.3s;
}
.w-search.layout_fullscreen.active .w-form {
top: 0;
}
.w-search.layout_fullscreen .w-form:before {
display: block;
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
opacity: 0.95;
}
.w-search.layout_fullscreen .w-form-h {
display: table;
height: 100%;
width: 100%;
background:rgba(31, 220, 211, 0.94);
}
.w-search.layout_fullscreen .w-form-row {
display: table-cell;
vertical-align: middle;
text-align: center;
width: 100%;
}
.w-search.layout_fullscreen .w-form-row-label {
    display: block;
    font-size: 27px;
    line-height: 1.6;
    color: white;
	}
.w-search.layout_fullscreen .w-form-row-field input {
font-size: 50px;
line-height: 1.6;
text-align: center;
height: auto;
width: 85%;
padding: 0;
border: none;
border-radius: 0;
box-shadow: none !important;
background-color: transparent;
color: white;
}
.w-search.layout_fullscreen ::-webkit-input-placeholder {
opacity: 0;
}
.w-search.layout_fullscreen ::-moz-placeholder {
opacity: 0;
}
.w-search.layout_fullscreen :-ms-input-placeholder {
opacity: 0;
}
.w-search.layout_fullscreen .w-form-row.for_submit {
display: none;
}
.w-search.layout_fullscreen .w-search-close {
font-size: 40px;
line-height: 100px;
width: 100px;
} 
.wpcf7-form input[type="text"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea,
.wpcf7-form select {
margin-top: 5px;
}
}
 @media (max-width: 767px) {

.w-search.layout_fullscreen .w-form-row-field input {
font-size: 30px;
}
.w-search.layout_fullscreen .w-search-close {
line-height: 80px;
width: 80px;
}
} 
@media (max-width: 600px) {
.w-search.layout_simple,
.w-search.layout_modern {
position: static !important;
width: auto !important;
margin: 0 !important;
overflow: visible;
}
.w-search.layout_simple .w-search-open {
display: inline-block;
}
.w-search.layout_modern .w-search-open {
position: static;
opacity: 1 !important;
transform: none !important;
}
.l-header.layout_centered .w-nav.type_mobile ~ .w-search .w-search-open {
position: absolute;
top: 0;
right: 0;
line-height: inherit;
}
.w-search.layout_simple .w-form,
.w-search.layout_modern .w-form {
position: absolute;
top: 0;
left: -25px;
right: -25px;
z-index: 99;
height: 0;
width: auto;
margin: 0 !important;
overflow: hidden;
-webkit-transition: height 0.3s;
transition: height 0.3s;
}
.w-search.layout_simple.active .w-form,
.w-search.layout_modern.active .w-form {
height: 50px;
}
.w-search.layout_simple .w-form input,
.w-search.layout_modern .w-form input {
position: static;
height: 50px;
width: 100% !important;
margin: 0 !important;
border-radius: 0;
padding: 0 50px 0 25px;
opacity: 1 !important;
}
.rtl .w-search.layout_simple .w-form input,
.rtl .w-search.layout_modern .w-form input {
padding: 0 25px 0 50px;
}
.w-search.layout_simple .w-form-row.for_submit {
display: none;
}
.w-search.layout_simple .w-search-close,
.w-search.layout_modern .w-search-close {
display: block;
right: 15px;
transform: none !important;
}
.rtl .w-search.layout_simple .w-search-close,
.rtl .w-search.layout_modern .w-search-close {
left: 15px;
right: auto;
}
.w-search.layout_fullwidth .w-form-row-field input,
.w-search.layout_fullscreen .w-form-row-label {
font-size: 15px;
}
.w-search.layout_fullscreen .w-form-row-field input {
font-size: 20px;
}
}
