/**
 * Place your custom styles here.
 */
body{
    font-size: 14px !important;
    font-weight: normal;
    margin: 0;
    color: #333333;
    line-height: 20px !important;
    font-family: 'Open Sans';
    overflow-x: hidden;
    background: white;
    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;;
}
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: 60px;
        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: 'Droid Serif';
       font-size: 30px;
       color: #3B515C;
       text-align: center;
       margin: 0 0 30px 0;
   } 

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; */
}

/* node content */
.node__content {
    font-size: 14px;
}

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

/* 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;
}
.paragraph a{
    /* border-bottom: 1px dashed #41311a; */
}
.paragraph.paragraph--type--rich-text img.align-right{
    margin: 0 0 20px 20px;
}
.paragraph.paragraph--type--rich-text img.align-left{
    margin: 0 20px 20px 0;
}
.paragraph.paragraph--type--rich-text ul,
.paragraph.paragraph--type--rich-text ol{
    margin: 0 0 30px 20px;
}
.paragraph.paragraph--type--rich-text h2{
    margin: 0 0 20px 0;
    font-weight: bold;
}
.paragraph.paragraph--type--rich-text h3{
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 15px;
}
.paragraph.paragraph--type--rich-text table{
    border: 0;
    background: none;
}
.paragraph.paragraph--type--rich-text table tr{
    border: 0;
    background: none !important;
}
.paragraph.paragraph--type--rich-text table th{
    border: 0;
    background: #CCCCCC;
    padding: 10px 20px;
    border: 1px solid #FFFFFF;
    color: #333333;
    font-size: 14px;
}
.paragraph.paragraph--type--rich-text table td{
    border: 0;
    padding: 10px 20px;
    background: none !important;
    border: 1px solid #FFFFFF;
    font-size: 14px;
}

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

/* Mini Slideshow */
.paragraph--type--mini-slideshow{
    padding: 0 20%;
}
.paragraph--type--mini-slideshow img{
    height: auto;
    margin: 0;
}

/* FAQ page */
.paragraph--type--question-and-answer .field--name-field-faq-question{
    font-weight: bold;
    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-faq-question{
    display: block;
    margin-bottom: 20px;
}
.paragraph--type--question-and-answer .field--name-field-faq-question p:last-child{
    margin-bottom: 0;
}
.paragraph--type--question-and-answer .field--name-field-faq-question:before{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900; 
    content: "\f107";

    display: inline-block;
    margin-right: 20px;
    margin-left: 40px;
    color: #e21073;
    float: right;
    
}
.paragraph--type--question-and-answer .field--name-field-faq-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-faq-answer{
    display: none;
    margin-bottom: 30px;
    padding: 0 80px 0 10px;
}

/* Paragraph - Mantan */
.paragraph--type--mantan{
    display: inline-block;
    width: 100%;
}
.paragraph--type--mantan .field--name-field-member-photo{
    margin-right: 30px;
}
.paragraph--type--mantan .field--name-field-member-photo img{
    border: 7px outset gold;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: 50% 50%;
}
.paragraph--type--mantan .field--name-field-member-name{
    font-weight: bold;
    font-size: 17px;
    margin: 10px 0 5px 0;
}

/* Container fluid */
.container-fluid{
    padding: 0;
}

/* 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 */
    }


