/*
 Theme Name:   Divi - Ethan Kiburz
 Theme URI:    https://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme for Ethan Kiburz
 Author:       Chad Dolan
 Author URI:   
 Template:     Divi
 Version:      1.0.30
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*******************************************************************************
Fonts Imports
*******************************************************************************/
@import url("https://use.typekit.net/xxc2tkf.css");
/*******************************************************************************
End Fonts Imports
*******************************************************************************/

/*******************************************************************************
keyframes
*******************************************************************************/
@keyframes animatedBackground {
    from {
      background-size: 125% auto;
    }
    to {
      background-size: 100% auto;
    }
}
/*******************************************************************************
End keyframes
*******************************************************************************/

/*******************************************************************************
HMTL TAGS
*******************************************************************************/
html,
body{
    font-family: proxima-nova,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #222;
}
h1{
    font-family: avalanche,sans-serif !important;
    font-weight: 400;
    font-size: 70px;
    line-height: 60px;
    color: #12326e;
}
h2{
    font-family: avalanche,sans-serif !important;
    font-weight: 400;
    font-size: 70px;
    line-height: 60px;
    color: #12326e;
}
h3{
    font-family: avalanche,sans-serif !important;
    font-weight: 400;
    font-size: 50px;
    line-height: 40px;
    color: #12326e;
}
h4{
    font-family: avalanche,sans-serif !important;
    font-weight: 400;
    font-size: 30px;
    line-height: 20px;
    color: #12326e;
}
h5{
    font-family: avalanche,sans-serif !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 10px;
    color: #12326e;
}
h6{
    font-family: proxima-nova,sans-serif !important;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #12326e;
}
p{
    font-family: proxima-nova,sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}
a,
a:visited,
a:focus,
a:hover{
    color: #03abf1;
}
/*******************************************************************************
END HMTL TAGS
*******************************************************************************/

/*******************************************************************************
Font Awesome
*******************************************************************************/
.fa{
    color: #03abf1;
}
/*******************************************************************************
End Font Awesome
*******************************************************************************/
/*******************************************************************************
button
*******************************************************************************/

/*******************************************************************************
End button
*******************************************************************************/

/*******************************************************************************
Above the main naviation / header
*******************************************************************************/
.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu > nav > ul{
    padding-top: 8px !important;
}
.divi-ethan-kiburz-secondary-menu .et_pb_menu__menu{
    width: 100%;
}
.divi-ethan-kiburz-secondary-menu nav,
.divi-ethan-kiburz-secondary-menu nav .nav{
    width: 100%;
    display: inline-block !important;
    text-align: right;
}
.divi-ethan-kiburz-secondary-menu nav .nav > li{
    display: inline-block !important;
    vertical-align: middle;
}
.divi-ethan-kiburz-secondary-menu nav .nav > li.hide{
    display: none !important;
}
.divi-ethan-kiburz-secondary-menu nav .nav > li > a,
.divi-ethan-kiburz-secondary-menu nav .nav > li > a:visited,
.divi-ethan-kiburz-secondary-menu nav .nav > li > a:focus,
.divi-ethan-kiburz-secondary-menu nav .nav > li > a:hover{
    padding-bottom: 13px !important;
    color: #fff !important;
}
.divi-ethan-kiburz-secondary-menu .fa{
    color: #919191;
    font-size: 20px;
}
.divi-ethan-kiburz-secondary-menu nav .nav > .divi-phone-blue > a,
.divi-ethan-kiburz-secondary-menu nav .nav > .divi-phone-blue > a:visited,
.divi-ethan-kiburz-secondary-menu nav .nav > .divi-phone-blue > a:focus,
.divi-ethan-kiburz-secondary-menu nav .nav > .divi-phone-blue > a:hover{
    color: #00aeef !important;
}
/*******************************************************************************
End Above the main naviation / header
*******************************************************************************/

/*******************************************************************************
main naviation / header
*******************************************************************************/
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a{
    font-size: 14px;
}
/*******************************************************************************
End main naviation / header
*******************************************************************************/

