/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


#et-top-navigation {
    padding-left: 0 !important;
}

/* Mobile Menu */
.mobile-header-buttons,
#mobile-topbar {
    display: none;
}
.mobile-btn {
    display: inline-block;
    padding: 0 15%;
    color: transparent !important;
}
.mobile-btn.call {
    padding-left: 0;
}
.mobile-btn.menu {
    padding-right: 0;
}
.mobile-btn:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 25px;
    content: "\61";
    color: #fff !important;
    cursor: pointer;
    text-shadow: 0 0;
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
}
.mobile-btn.call:before {
    content: "\e090";
}
.mobile-btn.location:before {
    content: "\e01d";
}
.mobile-btn.menu:before {
    font-size: 30px;
}

body:not(.home) #main-content .et_pb_text p {
    padding-bottom: 1em;
}


/* Responsive */
@media (max-width:1180px) {
    #et_mobile_nav_menu {
        display: block;
    }
    #top-menu-nav, #top-menu {
        display: none;
    }
    #header-social-icons,
    #main-header #et-info {
        display: none;
    }
    .mobile_menu_bar:before,
    .logo_helper {
        display: none !important;
    }
    .mobile-header-buttons {
        position: relative;
    }
    header#main-header {
        position: static !important;
        background: #fff !important;
        padding-top: 0px;
    }
    /*
    body:not(.logged-in) #main-header.et-fixed-header,
    #main-header.et-fixed-header {
        position: fixed !important;
        top: 55px !important;
        z-index: 999999;
        padding-top: 0px;
    }
    */
    #main-header > .container {
        width: 100%;
    }
    #main-header .logo_container {
        position: relative;
        padding: 5px 0;
    }
    #main-header #logo {
        width: 260px;
        max-width: 65%;
        display: block;
        margin: 0 auto;
        padding: 10px 0;
    }
    /*
    #main-header.et-fixed-header #logo {
        max-width: 120px;
        padding: 0;
    }
    */
    #et-top-navigation {
        padding-top: 0 !important;
        position: fixed;
        width: 100%;
        top: 55px;
    }
    .et_mobile_menu {
        border-top: 3px solid #ae5ec3!important;
    }
    .mobile_menu_bar {
        padding-bottom: 0 !important;
    }
    .mobile-header-buttons {
        background: #E02B20;
        position: fixed;
        width: 100%;
        padding: 10px 0;
        top: 0;
        z-index: 99999999;
		display: flex;
		justify-content: space-around;
    }
    a.mobile-btn {
        color: transparent;
    }
    a.mobile-btn:before {
        display: inline-block !important;
        width: 32%;
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
        font-size: 25px;
        content: "\61";
        color: #fff;
        cursor: pointer;
        text-shadow: 0 0;
        font-family: ETmodules!important;
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1;
        text-transform: none;
        speak: none;
    }
    .mobile-btn.call:before {
        content: "\e090";
    }
    .mobile-btn.location:before {
        content: "\e066";
    }
    .mobile-btn.menu:before {
        font-size: 30px;
    }
    #page-container {
        padding-top: 0 !important;
    }
}
@media screen and (max-width: 981px) {

}

@media (max-width:767px) {
	div#et-top-navigation .et-social-icons {
		display: none;
	}

	header#main-header > .container {
		position: fixed;
		background: white;
	}

	div#et-main-area {
		padding-top: 120px;
	}

	body:not(.logged-in) header#main-header > .container {
		margin-top: 50px;
	}

	body:not(.logged-in) div#et-main-area {
		padding-top: 180px;
	}
	
	/* Interior Pages */
	body:not(.home) .et_pb_heading_1 h1 {
		font-size: 36px;
	}

	body:not(.home) .et_pb_heading_1 + .et_pb_text.et_pb_text_0 {
		padding-right: 0 !important;
	}

	body:not(.home) .et_pb_heading_1 + .et_pb_text.et_pb_text_0 h3 {
		font-size: 16px;
	}
}

/********* Mobile Menu Collapse ********/
/**** This hides the sub menu items on mobile ****/
#main-header .et_mobile_menu li ul.hide {
display: none !important;
}
  
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
  
#mobile_menu .menu-item-has-children {
position: relative;
}
#mobile_menu .menu-item-has-children > a {
background: transparent;
}
  
/**** This styles the icon and moves it to the right ****/
  
#mobile_menu .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}
  
/**** Here you can swap out the actual icons ****/
  
span.menu-closed:before {
content: "\4c";
display: block;
color: #053193;
font-size: 16px;
font-family: ETmodules;
}
  
span.menu-closed.menu-open:before {
content: "\4d";
}


body:not(.home) #main-content .et_pb_text a {
	text-decoration: underline;
}
#skip-to-main {
    box-sizing: border-box;
    left: 38px;
    top: -100px;
    position: fixed !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    background: #fff !important;
    border-radius: 8px !important;
    border: 2px solid #000000 !important;
    max-width: 275px;
    padding: 0 15px 0 !important;
    text-align: left !important;
    width: 100% !important;
    height: 63px !important;
    box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.6) !important;
    opacity: 0;
    transition: top .2s, opacity .2s;
    z-index: 1000000;
    font-size: 16px;
    color: #000000;
}
#skip-to-main:focus {
    top: 40px;
    opacity: 1;
    outline: 1px solid rgba(255, 255, 255, 0);
    background: #fff !important;
}
:focus-visible {
    outline: 2px dashed #2EA3F2;
}
#top-menu li:focus-within > ul {
    opacity: 1;
    visibility: visible;
}

div#et-top-navigation .et-social-icons {
    margin-top: -5px
}

div#et-top-navigation .et-social-icons a {
    color: #fe0100
}

.et-fixed-header #top-menu li.menu-phone a,
li.menu-phone a {
    color: #fe0100 !important;
}

/* Navigation */
ul#top-menu li > ul.sub-menu li a {
    font-size: 14px;
    line-height: 1.4em;
    width: 330px;
}

ul#top-menu li > ul.sub-menu li {
    padding: 5px 10px;
}

.menu-shift-left > ul.sub-menu {
    right: 0;
}
#top-menu > li > ul {
	width: 350px
}

#top-menu > li.col-2 > ul {
	column-count: 2;
	width: 700px
}