/* Branding container */
.branding-container{
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0;
    padding: 40px 0 0 0;
    border-bottom: 5px solid #E2B524;
    z-index: 900;

    background: rgb(50,87,43);
    background: -moz-linear-gradient(180deg, rgba(50,87,43,1) 0%, rgba(36,61,31,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(50,87,43,1) 0%, rgba(36,61,31,1) 100%);
    background: linear-gradient(180deg, rgba(50,87,43,1) 0%, rgba(36,61,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32572b",endColorstr="#243d1f",GradientType=1);
}
/* body:not(.path-frontpage) .branding-container{
    position: relative;
    top: 0;
} */
body.toolbar-horizontal .branding-container{
    top: 39px; 
}
body.toolbar-horizontal.toolbar-tray-open .branding-container{
    top: 79px;
}


/* Logo */
.logo-block{
    width: 150px;
    margin: 0 auto;
}
.logo-block img{
    width: 150px;
    height: 150px;
}
    /* mobile */
    .logo-mobile-block{
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        z-index: 100;
    }
    .logo-mobile-block img{
        width: 90px;
        height: 90px;
        position: relative;
        top: 6px;
    }

/* Main menu block */
.main-menu-block{
    margin-top: 10px;
    position: relative;
    z-index: 600;
    display: none;
}
.main-menu-block ul{
    text-align: center;
}
.main-menu-block ul.sf-menu  .sf-with-ul{
    padding-right: 20px !important;
}
.main-menu-block ul li{
    display: inline-block;
    float: none;
}
.main-menu-block ul li a{
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 20px;
    transition: color 0.3s ease-out;
}
.main-menu-block ul li a.logo{
    text-transform: uppercase;
    color: #FFFFFF;
    /* padding: 20px 50px; */
    background: url("../images/logo-museum-transparent.png") no-repeat;
    background-size: cover;
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 20px -90px 20px;
    position: relative;
    top: -8px;
    display: none;
    color: rgba(255, 255, 255, 0);
}
.main-menu-block ul li a.logo span{
    display: none;
}
.main-menu-block ul li span.nolink{
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 20px;
    display: block;
    transition: color 0.3s ease-out;
}
.main-menu-block ul li a:hover,
.main-menu-block ul li span.nolink:hover{
    color: #E2B524;
}
.main-menu-block ul.sf-menu .sf-sub-indicator {
    right: 0;
}
.main-menu-block ul li.active-trail span.nolink{
    color: #E2B524;
    font-weight: 600;
}

    /* sub menu */
    .main-menu-block ul li ul{
        background: rgba(0,0,0,0.8);
        /* top: 54px !important; */
        margin-top: 19px !important
        /* padding: 10px 10px !important; */
    }
    .main-menu-block ul li ul li{
        
    }
    .main-menu-block ul li ul li a{
        text-transform: capitalize;
        text-align: left;
        padding: 10px 20px;
        transition: color 0.3s ease-out;
        font-size: 13px;
    }
    .main-menu-block ul li ul li span.nolink{
        text-transform: capitalize;
        text-align: left;
        padding: 10px 20px;
        transition: color 0.3s ease-out;
        font-size: 13px;
    }
    .main-menu-block ul li ul li a:hover{
        color: #E2B524;
    }
    .main-menu-block ul li.active-trail a.is-active{
        color: #E2B524;
    }
    ul.sf-menu .sf-sub-indicator:after {
        font-family: 'Font Awesome 5 Pro';
        content: "\f0dd";
        font-size: 9px;
        font-weight: bold;
    }
    /* sub-sub menu */
    .main-menu-block ul li ul li ul{
        top: -19px !important;
        margin-left: 0;
        /* margin-left: 10px !important; */
    }

/* Hamburger (superfish) */ 
/* .sf-accordion-toggle{
    position: fixed;
    top: 0;
    right: 2%;
    z-index: 700;
    display: block;
}

body.toolbar-horizontal .sf-accordion-toggle,
body.toolbar-vertical .sf-accordion-toggle{
    top: 39px;
}
body.toolbar-horizontal.toolbar-tray-open .sf-accordion-toggle{
    top: 79px;
}

.sf-accordion-toggle a{

}
.sf-accordion-toggle a:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f0c9";
    font-size: 20px;
    height: 20px;
    color: #FFFFFF;
}
.sf-accordion-toggle a span{
    visibility: hidden;
    width: 0;
    display: inline-block;
}

#superfish-main-accordion{
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
    display: block;
    padding: 10% 0;
    border-left: 10px solid  #E2B524;
}
#superfish-main-accordion.sf-expanded{
    transform: translateX(0%);
}
ul.sf-menu.sf-accordion.sf-expanded{
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 30%;
    height: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    text-align: left;

    background: rgb(50,87,43);
    background: -moz-linear-gradient(180deg, rgba(50,87,43,1) 0%, rgba(36,61,31,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(50,87,43,1) 0%, rgba(36,61,31,1) 100%);
    background: linear-gradient(180deg, rgba(50,87,43,1) 0%, rgba(36,61,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32572b",endColorstr="#243d1f",GradientType=1);
}
ul.sf-menu.sf-accordion.sf-expanded > ul{
    position: relative !important;
}
ul.sf-menu.sf-accordion.sf-expanded li a,
ul.sf-menu.sf-accordion.sf-expanded li span.nolink{
    padding: 15px 15%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
} */
/* sub menu */
/* ul.sf-menu.sf-accordion.sf-expanded ul{
    position: relative;
    padding: 0 !important;
}
ul.sf-menu.sf-accordion.sf-expanded ul ul{
    margin-left: 0 !important;
    padding-left: 10px;
}
ul.sf-menu.sf-accordion.sf-expanded ul li a,
ul.sf-menu.sf-accordion.sf-expanded ul li span.nolink{
    background: #000000;
}
ul.sf-menu.sf-accordion.sf-expanded ul li ul li a,
ul.sf-menu.sf-accordion.sf-expanded ul li ul li span.nolink{
    background: #333333;
}
ul.sf-menu.sf-accordion.sf-expanded .sf-sub-indicator:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f0dd";
    font-size: 9px;
    font-weight: bold;
    top: 15px;
    left: 17px;
    
}
#superfish-main-accordion .sf-sub-indicator {
    right: 0;
    border-top: 0;
    border-bottom: 0;
    height: 43px;
    width: 40px;
    background: rgba(0,0,0,0.1);
} */



/* Menu mobile slider */
.menu-slider-block{
    width: 70%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 600;
    /* padding: 10% 5% 5% 5%; */
    transform: translateX(-200%);
    transition: transform 0.3s ease-out;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);

    background: rgb(50,87,43);
    background: -moz-linear-gradient(180deg, rgba(50,87,43,1) 0%, rgba(36,61,31,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(50,87,43,1) 0%, rgba(36,61,31,1) 100%);
    background: linear-gradient(180deg, rgba(50,87,43,1) 0%, rgba(36,61,31,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32572b",endColorstr="#243d1f",GradientType=1);
    overflow: hidden;
}
.menu-slider-block.is-active{
    transform: translateX(0);
}
.main-menu-mobile-block{ 

}
.main-menu-mobile-block ul{ 
    margin: 0;
    padding: 0;
}
.main-menu-mobile-block ul li{ 
    margin: 0;
    padding: 0;
    opacity: 0;
}
.main-menu-mobile-block ul li a,
.main-menu-mobile-block ul li span.nolink,
.main-menu-mobile-block ul li span.dropdown-toggle{ 
    color: #FFFFFF;
    font-size: 15px;
    padding: 10px 30px !important;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: color 0.3s ease-out;
}
.main-menu-mobile-block ul li a:hover,
.main-menu-mobile-block ul li span.nolink{
    color: #E2B524;
}
.main-menu-mobile-block ul li a.logo{
    display: none;
}

/* icons */
.main-menu-mobile-block a::before,
.main-menu-mobile-block span.nolink::before,
.main-menu-mobile-block span.dropdown-toggle::before{
    color: #E2B524;
}
.main-menu-mobile-block a.menu-home::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f015";
    font-weight: bold;
    margin-right: 20px;
    
}
.main-menu-mobile-block span.menu-about::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f46d";
    font-weight: bold;
    margin-right: 15px;
}
.main-menu-mobile-block span.menu-visitors::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f0c0";
    font-weight: bold;
    margin-right: 15px;
}
.main-menu-mobile-block span.menu-services::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f4bd";
    font-weight: bold;
    margin-right: 15px;
}
.main-menu-mobile-block span.menu-exhibition::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f723";
    font-weight: bold;
    margin-right: 15px;
}
.main-menu-mobile-block span.menu-media::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f87c";
    font-weight: bold;
    margin-right: 15px;
}
.main-menu-mobile-block span.menu-staff-services::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f508";
    font-weight: bold;
    margin-right: 15px;
}
.main-menu-mobile-block .nav-link--museum-drupal-8-download::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f019";
    font-weight: bold;
    margin-right: 15px;
}
.main-menu-mobile-block a.menu-cart::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f07a";
    font-weight: bold;
    margin-right: 15px;
}
.main-menu-mobile-block a.menu-search::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f002";
    font-weight: bold;
    margin-right: 15px;
}


/* dropdown menu */
.main-menu-mobile-block .dropdown-menu{
    position: relative !important;
    background: #000000;
    padding: 10px 10px;
    transform: unset !important;
    /* margin: 20px -100% 20px -5%; */
}
.main-menu-mobile-block .dropdown-menu li{
    margin: 0;
    padding: 0;
}
.main-menu-mobile-block .dropdown-menu li:hover{
    background: none;
}
.main-menu-mobile-block .dropdown-menu li a{
    display: block;
    padding: 15px 10px;
    text-transform: capitalize;
    font-size: 15px;
}
.main-menu-mobile-block .dropdown-menu li:hover a{
    color: #E2B524;
}
.main-menu-mobile-block .dropdown-toggle::after{
    float: right;
}

/* Main menu superfish mobile block */
.main-menu-superfish-mobile-block{

}
.main-menu-superfish-mobile-block ul.sf-main{
    width: 100% !important;
}
.main-menu-superfish-mobile-block ul li{
    
}
.main-menu-superfish-mobile-block ul li a,
.main-menu-superfish-mobile-block ul li span.nolink{
    color: #FFFFFF;
    font-size: 15px;
    padding: 13px 30px !important;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,0.1); 
    transition: color 0.3s ease-out;
}
.main-menu-superfish-mobile-block ul li a:hover,
.main-menu-superfish-mobile-block ul li span.nolink:hover{
    color: #E2B524;
}

