/*

 Theme Name:     Zeitz MOCAA Contemporary Art Museum
 Theme URI:      https://zeitzmocaa.museum/
 Description:    Main Website for Zeitz MOCAA Contemporary Art Museum
 Author:         INNOVATECH GROUP
 Author URI:     https://innovatechgroup.co.za/
 Template:       Divi
 Version:        1.0.0

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


@charset "UTF-8";

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[class*='col-'] {
    float: left;
    padding-right: 20px;
}

.grid {
    width: 100%;
    max-width: 1140px;
    min-width: 768px;
    margin: 0 auto;
}

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.grid-pad {
    padding: 0;
}

.grid-pad>[class*='col-']:last-of-type {
    padding-right: 20px;
}

.push-right {
    float: right;
}


/* CONTENT COLUMNS
------------------------------------------------------------------------------------------------------------------------ */

.col-1-1 {
    width: 100%;
}

.col-2-3,
.col-8-12 {
    width: 66.66%;
}

.col-1-2,
.col-6-12 {
    width: 50%;
}

.col-1-3,
.col-4-12 {
    width: 33.33%;
}

.col-1-4,
.col-3-12 {
    width: 25%;
}

.col-1-5 {
    width: 20%;
}

.col-1-6,
.col-2-12 {
    width: 16.667%;
}

.col-1-7 {
    width: 14.28%;
}

.col-1-8 {
    width: 12.5%;
}

.col-1-9 {
    width: 11.1%;
}

.col-1-10 {
    width: 10%;
}

.col-1-11 {
    width: 9.09%;
}

.col-1-12 {
    width: 8.33%;
}


/* LAYOUT COLUMNS
------------------------------------------------------------------------------------------------------------------------ */

.col-11-12 {
    width: 91.66%;
}

.col-10-12 {
    width: 83.333%;
}

.col-9-12 {
    width: 75%;
}

.col-5-12 {
    width: 41.66%;
}

.col-7-12 {
    width: 58.33%;
}

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
    height: 45px;
    overflow: hidden;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    color: #999;
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    line-height: 1.5
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    user-select: none;
    display: block;
    line-height: 2.3
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

.bootstrap-select {
    position: relative;
}

.bootstrap-select button {
    position: relative;
    display: inline-block;
    background: transparent;
    padding: 11px;
    font-size: 15px;
    line-height: 1;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    /* touch-action: manipulation; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #cccccc;
    border-radius: 25px;
    color: #82878d;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
}

.bootstrap-select button .caret {
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.bootstrap-select button:focus {
    outline: none;
}

.bootstrap-select .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    padding: 15px 20px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0 0 25px 25px;
    border-top: 0;
}

.bootstrap-select select {
    display: none;
}

.bootstrap-select.open .dropdown-menu {
    z-index: 2;
    display: block;
}

.bootstrap-select.open button {
    background-color: #ffffff;
    border-radius: 25px 25px 0 0;
}

.changing-circles {
    display: inline-block;
    margin-top: 2px;
}

.changing-circles .circles {
    float: left;
    width: 72px;
    margin-right: 5px;
    opacity: 0;
    display: none;
}

.changing-circles .circles.active {
    display: inline-block;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .changing-circles .circles {
        margin-left: 0;
        width: 44px;
    }
}

@media only screen and (max-width: 768px) {
    .changing-circles .circles {
        margin-left: 0;
    }
}

.changing-circles .circles .circle-block {
    border-radius: 50%;
    height: 12px;
    width: 12px;
    float: left;
    /*@media @tablet-mobile {
        width: 7px;
        height: 7px;
      }

      @media @mobile {
        width: 7px;
        height: 7px;
      }
      @media @tablet-max {
        width: 7px;
        height: 7px;
      }*/
}

@media only screen and (max-width: 767px) {
    .changing-circles .circles .circle-block {
        width: 7px;
        height: 7px;
    }
}

.single .changing-circles .circle-block,
.page .changing-circles .circle-block {
    background-color: transparent;
}

.alignright {
    float: right;
    display: inline-block;
}

.alignleft {
    float: left;
    display: inline-block;
}

.breadcrumbs {
    padding: 20px 0 0;
	
}

@media only screen and (max-width: 1180px) {
    .breadcrumbs {
        padding: 20px 20px 0 20px;
        display: none;
    }
}

.breadcrumbs p {
    margin: 0;
	
}

.longer-banner {
    /* position: relative; */
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .longer-banner {
        height: 450px;
        width: 100%;
        top: 0;
    }
    .single-artists .longer-banner {
        position: absolute;
    }
}

@media only screen and (max-width: 767px) {
    .longer-banner .main-navigation {
        height: 425px !important;
    }
    .longer-banner.exhibition-single .main-navigation {
        height: 450px !important;
    }
}

.wrap-fold .content-fold {
    background: #f9f9f9;
    max-height: 55px;
    padding: 20px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 30px;
    position: relative;
    margin-bottom: 10px;
}

