/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

@font-face {
    font-family: 'Open Sans Local';
    src: url('assets/fonts/OpenSans-Italic.woff2') format('woff2'), url('assets/fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Local';
    src: url('assets/fonts/OpenSans-Bold.woff2') format('woff2'), url('assets/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Local';
    src: url('assets/fonts/OpenSans-BoldItalic.woff2') format('woff2'), url('assets/fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Local';
    src: url('assets/fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'), url('assets/fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Local';
    src: url('assets/fonts/OpenSans-Regular.woff2') format('woff2'), url('assets/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Local';
    src: url('assets/fonts/OpenSans-SemiBold.woff2') format('woff2'), url('assets/fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Local';
    src: url('assets/fonts/OpenSans-Light.woff2') format('woff2'), url('assets/fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans Local';
    src: url('assets/fonts/OpenSans-LightItalic.woff2') format('woff2'), url('assets/fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

body, h1, h2, h3, h4, h5, h6 {
    font-family: Open Sans Local, sans-serif;
}

/*************** FONTS END  ***************/

.vc_custom_heading {
    font-weight: 300;
}

.row-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    margin-bottom: 25px;
}

@media all and (max-width:991px) {
    /* CSS rules here */
    .row-wrap {
        -ms-grid-columns: 1fr 25px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media all and (max-width:680px) {
    /* CSS rules here */
    .row-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

.entry-meta-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 50px;
}

.block-header {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 10px;
    height: 5em;
}

.block-content .bodytext {
    font-size: 16px;
    line-height: 26px;
}

.block-image {
    height: 0;
    padding-top: 100%;
    background-size: cover;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}

.btngroup {
    position: relative;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(206, 205, 205, 1);
    box-shadow: 0px 0px 2px 2px rgba(206, 205, 205, 1);
    /*border-radius: 2px;*/
    padding: 15px;
    margin-top: 25px;
    color: #9c1c36;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ffffff;
}

.btngroup:hover {
    text-decoration: none;
    color: #9c1c36;
}

.btngroup::after {
    content: url(./images/btn-ico.svg);
    height: 18px;
    position: absolute;
    display: block;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.back-btn span {
    background: url(./images/btn-ico.svg) no-repeat;
    height: 40px;
    width: 40px;
    display: block;
    background-size: contain;
}

.header-main .back-btn span {
    background: url(./images/btn-ico-2.png) no-repeat;
}

.back-btn.disabled {
    display: none !important;
}

.axe-header-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.btnexhibition {
    position: relative;
    padding: 5px;
    margin-top: 25px;
    color: #9c1c36;
    text-transform: uppercase;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btnexhibition:hover {
    text-decoration: none;
    color: #9c1c36;
}

.rev-btn>span, .btnexhibition>span {
    background: url(./images/btn-ico-2.png) no-repeat center center;
    height: 38px;
    width: 48px;
    line-height: 38px;
}

.home .rev-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

h2 {
    color: #000000;
    text-transform: uppercase;
    border-bottom: 5px solid #9c1c36;
    margin: 100px 0 32px 0;
    line-height: 40px;
}

h3 {
    color: #fff;
    background-color: #9c1c36;
    padding: 25px;
}

.entry-block {
    background: #fff;
    margin: 0 25px 0 auto;
}

.frontpage .entry-block {
    max-width: 100%;
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}

.frontpage .entry-header {
    /*  margin-top: -50%; */
}

.frontpage .entry-block-art {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
}

.frontpage .entry-block-art {
    display: inline;
    width: 100%;
}

.frontpage .entry-block-data {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
}

@media only screen and (max-width: 992px) {
    .frontpage .entry-block-art {
        -ms-flex: none;
        -webkit-box-flex: 0;
        flex: none;
        display: inline;
        width: 100%;
    }
    .frontpage .entry-block-data {
        -ms-flex: none;
        -webkit-box-flex: 0;
        flex: none;
        display: inline;
        width: 100%;
    }
    .frontpage .entry-block {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .slides .entry-block-art {
        display: none;
    }
    .slides .entry-block-data {
        -ms-flex: none;
        -webkit-box-flex: 0;
        flex: none;
        display: inline;
        width: 100%;
    }
}

.entry-block .entry-meta {
    padding: 0 25px 25px;
}

.entry-header-image {
    margin-top: -125px;
    background-position: top center;
}

.entry-header-wide {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.frontpage .entry-wrapper {
    padding-top: 95px;
    padding-bottom: 20px;
    /* min-height: 100vh; */
    /*  overflow: auto; */
}

.second-col {
    margin-left: 20px;
}

.flexslider {
    border: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}

.axe_exhibition .entry-block {
    width: 35%;
    background-color: #ffffff;
    padding-top: 105px;
}

@media all and (max-width:991px) {
    .axe_exhibition .entry-block {
        width: 50%;
    }
}

@media all and (max-width:680px) {
    /* CSS rules here */
    .axe_exhibition .entry-block {
        width: 100%;
    }
}

.exhibition-slider-block {
    max-width: 100%;
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.exhibition-slider-block .entry-block-art {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
}

.exhibition-slider-block .entry-block-art img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
    height: 100% !important;
    width: 100% !important;
}

.exhibition-slider-block .entry-block-data {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.exhibition-slider-block .entry-meta-row {
    padding-left: 10px;
    padding-right: 10px;
}

.exhibition-slider-block .btnexhibition {
    margin-top: auto;
    margin-left: auto;
    margin-right: 20px;
    max-width: 30%;
}

.entry-block-image {
    background-size: cover;
    background-position: top center;
    padding-top: 100%;
    height: 100%;
    z-index: -99;
}

.header-container {
    z-index: 2;
}

.boxartwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.boxartimage-link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; */
    display: block;
}

.boxartimage-link::after {
    /*  content: ""; */
    display: block;
    padding-bottom: 100%;
}

.boxartimage {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.open .boxartimage {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.open .boxartinfo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.boxartimage-frame {
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tilt-back .btnartdescinfo, .tilt-next .btnartdescinfo {
    display: none;
}

.tilt-back .image-size-0 .boxartimage-link img, .tilt-next .image-size-0 .boxartimage-link img {
    padding: 0;
}

.tilt-back .image-size-1 .boxartimage-link img, .tilt-next .image-size-1 .boxartimage-link img {
    padding: 10px;
}

.tilt-back .image-size-2 .boxartimage-link img, .tilt-next .image-size-2 .boxartimage-link img {
    padding: 20px;
}

.tilt-back .image-size-3 .boxartimage-link img, .tilt-next .image-size-3 .boxartimage-link img {
    padding: 40px;
}

.tilt-back .image-size-4 .boxartimage-link img, .tilt-next .image-size-4 .boxartimage-link img {
    padding: 50px;
}

.tilt-back .image-size-5 .boxartimage-link img, .tilt-next .image-size-5 .boxartimage-link img {
    padding: 60px;
}

.tilt-back .image-size-6 .boxartimage-link img, .tilt-next .image-size-6 .boxartimage-link img {
    padding: 70px;
}

.tilt-back .image-size-7 .boxartimage-link img, .tilt-next .image-size-7 .boxartimage-link img {
    padding: 80px;
}

.tilt-back .image-size-8 .boxartimage-link img, .tilt-next .image-size-8 .boxartimage-link img {
    padding: 90px;
}

.tilt-back .image-size-9 .boxartimage-link img, .tilt-next .image-size-9 .boxartimage-link img {
    padding: 100px;
}

@media (max-width: 575px) {
    .image-size-0 .boxartimage-frame, .image-size-1 .boxartimage-frame, .image-size-2 .boxartimage-frame, .image-size-3 .boxartimage-frame, .image-size-4 .boxartimage-frame, .image-size-5 .boxartimage-frame, .image-size-6 .boxartimage-frame, .image-size-7 .boxartimage-frame, .image-size-8 .boxartimage-frame, .image-size-9 .boxartimage-frame {
        padding: 0;
        margin-top: 0;
    }
}

.boxartimage img {
    /*     position: absolute; */
    -o-object-fit: contain;
    object-fit: contain;
    width: auto !important;
    margin: auto;
    height: auto;
    max-height: 100%;
    cursor: pointer;
    -webkit-filter: drop-shadow(5px 5px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
    /*     -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3); */
}

.boxarttitle {
    position: relative;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(206, 205, 205, 1);
    box-shadow: 0px 0px 2px 2px rgba(206, 205, 205, 1);
    border-radius: 2px;
    padding: 10px;
    margin: 0 auto;
    /*     margin-top: 25px;
    max-width: 80%; */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    background-color: #ffffff;
}

.boxarttitle-title {
    font-weight: 700;
}

.btnartdesctoggle {
    font-size: 20px !important;
    margin: 0 !important;
    /*     width: 1em;
    height: 1em;
    line-height: 1em; */
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.btnartdesctoggle [class^="porto-icon-"]::before, .btnartdesctoggle [class*=" porto-icon-"]::before {
    margin-left: 0;
}

a.btnmore {
    text-align: left;
    padding-left: 10px;
}

.boxartinfo {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    padding: 15px 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.boxartdesc {
    display: none;
}

.open .boxartdesc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: 15px;
}

.open .axedescription-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-top: 15px;
}

.open .axe-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.open .axe-pair {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-right: 10px;
}

.open .axe-pair span {
    font-weight: 700;
    padding-right: 10px;
}

.axe-group .owl-carousel .owl-stage-outer {
    /*     margin: auto 80px; */
    overflow: visible;
    height: 100%;
}

.axe-group .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.axe-group .owl-carousel .owl-item {
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.axe-group .owl-carousel .owl-item.active {
    visibility: visible;
    opacity: 1;
}

.axe-group .owl-carousel .owl-nav .owl-prev:before, .axe-group .owl-carousel .owl-nav .owl-next:before {
    font-size: 150px;
}

.axe-group .owl-carousel .owl-nav .owl-prev, .axe-group .owl-carousel .owl-nav .owl-next {
    background-color: transparent;
    color: #9c1c36;
}

.owl-carousel .owl-nav .owl-prev {
    left: 50px;
}

.owl-carousel .owl-nav .owl-next {
    right: 50px;
}

.axe-group .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 126px;
    /*     -webkit-box-flex: 0;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
    margin: auto; */
}

.boxartinfo-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.axe-group .item.open {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
}

.flex-control-paging li a {
    background: #fff !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.flex-control-paging li a.flex-active {
    background: #9c1c36 !important;
}

.flexslider {
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3) !important;
}

.flex-direction-nav a::before {
    color: #9c1c36 !important;
}

.flex-direction-nav .flex-prev {
    opacity: 1 !important;
}

.flex-direction-nav .flex-next {
    opacity: 1 !important;
}

.flex-direction-nav a {
    width: 60px !important;
    height: 60px !important;
    margin: -20px 0 0;
}

.flex-direction-nav a::before {
    font-size: 60px !important;
}

.container-fluid, .container-fluid .vc_section:not(.porto-inner-container) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.wpb_posts_slider .slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#header .mobile-toggle {
    display: none;
    color: #9c1c36 !important;
    background-color: #fff !important;
    font-size: 24px !important;
}

.hamburguer-btn .hamburguer span {
    background: #9c1c36 !important;
}

.axe-header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

#group_header {
    font-weight: 700;
    margin-left: 15px;
}

.lightbox {
    display: none;
}

.featherlight:last-of-type {
    background: rgba(255,255,255,.8);
}

.featherlight-content{
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
}

.featherlight .featherlight-close-icon  {
    border-radius: 50%;
    padding: 0.5em;
    width: 30px;
    height: 30px;
    border: 2px solid #ccced0;
    color: #9c1c36;
    top: 20px;
    right: 20px
}

.featherlight .featherlight-close-icon::before {
    content: " ";
    position: absolute;
    display: block;
    background-color:  #9c1c36;
    width: 2px;
    left: 12px;
    top: 5px;
    bottom: 5px;
    transform: rotate(45deg);
}
.featherlight .featherlight-close-icon::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #9c1c36;
    height: 2px;
    top:12px;
    left: 5px;
    right: 5px;
    transform: rotate(45deg);
}

.artistwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;

}

.axe_modal .artistwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.axe_modal {
    position: relative;
    background-color: #fff;
    padding: 5%;
    -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
    width: 70%;
    margin: auto;
}

.artistinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    font-size: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.artistinfo .artistname, .artistinfo .artistdates {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    border: 0;
    background-color: transparent;
    color: #000000;
    padding: 0;
    margin: 0;
    bottom: auto;
    margin-bottom: 15px;
}

.artistbio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.artistbio img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.artistbio .lightbox {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    position: relative;
    display: block;
}

.artistbio .lightbox::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.artistbio figcaption {
    padding-left: 5%;
    padding-right: 5%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    text-align: left;
}

.close-modal {
    position: absolute;
    top: 10%;
    right: 15%;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(206, 205, 205, 1);
    box-shadow: 0px 0px 2px 2px rgba(206, 205, 205, 1);
    color: #9c1c36;
    background-color: #fff;
    height: 1.2em;
    line-height: 1.2em;
    width: 1.2em;
    font-size: 2em;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    display: block;
}

.close-modal:hover {
    text-decoration: none;
    color: #9c1c36;
}

.blocker {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1043;
}

.lock {
    position: fixed;
    overflow: hidden;
    width: 100%;
}

.glass {
    position: absolute;
    cursor: none;
    width: 200px;
    height: 200px;
    border: 3px solid #fff;
    display: none;
}

.tiltwrapper {
    height: 100%;
}

.tiltbody {
    -webkit-transition: .8s;
    -o-transition: .8s;
    -webkit-transition: opacity 2s, visibility 2s, -webkit-transform .8s;
    transition: opacity 2s, visibility 2s, -webkit-transform .8s;
    -o-transition: transform .8s, opacity 2s, visibility 2s;
    transition: transform .8s, opacity 2s, visibility 2s;
    transition: transform .8s, opacity 2s, visibility 2s, -webkit-transform .8s;
    height: 100%;
}

.tiltbody .owl-item {
    -webkit-transition: .8s;
    -o-transition: .8s;
    -webkit-transition: opacity 2s, visibility 2s, -webkit-transform .8s;
    transition: opacity 2s, visibility 2s, -webkit-transform .8s;
    -o-transition: transform .8s, opacity 2s, visibility 2s;
    transition: transform .8s, opacity 2s, visibility 2s;
    transition: transform .8s, opacity 2s, visibility 2s, -webkit-transform .8s;
}

.tilt-back {
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    -webkit-transform: rotate3d(0, 1, 0, 17deg);
    transform: rotate3d(0, 1, 0, 17deg);
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.tilt-forward {
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    -webkit-transform: rotate3d(0, 1, 0, -17deg);
    transform: rotate3d(0, 1, 0, -17deg);
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.shown {
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    visibility: visible !important;
    opacity: 1 !important;
}

.perspective {
    -webkit-perspective: 350px;
    perspective: 350px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    width: 54px;
    height: 150px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.single-axe_group {
    width: 100vw;
    overflow: hidden;
}

.artistimage-frame {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
}

.banner-container {
    /*     position: relative;
    z-index: -1;
    margin-top: -125px; */
}

.single-axe_group {
    min-height: 100vh;
}

.single-axe_group .page-wrapper {
    height: 100%;
    max-height: 100vh;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.single-axe_group .footer-wrapper {
    margin-top: auto;
}

.owl-prev-hover {
    background: transparent !important;
    width: 54px;
    height: 150px;
    display: block;
    position: absolute;
    left: 54px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-next-hover {
    background: transparent;
    width: 54px;
    height: 150px;
    display: block;
    position: absolute;
    right: 54px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.axe-group .owl-carousel .owl-nav {
    /*         width: auto;
        left: -80px;
        right: -80px; */
    width: auto;
    left: 2%;
    right: 2%;
}

@media (max-width: 680px) {
    .axe-group .owl-carousel .owl-nav {
        /*  display: none; */
    }
    .axe-group .owl-carousel .owl-item {
        /*         visibility: visible;
        opacity: 1; */
    }
}

.axe-group .owl-carousel .owl-dots {
    display: none;
}

.btnartdescclose {
    display: none;
}

#axe_view_type {
    display: none;
    min-width: 1px;
}

.open .btnartdescclose {
    display: block;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.boxartcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}

#btn-prev-grp, #btn-next-grp {
    display: none;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#btn-prev-grp {
    left: 0;
}

#btn-next-grp {
    right: 0;
}

.single-axe_group article {
    height: 100%;
    min-height: 0;
    /*     width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; */
}

.single-axe_group #main {
    max-width: 100vw;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-axe_group #main .container {
    max-width: 100vw;
}

.single-axe_group #main .main-content-wrap {
    height: 100%;
}

.single-axe_group #main .main-content-wrap .main-content {
    height: 100%;
}

.single-axe_group .entry-content {
    margin: 0;
    height: 100%;
}

.axe-group {
    height: 100%;
}

.single-axe_group .owl-carousel {
    height: 100%;
}

.axe-image-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-height: 100vh;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1041;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2%;
}

.axe-image-lightbox-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    /* height: 100%; */
}

.axe-image-lightbox-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    height: 100%;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    /*     -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}

.axe-image-lightbox-image {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    min-height: 0;
    -webkit-filter: drop-shadow(5px 5px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
    /*     -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.6); */
}

.axe-image-lightbox-block {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    /*  max-height: 100%; */
}

.axe-image-lightbox-controls {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.axe-image-lightbox-btn {
    color: #9c1c36;
    background-color: #fff;
    font-size: 16px;
    border: 2px solid #ccced0;
    margin: 5px;
}

.axe-image-lightbox-btn:focus {
    outline: none;
}

.btn-magnify.on {
    color: #fff;
    background-color: #9c1c36;
}

.btn-disabled {
    color: #fff;
    background-color: #ccced0;
}

/*--------------------------------- NEW -----------------------------------------*/

.hamburguer-btn {
    background: transparent;
    outline: 0 !important;
    border: none;
    width: 44px;
    height: 70px;
    padding: 0;
    margin: 15px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.hamburguer-btn .hamburguer span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 8px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #333;
    -webkit-backface-visibility: hidden;
    border-radius: 4px;
}

#header .header-right-bottom {
    margin: 0px 0 5px;
}

#footer .footer-main>.container {
    padding-top: 2rem;
    padding-bottom: 0;
}

body:not(.single-axe_group) a {
    outline: none !important;
    color: #9c1c36;
    font-weight: bold;
}

.frontpage {
    position: relative;
}

.frontpage-title {
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    letter-spacing: 0.25em;
    top: calc(-1*(100vh - 150px));
    width: 100%;
}

.title-block {
    position: absolute;
    width: 100%;
    top: -165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*
@media (max-width: 680px) {
    .frontpage-title {
        top: 35px;
    }
} */

.fixed-header #header .header-main {
    background: transparent;
}

.fixed-header #header .header-container {
    background-color: rgba(255, 255, 255, 0.8);
}

.fixed-header.header-transparent-bottom-border #header {
    border-bottom: 0px solid rgba(255, 255, 255, 0.1);
}

.herobtn {
    background-color: #ffffff75;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 15px;
}

.gg-chevron-double-down {
    color: #9c1c36;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    -webkit-transform: scale(var(--ggs, 1));
    -ms-transform: scale(var(--ggs, 1));
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px
}

.gg-chevron-double-down::after, .gg-chevron-double-down::before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 7px;
    top: 3px
}

.gg-chevron-double-down::after {
    top: 8px
}

.boxarttotalwrapper {
    max-width: 50%;
    margin: auto;
    height: auto;
    overflow: auto;
    background-color: white;
    -webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 60%);
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 60%);
}

.boxarttotalinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
}

.boxarttotalfooter {
    margin-top: 15px;
    font-size: 18px;
}

.axe-artist-info {
    color: #9c1c36;
    background-color: #fff;
    font-size: 8px;
    border: 2px solid #ccced0;
    margin-left: 5px;
}

.boxarttitle-artist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) {
    #axe_view_type {
        min-width: 2px;
    }
    .axe-group .item {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    }
    .boxarttotalwrapper {
        max-width: 100%;
    }
}

@media (max-width: 680px) {
    .axe-group .owl-carousel .owl-dots {
        display: block;
    }
    .axe-group .owl-carousel .owl-dots .owl-dot span {
        border-radius: 0;
    }
    .axe-group .owl-carousel .owl-dots .owl-dot.active span, .axe-group .owl-carousel .owl-dots .owl-dot:hover span {
        background-color: #9c1c36;
    }
    .axe-group .owl-carousel .owl-dots .owl-dot span {
        background: #fff;
        -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.3);
    }
    .axe-group .item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0;
    }
    .axe-group .item.open {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 5px;
    }
    .open .boxartimage {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        visibility: hidden;
        opacity: 0;
        width: 0;
        height: 0;
    }
    #artwork_header {
        display: none;
    }
    #axe_view_type {
        min-width: 3px;
    }
    .single-axe_group #main {
        overflow: hidden;
    }
    .boxartwrapper {
        /*     overflow: hidden; */
    }
    .btnartdesctoggle {
        display: none;
    }
    .axe-group .owl-carousel .owl-nav .owl-prev, .axe-group .owl-carousel .owl-nav .owl-next {
        color: rgba(255, 255, 255, 0.6);
    }
    .boxarttotalwrapper {
        height: 100%;
    }
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 80px;
    }
    .axe-group .owl-carousel .owl-nav .owl-prev::before, .axe-group .owl-carousel .owl-nav .owl-next::before {
        font-size: 80px;
        -webkit-filter: drop-shadow(5px 5px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
    }
    .axe-group .owl-carousel .owl-nav {
        left: 0%;
        right: 0%;
    }
    .owl-carousel .owl-nav .owl-prev {
        left: 0;
    }
    .owl-carousel .owl-nav .owl-next {
        right: 0;
    }
    .axe-group .owl-carousel .owl-nav.first-slide .owl-prev, .axe-group .owl-carousel .owl-nav.first-slide .owl-next {
        color: #9c1c36;
        opacity: 0.5;
    }
    .single-axe_group .container, .container-fluid .vc_row .porto-map-section .container, .container-fluid .vc_row.no-padding .container, .container-fluid .vce-row-no-paddings .container, .container-fluid .vc_row.vc_row-no-padding .container, .container-fluid .porto-inner-container .container, .vc_section.alignfull>.container, .alignfull .porto-ibanner-desc>.container {
        padding-left: 8px;
        padding-right: 8px;
    }
    .single-axe_group .no-breadcrumbs .main-content {
        padding-top: 0;
    }
    .boxartwrapper {
        display: block;
        height: 100%;
    }
    .owl-nav .back-btn span {
        height: 30px;
        width: 30px;
        opacity: 0.5;
    }
    .owl-nav .back-btn span:hover {
        height: 30px;
        width: 30px;
        opacity: 1;
    }
    .boxartimage {
        max-height: 100%;
    }
    .axe_modal {
        width: auto;
    }
    .artistbio {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .close-modal {
        top: 1%;
        right: 2%;
    }
    .artistbio figcaption {
        padding-top: 15px;
    }
    .axe-group .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
