/*
 Theme Name:     Regis St. Mary
 Template:       Divi
 Version:        1.0
*/

hr {
    border-color: #3875b8;
}
#footer-info {
    float: none;
    padding-bottom: 10px;
    text-align: center;
}

#top-header {z-index: 99999;}
#logo {
     z-index: 100000;
}

@media only screen and (max-width : 1201px) {
    #logo { max-height: 80%; margin-top: 5px}}
 .gq-module-hover {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
        -webkit-transition: all 0.6s;
        transition: all 0.6s;}
    .gq-module-hover:hover {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
        box-shadow: 1px 5px 14px rgba(0, 0, 0, 3);
        z-index: 1;}

.blurb_click:hover {cursor: pointer;}

@media (min-width: 1200px) {
    .et-dropdown-removing > ul {
        display: block !important;
    }
    .nav li ul {
        -webkit-transition: .4s ease-in-out .5s;
        transition: .4s ease-in-out .5s;
    }
    .nav li ul:hover {
        -webkit-transition: 0.4s ease-in-out 0s !important;
        transition: 0.4s ease-in-out 5s !important;
    }
    #et-top-navigation nav > ul > li:hover ~ .et-dropdown-removing > ul {
        display: none !important;
    }
}


