/**
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
*/

:root {
    --color-primary: #09093A;
    --color-secondary: #A88C65;
}

/* Menu principal */
.main-header-menu li:hover > a {
    color: var(--color-secondary);
}

#content {
    min-height: 600px;
    padding-bottom: 230px;
}

.my-homeheader .wp-block-cover.has-background-dim:before {
    display: none !important;
}
.my-homeheader .wp-block-group {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}
.my-homeheader .wp-block-group__inner-container {
    bottom: 50px;
    padding: 0 40px;
    text-align: center;
    position: absolute;
    width: 100%;
}
.my-homeheader .wp-block-group__inner-container h2 {
    margin-bottom: 25px;
}
.my-homeheader .wp-block-buttons .wp-block-button {
	margin-bottom: 15px;
}
.my-homeheader .wp-block-buttons .wp-block-button:last-child {
	margin-bottom: 0;
}
.my-homeheader .wp-block-button__link {
    background-color: #fff;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: bold;
}
.my-homeheader .wp-block-button__link:hover {
    background-color: var(--color-primary);
    color: #fff;
}

/* Home - Quem Somos */
.home .my-quemsomos .wp-block-button {
    margin-top: 30px;
}
.home .my-quemsomos .my-quemsomos__colunafoto {
    order: 2;
    text-align: center;
    width: 100%;
}
.home .my-quemsomos .my-quemsomos__colunafoto figcaption {
    line-height: 20px;
}
.home .my-quemsomos .my-quemsomos__colunatexto {
    order: 1;
    width: 100%;
}
.home .my-quemsomos .my-quemsomos__colunatexto .wp-block-button {
    display: none;
}
.home .my-quemsomos .uagb-columns__inner-wrap {
    flex-direction: column;
}

/* Home - Newsletter */
.home .my-sectionnewsletter .ml-form-embedContainer {
    background-color: var(--color-secondary);
    padding: 30px 20px;
    text-align: center;
}
.home .my-social-container {
    padding: 15px 0;
    text-align: center;
}
.home .my-social-container > * {
    display: inline-block;
}
.home .my-social-container ul {
    list-style: none;
    margin: 0 15px;
}
.home .my-social-container ul li {
    display: inline-block;
}

/* FOOTER */
.site-footer {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.ast-footer-overlay {
    background-image: url(./assets/images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center bottom;
    color: var(--color-primary);
    height: 413px;
    padding: 0;
    padding-top: 270px;
}
.ast-small-footer-wrap {
    text-align: left;
}

/* Newsletter */
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody {
    padding: 0 !important;
}
.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p {
    color: var(--color-primary) !important;
}
.ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
    margin-bottom: 0 !important;
}
#mlb2-1727638.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
    background-color: var(--color-secondary) !important;
}
.home .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4 {
    display: none !important;
}

/* WP FORMS */
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form textarea {
    border: solid 1px var(--color-primary) !important;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: var(--color-primary) !important;
    border: none !important;
    border-radius: 2px !important;
    color: #fff !important;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: var(--color-secondary) !important;
    border: none !important;
    color: #fff !important;
}

/* Form Contato */
.my-contactform .info-container {
    margin: auto;
    margin-bottom: 30px;
    max-width: 400px;
}
.my-contactform .info-container .nome, 
.my-contactform .info-container .fone {
    display: inline-block;
    font-size: 24px;
}
.my-contactform .info-container .nome {
    margin-right: 25px;
}
.my-contactform .info-container .email {
    font-size: 19.5px;
}

/* Page - Quem Somos*/
.page-quem-somos .my-fotoelton figure {
    float: right;
    margin-left: 1em;
    width: 45%;
    max-width: 250px;
}


@media (min-width: 544px) {

}  
@media (min-width: 768px) {
    .my-homeheader .wp-block-group {
        background-color: rgba(0, 0, 0, .65);
        left: auto;
        width: 465px;
    }
    .my-homeheader .wp-block-group__inner-container {
        text-align: left;
    }

    /* Home - Quem Somos */
    .home .my-quemsomos .my-quemsomos__colunafoto {
        order: 1;
        width: 33%;
    }
    .home .my-quemsomos .my-quemsomos__colunafoto .wp-block-button {
        display: none;
    }
    .home .my-quemsomos .my-quemsomos__colunatexto {
        order: 2;
        width: 77%;
    }
    .home .my-quemsomos .my-quemsomos__colunatexto .wp-block-button {
        display: block;
    }
    .home .my-quemsomos .uagb-columns__inner-wrap {
        flex-direction: row;
    }
} 
@media (min-width: 992px) {

}  
@media (min-width: 1200px) {

}