/*******************************************************************************
Home Page
*******************************************************************************/
.home-page-hero mediaelementwrapper{
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.home-page-hero mediaelementwrapper video{
    width: 150% !important;
    height: 150% !important;
    position: absolute;
    top: -25%;
    left: -25%;
}
#home-cta-section,
#home-cta-section .et_pb_row{
    width: 100%;
    max-width: 100%;
}
#home-cta-box{
    margin-top: -130px;
    padding-bottom: 45px;
    background-color: #fff;    
}
.home-cta-offer{
    display: table-cell;
    float: none;
    vertical-align: top;
    font-size: 18px;
}
#home-cta-box .home-cta-offer.home-cta-offer-right-border{
    border-right: solid 1px #12326e;
}
.home-cta-offer strong{
    font-size: 16px;
    line-height: .5;
}
.home-cta-offer [href*="tel:"]{
    font-size: 36px;
    font-weight: 700;
    color: #03abf0;
}
.home-cta-offer .et_pb_button,
.home-cta-offer .et_pb_button:visited,
.home-cta-offer .et_pb_button:focus,
.home-cta-offer .et_pb_button:hover{
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #03abf0;
    border-color: #03abf0;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

#home-page-services-section{
    padding-top: 70px !important;
    padding-bottom: 0 !important;
}
#home-page-services-title{
    width: 100%;
    max-width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#home-page-services-content{
    width: 100%;
    max-width: 100%;
    height: calc(100% - 70px);
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 1;
}
#home-page-services-content > .et_pb_column{
    width: 50% !important;
    height: 100%;
    margin-right: 0 !important;
}
#home-page-services-content > .et_pb_column:first-child{
    border-right: solid 2px #fff;
}
#home-page-services-content > .et_pb_column:last-child{
    border-left: solid 2px #fff;
}
#home-page-services-content > .et_pb_column > .et_pb_module{
    width: 100%;
    height: 50%;
    margin-bottom: 0;
    display: table;
}
#home-page-services-content > .et_pb_column > .et_pb_module:first-child{
    border-bottom: solid 2px #fff;
}
#home-page-services-content > .et_pb_column > .et_pb_module:last-child{
    border-top: solid 2px #fff;
}
#home-page-services-content > .et_pb_column > .et_pb_module .et_pb_text_inner{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
#home-page-services-content > .et_pb_column > .et_pb_module .et_pb_text_inner p strong{
    padding-bottom: 10px;
    border-bottom: solid 6px #03abf1;
}
#home-page-services-bg{
    width: 100%;
    max-width: 100%;
    padding: 0;
    z-index: 0;
}

#home-page-about-section a,
#home-page-about-section a:visited,
#home-page-about-section a:focus,
#home-page-about-section a:hover{
    padding-bottom: 10px;
    border-bottom: solid 6px #03abf1;
    font-weight: 700;
    color: #222;
}
#home-page-about-bg{
    width: 100%;
    max-width: 100%;
}
#home-page-gallery .et_pb_gallery_item{
    width: 22.5%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
}
#home-page-locations-content ul{
    list-style: none;
    padding-top: 1em;
    padding-left: 0;
}
#home-page-locations-content li span{
    color: #03abf0;
}
#home-page-locations-content li .fa{
    margin-right: 10px;
    font-weight: 700;
    color: #222;
}
#home-page-locations-bg{
    width: 100%;
    max-width: 100%;
}
/*******************************************************************************
End Home Page
*******************************************************************************/

/*******************************************************************************
Divi Module updates
*******************************************************************************/
.page-template-default{
    background-color: #002140;
}
/*******************************************************************************
End Divi Module updates
*******************************************************************************/

