/*
 Theme Name:   Cantrack Theme
 Theme URI:    https://bombinatewebdesign.com/
 Description:  Cantrack Theme
 Author:       Bombinate Web Design
 Author URI:   https://bombinatewebdesign.com/
 Template:     Divi
*/

.input[type=submit] {
    width: auto;
	font-size: 18px!important;
    background-color: #43bec3!important;
    border-radius: 0px!important;
}




.et_pb_contact_submit.et_pb_button {
    line-height: 31px!important;
    padding-left: 28px!important;
    padding-top: 12px!important;
    padding-right: 28px!important;
    padding-bottom: 12px!important;
}

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

.blurb_click:hover {cursor: pointer;}

/****************************************************/
/**************-----SITE WIDE CODE-----**************/
/****************************************************/
/*---Hide Request A Callback Button ---*/
.sticky-book {
    display: none!important;
}

//*---Blue CTA Link ---*/
//a.bwd-ctaLink {
//    color: #1B75BC !important;
//}

/*---White CTA Link ---*/
//a.bwd-ctaWhiteLink {
//    color: #fff !important;
//}

/*--------------------------------------------------*/
/*------------------COLOR PALETTE-------------------*/
/*--------------------------------------------------*/

/*Dark Blue: HEX #1B75BC RGB: 27,117,188*/
/*Light Blue: #6DCFF6 RGB: 109,207,246*/
/*Green: #A3CF62 RGB: 163,207,98*/
/*Dark Grey: #9A9A9A RGB: 154,154,154*/
/*Medium Grey: #757C82 RGB: 117,124,130*/
/*Body Color: #525558 RGB: 82,85,88*/
/*Menu Color: #939393*/



/*Button Light Teal: #43bec3*/
/*Button Dark Teal: #36a4a9*/
/*Footer Light Blue: #1766A3 RGB: 23,102,163*/
/*Footer Dark Blue: #114E7D*/


/*Old Body Color: #2E2D2D RGB: 46,45,45*/


html {
    font-size: 16px;
}

@media (max-width: 900px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 400px) {
    html {
        font-size: 13px;
    }
}

/*-----------------Colour Variables-------------------*/

/*--------------------------------------------------*/
/*--------------------TYPOGRAPHY--------------------*/
/*--------------------------------------------------*/

h1 {
    font-size: 2.5rem !important;
    font-weight: 400;
    color: #ffffff !important;
    line-height: 44px;
    margin-bottom: 15px;
    margin-bottom: 7px;
}


h2 {
    font-size: 1.88rem !important;
    font-weight: 400;
    color: #5d5d5d !important;
    line-height: 26px;
    margin-bottom: 20px;
}

h3,
.et_pb_bg_layout_dark h3 {
    color: #1B75BC !important;
    /*font-size: 34px;*/
    font-size: 1.4rem;
    font-weight: 600;
	margin-bottom: 20px;
	margin-bottom: 20px;
}

h4,
.et_pb_bg_layout_dark h4 {
    color: #5d5d5d !important;
    font-size: 1.25rem !important;
}


h5 {
    color: #1B75BC;
    font-weight: 400;
    font-size: 1.20rem;
}


body {
    font-weight: 400;
    line-height: 1.7;
    font-size: 1.18rem;
    color: #5e5e5e;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

.bwd-headerFont p {
    font-size: 1.45rem;
}



.regular {
    font-weight: 500;
}

.blue {
    color: #1B75BC;
    font-weight: 600;
}

.home-blue {
    color: #1B75BC;
    font-weight: 500;
    font-size: 38px;
}

/*---Bullet List Padding---*/
.et_pb_text_inner ol li {
    padding-bottom: 10px;
}


/*--- Logo and Menu Alignment ---*/
/*--- Change The Breakpoint of the Mobile Menu */
@media only screen and ( max-width: 1008px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
	.bwd-phone {display: none;}
		

/*--- Stop Menu Being Fixed on Mobile Menu */
.et_fixed_nav #main-header, .et_fixed_nav #top-header{
position: absolute;
}
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1009px) {
.logo_container {
//    margin-top: -2.75%;
    margin-top: -2%;

}
}

