/*
 * Theme Name: DAM
*/

html,
body{
    background-color: #ffffff;
    padding: 0;
    margin: 0 auto;
}
body {
    width: 100%;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0 0 25px;
}

h1{
    font-size: 40px;
    line-height: 48px;
}

h2{
    font-size: 36px;
    line-height: 44px;
}

h3{
    font-size: 28px;
    line-height: 36px;
}

h4{
    font-size: 25px;
    line-height: 33px;
}

h5{
    font-size: 21px;
    line-height: 29px;
}

h6{
    font-size: 18px;
    line-height: 26px;
}

p {
	margin: 0 0 25px;
}

p:empty{
    display: none;
}

ul,
ol {
	margin: 0 0 25px 20px;
	padding: 0;
}

ul {
	list-style: disc;
}

ul > li{
    padding: 0 0 5px;
}

ol {
	list-style: decimal;
	margin-left: 20px;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

::-webkit-input-placeholder {
	color: #a7a7a7;
}

:-moz-placeholder {
	color: #a7a7a7;
}

::-moz-placeholder {
	color: #a7a7a7;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #a7a7a7;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea {
	background-color: #ffffff;
	border: 1px solid #b7b7b7;
	padding: 10px 10px;
	width: 100%;
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
}

input[type=submit]{
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    border: none;
    font-size: 18px;
    line-height: 26px;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 800;
    background-color: #4d2b80;
    color: #ffffff;
    text-transform: none;
    text-transform: uppercase;
}
input[type=submit]:hover,
input[type=submit]:focus{
    color: #ffffff;
    background-color: #b7b7b7;
}
button.close{
    color: #4d2b80;
    opacity: 1;
}

/**
 * Links
 */

a {
	color: #4d2b80;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #b7b7b7;
    text-decoration: none;
}

.hr-white{
    background-color: #ffffff;
    margin: 25px 0;
}
.no-padding-bottom{
    padding-bottom: 0 !important;
}
.no-padding-top{
    padding-top: 0 !important;
}
.no-margin{
    margin-bottom: 0 !important;
}

.margin-xs{
    margin-bottom: 5px !important;
}

.margin-sm{
    margin-bottom: 10px !important;
}

.margin-ssm{
    margin-bottom: 15px !important;
}

.margin-smd{
    margin-bottom: 20px !important;
}

.margin-default{
    margin-bottom: 25px !important;
}

.margin-md{
    margin-bottom: 30px !important;
}

.margin-lg{
    margin-bottom: 50px !important;
}
.font-800{
    font-weight: 800 !important;
}
.font-700{
    font-weight: 700 !important;
}
.font-600{
    font-weight: 600 !important;
}
.font-400{
    font-weight: 400 !important;
}
.font-300{
    font-weight: 300 !important;
}
.font-14{
    font-size: 14px;
    line-height: 22px;
}

.text-green{
    color: #14aa00;
}
.text-charcoal{
    color: #424242;
}
.text-grey{
    color: #b7b7b7;
}
.text-grey-dark{
    color: #4c4f54;
}
.text-black{
    color: #231f20;
}
.text-blue{
    color: #1a4f9e;
}
.text-purple{
    color: #4d2b80;
}
.text-underline{
    text-decoration: underline;
}

.btn{
    border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -o-border-radius: 0 !important;
    box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -o-box-shadow: none !important;
    border: 1px solid #4d2b80 !important;
    background-color: #ffffff !important;
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 15px 20px !important;
    display: inline-block !important;
    font-weight: 800 !important;
    color: #4d2b80 !important;
    text-transform: none !important;
    text-transform: uppercase !important;
}
.btn-lg{
    padding: 20px !important;
}
.btn-sm{
    padding: 8px 15px !important;
}
.btn-blue{
    background-color: #4d2b80 !important;
    color: #ffffff !important;
    border: none !important;
}
.btn-white{
    background-color: #ffffff !important;
    color: #4d2b80 !important;
}
.btn-white-border{
    background-color: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}
.btn-border{
    background-color: #ffffff !important;
    color: #4d2b80 !important;
    border: 1px solid #4d2b80 !important;
}
.btn-search{
    border: none !important;
    padding: 6px 0 !important;
}
.btn-search img{
    width: 18px;
    height: auto;
}

.btn-search-mobile{
    position: absolute !important;
    right: 54px !important;
    top: -36px !important;
}

.btn:hover,
.btn:focus{
    color: #4d2b80 !important;
    background-color: #cccccc !important;
}
.btn-blue:hover,
.btn-blue:focus{
    color: #4d2b80 !important;
    background-color: #cccccc !important;
}
.btn-search:hover,
.btn-search:focus{
    background-color: transparent !important;
    opacity: 0.7 !important;
}
.btn-white-border:hover,
.btn-white-border:focus{
    background-color: transparent !important;
    color: #cccccc !important;
    border: 2px solid #cccccc !important;
}
.btn-border:hover,
.btn-border:focus{
    background-color: #ffffff !important;
    color: #cccccc !important;
    border: 1px solid #cccccc !important;
}
.container-fluid{
    width: 100%;
    max-width: 100%;
    padding: 0 0px;
    overflow: hidden;
}

.row-fluid.row-sm{
    margin-left: -8px;
    margin-right: -8px;
}
.row-fluid.row-xs{
    margin-left: -4px;
    margin-right: -4px;
}
.row-xs{
    margin-left: -4px;
    margin-right: -4px;
}
.row-sm{
    margin-left: -10px;
    margin-right: -10px;
}

.col-sm{
    padding-left: 8px;
    padding-right: 8px;
}
.col-xs{
    padding-left: 4px;
    padding-right: 4px;
}

.row-sm .col{
    padding-left: 10px;
    padding-right: 10px;
}

.hidden{
    display: none !important;
}

.video-wrap {
    position: relative; 
    padding-bottom: 56.25%; 
    padding-top: 0; 
    height: 0; 
    overflow: hidden;
    width: 100%; 
    max-width: 100%; 
    height: auto; 
}
.video-wrap video,
.video-wrap iframe,
.video-wrap img{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    border: none;
    margin: 0;
}

/* Zoom */


.zoom-wrap{
    position: relative;
    overflow: hidden;
}

.zoom {
	display:inline-block;
	position: relative;
    overflow: hidden;
}

.zoom img {
	display: block;
}

.zoom img::selection { background-color: transparent; }


.overlay-title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    color: #ffffff;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
}
.zoom-wrap img{
    transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
}
.zoom-wrap:hover img{
    transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
}
.overlay-title:hover {
    color: #ffffff;
}

