/*
Theme Name: Figaro2020
Author: Ivan Siyanko
Version: 1.0
*/
@media print {
    .d-print-none {
        display: none !important
    }
}

.center {
    margin: 0 auto;
}

.w-100 {
    width: 100% !important;
}

.mt {
    margin-top: 15px;
}

.mb {
    margin-bottom: 15px;
}

.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.of-hidden {
    overflow: hidden;
}

.img-vibor {
    width: 200px;
    height: auto;
    margin: 30px 0;
}

.comment {
    background-color: #ffffcc;
    color: #660;
    padding: 15px;
    border: 1px solid #660;
    margin-bottom: 30px;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover {
    text-decoration: none;
}

.section-small {
    padding: 15px 0;
}

.section-white {
    background-color: #FFF;
    padding: 50px 0;
}

.section-black {
    background-color: #000;
    padding: 50px 0;
}

.section-fish {
    background-image: url(/wp-content/themes/figaro2020/img/bg_img_fish.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    padding: 50px 0;
}

.section-dark {
    background-image: url(/wp-content/themes/figaro2020/img/bg_img_2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
}

.section-light {
    background-image: url(/wp-content/themes/figaro2020/img/bg_img_3.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
}

@media (max-width: 767px) {
    .section-white, .section-black, .section-dark, section-light {
        padding: 15px 0;
    }
}



.block-light {
    background-color: #f3f3f3;
    padding: 30px;
    margin-bottom: 30px;
}

.block-white {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.block-black {
    background-color: #000;
    padding: 30px;
    margin-bottom: 30px;
}

.block-red {
    background-color: #cc0000;
    padding: 30px;
    margin-bottom: 30px;
}

.section-red {
    background-color: #cc0000;
    padding: 75px 0;
}

.section-lightgrey {
    background-color: #eeeeee;
    padding: 75px 0;
}

.bg-black {
    background-color: #000 !important;
}

.bg-lightgrey {
    background-color: #f9f9f9 !important;
}


/* HTML */
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

img,
section,
.row {
    margin: 0;
    padding: 0;
}










.breadcrumb-divider {
    color: #cc0000;
    font-weight: 700;
    letter-spacing: -2px;
    margin: 0 10px;
}



.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #cc0000;
    border-color: #cc0000;
}

.list-group-item + .list-group-item {
    border-top-width: 0;
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    flex-wrap: nowrap;
    overflow-x: auto;

}

/* Hide scrollbar for Chrome, Safari and Opera */
.list-group-horizontal::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
.list-group-horizontal {
    -ms-overflow-style: none;
}

.list-group-horizontal .list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}



.table {
    width: 100%;
}

.table th,
.table td {
    padding: 3px 0;
    vertical-align: top;
    border: 0;
    text-align: left;
}





.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}





.jumbotron {
    padding-top: 200px;
    padding-bottom: 100px;
    background-color: #000000;
    position: relative;
    overflow: hidden;
    background-color: black;
}

@media (max-width: 576px) {
    .jumbotron {
        padding-top: 150px;
        padding-bottom: 100px;
    }
}

.jumbotron video {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    /*  object-fit is not supported on IE  */
    object-fit: cover;
    opacity: 0.5;
}

.jumbotron .container {
    z-index: 2;
    position: relative;
}


.jumbotron2 {
    padding: 175px 0 15px 0;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to bottom, transparent, #f9f9f9);
    border-bottom: 1px solid #ddd;
}

@media (max-width: 576px) {
    .jumbotron2 {
        padding: 120px 0 30px 0;
    }
}

.jumbotron2 .container {
    z-index: 2;
    position: relative;
}



.jumbotron3 {
    padding: 180px 0 30px 0;
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    border-bottom: 1px solid #ddd;
    color: #fff;
}

@media (max-width: 576px) {
    .jumbotron3 {
        padding: 150px 0 100px 0;
    }
}

.jumbotron3 .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #000000 0%, transparent 50%, #000000 80%, #000000 100%);
    opacity: .6;
}

.jumbotron3 .container {
    z-index: 2;
    position: relative;
}





.bg-dark {
    background-image: url(/wp-content/themes/figaro2020/img/bg_img_2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-light {
    background-image: url(/wp-content/themes/figaro2020/img/bg_img_1.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-gray {
    background-color: #f9f9f9;
}

#hero {
    position: relative;
}

#hero .pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-image:
        linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent),
        linear-gradient(-45deg, #ffffff 25%, transparent 25%, transparent);
    background-size: 10px 10px;
    background-position: -5px -5px;
    z-index: 3;
}

#single {
    background-color: #fff;
    padding: 100px 0;
}



#about {
    background-color: #ffffff;
    padding-top: 100px;
    position: relative;
}

#about .pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #cc0000;
    z-index: 3;
}



