/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Customized Divi Theme By www.GreenMarketing.ca
Version: 3.0.66.1560859053
Updated: 2021-08-04 00:00:03
*/

/*--------------------------------------------------------------------------------------------------- ANIMATION */
/*Action Animation*/
@keyframes softZoomBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.05);
    }
    60% {
        transform: scale(1.02);
    }
}

.action-btn-animation {
    display: inline-block;
    animation: softZoomBounce 2.5s ease infinite;
}

@media only screen and (max-width: 768px) {
  .action-btn-animation-m {
    display: inline-block;
    animation: softZoomBounce 2.5s ease infinite;
  }
}

/*--------------------------------------------------------------------------------------------------- READ MORE FUNCTION */

.read-more-section {
        display: block;
         overflow: hidden;
         position: relative;
        line-height: 1.3em; /* Adjust this based on your content's line height */
        max-height: none; /* No max-height by default */
        transition: max-height 0.5s ease; /* Smooth transition for height change */
        max-height: 5.3em;
        display: -webkit-box;
        -webkit-line-clamp: 5; /* Limit to 5 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; /* Adds the ellipsis (...) */
 }


.read-more-mobile {
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 1.3em; /* Adjust this based on your content's line height */
    max-height: none; /* No max-height by default */
    transition: max-height 0.5s ease; /* Smooth transition for height change */
}

.read-more-section.expanded {
    max-height: none; /* Ensure full expansion on mobile when expanded */
    overflow: visible; /* Show full text */
   -webkit-line-clamp: unset; /* Remove line clamping when expanded */
        max-height: none; /* Ensure full expansion */
        overflow: visible; /* Show full text */
}

.read-more-mobile.expanded {
    max-height: none; /* Ensure full expansion on mobile when expanded */
    overflow: visible; /* Show full text */
}

.read-more-button {
        display: block;
        cursor: pointer;
        padding: 0;
        color: #646464;
        background: none;
        border: none;
        font-weight: bold;
        margin: auto;
        margin-top: -20px;
}

.arrow-ani {
    display: block;
    animation: upDown 1s ease-in-out infinite;
}

@keyframes upDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}



/*--------------------------------------------------------------------------------------------------------- CUSTOM FONTS*/
/* Trade Gothic Font
@font-face {
    font-family: TradeGothicReg;
    src: url(/fonts/TradeGothicLTStd.otf);
}

@font-face {
    font-family: TradeGothicBoldExtended;
    src: url(/fonts/TradeGothicLTStd-BoldExt.otf);
}

@font-face {
    font-family: TradeGothicBold;
    src: url(/fonts/TradeGothicLTStd-Bold.otf);
}


h1, h2, h3, h4, h5, h6 {font-family: TradeGothicReg;}
.footer-widget h1, h2, h3, h4, h5, h6 {font-family: TradeGothicReg;}
.footer-widget {font-family: TradeGothicReg;}
p {font-family: TradeGothicReg;}

strong { font-family: "TradeGothicBold!important"; }
b { font-family: "TradeGothicBold!important"; }
nav#top-menu-nav a {font-family: TradeGothicBold;}

.TradeGothicReg {
font-family: TradeGothicReg!important;
}
.TradeGothicBold {
font-family: TradeGothicBold!important;
}

*/


/*--------------------------------------------------------------------------------------------------------------- HEADER*/

/*Indented mobile menu*/
.et_mobile_menu li a {
    font-weight: bold;
}
ul.sub-menu li a {
    font-weight: 400;
    margin-left: 21px;
}


/*Full Width Mobile Menu*/
.et_mobile_menu {
    right: -25%;
    top: 108px;
    width: 100%;
    border-top: 3px solid #2ea3f2;     /*Change To Custom Color*/
 }
@media screen and (max-width: 980px) {
.container.clearfix.et_menu_container {width: 100%!important;}
}

/*------------------------
Improve menu: wider, small sub link text.
-------------------------*/
.nav li ul {width: auto!important;}
#top-menu li li a {width: 200px!important; padding: 0px 20px!important;}
#top-menu li li a {font-size: 14px!important; line-height: 1; margin: 7px;}
.et_mobile_menu li a { padding: 2px 5%; }
.et_mobile_menu li li {padding-left: 0;}
.et_mobile_menu li li a {padding: 2px 0%;}


