/**
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
*/
/*************************************

Section Navigation Styles

*************************************/
.sectionNav > .elementor-container {
       max-width: none !important;
}
.sectionNav {
       box-shadow: 0 0 12px rgb(41 41 61 / .25);
}
.sectionNav a.elementor-button {
       padding: 18px 0;
}
.sectionNav a.elementor-button:after {
       content: '';
       position: absolute;
       top: 0;
       right: -20px;
       width: 0;
       height: 0;
       border-top: 26px solid transparent;
       border-left: 20px solid #ffffff;
       border-bottom: 25px solid transparent;
       z-index: 99;
       transition: all .3s;
}
.sectionNav a.elementor-button:hover:after {
       border-left: 20px solid #efefef;
}
.sectionNav .elementor-column:last-of-type a:after {
       display: none;
}
.sectionNav a.elementor-button:focus {
       background-color: #fff;
       outline: 0;
}
.sectionNav a.elementor-button:hover {
       background-color: #efefef !important;
}

.sectionNav.scrolled {
    position: fixed;
    top: 25px;
    z-index: 99;
    left: 0px;
    width: 96%;
    max-width: 1200px;
    right: 0;
    margin: 0 auto;
}

@media (max-width:1043px) {
    nav.elementor-nav-menu--main ul.elementor-nav-menu li.menu-item a {
        padding: 35px 19px;
    }
}


/*************************************

Page Styles

*************************************/
.blockText {
    border-left: 4px solid #d3b574;    
    margin-left: 8%;
    max-width: 640px;
    font-size: 24px;
    background-image: linear-gradient(45deg, #f5f5f5, transparent);
    padding: 20px 25px;
}

.faqHidden .elementor-toggle-item:first-of-type {
    display: none;
}

.overviewTiles .elementor-widget-icon-box .elementor-widget-container {
    min-height: 303px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div#pricingBox span {
    font-size: 42px!important;
}

.planToggle .elementor-toggle-item:first-child {
    display: none;
}

@media (min-width:980px) {
    ul.colNumb {
        column-count: 2;
    }
}
@media (max-width:767px) {
    section.bioSection .elementor-row {
        flex-direction: column-reverse!important;
    }
}


/*************************************

Blog Post Styles

*************************************/
body.single-post .elementor-widget-sidebar h2 {
    font-family: "Merriweather", Sans-serif;
    font-weight: 300;
    text-transform: capitalize;
}
body.single-post .elementor-widget-sidebar a {
    text-transform: capitalize;
    font-family: "Montserrat", Sans-serif;
}

@media (max-width:520px) {
    body.single-post .elementor-text-editor img {
        width: 100%;
    }
}


/*************************************

Gravity Forms Styles

*************************************/
input.gform_button {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    fill: #16163f;
    color: #16163f;
    background-color: #d3b574;
    border-radius: 0px 0px 0px 0px;
    transition: all .2s ease-in-out;
    float: right;
}
input.gform_button:hover {
    color: #d3b574;
    background-color: #16163f;
}
.gform_footer.top_label {
    padding: 12px 0 40px!important;
    margin: 0!important;
}
ul.gform_fields li.gfield {
    padding-right: 0!important;
}
ul.gform_fields li.gfield:nth-of-type(2) {
    padding-right: 15px!important;
}


/*************************************

Footer Credit Styles

*************************************/
#footer_credit{
    text-align: center;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #CECECE;
    font-weight: 200;
}


/*************************************

Safari Only Styles

*************************************/
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
    .blockText {        
        background-color:#f5f5f5; 
        background-image: none;
    }
}}