/*   
Theme Name: MMDWC-IMG
Author: MATTIEU MOREAU DOMECQ WEB CONCEPTION
Author URI: http://www.mattieumoreaudomecq.com
*/


/* 
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

@font-face {
    font-family: 'radical_regular';
    src: url('_/fonts/radical-regular-webfont.woff2') format('woff2'), url('_/fonts/radical-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Register*';
    src: url('_/fonts/RegisterMedium.woff2') format('woff2'), url('_/fonts/RegisterMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*-------------------------------------------------------------------------------*/


/* CSS
-------------------------------------------------------------------------------*/

html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

body {
    font-family: 'Register*';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    background-color: #f7b5ff;
    color: #033321;
    padding: 30px;
}

body.loading {
    opacity: 0;
}

.page-template-page-HOME,
.page-template-page-ABOUT,
.page-template-page-CONTACT {
    background-color: #05ffa6;
}

.page-template-page-PROGRAM,
.single-exhibition,
.single-exhibition .lightbox-container,
.page-template-page-PROJECTS,
.page-template-page-ADVISING {
    background-color: #ff3d5e;
}

.single-exhibition-project .lightbox-container {
    background-color: #f7b5ff;
}

body.lightbox-openned {
    overflow: hidden;
}

.single-artwork,
.single-viewing-room {
    background-color: #fcff00;
}

.page-template-page-HOME header {
    margin-bottom: 38px;
}

#wrapper {
    width: 100%;
    font-family: 'Register*';
    min-height: calc(100% - 84px);
}

#content {
    padding: 0px 0px 0px 0px;
}

* {
    margin: 0;
    padding: 0;
}

* {
    -webkit-overflow-scrolling: touch;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
    text-decoration: none !important;
    outline: 0;
}

:focus {
    outline: none;
    outline: 0;
}

::-moz-focus-inner {
    border: 0;
    outline: 0;
}

.container-fluid {
    padding: 0px;
}

.flex_eq_height {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

h1,
h2 {
    font-family: 'radical_regular';
    font-size: 42px;
    line-height: 42px;
}

h1 {
    /*! text-transform: uppercase; */
    position: relative;
}

h3 {
    font-family: 'Register*';
    font-size: 15px;
    line-height: 16px;
    font-variant-numeric: oldstyle-nums;
}

p {
    font-family: 'Register*';
    font-size: 16px;
    line-height: 20px;
    font-variant-numeric: oldstyle-nums;
}

#breadcrumbs {
    color: #033321;
    font-size: 20px;
    line-height: 20px;
    font-family: 'radical_regular';
    margin-bottom: 56px;
    margin-left: 3px;
    /*! text-transform: uppercase; */
    display: none;
}

strong {
    font-weight: 600;
}

img {
    width: 100%;
    height: auto;
    display: block
}

.cursor {
    cursor: pointer;
}

.cursor:hover,
em:hover {
    color: #05ffa6;
}

a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
    color: #033321;
    position: relative;
    /* white-space: nowrap; */
    font-weight: normal;
}

.section {
    width: calc(100% - 325px);
}

.content-section:not(:last-child) {
    margin-bottom: 16px;
}

.content-section ul li {
    list-style-position: inside;
}

.content-section h2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 22px;
    font-family: 'radical_regular';
    display: inline-block;
    margin-top: 22px;
}

.content-section h2 span {
    border-bottom: 3px solid;
}

.content-section h2:before {
    /*! content: "-"; */
    /*! display: block; */
    /*! font-size: 22px; */
    /*! line-height: 20px; */
    /*! margin-bottom: -3px; */
}

.content-section p:not(:last-child) {
    margin-bottom: 15px;
}

.content-section h2:after {
    /*! content: "-"; */
    /*! display: block; */
    /*! font-family: 'radical_regular'; */
    /*! font-size: 22px; */
    /*! line-height: 22px; */
    /*! margin-top: -8px; */
}


/* HEADER */