/* Fix Logo Menu on half screen size */
@media screen and (min-width:981px) and (max-width:1100px){
#logo {  max-height: 41px!important;  }
#top-menu li {  padding-right: 15px!important;   }	
}


/* Mobile Menu NEW */
/*ul#mobile_menu {border-top: 3px solid #e82728!important;}*/
@media screen and (max-width: 980px) {
    ul#mobile_menu {
        width: 280px!important;
        top: 38px;
        right: 0;
        left: 5;
        position: absolute;
    }
    .admin-bar ul#mobile_menu {top: 82px;}
	.et_header_style_left #logo, .et_header_style_split #logo {max-width: 50%;}
}
@media screen and (max-width: 700px) {
    ul#mobile_menu {
        width: 280px!important;
        top: 79px;
        right: 0;
        left: 0;
        position: fixed;
    }
    .admin-bar ul#mobile_menu {
        top: 125px;
    }
	/*Make Logo Bigger On Mobile */
	#logo { max-height: 64px!important;}
	.et_header_style_left #logo, .et_header_style_split #logo {max-width: 70%;}
}
/*Fix Header On Mobile */
@media (max-width: 980px) {
.et_fixed_nav #main-header, .et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header {
    position: fixed;
}
}


/*Rounded Square Hamberger Menu*/
span.mobile_menu_bar.mobile_menu_bar_toggle {
    background-color: #e6e6e6;
    height: 30px;
    border-radius: 5px;
    margin-bottom: 28px;
}
.mobile_menu_bar:before {color: #5f5f5f;}  /*CUSTOM COLOR*/

/*------------------------------------------------ Center Menu */
#et-top-navigation { 
float: none; 
position: relative; 
margin-left: 50%;   
padding-left: 0 !important; 
}
#top-menu-nav { 
margin-left: -50%;
}

/* Hide Cart Button*/
a.et-cart-info {display: none!important;}



/*--------------------------------------------------------------------------------------------------------------- BODY */
/* Box Shadow */
.box-shadow {
    box-shadow: inset 0px 11px 8px -10px #00000033, inset 0px -11px 8px -10px #00000030!important;
}

/*No Border On Tables*/
.entry-content table, body.et-pb-preview #main-content .container table {border: 0px;}
.entry-content tr td, body.et-pb-preview #main-content .container tr td {border-top: 0px;}

/* Password Protected*/
.post-password-required .et_pb_section.et_section_regular {padding: 35px;}

/* Box layout full width on mobile */
@media screen and (max-width: 700px) {
	#page-container {width: 100%!important;}
	header#main-header {width: 100%!important; padding: 0 15px;}
}

.gm-blurb_1 img {
    transform: scale(1.006);
}

.gm-blurb_1 h4.et_pb_module_header {
    background: #00000021;
    padding: 12px;
    position: relative;
    top: -29px;
    border-top: 2px solid #00000029;
    border-bottom: 2px solid #0000001f;
}



/*----------------------------------------------------------------------------------------------------------------- GRID */
/* Easy Flex Box */
/* https://css-tricks.com/snippets/css/a-guide-to-flexbox/ */
.flex {display:flex;}
.center-vh { display:flex; align-items: center; justify-content: center; }
.center-h { display:flex; justify-content: center;}
.center-v {display:flex; align-items: center;}

.jc-flex-start {display:flex; justify-content: flex-start;}
.jc-flex-end {display:flex; justify-content: flex-end;}
.jc-space-between {display:flex; justify-content: space-between;}
.jc-space-around {display:flex; justify-content: space-around;}
.jc-space-evenly {display:flex; justify-content: space-evenly;}

.ai-flex-start {display:flex; align-items: flex-start;}
.ai-flex-start {display:flex; align-items: flex-end;}
.ai-stretch {display:flex; align-items: stretch;}
.ai-baseline {display:flex; align-items: baseline;}

.flex-nowrap {flex-wrap: nowrap;}
.flex-wrap {flex-wrap: wrap;}
.flex-wrap-reverse {flex-wrap: wrap-reverse;}



