/* Community Level Styles */
:root {
    --hero-tint-overlay-opacity: 0.3;
    --fp-details-cta-btn-hover-color: var(--primary-hover);
}

/* google translate widget */
.goog-te-gadget img {
    width: auto;
}

@media (max-width: 767px) {
    #fp_app #fp_location_view {
        display: grid !important;
    }
    
    #fp_app .fp-mobile-toggle {
        grid-row: 2;
        margin-bottom: 10px;
     }
}

.custom-fp-1 {
    margin-bottom: 15px;
}

/* hp */
.grid-container.top-container .side-tagline {
    display: none;
}