/**
Theme Name: Astra Child
Author: Miodrag Fiverr
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
*/

/*--------------------------------------------------------------------------------------
    CSS for Astra Child Theme
--------------------------------------------------------------------------------------*/



@media screen and (min-width: 1024px) {
    .mob {display: none !important;}
} /* 1024px and up 
---------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 1023px) {
    * {box-sizing:border-box;}
    table {table-layout:fixed; width:100%;}
    img { max-width:100%; height:auto; image-rendering: -webkit-optimize-contrast;}
    body {margin: 0px;padding: 0px;}
    iframe { max-width:100% !important;}
    object { max-width:100% !important;}
    .pc {display: none !important;}


    .ast-builder-layout-element .ast-site-identity.site-branding {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}
.ast-desktop div.ast-primary-header-bar.main-header-bar, 
.ast-header-break-point #masthead div.ast-primary-header-bar.main-header-bar {
    margin-top: unset;
    margin-bottom: unset;
    margin-left: unset;
    margin-right: unset;
}
.ast-site-title-wrap {
    display: none;
}
body [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 30px;
    height: 30px;
    fill: var(--ast-global-color-0);
}
.ast-theme-transparent-header.ast-header-break-point .ast-builder-menu ul.main-header-menu {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.ast-button-wrap button.menu-toggle.main-header-menu-toggle {
    padding: 8px;
}










} /* 1023px and down
---------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 767px) {
    
div.site-footer-below-section-2.site-footer-section.site-footer-section-2 {
    margin: 0px !important;
}
.site-footer-below-section-1.site-footer-section.site-footer-section-1 {
    margin: 0 !important;
}
body .site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    width: 100%;
    max-width: 100%;
    min-height: unset;
}
.elementor-element.about--box .elementor-image-box-content {
    padding-top: 30px;
}
body h1, body .entry-content h1 {
    font-size: 36px;
}
.elementor-element.about--box .elementor-image-box-content .elementor-image-box-title span {
    font-size: 28px !important;
}
.ast-theme-transparent-header header#masthead {
    transition: all 0.3s ease-in-out;
}
.ast-theme-transparent-header header#masthead.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #25272d;
    z-index: 99;
}
.ast-header-break-point .ast-builder-menu-mobile div.main-navigation {
    position: relative;
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
}




} /* 767px and down
---------------------------------------------------------------------------------------------------- */