.colA {
    margin-right: 1.5%;
}
.colB {
    margin-left: 1.5%;
}
.col_2 {
    width: 48.5%;
    float: left;
    padding: 13px 0px;
    padding-top: 0;
	position: relative;
    z-index: 10000;
}


.col1 {width:100%; padding:20px; clear: both;}
.col2 {width:50%; float:left; padding:20px;}
.col3 {width: 33%; float: left; padding: 20px;}
.col4 {width: 25%; float: left; padding: 20px;}
.col5 {width: 20%; float: left; padding: 20px;}
.col6 {width: 16%; float: left; padding: 20px;}

.col_2.colA {
    z-index: 1000;
    position: relative;
}

.col_2.colB {
    z-index: 1000;
    position: relative;
}

.col_10 {width:10%;}
.col_20 {width:20%;}
.col_30 {width:30%;}
.col_33 {width:33%;}
.col_40 {width:40%;}
.col_50 {width:50%;}
.col_60 {width:60%;}
.col_70 {width:70%;}
.col_80 {width:80%;}
.col_90 {width:90%;}

@media screen and (max-width: 700px) {
	.col2 {width:100%; float:none;}	
	.col_2  {width:100%; float:none;}	
	.col3 {width:100%; float:none;}	
	.col4 {width:100%; float:none;}	
	.col5 {width:100%; float:none;}	
	.col6 {width:100%; float:none;}	
	.col7 {width:100%; float:none;}	
	.colA {margin-right: 0;}
	.colB {margin-left: 0px;}
	.m_colapse {width:100%;}
}

/* No padding */
.p-0 {padding:0;}
.pt-0 {padding-top:0;}
.pb-0 {padding-bottom:0;}
.pr-0 {padding-right:0;}
.pl-0 {padding-left:0;}
/* 10px padding */
.p-1 {padding:10px;}
.pt-1 {padding-top:10px;}
.pb-1 {padding-bottom:10px;}
.pr-1 {padding-right:10px;}
.pl-1 {padding-left:10px;}
/* 20px padding */
.p-2 {padding:20px;}
.pt-2 {padding-top:20px;}
.pb-2 {padding-bottom:20px;}
.pr-2 {padding-right:20px;}
.pl-2 {padding-left:20px;}
/* 30px padding */
.p-3 {padding:30px;}
.pt-3 {padding-top:30px;}
.pb-3 {padding-bottom:30px;}
.pr-3 {padding-right:30px;}
.pl-3 {padding-left:30px;}
/* 40px padding */
.p-4 {padding:40px;}
.pt-4 {padding-top:40px;}
.pb-4 {padding-bottom:40px;}
.pr-4 {padding-right:40px;}
.pl-4 {padding-left:40px;}
/* 50px padding */
.p-5 {padding:50px;}
.pt-5 {padding-top:50px;}
.pb-5 {padding-bottom:50px;}
.pr-5 {padding-right:50px;}
.pl-5 {padding-left:50px;}
/* No margin */
.m-0 {margin:0;}
.mt-0 {margin-top:0;}
.mb-0 {margin-bottom:0;}
.mr-0 {margin-right:0;}
.ml-0 {margin-left:0;}
/* 10px margin */
.m-1 {margin:10px;}
.mt-1 {margin-top:10px;}
.mb-1 {margin-bottom:10px;}
.mr-1 {margin-right:10px;}
.ml-1 {margin-left:10px;}
/* 20px margin */
.m-2 {margin:20px;}
.mt-2 {margin-top:20px;}
.mb-2 {margin-bottom:20px;}
.mr-2 {margin-right:20px;}
.ml-2 {margin-left:20px;}
/* 30px margin */
.m-3 {margin:30px;}
.mt-3 {margin-top:30px;}
.mb-3 {margin-bottom:30px;}
.mr-3 {margin-right:30px;}
.ml-3 {margin-left:30px;}
/* 40px margin */
.m-4 {margin:40px;}
.mt-4 {margin-top:40px;}
.mb-4 {margin-bottom:40px;}
.mr-4 {margin-right:40px;}
.ml-4 {margin-left:40px;}
/* 50px margin */
.m-5 {margin:50px;}
.mt-5 {margin-top:50px;}
.mb-5 {margin-bottom:50px;}
.mr-5 {margin-right:50px;}
.ml-5 {margin-left:50px;}



