/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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: astra-child
Template: astra
*/

/* General overrides */
.entry-content h3 {
    line-height: 1.2em;
}
.elementor-widget-text-editor ul {
    line-height: 1.3;
    margin-left: 0;
}
.no-border table,
.no-border td,
.no-border th {
    border: 0;
}
/* Brand gallery */
.brand-gallery figure.gallery-item a {
    position: relative;
    display: block;
}
.brand-gallery figure a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: ease all .3s;
}
.brand-gallery figure a:hover:after {
    background: rgba(0,0,0,.5);
}
.brand-gallery .gallery-item img.size-brand-gallery {
    width: 100%;
}

/* Newsletter form */
.newsletter-wrap {
    font-family: "PT Serif", serif;
    text-align: justify;
}
.newsletter-wrap label {
    display: inline-block;
    border: 0;
    width: auto;
    font-size: 25px;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.newsletter-wrap input.text-input {
    background: none;
    width: 300px;
    font-size: 24px;
    border: 0;
    border-bottom: 2px solid #696761;
    text-align: center;
    outline: none;
    color: #9f8f68;
    margin-bottom: 30px;
    padding: 1px 5px;
}
.newsletter-wrap input.hidden {
    display: none;
}
.newsletter-wrap input.text-input:focus,
.newsletter-wrap input.text-input:hover {
    outline: none;
    border-bottom: 2px solid #9f8f68;
}
.newsletter-wrap input.text-input::-webkit-input-placeholder {
    color: lightgrey;
    font-size: 18px;
}
.newsletter-wrap .btn-submit {
    text-align: center;
    margin: 50px 0;
}
.newsletter-wrap .btn-submit input {
    font-family: "PT Serif", serif;
    font-weight: bold;
    color: #fff;
    border: 2px solid #2e2b46;
    background: #987A32;
    border-color: #987A32;
    margin-bottom: 20px;
    transition: ease all .3s;
}
.newsletter-wrap .btn-submit input:hover {
        background: #C89E3C;
        border-color: #C89E3C;
        cursor: pointer;
}
/* Contact form */
.uael-wpf-style .wpforms-container .wpforms-field.wpforms-one-full {
    clear: both;
}

/* Responsive */
@media (max-width: 921px) {
    .entry-content h3 {
        font-size: 30px;
    }
}
@media (max-width: 882px) {
    .newsletter-wrap label {
        font-size: 24px;
    }
    .newsletter-wrap input.text-input {
        width: 250px;
    }
}
@media (max-width: 810px) {
    .newsletter-wrap label {
        font-size: 21px;
    }
    .newsletter-wrap input.text-input {
        width: 230px;
    }
}
@media (max-width: 767px) {
    #mobile-header {
        position: relative;
    }
    #mobile-logo {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
    }
    #mobile-menu-toggle {
        position: absolute;
        right: 0;
        top: 23px;
    }
    #mobile-menu-toggle.uael-nav-menu__breakpoint-mobile .uael-nav-menu-icon {
        margin-right: 15px;
    }
    .elementor #mobile-menu-toggle.elementor-element.uael-nav-menu__breakpoint-mobile nav.uael-dropdown.menu-is-active ul.uael-nav-menu li.brands-item.uael-has-submenu a.uael-menu-item {
        padding-bottom: 0;
        pointer-events: none;
    }
    #mobile-menu-toggle.uael-nav-menu__breakpoint-mobile nav.uael-dropdown.menu-is-active ul.uael-nav-menu li.brands-item.uael-has-submenu .sub-arrow {
        display: none;
    }
    #mobile-menu-toggle.uael-nav-menu__breakpoint-mobile nav.uael-dropdown ul.uael-nav-menu li.brands-item.uael-has-submenu ul.sub-menu {
        margin-top: 0px!important;
    }
    #mobile-menu-toggle.uael-nav-menu__breakpoint-mobile nav.uael-dropdown.menu-is-active ul.uael-nav-menu li.brands-item.uael-has-submenu ul.sub-menu {
        position: relative!important;
        display: block!important;
        visibility: visible!important;
        opacity: 1!important;
        height: auto!important;
    }
    .entry-content h3 {
        font-size: 24px;
    }
}
@media (max-width: 710px) {
    .newsletter-wrap label {
        font-size: 20px;
    }
    .newsletter-wrap input.text-input {
        width: 200px;
    }
}
@media (max-width: 659px) {
    .newsletter-wrap label,
    .newsletter-wrap input {
        min-width: 100% !important;
        display: block;
        text-align: center;
    }
    .newsletter-wrap label.dot-wrap{
        display: none;
    }
}