#logo-svg {
    z-index: 9999988 !important;
}

#top-menu {
    margin-top: -4% !important;
    z-index: 999999999 !important;
}

.bwd-phone h4 a {
    margin-left: -20px;
}

/* GENERAL */

.entry-content table {
    font-size: 16px;
    border: none;
    margin-bottom: 40px;
}

.entry-content tr td {
    border-top: 0.5px solid #2B2E34;
}

.entry-content tr:last-child {
    border-bottom: 0.5px solid #2B2E34;
}

.sticky-book {
    transform: rotate(-90deg);
    position: fixed;
    right: 28px;
    top: 255px;
    /*background-color: #1b75bc;*/
    background-color: #36a4a9;
    color: #fff;
    padding: 5px 10px 6px 10px;
    border-radius: 7px 7px 0 0;
    border: 1px solid #fff;
    transform-origin: right;
    font-size: 28px;
    font-weight: 500;
    z-index: 999999999999;
}



img {
    max-height: 600px;
}



.height-70 {
    height: 80vh;
}



#page-container {
    margin-top: -1px !important;
}

.six-columns .et_pb_module {
    width: 16.66%;
    float: left;
}

/*--------------------------------------------------*/
/*---------SWITCH COLUMN ORDER ON MOBILE------------*/
/*--------------------------------------------------*/

@media all and (max-width: 980px) {

    /*** wrap row in a flex box ***/
    .custom_row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        /* Safari 6.1+ */
        flex-wrap: wrap;
    }

    /*** custom classes that will designate the order of columns in the flex box row ***/
    .first-on-mobile {
        -webkit-order: 1;
        order: 1;
    }

    .second-on-mobile {
        -webkit-order: 2;
        order: 2;
    }

    .third-on-mobile {
        -webkit-order: 3;
        order: 3;
    }

    .fourth-on-mobile {
        -webkit-order: 4;
        order: 4;
    }

    /*** add margin to last column ***/
    .custom_row:last-child .et_pb_column:last-child {
        margin-bottom: 30px;
    }

}


/*--------------------------------------------------*/
/*-----------------HEADER SECTION-------------------*/
/*--------------------------------------------------*/
/*--- Main Menu Font On Contact Us ---*/
@media (min-width: 981px) {
    body #top-menu li.login > a {
        color: #fff !important;
    }
}

/*--- Menu Font Color ---*/
.home .et-fixed-header #top-menu a {
    color: #939393 !important;
}

.et-fixed-header #top-menu .login a {
    color: #ffffff !important;
}


/*--- Menu Phone Number Styling ---*/
h2.bwd-phoneMenu {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 18px !important;
    color: #1b75bc !important;
}

/*-------Float Phone Text Right-------*/
@media only screen and (min-width: 981px) {
    .bwd-phone .et_pb_blurb_content {
        float: right;
        margin-right: 30px;
    }
}

/*
.home #top-menu li > a {
    color: #757C82 !important;
}*/


#logo-svg {
    width: 220px;
    top: 10px !important;
    position: relative;
}

.et-fixed-header #logo-svg {
    top: 12px !important;
}


#top-menu li > a {
    /*color: #fff;*/
    color: #939393 !important;
}

#top-menu li.current-menu-item > a {
    color: #fff;
}

#main-header {
    max-height: 80px !important;
}


#top-menu a {
    font-weight: 400;
    /*color: #757C82 !important;*/
}

#logo {
    top: 5px;
    position: relative;
}

.fullwidth-menu a {
    color: rgb(255, 255, 255);
}

.tel-head {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    position: relative;
    top: 15px;
    padding-right: 23px;
}

/*
.et_pb_section_video_bg {
  border-top: 80px solid #fff;
    border-bottom: 80px solid #fff;
}*/

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 5px;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a,
.et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a {
    padding-bottom: 3px !important;
}