header {
    z-index: 101;
    margin-bottom: 25px;
}

.logo {
    width: calc(100% - 325px);
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.logo h1 {
    line-height: 56px;
    font-size: 56px;
}

.logo h1 span {
    /*! font-size: 23px; */
    /*! line-height: 23px; */
    display: block;
    text-transform: initial;
}

.logo-img {
    height: 46px;
    width: auto;
    margin-left: auto;
    margin-bottom: 8px;
}

.page-template-page-HOME .logo img {
    width: 150px;
}

.logo img {
    width: 90px;
    margin-bottom: 0px;
    margin-right: 25px;
}

@-moz-document url-prefix() {
    .logo img {
        top: 0px;
        width: 75px;
        margin-right: 25px;
    }
}

.logo .home-intro {
    /*! margin-top: 3px; */
}

.logo .home-intro p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'radical_regular';
}


/* MENU */

#menu-container {
    position: fixed;
    right: 30px;
    top: 45px;
    text-align: right;
    z-index: 120;
}

.menu {
    list-style: none;
    font-size: 20px;
    line-height: 26px;
    font-family: 'radical_regular';
    text-transform: uppercase;
}

#menu-menu-header li.current_page_item a {
    border-bottom: 3px solid !important;
}

.single-exhibition .exhibitions a,
.single-curator .curators a,
.single-exhibition-project .exhibitions-projects a,
.single-consulting .advising a,
.single-book .books a,
.single-viewing-room .exhibitions a,
.single-order_an_exhibition .exhibitions-projects a {
    border-bottom: 3px solid!important;
}


/* MODAL MENU */

#modal-menu {
    display: none;
}

#modal-menu,
#modal-home {
    position: fixed;
    top: 0;
    left: 0;
    padding: 30px;
    width: 100vw;
    height: 100vh;
    background-color: #ff5200;
    z-index: 300;
}

#modal-menu .background-circle,
#modal-home .background-circle {
    position: absolute;
}

#modal-home {
    background-color: #f7b5ff;
    z-index: 150;
    cursor: pointer;
}

#menu-menu-header-1 {
    font-family: 'radical_regular';
    font-size: 60px;
    line-height: 55px;
    list-style: none;
}

#menu-menu li:first-child {
    text-transform: uppercase;
}

#menu-menu-modal li {
    font-family: 'radical_regular';
    font-size: 56px;
    line-height: 56px;
    list-style: none;
}


/* STRUCTURE */

.background-circle,
.artists-list li img,
.content-next img {
    position: fixed;
    top: 30px;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    height: calc(100vh - 60px);
}

.element-hover-image {
    display: none;
}

.element-hover:hover .element-hover-image {
    display: block;
}

.list-big {
    list-style: none;
    font-family: 'radical_regular';
    font-size: 56px;
    line-height: 56px;
}

.list-big li {}


/* EVENT ITEM */

#masonry-events {
    width: calc(100% - 300px);
    position: relative;
    left: -30px;
}

#masonry-events .item,
#masonry-events .item-sizer {
    padding: 0px 60px 0px 30px;
    margin-bottom: 30px;
}

#masonry-events .item,
#masonry-events .item-sizer {
    width: 50%;
}

#masonry-events .item:nth-child(odd) {
    margin-top: 24px;
}

.item .dates {
    margin-bottom: 7px !important;
}

.item .location {}

.item-header {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 0px;
    font-family: 'radical_regular';
}

.item .title {
    margin-bottom: 0 !important;
}


/* BOOKS */

#masonry {
    width: calc(100% - 295px);
    position: relative;
    left: -15px;
}

#masonry .item {
    padding: 0px 15px;
    margin-bottom: 30px;
}

#masonry .item,
#masonry .item-sizer {
    width: calc(100% / 4);
}

#masonry .item {
    /*font-size: 23px;
    line-height: 23px;
    font-family: 'radical_regular';*/
}

