/* 
 Theme Name:     Divi child theme by Lake Design
 Author:         Lake Design
 Author URI:     https://lakedesign.ca
 Template:       Divi
 Version:        2.0 
*/ 

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


.apply_btn a { 
	padding: 16px 30px 13px 30px !important;
    color: white !important;
    border-radius: 6px;
    line-height: 1.2em !important;
    text-transform: uppercase;
	background: #d11f33 !important;
}

.apply_btn a:hover { background: #051D40 !important; }
.contact_btn a:hover { background: #051D40 !important; }

.contact_btn a { 
	padding: 16px 30px 13px 30px !important;
    color: white !important;
    border-radius: 6px;
    line-height: 1.2em !important;
    text-transform: uppercase;
	background: #1676bf !important;
}

#menu-item-91 { display: none !important; }
.et_header_style_left #et-top-navigation { padding-top: 20px !important; }
#logo { max-height: 110%; margin-top: 15px; }


/* Menu Adjustments */
.nav li ul {
    border-top:3px solid var(--mainColor) !important;
    background:white !important;
}

#et-top-navigation .et-cart-info {
    display:none;
}

#main-header .nav li ul.sub-menu a {
    color: black;
}

#et_top_search a {
    color: rgb(0 0 0);
}

#et_top_search a:hover {
    color:var(--mainColor);
}

#main-header .nav li ul.sub-menu a:hover {
    color: var(--mainColor) !important;
    text-decoration: none;
}

/* Footer Adjustments */
#footer-widgets h4 {
    padding-bottom: 20px;
    color: white !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

#footer-widgets .footer-widget li {
    margin-bottom:1em;
}

#footer-widgets .footer-widget li a, #footer-widgets .footer-widget p {
    font-size: 13px;
}

.footer-email {
    padding-left: 20px;
    font-size: 13px;
    margin-top:0;
}

.footer-email:before {
    margin-left: -20px;
    margin-top: 5px;
}

.footer-phone {
    padding-left: 23px;
    margin: 16px 0px;
    font-size: 13px;
}

.footer-phone:before {
    margin-left: -23px;
    margin-top: 5px;
}

.footer-hours-header {
    margin-top:25px;
    padding-bottom:10px !important;
}

.footer-hours {
    line-height:2.35em;
}

#footer-bottom {
    margin-top: -9px;
    padding: 15px 0 21px;
}

/* Mega Menu */
#top-menu .mega ul.sub-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 25px 20px;
    position: absolute;
    right: 0;
    left: 0px;
    top: 100%;
    width: 100%;
    margin: 0;
    background: white;
    border: 0;
    box-shadow: 0px 17px 12px 0px #38383814;
    transition: none !important;
    border-radius: 0px;
}

#top-menu .mega {
    position:initial;
}

#top-menu .mega ul.sub-menu li {
    margin: 0;
    position: relative;
    padding: 5px;
    transition: .25s transform;
}

#top-menu .mega ul.sub-menu li a {
    color: white;
    font-family: var(--menuFont);
    background-color: transparent;
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
    display: block;
    padding: 8px 5px;
    position: relative;
    border-radius: 2px;
    outline: 1px solid #ffffff;
    outline-offset: -9px;
    border: 0px solid white;
}

#top-menu .mega ul.sub-menu li a:hover {
    transform:scale(105%);
}

#top-menu .mega ul.sub-menu li a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgb(0 0 0 / 66%) 100%);
    border-radius: 2px;
}

#top-menu .mega ul.sub-menu li a span {
    color: #ffffff;
    display: block;
    position: absolute;
    font-size: 16px;
    bottom: 20px;
    z-index: 2;
    font-weight: 700;
    right: auto;
    left: 20px;
    text-shadow: 1px 1px 20px rgb(0 0 0 / 87%);
    line-height: 1.05em;
}