.main-menu-superfish-mobile-block ul li a.logo{
    display: none;
}
.main-menu-superfish-mobile-block #superfish-main{
    width: 100%;
}
    /* sub-menu */
    .main-menu-superfish-mobile-block ul li ul{
        position: relative;
    }
    .main-menu-superfish-mobile-block ul li li{
        float: none;
    }
    .main-menu-superfish-mobile-block ul li li a,
    .main-menu-superfish-mobile-block ul li li span.nolink{
        padding: 15px 30px !important;
        text-transform: capitalize;
        font-size: 14px;
    }
    .main-menu-superfish-mobile-block ul.sf-menu.sf-vertical li:hover > ul, 
    .main-menu-superfish-mobile-block ul.sf-menu.sf-vertical li.sfHover > ul {
        left: 0;
        top: unset;
        width: 100% !important;
        background: #000000;
    }
        .main-menu-superfish-mobile-block ul.sf-menu.sf-vertical li:hover > ul li a, 
        .main-menu-superfish-mobile-block ul.sf-menu.sf-vertical li.sfHover > ul li a,   
        .main-menu-superfish-mobile-block ul.sf-menu.sf-vertical li:hover > ul li span.nolink, 
        .main-menu-superfish-mobile-block ul.sf-menu.sf-vertical li.sfHover > ul li span.nolink {
            text-transform: capitalize;
            padding-left: 50px !important;
            z-index: 100;
        }
    .main-menu-superfish-mobile-block ul.sf-menu.sf-vertical li:hover ul ul, 
    .main-menu-superfish-mobile-block ul.sf-menu.sf-vertical li.sfHover ul ul {
        left: 0 !important;
        top: unset;
        width: 100% !important;
        background: #333333;
    }
        .main-menu-superfish-mobile-block ul.sf-menu.sf-vertical li:hover ul ul li a, 
        .main-menu-superfish-mobile-block ul.sf-menu.sf-vertical li.sfHover ul ul li a,
        .main-menu-superfish-mobile-block ul.sf-menu.sf-vertical li:hover ul ul li span.nolink, 
        .main-menu-superfish-mobile-block ul.sf-menu.sf-vertical li.sfHover ul ul li span.nolink {
            text-transform: capitalize;
            padding-left: 70px !important;
            z-index: 200;
        }
    ul.sf-menu.sf-vertical .sf-sub-indicator:after {
        content: "\f0dd" !important;
    }

    /* stagger animation when opened */
    /* body.menu-open .main-menu-superfish-mobile-block ul li{
        animation-name: sidebar-menu-appear-left;
        animation-fill-mode: forwards;
        animation-duration: 0.3s;
        opacity: 0;
    }
    body.menu-open .main-menu-superfish-mobile-block ul li:nth-child(1){ animation-delay: 0.3s; }
    body.menu-open .main-menu-superfish-mobile-block ul li:nth-child(2){ animation-delay: 0.35s; }
    body.menu-open .main-menu-superfish-mobile-block ul li:nth-child(3){ animation-delay: 0.40s; }
    body.menu-open .main-menu-superfish-mobile-block ul li:nth-child(4){ animation-delay: 0.45s; }
    body.menu-open .main-menu-superfish-mobile-block ul li:nth-child(5){ animation-delay: 0.50s; }
    body.menu-open .main-menu-superfish-mobile-block ul li:nth-child(6){ animation-delay: 0.55s; }
    body.menu-open .main-menu-superfish-mobile-block ul li:nth-child(7){ animation-delay: 0.60s; }
    body.menu-open .main-menu-superfish-mobile-block ul li:nth-child(8){ animation-delay: 0.65s; }
    body.menu-open .main-menu-superfish-mobile-block ul li:nth-child(9){ animation-delay: 0.70s; }
    body.menu-open .main-menu-superfish-mobile-block ul li:nth-child(10){ animation-delay: 0.75s; }
    body.menu-open .main-menu-superfish-mobile-block ul li:nth-child(11){ animation-delay: 0.80s; }
    body.menu-open .main-menu-superfish-mobile-block ul li:nth-child(12){ animation-delay: 0.85s; } */

/* icons */
.main-menu-mobile-block a::before,
.main-menu-mobile-block span.nolink::before,
.main-menu-mobile-block span.dropdown-toggle::before,
.main-menu-superfish-mobile-block a::before,
.main-menu-superfish-mobile-block span.nolink::before,
.main-menu-superfish-mobile-block span.dropdown-toggle::before{
    color: #E2B524;
}
.main-menu-mobile-block a.menu-home::before,
.main-menu-superfish-mobile-block a.menu-home::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f015";
    font-weight: bold;
    margin-right: 20px;
    
}
.main-menu-mobile-block span.menu-about::before,
.main-menu-superfish-mobile-block span.menu-about::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f46d";
    font-weight: bold;
    margin-right: 15px;
}
.main-menu-mobile-block span.menu-visitors::before,
.main-menu-superfish-mobile-block span.menu-visitors::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f0c0";
    font-weight: bold;
    margin-right: 15px;
}
.main-menu-mobile-block span.menu-services::before,
.main-menu-superfish-mobile-block span.menu-services::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f4bd";
    font-weight: bold;
    margin-right: 15px;
}
.main-menu-mobile-block span.menu-exhibition::before,
.main-menu-superfish-mobile-block span.menu-exhibition::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f723";
    font-weight: bold;
    margin-right: 15px;
}
.main-menu-mobile-block span.menu-media::before,
.main-menu-superfish-mobile-block span.menu-media::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f87c";
    font-weight: bold;
    margin-right: 15px;
}
.main-menu-mobile-block span.menu-staff-services::before,
.main-menu-superfish-mobile-block span.menu-staff-services::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f508";
    font-weight: bold;
    margin-right: 15px;
}
.main-menu-mobile-block .nav-link--museum-drupal-8-download::before,
.main-menu-superfish-mobile-block #main-views-viewviewsdownloadpage-1 a::before,
.main-menu-superfish-mobile-block #main-views-viewviewsdownloadpage-1--2 a::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f019";
    font-weight: bold;
    margin-right: 15px;
}
.main-menu-mobile-block a.menu-cart::before,
.main-menu-superfish-mobile-block a.menu-cart::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f07a";
    font-weight: bold;
    margin-right: 15px;
}
.main-menu-mobile-block a.menu-search::before,
.main-menu-superfish-mobile-block a.menu-search::before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f002";
    font-weight: bold;
    margin-right: 15px;
}

/* Main menu slider block (non-superfish) -- added 31/3/2022 */
.main-menu-slider-block{

}
.main-menu-slider-block ul li{
    margin: 0;
    padding: 0;
}
.main-menu-slider-block ul li a,
.main-menu-slider-block ul li span.nolink{
    color: #FFFFFF;
    font-size: 15px;
    padding: 13px 30px !important;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,0.1); 
    transition: color 0.3s ease-out;
    display: block;
}
.main-menu-slider-block ul li a:hover,
.main-menu-slider-block ul li span.nolink:hover{
    color: #E2B524;
}
.main-menu-slider-block ul li a.logo{
    display: none;
}
    /* submenu */
    /* .main-menu-slider-block ul li ul.dropdown-menu{
        background: #000000;
        position: relative !important;
        transform: none !important;
    }
    .main-menu-slider-block ul li ul.dropdown-menu li a{
        text-transform: capitalize;
        padding: 5px 10px;
        display: block;
    } */