#masonry .item img {
    margin-bottom: 14px;
}


/* LIST ITEM */

.list-item {
    margin-bottom: 28px;
}

.page-template-page-HOME .list-item .title,
.page-template-page-HOME .list-item .sub-title {
    font-size: 18px;
    line-height: 22px;
}

.page-template-page-HOME .list-item .curated-by {
    font-size: 18px;
    line-height: 22px;
    position: relative;
}

.list-item .curated-by span:not(:last-child):after {
    content: ",";
}

.page-template-page-HOME .section .dates {
    margin-bottom: 2px;
}

.page-template-page-HOME .section .dates,
.section .location {
    font-size: 14px;
    line-height: 17px;
}

.list-item .title {
    /*! text-transform: uppercase; */
    font-size: 42px;
    line-height: 42px;
    position: relative;
}

.list-item .curated-by {
    font-size: 42px;
    line-height: 42px;
    position: relative;
}

.list-item .dates {}

.list-item .sub-title {}

.list-item .location {}


/* PROGRAM */

.header-content {
    margin-bottom: 22px;
    display: none;
}

.menu-program {
    display: flex;
    list-style: none;
}

.menu-program li {
    font-size: 22px;
    line-height: 22px;
    font-family: 'radical_regular';
    text-transform: uppercase
}

.menu-program li:not(:last-child):after {
    content: "-";
    margin-right: 10px;
    padding-left: 10px;
}


/* EVENT */

.section .dates,
.section .location {
    font-family: 'Register*';
    font-size: 16px;
    line-height: 20px;
}

.section .dates {
    margin-bottom: 4px;
}

.section .location {
    /* margin-top: 4px; */
}

.single-header {
    max-width: 75vw;
    font-family: 'radical_regular';
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 22px;
}

.single-header .curated-by span:not(:last-child):after {
    content: ",";
    margin-left: -8px;
}

.text-content {
    width: calc(50vw);
}

.text-content a,
.element-hover-link,
.commitment {
    font-style: italic;
    cursor: pointer;
}

.text-content p:not(:last-child) {
    margin-bottom: 17px;
}

.text-content .infos,
.text-content .text,
.text-content .price-request{
    margin-bottom: 12px;
}

.image-half {
    max-width: calc(40%);
    margin-bottom: 17px;
    margin-top: 17px;
}

.my-slick-slider-container {
    margin-bottom: 16px;
}

.my-slick-slider-container-header {
    position: relative;
}

.my-slick-slider-container-header .arrow {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0px;
    bottom: 22px;
    font-family: 'radical_regular';
    width: 25px;
}

.my-slick-slider {
    position: relative !important;
    left: -15px;
    width: calc(100% + 45px);
    margin-bottom: 14px;
}

.my-slick-slider .slick-track {
    margin-left: 0;
}

.my-slick-slider .slick-list {
    padding: 0px 47px 0px 0px !important
}

.arrow {
    width: 25px;
}

.my-slick-slider .slide {
    padding-right: 15px;
    padding-left: 15px;
}

.artworks-views-slider .my-slick-slider .slide img {
    cursor: pointer;
}

.my-slick-slider .slide img {
    cursor: zoom-in;
}

.slick-prev {
    display: none !important;
}

.artworks-views-slider .credits {
    margin-top: 14px;
}


/* FORMS */

#searchform {
    justify-content: end;
    margin-top: 8px;
}

.password-form,
#searchform {
    display: flex;
}

.password-form {
    margin-bottom: 15px;
}

.post-password-form input[type="password"],
#searchform input[type="search"],
input.sib-email-area {
    background-color: transparent;
    border: 3px solid #033321 !important;
    padding: 7px 5px 5px 5px;
    height: 35px;
    width: 280px;
    border-radius: 0px;
}

.post-password-form button[type="submit"],
#searchform input[type="submit"],
.sib-default-btn {
    background-color: #033321;
    border: none;
    color: white;
    padding: 7px 5px 5px 5px;
    height: 35px;
    border-radius: 0px !important;
}