.login a {
    background-color: #1B75BC;
    padding: 12px 20px 12px 20px !important;
    position: relative;
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff !important;
}


.login a:hover {
    /*background-color: rgba(23, 102, 163, 1.0) !important;*/
    background-color: #1766A3 !important;
}

/*---CTA on Mobile ---*/
@media only screen and ( max-width: 1008px ) {
.login {
width: 20%;
text-align: center;
}
}

@media only screen and ( max-width: 800px ) {
.login {
width: 30%!important;
text-align: center;
}
}

@media only screen and ( max-width: 535px ) {
.login {
width: 45%!important;
text-align: center;
}
}

@media ( max-width: 479px ) {
.login {
width: 90%!important;
text-align: center;
}
 
}


.home .et-fixed-header #top-menu .login a {
    color: #ffffff !important;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li.login > a {
    padding: 12px 20px 12px 20px !important;
    color: #ffffff !important;
}

#top-menu li {
    padding-bottom: 25px;
}

.et_header_style_left #et-top-navigation,
.et_header_style_split #et-top-navigation {
    padding-top: 23px !important;
}


/*--------------------------------------------------*/
/*-------------------SIDEBAR AREA-------------------*/
/*--------------------------------------------------*/

/*-------Widget Box Styling-------*/
.bwd-sidebarBox h3 {
    color: #ffffff !important;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 18px;
}

/*-------Contact Widget Box Styling-------*/
.bwd-sidebarBox-Blue h3 {
    color: #1B75BC !important;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 18px;
}

p.address-Style {
    padding-left: 30px;
    margin-top: -52px;
}


/*-------White Widget Button-------*/
.btn-white {
    margin-top: 20px !important;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}

a.btn-white {
    background-color: #fff;
    /* change background color here */
    border: 2px solid transparent;
    color: #43bec3 !important;
    /* change font color here */
}

a.btn-white:hover {
    background: #e6e6e6;
    /* change background color on hover here */
    border: 2px solid transparent;
}

/*-------Teal Widget Button-------*/
.btn-teal {
    margin-top: 20px !important;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}

a.btn-teal {
    background-color: #43bec3;
    /* change background color here */
    border: 2px solid transparent;
    color: #fff !important;
    /* change font color here */
}

a.btn-teal:hover {
    background: #36a4a9;
    /* change background color on hover here */
    border: 2px solid transparent;
}

/*-------Contact Us Widget Icons-------*/
.phoneIcon:before {
    content: "\e090";
    color: #43bec3;
    position: relative;
    font-family: 'ETmodules';
    font-size: 18px;
    padding: 10px 10px 5px 5px;
}

.addressIcon:before {
    content: "\e081";
    color: #43bec3;
    position: relative;
    font-family: 'ETmodules';
    font-size: 18px;
    padding: 10px 10px 5px 5px;
}

.addressContactIcon:before {
    content: "\e081";
    color: #43bec3;
    position: relative;
    font-family: 'ETmodules';
    font-size: 18px;
    padding: 10px 10px 5px 5px;
}

.emailIcon:before {
    content: "\e076";
    color: #43bec3;
    position: relative;
    font-family: 'ETmodules';
    font-size: 18px;
    padding: 10px 10px 5px 5px;
}


/*---Remove any horizonal browser scrollbars---*/

#page-container {
    overflow: hidden;
}




/*--------------------------------------------------*/
/*-------------------FOOTER AREA--------------------*/
/*--------------------------------------------------*/

.footer-area {
    font-size: 16px;
}

#main-footer {
    display: none !important;
}


.et-fixed-header #logo {
    margin-top: -8px;
}

/*-------Main Footer Styling-------*/

.bwd-Footer .et_pb_text_inner h4 {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 22px !important;
    margin-bottom: 20px !important;
}


.bwd-Footer p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px;
}


.bwd-Footer p a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 20px;
}