/*-----------------------------------------------------------------------------------------------------------------BLOG */
/*  Blog layout on side with   .dt-blog class and full width layout  */
@media only screen and (min-width: 1080px) {
    .dt-blog .et_pb_post.has-post-thumbnail .entry-featured-image-url {
        float: left;
        width: 30%;
        margin-right: 4%;
    }
    .dt-blog .et_pb_post.has-post-thumbnail:not(.format-gallery) > .post-content {
        padding-left: 34%;
    }
}




/*-----------------------------------------------------------------------------------------------------------------HOTBOX */
.blur{
    -webkit-filter: blur(5px);
    filter: blur(5px);
}


/*----------------------------------------------------------------------------------------------------------------- FOOTER*/
/* Centers Footer Menu*/
ul#menu-footer-menu {text-align: center!important;}
ul#menu-main-menu {text-align: center;}
/* Centers Copyright Text*/
div#footer-info {text-align: center!important;width: 100%;}

/* Center Footer On Mobile   Logo  width="100" class="aligncenter"*/
@media screen and (max-width: 700px) {
	.footer-widget {text-align: center;}
	.widget_custom_html {width: 100%;}
	.widget_text {width: 100%;}
	.textwidget .btn {width: 70%;margin: auto;}
}



/*--------------------------------------------------------------------------------------------------------------  MOBILE*/
/*This size or Bigger */
@media screen and (min-width: 1250px) {}
/*This size or smaller */
@media screen and (max-width: 700px) {}
/* Between 2 sizes */
@media screen and (min-width:400px) and (max-width:900px){}
/*SUPER LARGE SCREEN SIZE */
@media screen and (min-width: 2500px) {}

/*HIDE EMEMENTS BASED ON SIZE*/
.hide-mobile {display: block;}
.hide-med {display: block;}
.mobile-only {display:none;}
.mobile-only-inline {display:none;}
@media screen and (max-width: 1250px){.hide-med {display: none!important;}}
@media screen and (max-width: 700px){.hide-mobile {
	display: none!important;} 
	.mobile-only {display:block!important;}
	.mobile-only-inline {display:inline!important;}
}



/*Keep Col on Mobile*/
@media only screen and (max-width: 980px) {
 
.two-columns .et_pb_column {
width: 50%!important;
}
 
.three-columns .et_pb_column {
width: 33.33%!important;
}
 
.four-columns .et_pb_column {
width: 25%!important;
}
}

/*3 Col Newsletter signup
.et_pb_newsletter .et_pb_newsletter_form .et_pb_contact_field_half {flex-basis: 31%;}
.et_pb_newsletter .et_pb_newsletter_fields>* { flex-basis: 31%;}
*/



/* SIDE BAR ---------------------------------------------------------------------------------------------------------------*/
/*Removing the divi theme dividing line on sidebar
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }
*/

/*------------------------------------------------------------ THREE COLUMN PORTFOLIO GRID LAYOUT */
@media only screen and ( min-width: 768px ) {
    .three-column-grid .et_pb_grid_item {
    width: 28.333% !important;
    margin: 0 7.5% 7.5% 0 !important;
    }
     
    .three-column-grid .et_pb_grid_item:nth-child(3n) {
    margin-right: 0 !important;
    }

    .three-column-grid .et_pb_grid_item:nth-child(3n+1) {
    clear: left;
    }

    .three-column-grid .et_pb_grid_item:nth-child(4n+1) {
    clear: unset !important;
    }
}





/*CONTACT FORMS
/*----------------------------------------------------------------------------------------------  CONTACT FORM 7 DIVI SKIN*/
/*CHECK MARK BOTTOM PADDING*/
span.wpcf7-form-control-wrap { margin-top: 10px; display: block; }

/*Contact Form 7 Default*/
.wpcf7-submit {
color: #2EA3F2 !important;
background: transparent;
}
.wpcf7-submit:hover { 
background-color: #eee; 
border-color:#eee; 
}

/*Contact Form 7 Custom*/
.wpcf7-submit {
color: White !important;
background: black;
}
.wpcf7-submit:hover { 
background-color: #3f3f3f;
}


.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding:16px!important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.wpcf7-text.wpcf7-icons { padding-left: 40px!important; }
    