.wrap-fold .content-fold:after {
    content: url("../style/img/toggle-content.png");
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.wrap-fold .content-fold.active:after {
    content: url("../style/img/toggled-content.png");
}

.folded-content {
    display: none;
}

.folded-content ul {
    margin-left: 40px;
}

.folded-content ul li {
    list-style: disc;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1180px) {
    .membership h1.border-strip {
        max-width: 100%;
        font-size: 16px;
        margin-left: 20px;
    }
}

.membership-2 .page-content h1 {
    display: none;
}

.membership-2 .page-content h2 {
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
}

.membership {
    padding-top: 20px;
}

.membership .membership-slider {
    position: relative;
}

.membership .membership-slider .content {
    height: 420px;
}

.membership .membership-slider .content .right-content {
    /*        @media only screen and (min-width: 561px) and (max-width: 640px) {
          padding-top: 95px;
        }
        @media only screen and (min-width: 481px) and (max-width: 560px) {
          padding-top: 60px;
        }
        @media only screen and (min-width: 401px) and (max-width: 480px) {
          padding-top: 65px;
        }
        @media only screen and (min-width: 331px) and (max-width: 400px) {
          padding-top: 60px;
        }
        @media only screen and (max-width: 330px) {
          padding-top: 60px;
        }*/
}

.membership .membership-slider.padding-off {
    padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider.padding-off {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider {
        margin-bottom: 0;
        padding-bottom: 40px;
        height: 100%;
    }
}

.membership .membership-slider .big-block {
    padding-right: 0;
    overflow: hidden;
    position: relative;
    height: 510px;
}

@media only screen and (max-width: 480px) {
    .membership .membership-slider .big-block {
        height: 200px;
    }
}

.membership .membership-slider .big-block img {
    width: 100%;
    max-width: 665px;
}

@media only screen and (max-width: 1180px) {
    .membership .membership-slider .big-block img {
        width: auto !important;
        max-width: none;
        height: 310px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .big-block img {
        width: auto !important;
        max-width: none;
        height: 310px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
}

@media only screen and (max-width: 480px) {
    .membership .membership-slider .big-block img {
        height: 200px;
    }
}

@media only screen and (max-width: 1000px) {}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .main-menu {
        top: 265px;
        bottom: inherit;
        position: absolute;
        padding: 10px 0;
        width: 100%;
        height: 95px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 480px) {
    .membership .membership-slider .main-menu {
        top: 165px;
    }
}

.membership .membership-slider .main-menu li {
    background-repeat: no-repeat !important;
    background-position: center 0 !important;
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .main-menu li {
        background-repeat: no-repeat !important;
        background-position: center 30px !important;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .main-menu {
        margin-bottom: 0;
        padding-bottom: 0;
        height: 100%;
    }
}

.membership .membership-slider .main-menu .big-block {
    padding-right: 0;
}

.membership .membership-slider .main-menu .big-block img {
    width: 100%;
}

.membership .membership-slider .slider-controls {
    background: #ebebeb;
    position: absolute;
    bottom: 10px;
    /*560*/
}

@media only screen and (max-width: 1180px) {
    .membership .membership-slider .slider-controls {
        top: 310px;
    }
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .slider-controls {
        top: 310px;
        height: 140px;
    }
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .slider-controls {
        top: 310px;
        height: 100px;
    }
}

@media only screen and (max-width: 560px) {
    .membership .membership-slider .slider-controls {
        top: 310px;
        height: 80px;
    }
}

@media only screen and (max-width: 480px) {
    .membership .membership-slider .slider-controls {
        top: 200px;
    }
}

.membership .membership-slider .slider-controls .main-menu {
    position: relative;
    padding: 20px 60px;
    float: left;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 1180px) and (min-width: 768px) {
    .membership .membership-slider .slider-controls .main-menu {
        padding: 20px 40px 20px 60px;
    }
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .slider-controls .main-menu {
        top: 0;
        bottom: inherit;
        position: absolute;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .slider-controls .main-menu {
        position: static;
        padding: 10px 25px;
    }
}

.membership .membership-slider .slider-controls .main-menu img {
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .slider-controls .main-menu img {
        width: 75px;
        height: 75px;
    }
}

.membership .membership-slider .slider-controls li {
    background-repeat: no-repeat !important;
    background-position: center 0 !important;
    /*@media only screen and (max-width: 1180px) and (min-width: 768px) {
          margin: 0px 8px;
        }
        @media only screen and (min-width: 561px) and (max-width: 640px) {
          margin: 10px 20px;
        }
        @media only screen and (min-width: 331px) and (max-width: 560px) {
          margin: 5px 10px;
        }
        @media only screen and (max-width: 330px) {
          margin: 5px 5px;
        }*/
    /*@media only screen and (max-width: 560px) {
          margin: 5px 10px;
        }*/
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .slider-controls li {
        overflow: hidden;
        border-radius: 50%;
        margin: 0 5px;
    }
}

@media only screen and (max-width: 1180px) {
    .membership .membership-slider .slider-controls li {
        margin: 0 8px;
    }
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .slider-controls li {
        margin: 10px 20px;
    }
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .slider-controls li {
        margin: 10px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .membership .membership-slider .slider-controls li {
        margin: 5px 5px;
    }
}

.membership .membership-slider .slider-controls li:nth-child(1) a {
    background-color: #56616b;
}

.membership .membership-slider .slider-controls li:nth-child(2) a {
    background-color: #bc7448;
}

.membership .membership-slider .slider-controls li:nth-child(3) a {
    background-color: #b5b5b5;
}

.membership .membership-slider .slider-controls li:nth-child(4) a {
    background-color: #b28e4b;
}

.membership .membership-slider .slider-controls li a {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    position: relative;
}

@media only screen and (max-width: 1180px) and (min-width: 768px) {
    .membership .membership-slider .slider-controls li a {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (min-width: 561px) and (max-width: 640px) {
    .membership .membership-slider .slider-controls li a {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (max-width: 560px) {
    .membership .membership-slider .slider-controls li a {
        width: 45px;
        height: 45px;
    }
}

.membership .membership-slider .slider-controls li a span {
    position: absolute;
    left: 0;
    top: 25%;
    width: 100px;
    text-align: center;
}

@media only screen and (max-width: 1180px) and (min-width: 768px) {
    .membership .membership-slider .slider-controls li a span {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .slider-controls li a span {
        display: none;
    }
}

.membership .membership-slider .slider-controls li a img {
    display: block;
    opacity: 0.4;
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .slider-controls li a img {
        width: 100% !important;
        height: auto !important;
    }
}

.membership .membership-slider .slider-controls li a img:hover {
    opacity: 1;
}

.membership .membership-slider .slider-controls li.active a {
    background-color: #ccc;
    color: #333;
}

.membership .membership-slider .slider-controls li.active img {
    opacity: 1;
}

.membership .membership-slider .slider-controls .next {
    background: url("img/next.png") no-repeat center;
    color: transparent;
    position: absolute;
    top: 40%;
    right: 20px;
    width: 20px;
    height: 30px;
    cursor: pointer;
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .slider-controls .next {
        top: 35%;
        right: 5px;
    }
}

.membership .membership-slider .slider-controls .prev {
    background: url("img/prev.png") no-repeat center;
    color: transparent;
    position: absolute;
    top: 40%;
    left: 20px;
    width: 20px;
    height: 30px;
    cursor: pointer;
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .slider-controls .prev {
        top: 35%;
        left: 5px;
    }
}

.membership .membership-slider section.csi_sharing {
    /*position: static;*/
    display: none;
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider section.csi_sharing {
        position: relative;
        bottom: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider [class*='col-'] {
        padding-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .membership .membership-slider .filled-button {
        min-width: 185px;
        display: inline-block;
    }
}

.membership .membership-slider .right-content {
    padding-left: 40px;
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .right-content {
        padding-left: 20px;
        padding-top: 140px;
    }
}

@media only screen and (max-width: 640px) {
    .membership .membership-slider .right-content {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 560px) {
    .membership .membership-slider .right-content {
        padding-top: 80px;
    }
}

.membership .membership-slider .right-content .filled-button {
    margin: 0 0 20px;
}

.membership .membership-slider .right-content span.price {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
    font-weight: 600;
    display: block;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .right-content span.price {
        padding-top: 20px;
        margin-top: 20px;
        font-size: 20px;
        font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 35px;
    }
    .membership .membership-slider .right-content span.price:after {
        content: "";
        height: 2px;
        width: 35px;
        background: #5a616a;
        position: absolute;
        left: 0;
        top: 100%;
        margin-top: 10px;
    }
}

.membership .membership-slider .right-content h2 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .right-content h2 {
        margin-bottom: 25px;
    }
    .membership .membership-slider .right-content h2:after {
        content: "";
        height: 2px;
        width: 35px;
        background: #5a616a;
        position: absolute;
        left: 0;
        top: 100%;
        margin-top: 10px;
    }
}

.membership .membership-slider .right-content ul {
    padding-bottom: 10px;
    overflow-y: auto;
    width: 99.9%;
    position: relative;
    z-index: 1;
}

.membership .membership-slider .right-content ul li {
    float: none;
    display: list-item;
    margin: 0 0 10px;
    background: url('../style/img/li-listing.png') no-repeat 4px center;
    padding-left: 30px;
    line-height: 130%;
    list-style: none;
}

@media only screen and (max-width: 767px) {
    .membership .membership-slider .right-content ul li {
        background: url('../style/img/li-listing.png') no-repeat 4px center;
    }
}

.membership .membership-slider .right-content .download-block {
    padding: 30px 0 0;
    position: relative;
    z-index: 1;
}

.membership .membership-slider .right-content .rating {
    margin-bottom: 20px;
}

.membership .membership-slider .right-content .csi_sharing span {
    display: none;
}

.membership .membership-slider .right-content .csi_sharing ul {
    height: auto;
    margin-top: 15px;
}

.membership .membership-slider .right-content .csi_sharing li {
    display: inline-block;
    margin: 0 15px 10px 0;
    list-style: none;
    padding: 0;
    background: none;
}

.membership .membership-slider .right-content .csi_sharing li:before {
    content: "";
    margin: 0;
}

.membership .membership-slider .right-content .social-share {
    text-align: left;
    margin-top: 20px;
}

.membership .membership-slider .right-content .membership-info {
    position: relative;
    overflow-y: auto;
    display: block;
    height: auto;
}

.membership .membership-slider .right-content .membership-info a {
    color: #aaa;
}

.membership .membership-slider .right-content .membership-info .banner-overlay {
    background: linear-gradient(to top, #ffffff, transparent, transparent);
    width: 97%;
    z-index: 1;
}

.main-navigation {
    background-size: cover;
    /*height: 550px !important;*/
    /*z-index: 20;*/
    position: relative;
    background-position-x: 50%;
    background-position-y: 0%;
}

.section.main-navigation {
    height: 550px !important;
}

@media only screen and (max-width: 767px) {
    .main-navigation {
        height: 425px !important;
        width: 100%
    }
    /* .home .main-navigation {
        height: auto !important;
        width: 100%
    } */
}

.main-navigation .page-heading .grid {
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
}

.main-navigation .page-heading .grid .title-holder {
    font-size: 52px;
    color: #ffffff;
    font-family: 'zeitzmocca-regular', 'Open Sans', Helvetica, sans-serif;
    text-align: left;
    bottom: 30%;
    position: absolute;
    left: 0;
    right: 0;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1180px) {
    .main-navigation .page-heading .grid .title-holder {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .main-navigation .page-heading .grid .title-holder {
        font-size: 25px;
        bottom: 35%;
    }
}

.main-navigation .fixed-nav {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 25;
}

@media only screen and (max-width: 640px) {
    .main-navigation .fixed-nav {
        position: fixed;
    }
}

.main-navigation .opening-hours {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    height: 50px;
    padding: 6px 0;
    overflow: hidden;
}

.main-navigation .zeitz-maplist{
    width:100%;   
}

.main-navigation .zeitz-maplist .opening-hours .closing-statement {
    max-width: 215px;
    display: block;
    font-size: 12px;
    float: right;
    text-align: left;
    padding: 0 0 0 35px;
  }

@media only screen and (min-width: 1025px){
    .main-navigation .zeitz-maplist{
        max-width: 205px;
        float: right;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px)  {
    .main-navigation .zeitz-maplist{
        max-width: 205px;
        float: right;
    }
}

.main-navigation .opening-hours .search-bar {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 -4px 0 185px;
    overflow-x: hidden;
    width: 250px;
    height: 36px;
    vertical-align: middle;
    background: transparent;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .main-navigation .opening-hours .search-bar {
        position: absolute !important;
        left: 35px;
        text-align: left;
        margin: 0 10px;
    }
}

@media only screen and (max-width: 480px) {
    .main-navigation .opening-hours .search-bar {
        width: 85%;
    }
}

.main-navigation .opening-hours .search-bar form {
    display: none;
    position: absolute;
    right: 0;
    top: -1px;
    padding: 0;
    background-color: transparent;
    margin: 0;
}

.main-navigation .opening-hours .search-bar form.active {
    right: 0;
}

@media only screen and (max-width: 767px) {
    .main-navigation .opening-hours .search-bar form {
        top: -3px;
        left: 0;
        right: auto;
        padding: 0 !important;
        z-index: 1;
    }
}

@media only screen and (max-width: 480px) {
    .main-navigation .opening-hours .search-bar form {
        width: 100%;
    }
}

.main-navigation .opening-hours .search-bar form input {
    padding: 8px 30px;
    margin-top: 3px;
    width: 100%;
    max-width: 200px;
}

@media only screen and (max-width: 767px) {
    .main-navigation .opening-hours .search-bar form input {
        padding: 8px 20px;
    }
}

@media only screen and (max-width: 480px) {
    .main-navigation .opening-hours .search-bar form input {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .main-navigation .opening-hours .search-bar form img {
        width: auto;
    }
}

.main-navigation .opening-hours .searchbar {
    text-align: right;
    color: #ffffff;
    font-family: 'opensans-regular', 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.main-navigation .opening-hours .searchbar .search-icon {
    vertical-align: middle;
    padding-right: 5px;
    cursor: pointer;
    height: 36px;
}

@media only screen and (max-width: 767px) {
    .main-navigation .opening-hours .searchbar .search-icon {
        margin-right: 0!important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px)  {
    .main-navigation .opening-hours .searchbar .search-icon {
        margin-right: 0!important;
    }
}

@media only screen and (max-width: 767px) {
    .main-navigation .opening-hours .searchbar .search-icon {
        margin-right: 0;
    }
}


/* ==== OPERATING HOURS ==== */

/* ==== endOPERATING HOURS ==== */

@media only screen and (max-width: 767px) {
    .main-navigation .opening-hours .searchbar .search-icon {
        float: left;
    }
    .main-navigation .opening-hours .searchbar .search-icon:nth-child(1) {
        float: left;
        width: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .main-navigation .opening-hours .searchbar .search-icon {
        float: left;
    }
}



@media only screen and (max-width: 480px) {
    .main-navigation .opening-hours .searchbar {
        float: left;
    }
}

.main-navigation .logo-navigation {
    z-index: 2;
    position: relative;
    height: auto;
    background-color: #ffffff;
    padding: 10px 0;
}

@media only screen and (max-width: 1180px) {
    .main-navigation .logo-navigation {
        padding-left: 20px;
    }
}



@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation img {
        max-width: 120px;
    }
}

.main-navigation .logo-navigation .col-1-2 {
    width: 45%;
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation .col-1-2 {
        width: 75%;
    }
}

.main-navigation .logo-navigation .col-1-2.right-navigation {
    width: 55%;
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation .col-1-2.right-navigation {
        width: 25%;
    }
}

.main-navigation .logo-navigation .col-1-2.right-navigation .toggle-menu {
    vertical-align: inherit;
    padding-left: 5px;
    cursor: pointer;
    height: 40px;
    display: inline-block;
}

.main-navigation .logo-navigation .col-1-2.right-navigation .toggle-menu .fa-bars {
    font-size: 40px;
    width: 35px;
    display: inline-block;
    vertical-align: inherit;
    margin-left: 10px;
    margin-top: 5px;
    cursor: pointer;
}

.main-navigation .logo-navigation .col-1-2.right-navigation .toggle-menu .fa-times {
    font-size: 40px;
    width: 35px;
    display: none;
    vertical-align: inherit;
    margin-left: 10px;
    cursor: pointer;
}

.main-navigation .logo-navigation .col-1-2.right-navigation .toggle-menu.active .fa-bars {
    display: none;
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation .col-1-2.right-navigation .toggle-menu.active .fa-bars {
        display: inline-block;
    }
    .main-navigation .logo-navigation .col-1-2.right-navigation .toggle-menu .fa-bars {
        margin-top: 0;
        height: auto;
    }
}

.main-navigation .logo-navigation .col-1-2.right-navigation .toggle-menu.active .fa-times {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation .col-1-2.right-navigation .toggle-menu.active .fa-times {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation [class*='col-']:nth-child(2) {
        width: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation [class*='col-']:nth-child(1) {
        width: 75%;
    }
}

.main-navigation .logo-navigation .right-navigation {
    text-align: right;
    padding: 25px 15px 0 0;
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation .right-navigation {
        padding: 8px 15px 0 0;
    }
}

.main-navigation .logo-navigation .right-navigation .main-nav {
    display: inline-block;
    vertical-align: sub;
}

.main-navigation .logo-navigation .col-1-2 {
    display: table;
}

.main-navigation .logo-navigation .col-1-2 .content {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation .col-1-2 .content object {
        height: 50px;
        margin-top: 0;
    }
}

.main-navigation .logo-navigation .col-1-2 .content svg,
.main-navigation .logo-navigation .col-1-2 .content rect {
    vertical-align: super;
    margin-right: 5px;
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation .col-1-2 .content svg,
    .main-navigation .logo-navigation .col-1-2 .content rect {
        width: 40px;
    }
}

.main-navigation .logo-navigation .col-1-2 .content .main-nav ul {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .main-navigation .logo-navigation .col-1-2 .content .main-nav ul {
        display: none;
    }
}

.main-navigation .logo-navigation .col-1-2 .content .main-nav ul li {
    display: inline;
    margin: 0;
}

.main-navigation .logo-navigation .col-1-2 .content .main-nav ul li:not(:last-child):after {
    content: "|";
    padding: 0 5px 0 5px;
    vertical-align: top;
    color: #444e59;
}

.main-navigation .logo-navigation .col-1-2 .content .main-nav ul li a {
    color: #444e59;
    text-transform: uppercase;
    padding: 0 5px 0 0;
}

.main-navigation .logo-navigation .col-1-2 .content .main-nav ul li a:hover {
    color: #aaaaaa;
}

@media only screen and (max-width: 1000px) {
    .main-navigation .logo-navigation .col-1-2 .content .main-nav ul li a {
        font-size: 12px;
    }
}

.main-navigation .page-heading img {
    display: none;
}

.main-navigation .video-play-button {
    position: absolute;
    left: 45%;
    right: 45%;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    z-index: 2;
}

@media only screen and (max-width: 480px) {
    .main-navigation .video-play-button {
        top: 43%;
    }
}

.main-navigation .video-play-button img {
    display: block;
    margin: 0 auto;
    max-width: 60px;
}

p {
    line-height: 1.5;
}

.button {
    border: 1px solid #5a616a;
    padding: 17px 33px;
    text-align: center;
    background-color: transparent;
    display: inline-block;
    border-radius: 25px;
    color: #5a616a;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    min-width: 185px;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .button {
        display: block;
        clear: both;
    }
}

.button:hover {
    color: #aaaaaa;
    border-color: #aaaaaa;
}

.filled-button {
    background-color: #5a616a;
    border-color: #5a616a;
    color: #ffffff;
    display: inline-block;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    padding: 17px 33px;
    text-align: center;
    min-width: 185px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    border-style: none;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .filled-button {
        display: block;
        clear: both;
        margin-bottom: 20px;
    }
}

.filled-button:hover {
    background-color: #aaaaaa;
    color: #ffffff;
}

.border-button {
    color: #5a616a;
    border: 1px solid #5a616a;
    display: inline-block;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    padding: 17px 33px;
    text-align: center;
    min-width: 185px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
}

@media only screen and (max-width: 480px) {
    .border-button {
        display: block;
        clear: both;
    }
}

.border-button:hover {
    background-color: #aaaaaa;
    color: #ffffff;
}

.buy-tickets h1 {
    font-size: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #a2a3a5;
    padding-bottom: 25px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.buy-tickets .ticket-options h2.border-strip {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.buy-tickets .ticket-options h2.border-strip a {
    color: #444e59;
}

.buy-tickets .ticket-options h2.border-strip:hover:after {
    background: #aaaaaa;
    height: 6px;
    border-radius: 6px;
    width: 40px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

@media only screen and (max-width: 640px) {
    .buy-tickets .ticket-options .col-1-3 {
        margin-bottom: 20px;
        border-bottom: 1px solid #dfe1e4;
    }
}

.buy-tickets ul {
    list-style: disc;
    margin: 10px 0;
}

.buy-tickets ul li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 5px;
    line-height: 1.5;
}

.artist-listing.buy-ticket {
    background-color: #f7f7f7;
}

.artist-listing.buy-ticket h3.border-strip {
    line-height: 1;
}

@media only screen and (max-width: 1180px) {
    .artist-listing.buy-ticket {
        padding: 30px 20px;
    }
}

.artist-listing.buy-ticket .container {
    position: relative;
    background-color: #2e2e2e;
    border-radius: 3px;
    width: 98%;
    transition: 1.5s ease;
    margin-bottom: 20px;
}

.artist-listing.buy-ticket .container:hover {
    background-color: #5a616a;
}

.artist-listing.buy-ticket .container:after {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    display: inline-block;
    left: 0;
    right: 0;
    z-index: 1;
    content: "";
}

.artist-listing.buy-ticket img {
    opacity: 0.6;
    display: block;
    height: auto;
    transition: 1.5s ease;
    backface-visibility: hidden;
    border-radius: 3px;
}

.artist-listing.buy-ticket .middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 2;
}

.artist-listing.buy-ticket .container:hover img {
    opacity: 0.4;
}

.artist-listing.buy-ticket .container:hover .middle {
    opacity: 1;
}

.artist-listing.buy-ticket p.text {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

@media only screen and (max-width: 1180px) {
    .artist-listing.buy-ticket p.text {
        width: 100%;
        padding: 25px 0;
        border-radius: 0;
    }
    .artist-listing.buy-ticket p.text:hover {
        background-color: transparent;
        font-weight: bold;
    }
}

.artist-listing.buy-ticket .overlay {
    position: relative;
    max-width: 260px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .artist-listing.buy-ticket .overlay {
        max-width: 100%;
    }
}

.artist-listing.buy-ticket .overlay p {
    position: absolute;
    background-color: rgba(47, 46, 46, 0.41);
    height: 100%;
    top: 0;
    padding-top: 28%;
    color: #ffffff;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    display: block;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {
    .artist-listing.buy-ticket .overlay p {
        height: 99%;
    }
}

.artist-listing.buy-ticket .overlay p:hover {
    background: rgba(90, 97, 106, 0.61);
}

.artist-listing.buy-ticket .overlay a {
    color: #ffffff;
}

.artist-listing.buy-ticket .overlay img {
    display: block;
}

.artist-listing.buy-ticket .overlay .rating {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.artist-listing.buy-ticket .overlay .rating img {
    display: inline-block;
    width: auto;
}

.artist-listing.buy-ticket p {
    font-weight: normal;
}

.artist-listing.buy-ticket h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}

.artist-listing.buy-ticket h2:after {
    width: 90px;
    height: 2px;
}

.artist-listing.buy-ticket.support-us .overlay {
    max-width: 100%;
}

.artist-listing.buy-ticket.support-us .overlay img {
    width: 100%;
    display: block;
}

.artist-listing.buy-ticket.support-us .overlay p {
    font-size: 18px;
    background-color: rgba(47, 46, 46, 0.41);
    height: 100%;
    border-radius: 5px;
    top: 0;
    padding-top: 28%;
}

.artist-listing.buy-ticket.support-us .overlay p:hover {
    background: rgba(90, 97, 106, 0.61);
}

.artist-listing.buy-ticket.support-us h2 {
    font-weight: 600;
    font-size: 18px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
}

.artist-listing.buy-ticket.support-us .artist-block {
    padding: 0 20px 35px 0;
    min-height: 450px;
}

.team-single span:nth-child(2):after {
    content: "|";
}

.support-us .page-content h1 {
    display: none;
}

.padding-off {
    padding: 0;
}

.team {
    padding: 20px 0 30px;
}

@media only screen and (max-width: 767px) {
    .team.main-right {
        padding: 30px 20px 0;
    }
}

.team .padding-off {
    padding: 0 0 20px;
    text-align: center;
}

.team .padding-off .col-1-6 {
    min-height: 320px;
}

@media only screen and (max-width: 1180px) {
    .team .padding-off .col-1-6 {
        min-height: 320px;
        width: 33.33%;
    }
}

@media only screen and (max-width: 600px) {
    .team .padding-off .col-1-6 {
        width: 100%;
    }
}

.team .overlay-hover a {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    max-height: 190px;
    height: 175px;
    width: 175px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: all 1.5s ease-in;
    -moz-transition: all 1.5s ease-in;
    -o-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in;
}

.team .overlay-hover a:hover {
    background-color: #aaaaaa;
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
}

.team .overlay-hover a img {
    max-width: 100%;
    display: block;
    width: 100%;
}

@media only screen and (max-width: 1180px) {
    .team .overlay-hover a img {
        margin: 0 auto;
    }
}

.team .overlay-hover a img:hover {
    opacity: 0.4;
}

.team p {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.team span {
    display: block;
    margin-bottom: 30px;
    max-height: 63px;
}

.loadmore {
    text-align: left;
    padding-top: 40px;
}

@media only screen and (max-width: 767px) {
    .loadmore {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 767px) {}

.select-wrapper {
    border: 1px solid #cccccc;
    border-radius: 25px;
    overflow: hidden;
    background: transparent;
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 0;
}

.select-wrapper select {
    width: 100%;
    border: none;
    padding: 17px 10px;
    z-index: 1;
    background-color: transparent;
    cursor: pointer;
    color: #82878d;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*for IE10*/
}

.select-wrapper select::-ms-expand {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .select-wrapper select {
        width: 120%;
    }
}

.select-wrapper select option {
    border-radius: 0;
    font-size: 14px;
}

.select-wrapper:after {
    content: url("img/down-arrow.png");
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: -1;
}

.border-strip {
    line-height: 0.8;
    margin-bottom: 0px;
    position: relative;
}

/* .border-strip:after {
    content: "";
    height: 2px;
    width: 35px;
    background: #5a616a;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 10px;
} */

h2.border-strip {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3;
}

/* h2.border-strip:after {
    width: 20px;
    height: 1px;
} */

h1.border-strip {
    font-size: 20px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #5a616a;
    margin-bottom: 50px;
    clear: both;
    text-align: left;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    h1.border-strip {
        margin-bottom: 50px;
    }
}

h1.border-strip:after {
    width: 75px;
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    h1.border-strip:after {
        width: 40px;
        margin-top: 15px;
    }
}

.main {
    padding: 20px 0 40px;
}

@media only screen and (max-width: 1180px) {
    .main {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 1180px) {
    .main-right {
        padding: 30px 0 30px 20px;
    }
}

.top-additional-info {
    padding-top: 20px;
}

@media only screen and (max-width: 1180px) {
    .top-additional-info {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .top-additional-info {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1180px) {}

.top-additional-info .col-1-1 .filled-button {
    margin-bottom: 0;
}

.top-additional-info h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
}

@media only screen and (max-width: 767px) {
    .top-additional-info h2 {
        font-size: 16px;
    }
}

.top-additional-info h2:after {
    background-color: #cccccc;
    width: 20px;
}

@media only screen and (max-width: 767px) {
    .top-additional-info h1 {
        max-width: 100%;
        font-size: 19px;
    }
}

.text-icon {
    color: #aaaaaa;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

.text-icon img {
    width: 15px;
    vertical-align: sub;
}

.filters {
    background-color: transparent;
    height: 50px;
    text-align: center;
    padding: 0px 35px;
    margin-top: 0px;
}

@media only screen and (max-width: 1180px) {
    .filters {
        padding: 30px 0 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .filters {
        height: auto;
        text-align: left;
        padding: 0 0 26px;
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .filters .filter-wrapper {
        display: none;
    }
    .filters .filter-wrapper [class*='col-'] {
        padding: 10px 20px;
    }
}

.filters .filter-block {
    display: none;
}

@media only screen and (max-width: 767px) {
    .filters .filter-block {
        background-color: #f7f7f7;
        color: #444e59;
        padding: 26px 20px 0;
        font-size: 16px;
        display: block;
    }
    .filters .filter-block.active {
        padding-bottom: 20px;
    }
    .filters .filter-block img {
        float: right;
        padding-top: 7px;
        cursor: pointer;
    }
}

.filters .search-wrapper {
    position: relative;
}

.filters .search-wrapper input {
    width: 100%;
    height: 50px;
    line-height: normal;
    border-radius: 25px;
    border: 1px solid #cccccc;
    padding: 10px;
    color: #82878d;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    background-color: transparent;
}

.block-vary {
    font-size: 16px;
    padding-bottom: 20px;
}

.block-vary p {
    font-size: 14px;
    margin-bottom: 0;
}

.block-vary .text-icon {
    color: #5a616a;
    display: block;
    margin-top: 5px;
}

.block-vary .text-icon a {
    text-transform: none;
    color: #5a616a;
}

.block-vary .text-icon a:hover {
    color: #aaaaaa;
}

.block-vary .text-icon img {
    width: 19px;
}

.single-art .artist-info {
    right: -470px;
}

.artist-info {
    background: #e8e7e7;
    width: 470px;
    position: absolute;
    right: 0;
    top: 159px;
    height: 100%;
    max-height: 421px;
    padding: 30px;
    z-index: 5;
    /*overflow-y: auto;*/
}

@media only screen and (max-width: 767px) {
    .artist-info {
        padding: 10px 20px;
        width: 100%;
        /*top: 110px;
    max-height: 315px;*/
        top: 123px;
        /*max-height: 302px;*/
    }
}

.artist-info .centered-block {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

.video-list-heading .centered-block {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .artist-info .centered-block {
        width: 195px;
        padding: 30px 0 15px;
        max-width: 100%;
    }
}

.artist-info .centered-block img {
    width: 235px;
    height: 235px;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .artist-info .centered-block img {
        width: 110px;
        height: 110px;
    }
}

.artist-info .centered-block h2 {
    font-size: 20px;
    border-top: 1px solid #5a616a;
    border-bottom: 1px solid #5a616a;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    font-weight: 600;
    padding: 5px 0;
    margin: 20px 10px 0 10px;
}

@media only screen and (max-width: 767px) {
    .artist-info .centered-block h2 {
        font-size: 16px;
        padding: 10px 0;
        margin: 10px 0;
    }
}

.artist-info .centered-block p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background-color: #424952;
    margin: 20px 0 0;
    padding: 10px 20px;
    line-height: 120%;
    border-radius: 25px;
}

.artist-info .art-description {
    margin: 20px 0;
}

.artist-info .info-icon {
    display: block;
    color: #5a616a;
    padding-top: 15px;
    cursor: pointer;
}

.video-list-heading .centered-block p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background-color: #424952;
    margin: 20px 0 0;
    padding: 10px 20px;
    line-height: 120%;
    border-radius: 25px;
}

.video-list {
    padding: 30px 25px;
}

.video-list span {
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .artist-info .info-icon {
        padding-top: 5px;
        font-size: 12px;
        max-width: 195px;
        margin: 0 auto;
    }
}

.artist-info .info-icon:hover {
    color: #aaaaaa;
}

.artist-info .info-icon img {
    padding-right: 10px;
}

.artist-info .videos-list ul {
    margin-left: 30px;
    margin-top: 5px;
}

.artist-info .videos-list ul li {
    padding: 2px 0 0 3px;
}

.artist-info .videos-list ul li:before {
    background-image: url("img/video.png");
}

.artist-info .videos-list ul li a {
    color: #424952;
}

.artist-info .videos-list ul li a:hover {
    color: #aaaaaa;
}

.artist-info .audios-list ul,
.artist-info .videos-list ul {
    margin-left: 30px;
    margin-top: 5px;
}

.artist-info .audios-list ul li,
.artist-info .videos-list ul li {
    padding: 2px 0 0 3px;
}

.artist-info .audios-list ul li:before,
.artist-info .videos-list ul li:before {
    background-image: url("img/video.png");
}

.artist-info .audios-list ul li a,
.artist-info .videos-list ul li a {
    color: #424952;
}

.artist-info .audios-list ul li a:hover,
.artist-info .videos-list ul li a:hover {
    color: #aaaaaa;
}

.artist-info .close-info {
    position: absolute;
    right: 80px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .artist-info .close-info {
        right: 20px;
        top: 20px;
    }
}

.artist-info.event-info {
    padding: 30px 75px 30px 30px;
}

@media only screen and (max-width: 767px) {
    .artist-info.event-info {
        padding: 40px 20px 30px;
    }
}

.artist-info.event-info p {
    margin: 0;
    padding: 0;
}

.artist-info.event-info h1 {
    border: none;
    margin: 0 0 5px;
    padding-top: 40px;
}

@media only screen and (max-width: 767px) {
    .artist-info.event-info h1 {
        padding-top: 0;
    }
}

.artist-info.event-info h2 {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .artist-info.event-info h2:nth-child(4) {
        padding-bottom: 20px;
        text-transform: none;
    }
}

.artist-info.event-info span {
    display: none;
    text-transform: uppercase;
}

.artist-info.event-info .banner-text {
    position: relative;
    max-height: 125px;
    margin: 25px 0;
}

@media only screen and (max-width: 767px) {
    .artist-info.event-info .banner-text {
        visibility: hidden;
        margin: 0;
        height: 25px;
    }
}

.artist-info.event-info .button {
    display: block;
    max-width: 90%;
    margin: 0 0 10px;
}

@media only screen and (max-width: 767px) {
    .artist-info.event-info .button {
        max-width: 100%;
    }
    .artist-info.event-info .button:nth-child(1) {
        margin-bottom: 20px;
    }
}

.artist-info.event-info .lighter-social-share {
    text-align: left;
    margin: 25px 0;
}

.single-artists .title-holder,
.single-art .title-holder {
    display: none;
}

.grey-background {
    background: #f7f7f7;
}

.more-info-button {
    position: absolute;
    top: 385px;
    right: 0;
    cursor: pointer;
    text-indent: -99999px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .more-info-button {
        top: 155px;
    }
}

.banner-overlay {
    background: linear-gradient(to top, rgba(232, 231, 231, 0.82), transparent, transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.single-exhibition .banner-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent, transparent);
}

table {
    width: 100%;
}

.table-wrap table {
    background-color: #f9f9f9;
}

.table-wrap table tr:last-child {
    border-bottom: 1px solid #a6aaae;
}

.table-wrap table tr th {
    width: 16.5%;
    font-weight: normal;
    padding: 38px 0;
    text-align: center;
    border: 1px solid #a6aaae;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .table-wrap table tr th {
        padding: 10px 0;
        font-size: 12px;
    }
}

.table-wrap table tr th:first-child {
    width: 33%;
}

.table-wrap table tr td {
    border-left: 1px solid #a6aaae;
    border-right: 1px solid #a6aaae;
    border-bottom: 1px solid #a6aaae;
    text-align: center;
    vertical-align: middle;
}

.table-wrap table tr td.active:after {
    vertical-align: middle;
    display: inline-block;
}

.table-wrap table tr td:first-child {
    border-bottom: 1px solid #a6aaae;
    padding: 14px 10px;
    font-size: 12px;
    text-align: left;
}

.main .gform_wrapper {
    max-width: 755px;
    margin: 0 auto;
}

.main .gform_wrapper .gform_footer {
    text-align: left;
}

.main .gform_wrapper .gform_heading {
    font-size: 16px;
}

.main .gform_wrapper .gform_heading h3.gform_title {
    padding-bottom: 40px;
    position: relative;
    font-size: 25px;
}

.main .gform_wrapper .gform_heading h3.gform_title:after {
    content: "";
    height: 2px;
    width: 70px;
    background: #5a616a;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: -20px 0;
}

.main .gform_wrapper ul.gform_fields li.gfield {
    width: 50%;
    float: left;
    display: inline-block;
    clear: none;
    margin: 0 0 15px;
}

.main .gform_wrapper ul.gform_fields li.gfield:last-child {
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .main .gform_wrapper ul.gform_fields li.gfield {
        width: 100%;
    }
}

.main .gform_wrapper .top_label .gfield_label {
    display: none;
}

.main .gform_wrapper input {
    width: 100% !important;
    border: 1px solid #d0d3d5;
    background-color: transparent;
    margin: 0 0 15px;
    font-style: italic;
    color: #82878d;
    padding: 17px 30px !important;
}

@media only screen and (max-width: 767px) {
    .main .gform_wrapper input {
        width: 100%;
    }
}

.main .gform_wrapper textarea {
    padding: 17px 30px;
    font-style: italic;
    width: 100%;
}

.main .gform_wrapper input[type="text"] {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .main .gform_wrapper input[type="text"] {
        margin-left: 0;
    }
}

.main .gform_wrapper input[type="teaxtarea"],
.main .gform_wrapper textarea {
    width: 100%;
    display: block;
    border-radius: 20px 20px 0;
    border: 1px solid #d0d3d5;
    background-color: transparent;
    height: 140px;
    margin: 10px 0 35px;
    padding: 20px 25px;
}

.main .gform_wrapper .button {
    background-color: #5a616a;
    border-color: #5a616a;
    color: #ffffff;
    display: inline-block;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    padding: 17px 33px;
    text-align: center;
    min-width: 185px;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    border-style: none;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .main .gform_wrapper .button {
        display: block;
        clear: both;
    }
}

.main .gform_wrapper .button:hover {
    background-color: #aaaaaa;
    color: #ffffff;
}

.careers-listing .job-title {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dfe1e4;
}

.careers-listing .job-title:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}

.careers-listing .job-title .text-icon {
    text-transform: inherit;
    display: inline-block;
    margin-bottom: 20px;
}

.contact {
    padding: 40px 0 0;
}

@media only screen and (max-width: 767px) {
    .contact {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .contact .block-vary:nth-child(1) {
        background-color: #fbfbfb;
        margin-bottom: 20px;
    }
}

.contact .map-wrap {
    background-color: #fafafa;
}

.contact .map-wrap .form-wrapper {
    margin: 0 auto;
    max-width: 750px;
    text-align: center;
    padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .contact .map-wrap .form-wrapper {
        text-align: left;
    }
}

.contact .text-icon a {
    display: block;
    padding-bottom: 30px;
}

.contact .map-container {
    height: 460px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .contact .map-container {
        height: 450px;
    }
}

.contact .map-container img {
    width: 100%;
}

blockquote {
    position: relative;
    font-size: 22px;
    padding: 0 15px;
    font-family: 'zeitzmocca-regular', 'Open Sans', Helvetica, sans-serif;
}

@media only screen and (max-width: 767px) {
    blockquote {
        text-align: center;
    }
}

blockquote p:before {
    content: url('../style/img/open-quote.png');
    position: absolute;
    top: -5px;
    left: 0;
}

blockquote p:after {
    content: url('../style/img/close-quote.png');
    position: absolute;
    bottom: 10px;
    right: inherit;
}

@media only screen and (max-width: 480px) {
    .mobile-only-clear {
        display: block;
        width: 100%;
        clear: both;
    }
}

@media only screen and (max-width: 480px) {
    .venue p {
        display: block;
        width: 100%;
        clear: both;
    }
}

.venue p span.team-image {
    display: block;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    overflow: hidden;
    float: right;
    margin-left: 20px;
}

.venue p span.team-image img {
    width: 100%;
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 767px) {
    .venue p span.team-image {
        width: 275px;
        height: 275px;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 480px) {
    .venue p span.team-image {
        margin: 10px auto;
        float: none;
    }
}

@media only screen and (max-width: 767px) {
    .mega-nav {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83));
        background: rgba(0, 0, 0, 0.83);
        width: 100%;
        right: 0;
        border: none;
        padding: 30px;
        overflow-y: auto;
        top: 0;
    }
    .mega-nav a {
        color: #ffffff;
        font-size: 18px;
        padding: 15px 0;
        display: block;
        border-bottom: 1px solid #dfe1e4;
    }
    .mega-nav a:hover {
        color: #aaaaaa;
        border-color: #aaaaaa;
    }
}

.mega-nav .table-mobile-menu p {
    margin-bottom: 0;
    background-image: url("/wp-content/themes/CSI/style/img/arror.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.mega-nav .table-mobile-menu .menu-head {
    display: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .mega-nav .table-mobile-menu .menu-head {
        display: block;
        padding: 35px 0 40px;
    }
}

.mega-nav .table-mobile-menu .menu-head img {
    float: right;
    padding: 25px 25px 24px 30px;
    margin-top: -25px;
}

.mega-nav .table-mobile-menu ul {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mega-nav .table-mobile-menu ul {
        display: block;
    }
}

@media only screen and (max-width: 1180px) {
    .mega-nav .mega-wrap {
        padding: 60px 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .mega-nav .mega-wrap {
        padding: 0;
    }
}

.mega-nav .mega-wrap .nav-block {
    padding-bottom: 20px;
    /*.overlay {
        position: relative;
        display: inline-block;
        img {
          width: 100%;
          border-radius: 4px;
        }
        .other {
          background-color: rgba(78, 86, 106, 0.48);
          position: absolute;
          top: 0;
          left: 0;
          bottom: 4px;
          right: 0;
          margin: 0;
          text-align: center;
          padding-top: 29%;
          border-radius: 4px;
          height: 98%;
          .transition(0.5s, ease-in);
          &:hover {
            background-color: transparent;
          }
        }
        p {
          //background-color: rgba(78, 86, 106, 0.48);
          position: absolute;
          top: 0;
          left: 0;
          bottom: 4px;
          right: 0;
          margin: 0;
          text-align: center;
          padding-top: 29%;
          border-radius: 4px;
          .transition(0.5s, ease-in);
          &:hover {
            background-color: transparent;
          }
        }
        .center-vert {
          position: absolute;
          top: 25%;
          transform: translateY(-50%);
          width: 100%;
          text-align: center;
        }
        a {
          color: @white;
          text-transform: uppercase;
          font-size: 15px;
          padding: 17px 25px;
          border-radius: 30px;
          display: inline-block;
          &:hover {
            background-color: @light_body;
          }
        }
      }*/
}

@media only screen and (max-width: 767px) {
    .mega-nav .mega-wrap .nav-block {
        display: none;
    }
}

.mega-nav .mega-wrap .nav-block .container {
    position: relative;
    background-color: #2e2e2e;
    border-radius: 15px;
    height: 160px;
    min-height: 160px;
    display: block;
    overflow: hidden;
    background-size: cover
}

.mega-nav .mega-wrap .nav-block img {
    opacity: 0.5;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 15px;
}

.mega-nav .mega-wrap .nav-block .middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.mega-nav .mega-wrap .nav-block .container:hover img {
    opacity: 1;
}

.mega-nav .mega-wrap .nav-block .container:hover .middle {
    opacity: 1;
}

.mega-nav .mega-wrap .nav-block p.text {
    margin-bottom: 0;
    width: 100%;
}

.mega-nav .mega-wrap .nav-block p.text a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 17px 15px;
    border-radius: 30px;
}

.mega-nav .mega-wrap .nav-block p.text a:hover {
    background-color: #aaaaaa;
}

@media only screen and (max-width: 1180px) {
    .mega-nav .mega-wrap .nav-block p.text a {
        width: 100%;
        padding: 25px 0;
        border-radius: 0;
    }
    .mega-nav .mega-wrap .nav-block p.text a:hover {
        background-color: transparent;
        font-weight: bold;
    }
}

.mega-nav-wrap .main-navigation {
    height: auto;
}

.single-art .main-navigation,
.post-type-archive-artists .main-navigation {
    position: relative;
}

.section-heading p {
    margin-bottom: 0;
}

.section-heading p.upper-category {
    text-transform: uppercase;
    font-weight: 600;
}

.section-heading .main {
    border-bottom: 1px solid #ccc;
    margin: 0 0 35px;
    padding-top: 0;
}

.section-heading .main:nth-last-child(1) {
    border: none;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1180px) {
    .section-heading .main {
        padding-right: 0;
    }
}

.section-heading h2.border-strip {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1180px) {
    .careers {
        padding: 0 20px;
    }
}

.careers .text-icon {
    text-transform: inherit;
    font-size: 13px;
    margin-bottom: 20px;
}

.careers .job-title {
    border-bottom: 1px solid #a2a3a5;
    padding: 40px 0;
}

@media only screen and (max-width: 1180px) {
    .careers .job-title {
        padding: 20px 0 30px;
    }
}

.careers .job-title:nth-child(2) {
    padding-top: 0;
}

.careers .job-title:nth-last-child(2),
.careers .job-title:nth-last-child(1) {
    border: none;
}

@media only screen and (max-width: 767px) {
    .careers .job-title .border-button {
        background-color: #aaaaaa;
        color: #ffffff;
    }
    .careers .job-title .border-button:hover {
        background-color: transparent;
        color: #aaaaaa;
    }
}

.careers .content p {
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 83px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.membership-slider .tab {
    display: none;
}

.membership-slider li {
    display: inline-block;
    margin: 0 10px;
}

.page-parent .page-content .tabs-wide-bg .main-menu {
    text-align: center;
}

.page-parent .page-content .tabs-wide-bg .tabbed-content {
    padding-top: 30px;
}

.page-parent .page-content .tabs-wide-bg .tabbed-content h2 {
    font-size: 22px;
}

.page-parent .page-content .tabs-wide-bg .tabbed-content h2:after {
    width: 70px;
    height: 2px;
}

.page-parent .page-content .tabs-wide-bg .tabbed-content .tab {
    display: none;
}

.page-parent .page-content .tabs-wide-bg .tabbed-content .tab .page-buttons .loadmore {
    text-align: left !important;
}
.page-parent .page-content .tabs-wide-bg .tabbed-content .tab .page-buttons .loadmore a:first-child { 
	margin-right:40px; 
}
section.csi_sharing {
    display: none;
}
.social-share {
    text-align: right;
    display: none;
}

.social-share ul {
    display: inline-block;
    margin: 0;
}

.social-share ul li {
    display: inline-block;
    padding-right: 5px;
}

.social-share span {
    font-size: 12px;
    vertical-align: super;
    padding-right: 20px;
}

.social-share a:nth-child(2) {
    margin-right: 10px;
}

.select-wrapper select option:not(:first-child) {
    padding: 5px 0;
    line-height: 2;
}

.single-career {
    background: #f7f7f7;
    padding-bottom: 80px;
}

.single-career ol li {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 10px;
    line-height: 15px;
}

.single-career ul li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 10px;
    line-height: 15px;
}

@media only screen and (max-width: 767px) {
    .single-career {
        padding-bottom: 0;
    }
}

.single {
    position: relative;
    overflow-x: hidden;
}

.action-block {
    float: left;
    width: 100%;
    margin: 40px 0;
}

@media only screen and (max-width: 767px) {
    .action-block {
        text-align: center;
    }
    .action-block .social-share {
        text-align: center;
        margin: 30px 20px 0 20px;
    }
}

.action-block .padding-off {
    border-top: 1px solid #e0dfdf;
    border-bottom: 1px solid #e0dfdf;
    padding: 27px 0;
    line-height: 120%;
}

@media only screen and (max-width: 767px) {
    .action-block .padding-off {
        max-height: 100%;
        border-color: #444e59;
        margin-bottom: 45px;
    }
}

.action-block .padding-off a {
    font-weight: 600;
    color: #5a616a;
    margin-right: 15px;
}

.action-block .padding-off a:hover {
    color: #aaaaaa;
}

.action-block .padding-off span {
    font-weight: 600;
}

.action-block .padding-off span:nth-child(2):after {
    content: "";
}

@media only screen and (max-width: 767px) {
    .action-block .padding-off span {
        font-weight: 400;
        font-size: 14px;
    }
}

.action-block .padding-off span img {
    vertical-align: sub;
    width: 15px;
}

.exhibition-single .page-heading {
    display: none;
}

.artist-listing {
    padding: 20px 0 80px;
    color: #5a616a;
}

@media only screen and (max-width: 767px) {
    .artist-listing {
        padding: 0 20px 0 0/*20px 40px*/
        ;
    }
}

@media only screen and (max-width: 767px) {
    .artist-listing .loadmore {
        padding: 0 0 30px 20px;
    }
}

.artist-listing .padding-off {
    padding: 0;
}

.artist-listing .calendar-icon {
    width: 15px;
    vertical-align: sub;
}

.artist-listing .category {
    color: #aaaaaa;
}

.artist-listing .artist-block {
    padding: 0 20px 35px 0;
    min-height: 320px;
}

.exhibitions-and-events .artist-listing .artist-block {
    min-height: 330px;
    max-height: 330px;
}

.press-room .artist-listing .artist-block {
    min-height: 420px;
}

@media only screen and (max-width: 767px) {
    .artist-listing .artist-block {
        padding: 0 0 30px;
        max-height: 100% !important;
    }
    .artist-listing .artist-block img {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .artist-listing .artist-block {
        min-height: 100%;
        width: 100%;
    }
}

.artist-listing .artist-block .category img {
    width: 10px;
}

.artist-listing h2 {
    text-transform: uppercase;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    font-size: 16px;
    margin: 20px 0;
    font-weight: 600;
    height: 60px;
    overflow-y: hidden;
}

.artist-listing h2 a {
    color: #444e59;
}

.artist-listing h2 a:hover {
    color: #aaaaaa;
}

@media only screen and (max-width: 767px) {
    .artist-listing h2 {
        font-size: 20px;
        font-weight: 400;
        height: auto;
    }
}

.artist-listing h2:after {
    width: 20px;
    height: 1px;
}

.artist-listing p {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .artist-listing p {
        font-weight: 400;
    }
}

.artist-listing img {
    border-radius: 3px;
}

.artist-listing.press-room .calendar-icon {
    width: 10px;
}

@media only screen and (max-width: 767px) {
    .artist-listing.press-room .download-block {
        padding: 0 0 30px 20px;
    }
}

.artist-listing.exhibition {
    background-color: #f7f7f7;
}

@media only screen and (max-width: 767px) {
    .artist-listing.exhibition .download-block {
        padding-right: 0;
    }
}

.artist-listing.support-us {
    background-color: #ffffff;
}

.artist-listing .blurb {
    margin-bottom: 20px;
}

.page-buttons {
    padding-bottom: 40px;
}

.search-results {
    padding: 0;
}

@media only screen and (max-width: 1180px) {}

@media only screen and (max-width: 767px) {}

.search-results h1 {
    display: inline-block;
    margin: 20px 20px 50px 20px;
}

.search-results p {
    font-weight: normal;
    color: #a9a9a9;
}

.search-results .search-bar {
    padding: 30px 0px 30px 20px;
}

.search-results #breadcrumbs {
    margin: 0 20px;
}

@media only screen and (max-width: 1180px) {
    .search-results #breadcrumbs {
        margin: 0 !important;
    }
}

.search-results .searched-results {
    color: #a9a9a9;
    font-size: 20px;
    padding-left: 5px;
}

@media only screen and (max-width: 480px) {
    .search-results .searched-results {
        display: block;
        width: 100%;
        padding-left: 20px;
        margin-bottom: 10px;
    }
}

.search-results .artist-listing .artist-block {
    min-height: 350px;
    max-height: 350px;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.search-results .artist-listing .artist-block p {
    margin: 0 20px;
}

.search-results .artist-listing .artist-block h2 {
    margin: 20px;
}

.search-results .artist-listing .artist-block img {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .search-results .artist-listing .artist-block img {
        margin-left: 0;
    }
}

.search input[type="text"] {
    width: 95%;
    float: left;
}

@media only screen and (max-width: 480px) {
    .search input[type="text"] {
        width: 85%;
    }
}

.search-bar {
    background-color: #f0f0f0;
    padding: 30px 0;
    margin-bottom: 40px;
}

.search-bar input[type="search"] {
    width: 90%;
}

.search-bar input#searchsubmit {
    display: none;
}

.search-bar .screen-reader-text {
    display: none;
}

.search-bar .close-search {
    float: right;
    padding-top: 15px;
}

input[type="textarea"],
input[type="email"],
input[type="text"],
input[type="password"],
input[type="search"],
textarea {
    border: none;
    padding: 17px 30px;
    border-radius: 30px;
    color: #a9a9a9;
}

ul,
li {
    list-style: none;
    margin: 0;
}

.error404 .main-navigation {
    background-image: url("../style/img/artist-banner.jpg") !important;
}

h2 a {
    color: #444e59;
}

h2 a:hover {
    color: #aaaaaa;
}

.top-tabs .tabs-trigger {
    margin: 0;
    display: none;
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    background-color: #f7f7f7;
    cursor: pointer;
    position: relative;
}

@media only screen and (max-width: 810px) {
    .top-tabs .tabs-trigger {
        /*display: block;
    }
    @media @tablet-desktop {*/
        display: block;
    }
    .top-tabs .tabs-trigger:after {
        content: url("../style/img/down-arrow.png");
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .top-tabs .tabs-trigger.active:after {
        content: url("../style/img/up-arrow.png");
    }
}

.top-tabs ul {
    text-align: center;
    padding: 40px 0 30px;
    text-align: left !important;
    padding: 0 0 10px;
}

@media only screen and (min-width: 810px) {
    .top-tabs ul {
        display: block !important;
    }
}

@media only screen and (max-width: 810px) {
    .top-tabs ul {
        /*@media @tablet-desktop {*/
        padding: 20px 20px 0;
        display: none;
    }
}

.top-tabs ul li {
    display: inline-block;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    font-size: 12px;
}

@media only screen and (max-width: 810px) {
    .top-tabs ul li {
        display: block;
        margin: 0 0 10px;
    }
}

.top-tabs ul li.active a {
    background: #aaaaaa;
    color: #ffffff;
}

.top-tabs ul li a {
    color: #5a616a;
    padding: 17px 33px;
    border-radius: 25px;
    display: block;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .top-tabs ul li a {
        display: block;
        border: 1px solid rgba(153, 153, 153, 0.2);
        padding: 10px;
    }
}

.top-tabs ul li a:hover {
    background: #aaaaaa;
    color: #ffffff;
}

.download-block {
    text-align: left;
    padding: 40px 0;
    clear: both;
}

@media only screen and (max-width: 1180px) {
    .download-block {
        padding: 20px;
    }
}

.download-block a:nth-child(2) {
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .download-block a:nth-child(2) {
        margin: 10px 0 0;
    }
}

.posts-filter .on-right,
.events-filter .on-right {
    float: right;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .events-filter {
        padding: 30px 0 20px 20px;
    }
    .events-filter .select-wrapper {
        margin-bottom: 10px;
    }
}

.founders {
    background-color: #fff;
    padding: 40px 0;
    margin: 0 0 0;
}

.supporters .col-1-4 {
    /*min-height: 230px;*/
}

@media only screen and (max-width: 767px) {
    .founders {
        background-color: #ffffff;
    }
}

@media only screen and (max-width: 1180px) {
    .founders {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .founders .col-1-4 {
        text-align: center;
    }
}

@media only screen and (max-width: 1180px) {
    .supporters {
        padding: 20px 20px 0 20px;
    }
}

@media only screen and (max-width: 640px) {
    .supporters .col-1-4 {
        text-align: center;
    }
}

.supporters h2 {
    font-size: 20px;
    font-weight: 600;
    float: left;
    width: 100%;
}

.supporters h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

.supporters .supporter-block {
    border-bottom: 1px solid #dfe1e4;
    margin-bottom: 20px;
}

.supporters .supporter-block:last-child {
    /*border: 0;*/
}

.header-info {
    padding: 20px 0 0;
}

section.csi_sharing li {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}

.contact-us .top-additional-info {
    padding-top: 20px;
}

@media only screen and (max-width: 1180px) {
    .contact-us .top-additional-info {
        padding-left: 20px;
    }
}

.contact-us .top-additional-info .header-info {
    display: none;
}

.contact-us .page-content {
    background-color: #f7f7f7;
}

.contact-us .page-content h1 {
    display: none;
}

footer .footer-widget {
    background-color: #ededed;
    padding: 35px 0 30px;
    font-size: 12px;
}

@media only screen and (max-width: 1180px) {
    footer .footer-widget {
        padding: 20px;
    }
}

footer .footer-widget h2 {
    font-size: 14px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1180px) {
    footer .footer-widget h2 {
        font-size: 13px;
    }
}

footer .footer-widget h2:after {
    height: 1px;
    width: 30px;
}

footer .footer-widget p {
    line-height: 1.5;
    margin-bottom: 30px;
}

footer .footer-widget p:first-child {
    height: 50px;
    overflow: hidden;
}

footer .footer-widget ul {
    margin-bottom: 18px;
}

footer .footer-widget ul li {
    margin: 0 0 2px;
}

footer .footer-widget .footer-centered {
    border-right: 1px solid #cccccc;
    padding-right: 50px;
    margin-right: 50px;
    width: 30%;
    /*@media only screen and (max-width: 1080px) {
        width: 100%;
      }*/
}

@media only screen and (max-width: 1180px) {
    footer .footer-widget .footer-centered {
        padding-right: 40px;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-widget .footer-centered {
        border-left: none;
        border-top: 1px solid #cccccc;
        margin-bottom: 30px;
        border-right: none;
        width: 100%;
    }
    footer .footer-widget .footer-centered .content {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 640px) {
    footer .footer-widget .footer-centered {
        width: 100%;
        border-left: 0;
        border-right: 0;
    }
}

footer .footer-widget .footer-centered:first-child {
    padding-left: 0px;
}

@media only screen and (max-width: 767px) {
    footer .footer-widget .footer-centered:first-child {
        padding: 0;
    }
}

@media only screen and (max-width: 1180px) {}

@media only screen and (max-width: 767px) {
    footer .footer-widget .footer-centered:nth-child(2) {
        padding: 0;
    }
}

footer .footer-widget .footer-centered:nth-child(3) {
    padding-right: 40px;
    margin-right: 0;
    border-right: 0;
}

@media only screen and (max-width: 1180px) {
    footer .footer-widget .footer-centered:nth-child(3) {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-widget .footer-centered:nth-child(3) {
        padding: 0;
    }
}

footer .footer-widget .footer-centered p a {
    color: #5a616a;
}

footer .footer-widget .footer-centered p a:hover {
    color: #aaaaaa;
}

footer .footer-widget .footer-centered p a.filled-button {
    background-color: transparent;
    color: #5a616a;
    border: 1px solid #5a616a;
}

footer .footer-widget .footer-centered p a.filled-button:hover {
    background-color: #aaaaaa;
    color: #ffffff;
}

footer .social-links {
    background-color: #5a616a;
    height: 45px;
    padding: 10px 0;
    text-align: center;
}

footer .social-links img {
    width: 20px;
    vertical-align: text-top;
    margin: 0 5px
}

footer a,
footer span {
    color: #e0e0e0;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    footer a,
    footer span {
        font-size: 10px;
        display: inline;
    }
}

footer a:hover {
    color: #cacaca;
}

footer .footer-info {
    background-color: #424952;
    padding: 15px 0;
    display: flex;
    align-items: center;
    min-height: 70px;
}

@media only screen and (max-width: 1180px) {
    footer .footer-info {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer-info {
        padding: 20px;
    }
}

footer .footer-info .menu {
    display: inline-block;
    margin: 0;
}

footer .footer-info .menu li,
footer .footer-info .menu ul {
    display: inline;
    margin: 0;
}

@media only screen and (max-width: 640px) {
    footer .copyright {
        text-align: center;
    }
}

@media only screen and (max-width: 1180px) {
    footer .copyright {
        padding-left: 20px;
    }
}

footer .copyright span {
    line-height: 20px;
}

footer .donation {
    text-align: right;
}

@media only screen and (max-width: 640px) {
    footer .donation {
        text-align: center;
    }
}

footer .donation span {
    vertical-align: middle;
}

footer .donation span img {
    max-height: 15px;
    vertical-align: middle;
}

.logo-navigation-2 {
    background-color: transparent;
}

.zeitz-nav {
    background: transparent url('img/magic.png') no-repeat center top;
}

.zeitz-nav .zeitz-logo {
    padding: 0px;
    overflow: hidden;
}

.zeitz-nav .zeitz-logo a {
    display: block;
    border-top: 12px solid #fff;
    border-bottom: 12px solid #fff;
    min-height: 105px;
}

.zeitz-nav .zeitz-logo img {
    display: block;
    min-height: 81px;
    min-width: 381px;
}

.zeitz-nav .zeitz-menu {
    text-align: right;
    vertical-align: middle;
    background: #fff;
}

.zeitz-nav .zeitz-menu .main-nav {
    display: inline-block;
    padding: 46px 0 45px;
}

.zeitz-nav .zeitz-menu .main-nav ul {
    margin: 0;
    display: inline;
}

.zeitz-nav .zeitz-menu .main-nav ul li {
    display: inline;
    margin: 0;
}

.zeitz-nav .zeitz-menu .main-nav ul li:not(:last-child):after {
    content: "|";
    padding: 0 5px 0 5px;
    color: #444e59;
}

.zeitz-nav .zeitz-menu .main-nav ul li a {
    color: #444e59;
    text-transform: uppercase;
    padding: 0 5px 0 0;
}

@media only screen and (max-width: 1000px) {
    .zeitz-nav .zeitz-menu .main-nav ul li a {
        font-size: 12px;
    }
}

.menu-policy-menu-container {
    display: inline-block;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #dedcdd;
}


/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #6e737a;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
}


/* Insert to Remove Later*/

.buy-tickets .page-content {
    display: none;
}


/* secondary page slider */

.page-slider {
    height: 100%;
}

.page-slider ul {
    position: relative;
    height: 100%;
}

.page-slider ul li {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin: 0;
    background-size: cover;
    width: 100%;
    background-position-x: 60%;
    opacity: 0;
}

/* Fancybox */
.fancybox-caption--separate { height:10rem;}
.fancybox-caption { padding-top:0; }
.fancybox-navigation .fancybox-button { height:130px !important; width:100px !important; }

.main-navigation a.fancybox-slider,
.main-navigation a.fancybox-single {
    position: relative;
    display: block;
    height: 100%;
    z-index: 1;
}

.hidden {
    display: none;
}

.galleryLaunch.button {
    margin-bottom: 20px;
    display: block;
    width: 185px;
}

.galleryLaunch.button:hover {
    background-color: #aaaaaa;
    border: 1px solid #5a616a;
    color: #ffffff;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.single-post .category {
    display: inline-block;
}

.single-post .category:after {
    display: inline-block;
    content: "|";
    color: transparent;
    border-right: 1px solid #5a616a;
    padding-left: 2px;
    margin-right: 2px;
}

.single-post .date {
    display: inline-block;
}

.single-post .page-buttons {
    padding-bottom: 0px;
}

.fancybox-skin {
    padding: 0 !important;
}

.page-buttons a {
    float: left;
}

.galleryLaunch {
    float: left;
    margin-left: 5px;
}


/*Bongani*/

.fancybox-title-over-wrap {
    position: relative !important;
    width: 100%;
}

.menu-policy-menu-container li:last-of-type {
    border-right: 0;
}

.menu-policy-menu-container li {
    padding-right: 10px;
    border-right: 1px solid #5a616a;
    margin-right: 6px !important;
}

.supporters-listing h2 {
    float: left;
}

select.radius {
    border-radius: 0;
}

.custom_select.radius {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

select {
    position: relative;
    display: inline-block;
    background: transparent;
    padding: 11px;
    font-size: 15px;
    line-height: 1;
    overflow: hidden;
    float: right;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    /* touch-action: manipulation; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #cccccc;
    border-radius: 25px;
    color: #82878d;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
}

.custom_select.radius option {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer;
    border: 1px solid #cccccc;
}

.supporters-filter .bootstrap-select {
    width: 300px !important;
    float: right !important;
}

.supporters-filter {
    margin-bottom: 40px;
    margin-top: 0;
}


/*----Missing CSS inserted additional-info section -----*/

.additional-info {
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
}

.additional-info .tabs-wide-bg {
    background-color: #f8f8f9;
    padding: 15px 0 15px;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabs-wide-bg {
        background-color: #ffffff;
        padding-bottom: 0;
    }
}

.additional-info .main-menu {
    width: 100%;
    display: table;
    list-style: none;
    margin: 0;
}

.additional-info .main-menu li {
    text-align: center;
    display: table-cell;
    width: 20%;
    max-width: 100%;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center 0!important;
    background-size: 45px 45px!important;
}

@media only screen and (max-width: 640px) {
    .additional-info .main-menu li {
        display: inline-block;
        border: 1px solid #d0d3d5;
        padding: 30px 10px;
        width: 50%;
        float: left;
    }
    .additional-info .main-menu li:nth-child(1) {
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        width: 49.8%;
    }
    .additional-info .main-menu li:nth-child(2) {
        border-bottom: 1px solid #fff;
    }
    .additional-info .main-menu li:nth-child(4) {
        border-left: 1px solid #ffffff;
    }
}

@media only screen and (max-width: 640px) {
    .additional-info .main-menu li {
        background-repeat: no-repeat !important;
        background-position: center 30px!important;
    }
}

.additional-info .main-menu li a {
    -webkit-transition: all 2s ease-in;
    -moz-transition: all 2s ease-in;
    -o-transition: all 2s ease-in;
    transition: all 2s ease-in;
}

.additional-info .main-menu li:hover img {
    background-color: rgba(217, 217, 217, 0.9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.additional-info .main-menu li:not(:last-child):after {
    content: '';
    border-right: 1px solid #dfe1e4;
    position: absolute;
    padding: 30px 0;
    right: 0;
    top: 11px;
}

@media only screen and (max-width: 640px) {
    .additional-info .main-menu li:not(:last-child):after {
        border: none;
    }
}

.additional-info .main-menu li a {
    color: #444e59;
    text-transform: uppercase;
}

.additional-info .main-menu li a img {
    margin: 0 auto 15px;
    display: block;
}

.additional-info .main-menu li a p {
    margin: 0;
    padding: 50px 0 0;
}

.additional-info .tabbed-content {
    padding: 50px 0 85px;
    height: 320px;
    color: #444e59;
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
}

@media only screen and (max-width: 1180px) {
    .additional-info .tabbed-content {
        padding: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content {
        padding: 0;
        height: auto;
    }
}

.additional-info .tabbed-content h3 {
    font-weight: 900;
    text-transform: uppercase;
    color: #5a616a;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.additional-info .tabbed-content .tab {
    position: relative;
    display: none;
}

.additional-info .tabbed-content .tab .sub-menu {
    list-style: none;
    float: left;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .sub-menu {
        float: none;
        width: 100%;
        display: none;
    }
}

.additional-info .tabbed-content .tab .sub-menu li {
    display: block;
}

.additional-info .tabbed-content .tab .small-tab {
    float: left;
    width: 25%;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .small-tab {
        float: none;
        width: 100%;
    }
}

.additional-info .tabbed-content .tab .small-tab h3 {
    margin-bottom: 35px;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .small-tab h3 {
        display: none;
    }
}

.additional-info .tabbed-content .tab .small-tab h3:after {
    content: "";
    height: 2px;
    width: 75px;
    background: #5a616a;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 12px;
}

.additional-info .tabbed-content .tab .small-tab li {
    padding: 5px 0;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .small-tab li {
        background-color: #f2f3f4;
        display: block;
        font-weight: 600;
        position: relative;
        padding: 0;
    }
    .additional-info .tabbed-content .tab .small-tab li.active {
        background-color: #ffffff;
        border-bottom: 1px solid #d0d3d5;
        margin: 0 30px;
    }
    .additional-info .tabbed-content .tab .small-tab li.active a {
        padding: 20px 0;
    }
    .additional-info .tabbed-content .tab .small-tab li.active a:after {
        content: url("../images/up-arrow.png");
        position: absolute;
        right: 10px;
        top: 20px;
    }
}

.additional-info .tabbed-content .tab .small-tab li a {
    color: #444e59;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .small-tab li a {
        padding: 20px 30px;
        display: block;
        position: relative;
        font-size: 15px;
        font-weight: 400;
    }
    .additional-info .tabbed-content .tab .small-tab li a:after {
        content: url("../images/down-arrow.png");
        position: absolute;
        right: 15px;
        top: 20px;
    }
}

.additional-info .tabbed-content .tab .small-tab li a:hover {
    color: #63b1bd;
}

.additional-info .tabbed-content .tab .small-tab p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .small-tab p {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
        background-color: #dedede;
        padding: 25px 20px;
        position: relative;
        cursor: pointer;
    }
    .additional-info .tabbed-content .tab .small-tab p:after {
        content: url("../images/down-arrow.png");
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .additional-info .tabbed-content .tab .small-tab p.active:after {
        content: url("../images/up-arrow.png");
    }
}

.additional-info .tabbed-content .tab .content-block {
    width: 75%;
    float: left;
    min-height: 190px;
    overflow: hidden;
    border-left: 1px solid #000;
    padding-left: 25px;
    padding-bottom: 35px;
    margin-bottom: 40px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .content-block {
        width: 100%;
        float: none;
        height: auto;
        overflow: auto;
        border-left: none;
        padding: 20px 30px 35px;
    }
}

.additional-info .tabbed-content .tab .content-block h1,
.additional-info .tabbed-content .tab .content-block h2,
.additional-info .tabbed-content .tab .content-block h3 {
    text-transform: none;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .content-block h1,
    .additional-info .tabbed-content .tab .content-block h2,
    .additional-info .tabbed-content .tab .content-block h3 {
        font-weight: 400;
    }
}

.additional-info .tabbed-content .tab .content-block .banner-overlay {
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);
    /* IE10+ */
    background: linear-gradient(to top, #ffffff, transparent, transparent);
    width: 98.5%;
}

@media only screen and (max-width: 640px) {
    .additional-info .tabbed-content .tab .content-block .banner-overlay {
        display: none;
    }
}

.additional-info .tabbed-content .tab .content-block .content-tab {
    display: none;
    height: 190px;
    overflow-y: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.additional-info .tabbed-content .tab .content-block.open .content-tab {
    height: 100%;
}

.additional-info ul,
.additional-info li {
    margin: 0;
    display: inline-table;
}

.additional-info .mobile-header {
    padding: 30px 20px 20px;
    display: none;
}

@media only screen and (max-width: 640px) {
    .additional-info .mobile-header {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    .map-section .map-container {
        height: 450px;
    }
}
  
  /*OVERRIDES*/
  * {
    font-family: 'muli-regular','Open Sans',Helvetica,sans-serif;
  }
  .hidden {
      display: none !important;
  }
  
  input, textarea {
    border: thin solid #efefef !important;
    padding: 10px 15px !important;
    color: #7a7a7a !important;
    border-radius: 15px !important;
  }
  .wp-block-archives-dropdown select {
    border-radius: 15px;
    margin-top: 15px;
  }
  .wp-block-archives-dropdown label {
    display: none;
  }
  .btn-rounded-btn-dark, input.gform_button.button {
    background-color: #5a616a;
    border-color: #5a616a;
    color: #ffffff !important;
    display: inline-block;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    padding: 10px 15px;
    text-align: center;
  /*   min-width: 185px; */
    font-family: 'muli-regular', 'Open Sans', Helvetica, sans-serif;
    border-style: none;
    cursor: pointer;
    background-color: #5a616a;
    border-width: 0px !important;
    border-radius: 50px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
  }
  .btn-rounded-btn-dark:hover, input.gform_button.button:hover {
    background-color: #878a8e;
    border-color: #878a8e;
    color: #ffffff;
  }
  #membershipOptions .et_pb_tab_content {
    position: absolute;
    width: 50%;
    display: block;
    right: 0;
    top: 0;
    padding: 25px 35px;
    background-color: #FFFFFF;
  }
  .et_pb_toggle_title {
    padding: 0 !important;
  }
  .member-benefits-toggle ul li {
    line-height: 1.7em;
    margin-bottom: 10px
  }
  .member-benefits-toggle ul li:last-of-type {
    margin: 0;
  }
  
  /*MEGA MENU STYLING*/
  
  nav.et-menu-nav > ul.menu-policy-menu li {
    border-right: 1px solid;
    padding-right: 13px;
    padding-left: 10px;
    max-height: 14px;
    margin-bottom: 50px;
  }
  nav.et-menu-nav > ul.menu-policy-menu li:last-of-type {
    border: 0px;
  }
  nav.et-menu-nav > ul.menu-policy-menu li:nth-last-child(2) {
    border: 0px;
  }
  #menu-primary-menu li a .fa-bars {
    font-size: 30px;
    line-height: 10px;
  }
  
  .mega-nav {
    border-top: 0px solid #444e59;
    position: fixed;
    background: #ffffff;
    width: 100%;
    z-index: 100;
    bottom: 0;
    top: 0;
    display: none;
    overflow-y: auto;
    height: 100vh;
    padding-top: 6.5vw;
  }
  .mega-nav .mega-wrap {
      padding: 70px 0;
      max-width: 1920px;
      width: 80%;
  }
  .mega-nav .mega-wrap .nav-block .container {
      margin: 0;
      width: 100%;
  }
  .mega-nav .mega-wrap .nav-block:nth-of-type(5) {
      padding-right: 0;
  }
  .mega-nav .mega-wrap .nav-block:nth-of-type(9) {
      padding-right: 0;
  }
  .mega-nav .mega-wrap .nav-block:nth-of-type(13) {
      padding-right: 0;
  }
  .mega-nav .mega-wrap .nav-block:nth-of-type(17) {
      padding-right: 0;
  }
  .mega-nav .mega-wrap .nav-block:nth-of-type(21) {
      padding-right: 0;
  }
  
  @media only screen and (max-width: 767px) {
    .mega-nav {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83));
        background: rgba(0, 0, 0, 0.83);
        width: 100%;
        right: 0;
        border: none;
        padding: 30px;
        overflow-y: auto;
        top: 0;
    }
    .mega-nav a {
        color: #ffffff;
        font-size: 18px;
        padding: 15px 0;
        display: block;
        border-bottom: 1px solid #dfe1e4;
    }
    .mega-nav a:hover {
        color: #aaaaaa;
        border-color: #aaaaaa;
    }
  }
  
  .mega-nav .table-mobile-menu p {
      margin-bottom: 0;
      background-image: url("/wp-content/themes/CSI/style/img/arror.png");
      background-position: right center;
      background-repeat: no-repeat;
  }
  
  .mega-nav .table-mobile-menu .menu-head {
      display: none;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 18px;
      cursor: pointer;
  }
  
  @media only screen and (max-width: 767px) {
      .mega-nav .table-mobile-menu .menu-head {
          display: block;
          padding: 35px 0 40px;
      }
  }
  
  .mega-nav .table-mobile-menu .menu-head img {
      float: right;
      padding: 25px 25px 24px 30px;
      margin-top: -25px;
  }
  
  .mega-nav .table-mobile-menu ul {
      display: none;
  }
  
  @media only screen and (max-width: 767px) {
      .mega-nav .table-mobile-menu ul {
          display: block;
      }
  }
  
  @media only screen and (max-width: 1180px) {
      .mega-nav .mega-wrap {
          padding: 60px 0 0 20px;
      }
  }
  
  @media only screen and (max-width: 767px) {
      .mega-nav .mega-wrap {
          padding: 0;
      }
  }
  
  .mega-nav .mega-wrap .nav-block {
      padding-bottom: 20px;
  }
  
  @media only screen and (max-width: 767px) {
      .mega-nav .mega-wrap .nav-block {
          display: none;
      }
  }
  
  /* .mega-nav .mega-wrap .nav-block .container {
      position: relative;
      background-color: #2e2e2e;
      border-radius: 4px;
      height: 160px;
      min-height: 160px;
      display: block;
      overflow: hidden;
      background-size: cover
  }
  
  .mega-nav .mega-wrap .nav-block img {
      opacity: 0.5;
      display: block;
      width: 100%;
      height: auto;
      transition: .5s ease;
      backface-visibility: hidden;
      border-radius: 4px;
  }
  
  .mega-nav .mega-wrap .nav-block .middle {
      transition: .5s ease;
      opacity: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
  }
  
  .mega-nav .mega-wrap .nav-block .container:hover img {
      opacity: 1;
  }
  
  .mega-nav .mega-wrap .nav-block .container:hover .middle {
      opacity: 1;
  }
  
  .mega-nav .mega-wrap .nav-block p.text {
      margin-bottom: 0;
      width: 100%;
  } */
  
  /* .mega-nav .mega-wrap .nav-block p.text a {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 15px;
      padding: 17px 25px;
      border-radius: 30px;
  }
  
  .mega-nav .mega-wrap .nav-block p.text a:hover {
      background-color: #aaaaaa;
  }
  
  @media only screen and (max-width: 1180px) {
      .mega-nav .mega-wrap .nav-block p.text a {
          width: 100%;
          padding: 25px 0;
          border-radius: 0;
      }
      .mega-nav .mega-wrap .nav-block p.text a:hover {
          background-color: transparent;
          font-weight: bold;
      }
  } */
  
  .mega-nav-wrap .main-navigation {
      height: auto;
  }
  
  .single-art .main-navigation,
  .post-type-archive-artists .main-navigation {
      position: relative;
  }
  
  .membership-table-item .et_pb_blurb_description, .membership-table-item .et_pb_blurb_container .et_pb_module_header {
    padding: 0 15px;
  }
  .et_pb_blurb_container:hover {
    cursor: pointer;
  }
  .post-category-title h2 {
    text-align: left;
    margin-bottom: 30px;
  /* 	border-bottom: thin solid #c1c1c1; */
  }
  .post-featured-image img {
    max-height: 90px;
  /*   max-width: 250px; */
    width: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  /*   margin-top: 30px; */
  }
  .post-link-title .post-title {
    background-color: #F5F5F5;
    padding: 15px 15px;
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    font-weight: bold;
    vertical-align: middle !important;
  }
  .post-link-title img {
    margin-top: 0px;
    margin-bottom: 10px;
      padding: 15px;
  }
  .post-link-title {
    width: 24.7%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .post-content-container ul li {
    margin-bottom: 30px;
  /* 	width: 25%; */
    display: inline-block;
    margin-left: auto;
  }
  li .post-category-title h2 {
   font-size: 32px !important;
  }
  .post-content-container .list-item h2 {
    margin-bottom: 30px;
    font-size: 32px !important;
  }
  .post-content-container .post-content-row {
    padding: 0;
  }
  li.founders h2,
  li.sponsors h2,
  li.global-council-members h2,
  li.cultural-partners h2,
  li.endowment-donors h2,
  li.founding-members-individual-and-families h2,
  li.construction-donors h2,
  li.founding-corporate-members h2, 
  li.founding-members-silo-3 h2,
  li.curatorial-training-programme-founders h2,
  li.individual-memberships h2,
  li.artist-acquisition-fund-donors h2,
  li.founding-corporate-members h2,
  li.permanent-collection-donors h2,
  li.in-kind-donations h2,
  li.v-a-waterfront-jubilee-fund-donors h2{
  /*  font-size: 22px !important; */
   font-weight: bold !important;
      border-top: thin solid #E1E1E1;
      border-bottom: thin solid #E1E1E1;
      margin-top: 30px;
  }
  .endowment-donors ul,
  .founding-members-individual-and-families ul,
  .construction-donors ul,
  .founding-corporate-members ul,
  .founding-members-silo-3 ul,
  .curatorial-training-programme-founders ul,
  .individual-memberships ul,
  .artist-acquisition-fund-donors ul {
   display: none;
  }
  .wpas_submit_wrapper {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
  }
  .wpas_submit_wrapper .button_text_holder {
    padding-right: 15px;
  }
  .exhibition-content-item {
    width: 22%;
    display: inline-block;
    margin: 0 1.25%;
    margin-bottom: 30px;
    text-align: center !important;
    text-align: center !important;
    background-color: #F1F1F1; 
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
  }
  .exhibition-featured-image {
    min-height: 140px;
  }
  .exhibition-content-item img {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    max-height: 190px;
  }
  .exhibition-content-item .exhibition-link-title {
    font-size: 16px !important;
    line-height: 13px;
    min-height: 30px;
    max-height: 35px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
  }
  .exhibition-content-item .event-type {
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 15px !important;
  }
  .exhibition-content-item .dates {
    padding-bottom: 0px;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .exhibition-content-item:hover {
    transition: all ease-in-out 0.25s;
  /*   border: 1px solid rgba(0,0,0,0); */
  }
  .exhibition-content-item:hover {
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.25);
  /*   border: 1px solid rgba(0,0,0,0.025); */
  }
  .artist-content-item:hover {
    transition: all ease-in-out 0.25s;
  /*   border: 1px solid rgba(0,0,0,0); */
  }
  .artist-content-item:hover {
    box-shadow: 0 0 5px 0px rgba(0,0,0,0.25);
  /*   border: 1px solid rgba(0,0,0,0.025); */
  }
  .artist-content-item {
    width: 30%;
    float: left;
    display: block;
  /*     min-height: 275px;
    max-height: 275px; */
    margin: 0 1.5%;
    margin-bottom: 30px;
    text-align: center !important;
    background-color: #F7F7F7;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
  }
  .artist-featured-image {
    min-height: 200px;
  }
  .artist-image-container .artist-featured-image {
    min-height: 380px;
  }
  .artist-content-item img {
    border-radius: 0px;
    width: 100%;
    margin-bottom: 10px;
    max-height: 145px;
  }
  .artist-content-item .artist-link-title {
  /*     font-weight: bold; */
    font-size: 16px !important;
    line-height: 13px;
    min-height: 30px;
    max-height: 35px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
  }
  .artist-content-item .artist-country {
    font-size: 13px !important;
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px !important;
  }
  footer p {
    margin-bottom: 8px !important;
  }
  h2.border-strip::after {
    width: 0px;
    height: 0px;
    display: none;
    margin: 0;
  }
  .dates {
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
    color: #999;
  /*   font-style: italic; */
  }
  .dates i {
    font-size: 11px;
  }
  .type, .artist-block p {
    margin-bottom: 5px;
    display: block;
  }
  .loaded-more-artists {
    width: 100% !important;
  }
  .loaded-more-artists article {
    display: block;
    width: 30% !important;
    margin-right: 3%;
    margin-bottom: 30px !important;
    float: left;
  }

  .wpas_search_input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  
  /*POST OVERRIDES*/
  .single-exhibition.postid-10405 .header-content h1, 
  .single-exhibition.postid-8285 .header-content h1, 
  .single-exhibition.postid-10403 .header-content h1, 
  .single-exhibition.postid-10398 .header-content h1  {
    display: none !important;
  }
  
  @media(max-width: 480px) {
    .header-content {
        margin: 0 !important;
    }
    .et_pb_row_0_tb_header {
      width: 100%;
    }
    .et_pb_image_0_tb_header{
      margin-left: auto !important;
      margin-right: auto !important;
      max-width: 275px;
      margin-top: 20px; 
    }
    .et_mobile_nav_menu {
      padding-bottom: 15px;
      padding-top: 10px !important;
    }
    .et_mobile_nav_menu li {
      padding-bottom: 10px;
      text-align: center;
        text-transform: uppercase;
    }
    /* .exhibition-content-item .exhibition-link-title {
      font-size: 16px !important;
      line-height: 13px;
      min-height: 30px;
      max-height: 35px;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
    } */
    
  .artist-content-item .artist-link-title {
      font-size: 16px !important;
      line-height: 16px;
      min-height: 30px;
      max-height: 30px;
      max-width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media(max-width: 980px) {
    .exhibition-content-item, .artist-content-item {
      min-width: 100% !important;
      max-width: 100% !important;
    }
    .filters.events-filter {
      padding: 0;
      width: 100% !important;
      margin: 0px;
    }
    .filters.events-filter .col-1-4 {
      padding: 0 !important;
    }
    .event-dropdown {
      margin: 0 !important;
      margin-left: auto;
      margin-right: auto;
    }
    .event-dropdown.what {
      margin-bottom: 15px !important;
    }
  }

  /* DIVI STYLING */
  .et_pb_newsletter_form h2 {
    font-size: 18px !important;
    text-align: left;
    margin-bottom: 30px;
  }
  #mc_embed_signup form {
    padding: 0 !important;
    margin: 0 !important;
  }
  #mc_embed_signup h2 {
    font-size: 28px !important;
    color: #7e7e7e !important;
  /*   margin-bottom: -7px; */
  }
  #mc_embed_signup .helper_text {
    min-height: 0;
    padding: 0;
    margin: 0px 0 0;
  }
  #mc_embed_signup .button {
    padding: 0 30px !important;
    font-size: 13px;
    background-color: #5a616a;
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 50px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
  }
  #mce-EMAIL {
    border-radius: 50px !important;
    padding-top: 5px !important;
    padding-right: 10px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
  }
  .mc-field-group {
    max-width: 48.5%;
    float: left;
    margin-right: 1.5%;
  }
  
  .postid-13220 .header-content, 
  .postid-11543 .header-content, 
  .postid-12984 .header-content, 
  .postid-12991 .header-content, 
  .postid-12988 .header-content, 
  .postid-13254 .header-content, 
  .postid-13282 .header-content, 
  .postid-13392 .header-content  {
    display: none;
  }
  .ppc-button-wrapper {
    padding: 0 15px;
  }
  .wc_payment_methods.payment_methods {
    display: none !important;
  }
  
  .scroll-down {
    -webkit-animation: fade_move_down 5s ease-in-out infinite;
      -moz-animation: fade_move_down 5s ease-in-out infinite;
      animation: fade_move_down 5s ease-in-out infinite;
  }
  
  /*animated scroll arrow animation*/
  @-webkit-keyframes fade_move_down {
    0%   { -webkit-transform:translate(0,-25px); opacity: 0;  }
    15%  { -webkit-opacity: 1;  }
    30%  { -webkit-opacity: 1;  }
    50%   { -webkit-transform:translate(0,0px); opacity: 0;  }
  }
  @-moz-keyframes fade_move_down {
    0%   { -moz-transform:translate(0,-25px); opacity: 0;  }
    15%  { -moz-opacity: 1;  }
    30%  { -moz-opacity: 1;  }
    50%   { -moz-transform:translate(0,0px); opacity: 1;  }
  }
  @keyframes fade_move_down {
    0%   { transform:translate(0,-25px); opacity: 0;  }
    15%  { opacity: 1;  }
    30%  { opacity: 1;  }
    50%   { transform:translate(0,0px); opacity: 1;  }
  }
  .woocommerce-cart-form .actions {
    /*display: none;
    visibility: hidden;*/
    padding: 0 !important;
  }
  .woocommerce-cart-form .actions .button {
    background-color: #FFFFFF !important;
    padding: 5px 0 0 !important;
  /* 	width: 100px !important; */
  }
  .woocommerce-cart-form .actions .button:hover {
    background-color: #FFFFFF !important;
    padding: 5px 0 0 !important;
  }
  .form-row.place-order, .et_pb_wc_checkout_payment_info form .form-row {
    margin-top: 0 !important;
  }
  .ppc-button-wrapper {
    /*max-width: 100px;*/
    float: left;
    width: 325px;
  }
  .et_pb_wc_cart_products.woocommerce-cart, 
  .shop_table.cart {
    margin-bottom: 0 !important;
  }
  .woocommerce-cart-form .actions .button, body #page-container .et_pb_section .et_pb_wc_cart_products_0_tb_body table.cart button[name="update_cart"]:not([disabled]) {
    float: left !important;
    text-align: left !important;
  /*   padding: 0 !important; */
  }
  body #page-container .et_pb_section .et_pb_wc_cart_products_0_tb_body table.cart button:hover {
    float: left !important;
    text-align: left !important;
    padding-left: 0 !important;
  /*   margin: 0 !important; */
  }
  .woocommerce-cart-form table {
    border: thin solid rgba(0.0.0.0.15) !important;
    border-bottom-width: 1px !important;
  }
  .woocommerce-cart-form {
    margin-bottom: 15px !important;
  }
  /* .wc_payment_methods.payment_methods {
    display: none !important;
  }
  .product-quantity span {
    display: none;
  } */
  .product-quantity {
    display: none;
  }
  .et_pb_section_sticky {
    z-index: 999
  }
  #login h1 a, .login h1 a {
      background-image: url('https://zeitzmocaa.museum/wp-content/uploads/2022/11/Zeitz-MOCAA-Museum-Contemporary-Art-Cape-Town-South-Africa.png');
      /* max-height: 90px; */
      width: 320px;
      min-height: 115px;
      height: auto;
      background-size: 320px auto;
      background-repeat: no-repeat;
      padding-bottom: 30px;
      margin-bottom: 0;
  }
  #loginform {
      margin-top: 0;
  }
  /* li.home-slider-thumbs-bg.inactive {
    background-color: rgba(150, 150, 170, 0.95) !important;;
  } */
  .header-content h2 {
    display: none;
  }
  .exhibition-featured-image {
    background-position: center;
  }
  .exhibition-content-item h2.hidden-title-on {
    font-size: 16px !important;
    line-height: 13px;
    min-height: 30px;
    max-height: 35px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
  }
  h4.exhibition-link-title.hiden-title {
    display: none;
  }
  
  /*ADDITIONAL FIELD STYLING*/
  /* Custom CSS for attendee fields */
  .attendee-field-group .form-row-first {
      float: left;
      width: 48%;
      margin-right: 4%;
  }
  
  .attendee-field-group .form-row-last {
      float: left;
      width: 48%;
  }
  
  /* Clearfix for the form row */
  .attendee-field-group:after {
      content: "";
      display: table;
      clear: both;
  }
  
  /* Responsive adjustment if needed */
  @media (max-width: 768px) {
      .attendee-field-group .form-row-first,
      .attendee-field-group .form-row-last {
          float: none;
          width: 100%;
          margin-right: 0;
      }
  }
  .woocommerce-multi-currency {
    display: none;
  }
  li.founders h2, 
  li.sponsors h2, 
  li.global-council h2, 
  li.american-friends-of-zeitz-mocaa-afozm h2, 
  li.founding-corporate-members-patrons h2,
  li.cultural-partners h2, 
  li.endowment-donors h2, 
  li.founding-members-individual-and-families h2, 
  li.construction-donors h2, 
  li.founding-corporate-members h2, 
  li.founding-members-silo-3 h2,
  li.curatorial-training-programme-founders h2, 
  li.individual-memberships h2, 
  li.artist-acquisition-fund-donors h2, 
  li.founding-corporate-members h2, 
  li.permanent-collection-donors h2, 
  li.in-kind-donations h2, 
  li.v-a-waterfront-jubilee-fund-donors h2 {
    font-weight: bold !important;
    border-top: thin solid #e1e1e1 !important;
    border-bottom: thin solid #e1e1e1 !important;
    margin-top: 30px;
  }
  
  p a {
    color: #224265;
    text-decoration: underline;
  }
  p a:hover {
    color: blue;
    text-decoration: underline;
  }
  
  .et_pb_section--with-menu .et_pb_menu_1_tb_header {
    margin: 20px 0 0 !important;
  }
  .fixed {
    position: fixed;
  }
  
  h1 {
    font-size: 56px;
    font-weight: unset;
    font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
  }
  h2 {
    font-size: 42px;
    font-weight: unset;
    font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
  }
  h3 {
    font-size: 28px;
    font-weight: unset;
    font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
  }
  h4 {
    font-size: 16px;
    font-weight: unset;
    font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
  }
  h5 {
    font-size: 14px;
    font-weight: unset;
    font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
  }
  @media(max-width:480px) {
    h1 {
        font-size: 36px;
        font-weight: unset;
        font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
    }
    h2 {
        font-size: 28px;
        font-weight: unset;
        font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
    }
    h3 {
        font-size: 22px;
        font-weight: unset;
        font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
    }
    h4 {
        font-size: 16px;
        font-weight: unset;
        font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
    }
    h5 {
        font-size: 13px;
        font-weight: unset;
        font-family: 'Zeitz MOCAA Font',Helvetica,Arial,Lucida,sans-serif !important;
    }
  }



/* 24 June 2025 */
.woo-variation-items-wrapper {
  max-width: 450px !important;
}
.ubermenu-item-17378, .ubermenu-item-17376 {
  text-align: center !important;
}
ul.ubermenu-submenu-id-17376 span.ubermenu-target-title {
  text-align: center !important;
}
.ubermenu-submenu-id-17376 {
  padding: 0 10px !important;
}
.ubermenu-submenu-id-17376 li a {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.limited-subscription-notice.notice {
  padding: 0 0 25px !important;
}
.xoo-wsc-cart-active .xoo-wsc-container {
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 15px !important;
  overflow: hidden;
}
.xoo-wsc-container {
  margin-bottom: 30px;
}
.xoo-wsc-ft-btn, .xoo-wsc-btn {
  border-radius: 50px;
  border: 1px solid #333333 !important;
  transition: all 0.25s ease-in-out;
}

.give-embed-form-wrapper iframe {
  min-width: 80%
}

.woo-variation-items-wrapper {
  max-width: 450px !important;
}
.ubermenu-item-17378, .ubermenu-item-17376 {
  text-align: center !important;
}
ul.ubermenu-submenu-id-17376 span.ubermenu-target-title {
  text-align: center !important;
}
.ubermenu-submenu-id-17376 {
  padding: 0 10px !important;
}
.ubermenu-submenu-id-17376 li a {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.limited-subscription-notice.notice {
  padding: 0 0 25px !important;
}
.xoo-wsc-cart-active .xoo-wsc-container {
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 15px !important;
  overflow: hidden;
}
.xoo-wsc-container {
  margin-bottom: 30px;
}
.xoo-wsc-ft-btn, .xoo-wsc-btn {
  border-radius: 50px;
  border: 1px solid #333333 !important;
  transition: all 0.25s ease-in-out;
}

.give-embed-form-wrapper iframe {
  min-width: 80%
}


.swiper.exhibition-carousel .exhibition-link .hidden-title-on {
  font-size: 16px;
}
.swiper.exhibition-carousel .exhibition-link .exhibition-featured-image {
  border-radius: 15px !important;
}
.swiper.exhibition-carousel .swiper-pagination {
  display: none;
}
.swiper.exhibition-carousel .swiper-button-next:after, .swiper-button-prev:after {
  color: #FFFFFF;
  font-size: 22px !important;
}

.swiper.exhibition-carousel .exhibition-link .exhibition-featured-image {
  min-height: 180px !important;
  max-height: 180px !important;
  width: auto !important;
}
.swiper.exhibition-carousel .swiper-button-next:after, .swiper-button-prev:after {
  color: #FFFFFF;
  font-size: 22px !important;
  margin-top: -100px;
}
.swiper.exhibition-carousel .exhibition-link .event-type {
  color: #aaa !important;
}