/* Close */
.close-menu-block{
    background: #233E1F;
    margin: 0 0 30px 0;
}
.close-menu-block .close-menu a{
    color: #FFFFFF;
    display: block;
    padding: 10px 10px;
    text-align: right;
}
.close-menu-block .close-menu a i{
    margin-right: 5px;
}


/* Search / Cart icon block */
.search-cart-block{
    position: absolute;
    right: 10px;
    bottom: 20px;
    display: none;
    z-index: 700;
}
.search-cart-block ul{
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
}
.search-cart-block ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.search-cart-block ul li a{
    color: #FFFFFF;
    margin: 0 10px;
}
.search-cart-block ul li a span{
    visibility: hidden;
    width: 0;
    display: inline-block;
}

/* Search block */
.search-block{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 250;
    display: none;
}
.search-block.views-exposed-form{
    background: rgba(0,0,0,0.5);
    border-radius: 0;
    color: #FFFFFF;
    margin-top: 97px;
}
.search-block.views-exposed-form .btn-primary{
    background: #24959D;
    border: 0;
    font-size: 13px;
}
.search-block.views-exposed-form input{
    border-radius: 0;
    border: 0;
    font-size: 13px;
}

/* Search result page */
.search-result-page ul li{
    margin: 0 0 20px 0;
}


/* Inner banner */
.inner-banner-block{
    margin: 0 -15px;
}
.inner-banner-block img{
    object-fit: cover;
    width: 100%;
    height: auto;
}

/* Hamburger block */
.hamburger-block{
    position: absolute;
    top: 18%;
    right: 3%;
    z-index: 500;
}
body:not(.path-frontpage) .hamburger-block{
    /* width: 100%; */
    padding-left: 30px;
    z-index: 110;
}
    body.toolbar-horizontal .hamburger-block{
 
    }
    body.toolbar-horizontal.toolbar-tray-open .hamburger-block{

    }

    .hamburger-block .hamburger{
        background: none;
        cursor: pointer;
    }
    .hamburger-block .hamburger-box {
        width: 20px;
        height: 15px;
    }
    .hamburger-block .hamburger-inner, 
    .hamburger-block .hamburger-inner::after, 
    .hamburger-block .hamburger-inner::before{
        background-color: #FFFFFF;
        height: 2px;
        width: 20px;
        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;
    }
    .hamburger-block .hamburger-inner::before {
        top: -5px;
    }
    .hamburger-block .hamburger-inner::after {
        bottom: -6px;
    }
    .hamburger-block .hamburger{
        padding: 3px 20px;
    }

/* Hamburger mobile block */
/*
.hamburger-mobile-block{
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 110;
}
body.toolbar-vertical .hamburger-mobile-block,
body.toolbar-horizontal .hamburger-mobile-block{
    top: 50px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .hamburger-mobile-block{
    top: 100px;
}
body:not(.path-frontpage) .hamburger-mobile-block{
    padding-left: 30px;
    z-index: 110;
}
    body.toolbar-horizontal .hamburger-mobile-block{
 
    }
    body.toolbar-horizontal.toolbar-tray-open .hamburger-mobile-block{

    }

    .hamburger-mobile-block .hamburger{
        background: #4762af;
        cursor: pointer;
    }
    .hamburger-mobile-block .hamburger-box {
        width: 20px;
        height: 15px;
    }
    .hamburger-mobile-block .hamburger-inner, 
    .hamburger-mobile-block .hamburger-inner::after, 
    .hamburger-mobile-block .hamburger-inner::before{
        background-color: #FFFFFF;
        height: 2px;
        width: 20px;
        transition: background-color 0.1s ease-out;
    }
    .hamburger-mobile-block .hamburger-inner::before {
        top: -7px;
    }
    .hamburger-mobile-block .hamburger-inner::after {
        bottom: -7px;
    }
    .hamburger-mobile-block .hamburger-label{
        display: none;
    }
    .hamburger-mobile-block .hamburger-inner::before {
        top: -5px;
    }
    .hamburger-mobile-block .hamburger-inner::after {
        bottom: -6px;
    }
    .hamburger-mobile-block .hamburger{
        padding: 25px;
    }
*/

/* Slideshow */
.slideshow-container{
    padding: 0;
    position: relative;
    background: #000000;
}
.slideshow-block{
    width: 100%;
    overflow: hidden;
}
.view-slideshow .views-field-field-slide-image{
    overflow: hidden;
}
.view-slideshow img{
    object-fit: cover;
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: transform 0.20s ease-in-out;
}
.view-slideshow .arrow-left{
    position: absolute;
    top: 35%;
    left: 1%;
    background: rgba(255,255,255,0.5);
    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.5);
    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;
    display: none !important;
}
.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;
}
.view-slideshow .views-field-edit-node{
    position: absolute;
    top: 50%;
}
.view-slideshow .views-field-edit-node a{
    border-radius: 0 5px 5px 0;
    padding-left: 20px;
}
.view-slideshow .caption{
    position: relative;
    background: #000000;
    width: 100%;
    /* padding: 10px 10px; */
}
.view-slideshow .caption h1{
    padding: 10px 0 5px 20px;
    opacity: 1;
    color: #fbce71;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.view-slideshow .caption h2{
    padding: 0 20px 10px 20px;
    opacity: 1;
    color: #FFFFFF;
    font-size: 13px;
    margin: 0;
    text-align: center;
}
.view-slideshow .caption h1 p,
.view-slideshow .caption h2 p{
    margin: 0;
}
.view-slideshow .views-row{
    position: absolute;    
    top: 0;
    left: 0;
}

