/*
Theme Name: bevise
Theme URI: #
Author: Bevise Software House - Piotr Pac
Version: 1.0
License:  GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bevise
*/



body {
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.entry-content {
    margin: 0 auto;
    padding: 10px 0;
}

.site-header {
    margin: 0 auto;
}

.primary-navigation {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-right {
    display: flex;
    justify-content: flex-end;
}

.header-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-wrapper {
    list-style-type: none;
    display: flex;
}

#bv_page_title {
    padding: 15px 0;
}

/* ------------------------- */

.entry-content.bv-fullwidth .wp-block-columns {
    max-width: var(--contener-width);
    margin: 0 auto;
    padding: 0;
}

.entry-content.bv-fullwidth .wp-block-columns.alignfull,
.entry-content.bv-fullwidth .wp-block-columns.alignwide {
    max-width: 100%;
}

.entry-content.bv-fullwidth .wp-block-columns.alignfull .wp-block-column {
    max-width: 100%;
}

.entry-content.bv-fullwidth .wp-block-columns.alignwide .wp-block-column {
    max-width: var(--contener-width);
    margin: 0 auto;
}


@media(max-width:767px){
    .entry-content > .wp-block-columns.alignwide > .wp-block-column {
        padding-left:15px;
        padding-right:15px;
    }

    .entry-content > .wp-block-columns:not(.alignwide):not(.alignfull) {
        padding-left:15px;
        padding-right:15px;
    }
}/* max 767px */

/* ---------------------------------------- */


h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
    padding: 10px 0;
}

h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding: 5px 0;
}

h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
    padding: 5px 0;
}

h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    padding: 5px 0;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 5px 0;
}



#site-navigation .primary-menu-container a {
    font-family: var(--font-family-heading);
    color: var(--kolor-01);
}

#site-navigation .primary-menu-container a:hover,
#site-navigation .primary-menu-container .current-menu-item a {
    color: var(--kolor-02);
}


/* -------------- menu --------------- */

.bv_mobile-menu.opener {
    right:0;
}

.bv_mobile-menu ul {
    flex-direction: column;
    z-index: 50;
    position: relative;
}

/* sidebar */

.bv_sidebar_wrapper {
	display: flex;
}

.bv-with-sidebar.sidebar-left .bv_sidebar_wrapper {
	flex-direction: row-reverse;
} 


/* -- megamenu -- */



/* ----- footer ---- */

.bevise_theme_footer_wrapper {
    max-width: 100%;
    width: var(--contener-width);
    margin: 0 auto;
}



/* media */

@media(max-width:767px) {
    .woocommerce-page .entry-content {
        padding:0 15px;
    }

  
}/* max 767px */


