/**
 * Place your custom styles here.
 */
body{
    font-size: 15px !important;
    font-weight: normal;
    margin: 0;
    color: #000000;
    line-height: 25px !important;
    font-family: 'Roboto';
    overflow-x: hidden;
    background: #EAE7DC;
    line-height: 20px;
}
    /* body:after{
        content: "dev version | screen: mobile";
        display: block;
        padding: 5px 10px;
        background: rgba(0,0,0,0.5);
        color: rgba(255, 255, 255, 0.7);
        position: fixed;
        bottom: 5px;
        right: 5px;
        font-size: 11px;
        z-index: 9999;
    } */
a, .link{
    text-decoration: none;
    outline: none;
    color: #3D505C;;

}
a:hover{
    text-decoration: none;
    color: #3D505C;;
}
:focus{
    outline: none;
}
ul, ol{
    margin: 0 0 0 0;
    padding: 0;
}
    .node--type-basic-page .node__content ul,
    .node--type-basic-page .node__content ol{
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .node--type-basic-page .node__content li ul,
    .node--type-basic-page .node__content li ol{
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    .node--type-basic-page .node__content ul li{
        list-style: none;
        margin: 0 0 10px 0;
        padding-left: 0;
    }
    .node--type-basic-page .node__content ul li:before{
        font-family: 'Font Awesome 5 Pro';
        font-weight: 600; 
        content: "\f111";
        color: #ed1c24;
        font-size: 5px;
        margin-right: 10px;
        position: relative;
        top: -3px;
    }
li{
    padding-left: 20px;
    margin-bottom: 15px;
    margin-left: 15px;
}
    .toolbar-menu li{
        margin-bottom: 0;
    }
h1{
    font-size: 22px;
}
   h1.title{
       font-weight: 400;
       font-family: 'Montserrat';
       font-size: 25px;
       margin: 0 0 30px 0;
       background: #000000 url("../images/pattern.png") 0 100% repeat-x;
       color: gold;
       /* color: #daa520; */
       padding: 15px 25px 40px 25px;
   } 

h2{
    font-size: 18px;
}
   
h3{
    font-size: 17px;
}
hr{
    border: 0;
    border-bottom: 2px dotted #3B515C;
    width: 40%;
    margin: 30px auto;
}

button{
    outline: none;
}
:target{
    /* background: yellow; */
}

/* Menu open overlay */
.menu-open-overlay{
    display: none;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300;
}
.menu-open-overlay.is-active{
    display: block;
}

/* Table */
.table thead th{
    border-bottom: 0;
}

/* Table (view) */
.view table{
    font-size: 15px;
}
.view table th{
    font-size: 15px;
    border: 0;
    background: #808080;
}
.view table td{
    font-size: 15px;
    background: #EEEEEE;
}
.view table td h2{
    font-weight: bold;
    font-size: 16px;
}
.view table td ul{
    margin: 0;
    padding: 0;
    list-style: disc;
}
.view table td ul li{
    margin: 0 0 0 10px;
    list-style: disc;
    display: list-item;
    background: none;
    border: 0;
}


/* paragraphs */
.paragraph .field__item{
    margin-bottom: 30px;
    color: #333333;
}
.paragraph a{
    /* border-bottom: 1px dashed #41311a; */
}
.paragraph--type--formatted-text img.align-right{
    margin: 0 0 20px 20px;
}
.paragraph--type--formatted-text img.align-left{
    margin: 0 20px 20px 0;
}
.paragraph--type--formatted-text ul,
.paragraph--type--formatted-text ol{
    margin: 0 0 30px 20px;
}
.paragraph--type--formatted-text h2{
    margin: 0 0 20px 0;
    /* font-weight: bold; */
    font-size: 22px;
    font-family: "Montserrat";
    color: #333333;
}
.paragraph--type--formatted-text h3{
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 15px;
    font-family: "Montserrat";
    color: #333333;
}
.paragraph.paragraph--type--formatted-text table{
    border: 0;
    background: none;
}
.paragraph.paragraph--type--formatted-text table tr{
    border: 0;
    background: none !important;
}
.paragraph.paragraph--type--formatted-text table th{
    border: 0;
    background: #6A6966;
    padding: 10px 20px;
    border: 1px solid #6A6966;
    color: #FFFFFF;
    font-size: 14px;
}
.paragraph.paragraph--type--formatted-text table th p{
    margin: 0;
}
.paragraph.paragraph--type--formatted-text table td{
    border: 0;
    padding: 10px 20px;
    background: none !important;
    border: 1px solid #6A6966;
    font-size: 14px;
}
.paragraph.paragraph--type--formatted-text table tr:nth-child(odd) td{
    background: rgba(86,85,82,0.15) !important;
}

/* Map */
.paragraph--type--map{
    margin: 0 -25%;
}
.paragraph--type--map iframe{
    width: 100%;
}

/* Mini Slideshow */
.paragraph--type--mini-slideshow{
    padding: 0 0;
    margin-bottom: 40px;
}
.paragraph--type--mini-slideshow img{
    height: auto;
    margin: 0 auto;
    /* object-fit: cover;
    width: 100%;
    height: auto; */
}
.paragraph--type--mini-slideshow .field--name-field-mini-slideshow-title{
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.paragraph--type--mini-slideshow .bx-pager{
    display: none;
}

/* FAQ page */
.paragraph--type--question-and-answer .field--name-field-question{
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px dotted rgba(0,0,0,0.9);
    padding: 10px 10px;
    cursor: pointer;
}
.paragraph--type--question-and-answer .field--name-field-question{
    display: block;
    margin-bottom: 20px;
}
.paragraph--type--question-and-answer .field--name-field-question p:last-child{
    margin-bottom: 0;
}
.paragraph--type--question-and-answer .field--name-field-question:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900; 
    content: "\f107";

    display: inline-block;
    margin-right: 20px;
    margin-left: 40px;
    color: #333333;
    float: right;
    
}
.paragraph--type--question-and-answer .field--name-field-question.active:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900; 
    content: "\f106";

    display: inline-block;
    margin-right: 20px;
    color: #CCCCCC;
    float: right;
}
.paragraph--type--question-and-answer .field--name-field-answer{
    display: none;
    margin-bottom: 30px;
    padding: 0 80px 0 10px;
}

/*  Paragraph: Exhibition item */
.paragraph--type--exhibition-items{
    margin-bottom: 20px;
}
.paragraph--type--exhibition-items .field--name-field-exhibition-items-title{
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin: 20px 0;
}
.paragraph--type--exhibition-items .field--name-field-exhibition-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.paragraph--type--exhibition-items .field--name-field-exhibition-items > .field__item{
    width: 48%;
    margin: 0;
    padding: 0;
}

@media(max-width:550px){
/*************************************************************/

    .paragraph--type--exhibition-items .field--name-field-exhibition-items > .field__item{
        width: 90%;
        margin: 0;
        padding: 0;
    }

/*************************************************************/
}
    

.paragraph--type--exhibition-items .field--name-field-exhibition-items .paragraph--type--exhibition-item{
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: center;
    padding: 20px 0;
}
.paragraph--type--exhibition-items .field--name-field-exhibition-items .field__item{
    margin: 0;
    padding: 0;
}
.paragraph--type--exhibition-items  .field--name-field-exhibit-artwork{

}
.paragraph--type--exhibition-items  .field--name-field-exhibit-artist-name{
    font-weight: bold;
    text-transform: uppercase;
}
.paragraph--type--exhibition-items  .field--name-field-exhibit-group{
    font-size: 13px;
}

/* Hamburger container */
.hamburger-container{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: auto !important;
}
    body.toolbar-horizontal .hamburger-container{
        top: 89px; /* 39px + 50px */
    }
    body.toolbar-horizontal.toolbar-tray-open .hamburger-container{
        top: 129px; /* 79px + 50px */
    }

/* Hamburger block */
.hamburger-block{
    background: #FFFFFF;
    transition: top 0.3s ease-out, right 0.3s ease-out;
    position: absolute;
    /* top: 0; */
    right: 0;
    height: 62px;
}
    .hamburger-block .hamburger-box{
        width: 26px;
        height: 17px;
    }

    .hamburger-block .hamburger{
        padding-top: 23px;
    }
    .hamburger-block .hamburger-inner, 
    .hamburger-block .hamburger-inner::after, 
    .hamburger-block .hamburger-inner::before{
        background-color: #181822;
        height: 2px;
        width: 25px;
        transition: background-color 0.1s ease-out;
    }
    .hamburger-block .hamburger-inner::before {
        top: -7px;
    }
    .hamburger-block .hamburger-inner::after {
        bottom: -7px;
    }
    .hamburger-block .hamburger-label{
        display: none;
    }

/* Close icon */
.close-icon-block{
    /* background: #181822; */
    background: #565552;
    color: #FFFFFF;
    position: fixed;
    top: 7%;
    right: 0;
    transform: translateX(100%);
    z-index: 500;
    transition: transform 0.3s ease-out;
}
.close-icon-block.is-active{
    transform: translateX(0);
}
.close-icon-container{

}
.close-icon-block a{
    color: #FFFFFF;
    padding: 5px 15px;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
}
.close-icon-container i{
    margin-left: 5px;
    position: relative;
    top: 1px;
}


/************************************************/

/* Widget region */
.widget-container{
    transition: all 0.3s ease-out;
}
body.scrolled .widget-container{
    background:#FFFFFF;
    position: fixed;
    top: 0;
    z-index: 100;
}
.widget-container .row{
    justify-content: flex-start;
}
    body.toolbar-horizontal .widget-container{
        top: 39px; 
    }
    body.toolbar-horizontal.toolbar-tray-open .widget-container{
        top: 79px; 
    }

    body.toolbar-vertical .widget-container{
        top: 39px;
    }

/* Logo (mobile) */
.logo-mobile-block{
    text-align: left;
    padding: 11px 5px;
    margin-left: 20px;
}
    .logo-mobile-block p{
        margin: 0;
    }
    .logo-mobile-block img{
        height: 40px;
        width: auto;
        display: inline-block;
    }


/* Main */
#main .row{
    margin: 0;
}
#main-wrapper{
    padding-bottom: 50px;
}