.page-header-with-title-and-background-image{
    width: 100%;
    max-width: 100%;
    position: relative;
    display: table;
}
.page-header-with-title-and-background-image-cell{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.page-header-with-title-and-background-image .page-header-with-title{
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    z-index: 1;
}
.page-header-with-title-and-background-image .page-header-with-title .et_pb_title_container,
.page-header-with-title-and-background-image .page-header-with-title .et_pb_text_inner{
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.page-header-with-title-and-background-image .page-header-with-background-image{
    position: relative;
    z-index: 0;
}

.charter-section-image-left{
    width: 100%;
    max-width: 100%;
}
.charter-section-image-left .et_pb_row{
    margin-bottom: 54px;
    position: initial;
}
.charter-section-image-left .et_pb_column{
    margin-right: 4.5%;
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.charter-section-image-left .et_pb_column:first-child{
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.charter-section-image-left .et_pb_column:first-child .et_pb_module{
    height: 100%;
    display: block;
}
.charter-section-image-left .et_pb_column:first-child .et_pb_image_wrap,
.charter-section-image-left .et_pb_column:first-child .et_pb_code_inner{
    height: calc(100% - 54px);
    display: block;
}
.charter-section-image-left .et_pb_column:first-child img,
.charter-section-image-left .et_pb_column:first-child iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.charter-section-image-left .et_pb_column:last-child{
    margin-left: 0;
    float: right;
}

.charter-section-image-right{
    width: 100%;
    max-width: 100%;
    direction: rtl;
}
.charter-section-image-right .et_pb_row{
    margin-bottom: 54px;
    position: initial;
}
[class*="charter-section-image-"].locations .et_pb_row{
    min-height: 382px;
}
[class*="charter-section-image-"].locations .et_pb_column:first-child{
    width: 50%;
}
.charter-section-image-right .et_pb_column{
    margin-right: 0;
    margin-left: 4.5%;
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.charter-section-image-right .et_pb_column:first-child{
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}
.charter-section-image-right .et_pb_column:first-child .et_pb_module{
    height: 100%;
    display: block;
}
.charter-section-image-right .et_pb_column:first-child .et_pb_image_wrap,
.charter-section-image-right .et_pb_column:first-child .et_pb_code_inner{
    height: calc(100% - 54px);
    display: block;
}
.charter-section-image-right .et_pb_column:first-child img,
.charter-section-image-right .et_pb_column:first-child iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.charter-section-image-right .et_pb_column:last-child{
    margin-left: 0;
    float: left;
}
.charter-section-image-right .et_pb_module{
    direction: ltr;
}
.three-box-cta{
    margin-top: -400px;
}
.three-box-cta [class*="et_pb_text_"] h3{
    font-size: 50px;
}
.three-box-cta .et_pb_button,
.three-box-cta .et_pb_button:visited,
.three-box-cta .et_pb_button:focus,
.three-box-cta .et_pb_button:hover{
    width: 90%;
    background-color: #03abf0;
    border-color: #03abf0;
    border-radius: 300px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
/*******************************************************************************
Footer
*******************************************************************************/
footer{
    border-top: solid 2px #03abf0;
}
footer table td{
    vertical-align: top;
}
footer table table td:first-child{
    padding-right: 10px;
}
footer table h4{
    padding-top: 30px;
}
/*******************************************************************************
End Footer
*******************************************************************************/

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1950px) {
    
}
@media all and (min-width: 1405px) {
    .page-header-with-background-image .et_pb_image_wrap,
    .page-header-with-background-image .et_pb_image_wrap img{
        width: 100%;
    }
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
    /*******************************************************************************
    Home Page
    *******************************************************************************/

    /*******************************************************************************
    End Home Page
    *******************************************************************************/ 
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 1024px) {
    /*******************************************************************************
    main naviation / header
    *******************************************************************************/
    /*******************************************************************************
    End main naviation / header
    *******************************************************************************/
    
    /*******************************************************************************
    Home Page
    *******************************************************************************/

    /*******************************************************************************
    End Home Page
    *******************************************************************************/ 
    .three-box-cta{
        margin-top: -100px;
    }
    
    [class*="charter-section-image-"].locations .et_pb_column:first-child{
        position: relative;
    }
}
@media all and (max-width: 980px) {
 
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
    /*******************************************************************************
    main naviation / header
    *******************************************************************************/

    /*******************************************************************************
    End main naviation / header
    *******************************************************************************/
    
    /*******************************************************************************
    Home Page
    *******************************************************************************/

    /*******************************************************************************
    End Home Page
    *******************************************************************************/ 
    #home-cta-section .et_pb_column:first-child{
        width: 30%;
    }
    #home-cta-section .et_pb_column:last-child{
        width: 30%;
        position: absolute;
        top: 30px;
        right: 0;
    }
    #home-cta-box{
        margin-top: 0;
    }
    .three-box-cta{
        margin-top: -100px;
    }
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
    h2{
        font-size: 50px;
    }
    /*******************************************************************************
    Above the main naviation / header
    *******************************************************************************/

    /*******************************************************************************
    End Above the main naviation / header
    *******************************************************************************/

    /*******************************************************************************
    main naviation / header
    *******************************************************************************/

    /*******************************************************************************
    End main naviation / header
    *******************************************************************************/
    
    /*******************************************************************************
    Home Page
    *******************************************************************************/
    #home-page-services-content p{
        font-size: 16px;
    }
    #home-cta-box{
        margin-top: 0;
    }
    #home-cta-box .home-cta-offer{
        width: 100%;
        display: block;
    }
    #home-cta-section .et_pb_column:first-child{
        width: 30% !important;
    }
    #home-cta-section .et_pb_column:last-child{
        width: 30% !important;
        position: absolute;
        top: 30px;
        right: 0;
    }
    #home-page-services-content h2{
        font-size: 22px;
        line-height: 20px;
    }
    #home-page-services-content h6{
        font-size: 20px;
        line-height: 20px;
    }
    #home-page-gallery .et_pb_gallery_item{
        width: 48.5%;
    }
    #home-page-gallery p{
        font-size: 20px;
        line-height: 1.2em;
    }
	
	#home-page-about-bg .et_pb_image_4 {
  		margin-top: 0 !important;
	}
    /*******************************************************************************
    End Home Page
    *******************************************************************************/    
     
    .three-box-cta{
        margin-top: 0;
    }
    /*******************************************************************************
    Divi Module updates
    *******************************************************************************/

    /*******************************************************************************
    End Divi Module updates
    *******************************************************************************/
    #footer-table td.mobile-block{
        width: 100%;
        display: block;
        float: left;
    }
    #footer-table td img{
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: block;
    }
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
 
}

