/*
Theme Name:         PremiumGlass 
Theme URI:          https://www.premiumglass.es/
Version:            1.0.0
Author:             WeLoveWeb.eu
Author URI: 		https://www.weloveweb.eu/
*/
/*Google Review*/
body.home .section:nth-child(5) .prose {
    max-width: 100%;
}

/*Sub Menu*/
.sub-menu {
    position: absolute;
    left: -30%;
    top: 100%;
    display: none;
    width: 180px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-top: 5px solid rgba(0, 0, 0, 0.5);
    margin-top: -1px;
    z-index: 1000;
}

.group.relative {
    position: relative;
}

.group:hover .sub-menu,
.sub-menu:hover {
    display: block;
}

.sub-menu li a {
    padding: 10px;
    color: #333;
    text-decoration: none;
}

.sub-menu li a:hover {
    background-color: #f0f0f0;
}

/*Home cita button*/
.home-cta-button {
    padding-bottom: 10rem !important;
}

@media (max-width: 767px) {
    .home-cta-button {
        padding-bottom: 2rem !important;
        background-position-x: -220px;
    }

    .glass-logo {
        max-width: 260px;
    }
}

.wpcf7-spinner {
    display: block !important;
    text-align: center !important;
    margin: auto;
    margin-top: 20px;
}
