/*
Theme Name:     Mitre Law Website Theme
Theme URI:      https://arcticonline.com
Description:    Custom Divi Child Theme For Mitre Law
Author:         Arctic Online
Author URI:     https://arcticonline.com
Template:       Divi
Version:        202606_v1.0

License: GNU General Public License
License URI: license.txt
*/

#page-container { overflow:hidden;}

.grecaptcha-badge {visibility: hidden !important;} /* hides google recapture badge */

/* menu CSS tweaks */

.dd-me-003 nav > ul > li > a:hover {
    opacity: 1 !important;
}

.dd-me-003 nav > ul > li > a > span {
    position: relative;
}

.dd-me-003 nav > ul > li > a > span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #78ccc9; /* Set the color/hovered color */
    bottom: -7px;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.dd-me-003 nav > ul > li:hover > a > span:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.dd-me-003 nav > ul > li.current-menu-item > a > span:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.dd-me-003 nav > ul > li.current-menu-item > a {
    color: #78ccc9 !important; /* Set the color/hovered color */
}

@media (max-width: 1100px) and (min-width: 982px) {
    .image-top-padding img {
        padding-top: 75px !important;
    }
}


/** END **/