/*Branding*/
.branding-container{
    
}

/* Site name */
.site-name-block{
    background: url("../images/sag-sitename.png") no-repeat;
    width: 320px;
    height: 53px;
    margin: 40px auto;
    display: none;
}
.site-name-block h1{
    text-align: center;
    visibility: hidden;
    width: 0;
}

/* Main menu */
.main-menu-container{
    /* border-bottom: 1px solid goldenrod; */
    margin: 0 0 20px 0;
}
.main-menu-block{
    display: flex;
    justify-content: center;
    margin: 10px 10px;
    display: none;
}
.main-menu-block ul.navbar-nav{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}
.main-menu-block ul.navbar-nav li{
    margin: 0;
    padding: 0;
}
.main-menu-block ul.navbar-nav li a{
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    margin: 0 15px;
    font-size: 13px;
    color: #000000;
    border: 1px solid transparent;
    /* transition: border-color 0.5s ease-out; */
}
.main-menu-block ul.navbar-nav li a.is-active,
.main-menu-block ul.navbar-nav li span.nolink.active{
    /* border: 1px solid rgba(0,0,0,0.15); */
    font-weight: bold;
    background: #FFFFFF;
}
.main-menu-block ul.navbar-nav li li a.is-active{
    border: 0;
}
.main-menu-block ul.navbar-nav span.nolink{
    font-family: 'Montserrat';
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    margin: 0 15px;
    font-size: 13px;
    color: #000000;
    border: 1px solid transparent;
    /* transition: border-color 0.5s ease-out; */
}
.main-menu-block ul.navbar-nav li a:hover,
.main-menu-block ul.navbar-nav li span.nolink:hover{
    border-color: #D1CBB3;
}

    /* dropdown */
    .main-menu-block ul.dropdown-menu{
        border-radius: 0;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
        /* opacity: 0; */
    }
    .main-menu-block ul.dropdown-menu li a{
        text-transform: capitalize;
        border: 0;
        transition: background 0.3s ease-out;
    }
    .main-menu-block ul.dropdown-menu .dropdown-item{
        transition: background 0.3s ease-out;
    }
    .main-menu-block ul.dropdown-menu .dropdown-item:hover{
        background: #EEEEEE;
    }
    .main-menu-block ul.dropdown-menu .dropdown-item.active, 
    .main-menu-block ul.dropdown-menu .dropdown-item:active{
        border: 0;
        background: #E98074;
        color: #FFFFFF;
    }
    .main-menu-block ul.dropdown-menu .dropdown-item.active a, 
    .main-menu-block ul.dropdown-menu .dropdown-item:active a{
        color: #FFFFFF;
    }
    .main-menu-block ul.navbar-nav ul li a.is-active,
    .main-menu-block ul.navbar-nav ul li span.nolink.active{
        background: none;
    }

    .main-menu-block ul li.show > .dropdown-menu{
        /* animation-name: dropdown-menu;
        animation-fill-mode: forwards;
        animation-delay: 0.2s;
        animation-duration: 0.5s; */
    }
    

/* Main menu block */
.main-menu-slider-block{
    background: #E85A4F;
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    height: 100vh;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    transform: translateX(-110%);
    transition: transform 0.3s ease-out;
    overflow-y: scroll;
    z-index: 400;
}
.main-menu-slider-block.is-active{
    transform: translateX(0);
}
.main-menu-slider-block > ul{
    margin: 10% 5% 0 5%;
    padding: 0;
}
.main-menu-slider-block > ul li{
    margin: 0;
    padding: 0;
}
.main-menu-slider-block ul.navbar-nav li a,
.main-menu-slider-block ul li span.nolink{
    display: block;
    text-transform: uppercase;
    padding: 10px 20px;
    color: #FFFFFF;
    /* text-shadow: 0 0 2px rgba(0,0,0,0.7); */
    font-family: 'Montserrat';
    font-size: 13px;
    
    /* color: #1c1d21; */
}
.main-menu-slider-block ul.navbar-nav li a.is-active,
.main-menu-slider-block ul li span.nolink.active{
    color: #000000;
    font-weight: bold;
}
.main-menu-slider-block ul li .dropdown-toggle::after{
    font-family: 'Font Awesome 5 Pro';
    content: "\f067";
    border: 0;
    float: right;
    margin-right: 15px;
}
.main-menu-slider-block ul li.dropdown.show .dropdown-toggle::after{
    content: "\f068";
}

    /* dropdown */
    .main-menu-slider-block ul.dropdown-menu{
        position: relative !important;
        transform: unset !important;
        padding-left: 40px;
        width: 101%;
    }
    .main-menu-slider-block ul.dropdown-menu li{

    }
    .main-menu-slider-block ul.dropdown-menu li a{
        font-weight: normal;
        color: #333333;
        text-transform: capitalize;
        text-shadow: none;
        border: 0;
        padding: 5px 0;
    }
    .dropdown-item.active, .dropdown-item:active{
        background: none;
    }