@media all and (min-width: 981px) {
    .menu-item-mobile-only {
        display: none !important;
    }
}

@media all and (max-width: 980px) {
    .divi-ethan-kiburz-secondary-menu {
        display: none !important;
    }

    #home-cta-section {
        padding-bottom: 0 !important;
    }

    #home-page-locations-content {
        padding-top: 0px !important;
    }
}

.divi-ethan-kiburz-secondary-menu,
.et_pb_section_3_tb_header.et_pb_section {
    z-index: 999;
}

.et_mobile_nav_menu .fa {
    color: #fff;
}

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar::before {
    font-size: 56px;
    color: #03abf0 !important;
}

.home-page-hero {
    display: flex;
}

.page-header {
    display: flex;
    min-height: 800px;
    padding-bottom: 300px !important;
    background-color: #000;
}

.page-header-overlap {
    margin-top: -300px !important;
}

.home-page-hero h2, 
.page-header h1 {
    margin-top: -24px;
    text-align: center;
    /*background: rgba(0,0,0,0.3);*/
    font-size: 120px;
    line-height: 0.8;
    letter-spacing: 4px;
    color: #fff;
}

.home-page-hero h2 span,
.page-header h1 span {
    display: block;
    margin-top: 32px;
    font-size: 48px;
    font-family: proxima-nova,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}

.page-header h1 {
    padding: 24px 8px;
    background: rgba(0,0,0,0.3);
}

@media screen and (max-width: 600px) {
    .home-page-hero {
        min-height: 400px !important;
    }

    .home-page-hero .et_pb_section_video_bg {
        display: none;
    }

    .home-page-hero h2,
    .page-header h1 {
        font-size: 68px;
    }

    .home-page-hero h2 span,
    .page-header h1 span {
        font-size: 28px;
    }

    .sbi_item:nth-child(n+5) {
        display: none!important;
    }

    .page-header {
        min-height: 600px;
        padding-bottom: 200px !important;
    }

    .page-header-overlap {
        margin-top: -200px !important;
    }
}

@media screen and (max-width: 767px) {
    #home-cta-box .home-cta-offer.home-cta-offer-right-border {
        padding-bottom: 40px !important;
        border-right: none !important;
        border-bottom: solid 1px #12326e;
    }
}

h2 {
    line-height: 0.8 !important;
}

.et_pb_testimonial {
    margin-left: auto;
    margin-right: auto;
}

/* Featured image support for blog posts */
body.blog .container, 
body.archive .container,
body.search .container {
    width: 90%;
    max-width: 1400px;
}

body:not(.single) .et_pb_post {
    display: flex;
    align-items: flex-start;
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #e2e2e2;
}

body:not(.single) .et_pb_post .entry-featured-image-url {
    margin-right: 32px;
    max-width: 300px;
    max-height: 225px;
    overflow: hidden;
}

body:not(.single) .et_pb_post .entry-content-wrap {
    flex: 1;
}

@media screen and (max-width: 768px) {
    body:not(.single) .et_pb_post {
        display: block;
    }

    body:not(.single) .et_pb_post h2.entry-title a {
        font-size: 40px;
    }
}