/**
Theme Name: E-usługi
Author: BonaSoft
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: e-uslugi
Template: astra
*/

/*OGÓLNE*/

.ast-plain-container.ast-no-sidebar #primary{
    margin: 60px 0;
}

/*NAGŁÓWEK*/

.ast-main-header-wrap{
    border-bottom: 2px solid #0000000f;
}

header a{
    color:#2A2A2A;
}

header a:hover,
header .menu-link:hover{
    text-decoration: underline;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{
    line-height: 30px;
}

/*BANER GŁÓWNY*/

#page .main-banner{
  max-height: 800px;
  height: calc(100vh - 120px);
  margin-top: -60px;
}

#page .main-banner .wp-block-cover__inner-container{
    margin-top: 150px;
}


/*KAFELKI*/

#page .services-cards{
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    margin-bottom: 50px;
    padding-left: calc((100vw - 1200px) / 2) !important;
    padding-right: calc((100vw - 1200px) / 2) !important;
    padding-bottom: 125px;
    max-width: none;
    background-color: rgba(0,0,0,0.06);
}

#page .services-cards .wp-block-columns{
    display: flex;
    align-items: stretch;
}

#page .services-cards .wp-block-columns .wp-block-column{
    display: flex;
}

#page .services-cards .wp-block-media-text{
    background: white;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0px 1px 16px 0px rgba(22, 46, 77, 0.18);
    position: relative;
}

#page .services-cards .wp-block-media-text .wp-block-buttons{
    margin-top: 24px;
}

#page .services-cards .wp-block-media-text .wp-block-buttons .wp-block-button__link{
    padding: 0;
    background: transparent;
    border: none;
    color:var(--ast-global-color-1);
    font-weight: 600;
}

#page .services-cards .wp-block-media-text .wp-block-buttons .wp-block-button__link:hover{
    text-decoration: underline;
}

#page .services-cards .wp-block-media-text h4{
    margin-bottom: 8px;
}

#page .services-cards .main-column{
    z-index: 99;
    margin-top: -115px;
}

#page .services-cards .wp-block-buttons{
    margin-top: 85px;
}

#page .services-cards .main-column .wp-block-columns{
    margin-bottom: 40px;
}


/*Druga wersja*/

#page .services-cards.second{
    padding-top: 25px;
    padding-bottom: 0;
    background: none;
}

#page .services-cards.second .main-column{
    z-index: 99;
    margin-top: 0;
}

#page .services-cards.second .wp-block-media-text{
    background: #162e4d0f;
}



/*TABELA Z KONTAKTEM*/

#page .contact-table{
    padding-left: 0;
    padding-right: 0;
    background: rgba(0,0,0,0.06);
    border-radius: 6px;
    margin-top: 2em;
}

#page .contact-table .wp-block-column{
    padding-left: 70px;
    border-left: solid 1px rgb(0 0 0 / 8%)
}

#page .contact-table .wp-block-column:first-of-type{
    border-left: 0;        
}

#page .contact-table .wp-block-media-text{
    grid-template-columns: 10% auto!important;
    margin-bottom: 1em;
    margin-left: -4px;
}

#page .contact-table .wp-block-media-text__content{
    padding: 0 0 0 4%;
}

#page .contact-table h4{
    margin-bottom: 0;
}

#page .contact-table p{
    margin-top: 8px;
    margin-bottom: 8px;
}

/*STOPKA*/

footer{
    margin-top: 100px;
}

footer h5,
footer p,
footer a{
    color:var(--ast-global-color-4);
}

footer a:hover{
    color:var(--ast-global-color-4);
    text-decoration: underline;
}

footer h5{
    position: relative;
    border-bottom: solid 1px rgb(255 255 255 / 16%);
    padding-bottom: 8px;
}

/* footer h5::after{
    content: '';
    position: absolute;
    width: 32px;
    height: 2px;
    left: 0;
    top: 30px;
    background: var(--ast-global-color-4);
    opacity: 0.5;
} */

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row{
    min-height: 30px;
}



/*TABLET*/

@media(min-width:781px) and (max-width:1200px){

        

    /*OGÓLNE*/

    .ast-container{
        padding: 0 35px;
    }

    /*NAGŁÓWEK*/

    header .site-above-header-wrap,
    header .main-header-bar-wrap{
        padding-left: 35px;
        padding-right: 35px;
    }

    /*KAFELKI E-USŁUGI*/

    #page .services-cards{
        padding: 0 35px!important;
    }

    #page .services-cards .button-all-services{
        margin:50px 0;
    }

    /*TABELA KONTAKT*/

    #page .contact-table .wp-block-column{
        padding-left: 24px;
    }


    /*STOPKA*/

    .ast-builder-grid-row-4-equal .ast-builder-grid-row{
        grid-template-columns: repeat(2, 1fr)!important;
    }

    .ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row{
        grid-row-gap:50px;
    }

    footer .site-above-footer-wrap{
        padding: 35px;
    }

    footer .site-primary-footer-wrap,
    footer .site-below-footer-wrap{
        padding-left: 35px!important;
        padding-right: 35px!important;
    }


}

@media(min-width:921px) and (max-width:1150px){

    /*NAGŁÓWEK*/

    header .main-header-bar-wrap .ast-builder-grid-row{
        grid-template-columns: 2fr;
        justify-self: left;
        margin: 24px 0;
    }

}




/*MOBILE*/

@media(min-width:781px) and (max-width:921px){
        
    /*BANER*/

    #page .main-banner .wp-block-cover__inner-container{
        margin-left: 20px;
    }

    }

@media(max-width:781px){

    /*NAGŁÓWEK*/

    /* header .site-above-header-wrap,
    header .main-header-bar-wrap{
        padding-left: 35px;
        padding-right: 35px;
    } */


    /*KAFELKI E-USŁUGI*/

    #page .services-cards{
        padding: 0 20px!important;
    }

    #page .services-cards .button-all-services{
        margin:50px 0;
    }

    #page .services-cards .wp-block-media-text__content{
        padding: 0 0 0 8%;
    }

    #page .services-cards .button-all-services{
        margin:30px 0;
    }


    /*TABLEA KONTKAT*/

     #page .contact-table{
        padding: 35px;
     }

    #page .contact-table .wp-block-column{
        border-left: 0;
        border-bottom: solid 1px rgb(0 0 0 / 8%);
        padding-left: 0;
        padding-bottom: 24px;
    }

    #page .contact-table .wp-block-column:last-of-type{
        border-bottom: 0;    
        padding-bottom: 0;    
    }


    /*STOPKA*/
        
    .ast-builder-grid-row-4-equal .ast-builder-grid-row{
        grid-template-columns: 1fr!important;
    }

    .ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row{
        grid-row-gap:30px;
    }

    footer .site-above-footer-wrap{
        padding: 20px;
    }

    footer .site-primary-footer-wrap,
    footer .site-below-footer-wrap{
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    footer .site-below-footer-wrap{
        display: flex;
        text-align-last: center;
    }

    footer .site-below-footer-wrap .wp-block-column{
        display: grid;
    }


}


@media(max-width:300px){

    #page .services-cards .wp-block-media-text__media{
        display: none;
    }

    #page .services-cards .wp-block-media-text{
        grid-template-columns: 0% auto!important;
    }


}