/*-------Bottom Footer Styling-------*/
.bwd-bottomFooter p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8) !important;
}

.bwd-bottomFooter a {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

/*--- Keep Footer to Bottom on Short Pages ---*/
html,
body {
    height: 100%
}

#page-container {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding-bottom: 0px;
}

#main-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 54px;
}

/*------- Center Align Text On Mobile -------*/
@media all and (max-width: 980px) {
    .bwdWidgets {
        text-align: center !important;
    }
}



/****************************************************/
/***************-----WEBSITE PAGES-----**************/
/****************************************************/

/*--------------------------------------------------*/
/*--------------------HOME PAGE---------------------*/
/*--------------------------------------------------*/
/* HOME */

.two-products-title {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: transparent;
    transition: all 0.3s ease;
}

.two-products-title h1 {
    font-size: 50px;
    font-weight: 400;
}

#services {
    height: 100vh;
}

.service-links .et_pb_row {
    height: 100%;
}

.service-links .et_pb_column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-desc,
.service-links .et_pb_button {
    opacity: 0;
    height: 0;
}

.home .service-links .et_pb_button {
    opacity: 1;
    height: auto;
    position: relative;
    top: 30px;
}

.service-links .et_pb_column:hover .service-desc,
.service-links .et_pb_column:hover .et_pb_button {
    opacity: 1;
}

.service-links .et_pb_column:hover .service-desc {
    margin: 40px 0 60px 0;
    padding: 0 60px 30px 60px;
}

.service-links .et_pb_column:hover .et_pb_button {
    height: auto;
}

/* .service-links .et_pb_column:hover {background-color: #0000004d;} */

.service-links h1,
.service-desc,
.service-links .et_pb_button {
    transition: all 0.3s ease;
}

.service-links.et_pb_section.section.et_pb_with_background {
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}


.service-links .et_pb_row,
.service-links {
    padding: 0 !important;
}

.service-links .et_pb_row .et_pb_column {
    background-color: #000000CC;
}

.develop .service-links .et_pb_row .et_pb_column:nth-child(1) {
    background-color: #6DCFF6CC;
}

.develop .service-links .et_pb_row .et_pb_column:nth-child(2) {
    background-color: #0003;
}

.construct .service-links .et_pb_row .et_pb_column:nth-child(2) {
    background-color: #A3CF62CC;
}

.construct .service-links .et_pb_row .et_pb_column:nth-child(1) {
    background-color: #0003;
}

.develop .two-products-title,
.construct .two-products-title {
    opacity: 0;
}

.home #main-header {
    background-color: #fff;
}

.home #top-menu li > a {
    color: #939590;
}

.home .tel-head {
    color: #1B75BC;
}

.home #logo-svg path {
    fill: #1B75BC !important;
}

.page-menu {
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 9999999999999999999;
    /*background-color: #EBEBEB80;*/
    background-color: rgba(0, 0, 0, 0.5);
}

#menu-home-menu {
    padding-top: 0px !important;
    text-align: right;
}

#menu-home-menu li > a {
    padding-bottom: 17px;
}

#menu-home-menu a {
    font-weight: 400;
    color: #939590;
}

.zindex10 {
    z-index: 10;
}

.home-intro {
    font-size: 34px;
    font-weight: 200;
    color: #525558;
}

.et_pb_toggle_open .et_pb_toggle_title,
.et_pb_toggle_open h5.et_pb_toggle_title,
.et_pb_toggle_close .et_pb_toggle_title,
.et_pb_toggle_close h5.et_pb_toggle_title {
    font-size: 38px;
    color: #1B75BC;
    font-weight: 400;
}

.et_pb_toggle_title:before {

    color: #1B75BC;

    font-size: 28px;
}

.et_pb_toggle {
    border: none;
    border-radius: 10px;
}

.et_pb_toggle_open {
    padding: 20px;
    background-color: #f4f4f4;
}