.zoom-image {
    position: relative;
    overflow: hidden;
}
.zoom-image img{
    transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
}
.zoom-image:hover img{
    transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
}


/**
 * Header
 */

.topbar{
    background-color: #4b4b4c;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
    line-height: 23px;
} 
.topbar a{
    color: #ffffff;
}
.topbar a:hover,
.topbar a:focus{
    color: #b7b7b7;
}
 
.site-header{
    padding: 25px 0;
}
.header-top{
    margin-bottom: 10px;
}
.top-nav{
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    float: right;
}
.top-nav > li{
    float: left;
    padding: 0 10px;
    margin: 0;
    border-right: 1px solid #000000;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
}
.top-nav > li.last{
    border: none;
}
.top-nav > li > a{
    color: #000000;
}
.top-nav > li.current-menu-item > a,
.top-nav > li.current-page-ancestor > a,
.top-nav > li > a:hover,
.top-nav > li > a:focus{
    color: #999999;
}

.logo{
    padding-right: 25px;
}

.header-right{
    position: relative;
}

.navbar{
    padding: 0;
    margin: 25px 0 0;
}
.navbar-nav{
    margin: 0 -18px;
    float: right;
}
.navbar-nav > li{
    margin: 0;
    padding: 0 15px;
    list-style: none;
    float: left;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
} 
.navbar-nav > li.menu-item-join{
    padding-left: 0;    
}
.navbar-nav > li.menu-item-search{
    padding-left: 8px;
}
.navbar-nav > li.menu-item-support{
    padding-right: 0;
}
.navbar-nav > li > a{
    position: relative;
    display: inline-block;
}
.navbar-nav > li > a:before,
.navbar-nav > li > a:after{
    position: absolute;
    top: 50%;
    display: none;
    margin-top: -14px;
}
.navbar-nav > li > a:after{
    right: -10px;
    content:"]";
}
.navbar-nav > li > a:before{
    left: -10px;
    content:"[";
}

.navbar-nav > li > a:not(.btn){
    color: #000000;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav > li.current-menu-parent > a:before,
.navbar-nav > li.current-menu-parent > a:after,
.navbar-nav > li.current-menu-item > a:before,
.navbar-nav > li.current-menu-item > a:after,
.navbar-nav > li:hover > a:before,
.navbar-nav > li:hover > a:after,
.tax-class-category .navbar-nav > li.nav-class-item > a:before,
.tax-class-category .navbar-nav > li.nav-class-item > a:after,
.single-class .navbar-nav > li.nav-class-item > a:before,
.single-class .navbar-nav > li.nav-class-item > a:after{
    display: block;
    color: #4d2b80;
}
.navbar-nav > li > a.btn:before,
.navbar-nav > li > a.btn:after {
    display: none !important;
}

.navbar-nav > li.current-menu-parent > a,
.single-class .navbar-nav > li.nav-class-item > a,
.tax-class-category .navbar-nav > li.nav-class-item > a,
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:not(.btn):hover,
.navbar-nav > li > a:not(.btn):focus{
    color: #4d2b80 !important;
}

.sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background-color: #e7e7e7;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: none;
}
.sub-menu > li{
    padding: 0;
    margin: 0;
}

