﻿ 
/***********************************
    CATEGORY LIST
************************************/
.bvg-category-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -20px;
}

.bvg-category-item {
    width: 100%;
    max-width: calc(20% - 40px);
    margin: 20px;
    list-style: none;
}

.bvg-category-image-container {
    height: 0;
    position: relative;
    padding-bottom: 100%;
    display: block;
    margin-bottom: 5px;
}

.bvg-category-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bvg-category-link {
    display: block;
}

.bvg-category-title {
    padding: 8px;
}

@media only screen and (max-width: 767px) {
    .bvg-category-list {
        margin: 0 -10px;
    }

    .bvg-category-item {
        max-width: calc(50% - 40px);
        margin: 10px;
    }
}

/***********************************
    HEADER
************************************/
.bvg-header {
}

.bvg-header-item {
    overflow: hidden;
    position: relative;
    color: #fff !important;
    height: 42.9688%;
    max-height: 900px;
    min-height: 600px
}

.bvg-header-item-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bvg-header-item-content h1 {
    text-align: center;
    font-weight: 700;
    color: #FFFFFF !important;
    text-shadow: 0em 0.1em 0.1em rgb(0 0 0 / 40%);
    font-size: 50px
}

.bvg-header-item-content .et_pb_button {
    color: #ffffff !important;
    border-width: 2px !important;
    border-color: #ffffff;
    border-radius: 9px;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0);
}

.bvg-header-item-content .et_pb_button:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.bvg-header-item-content .quill-content {
    text-shadow: 0 0 5px black;
}

.quill-content p, 
.quill-content ol, 
.quill-content ul, 
.quill-content pre, 
.quill-content blockquote, 
.quill-content h1, 
.quill-content h2,
.quill-content h3, 
.quill-content h4,
.quill-content h5, 
.quill-content h6 { margin: 0; padding: 0; }
.quill-content ol, 
.quill-content ul,
.quill-content ol li,
.quill-content ul li { padding-left: 1.5em; }
.ql-indent-1 { padding-left: 4.5em }
.ql-indent-2 { padding-left: 6em }
.ql-indent-3 { padding-left: 7.5em }

.owl-theme .owl-dots {
    position: absolute;
    bottom: 105px;
    left: 0;
    right: 0;
}

.owl-carousel:not(.owl-loaded) {
}

.bvg-header-push-container {
    display: flex;
    justify-content: center;
    margin-top: -120px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.bvg-header-push-list {
    flex: 1;
    max-width: 1280px;
    display: flex;
    justify-content: center;
}

.bvg-header-push-item {
    width: calc(33.3333% - 50px);
    margin: 25px;
    text-align: center;
}

.bvg-header-push-image {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, .3);
}

.bvg-header-push-title {
    text-align: center;
}

.bvg-header-push-content {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 980px) {
    .bvg-header-item-content {
        width: 90vw;
    }

    .bvg-header-item-content {
        top: 175px;
    }
}

@media only screen and (max-width: 767px) {
    .bvg-header-push-container {
        margin-top: 0;
    }

    .bvg-header-push-list {
        flex-direction: column;
        align-items: center;
    }

    .bvg-header-push-item {
        width: 100%;
        max-width: 400px;
        padding: 0 20px;
    }

    .bvg-header-item-content h1 {
        font-size: 40px;
    }

    .bvg-header-item-content {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        justify-content: center;
        transform: translate(0);
    }

    .bvg-header-item {
        min-height: 100vw;
    }

    .owl-carousel .owl-item img.owl-lazy {
        object-fit: cover;
        object-position: center;
        height: 100%;
        position: absolute;
        width: 100%;
    }

    .owl-theme .owl-dots {
        bottom: 0;
    }
}