.two-paths .et_pb_module_header {
    font-size: 52px;
}

.two-paths .et_pb_blurb_description {
    font-size: 32px;
}

.two-absolute {
    z-index: 10;
}

.two-absolute .et_pb_column_1_2:nth-child(1) {
    position: absolute;
    top: -350px;
    padding: 0 40px;
    z-index: 10;
}

.two-absolute .et_pb_column_1_2:nth-child(2) {
    position: absolute;
    top: -350px;
    right: 0;
    padding: 0 40px;
    z-index: 10;
}

.nf-field-element input,
.nf-field-element textarea {
    width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    font-size: 14px;
    -webkit-appearance: none;
}

.nf-form-cont {
    width: 80%;
    max-width: 800px;
}

.nf-error-msg,
.ninja-forms-req-symbol {
    color: #e80000;
    font-size: 12px;
}

.nf-form-fields-required {
    display: none;
}

.nf-field-label {
    font-size: 16px;
}

.nf-field-element input.et_pb_button {
    background-color: #6DCFF6 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    cursor: pointer;
}

.nf-field-element input.et_pb_button:hover {
    padding: 12px 30px !important;
    background-color: #1B75BC !important;
}


.two-absolute .et_pb_button {
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
}

.two-absolute .et_pb_button:hover {
    animation: none;
}


@-webkit-keyframes pulse {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

.asset-tag {
    background-color: #6DCFF6;
    color: #fff;
    padding: 5px 12px 4px 12px;
    font-size: 16px;
    border-radius: 7px;
}

.gps-tag {
    background-color: #A3CF62;
    color: #fff;
    padding: 5px 12px 4px 12px;
    font-size: 16px;
    border-radius: 7px;
}

.sectors .et_pb_module_header {
    font-size: 28px;
    color: #9A9A9A;
    font-weight: 400;
}

.sectors img {
    max-width: 130px;
}

/*
.sectors img:hover {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}


@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}
*/

/*--------------------------------------------------*/
/*-----------------ABOUT US PAGE--------------------*/
/*--------------------------------------------------*/

/*-------Testimonial Slider Styling-------*/

/*--- Slider Font ---*/
.et_pb_slide_content p {
    font-weight: 400;
    line-height: 1.7;
    font-size: 1.18rem;
    color: #5e5e5e;
    font-weight: 400;
    text-rendering: optimizeLegibility;

}

/*--- Slider Arrows ---*/
.bwd-sliderReview .et-pb-slider-arrows a {
    color: #1D75D2 !important;
}

/*--- Slider Dot Navigation ---*/
.bwd-sliderReview .et-pb-controllers a {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid #43bec3;
}

.et-pb-controllers {
    margin-top: 20px !important;
    margin-bottom: -30px !important;
}


.et-pb-controllers a {
    background-color: #ffffff !important;
}


/*--------------------------------------------------*/
/*------------------MEET THE TEAM-------------------*/
/*--------------------------------------------------*/


/*-------Blurb Description-------*/
.et_pb_blurb_description h5 {
    font-size: 1.4rem !important;
}

/*-------Social Icon Styling-------*/
.et_pb_social_media_follow.team-social li a.icon::before {
    color: #ffffff !important;
}


.et_pb_social_media_follow.team-social li a.icon:hover::before {
    color: #fff !important;
}

a.icon.et_pb_with_border {
    background-color: #1B75BC;
}

a.icon.et_pb_with_border::hover {
    background-color: #114E7D;
}


/*--------------------------------------------------*/
/*--------------------PRODUCTS----------------------*/
/*--------------------------------------------------*/


/*-------Blurb Styling-------*/
h4.bwd-productsBlurb {
    color: #5d5d5d !important;
    font-size: 1.25rem !important;
    margin-bottom: 15px;
}


/*--------------------------------------------------*/
/*-------------------INDUSTRIES---------------------*/
/*--------------------------------------------------*/



/*--------------------------------------------------*/
/*-------------------INDUSTRIES---------------------*/
/*--------------------------------------------------*/



/*--------------------------------------------------*/
/*----------------MEDIA & NEWSROOM------------------*/
/*--------------------------------------------------*/

/*---Image Size on Archive Pages---*/
article.et_pb_post a img {
    height: 250px;
}

/*---Make Sidebar Fullwidth on Newsroom Page---*/

.et_pb_module.et_pb_sidebar_0 {
    padding-right: 0;
}

h4.widgettitle {
    background-color: #43bec3;
    padding: 12px 18px;
    margin-bottom: 20px;
    color: #fff!important;
}

li.cat-item {
    background-color: #e6e6e6;
    padding: 12px 18px;
}

li.cat-item a {
    color: #666!important;
}



/*---Remove Sidebar From Sidebar---*/

.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }



/*---Fix Sidebar Alignment---*/
#sidebar {
    padding-left: 0!important;
}


/*Remove the dividing line*/

@media all and (min-width: 981px) {
    .single #main-content .container:before,
    .archive #main-content .container:before,
    .search #main-content .container:before  {
        display: none;
    }
}


/*Style the sidebar links*/
/*
#sidebar .et_pb_widget a {
    color: #333;
    font-weight: 300;
    border-left: 1px solid #e6e6e6;
    padding-left: 10px;
    display: block;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}*/


/*Style the sidebar links on hover*/
/*
#sidebar .et_pb_widget a:hover {
    border-color: #43bec3;
    background: #f5f5f5;
    margin-left: 10px;
}*/


/*Style the search box*/

#sidebar .widget_search input#s,
#sidebar .widget_search input#searchsubmit {
    border-radius: 0;
}

#sidebar .widget_search input#s {
    border: 1px solid #e6e6e6;
}

#s {
    border-radius: 0!important;
}

#searchsubmit {
    background-color: #e6e6e6!important;
}


/***Author Box***/


/*Set the border and spacing*/

.single .ds-author-bio-section {
    border: 1px solid #e6e6e6;
    padding: 15px;
    margin-top: 20px;
}


/*Style the author name*/

.single .ds-author-name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}


/*Add padding for the author description*/

.single p.ds-author-details {
    padding-bottom: 1.2em;
}


/*Position the author avatar*/

.single .ds-author-details img {
    float: left;
    margin: 7px 10px 10px 0;
}


/*Style the links*/

.single .ds-author-links a {
    color: #43bec3;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}


/***Single Post navigation***/


/*Next/previous post nav*/


/*Navigation sizing*/

.single #ds-single-post-nav {
    margin: 40px 0;
    display: inline-block;
    width: 100%;
}


/*Post title styling*/

.single #ds-single-post-nav h2 {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2em;
}


/*Align the prev post nav*/

.single span.ds-single-nav-previous {
    width: 47.5%;
    margin-right: 5%;
    float: left;
}


/*Align the next post nav*/

.single span.ds-single-nav-next {
    display: block;
    text-align: right;
}


/*Prev/next post nav button styling*/

.single span.ds-single-nav-previous a[rel~="prev"],
.single span.ds-single-nav-next a[rel~="next"] {
    color: #fff;
    background: #43bec3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: .7em 1em !important;
    border: 2px solid #43bec3;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


/*Prev/next post nav button hover styling*/

.single span.ds-single-nav-previous a[rel~="prev"]:hover,
.single span.ds-single-nav-next a[rel~="next"]:hover {
    color: #43bec3;
    background: #fff;
}


/*Prev/next arrows size*/

.single .ds-meta-nav {
    font-size: 18px;
}


/*Reduce post nav button size on mobile*/

@media all and (max-width: 479px) {
    .single span.ds-single-nav-previous a[rel~="prev"],
    .single span.ds-single-nav-next a[rel~="next"] {
        font-size: 10px;
        padding: .7em .75em !important;
    }
}


/***Related posts***/


/*Hide the default title and meta*/

.single .ds-related-posts .post-meta,
.single .ds-related-posts .entry-title {
    display: none;
}


/*Set the display and margin*/

.single .ds-related-posts {
    display: inline-block;
    margin-top: 30px;
}


/*Remove padding*/

.single #left-area .ds-related-posts ul {
    padding-left: 0;
}