.sub-menu > li > a{
    padding: 10px 20px;
    color: #000000;
    display: block;
}
.sub-menu > li.current-menu-item > a,
.sub-menu > li > a:hover,
.sub-menu > li > a:active{
    color: #4d2b80;
}

.navbar-nav > li:hover > .sub-menu{
    display: block;
}

/**
 * Content
 */

.site-main{
    
}
.banner-image img{
    width: 100%;
}
.owl-main .slide-item{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.owl-main .slide-item a{
    display: block;
    width: 100%;
    height: 100%;
}
.owl-main .slide-item img{
    height: auto;
    width: 100%;
}
.owl-dots{
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 999;
}

.owl-text-slide p.testimonial {
    font-size: 2.5em;
    font-weight: 800;
    font-style: italic;
    line-height: 1.25em;
    text-align: center;
}

.owl-text-slide p.author {
    font-size: 2.25em;
    text-align: center;
}

.page-title{
    text-align: center;
    margin-bottom: 50px;
    font-weight: 800;
    text-transform: uppercase;
}

.entry-title a{
    color: #000000;
}
.entry-title a:hover,
.entry-title a:focus{
    color: #b7b7b7;
}

.sc{
    padding: 50px 0;
}
.sc.sc-no-padding{
    padding: 0;
}
.sc-home-1 img{
    width: 100%;
    display: block;
}
.socials{
    margin-left: -8px;
    margin-right: -8px;
    padding: 0;
    list-style: none;
}
.socials > li{
    padding: 0 8px;
    margin: 0;
    float: left;
}
.socials > li > a > img{
    width: 36px;
}
.socials > li > a:hover,
.socials > li > a:focus{
    opacity: 0.7;
}
.list{
    margin-left: 0px;
    padding: 0;
    list-style: none;
}
.list > li{
    padding: 0 0 5px;
    margin: 0;
}
.information-wrap{
    background-color: #4b4b4c;
    padding: 35px;
    color: #ffffff;
}
.information-wrap a:not(.btn){
    color: #ffffff;
}
.information-wrap a:not(.btn):hover{
    color: #b7b7b7;
}
.inf-left{
    padding-right: 80px;
}
.sc.sc-become{
    padding: 0;
}
.sc.sc-happening{
    padding-bottom: 34px;
}
.happening-title{
    border-top: 1px solid #000000;
    padding-top: 50px;
}
.sc.sc-camp{
    background: url(assets/images/camp.jpg) no-repeat scroll center top;
    background-size: cover;
}

.support-item{
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.support-item:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    width: 100%;
    height: 100%;
}

.support-item:hover:after{
    display: block;
}
.support-item a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 110px 15px;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
    position: relative;
    z-index: 100;
}
.support-item a:hover{
    color: #ffffff;
}

.museum{
    position: relative;
    margin-bottom: 16px;
}
.museum:after{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    content:"";
}
.museum .title{
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    z-index: 100;
}
.museum .title .mtitle{
    text-transform: uppercase;    
    margin-bottom: 10px;
}
.museum .title a{
    color: #ffffff;
}
.museum .title h4{
    text-transform: none;
    line-height: 25px;
}
.museum img{
    width: 100%;
}
.mhover{
    display: none;
    transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
}
.museum:hover:after{
    display: block;
}
.museum:hover .mhover{
    display: block;
}

.sc.sc-getting{
    padding-top: 0;
}

.sc-eat{
    background-color: #e7e7e7;
}
.sc-family .inner{
    background-color: #4b4b4c;
    color: #ffffff;
}
.family-text{
    padding-top: 50px;
    padding-right: 50px;
}
.family-text a{
    color: #ffffff;
}
.family-text a:hover,
.family-text a:focus{
    color: #b7b7b7;
}
.family-thumb{
    margin: 0;
}


.visit-btn{
    padding-top: 50px;
}

.visit-btn .btn{
    width: 280px;
    max-width: 100%;
    text-align: center;
}
.btn-50p {
    width: 50%;
}

.btn-100p {
    width: 100%;
}