.wpcf7-submit {
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px!important;
padding: 6px 20px;
line-height: 1.7em;
border: 0px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}
.wpcf7-submit:hover { 
padding: 6px 20px !important; 
border:0;
border-radius: 3px!important;
}



select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    background-color: #eeeeee;
    border: 0;
    width: 100%;
    border-radius: 2px;
    padding: 11px;
    margin-top: 5px;
}


/* Contact form 7 helps center button */
.wpcf7 .ajax-loader {
    display: block;
}


/*KEEPING SELECT BOXES THE SAME ON MAC*/
/*https://clicknathan.com/web-design/styling-select-elements-crossbrowser/*/

select.wpcf7-form-control.wpcf7-select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background-color:white;
    width: 100%!important;
    padding: 15px;
    border: 0;
	border-radius: 2px;
	padding: 11px;
    margin-top: 5px;
}

.select-container {position:relative; display: inline;}

.select-container:after {content:""; width:0; height:0; position:absolute; pointer-events: none;}

.select-container:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: .3em;
    right: .75em;
    border-top: 8px solid black;
    opacity: 0.5;
}

select::-ms-expand {
    display: none;
}

input.wpcf7-form-control.wpcf7-captchar {
    background-color: #eee !important;
    border: none !important;
    width: 100% !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #999 !important;
    padding: 0;
    height: 40px;
    box-sizing: border-box;
}

/* Contact Form 7 Icons ------------------------------------------------------------------------------------------------------- */
.wpcf7-icons {
    background-size: 27px!important;
    background-position: 5px center!important;
    padding-left: 40px!important;
}

@media only screen and (max-width: 480px) {
.wpcf7-form-control-icons { background-size: 20px!important; padding-left: 30px!important; }
}