/* Slideshow */
.slideshow-block{
    margin: 25px 0;
}
.view-slideshow .views-field-views-conditional-field img{
    width: 100%;
    height: auto;
}
.view-slideshow .arrow-left{
    position: absolute;
    top: 35%;
    left: 1%;
    background: rgba(255,255,255,0.95);
    padding: 15px 18px 15px 15px;
    z-index: 5;
    cursor: pointer;
    font-size: 30px;
    transition: background 0.3s ease-out;
}
.view-slideshow .arrow-right{
    position: absolute;
    top: 35%;
    right: 1%;
    background: rgba(255,255,255,0.95);
    padding: 15px 15px 15px 18px;
    z-index: 5;
    cursor: pointer;
    font-size: 30px;
    transition: background 0.3s ease-out;
}
.view-slideshow .arrow-left:hover,
.view-slideshow .arrow-right:hover{
    background: rgba(255,255,255,1);
}
.view-slideshow .slick-dots{
    position: relative;
    z-index: 10;
    padding: 0;
    display: flex;
    justify-content: center;
    top: -10px;
}
.view-slideshow .slick-dots li{
    margin: 0;
    padding: 0 5px;
    background: rgba(255, 255, 255, 0.5);
}
.view-slideshow .slick-dots li:only-child{
    /* border-radius: 5px !important; */
    display: none;
}
.view-slideshow .slick-dots li:first-child{
    border-radius: 5px 0 0 5px;
}
.view-slideshow .slick-dots li:last-child{
    border-radius: 0 5px 5px 0;
}

    /* caption */
    .view-slideshow .views-field-field-slideshow-caption-body-dev{
        position: absolute;
        top: 20%;
        left: 0%;
        width: 100%;
        display: none;
    }
    .view-slideshow .views-field-field-slideshow-caption-body-dev .caption-special{
        color: #FFFFFF;
        text-align: center;
        background: rgba(0,0,0,0.5);
        width: 70%;
        margin: 0 auto;
        padding: 5% 5%;
        display: flex;
        justify-content: center;
    }
    .view-slideshow .caption-special .left{
        opacity: 0;
        text-align: left;

        animation-name: welcome-caption-logo;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        animation-delay: 0.5s;
    }
    .view-slideshow .caption-special .right{
        opacity: 0;
        width: 500px;
        text-align: left;

        animation-name: welcome-caption-h1;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-delay: 1.5s;
        
    }
    .view-slideshow .caption-special h1{
        text-transform: uppercase;
        font-size: 40px;
        font-weight: bold;
    }
    .view-slideshow .caption-special h2 span.one{
        opacity: 0;
        animation-name: welcome-caption-h1;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-delay: 1.7s;
    }
    .view-slideshow .caption-special h2 span.two{
        opacity: 0;
        animation-name: welcome-caption-h1;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-delay: 3.5s;
    }
    .view-slideshow .caption-special h2 span.four{
        opacity: 0;
        animation-name: welcome-caption-h1;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-delay: 3s;
    }
    .view-slideshow .caption-special h2 span.five{
        opacity: 0;
        animation-name: welcome-caption-h1;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-delay: 2.8s;
    }
    .view-slideshow .caption-special h2 span.six{
        opacity: 0;
        animation-name: welcome-caption-h1;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        animation-delay: 2s;
    }
    .view-slideshow .caption-special .logo{
        background: url("../images/bsls-logo-white.png") no-repeat;
        width: 119px;
        height: 119px;
    }
    .view-slideshow .caption-special h2{
        opacity: 0;

        animation-name: welcome-caption-h2;
        animation-duration: 2s;
        animation-fill-mode: forwards;
        animation-delay: 2s;
    }

/* Reset default site footer css */
.site-footer{
    padding: 0 !important;
}
.site-footer .block{
    border: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    font-size: 15px !important;
    line-height: 25px !important;
    font-family: 'Roboto' !important;
}
.site-footer .content table{
    font-size: 15px !important;
}
.site-footer .content {
    font-size: 15px !important;
    color: #FFFFFF !important;
}
.site-footer .content h2 {
    color: #FFFFFF !important;
}
.site-footer .content a {
    color: #FFFFFF !important;
    border-bottom: 1px dashed #FFFFFF;
    display: inline-block;
}


/* Frontpage first */
.frontpage-first-container{
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/* Welcome */
.welcome-block{
    width: 90%;
}
.welcome-block h2{
    font-family: 'Montserrat';
    font-size: 23px;
    margin: 0 0 20px 0;
}

/* Quicktabs: Events & Activities */
.home-quicktabs-block{
    background: none;
    /* background: #000000; */
    width: 90%;
}
#quicktabs-latest_happenings_home_{
    background: none;
    /* background: #000000; */
    border: 0;
}
#quicktabs-latest_happenings_home_ ul.quicktabs-tabs.list-group{
    display: flex;
    flex-direction: row;
    border: 0;
    padding: 0 0;
    border-radius: 0;
    background: #000000;
    margin-bottom: 30px;
}
#quicktabs-latest_happenings_home_ ul.quicktabs-tabs.list-group li{
    border-radius: 0;
    width: 50%;
    border: 0;
    background: none;
    text-align: center;
    /* border-bottom: 2px solid #000000; */
    padding: 0;
    /* transition: border-color 0.3s ease-out; */
}
#quicktabs-latest_happenings_home_ ul.quicktabs-tabs.list-group li a{
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
    padding: 10px 10px;
    font-size: 13px;
}
#quicktabs-latest_happenings_home_ ul.quicktabs-tabs.list-group li:active{
    border-color: rgba(255, 255, 255, 1);
}
#quicktabs-latest_happenings_home_ ul.quicktabs-tabs.list-group li.active{
    /* border-bottom: 2px solid #edc64a !important; */
    margin-top: 0;
}
#quicktabs-latest_happenings_home_ ul.quicktabs-tabs.list-group li.list-group-item.active a{
    color: #FFFFFF;
    background: #E98074;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    
}
#quicktabs-latest_happenings_home_ .ui-tabs-panel .views-field-nothing{
    font-size: 14px;
}
#quicktabs-latest_happenings_home_ .ui-tabs-panel li{
    border-bottom: 1px solid rgba(237, 198, 74, 0.5);
    margin: 0 0 20px 0;
    padding: 0 0 2px 0;
}
#quicktabs-latest_happenings_home_ .more-link a{
    background: none;
    color: gold;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.3s ease-out;
}
#quicktabs-latest_happenings_home_ .more-link a:hover{
    /* background: gold; */
}
#quicktabs-latest_happenings_home_ .row{
    margin: 0;
    color: #FFFFFF;
}
#quicktabs-latest_happenings_home_ .view-content{
    color: rgba(255, 255, 255, 0.95);
    font-size: 14px;
}
#quicktabs-latest_happenings_home_ .view-content h2,
#quicktabs-latest_happenings_home_ .view-content h2 a{
    color: #E85A4F;
    font-size: 14px;
    text-transform: uppercase;
}
#quicktabs-latest_happenings_home_ .view-content li{
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.30);
    /* padding: 0 20px 20px 20px; */
    padding-bottom: 20px;
    color: #000000;
    text-align: justify;
}
#quicktabs-latest_happenings_home_ .views-field-edit-node{
    text-align: right;
}
#quicktabs-latest_happenings_home_ .pagination{
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
}
#quicktabs-latest_happenings_home_ .pagination li{
    border: 0;
    outline: none;
}
#quicktabs-latest_happenings_home_ .pagination .page-link{
    padding: 5px 10px;
    background: none;
    border-radius: 0;
    border: 0;
    outline: none;
    color: #000000;
    font-size: 11px;
}
#quicktabs-latest_happenings_home_ .pagination .page-link:focus{
    outline: none;
    border: 0;
    box-shadow: none;
}
#quicktabs-latest_happenings_home_ .page-item.active .page-link{
    background: #8E8D8A !important;
    border: 0;
    color: #FFFFFF;
}
#quicktabs-latest_happenings_home_  .view-empty{
    text-align: center;
    padding: 20px 0;
}