/* ARTWORK */

.artwork-thumbnail img {
    cursor: zoom-in;
}

.content-video {
    width: 50%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#masonry.masonry-artwork .item,
#masonry.masonry-artwork .item-sizer {
    width: calc(100% / 2);
}


/* LIGHTBOX */

.lightbox-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 200000;
    padding: 0px;
    background-color: #fcff00;
}

.lightbox-container .lightbox-inside {
    height: 100%;
    width: calc(100% - 50px);
    margin: 0 auto;
}

.lightbox-slideshow {
    width: calc(100% - 120px);
    height: calc(100% - 120px);
    margin: 0 auto;
    top: 60px;
}

.lightbox-slideshow .slide-lightbox {
    width: 100%;
    height: 100%;
    position: relative;
}

.lightbox-slideshow .slide-lightbox .zoom {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}

.lightbox-slideshow .slide-lightbox img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.slide-header {
    color: white;
    font-size: 30px;
    line-height: 60px;
    text-align: right;
}

.close-cross {
    cursor: pointer;
    right: 0px;
    top: 0;
    font-size: 18px !important;
}

.lightbox-container .close-cross,
.lightbox-container .custom-caption,
.lightbox-container .title {
    color: #033321;
    position: absolute;
    font-size: 16px;
    line-height: 60px;
    font-weight: normal;
    width: 100%;
    text-align: center;
}

.lightbox-container .controls {
    position: absolute;
    height: calc(100% - 140px);
    top: 70px;
    cursor: pointer;
    width: calc(15% - 60px);
    z-index: 1000000;
}

.lightbox-container .controls .arrows {
    width: 40px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%;
    )
}

.lightbox-container #next-cycle-slide .arrows {
    right: 0px;
}

.lightbox-container #prev-cycle-slide .arrows {
    left: 0px;
}

.lightbox-container #next-cycle-slide {
    right: 30px;
    cursor: e-resize;
}

.lightbox-container #prev-cycle-slide {
    left: 30px;
    cursor: w-resize;
}

.lightbox-container .close-layer {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 0;
    width: 40px;
    height: auto;
}

.cycle-caption {
    color: white;
}

.lightbox-container .title {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.lightbox-container .custom-caption {
    right: 0px;
    bottom: 0px;
    font-variant-numeric: oldstyle-nums;
}


/* TABS */

.header-tabs {
    /*! display: flex; */
    /*! align-items: end; */
}

.header-tabs h1 {
    margin-right: 30px;
    display: none;
}

.ui-widget.ui-widget-content {
    border: none;
    border-radius: 0px !important;
    background: transparent;
    color: #033321;
    font-family: initial;
    font-size: initial;
    padding: initial;
}

.ui-tabs .ui-tabs-nav {
    margin: unset;
    padding: unset;
    border-radius: 0px !important;
    border: none;
    background: transparent;
    color: initial;
    font-weight: unset;
    line-height: initial;
    font-size: initial;
    font-family: 'radical_regular';
    text-transform: uppercase;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    border-bottom-width: medium;
    background: transparent;
    font-weight: normal;
    color: initial;
    border-radius: 0px;
}

.ui-tabs .ui-tabs-nav li:not(:last-child):after {
    content: "-";
    margin-right: 12px;
    padding-left: 12px;
    font-family: 'radical_regular';
    display: inline-block;
    font-size: 20px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: unset;
    padding-bottom: unset;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    margin-bottom: unset;
    padding-bottom: unset;
    border-bottom: 3px solid !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: unset;
    text-decoration: none;
    color: #033321;
    font-size: 20px;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 26px 0px;
    background: none;
    border-radius: 0px !important;
}

.ui-widget-content a {
    color: #033321;
}


/* NEWSLETTER */

.sib_signup_form {
    font-family: 'Register*';
    font-size: 16px;
    line-height: 16px;
}

.sib_signup_box_inside_1 {
    display: flex;
}

.sib_loader {
    display: none !important;
}

form#sib_signup_form_1 p.sib-alert-message-success {
    background-color: transparent;
    border-color: #d6e9c6;
    color: #033321;
}