.cf7_name { background: url(https://demo.greenmarketing.ca/wp-content/uploads/2024/10/black-person.svg) no-repeat scroll 7px 7px; }
.cf7_phone { background: url(https://demo.greenmarketing.ca/wp-content/uploads/2024/10/black-phone.svg) no-repeat scroll 7px 7px; }
.cf7_email { background: url(https://demo.greenmarketing.ca/wp-content/uploads/2024/10/black-email.svg) no-repeat scroll 7px 7px; }
.cf7_location { background: url(https://demo.greenmarketing.ca/wp-content/uploads/2021/08/blue-location.svg) no-repeat scroll 7px 7px; }




/*-------------------------------------------------------------------------------------------------------- JOB BOARD PLUGIN*/
input.btn-search.btn.btn-primary {background-color:#f26862;}
input.btn-search.btn.btn-primary:hover {background-color:#f26862;}
.no-job-listing {text-align: center;}

/* ------------------------------------------------------------------------------------------------------------- DIVI MODS*/
/*Modifies Divi builder to show what slides are disabled */
li.et-fb-settings-module-item:nth-child(n+4) {background-color: #ff000038!important;}



/* ------------------------------------------------------------------------------------------------------------- CUSTOM NEWSLETTER POPUP*/
.GM_popup {
    background-color: #181818e0;
    position: fixed;
    position: fixed;;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh!important;
    z-index: 100000;
    padding: 20vh 0;
}

.GM_popup-content {
    background-color: white;
    border-radius: 25px;
    padding: 1% 3%;
    width: 50%!important;
    margin: auto;
    box-shadow: 1px 4px 5px #00000014;
	max-width: 512px;
}

#GM_close-popup {
    float: right;
    position: absolute;
    right: 36px;
    top: 45px;
    color: black;
    border: 2px solid white;
    border-radius: 100%;
    padding: 8px 9px;
    padding-bottom: 9px;
    line-height: 1;
    font-size: 19px;
	background: white;
}

div#open-newsletter-popup {
    cursor: pointer;
}

.GM_popup-content p {
    font-size: 20px;
    text-align: center;
}

.GM_popup-content h6 {
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
	margin-top: 10px;
}

.GM_popup input.wpcf7-form-control.wpcf7-submit.newletter {
    top: 2px;
}
.GM_popup img {
    margin: auto;
    display: block;
    margin-bottom: 10px;
	width:250px;
}

.GM_blur {
    filter: blur(4px);
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.GM_popup-content input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: #efefef!important;
    width: 80%!important;
    margin-bottom: 20px;
    border-radius: 5px!important;
}

.GM_popup-content span.ajax-loader {
    display: block!important;
}

#GM_popup #privacy {
    text-align: center;
    color: #0c2b1b;
    padding-top: 20px;
    width: 100%;
    display: inline-block;
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
}

.GM_popup-content #wpcf7-f2179-o1 {
    margin-top: 20px;
}

.GM_popup-content .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
	color:black;
	text-align: center;
	line-height: 1.2em;
}

.GM_popup-content .wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 0em;
	margin-bottom: 20px;
    margin-top: -20px;
}

input.wpcf7-form-control.wpcf7-submit.newletter {
    margin-left: 6px;
    background-color: #1e6844;
	color:white!important;
}

.post-template-default #open-newsletter-popup {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit.newletter {
    margin-top: -3px;
}




@media only screen and (max-width: 600px) {
    .GM_popup-content {width: 88%!important; margin-top:20%; padding: 5px;}
    .GM_popup { padding: 0; }
    #GM_close-popup {right: 7px; top: 8px;}
	.GM_popup-content h6 {    font-size: 20px; }
	.GM_popup img {width: 180px;margin-top: 20px;}
}



/* ------------------------------------------------------------------------------------------------------------- CONTACT SLIDEUP*/
.GM_contact-slideup {
	height: 0px;
    position: relative;
    z-index: 10;
    float: right;
    top: -393px;
	transition: all 0.5s ease;
}

.GM_contact-slideup-content {
	height: 100px;
    background-color: #222222;
    border-radius: 0;
    padding: 3% 3%;
    width: 350px;
    margin: auto;
    box-shadow: 1px 4px 5px #00000014;
	cursor: pointer;
	transition: all 0.5s ease;
}

.GM_contact-slideup-content h6 {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 10px;
    margin-top: 3px;
    color: white;
    text-align: left;
	margin-bottom: 0;
}

#GM_close-slideup {
    float: right;
    position: absolute;
    right: 10px;
    top: 13px;
    color: white;
    border-radius: 100%;
    padding: 8px 9px;
    padding-bottom: 9px;
    line-height: 1;
    font-size: 16px;
    background: #2ea3f2;
}

.GM_contact-slideup-content input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: #ffffff!important;
    width: 100%!important;
    margin-bottom: 0px;
    border-radius: 0px!important;
    padding: 10px!important;
}

.GM_contact-slideup-content .wpcf7-textarea, .wpcf7-captchar {
    background-color: #fff !important;
    height: 85px;
	padding: 10px!important;
}

.GM_contact-slideup-content .wpcf7-textarea::placeholder {color: black;}
.GM_contact-slideup-content input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {color: black;}

.GM_contact-slideup-content .wpcf7-submit {background: #2ea3f2; margin: 0; float:left;}
.GM_contact-slideup-content .wpcf7-submit:hover {background: #2ea3f2; opacity:.8;}

.GM_contact-slideup-content span.ajax-loader {
    display: block!important;
}

.GM_contact-slideup-content .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
	color:black;
	text-align: center;
	line-height: 1.2em;
}

.GM_contact-slideup-content .wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 0em;
	margin-bottom: 20px;
    margin-top: -20px;
}


footer {
    position: relative;
    z-index: 10000;
}

.GM_contact-slideup.open {
    top: -670px!important;
}
.GM_contact-slideup.open .GM_contact-slideup-content {
    height: 420px;
	cursor: auto;
}

#GM_FORM {display:none; opacity:0; transition: all 0.5s ease;}

#GM_FORM.open{display:block; opacity:1;}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



/*Chart Search*/

input#woocommerce-product-search-field-0 {
    padding: 0.7em;
    height: 39px !important;
    margin: 0;
    font-size: 14px;
    line-height: normal !important;
    border: 1px solid #ddd;
    color: #666;
    width: 64%;
    border-radius: 5px 0 0 5px;
}

#woocommerce_product_search-2 button {
    padding: 0.7em;
    height: 39px !important;
    margin: 0;
    font-size: 14px;
    line-height: normal !important;
    border: 1px solid #ddd;
    color: #666;
    position: relative;
    left: -5px;
    top: 1px;
    border-radius: 0 5px 5px 0;
}





