/**
Theme Name: Ask Valerie
Author: Local Seven
Author URI: https://localseven.com
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ask-valerie
Template: astra
*/

a {
	outline: none;
}

.site-footer nav li {
    margin-bottom: 10px;
}

.site-footer nav li a {
    font-size: 20px;
    font-family: "Cormorant Garamond";
}

.ast-footer-copyright p {
    margin-bottom: 0;
    text-transform: uppercase;
}

.slideshow .uagb-container-inner-blocks-wrap {
    display: none !important;
}

.image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.square-ratio {
    aspect-ratio: 1 / 1 !important;
}

.wp-block-button__link {
    transition: all 0.5s ease !important;
}

.see-portfolio {  
    transition: all 0.5s ease !important;
}

.see-portfolio:hover {
    background-color: #66565D;
}


/* Image gallery */

.spectra-image-gallery__media-wrapper--isotope {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: 
        opacity 1.2s cubic-bezier(0.25, 1, 0.5, 1), 
        transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: opacity, transform;
}

.spectra-image-gallery__media-wrapper--isotope.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.spectra-image-gallery__media-wrapper--isotope:nth-child(2n) {
    transition-delay: 0.1s;
}

.spectra-image-gallery__media-wrapper--isotope:nth-child(3n) {
    transition-delay: 0.2s;
}

.spectra-image-gallery__control-lightbox--main .swiper-slide img {
    max-height: 100%;
    max-width: 100%;
}


/* Homepage slider */

.slider-container .uagb-icon-wrapper {
    position: absolute !important;
    bottom: 50px;
    z-index: 2;
}

.wp-block-uagb-slider {
    height: 100vh !important;
}

.uagb-slides {
    height: 100%;
}

.swiper-slide {
    height: 100% !important;
}

.swiper-content {
    height: 100%;
}

a.down-chevron {
    position: absolute !important;
    bottom: 50px;
    z-index: 2;
    width: 40px !important;
    outline: none;
}

.down-chevron path {
    fill: #fff;
}


/* FAQ */

.wp-block-uagb-faq .uagb-question em {
    display: block;
    font-weight: normal;
    text-transform: none;
    margin-top: 5px;
}

.uagb-faq-questions-button {
    align-items: flex-start !important;
}

.uagb-faq-icon-wrap {
    margin-top: 4px !important;
}


/* Contact Us */

.srfm-input-common {
    border-radius: 0 !important;
}

.srfm-submit-button {
    font-weight: 700 !important;
    line-height: 1em !important;
    font-size: 12px !important;
    padding: 20px 24px !important;
    border-radius: 0 !important;
    transition: all 0.5s ease !important;
}


/* Mobile menu */

.ast-mobile-popup-content .header-widget-area {
    max-width: 360px;
    margin: -35px auto 0;
}

.ast-logo-title-inline .site-logo-img {
    padding: 0;
}

.ast-header-break-point .main-header-bar-navigation {
    line-height: 2;
}


/* Responsive */

@media only screen and (max-width: 1090px) {

.ast-builder-layout-element .ast-site-identity {
    margin-left: 0;
    margin-right: 0;
}

.main-header-menu > .menu-item > .menu-link {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.main-header-menu > .menu-item .sub-menu .menu-item .menu-link {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

}


@media (max-width: 940px) {

.dropdown-menu-toggle {
    display: none;
}

}


@media (max-width: 921px) {

.ast-primary-header-bar {
    background-color: transparent;
}

.main-header-menu > .menu-item > .menu-link {
    font-size: 16px;
}

.main-header-menu > .menu-item .sub-menu .menu-item .menu-link {
    font-size: 16px;
}

.wp-block-uagb-slider {
    max-height: 80vh !important;
}

}


@media only screen and (max-width: 767px) {


.uagb-layout-grid .square-ratio {
    aspect-ratio: auto;
}

.site-footer nav li {
    margin-bottom: 5px;
}

.site-footer nav li a {
    font-size: 18px;
}

}


@media (max-width: 543px) {

.ast-mobile-popup-content .header-widget-area {
    max-width: 300px;
    margin: -50px auto 0;
}

}