/* Quicktabs: Artist and Artwork Search */
.artist-artwork-search-home-block{
    flex-basis: 100%;
    margin: 40px 0;
    /* border: 1px solid rgba(24, 24, 34, 0.36); */
    text-align: center;
    padding: 30px 30px;
}
.artist-artwork-search-home-block h2{
    text-align: center;
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: 300;
    /* background: #FFFFFF; */
    display: inline-block;
    position: relative;
    padding: 10px 40px;
}
.artist-artwork-search-home-block h2::after{
    content:"";
    display: block;
    width: 50%;
    height: 2px;
    background: #E85A4F;
    margin: 0 auto;
}
.artist-artwork-search-home-block ul.quicktabs-tabs{
    display: flex;
    flex-direction: row;
    margin: 0 auto 20px auto;
    justify-content: center;
}
.artist-artwork-search-home-block ul.quicktabs-tabs li{
    border-radius: 0;
}
.artist-artwork-search-home-block ul.quicktabs-tabs li a{
    display: block;
    padding: 2px 20px;
    border-radius: 10px;
    font-size: 13px;
    background: #EEEEEE;
    transition: background 0.2s ease-out;
}
.artist-artwork-search-home-block ul.quicktabs-tabs li.list-group-item.active{
    background: #EEEEEE;
    border: 0;
}
.artist-artwork-search-home-block .form-group{
    width: 100%;
}
.artist-artwork-search-home-block .views-exposed-form{
    background: none;
    margin: 0;
    padding: 0;
}
.artist-artwork-search-home-block .views-exposed-form label{
    font-weight: bold;
    visibility: hidden;
    display: block;
    height: 0;
    width: 0;
}
.artist-artwork-search-home-block .views-exposed-form .form-control{
    border-radius: 0;
    padding: 10px 10px;
    height: auto;
    border: 0;
    border-bottom: 1px solid #E85A4F;
    background: rgba(86,85,82,.15);
}
.artist-artwork-search-home-block .views-exposed-form select{
    border-radius: 0;
    height: auto;
    padding: 11px 10px;
    border: 0;
    border-bottom: 1px solid #E85A4F;
    background: rgba(86,85,82,.15);
}
.artist-artwork-search-home-block .views-exposed-form .btn-primary{
    background: #181822;
    color: #FFFFFF;
    border: 1px solid #181822;
    border-radius: 0;
    font-size: 13px;
    text-transform: uppercase;
    padding: 13px 20px 14px 20px;
    position: relative;
    top: 0;
    width: 100%;
}
.artist-artwork-search-home-block .views-exposed-form .btn-primary:hover{
    background: #FFFFFF;
    color: #181822;
    border-color: #181822;
}
.artist-artwork-search-home-block .form-row{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between !important;
}
    /* Artist / Artwork selector */
    .artist-artwork-search-home-block ul.quicktabs-tabs li{
        border: 0;
    }
    .artist-artwork-search-home-block ul.quicktabs-tabs li.active{
        background: none !important;
    }
    .artist-artwork-search-home-block ul.quicktabs-tabs li.active a{
        background: #E85A4F;
        color: #FFFFFF;
        transition: color 0.2s ease-out;
    }
    .artist-artwork-search-home-block ul.quicktabs-tabs li:first-child a:before{
        font-family: 'Font Awesome 5 Pro';
        content: "\f2bd";
        font-weight: 600;
        font-size: 16px;
        margin-right: 10px;
        
    }
    .artist-artwork-search-home-block ul.quicktabs-tabs li:last-child a::before{
        font-family: 'Font Awesome 5 Pro';
        content: "\f53f";
        font-weight: 600;
        font-size: 16px;
        margin-right: 10px;
    }

/* Event (latest) */
.view-event.latest .view-content{
    display: block;
}
.view-event.latest ul{
    
}
.view-event.latest ul li{
    color: #FFFFFF;
    padding: 10px 20px;
    border-bottom: 1px solid gold;
}
.view-event.latest ul li a{
    color: gold;
}
.view-event.latest ul li .views-field-field-event-summary{
    margin: 0 0 10px 0;
}
.view-event.latest ul li .views-field-field-event-summary p{
    margin: 0;
}
.view-event.latest ul li .views-field-edit-node{
    text-align: right;
}
.view-event.latest ul li .views-field-edit-node a{
    color: #000000;
}
.view-event.latest .pagination{
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
}
.view-event.latest .pagination li{
    border: 0;
    outline: none;
}
.view-event.latest .pagination .page-link{
    padding: 5px 10px;
    background: none;
    border-radius: 0;
    border: 0;
    outline: none;
}
.view-event.latest .page-item.active .page-link{
    background: #808080 !important;
    border: 0;
}

/* Artist (listing) */
.view-artists.listing .view-content{
    display: block;
}
.view-artists.listing ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.view-artists.listing ul li{
    width: 98%;
    margin: 0 5px 10px 5px;
    padding: 0;
    position: relative;
}
.view-artists.listing .artist-profile-container{
    display: flex;
    flex-wrap: nowrap;
    background: rgba(86,85,82,0.15);
    padding: 20px 20px;
    /* height: 120px; */
    transition: background 0.3s ease-out;
}
.view-artists.listing ul li .artist-profile-container a{
    transition: color 0.2s ease-out;
}
.view-artists.listing ul li:hover .artist-profile-container{
    background: #E98074;
}
.view-artists.listing ul li:hover .artist-profile-container a{
    color: #FFFFFF;
}
.view-artists.listing .artist-profile-container .artist-photo{
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 2px solid #FFFFFF;
    overflow: hidden;
    position: relative;
    z-index: 10;
    transition: transform 0.3s ease-out;
    transform-origin: center;
}
.view-artists.listing ul li:hover .artist-profile-container .artist-photo{
    transform: scale(1.1);
}
.view-artists.listing .artist-profile-container .artist-photo img{
    object-fit: cover;
    width: 100%;
    height: auto;
}
.view-artists.listing .artist-profile-container .artist-name{
    align-self: center;
    /* background: gold; */
    font-weight: bold;
    padding: 10px 15px;
    /* width: 50%; */
    /* margin-left: -10px; */
    /* transition: margin-left 0.3s ease-out; */
}
.view-artists.listing ul li:hover .artist-name{
    /* margin-left: 10px; */
}
.view-artists.listing .artist-profile-container .artist-name h2{
    margin: 0;
    font-size: 14px;
}
.view-artists.listing .views-field-edit-node{
    position: absolute;
    top: 1px;
    right: 0;
}

/* Artist (individual) */
.view-artists.individual .view-content{
    display: block;
}

.view-artists.individual .artist-photo-container{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 80px 0;
    justify-content: center;
}
    .view-artists.individual .artist-photo-container .artist-photo{
        margin-right: 20px;
        text-align: right;
    }
    .view-artists.individual .artist-photo-container .artist-photo img{
        border: 1px solid #EEEEEE;
        padding: 7px 7px;
        background: #FFFFFF;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        max-height: 350px;
        width: auto;
        object-fit: contain;
    }
    .view-artists.individual .artist-photo-container .artist-name{
        position: relative;
        width: 50%;
    }
    .view-artists.individual .artist-photo-container .artist-name h2{
        font-weight: bold;
        font-size: 40px;
        text-transform: uppercase;
        margin: 20px 0 30px 0;
        font-family: 'Montserrat';
        text-align: center;
        top: 50%;
        left: 0%;
    }
.view-artists.individual .artist-profile-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px 0;
    flex-direction: column;
}
.view-artists.individual .artist-profile-container .left{
    padding: 10px 10px;
}
.view-artists.individual .artist-profile-container .right{
    padding: 10px 10px;
}
.view-artists.individual .artist-profile-container h2{
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 10px;
}
.view-artists.individual .artist-profile-container h3{
    font-weight: bold;
    font-size: 15px;
}
.view-artists.individual .artist-profile-container ul{
    list-style: disc;
    margin: 0 0 20px 20px;
}
.view-artists.individual .artist-profile-container ul li{
    padding-left: 10px;
}
.view-artists.individual .artist-profile-container ul li li{
    list-style: circle;
}

    /* Portfolio */
    .view-artists.individual  .views-field-field-artist-portfolio h2{
        text-align: center;
        font-size: 35px;
        font-weight: bold;
        margin: 30px 0;
    }