.view-slideshow .views-row.slick-active .caption h1{
    animation-name: slide-caption-centre;
    animation-delay: 0.1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
.view-slideshow .views-row.slick-active .caption h2{
    animation-name: slide-caption-centre;
    animation-delay: 0.1s;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
}

.view-slideshow .views-row.slick-active img{
    animation-name: slide-image-enlarge;
    animation-delay: 0.1s;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
}
.view-slideshow .video-container{
    width: 80%;
    margin: 0 auto;
}
.view-slideshow .views-field-field-slide-youtube-url .youtube-container{
    background: #000000;
}
.view-slideshow .youtube-container iframe{
    margin: 0 auto;
    display: block;
    padding: 20px;
}
.view-slideshow .more-link{
    text-align: left;
    margin: 10px 0 0 20px;
}
.view-slideshow .more-link a{
    color: #fbce71;
}
.view-slideshow .more-link a:hover{
    color: #000000;
}

.view-slideshow .views-row img{
    width: 100%;
    object-fit: cover;
}
.view-slideshow .views-field-edit-node{
    
}

/* Hours location */
.hours-location-anchor-block{
    text-align: center;
}
.hours-location-anchor-block a{
    background: #24959D;
    display: block;
    color: #FFFFFF;
    padding: 15px 10px;
    text-transform: uppercase;
}

/* Latest Updates */
.latest-update-block{
    width: 90%;
    margin: 0 auto 50px auto;
}
.latest-update-block h2.block-header{
    font-family: 'Droid Serif';
    font-weight: 400;
    font-size: 22px;
    color: #3A525E;
    margin-top: 20px;
    text-align: center;
    padding: 50px 0 20px 0;
}
.view-latest-updates.latest .views-row{
    border: 1px solid #CCCCCC;
    margin: 10px 20px;
    padding: 20px;
    /* height: 380px; */
    font-size: 14px;
    position: relative;
    outline: none;
    overflow: hidden;
}
.view-latest-updates.latest .views-field-field-announcement-cover{
    overflow: hidden;
    margin: -21px -21px 20px -21px;
    height: 180px;
    /* display: flex; */
}
.view-latest-updates.latest .views-field-field-announcement-cover img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform 0.3s ease-out;
}
.view-latest-updates.latest .views-row:hover .views-field-field-announcement-cover img{
    transform: scale(1.2);
}
.view-latest-updates.latest .views-field-title h2{
    font-family: 'Droid Serif';
    color: #3f7335;
    font-size: 17px;
    /* height: 50px; */
}
.view-latest-updates.latest .views-field-title h2 a{
    color: #3f7335;
}
.view-latest-updates.latest .arrow-left{
    left: -3%;
}
.view-latest-updates.latest .arrow-right{
    right: -3%;
}
.view-latest-updates.latest .views-field-field-announcement-date{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    color: #FFFFFF;
    padding: 10px 10px;
    font-family: 'Droid Serif';
    text-transform: uppercase;
}
.view-latest-updates.latest .view-content.row{
    display: block;
}
.view-latest-updates.latest .views-field-edit-node{
    position: absolute;
    top: 0;
    right: 0;
}
.view-latest-updates.latest .more-link{
    text-align: right;
}
.view-latest-updates.latest .more-link a{
    background: #5bbab0;
    border: 1px solid #5bbab0;
    display: inline-block;
    padding: 10px 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: background 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
}
.view-latest-updates.latest .more-link a:hover{
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
}
.view-latest-updates.latest .more-link i{
    margin-left: 10px;
    position: relative;
    top: 1px;
}

/* State Heritage (Featured) */
.state-heritage-block h2.block-header{
    font-family: 'Droid Serif';
    font-weight: 400;
    font-size: 22px;
    color: #3A525E;
    margin-top: 20px;
    text-align: center;
    padding: 50px 0 20px 0;
}
.view-state-heritage {
    position: relative;
}
.view-state-heritage .row{
    display: flex;
    flex-direction: column;
}
.view-state-heritage.featured .views-field-field-heritage-cover{
    
}
.view-state-heritage.featured .views-field-field-heritage-cover .field-content{
    background: green;
    text-align: center;
    width: 100%;
    
}
.view-state-heritage.featured .views-field-field-heritage-cover-1{
    display: none;
}
.view-state-heritage.featured .cover-photo-container{
    position: relative;
    overflow: hidden;
}
.view-state-heritage.featured .cover-photo-container .cover{
    text-align: center;
}
.view-state-heritage.featured .cover-photo-container .cover img{
    position: relative;
    z-index: 100;
    width: 100%;
    height: auto;
}
.view-state-heritage.featured .cover-photo-container .background{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(5px);
    background-size: 100%;
    /* height: 500px; */
}
.view-state-heritage.featured .caption{
    background: rgba(0,0,0,1);
    padding: 20px 20px;
    color: #FFFFFF;
    position: relative;
    z-index: 200;
    text-align: justify;
    font-size: 13px;
}
.view-state-heritage.featured .caption h2{
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 20px 0;
}
.view-state-heritage.featured .caption .more-link a{
    background: #5bbab0;
    border: 1px solid #5bbab0;
    display: inline-block;
    padding: 10px 10px;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    transition: background 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out;
}
.view-state-heritage.featured .caption .more-link{
    text-align: right;
}
.view-state-heritage.featured .caption .more-link a:hover{
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
}
.view-state-heritage.featured .views-field-edit-node {
    position: absolute;
    top: 45%;
    left: 0;
}

/* State Heritage (Listing) */
.view-state-heritage.listing ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.view-state-heritage.listing ul li{
    width: 95%;
    position: relative;
    padding: 0;
    margin: 0 auto;
}
.view-state-heritage.listing ul li .views-field-field-heritage-cover{
    overflow: hidden;
    text-align: center;
    background: #000000;
}
.view-state-heritage.listing ul li .views-field-field-heritage-cover img{
    object-fit: cover;
    width: 100%;
    height: 200px;
    transition: transform 0.3s ease-out;
}
.view-state-heritage.listing ul li:hover .views-field-field-heritage-cover img{
    transform: scale(1.2);
}
.view-state-heritage.listing ul li h2{
    text-transform: uppercase;
    margin: 10px 0 20px 0;
    font-size: 13px;
    color: #3B515C;
    font-weight: bold;
}
.view-state-heritage.listing ul li .views-field-edit-node{
    position: absolute;
    top: 8px;
    right: 7px;
}

/* State Heritage (individual) */
.view-state-heritage.individual{
    text-align: center;
} 
.view-state-heritage.individual .views-field-title{
    margin: 20px 0;
}
.view-state-heritage.individual .views-field-field-heritage-cover{
    /* width: 80%; */
    margin: 0 auto;
}
.view-state-heritage.individual img{
    width: 100%;
    height: auto;
    border: 5px solid #FFFFFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.view-state-heritage.individual .view-footer{
    margin: 50px 0 0 0;
    text-align: center;
}
.view-state-heritage.individual .view-footer a{
    background: #29AEB5;
    padding: 10px 10px;
    color: #FFFFFF;
    border: 1px solid #29AEB5;
    transition: background 0.3s ease-out, color 0.2s ease-out, border 0.3s ease-out;
}
.view-state-heritage.individual .view-footer a:hover{
    background: #FFFFFF;
    color: #000000;
    padding: 10px 10px;
    border: 1px solid #000000;
}
.view-state-heritage.individual .warta-container{
    border: 6px double #3B515C;
    padding: 50px 20px 20px 20px;
    display: inline-block;
    position: relative;
    margin: 30px 0 50px 0;
    width: 100%;
    text-align: center;
}
.view-state-heritage.individual .warta-container i{
    position: absolute;
    top: -26px;
    left: 43%;
    width: 100%;
    border: 6px double #3B515C;
    border-radius: 50%;
    width: 50px;
    display: flex;
    justify-content: center;
    padding: 15px 23px;
    background: #FFFFFF;
    margin: 0 auto;
}
.view-state-heritage.individual .warta-container h2{
    font-weight: bold;
    margin-bottom: 40px !important;
    text-align: center;
    text-transform: uppercase;
}
.view-state-heritage.individual .warta-container .description{
    
}
.view-state-heritage.individual .views-field-edit-node{
    position: absolute;
    right: 0;
    top: 0;
}

/* Main wrapper */
.main-content{
    padding: 200px 5% 15% 5%;
}
body.path-frontpage .main-content{
    display: none;
}

@media(max-width:500px){
/*************************************************************/
.main-content{
    padding-top: 200px;
}
/*************************************************************/
}