/*Style the post title*/

.single .ds-related-content h4 {
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 18px;
}


/*Set post width and margin*/

.single .ds-related-list {
    list-style-type: none;
    width: 30%;
    float: left;
    margin-right: 5%;
}


/*Remove margin from last post*/

.single .ds-related-list:last-child {
    margin-right: 0;
}

@media all and (max-width: 600px) {
    .single .ds-related-list {
        width: 100%;
    }
    .single .ds-related-content h4 {
        margin-bottom: 20px;
    }
}



/***Two columns for posts***/


/*Set the post width and margin for two columns and add the border*/

.archive .et_pb_post,
.search .et_pb_post {
    width: 47.5%;
    float: left;
    margin-right: 5%;
    border: 1px solid #e6e6e6!important;
}


/*Remove margin from every second post*/

.archive .et_pb_post:nth-child(2n),
.search .et_pb_post:nth-child(2n) {
    margin-right: 0;
}


/*Set to a single column on smaller screens*/

@media all and (max-width: 767px) {
    .archive .et_pb_post,
    .search .et_pb_post {
        width: 100%;
        margin-right: 0;
    }
}


/*Add padding to the posts*/

.archive .et_pb_post,
.search .et_pb_post {
    padding-left: 15px;
    padding-right: 15px;
}


/*Remove padding on featured image with negative margin*/

.archive .et_pb_post .ds-archive-featured,
.search .et_pb_post .ds-archive-featured {
    margin: 0 -15px 15px -15px;
}


/*Style the read more link and post nav*/

.archive a.more-link,
.search a.more-link {
    display: block;
    width: 8.5em;
}

.archive a.more-link,
.search a.more-link,
.archive .pagination a,
.search .pagination a, .pagination a {
    margin-top: 25px;
	border-radius: 0px;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #43bec3;
    padding-top: 11px;
    padding-right: 28px;
    padding-bottom: 11px;
    padding-left: 28px;
    color: #fff;
}

.archive a.more-link:hover,
.search a.more-link:hover,
.archive .pagination a:hover,
.search .pagination a:hover, .pagination a:hover {
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #36a4a9;
    padding-top: 11px;
    padding-right: 28px;
    padding-bottom: 11px;
    padding-left: 28px;
    color: #fff;
}


/*Add bottom margin to the pagination*/

.archive .pagination,
.search .pagination {
    margin-bottom: 40px;
}


/*Add padding to the post title on mobile*/

@media all and (max-width: 479px) {
    .archive .et_pb_post .entry-title,
    .search .et_pb_post .entry-title {
        padding-bottom: 10px;
    }
}


/*
@media ( min-width: 767px ) and ( max-width: 1100px ) {
.search article.et_pb_post, .blog article.et_pb_post {float: left; width: 45%; margin-right: 5%;}
.search article.et_pb_post:nth-of-type(2n+3), .blog article.et_pb_post:nth-of-type(2n+3) {clear: both;}
}
@media ( min-width: 1101px ) {
.search article.et_pb_post, .blog article.et_pb_post {float: left; width: 31%; margin-right: 2%;}
.search article.et_pb_post:nth-of-type(3n+4), .blog article.et_pb_post:nth-of-type(3n+4) {clear: both;}
}*/

/*
/*---Change Blog To Two Columns---*/

/*
@media only screen and (min-width: 981px) {
    .elegantdesign .et_pb_column .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
        content: '2 .column.size-1of2' !important;
    }

    .elegantdesign .et_pb_column .column.size-1of2 {
        width: 47% !important;
        margin-right: 6%;
    }
}

.elegantdesign .et_pb_column .column.size-1of2:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 980px) {
    .elegantdesign .et_pb_column .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
        content: '2 .column.size-1of2' !important;
    }

    .elegantdesign .et_pb_column .column.size-1of2 {
        width: 100% !important;
        margin-right: 0%;
    }
}*/