.view-artists.individual  .views-field-field-artist-portfolio ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.view-artists.individual  .views-field-field-artist-portfolio ul li{
    margin: 20px 10px;
    padding: 10px;
}
.view-artists.individual  .views-field-field-artist-portfolio ul li img{
    object-fit: contain;
    width: auto;
    height: 200px;
}


.view-artists.individual .views-field-field-artwork-upload{
    text-align: center;
}
.view-artists.individual .views-field-field-artwork-upload h2{
    font-weight: bold;
    font-size: 25px;
    margin: 40px 0 30px 0;
    font-family: 'Montserrat';
}
.view-artists.individual .artwork-container{
    display: flex;
    justify-content: center;
}
.view-artists.individual .artwork-container img{
    width: auto;
    max-height: 300px;
}
.view-artists.individual .views-field-field-artwork-upload{
    background: #EEEEEE;
    padding: 5% 5%;
}
.view-artists.individual .view-footer{
    margin-top: 30px;
}
.view-artists.individual .view-footer a{
    background: #E98074;
    padding: 10px 10px;
    /* border: 1px solid #000000; */
    color: #FFFFFF;
}

#quicktabs-artist_artwork_home_search{
    /* display: flex;
    flex-direction: column-reverse; */
}

/* Mini photo slideshow on Home */
.mini-slideshow-block{
    flex-basis: 100%;
    display: block;
    height: 150px;
    overflow: hidden;

    position: absoute; 
    top: 0px; 
    width:100%; 
    height:100%
}
.mini-slideshow-block .field__item {
    display: block;
    overflow: hidden;
}
.mini-slideshow-block .field__item img{
    height: 150px;
    width: 250px;
    object-fit: cover;
    margin: 0 auto;
    padding: 0;
    transition: transform 0.3s ease-out;
}
.mini-slideshow-block .field__item:hover img{
    transform: scale(1.2);
}


/* Highlight boxes (Home) */
.highlights-block{
    margin-top: 30px;
}
.view-highlights .row{
    margin: 0;
}
.view-highlights ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.view-highlights ul li{
    width: 49%;
    height: 400px;
    position: relative;
    padding: 0;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.view-highlights ul li .views-field-edit-node{
    z-index: 20;
}

@media(max-width:500px){
/*************************************************************/
    .view-highlights ul{
        justify-content: center;
    }
    .view-highlights ul li{
        width: 90%;
    }
    .view-highlights ul li:first-child{
        flex-basis: unset !important;
    }

/*************************************************************/
}

.view-highlights ul li:first-child{
    flex-basis: 100%;
}
.view-highlights ul li .views-field-field-highlight-banner{
    overflow: hidden;
}
.view-highlights ul li .views-field-field-highlight-banner img{
    object-fit: cover;
    width: 100%;
    height: 400px;
    transition: filter 0.3s ease-out;
}
.view-highlights ul li .views-field-field-highlight-banner img{
    
}
.view-highlights ul li .views-field-field-highlight-banner .overlay{
    background: #D8C3A5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.view-highlights ul li:hover .views-field-field-highlight-banner .overlay{
    opacity: 0.7;
}


.view-highlights .highlight-info-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    height: 100%;
    padding: 20px;
}
.view-highlights ul li:first-child .highlight-info-container{
    width: auto;
    right: 0;
    left: auto;
}

.view-highlights .highlight-info-container h2{
    background: none;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
    padding: 10px 10px;
    display: inline-block;
    font-size: 18px;
    font-family: "Montserrat";
    text-transform: uppercase;
    margin-top: 30px;
    color: #FFFFFF;
    position: relative;
}
.view-highlights .highlight-info-container h2 .underlay{
    width: 100%;
    height: 100%;
    background: #E98074;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    transform: translateX(-20%);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.view-highlights .highlight-info-container h2 .title-text{
    position: relative;
    z-index: 20;
}

.view-highlights ul li:hover .highlight-info-container h2 .underlay{
    opacity: 1;
    transform: translateX(0);
}

.view-highlights .highlight-info-container .highlight-description{
    background: #FFFFFF;
    padding: 10px 10px;
    display: block;
    font-size: 16px;
    display: none;
}
.view-highlights .highlight-info-container .highlight-description p{
    margin: 0;
}
.view-highlights .highlight-info-container .highlight-link{
    text-align: center;
    margin: 20px 0 0 0;
}
.view-highlights .highlight-info-container .highlight-link a{
    color: #FFFFFF;
    background: #E85A4F;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 13px;
    letter-spacing: 2px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border: 1px solid #E85A4F;
    transition: background 0.3s ease-out, border 0.2s ease-out, color 0.3s ease-out;
}
.view-highlights .highlight-info-container .highlight-link a:hover{
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
}
.view-highlights .views-field-edit-node{
    position: absolute;
    top: 0;
    left: 0;
}

/* Footer first */
.footer-first-container{
    background: #6A6966;
    padding: 50px 0 170px 0;
}
.footer-first-container i{
    font-size: 20px;
    margin-right: 10px;
    /* color: gold; */
}
.footer-first-container .content{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Roboto";
    font-weight: 300;
}
.footer-first-container h2{
    color: #FFFFFF;
    font-family: 'Montserrat';
    font-size: 20px;
    margin: 0 0 20px 0;
    color: rgba(255, 255, 255, 1);
}
.footer-first-container .footer-first{
    display: flex;
    flex-direction: column;
}
.footer-first-container .content a{
    color: #FFFFFF;
}

/* Contact block */
.contact-block{
    width: 40%;
}
.contact-block a{
    color: gold;
}
.contact-block table{
    border: 0;
    background: none;
}
.contact-block table tr{
    border: 0;
    background: none;
}
.contact-block table th{
    border: 0;
    background: none;
    font-weight: 400;
    padding: 0;
    text-transform: uppercase;
    display: block;
}
.contact-block table td{
    border: 0;
    padding: 0 0 15px 0;
    display: block;
}


/* Admission block */
.site-footer .admission-block{
    width: 60%;
}
.site-footer .admission-block h3{
    margin: 0 0 20px 0;
}
.site-footer .admission-block ul{
    margin: 0 0 40px 0;
    padding: 0 !important;
}
.site-footer .admission-block ul li{
    margin: 0 0 0 0;
    padding: 0 0 3px 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    list-style: none;
}
.site-footer .admission-block ul li::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f111";
    color: #FFFFFF;
    font-size: 5px;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    top: -4px;
}