/* Exhibition (individual) */
.view-exhibition.individual .view-content.row{
    justify-content: center;
}
/* Oepning Hours + Getting there */
.view-exhibition.individual .opening-hours-container{
    margin: 30px 0 30px 0;
}
.view-exhibition.individual .opening-hours-container h2{
    font-weight: bold;
    flex-basis: 100%;
    margin-bottom: 30px;
}
.view-exhibition.individual .opening-hours-container h3{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #3B515C;
}

    /* Contact Us */
    .view-exhibition.individual .contact-us-container{
        margin: 30px 0 30px 0;
    }
    .view-exhibition.individual .contact-us-container .wrapper{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .view-exhibition.individual h2{
        font-weight: bold;
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    .view-exhibition.individual h3{
        text-transform: uppercase;
        font-size: 13px;
        font-weight: bold;
        color: #3B515C;
    }
    .view-exhibition.individual .contact-us-container .contact-us-item{
        width: 30%;
        margin: 0 20px 25px 0;
        border-bottom: 2px dotted #CCCCCC;
    }
    .view-exhibition.individual .views-field-field-exhibition-map iframe{
        width: 100%;
        border: 5px solid #FFFFFF;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

.view-exhibition.individual .attachment{
    margin: 40px 0 0 20px;
}
.view-exhibition.individual .attachment ul{
    text-align: center;
}
.view-exhibition.individual .attachment ul li{
    display: inline-block;
    vertical-align: top;
}
.view-exhibition.individual .views-field-edit-node{
    margin: 0 0 20px 0;
}
.view-exhibition.individual .views-field-views-conditional-field-1{
    width: 60%;
    margin: 30px auto;
}
.view-exhibition.individual .views-field-views-conditional-field-1 .field-content{
    display: block;
}
.view-exhibition.individual .views-field-views-conditional-field-1 img{
    height: auto;
}


/* Listing */
.view-exhibition.listing{

}
.view-exhibition.listing ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.view-exhibition.listing ul li{
    width: 90%;
    margin: 0 10px;
    overflow: hidden;
}
.view-exhibition.listing ul li .views-field-field-exhibition-cover{
    overflow: hidden;
}
.view-exhibition.listing ul li .views-field-field-exhibition-cover img{
    object-fit: cover;
    width: 100%;
    height: 200px;
    transition: transform 0.3s ease-out;
}
.view-exhibition.listing ul li:hover .views-field-field-exhibition-cover img{
    transform: scale(1.2);
}
.view-exhibition.listing ul li .views-field-title{
    margin: 10px 0 0 0;
}
.view-exhibition.listing ul li .views-field-title h2{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #3B515C;
}
.view-exhibition.listing ul li .views-field-field-museum-category h3{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #385E30;
    margin: 20px 0 0 0;
}


/* Info box */
.info-box-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.info-box{
    border: 6px double #3B515C;
    padding: 20px 20px;
    display: inline-block;
    position: relative;
    margin: 0 20px 40px 20px;
    width: 350px;
    height: 200px;
    text-align: center;
}
.info-box h2{
    font-weight: bold;
    margin-bottom: 40px !important;
    text-align: center;
}
.info-box h2 i{
    position: absolute;
    top: -26px;
    left: 43%;
    width: 100%;
    border: 6px double #3B515C;
    border-radius: 50%;
    width: 50px;
    display: flex;
    justify-content: center;
    padding: 15px 23px;
    background: #FFFFFF;
    margin: 0 auto;
}
.info-box h2 span{
    position: relative;
    top: 20px;
}


/* Directory (node) */
.node--type-directory-group .field--name-field-dir-members > .field__item:nth-child(odd){
    background: #f9f9f9;
}
.node--type-directory-group .field--name-field-dir-members{
    display: flex;
    flex-direction: column;
}
.node--type-directory-group .paragraph--type--member-profile{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.node--type-directory-group .field--name-field-member-photo{
    margin: 20px 0 0 0;
}
.node--type-directory-group .field--name-field-member-photo img{
    border: 1px solid #CCCCCC;
    padding: 3px;
    background: #FFFFFF;
    width: 150px;
    height: auto;
}
.node--type-directory-group .field--name-field-member-name{
    margin: 0 0 5px 0;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    color: #3B515C;
    font-size: 16px;
    padding-top: 10px;
}
.node--type-directory-group .field--name-field-member-position{
    color: #808080;
    margin-bottom: 20px;
    font-size: 13px;
}
.node--type-directory-group .field--name-field-member-email{
    margin: 0 0 5px 0;
}
.node--type-directory-group .field--name-field-member-email span{
    background: #EEEEEE;
    padding: 3px 7px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 12px;
}
.node--type-directory-group .field--name-field-member-email:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f0e0";
    margin: 0 10px 0 0;
    color: #a3417c;
    font-weight: 600;
}
.node--type-directory-group .field--name-field-member-phone{
    margin: 0 0 5px 0;
    font-size: 13px;
}
.node--type-directory-group .field--name-field-member-phone:before{
    font-family: 'Font Awesome 5 Pro';
    content: "\f879";
    margin: 0 10px 0 0;
    color: #a3417c;
    font-weight: 600;
}

/* Directory (view) */
.view-directory{

}
.view-directory .row{
    display: unset;
}
.view-directory table tr{
    border: 0;
    background: none;
}
    .view-directory .table-striped tbody tr:nth-of-type(2n+1){
        background: #f9f9f9;
    }
.view-directory table td{
    border: 0;
    background: none;
    padding: 20px 20px;
}
.view-directory caption{
    caption-side: top;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    font-size: 20px;
    color: #333333;
}
.view-directory .views-field-field-member-photo{
    width: 5%;
    padding-right: 60px;
}
.view-directory .views-field-field-member-photo img{
    border: 1px solid #CCCCCC;
    padding: 3px;
    background: #FFFFFF;
    width: 120px;
    height: auto;
}
.view-directory .member-profile{

}
.view-directory .member-profile .name{
    margin: 10px 0 1px 0;
}
.view-directory .member-profile .name h2{
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: #46286e;
}
.view-directory .member-profile .position{
    color: #808080;
    margin-bottom: 20px;
    font-size: 13px;
}
.view-directory .member-profile .contact-item{
    margin: 0 0 5px 0;
    font-size: 13px;
}
.view-directory .member-profile .contact-item i{
    margin: 0 10px 0 0;
    color: #a3417c;
}
.view-directory .member-profile .contact-item.email span{
    background: #EEEEEE;
    padding: 3px 7px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    font-size: 12px;
}

/* Photo gallery */
.view-photo-gallery{

}
.view-photo-gallery .view-content{
    display: block;
}
.view-photo-gallery ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.view-photo-gallery ul li{
    width: 90%;
    margin: 0;
    padding: 0;
}
.view-photo-gallery ul li .views-field-field-album-photos{
    overflow: hidden;
    height: 200px;
    margin: 0 0 5px 0;
}
.view-photo-gallery ul li .views-field-field-album-photos img{
    width: 100%;
    height: auto;
    object-fit: cover;
}



/* Video gallery */
.view-video-gallery{

}
.view-video-gallery .view-content{
    display: block;
}
.view-video-gallery ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.view-video-gallery ul li{
    width: 33%;
    margin: 0;
    padding: 0;
}


/* Downloads */
.view-download .views-field-field-files .file a{
    font-size: 12px;
}

/* Agency links */
.agency-links-block{
    width: 50%;
    margin: 0 auto;
    padding: 50px 0;
}
.agency-links-block .views-row{
    text-align: center;
}
.agency-links-block .views-row .views-field-field-agency-logo{
    
}
.agency-links-block .views-row .views-field-field-agency-logo img{
    width: auto;
    height: 80px;
    margin: 0 auto;
}
.agency-links-block .arrow-left{
    top: 20%;
    font-size: 15px;
}
.agency-links-block .arrow-right{
    top: 20%;
    font-size: 15px;
}

/* Follow Us block */
.follow-us-block{
    width: 80%;
    margin: 10% auto;
}
.follow-us-block h2{
    text-align: center;
    width: 100%;
    font-family: 'Droid Serif';
    font-weight: 400;
    font-size: 22px;
    color: #3A525E;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 0 0 0;
}
.follow-us-block .social-media-container{
    display: flex;
    justify-content: center;
}
.follow-us-block .social-media-container .item-container{
    margin: 0 20px;
}
.follow-us-block .social-media-container .item-container a{
    display: block;
    padding: 20px 35px;
    color: #FFFFFF;
    background: #29AEB5;
    width: 150px;
    text-align: center;
    font-size: 20px;
    /* transition: background 0.3s ease-out; */
}
.follow-us-block .social-media-container .item-container.facebook:hover a{
    background: #3b5998;
}
.follow-us-block .social-media-container .item-container.instagram:hover a{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}


/* Facebook */
.facebook-block{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 70px auto 40px auto;
    text-align: center;
    position: relative;
    z-index: 200;
}
.facebook-block h2{
    width: 100%;
    font-family: 'Droid Serif';
    font-weight: 400;
    font-size: 22px;
    color: #3A525E;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px 0 0;
}
.facebook-block .content{
    width: 80%;
    margin: 0 auto;
}

/* Instagram */
.instagram-block{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 70px auto 40px auto;
    text-align: center;
    position: relative;
    z-index: 200;
}
.instagram-block h2{
    width: 100%;
    font-family: 'Droid Serif';
    font-weight: 400;
    font-size: 22px;
    color: #3A525E;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 20px 0 0;
}
.instagram-block .content{
    width: 80%;
    margin: 0 auto;
}




/* Footer */
.footer-container{
    
}

/* Footer first */
.footer-first-container{
    margin: 0;
    padding: 40px 15%;
}
.footer-first-container h2{
    color: #3A525E;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 16px;
}
.footer-first-container .footer-first{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.footer-first-container .block{
    width: 90%;
    padding: 20px 20px;
}
    /* Header */
    .opening-hours-location-header{
        flex-basis: 100%;
        text-align: center;
    }
    .opening-hours-location-header h2{
        text-transform: capitalize;
        font-size: 22px;
        font-family: 'Droid Serif';
        font-weight: 400;
        margin-bottom: 50px;
    }

    /* Direction */ 
    .footer-first-container .direction-block a{
        text-transform: uppercase;
        border-bottom: 1px solid #000000;
        color: #000000;
    }
    .footer-first-container .direction-block i{
        color: #29AEB5;
        margin-right: 15px;
    }

    /* Opening Hours */ 
    .footer-first-container .opening-hours-block ul{
        margin: 0 0 0 20px;
        padding: 0;
    }
    .footer-first-container .opening-hours-block ul li{
        margin: 0 0 3px 0;
        padding: 0;
    }

    /* Contact */ 
    .footer-first-container .contact-block i{
        color: #29AEB5;
        margin-right: 15px;
    }
    .footer-first-container .contact-block .item-label span{
        visibility: hidden;
        width: 0;
        display: inline-block;
    }
    .footer-first-container .contact-block .contact-container{
        display: flex;
        flex-direction: row;
        margin: 0 0 3px 0;
    }
    .footer-first-container .contact-block .contact-container.address{
        display: block;
        margin: 0 0 20px 0;
    }
    .footer-first-container .contact-block a{
        color: #333333;
    }

/* Footer second */
.footer-second-container{
    background: #233E1F;
    padding: 30px 50px;
    color: #FFFFFF;
    font-size: 13px;
}
.footer-second-container a{
    color: #FFFFFF;
    font-size: 13px;
}
.footer-second-container .row{
    margin: 0;
}
.footer-second-container .footer-second-second{
    align-self: flex-end;
}
.footer-second-container .footer-second-fourth{
    /* align-self: flex-end; */
}

/* Address block */
.address-block{
    text-align: center;
}

/* Phone block */
.phone-block{
    text-align: center;
}

/* Email block */
.email-block{
    text-align: center;
}

/* Footer third */
.footer-third-container{
    background: #1c3118;
    padding: 20px 50px;
    color: #FFFFFF;
    font-size: 12px;
}
.footer-third-container a{
    color: #FFFFFF;
    font-size: 12px;
    transition: color 0.3s ease-out;
}
.footer-third-container a:hover{
    color: gold;
}
.footer-third-container .row{
    margin: 0;
}
.footer-third-container .footer-third-second{
    align-self: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-third-container .footer-third-third{
    align-self: center;
}
.footer-third-container .footer-third-fourth{
    align-self: center;
}

/* Save Our Heritage */
.save-our-heritage-block{
    text-align: center;
    flex-basis: 100%;
    margin: 0 0 10px 0;
}
.save-our-heritage-block h2{
    font-weight: 400;
    font-family: 'Droid Serif';
    font-size: 20px;
    text-transform: uppercase;
}
.save-our-heritage-block h3{
    color: #E2B524;
    font-size: 27px;
    font-family: 'Allura';
}

    /* Copright */
    .copyright-block{
        text-align: center;
        flex-basis: 100%;
    }
    .copyright-block p{
        margin: 0 0 5px 0;
    }

    /* Social media links */
    .social-media-links-block{
        

    }
    .social-media-links-block ul{
        display: flex;
        flex-direction: row;
        margin: 0 0 20px 0;
        padding: 0;
        justify-content: center;
    }
    .social-media-links-block ul li{
        margin: 0 10px;
        padding: 0;
        list-style: none;
    }
    .social-media-links-block ul li a{
        background: rgba(255, 255, 255, 0.2);
        width: 40px;
        height: 40px;
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        color: rgba(255, 255, 255, 0.5);
        font-size: 20px;
        transition: color 0.3s ease-out;
    }
    .social-media-links-block ul li a:hover{
        color: rgba(255, 255, 255, 0.9);
    }
    .social-media-links-block ul li a i{
        position: relative;
        top: 11px;
    }
    .social-media-links-block ul li a span{
        visibility: hidden;
        display: inline-block;
        width: 0;
    }

    /* Footer menu */
    .footer-menu-block{
        flex-basis: 100%;
    }
    .footer-menu-block ul{
        display: flex;
        justify-content: center;
        margin: 5px 0 20px 0;
        padding: 0;
    }
    .footer-menu-block ul li{
        margin: 0;
        padding: 0;
    }
    .footer-menu-block ul li a{
        padding: 0;
    }

/* Visitor counter */
.visitor-counter{
    margin: 0 0 0 10px;
}
.visitor-counter .text{
    margin-left: 5px;
}
.visitor-counter .number{
    margin-left: 5px;
}
.visitor-counter::before{
    content: " | ";
    color: #FFFFFF;
}

/* QR code block */
.qr-code-block{
    text-align: center;
    display: none;
}
.qr-code-block img{
    border: 3px solid #FFFFFF;
}

/* 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: #EEEEEE;
    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;
    }
    .views-exposed-form label{
        font-size: 13px;
        margin-bottom: 0;
    }
    .views-exposed-form .btn-primary{
        background: #29ad99;
        border: 1px solid #29ad99;
    }
    .views-exposed-form .btn-primary:hover{
        background: #29ad99;
        border: 1px solid #29ad99;
    }
    .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 !important;
        padding: 0;
        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: -1%;
    background: rgba(255,255,255,0.5);
    padding: 15px 18px 15px 15px;
    z-index: 5;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.3s ease-out;
    /* border-radius: 50%; */
    padding: 10px 17px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: auto;
}
.arrow-right{
    position: absolute;
    top: 35%;
    right: -1%;
    background: rgba(255,255,255,0.5);
    padding: 15px 15px 15px 18px;
    z-index: 5;
    cursor: pointer;
    font-size: 20px;
    transition: background 0.3s ease-out, color 0.3s ease-out;
    /* border-radius: 50%; */
    padding: 10px 17px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: auto;
}
.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);
}

/* Webform */
body.node--type-webform legend{
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: 600;
}
body.node--type-webform .form-control{
    background: #EFF1EB;
    border: 1px solid #CCCCCC;
}
body.node--type-webform .btn-primary {
    color: #FFFFFF;
    font-size: 13px;
    background-color: #E2B524;
    border-color: #E2B524;
}
form .form-type-textarea,
form .form-type-texfield{
    margin: 0 0 20px 0 !important;
}

/* For webform composite field, to make checkbox visible */
.custom-control-input{
    opacity: 1;
    z-index: auto;
}
.custom-switch {
    padding-left: 0;
}

/* Webform fields shorten */
.form-item-date-of-visit,
.form-item-time-of-visit,
.form-item-group-name,
.form-item-number-of-group-members,
.form-item-phone,
.form-item-fax,
.form-item-name,
.form-item-mykad-no-passport-no-,
.form-item-e-mail,
.form-item-date-of-research,
.form-item-time,
.form-item-contact-person{
    width: 49.4%;
    display: inline-block;
}

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

    .form-item-date-of-visitation,
    .form-item-time-of-visit,
    .form-item-group-name,
    .form-item-number-of-group-members,
    .form-item-phone,
    .form-item-fax,
    .form-item-name,
    .form-item-mykad-no-passport-no-,
    .form-item-e-mail,
    .form-item-date-of-research,
    .form-item-time
    {
        width: 100%;
        display: inline-block;
    }

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

.webform-multiple-table input::placeholder{
    font-size: 13px;
}

.webform-submission-guided-tour-service-application-form .form-item-please-select-which-section-you-would-like-to-visit .custom-control-label{
    display: none;
}

/* back link */
.back-link{
    margin: 20px 0 0 0;
}
.back-link a{
    background: gold;
    padding: 5px 10px;
    font-size: 14px;
}
.back-link i{
    margin-right: 10px;
}

/* Admin control panel block */

body.path-user #block-majestic-green-page-title{
    display: none;
}

.block-system-main-block{
    text-align: center;
    /* display: none; */
}
.block-system-main-block article.profile{
    display: none;
}
.admin-control-panel-block{
    text-align: center;
}
.admin-control-panel-block h2{
    font-size: 25px;
}
.admin-control-panel-block ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}
.admin-control-panel-block ul li{
    width: 90%;
    list-style: none;
}
.admin-control-panel-block ul li a{
    display: block;
    background: #EEEEEE;
    border-radius: 7px;
    padding: 25px 20px;
    text-align: center;
    font-size: 22px;
    transition: background 0.3s ease-out, color 0.2s ease-out;
}
.admin-control-panel-block ul li a:hover{
    background: #29AEB5;
    color: #FFFFFF;
}
.admin-control-panel-block .login-name{
    color: #29AEB5;
    font-weight: bold;
    font-family: 'Allura';
    font-size: 35px;
    margin-left: 5px;
}
#block-puspanita-canvas-page-title{
    display: none;
}
body[class*="page-user-"] nav.tabs{
    /* visibility: hidden; */
}
body[class*="page-user-"] h1.title{
    text-align: center;
}

    /* view setting */
    .view-admin-control-panel-user .row{
        display: block;
    }
    .views-field-user-picture{
        margin-bottom: 20px;
    }


    /* Logo sheen */