form#sib_signup_form_1 p.sib-alert-message {
    padding: 0px;
    margin-bottom: 30px;
    border: 0px !important;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #033321 !important;
}

.sib_signup_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1 !important;
    color: #033321 !important;
}

.sib_signup_form ::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1 !important;
    color: #033321 !important;
}

.sib_signup_form :-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1 !important;
    color: #033321 !important;
}

.sib_signup_form :-moz-placeholder {
    /* Firefox 18- */
    opacity: 1 !important;
    color: #033321 !important;
}


/* FOOTER */

footer {
    display: flex;
    padding: 56px 0px 10px 0px;
    /*! align-content: baseline; */
    margin-bottom: auto;
}

footer .left,
footer .middle,
footer .right {
    width: calc(100%/2);
    /*! margin-top: auto; */
}

footer .middle {
    text-align: center;
}

footer .right {
    text-align: right;
    /*! margin-top: 7px; */
}

footer .menu {
    font-family: initial;
    font-size: 12px;
    line-height: 12px;
    text-transform: unset;
}


/* MODAL LOGO */

body.modal-logo-open {
    overflow: hidden;
}

body.modal-logo-open #modal-logo {
    display: block;
}

#modal-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #05ffa6;
    z-index: 100000;
    display: none;
}

#modal-logo img {
    position: fixed;
    top: 30px;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    height: calc(100vh - 60px);
}


/* SEARCH */

.search h2 {
    margin-bottom: 0px;
}

.search-terms {
    text-transform: capitalize;
}

.mobile {
    display: none;
}