/* Downloads */
.view-downloads{

}
.view-downloads ul{
    columns: 1;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.view-downloads ul li{
    background: rgba(86,85,82,0.15);
    border: 1px solid #EEEEEE;
    padding: 40px !important;
    margin: 0 0 20px 0;
    max-height: 1000px;
    display: inline-block;
    width: 100%;
    position: relative;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
}
.view-downloads ul li:hover{
    background: #FFFFFF;
}
/* .view-downloads ul li:hover{
    border-color: #000000;
    background: #FFFFFF;
} */
.view-downloads ul li h2{
    font-family: 'Montserrat';
    font-size: 22px;  
    color: #232331;
    font-weight: 400;
}
.view-downloads ul li .views-field-field-download-cover-image{
    margin: 20px 0;
}
.view-downloads ul li .views-field-field-download-cover-image img{
    width: 100%;
    height: auto;
}
.view-downloads ul li .views-field-nothing i{
    margin-right: 10px;
}
.view-downloads ul li .views-field-nothing a{
    background: #E98074;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 20px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 12px;
    border: 1px solid #E98074;
    transition: background 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
}
.view-downloads ul li .views-field-nothing a:hover{
    background: #FFFFFF;
    color: #181822;;
    border: 1px solid rgba(0,0,0,0.3);
}
.view-downloads ul li .views-field-edit-node{
    position: absolute;
    top: 1px;
    right: 0;
}
.view-downloads .new-tag{
    position: absolute;
    top: 6px;
    left: -4px;
}
.view-downloads .new-tag span{
    display: block;
    padding: 5px 20px;
    text-align: center;
    background: #5bbab0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
}

/* Downloads (flexbox) */
.view-downloads.flexbox{

}
.view-downloads.flexbox .view-content ul{
    display: flex;
    flex-wrap: wrap;
}
.view-downloads.flexbox .view-content ul li{
    width: 23.5%;
}



/* Exhibitions (listing) */
.view-exhibitions.listing {

}
.view-exhibitions.listing ul{
    columns: 1;
    column-gap: 20px;
}
.view-exhibitions.listing ul li{
    background: rgba(86,85,82,0.15);
    border: 1px solid #EEEEEE;
    padding: 40px;
    margin: 0 0 20px 0;
    max-height: 1000px;
    display: inline-block;
    width: 100%;
    position: relative;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
}
.view-exhibitions.listing ul li:hover{
    background: #FFFFFF;
}
.view-exhibitions.listing ul li h2{
    font-family: 'Montserrat';
    font-size: 22px;  
    color: #232331;
    font-weight: 400;
}
.view-exhibitions.listing ul li .views-field-field-exhibition-cover{
    margin: 20px 0;
}
.view-exhibitions.listing ul li .views-field-field-exhibition-cover img{
    width: 100%;
    height: auto;
}
.view-exhibitions.listing ul li .views-field-edit-node{
    position: absolute;
    top: 1px;
    right: 0;
}
.view-exhibitions.listing ul li .views-field-nothing{
    background: #D1CBB3;
    color: #181822;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    padding: 20px 20px;
    margin: -40px -40px 20px -40px;
}
.view-exhibitions.listing ul li .views-field-view-node a{
    background: #E98074;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 20px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 12px;
    border: 1px solid #E98074;
    transition: background 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
}
.view-exhibitions.listing ul li .views-field-view-node a:hover{
    background: #FFFFFF;
    color: #181822;;
    border: 1px solid rgba(0,0,0,0.3);
}

/* Exhibitions (latest) */
.view-exhibitions.latest .view-content{
    display: block;
}
.view-exhibitions.latest .views-field-field-exhibition-cover{

}
.view-exhibitions.latest .views-field-field-exhibition-cover img{
    float: left;
    margin: 0 20px 5px 0;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 7px;
    height: 92px;
    width: 92px;
    object-fit: cover;
}
.view-exhibitions.latest .views-field-view-node{
    text-align: right;    
}
.view-exhibitions.latest .views-field-view-node a{
    display: inline-block;
    padding: 3px 10px;
    background: #D8C3A5;
    font-size: 13px;
    color: #000000;
    transition: background 0.3s ease-out, color 0.2s ease-out;
}
.view-exhibitions.latest .views-field-view-node a:hover{
    background: #FFFFFF;
}

.paragraph--type--formatted-text .field--name-field-formatted-text a{
    color: #E85A4F;
}


/* Announcement (latest) */
.view-activities.latest ul{
    padding: 20px 20px;
}
.view-activities.latest .view-content{
    display: block;
}

/* Artwork (listing) */
.view-artwork.listing {

}
.view-artwork.listing ul{
    columns: 1;
    column-gap: 20px;
}
.view-artwork.listing ul li{
    background: rgba(86,85,82,0.15);
    border: 1px solid #EEEEEE;
    padding: 40px;
    margin: 0 0 20px 0;
    max-height: 1000px;
    display: inline-block;
    width: 100%;
    position: relative;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
}
.view-artwork.listing ul li h2{
    font-family: 'Montserrat';
    font-size: 17px;  
    color: #232331;
    font-weight: 400;
    text-align: center;
}
.view-artwork.listing ul li .views-field-field-artwork-upload{
    margin: 20px 0;
}
.view-artwork.listing ul li .views-field-field-artwork-upload img{
    width: 100%;
    height: auto;
}

.view-artwork.listing ul li .artist-details{
    background: #D1CBB3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 20px;
    margin: -40px -40px 20px -40px;
}

.view-artwork.listing ul li .artist-details .artist-name{
    margin-left: 10px;
    
}
.view-artwork.listing ul li .artist-details .artist-name h2{
    font-size: 14px;
    margin: 0;
}
.view-artwork.listing ul li .artist-details .artist-photo{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.view-artwork.listing ul li .artist-details .artist-photo img{
    object-fit: cover;
    width: 100%;
    height: auto;   
}

.view-artwork.listing ul li .views-field-edit-node{
    position: absolute;
    top: 1px;
    right: 0;
}
.view-artwork.listing ul li .views-field-field-artist-medium{
    text-align: center;
}
.view-artwork.listing ul li .views-field-view-node a{
    background: #181822;
    color: gold;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 20px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 12px;
    border: 1px solid #181822;
    transition: background 0.2s ease-out, color 0.2s ease-out;
}
.view-artwork.listing ul li .views-field-view-node a:hover{
    background: #FFFFFF;
    color: #181822;;
}

/* Exhibition */
.exhibition-reference-block{
    margin-top: 50px;
}
.exhibition-reference-block h2{
    text-align: center;
    font-size: 30px;
    margin: 20px 10px 40px 10px;
}

/* Exhibition items (i.e. artwork entries) - listing */
.view-exhibition-reference.listing .view-content{
    display: block;
}
.view-exhibition-reference.listing ul{
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.view-exhibition-reference.listing ul li{
    background: rgba(86,85,82,0.15);
    border: 1px solid #EEEEEE;
    padding: 40px;
    margin: 0 0 20px 0;
    width: 99%;
    position: relative;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
}
.view-exhibition-reference.listing ul li h2{
    font-family: 'Montserrat';
    font-size: 14px;  
    color: #000000;
    font-weight: 400;
    text-align: center;
    padding: 20px 20px;
    margin: -40px -40px 20px -40px;
    background: #D1CBB3;
}
.view-exhibition-reference.listing ul li .field--name-field-artwork-image{
    margin-bottom: 10px;
}
.view-exhibition-reference.listing ul li .field--name-field-artwork-image img{
    object-fit: cover;
    width: 100%;
    height: 300px;
}
.view-exhibition-reference.listing ul li .views-field-edit-node{
    position: absolute;
    top: 1px;
    right: 0;
}
.view-exhibition-reference.listing ul li a.view-more{
    background: #E98074;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 20px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 12px;
    /* border: 1px solid #181822; */
    transition: background 0.2s ease-out, color 0.2s ease-out;
}
.view-exhibition-reference.listing .views-field-field-competition-tag{
    position: relative;
    top: -10px;
    font-weight: bold;
}

/* Exhibition items (i.e. artwork entries) - individual */
.view-exhibition-reference.individual .view-content{
    display: block;
}
.view-exhibition-reference.individual .view-header{
    text-align: center;
    margin: 50px 10px 30px 10px;
}
.view-exhibition-reference.individual .view-header h2{
    font-size: 30px;
    text-transform: uppercase;
}
.view-exhibition-reference.individual ul{
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.view-exhibition-reference.individual ul li{
    background: rgba(86,85,82,0.15);
    border: 1px solid #EEEEEE;
    padding: 40px;
    margin: 0 0 20px 0;
    position: relative;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: 99%;
}
.view-exhibition-reference.individual ul li .views-field-field-artwork-image{

}
.view-exhibition-reference.individual ul li .views-field-field-artwork-image img{
    object-fit: cover;
    width: 100%;
    height: 300px;
}
.view-exhibition-reference.individual ul li .views-field-field-artwork-title{
    margin: 20px 0 20px 0;
    font-family: 'Montserrat';
    font-weight: bold;
}
.view-exhibition-reference.individual ul li .views-field-field-artwork-medium,
.view-exhibition-reference.individual ul li .views-field-field-artwork-price,
.view-exhibition-reference.individual ul li .views-field-field-artwork-size{
    margin: 0 0 0 0;
    font-family: 'Montserrat';
    font-size: 13px;
}
.view-exhibition-reference.individual ul li .view-footer button{
    border: 0;
    padding: 10px 20px;
    color: #000000;
    background: #E98074;
    cursor: pointer;
}
.view-exhibition-reference.individual .edit-button a{
    background: gold;
    padding: 5px 10px;
    font-size: 14px;
}
.view-exhibition-reference.listing .view-empty{
    text-align: center;
    padding: 20px 0;
}
.view-exhibition-reference.individual .view-footer{
    margin-top: 30px;
}
.view-exhibition-reference.individual .view-footer a{
    background: #D1CBB3;
    padding: 10px 20px;
    padding: 20px;
    text-align: center;
    font-family: 'Montserrat';
    color: #FFFFFF;
}

/* Social media */
.social-media-block{
    margin: 100px 0 30px 0;
}
.social-media-block ul{
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}
.social-media-block ul li{
    margin: 0;
    padding: 0;
}
.social-media-block ul li a,
.social-media-block ul li span{
    text-align: center;
    background: #E98074;
    margin: 0 5px;
    transition: background 0.2s ease-out;
}
.social-media-block ul li a span,
.social-media-block ul li span span{
    visibility: hidden;
    width: 0;
    height: 0;
    display: block;
}
.social-media-block ul li span{
    cursor: pointer;
}
    .social-media-block ul li a.menu-facebook:after{
        font-family: 'Font Awesome 5 Brands';
        content: "\f39e";
        color: #FFFFFF;
    }
    .social-media-block ul li a.menu-instagram:after{
        font-family: 'Font Awesome 5 Brands';
        content: "\f16d";
        color: #FFFFFF;
    }
    .social-media-block ul li a.menu-twitter:after{
        font-family: 'Font Awesome 5 Brands';
        content: "\f099";
        color: #FFFFFF;
    }
    .social-media-block ul li a.menu-x{
        cursor: pointer;
    }
    .social-media-block ul li a.menu-x:after{
        content: "";
        background: url("../images/x-icon-w.png");
        width: 20px;
        height: 20px;
        display: block;
        background-size: contain;
        cursor: pointer;
    }
    .social-media-block ul li a.menu-youtube:after{
        font-family: 'Font Awesome 5 Brands';
        content: "\f167";
        color: #FFFFFF;
    }
    .social-media-block ul li a.menu-vr-gallery:after{
        font-family: 'Font Awesome 5 Pro';
        content: "\f729";
        color: #FFFFFF;
    }
    .social-media-block ul li a.menu-visitor-report:after{
        font-family: 'Font Awesome 5 Pro';
        content: "\f080";
        color: #FFFFFF;
    }
    .social-media-block ul li span.menu-notice:after{
        font-family: 'Font Awesome 5 Pro';
        content: "\f2b6";
        color: #FFFFFF;
    }
    .social-media-block ul li span.menu-notice:not(.is-active){
        display: none;
    }
    .social-media-block ul li span.menu-notice.is-active{
        display: block;
    }

    /* hover */
    .social-media-block ul li:hover a.menu-facebook{
        background:	#4267B2;
    }
    .social-media-block ul li:hover a.menu-instagram{
        background: #f09433; 
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    }
    .social-media-block ul li:hover a.menu-twitter{
        background:	#1DA1F2;
    }
    .social-media-block ul li:hover a.menu-x{
        background:	#000000;
    }
    .social-media-block ul li:hover a.menu-youtube{
        background:	#FF0000;
    }
    .social-media-block ul li:hover a.menu-vr-gallery{
        background:	#000000;
    }
    .social-media-block ul li:hover a.menu-visitor-report{
        background:	#0bcfaf;
    }
    .social-media-block ul li:hover span.menu-notice{
        background:	magenta;
    }


/* Footer second */
.footer-second-container{
    background: #D8C3A5;
    
}
.site-footer .footer-second-container .content{
    color: #000000;
}
.site-footer .footer-second-container a{
    color: #000000;
    transition: color 0.3s ease-out;
}

/* Related links */
.related-links-block{
    text-align: center;
    margin: 0 auto !important;
    background: #FFFFFF;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    padding: 20px 30px !important;
    position: relative;
    top: -100px;
}
.related-links-block img{
    margin: 0 auto;
}
.related-links-block .arrow-left,
.related-links-block .arrow-right{
    box-shadow: none;
    border: none;
    color: #000000;
}

/* Map footer */
.map-footer-block{
    padding: 0 !important;
}
.map-footer-block iframe{
    border: 0;
    width: 100%;
    height: 550px;
    padding: 40px;
    background: #FFFFFF;
}

/* Contact us */
.map-container iframe{
    border: 0;
    width: 100%;
    height: 300px;
}

/************************************************/


/* edit button */
.views-field-edit-node{
    
}
.views-field-edit-node a{
    background: gold;
    padding: 5px 10px;
    /* border-radius: 5px; */
    font-size: 14px;
}

/* View exposed form */
.views-exposed-form{
    background: rgba(86,85,82,0.15);
    padding: 20px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.views-exposed-form .form-row{
    justify-content: center;
}
    .views-exposed-form .form-text{
        margin-top: 0;
    }
    .views-exposed-form .form-group{
        margin: 0 0 10px 0;
    }
    .views-exposed-form label{
        font-size: 13px;
        margin-bottom: 0;
    }
    .views-exposed-form .btn-primary{
        background: #E98074;
        border: 1px solid #E98074;
        font-size: 14px;
    }
    .views-exposed-form .btn-primary:hover{
        background: #E98074;
        border: 1px solid #E98074;
    }
    .views-exposed-form input[type="text"]::placeholder{
        font-size: 13px;
    }

/* Pager */
ul.pagination{
    text-align: center;
    display: inline-block !important;
    float: right;
}
    ul.pagination li{
        display: inline-block;
        margin: 0 -4px 0 0 !important;
        padding: 0 !important;
        width: auto !important;
        
    }
    ul.pagination li a{
        color: #333333;
    }
    ul.pagination .page-item.active .page-link{
        background: #5bbab0 !important;
        border: 1px solid #5bbab0;
    }

/* Slick dots */
.slick-dots{
    text-align: center;
    margin: 10px 0 0 0;
}
.slick-dots li{
    display: inline-block;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    padding: 5px 1px;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f111";
    cursor: pointer;
    font-size: 9px;
    transition: content 0.3s ease-out;
}
.slick-dots li.slick-active:before{
    content: "\f192";
    transition: color 0.3s ease-out;
}
.slick-dots li:hover:before{
    content: "\f192";
    color: #FFFFFF;
}

/* Arrows */
.arrow-left{
    position: absolute;
    top: 35%;
    left: 14px;
    background: rgba(255,255,255,0.8);
    padding: 15px 18px 15px 15px;
    z-index: 5;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.3s ease-out;
    padding: 10px 17px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.arrow-right{
    position: absolute;
    top: 35%;
    right: 14px;
    background: rgba(255,255,255,0.8);
    padding: 15px 15px 15px 18px;
    z-index: 5;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.3s ease-out, color 0.3s ease-out;
    padding: 10px 17px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.arrow-left:hover,
.arrow-right:hover{
    background: rgba(0,0,0,0.2);
    /* color: #FFFFFF; */
}


/* More button */
.more-button{
    text-align: center;
}
.more-button a{
    background: #29ad99;
    padding: 7px 20px;
    color: #FFFFFF;
    display: inline-block;
    margin: 30px 0 0 0;
    text-transform: uppercase;
}

/* BX Slider */
.bx-wrapper .bx-controls-direction a {
    text-indent: unset !important;
    color: #333333;
}
.arrow-left{
    padding: 10px 17px;
}
.arrow-right{
    padding: 10px 17px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Nav tabs */
.nav-tabs {
    border-bottom: 1px solid #000000;
}
.nav-tabs .nav-link{
    transition: border 0.2s ease-out, background 0.3s ease-out;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #000000;
    
}
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
    border-color: rgba(0,0,0,0.4);
    background: rgba(255, 255, 255, 0.5);
}
.nav-tabs li{
    padding: 0;
    margin: 0;
}

/* Iframe - full width */
.paragraph--type--iframe-embed{
    text-align: center;
}
.paragraph--type--iframe-embed iframe{
    width: 100%;
    height: 500px;
    margin: 0 auto;
    border: 0;
}

/* Node: Activity */
.node--type-activity .paragraph--type--formatted-text .field--name-field-formatted-text a{
    color: #E98074;
}

/* Activities */
.view-activity.latest .view-content{
    display: block;
}
.view-activity.latest .views-field-field-activity-cover-img{

}
.view-activity.latest .views-field-field-activity-cover-img img{
    float: left;
    margin: 0 20px 5px 0;
    border: 3px solid #FFFFFF;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 7px;
    height: 92px;
    width: 92px;
}
.view-activity.latest .views-field-view-node{
    text-align: right;    
}
.view-activity.latest .views-field-view-node a{
    display: inline-block;
    padding: 3px 10px;
    background: #D8C3A5;
    font-size: 13px;
    color: #000000;
    transition: background 0.3s ease-out;
}
.view-activity.latest .views-field-view-node a:hover{
    background: #FFFFFF;
}
.view-activity.latest .activity-container{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.view-activity.latest .activity-container .cover{
    margin-right: 20px;
}
.view-activity.latest .activity-container .cover img{
    border: 5px solid #FFFFFF;
    border-radius: 7px;
}
.view-activity.latest .activity-container .body h2{
    color: #000000;
    font-weight: bold;
    margin-top: 10px;
}
.view-activity.latest .activity-container .body a{
    color: #000000;
    transition: color 0.3s ease-out;
} 
.view-activity.latest .activity-container .body h2:hover,
.view-activity.latest .activity-container .body h2:hover a{
    color: #E85A4F
}
.view-activity.latest .views-field-edit-node{
    text-align: right;
    display: inline-block;
    width: 100%;
}

/* View sorting header */
.view .view-content h3{
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #232331;
    margin-top: 30px;
}

/* Popup banner */
.popup-banner-container.is-active{
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 800;
    display: block;
}
.popup-banner-container.not-active{
    background: none;
    position: unset;
    z-index: unset;
    display: none;
}
.popup-banner-container .popup-banner{
    /* border: 1px solid red; */
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.popup-banner-container .popup-banner img{
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    border-radius: 7px;
    width: 85%;
    height: auto;
    object-fit: contain;
}
.view-popup-banner.featured .close-button{
    background: #FFFFFF;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 900;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.view-popup-banner.featured .close-button.is-active{
    position: fixed;
    top: 20%;
    right: 0;
    border-radius: 7px 0 0 7px;
}
.view-popup-banner.featured .close-button.is-active span:after{
    content: "CLOSE";
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
}
.view-popup-banner.featured .close-button.not-active{
    position: fixed;
    top: unset;
    bottom: 0;
    right: 3%;
    border-radius: 7px 7px 0 0;
    background-color: #fe6c6c;
    
}
.view-popup-banner.featured .close-button.not-active span:after{
    content: "Notice";
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
}
.view-popup-banner.featured .views-row{
    position: relative;
}
.view-popup-banner.featured .popup-edit{
    position: absolute;
    top: 10%;
    right: 10%;
}
.view-popup-banner.featured .popup-edit a{
    display: inline-block;
    background: gold;
    color: #000000;
    border-radius: 5px;
    font-size: 12px;
    padding: 1px 10px;
    border: 1px solid gold;
    transition: background 0.3s ease-out, border-color 0.2s ease-out;
}
.view-popup-banner.featured .popup-edit a:hover{
    background: #FFFFFF;
    border-color: #000000;
    color: #000000;
}
.view-popup-banner.featured .popup-link{
    margin-top: 10px;
}
.view-popup-banner.featured .popup-link a{
    display: inline-block;
    color: #FFFFFF;
    background: #E98074;
    padding: 3px 10px;
    font-size: 12x;
    border-radius: 5px;
}

/* Popup banner (listing) */
.view-popup-banner.listing ul{
    display: flex;
    flex-wrap: wrap;
}
.view-popup-banner.listing ul li{
    width: 90%;
}

/* Popup banner slider */
/* .popup-banner-slider-block{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.popup-banner-slider-block.is-active{
    display: block;
}
.popup-banner-slider-block.not-active{
    display: none;
} */

.view-popup-banner-slider .view-content{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 100;
}
.view-popup-banner-slider .view-content.not-active{
    display: none;
}


.view-popup-banner-slider{
    /* z-index: 100;
    width: 100%;
    height: 100vh; */
}
.view-popup-banner-slider .view-content{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-content: center;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);

    z-index: 100;
    /* width: 100%; */
    height: 100vh;
}
.view-popup-banner-slider .view-content .views-row{
    /* height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center; */
}
.view-popup-banner-slider .view-content .views-row img{
    height: 80vh;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
}
.popup-banner-slider{
    text-align: center;
}
.view-popup-banner-slider ul.slick-dots{

}
.view-popup-banner-slider ul.slick-dots li{
    margin: 0 10px;
    padding: 0;
}
.view-popup-banner-slider ul.slick-dots li.slick-active:before{
    color: #FFFFFF;
}
.view-popup-banner-slider ul.slick-dots li:before {
    color: #FFFFFF;
    font-weight: bold;
}
.view-popup-banner-slider .view-header{
    position: relative;
    z-index: 200;
}
.view-popup-banner-slider .view-header .close-button{
    position: fixed;
    top: 20%;
    right: 0;
    cursor: pointer;
    background:#FFFFFF;
    padding: 10px 20px;
    border-radius: 10px 0 0 10px;
    z-index: 100;
}
.view-popup-banner-slider .view-header .close-button.is-active{
    display: block;
}
.view-popup-banner-slider .view-header .close-button:not(.is-active){
    display: none;
}

.view-popup-banner-slider .view-header .close-button i{
    margin-right: 5px;
}
.view-popup-banner-slider .view-header .close-button.not-active i{
    display: none;
}
.view-popup-banner-slider .view-header .close-button.not-active span.label{
    display: none;
}
.view-popup-banner-slider .view-header .close-button.not-active{
    position: fixed;
    top: unset;
    bottom: 0;
    right: 3%;
    border-radius: 7px 7px 0 0;
    background-color: #fe6c6c;
    
}
.view-popup-banner-slider .view-header .close-button.not-active:after{
    content: "NOTICE";
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 12px;
}

.view-popup-banner-slider .slick-prev{
    position: absolute;
    top: 35%;
    left: 2%;
    background: rgba(255,255,255,0.8);
    padding: 15px 18px 15px 15px;
    z-index: 5;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.3s ease-out;
    padding: 10px 17px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border: 0;
    font-size: 12px;
}
.view-popup-banner-slider .slick-next{
    position: absolute;
    top: 35%;
    right: 2%;
    background: rgba(255,255,255,0.8);
    padding: 15px 15px 15px 18px;
    z-index: 5;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.3s ease-out, color 0.3s ease-out;
    padding: 10px 17px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border: 0;
    font-size: 12px;
}
.view-popup-banner-slider .slick-prev:hover,
.view-popup-banner-slider .slick-next:hover{
    background: rgba(255,255,255,1);
    /* color: #FFFFFF; */
}