#section {
    padding: 50px 0;
}

#events {
    background-color: #000;
    padding: 100px 0;
    background-image: url(/wp-content/themes/figaro2020/img/bgevents.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    position: relative;
}

#events .pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #cc0000;
    z-index: 3;
}

#halls {
    background-color: #f3f3f3;
    padding: 100px 0;
    position: relative;
}

#halls .pattern {}


#cta-small {
    background-color: #cc0000;
    color: #ffffff;
    padding: 25px 0;
    position: relative;
}

#cta-small .pattern-top {
    position: absolute;
    top: -5px;
    left: 0;
    height: 5px;
    width: 100%;
    background-image:
        linear-gradient(45deg, #cc0000 25%, transparent 25%, transparent),
        linear-gradient(-45deg, #cc0000 25%, transparent 25%, transparent),
        linear-gradient(45deg, transparent 75%, #cc0000 75%),
        linear-gradient(-45deg, transparent 75%, #cc0000 75%);
    background-size: 10px 10px;
    background-position: -5px -5px;
    z-index: 3;
}

#cta-small .pattern-bottom {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 5px;
    width: 100%;
    background-image:
        linear-gradient(45deg, #cc0000 25%, transparent 25%, transparent),
        linear-gradient(-45deg, #cc0000 25%, transparent 25%, transparent),
        linear-gradient(45deg, transparent 75%, #cc0000 75%),
        linear-gradient(-45deg, transparent 75%, #cc0000 75%);
    background-size: 10px 10px;
    background-position: 0 0;
    z-index: 3;
}

#seotext {
    background-color: #eeeeee;
    padding: 50px 0;
}


footer {
    background-color: #090909;
    background-image: url();
    color: #ffffff;
    padding: 50px 0;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
}
footer .img-social {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

#copyright {
    background-color: #000000;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 5px 0;
    text-align: center;
}

.heading-block {
    padding: 20px;
    font-size: 50px;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.heading-block-xs {
    width: 200px;
    height: 100px;
}

.heading-block-sm {
    width: 260px;
    height: 100px;
}

.heading-block-md {
    width: 320px;
    height: 100px;
}

.heading-block-lg {
    width: 380px;
    height: 100px;
}

.heading-block-xl {
    width: 480px;
    height: 100px;
}

@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {
    .heading-block {
        padding: 12px;
        font-size: 30px;
    }

    .heading-block-xs {
        width: 120px;
        height: 60px;
    }

    .heading-block-sm {
        width: 180px;
        height: 60px;
    }

    .heading-block-sm {
        width: 210px;
        height: 60px;
    }

    .heading-block-lg {
        width: 240px;
        height: 60px;
    }

    .heading-block-xl {
        width: 280px;
        height: 60px;
    }

}



.pattern-red {
    position: relative;
    background-image:
        linear-gradient(45deg, #cc0000 25%, transparent 25%, transparent),
        linear-gradient(-45deg, #cc0000 25%, transparent 25%, transparent),
        linear-gradient(45deg, transparent 75%, #cc0000 75%),
        linear-gradient(-45deg, transparent 75%, #cc0000 75%);
    background-size: 10px 10px;
    background-position: -5px -5px;
    color: #fff !important;
    text-align: center !important;
}

.pattern-red::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: '';
    background: #cc0000;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 5px;
    z-index: -1;
}

.pattern-black {
    position: relative;
    background-image:
        linear-gradient(45deg, #000000 25%, transparent 25%, transparent),
        linear-gradient(-45deg, #000000 25%, transparent 25%, transparent),
        linear-gradient(45deg, transparent 75%, #000000 75%),
        linear-gradient(-45deg, transparent 75%, #000000 75%);
    background-size: 10px 10px;
    background-position: -5px -5px;
    color: #fff !important;
    text-align: center !important;
}

.pattern-black::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: '';
    background: #000000;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 5px;
    z-index: -1;
}


/* modal */

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}


.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #000000;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 10px;
    background-color: #000000;
}

.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.3;
}


.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    height: auto;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}



.swiper-pagination-bullet-active {
    background-color: #cc0000 !important;
}

.swiper-img {
    width: 300px;
    height: 225px;
}

#callback {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    z-index: 999;
}
@media (min-width: 768px) {
    #callback {
        display: none;
    }
}