.date-list{
    margin: 0 -20px 30px !important; 
    padding: 0 !important;   
    text-align: center;
     list-style: none;
}
.date-list > li{
    display: inline-block !important;
    padding: 0 20px !important;
    margin: 0 !important;
}
.date-list > li > a,
.date-list > li > button{
    padding: 0 !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    position: relative;
    color: #000000 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: 'Open Sans', sans-serif !important;
}
.tribe-events .tribe-events-c-view-selector__list-item-text{
    color: #000000 !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
.date-list > li > a span{
    font-weight: 800 !important;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif !important;
}
.date-list > li > button:hover,
.date-list > li > a:hover,
.date-list > li.active > a,
.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link,
.tribe-events .tribe-events-c-view-selector__list-item-link:focus .tribe-events-c-view-selector__list-item-text, 
.tribe-events .tribe-events-c-view-selector__list-item-link:hover .tribe-events-c-view-selector__list-item-text{
    color: #4d2b80 !important;
    background: none !important;
}
.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link span{
    color: #4d2b80 !important;
}
.date-list > li > a:before,
.date-list > li > a:after,
.date-list > li > button:before,
.date-list > li > button:after{
    position: absolute !important;
    top: 0 !important;
    display: none !important;
    background: none!important;
    width: auto !important;
    height: auto !important;
}
.date-list > li > a:after,
.date-list > li > button:after{
    right: -10px !important;
    left: auto !important;
    content:"]" !important;
}
.date-list > li > a:before,
.date-list > li > button:before{
    left: -10px !important;
    right: auto !important;
    content:"[" !important;
}
.date-list > li:hover > button{
    color: #4d2b80 !important;
}
.date-list > li:hover > button:before,
.date-list > li:hover > button:after,
.date-list > li:hover > a:before,
.date-list > li:hover > a:after,
.date-list > li.active > a:before,
.date-list > li.active > a:after,
.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:before,
.tribe-events .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after{
    color: #4d2b80 !important;
    display: block !important;
}

.sc.sc-whats-3{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #cccccc;
}
.cat-list{
    margin: 0 -20px; 
    padding: 0;   
    text-align: center;
    list-style: none;
}
.cat-list > li{
    display: inline-block;
    padding: 0 20px;
    margin: 0;
}
.cat-list > li > a{
    display: inline-block;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    color: #000000;
}
.cat-list > li > a:hover,
.cat-list > li > a:focus{
    color: #4d2b80;
}
.cat-list > li.active > a,
.cat-list > li.active > a{
    color: #4d2b80;
}

.cat-list > li > a:before,
.cat-list > li > a:after{
    position: absolute;
    top: 0;
    display: none;
    background: none;
    width: auto;
    height: auto;
}
.cat-list > li > a:after{
    right: -10px;
    left: auto;
    content:"]";
}
.cat-list > li > a:before{
    left: -10px;
    right: auto;
    content:"[";
}
.cat-list > li:hover > a:before,
.cat-list > li:hover > a:after,
.cat-list > li.active > a:before,
.cat-list > li.active > a:after{
    display: block;
}

.whats-grid .col-sm:nth-of-type(3n+1){
    clear: both;
}
.whats-item{
    margin-bottom: 30px;
}
.whats-item.exhibition{
    margin-bottom: 50px;
}
.whats-item .thumb{
    margin-bottom: 20px;
}
.whats-item .cat{
    margin: 0 0 8px;
    text-transform: uppercase;
    font-weight: 700;
}
.whats-item .cat a{
    color: #4d2b80;
}
.whats-item .cat a:hover,
.whats-item .cat a:focus{
    color: #b7b7b7;
    
}
.whats-item .title{
    margin-bottom: 5px;
}
.whats-item .title a{
    color: #000000;
    border: none !important;
}
.whats-item .title a:hover,
.whats-item .title a:focus{
    color: #b7b7b7;
    text-decoration: none;
}
.whats-item .meta{
    font-weight: 600;
}

.sc-event-category .inner{
    border-top: 1px solid #4d4d4e;
    padding-top: 50px;
}
.ecat{
    margin: 0 0 30px;
    padding: 0 30px;
    position: relative;
}
.ecat .title{
    padding: 0 50px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -10px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
}
.ecat .title a{
    color:#ffffff;
    font-weight: 800;
    
}

.single-section{
    border-top: 1px solid #4d4d4e;
    padding-top: 50px;
    padding-bottom: 50px;
}
.box-style-1{
    background-color: #4b4b4c;
}
.box-style-1 .box-text-right{
    padding: 25px 30px;
}

.single-carousel .slide-thumb{
     border: 1px solid #4d4d4e;
     padding: 0 80px;
     margin-bottom: 20px;
}
.single-carousel .slide-text{
    text-align: center;
}

.single-carousel .owl-prev,
.single-carousel .owl-next{
    position: absolute;
    top: 205px;
}
.single-carousel .owl-prev{
    left: 50px;
}
.single-carousel .owl-next{
    right: 50px;
}

.owl-has-arrow .owl-prev,
.owl-has-arrow .owl-next{
    position: absolute;
    top: 50%;
    width: 29px;
    height: 44px;
    margin-top: -22px;
}
.owl-has-arrow .owl-prev{
    left: 30px;
}
.owl-has-arrow .owl-next{
    right: 30px;
}

.meta-item{
    border-bottom: 1px solid #4d4d4e;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.meta-item.last{
    border: none;
    padding: 0;
}
.collection-item{
    margin-bottom: 30px;
}
.collection-item .title a{
    color: #000000;
}
.collection-item .title a:hover,
.collection-item .title a:focus{
    color: #b7b7b7;
}
.collections-list .col-ssm:nth-of-type(3n+1){
    clear: both;
}

.sc.sc-collections-3{
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(assets/images/c7.jpg) no-repeat scroll center top;
    background-size: cover;

}
.sc.sc-collections-4{
    background: url(assets/images/collections-4.jpg) no-repeat scroll center top;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.blog-grid .col-ssm:nth-of-type(3n+1){
    clear: both;
}
.blog-item{
    margin-bottom: 50px;
}
.search-modal-body{
    padding: 5px;
}
.search-wrap{
    padding: 30px 15px 20px;
}

.banner{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.page-nav{
    margin: 0 -25px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.page-nav  > li{
    padding: 0 25px;
    margin: 0;
    display: inline-block;
    color: #cccccc;
    vertical-align: middle;
    font-size: 21px;
    font-weight: 800;
}
.page-nav  > li.prev,
.page-nav  > li.next{
    font-size: 40px;
}
.page-nav  > li.more{
    color: #000000;
}
.page-nav  > li > a{
    color: #000000;
}
.entry-thumb a{
    position: relative;
    display: block;
}
.entry-thumb a:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    width: 100%;
    height: 100%;
}
.entry-thumb:hover a:after{
    display: block;
}

.entry-thumb-overlay {
    position: absolute;
    top: 0;
    padding-top: 1em;
    padding-left: 1em;
    z-index: 100;
}
.entry-thumb-overlay h4 {
    text-transform: uppercase;
    color: #ffffff;
}

.sc.sc-categories{
    
}
.class-categories{
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: relative;
    text-align: center;
}
.class-categories ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.class-categories ul li{
    display: inline-block;
    margin: 0;
    padding: 18px;
}
.class-categories ul li a{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    padding: 0;
    position: relative;
    color: #000000;
}
.class-categories ul li a:hover{
    color: #4d2b80;
}
.class-categories ul li a:before,
.class-categories ul li a:after{
    position: absolute;
    top: -1px;
    display: none;
}
.class-categories ul li a:after{
    right: -10px ;
    left: auto;
    content:"]";
}
.class-categories ul li a:before{
    left: -10px;
    right: auto;
    content:"[";
}
.class-categories ul li:hover > a:before,
.class-categories ul li:hover > a:after,
.class-categories ul li.active a:before,
.class-categories ul li.active a:after{
    color: #4d2b80;
    display: block;
}
.class-categories ul li.active a{
    color: #4d2b80;
}
.sub-categories{
    border-top: 1px solid #000000;
    width: 100%;
    display: none;
}
.sub-categories.active{
    display: block;
}
.class-item{
    position: relative;
    margin-bottom: 8px;
}
.class-item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
    font-size: 21px;
    line-height: 29px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
}

.col-class:nth-of-type(3n+1){
    clear: both;        
}
.class-post-item{
    margin-bottom: 50px;
}
.entry-class-thumb{
    margin-bottom: 20px;
    position: relative;
}
.class-sold{
    position: relative;
}
.class-sold a:after{
    display: none !important;
}
.class-sold:after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    content:"";
    background-color: rgba(255,255, 255, 0.8);
}
.class-sold-old{
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 100;
    margin-top: -16px;
    font-size: 32px;
    line-height: 32px;
}
.entry-class-term{
    margin-bottom: 8px;
}
.entry-class-title{
    margin-bottom: 5px;
}
.entry-class-meta{
    margin-bottom: 15px;
    font-weight: 600;
}
.entry-class-level{
    text-transform: uppercase;
    font-weight: 400;
    color: #666;
}

.class-meta-item{
    border-bottom: 1px solid #231f20;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.class-meta-item.last{
    border: none;
}
.class-meta-item ul{
    margin-left: 15px;
}
.class-meta-item ul > li{
    margin-bottom: 5px;
    padding: 0;
}
.class-meta-item .members,
.class-meta-item .non-members{
    margin-bottom: 5px;
}
.special-instruction ul{
    margin-bottom: 0;
}
.supply-title{
    border-top: 1px solid #231f20;
    border-bottom: 1px solid #231f20;
    padding: 10px 0 10px 15px;
    cursor: pointer;
}
.supply-title span{
    background: url(assets/images/supply.png) no-repeat scroll 0 6px;
    display: block;
    padding: 10px 0 10px 60px;
}
.supply-list.active .supply-title span{
    background-position: 0 -41px;
}
.supply-content{
    padding-left: 15px;
    display: none;
}
.supply-list.active .supply-content{
    display: block;
}

.cat-featured-list{
    margin: 0 -30px !important;
}
.col-cat-featured{
    padding: 0 20px !important;
}

.efcat{
    position: relative;  
    margin-bottom: 30px !important;
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;  
    overflow: hidden;
        -webkit-overflow: hidden;
        -moz-overflow: hidden;
        -o-overflow: hidden;
}
.efcat a{
    display: block;
    position: relative;
    text-align: center;
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;  
    overflow: hidden;
        -webkit-overflow: hidden;
        -moz-overflow: hidden;
        -o-overflow: hidden;
    
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -moz-webkit-mask-image: -webkit-radial-gradient(white, black);
    -o-webkit-mask-image: -webkit-radial-gradient(white, black);
}
.efcat a:after{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
    width: 100%;
    height: 100%;
}
.efcat a span{
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    padding: 0 20px;
    font-weight: 900;
    color: #ffffff;
    font-size: 21px;
    line-height: 29px;
    text-transform: uppercase;
    width: 100%;
    z-index: 100;
    margin-top: -29px;
}
.efcat img{
    transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
    
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;  
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    
}
.efcat a:hover img{
    transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.search-form-group{
    position: relative;
    padding-right: 50px;
}
.search-field{
    width: 100%;
}
.searchbtn-icon{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
    background: url(assets/images/icon-search-purple.svg) no-repeat scroll center center;
    background-size: 30px;
    border: none;
    padding: 0;
    text-indent: -9999px;
}
.searchbtn-icon:hover,
.searchbtn-icon:focus{
    background: url(assets/images/icon-search-grey.svg) no-repeat scroll center center;
    background-size: 30px;
}
.search-or{
    font-size: 21px;
    margin-bottom: 25px;
}

/**
 * Events
 */ 

#tribe-events-pg-template{
    max-width: 100% !important;
    padding: 0 !important;
}

.sc.sc-events{
   padding-top: 50px !important;
   padding-bottom: 50px !important; 
}
.sc.sc-events .container{
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: 15px;
    padding-left: 15px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav{
    width: 100%;
    margin-bottom: 25px;
} 
.tribe-events .tribe-events-c-top-bar__nav-list{
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
.tribe-events .tribe-events-c-top-bar__nav-list-item{
    padding: 0 25px;
}
/*.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav-link::before {
    height: 25px;
    width: 15px;
    margin-top: 4px;
}*/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav-link svg {
    height: 25px;
    width: 15px;
    margin-top: 4px;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}
.tribe-events .tribe-events-header{
    display: block !important;
    padding-top: 50px !important;
}
.tribe-events .tribe-events-header .container{
    margin-left: auto !important;
    margin-right: auto !important;
    padding-right: 15px;
    padding-left: 15px;
}

.tribe-events-custom-bar{
    width: 100%;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters > .tribe-common-g-col {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.tribe-events .tribe-events-c-view-selector {
    width: auto !important;
}
.tribe-events .tribe-events-l-container{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.tribe-events .tribe-events-header__top-bar{
    margin-bottom: 30px !important;
}
.tribe-events .datepicker{
    left: 0 !important;
}
.tribe-events-pro .tribe-events-pro-photo__event-featured-image-link:focus, 
.tribe-events-pro .tribe-events-pro-photo__event-featured-image-link:hover{
    opacity: 1 !important;
}
.tribe-events .tribe-events-c-nav{
    border-bottom: 1px solid #4d4d4e;
    border-top: none !important;
    padding-bottom: 50px;
    margin-bottom: 50px;
    padding-top: 30px !important;
}

.tribe-events .tribe-events-c-nav__list-item--prev{
    opacity: 0;
    visibility: hidden;
}

.news-form .ctct-form-header,
.news-form .ctct-form-text{
    display: none;
}

video::-webkit-media-controls {
  display:none !important;
}

.entry-exh-thumb{
    margin-bottom: 12px;
}

.button-wrap-v2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
    align-items: center;
}
.button-wrap-v2 .btn-item{
    padding: 0 15px;
}
.button-wrap-v2 a.btn{
    height: 100%;
}

/**
 * Footer
 */ 

.site-footer{
    background-color: #4b4b4c;
}

.footer-widgets{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #ffffff;
}
.footer-add a{
    color: #ffffff;
}
.footer-add a:hover,
.footer-add a:focus{
    color: #b7b7b7;
}
.footer-widgets .socials{
    float: left;
    margin-bottom: 0;
}
.footer-widgets .socials > li > a > img{
    width: 46px;
}
.widget-buttons .btn{
    width: 100%;
}
.footer-nav{
    margin: 0 -10px 10px;
    padding: 0;
    list-style: none;
}
.footer-nav > li{
    padding: 0 10px;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 16px;
    border-right: 1px solid #ffffff;
    float: left;
}
.footer-nav > li.last{
    border: none;
}
.footer-nav > li > a{
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
.footer-nav > li > a:hover,
.footer-nav > li > a:focus{
    color: #b7b7b7;
}
.copyright{
    color: #ffffff;
    padding: 40px 0;
}
.copyright a{
    color: #ffffff;
}
.copyright a:hover,
.copyright a:focus{
    color: #b7b7b7;
}
.tribe-events--is-past-event{
    display: none !important;
}
body.single-tribe_event_series .tribe-events-custom-bar, body.single-tribe_event_series .entry-meta {
    display: none;
}

@media (min-width: 768px){
    .visible-xs{
        display: none;
    }
    .row-ssm{
        margin-left: -10px;
        margin-right: -10px;
    }
    .col-ssm{
        padding-left: 10px;
        padding-right: 10px;
    }
    .visit-btn .btn-left,
    .visit-btn .btn-middle,
    .visit-btn .btn-right{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        
    }
    .visit-btn .btn-left{
        justify-content: flex-end;
    }
    .visit-btn .btn-middle{
        justify-content: center;
    }
    
    .visit-btn .btn{
        min-height: 84px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
    .giving-btn .btn{
        min-height: 74px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .inf-content{
        min-height: 470px;
    }
    .col-cat-featured{
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px){
    .offset-lg-1 {
        margin-left: 8.333333% !important;
    }   
    .btn-search-mobile{
        display: none !important;
    }
    .navbar{
        float: right;    
    }
    
    .header-sticky{
        position: fixed;
        top: 0;
        left: 0;
        background-color: #ffffff;
        width: 100%;
        z-index: 9999;
        padding: 15px 0;
        box-shadow: 0 0 5px #999999;
            -moz-box-shadow: 0 0 5px #999999;
            -webkit-box-shadow: 0 0 5px #999999;
            -o-box-shadow: 0 0 5px #999999;
    }
    .header-sticky .logo img{
        width: 200px;
    }
    .single-class-image{
        padding-right: 25px;
    }
    .cleft{
        padding-right: 25px;
    }
    .cright{
        padding-left: 25px;
    }
    .row-lg{
        margin-left: -20px;
        margin-right: -20px;
    }
    .col-lg{
        padding-left: 20px;
        padding-right: 20px;
    }
    .visible-md{
        display: none !important;
    }
    body.single-collection .navbar-nav > li.nav-collections-item > a:before,
    body.single-collection .navbar-nav > li.nav-collections-item > a:after {
        display: block;
        color: #4d2b80;
    }
    body.single-collection .navbar-nav > li.nav-collections-item > a{
        color: #4d2b80;
    }
    .single-class-image-wrap{
        max-width: 55%;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
    }
}

@media (max-width: 1199px){
    .navbar-nav > li{
        padding: 0 12px;
        font-size: 16px;
    }
    .navbar-nav > li a.btn{
        font-size: 16px !important;
    }
    .sub-menu > li > a{
        font-size: 16px;
    }
    
    .owl-main .slide-item{
        
    }
    
    .efcat a span{
        margin-top: -26px;
        font-size: 18px;
        line-height: 26px;        
    }
    
}

@media (max-width: 991px){
    h1{
        font-size: 32px;
        line-height: 40px;
    }
    
    h2{
        font-size: 28px;
        line-height: 36px;
    }
    
    h3{
        font-size: 25px;
        line-height: 33px;
    }
    
    h4{
        font-size: 21px;
        line-height: 39px;
    }
    
    h5{
        font-size: 18px;
        line-height: 26px;
    }
    
    h6{
        font-size: 16px;
        line-height: 24px;
    }
    .hidden-md{
        display: none !important;
    }
    .btn{
        font-size: 16px !important;
        line-height: 24px !important;
    }
  
    .overlay-title{
        font-size: 28px;
        line-height: 36px;
    }
    .header-top{
        display: none;
    }
    .top-nav{
        margin-bottom: 25px;
        float: none;
        text-align: center;
    }
    .top-nav > li{
        float: none;
        display: inline-block;
    }
    .logo img{
        width: 160px;
    }
    .site-header {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .header-right {
        padding-top: 10px;
    }
    .navbar-toggler{
        position: absolute;
        top: -40px;
        right: 0;
    }
    .navbar-light .navbar-toggler{
        padding-right: 0;
        padding-left: 0;
        border: none;
    }
    .navbar-collapse{
        padding: 20px 15px;
    }
    .navbar{
        margin: 0;
        min-height: 0;
        background-color: #e7e7e7;
    }
    .navbar-nav{
        float: none;
        margin: 0;
    }
    .navbar-nav > li{
        float: none;
    }
    .navbar-nav > li.menu-item-support{
        margin-bottom: 10px;
    }
    .navbar-nav > li.menu-item-support,
    .navbar-nav > li.menu-item-search {
        padding-left: 12px;
        padding-right: 12px;
    }
    .navbar-nav > li > a:not(.btn){
        display: inline-block;
        color: #000000;
        padding: 10px 0;
    }
    .navbar-nav > li.current-menu-item > a, 
    .navbar-nav > li > a:not(.btn):hover, 
    .navbar-nav > li > a:not(.btn):focus {
        color: #4d2b80;
    }
    .navbar-nav > li a.btn{
        width: 100% !important;
    }
    .navbar-nav > li > a:before,
    .navbar-nav > li > a:after{
        
    }
    
    .sub-menu{
        position: static;
        display: block;
        padding: 0;
        margin: 0;
        min-width: 0;
        background-color: transparent;
    }
    .sub-menu > li{
        
    }
    .sub-menu > li > a {
        padding: 10px 0;
        position: relative;
    }
    /*
    .sub-menu > li > a:before,
    .sub-menu > li > a:after{
        position: absolute;
        top: 50%;
        display: none;
        margin-top: -14px;
    }
    .sub-menu > li > a:before{
        left: -10px;
        content: "[";
    }
    .sub-menu > li > a:after{
        right: -10px;
        content: "]";
    }
    .sub-menu > li.current-menu-item > a, 
    .sub-menu > li > a:hover, 
    .sub-menu > li > a:active{
        
    }
    .sub-menu > li.current-menu-item > a:before,
    .sub-menu > li.current-menu-item > a:after{
        display: block;
    }*/
    
    .inf-left {
        padding-right: 0;
    }
    .owl-main .slide-item{
        
    }
    .museum .title h4{
        line-height: 21px;
    }
    .cat-featured-list {
        margin: 0 -15px !important;
    }
    .col-cat-featured {
        padding: 0 15px !important;
    }
    .efcat a span {
        margin-top: -22px;
        font-size: 14px;
        line-height: 22px;
    }
    .support-item{
        margin-bottom: 8px;
    }
}

@media (max-width: 767px){
    .row-fluid.row-sm {
        margin-left: -5px;
        margin-right: -5px;
    }        
    .col-sm {
        padding-left: 5px;
        padding-right: 5px;
    }   
    .header-right {
        padding-top: 5px;
    }
    
    .museum {
        margin-bottom: 10px;
    }   
    .museum .title{
        top: 15px;
        left: 10px;
        font-size: 15px;
    }    
    .family-text{
        padding: 25px;
    }
    .sc.sc-visit-3col{
        padding-bottom: 0;
    }
    .visit-col {
        margin: 0 0 50px;
    }
    .visit-btn {
        padding-top: 0;
    }
    .visit-btn .btn{
        margin-bottom: 15px;
    }
    .visit-btn-wrap{
        padding-top: 50px;
    }
    .btn-left,
    .btn-right {
        text-align: center;
    }
    .cat-list > li{
        display: block;
        text-align: left;
        margin-bottom: 8px;
    }
    .ecat{
        padding: 0;
    }
    .box-style-1 .box-text-right {
        padding: 25px 20px;
    }
    .single-carousel .slide-thumb{
        padding: 0 50px;
    }
    .single-carousel .owl-prev {
        left: 15px;
    }
    .single-carousel .owl-next {
        right: 15px;
    }
    .single-carousel .owl-prev, 
    .single-carousel .owl-next {
        top: 110px;
    }
    .single-carousel .owl-prev img, 
    .single-carousel .owl-next img{
        width: 15px;
    }
    .museum:after{
        display: block;
    }
    .mhover{
        display: block;
    }
    .overlay-title {
        font-size: 18px;
        line-height: 26px;
    }
    .efcat{
        max-width: 220px;
        margin: 0 auto 30px !important;
    }
    .efcat a span {
        margin-top: -12px;
        font-size: 18px;
        line-height: 24px;
    }
    .owl-has-arrow .owl-prev{
        left: 15px;
    }
    .owl-has-arrow .owl-next{
        right: 15px;
    }
    .footer-widgets .socials {
        margin-top: 50px;
    }
}

@media (max-width: 566px){
    .hidden-xs{
        display: none !important;
    }
    .ecat .title {
        padding: 0;
    }
    .class-categories ul li{
        padding: 18px 10px;
    }
    .class-categories ul.sub-categories li{
        padding: 10px 10px;
    }
    
}

@media (max-width: 479px){
    
}

body.single-tribe_event_series .shared-counts-wrap {
    display: none !important;
}