.logo-mobile-block .logo-mobile-container a{
    position: relative;
}
.logo-mobile-block img {
    width: 90px;
    height: 90px;
    position: relative;
}
.logo-mobile-block .logo-mobile-container a {
    position: relative;
    height: 90px;
    width: 90px;
    display: inline-block;
    top: -4px;
}
.sheen {
    background: transparent url("../images/sheen.png") -150px -10px no-repeat;
    background-size: 225px 225px;
    border-radius: 15% 15% 15% 15%;
    width: 80px;
    height: 80px;
    /* border: 1px solid red; */
    position: absolute;
    top: 9px;
    left: 5px;
    border-radius: 50%;
}
.sheen:hover {
    background-position: 100px -150px;
    transition-duration: 0.7s;
}

/* Big screen: sheen */
.main-menu-block a.logo{
    position: relative;
}
.main-menu-block .logo .sheen {
    background: transparent url("../images/sheen.png") -150px -10px no-repeat;
    background-size: 225px 225px;
    border-radius: 15% 15% 15% 15%;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
}
.main-menu-block .logo .sheen:hover {
    background-position: 100px -150px;
    transition-duration: 0.7s;
}

/* Visitor statistics */
/* .visitor-counter .visitor-stats-button{
    display: inline-block;
    padding: 2px 10px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(214,214,214,1) 58%);
    border: 1px solid #FFFFFF;
    border-radius: 7px;
    color: #000000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    position: relative;
    margin-top: -5px;
    margin-left: 5px;
    font-size: 11px;
} */

/* Visitor Analytics */
.visitor-analytics-container{
    background: #EEEEEE;
    border-radius: 7px;
    border: 1px solid #CCCCCC;
    display: inline-block;
    padding: 3px 10px;
    font-size: 11px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
}
.visitor-analytics-container i{
    margin-right: 5px;
}
.visitor-analytics-iframe{
    width: 100%;
    height: 80vh;
}
.visitor-counter-block .modal-dialog{
    width: 70%;
    max-width: 70%;
    height: 100%;
    max-height: 100%;
}
.visitor-counter-block .modal{
    /* width: 80vw; */
    margin: 0 auto;
    overflow: hidden;
}

.primary.nav-tabs li{
    margin: 0;
    padding: 0;
}