/*-------Main Blog Post Styling-------*/

/*-------Blog Styling-------*/
.et_pb_post {
    border-style: 1px solid #e6e6e6;
    padding: 10px 10px 20px 10px !important;
}

a.entry-featured-image-url img {
    padding: 20px 20px 0px 20px;
}

/*-------Blog Title Font-------*/
h2.entry-title a {
    line-height: 36px;
}

h2.entry-title {
    margin-top: 35px;
}

/*-------Blog Paragraph Font-------*/
.post-content p {
    color: #5e5e5e !important;
    margin-bottom: 40px;
}


/*-------Read More Button-------*/
a.more-link {
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #43bec3;
    padding-top: 13px;
    padding-right: 28px;
    padding-bottom: 13px;
    padding-left: 28px;
    color: #fff;
}

a.more-link:hover {
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #36a4a9;
    padding-top: 13px;
    padding-right: 28px;
    padding-bottom: 13px;
    padding-left: 28px;
    color: #fff;
}




/*-------Single Blog Post Styling-------*/

/*-------Blog Styling-------*/
h1.entry-title {
    color: #5d5d5d !important;
}


/*-------Cookies Spacing-------*/
p.comment-form-cookies-consent {
    margin-bottom: 30px;
}


/*-------Comment Button-------*/
.submit.et_pb_button {
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #43bec3;
    padding-top: 13px;
    padding-right: 28px;
    padding-bottom: 13px;
    padding-left: 28px;
    color: #fff !important;
}

.submit.et_pb_button:hover {
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #36a4a9 !important;
    padding-top: 13px;
    padding-right: 28px;
    padding-bottom: 13px;
    padding-left: 28px;
    color: #fff !important;
}


/*--------------------------------------------------*/
/*-------------------CONTACT US---------------------*/
/*--------------------------------------------------*/

/****************************************************/
/*************-----END OF NEW CODE-----**************/
/****************************************************/


/***** MODAL *****/

.overlay {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal {
    visibility: hidden;
}

.close-icon::after {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "ETmodules";
    font-size: 60px;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    content: "\4d";
}

.modal__close .fa {
    color: #000;
}

.modal__contents {
    background: #fff;
    width: 100vw;
    position: fixed;
    left: 0;
    margin-left: 0;
    top: 0;
    min-height: 32rem;
    height: 100vh;
    overflow-y: auto;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999999999999999;
}

#contact_form_pop3 {
    max-width: 800px;
    margin: auto;
}

#contact_form_pop3 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text,
#contact_form_pop3 .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
    background: #eaeaea;
    border-radius: 0px;
    border: none;
    padding: 15px;
    color: #000;
}

#contact_form_pop3 font {
    color: #000 !important;
}

.modal__close {
    position: fixed;
    right: 38px;
    top: 4px;
    text-decoration: none;
}

.modal--show {
    visibility: visible;
}

.modal--transition {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal--show .modal--transition {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}




@media (max-width : 48rem) {

    .modal__contents {
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
        height: 100vh;
    }

    .modal__close {
        display: block;
    }

    .modal--transition {
        -webkit-transform: translateX(-0) translateY(150%);
        -moz-transform: translateX(-0) translateY(150%);
        -ms-transform: translateX(-0) translateY(150%);
        transform: translateX(-0) translateY(150%);
    }

    #contact_form_pop3 p {
        padding: 0px;
    }

}

@media only screen and (max-width: 767px) {
    .sticky-floating .wrapper .calldesktop {
        display: block;
        margin-right: 0 !important;
        border-left: 0;
        position: static;
        width: 300px;
        margin: 0 auto 0;
        display: block;
        float: left;
        line-height: 60px;
        font-size: 11px;
    }
}