@media(max-width:992px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    body {
        padding: 15px;
        font-size: 14px;
        line-height: 17px;
    }
    #wrapper {
        min-height: calc(100% - 114px);
    }
    .background-circle {
        position: fixed;
        top: 50% !important;
        width: calc(100vw - 30px) !important;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
        height: auto;
        margin-right: unset !important;
    }
    .single .background-circle {
        display: none;
    }
    .logo {
        width: 100%;
        display: block;
    }
    .section {
        width: 100%;
    }
    .logo a {
        width: 115px;
        display: inline-block;
    }
    .page-template-page-HOME .logo img {
        width: 100px;
        margin-bottom: 15px;
    }
    h1,
    h2,
    .sub-title,
    .item-header,
    .list-item .title,
    .list-item .curated-by,
    .list-item .sub-title,
    .list-big {
        font-family: 'radical_regular';
        font-size: 18px;
        line-height: 22px;
    }
    .list-big {
        line-height: 30px;
    }
    .content-section h2 {
        text-transform: unset;
        font-size: 18px;
        line-height: 22px;
        margin-top: 22px;
    }
    p {
        font-family: 'Register*';
        font-size: 14px;
        line-height: 17px;
        font-variant-numeric: oldstyle-nums;
    }
    .image-half {
        max-width: 400px;
        margin-bottom: 17px;
        margin-top: 17px;
    }
    #masonry {
        width: calc(100%);
        position: relative;
        left: -15px;
    }
    #masonry .item,
    #masonry .item-sizer {
        width: calc(100% / 2);
    }
    #masonry .item {
        margin-bottom: 20px;
    }
    .element-hover:hover .element-hover-image {
        display: none;
    }
    /* MENU */
    .toggle-menu {
        width: 26px;
        height: 16px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: inline-block;
        margin-bottom: 2px;
        position: fixed;
        z-index: 100000;
        top: 42px;
        right: 15px;
    }
    .toggle-menu span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #033321;
        border-radius: 25%;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .toggle-menu span:nth-child(1) {
        top: 0px;
    }
    .toggle-menu span:nth-child(2),
    .toggle-menu span:nth-child(3) {
        top: 7px;
    }
    .toggle-menu span:nth-child(4) {
        top: 14px;
    }
    .toggle-menu.close-menu {}
    .toggle-menu.close-menu span:nth-child(1) {
        display: none;
    }
    .toggle-menu.close-menu span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .toggle-menu.close-menu span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .toggle-menu.close-menu span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    #menu-container {
        top: 0;
        right: -100vw;
        height: 100vh;
        width: 100vw;
        padding: 70px 15px;
        background-color: #ff5200;
        transition: right 0.3s ease-in-out;
    }
    .single #menu-container .background-circle {
        display: block;
    }
    #menu-container .background-circle {
        position: absolute;
    }
    body.menu-opened {
        overflow: hidden;
    }
    body.menu-opened #menu-container {
        right: 0px !important;
    }
    /* SINGLE */
    .section .dates,
    .section .location {
        font-family: 'Register*';
        font-size: 14px;
        line-height: 17px;
    }
    .section .dates,
    .item .dates {
        margin-bottom: 2px !important;
    }
    .single-header {
        max-width: 100%;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .text-content {
        width: 100%;
    }
    .background-circle-mobile {
        margin-bottom: 20px;
    }
    .ui-tabs .ui-tabs-nav {
        line-height: 30px;
        text-transform: unset;
    }
    .ui-tabs .ui-tabs-nav li {
        float: none;
        text-align: left;
        margin: unset;
        text-transform: unset;
    }
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        float: none;
    }
    .ui-tabs .ui-tabs-nav li:not(:last-child)::after {
        display: none;
    }
    .my-slick-slider {
        position: relative !important;
        left: -7.5px;
        width: calc(100% + 22px);
        margin-bottom: 14px;
    }
    .my-slick-slider .slide {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
    .my-slick-slider-container-header .arrow {
        bottom: 25px;
        width: 18px;
    }
    .content-section.content-section-works {
        margin-bottom: 0px;
    }
    .content-section.content-section-works h2 {
        margin-bottom: 15px;
    }
    .video-container {
        margin-bottom: 25px;
    }
    /* ARTWORKS */
    #masonry.masonry-artwork {
        width: calc(100%);
        position: relative;
        left: 0px;
    }
    #masonry.masonry-artwork .item,
    #masonry.masonry-artwork .item-sizer {
        width: calc(100%);
    }
    #masonry.masonry-artwork .item {
        padding: 0px;
        margin-bottom: 15px;
    }
    #masonry .item img {
        margin-bottom: 10px;
    }
    /* FOOTER */
    .sib-email-area {
        width: calc(100% - 100px);
        max-width: 400px;
    }
    .post-password-form input[type="password"],
    input.sib-email-area {
        height: 35px;
        width: calc(100% - 100px);
        max-width: 400px;
    }
    input.sib-email-area {
        width: 100%;
    }
    footer .left {
        width: calc(100% / 4);
        margin-top: auto;
    }
    footer .right {
        width: calc(100% * 3 / 4);
        margin-top: auto;
    }
    #searchform input[type="search"] {}
    .post-password-form button[type="submit"],
    #searchform input[type="submit"],
    .sib-default-btn {
        background-color: #033321;
        border: none;
        color: white;
        padding: 7px 5px 5px 5px;
        height: 35px;
        border-radius: 0px !important;
        width: 100px;
    }
    .post-password-form {
        display: block;
    }
    .password-form {
        margin-bottom: 15px;
    }
    /* LIGHTBOX */
    .lightbox-slideshow {
        width: calc(100% - 30px);
        height: calc(100% - 120px);
        margin: 0 auto;
        top: 60px;
    }
    .lightbox-container .close-layer {
        position: absolute;
        top: 40px;
        right: 18px;
        cursor: pointer;
        z-index: 0;
        width: 20px;
        height: auto;
    }
    .lightbox-container .controls .arrows {
        display: none;
    }
}