/*
Theme Name: The Culture Story
Theme URI: http://209.58.177.125/~tcs/
Version: 1.0
*/
:root {
	--blue: #0800c4;
}
@font-face {
	font-family: 'Trajan Pro';
	src: url('fonts/TrajanPro-Regular.eot');
	src: url('fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/TrajanPro-Regular.woff') format('woff'),
		url('fonts/TrajanPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Trajan Pro';
	src: url('fonts/TrajanPro-Bold.eot');
	src: url('fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/TrajanPro-Bold.woff') format('woff'),
		url('fonts/TrajanPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

:root {
	--blue: #0800c4;
	--peach: #FEDAB8;
}

.peach {
	color: var(--peach)
}

.quattrocento-sans-regular {
  xfont-family: "Quattrocento Sans", sans-serif;
	font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 400;
  font-style: normal;
}
.cormorant {
  xfont-family: "Cormorant", serif;
	font-family: "Plus Jakarta Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.light {
	font-weight: 300;
}
.italic {
	font-style: italic;
}

.font-24 {
	font-size: 24px;
}
.font-28 {
	font-size: 28px;
}

.ml-0 {
	margin-left: 0 !important;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mt-50 {
	margin-top: 50px;
}

#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background:#0800BF;z-index:10000;color: #fff;    display: flex;
    justify-content: center;
    align-items: center;
}

	#preloader img {
		transform: scale(.9);
		margin-bottom: 5vh;
		animation: zoom-in 10s ease forwards;
		width: 35vw;
		max-width: 400px;
	}

	@keyframes zoom-in {
		to {transform: scale(0.8); }
	}
html {
    xoverflow: hidden;
    xheight: 100%;
}

body {
    xheight: 100%;
    xoverflow: auto;
}

a, a:active, a:focus {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	color: inherit;
	text-decoration: underline !important;
}

#menu li.active a {
	text-decoration: underline;
}
 
#menu a, #social-menu a {
	text-decoration: none;
}

header {
	background: var(--blue);
	text-align: center;
	padding: 30px;
}

p {
	margin-bottom: 20px;
}

.gill, p {
font-family: "Plus Jakarta Sans", sans-serif !important;	xfont-weight: 300;
}

.menu-left, .menu-left-noline {
font-family: "Plus Jakarta Sans", sans-serif !important;	font-size: 18px;
}

html, body {
	width: 100%;
	min-height: 100%;
	background: #ECF6FC;
	-webkit-font-smoothing: antialiased;
}

html, body {
	color: #000;
	font-size: 17px;
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-weight: 400;
}

h4 {
	xfont-style: italic;
	font-weight: 300;
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, .filter-c, .project-title, .blue {
	color: #0800C4;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

#side {
	position: fixed;
	height: 100%;
	width: 20%;
	min-width: 230px;
	background: url(img/home.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
	padding: 30px 15px;
}

@media (min-width: 768px) {
	#side {
		opacity: 0 !important;
	}
}

#content {
	min-height: 100%;
	width: 100%;
	margin-left: 0%;
	xmax-width: 1000px;
	xmargin-left: 35%;
	xbackground: red;
	xfloat: right;
	xpadding-left: 10%;
	xpadding-right: 10%;
	position: relative;
}

#content-inner {
	max-width: 100%;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	xpadding-top: 73px;
	padding-top: 40px;
	padding-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

.page-id-4 #content-inner {
	padding-top: 80px;
}
.home #content-inner {
	padding-top: 20px;
}

#logo {
	height: auto;
	width: 225px;
}

#footer-logo {
	position: absolute;
	bottom: 30px;
	width: 28px;
	height: auto;
	left: 50%;
	transform: translateX(-50%);
}

#menu-container {
	margin-bottom: 50px;
	text-align: center;
	
    padding-bottom: 50px;
}

.home #menu-container {
	padding-bottom: 0;
}

.header-logo {
	display: inline-block;
}

.featured-image img {
	margin-bottom: 20px;
	aspect-ratio: 18 / 9;
	object-fit: cover;
}

.embed-responsive {
	margin-bottom: 20px;
}

.featured-image.no-image, .featured-image.no-image img {
	margin-bottom: 0px;
}

.content-no-image {
	margin-top: -3px;
}

.featured-title {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 20px;
}

.home .featured-title {
    margin-top: -7px;
}
#menu-container {
	display: none;
}
#menu, header {
	max-width: 100%;
    padding: 10px calc(10% - 15px) !important;
}
header {
	padding-top: 30px !important;
}
#menu {
	width: 100%;
	font-size: 0;
	display: table;
	padding: 30px 0;
	background: var(--blue);
	position: sticky;
	top: 0;
	z-index: 7;
}

#menu, #menu li {
	padding: 15px 0 15px 0;
	margin: 0;
	list-style: none;	
	display: inline-block;
	text-transform: uppercase;
}

#menu {
	display: flex
	;align-items: center;
		justify-content: space-between;
}
.scrolled #menu {
	justify-content: space-between;
}

#menu a {
	color: #fff;
}

#menu li {
	xdisplay: inline-block;
	xwidth: 20%;
	text-align: center;
	font-size: 18px;
}

#menu li.first {
    width: 1%;
}
#menu li.last {
    width: 1%;
}
#menu li.tight {
    width: 1%;
}

.menu-left {
	font-weight: bold;
}

/*.fixed-menu-left {
	position: absolute;
	left: -132px;
	width: 128px;
}*/

.fixed-menu-left {
	position: absolute;
	left: 6.5%;
	width: 9%;
	top: 240px;
	background: transparent;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease;
}

.fixed-menu-left.fixed {
	position: fixed;
	top: 40px;
	opacity: 1;
	visibility: visible;
	transition: opacity .3s ease;
}

.journal.active {
	text-decoration: underline;
}

.menu-left, .menu-left-noline {
    position: relative;
    xpadding-right: 10px;
}

.menu-left span, .menu-left-noline span {
    background-color: #E9FAFF;
    padding-right: 5px;
    position: relative;
    z-index: 1;
}

.menu-left:after {
    content:"";
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #0800c4;
    z-index: 0;
	max-width: 150px;
}

.menu-left-noline.active:after {
    content:"";
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #0800c4;
    z-index: 0;
}

.menu-left a, .menu-left-noline a, .menu-left-noline {
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
}

.meni-left-noline:after {
    border-top: 1px solid transparent;
}

.current-menu-item a {
	text-decoration: underline !important;
}

#social-menu-nav {
	xposition: absolute;
	xright: -160px;
	xright: 0;
	xtop: -8px;

	position: absolute;
    bottom: 60px;
    text-align: center;
    /* display: flex; */
    /* justify-content: center; */
    left: 50%;
    transform: translateX(-50%);
}

#social-menu-nav {
	display: none !important;
}
#social-menu img, #social-menu-mobile img, #social-menu-nav img {
	width: 30px;
}

#social-menu-nav img {
	width: 40px;
}

#social-menu-mobile {
	margin-left: 0;
	text-align: center;
	margin-top: 60px;
}

#social-menu-mobile li {
	margin: 0 5px !important;
}

#social-menu li, #social-menu-nav li {
	padding-right: 8px;
	padding-left: 8px;
}

#mobile-menu {
	display: none;
	margin-top: 60px;
}

#mobile-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

#mobile-menu a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.fixed-menu-left .sub {
	font-size: 12px;
	font-weight: normal;
	margin: 15px 0;
}

.page-title {
	xtext-transform: uppercase;
}

.project-title {
	xfont-family: 'Trajan Pro';
	font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: ;
}

hr {
	border-color: #0800c4;
}

#search {
	text-align: right;
	    margin-right: 0;
	    padding-bottom: 30px;
}

#searchsubmit {
	background: transparent;
	    border: none;
	    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	    text-indent: -9999px;
	    background: url(img/search.png) no-repeat center center;
	        width: 20px;
	        height: 20px;
	        background-size: cover;
}

#s {
	background: transparent;
	    border: none;
	    height: 15px;
	    line-height: 15px;
	    border-bottom: 1px solid #0800c4;
	    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.journal:last-child hr {
	border-top: none;
}

.section, .tag {
	margin-bottom: 40px;
}

.row.journal {
	margin-bottom: 20px;
}

.page-image {
	margin-bottom: 20px;
}

#mobile-title {
	margin-left: 50px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	display: none;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 43px;
  height: 23px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  top: 0;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 10px;
  left: 7px;
  right: 7px;
  height: 1px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -8px;
}

.c-hamburger span::after {
  bottom: -8px;
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

@-moz-document url-prefix() { 
  .c-hamburger {top: 4px;}
  #menu-2 li a, #landing-header li a {
  	margin-top: -5px;
  	top: -5px;
  	position: relative;
  }
}

#next, #prev {
	position: absolute;
	bottom: -36px;
	z-index: 999999999999999999;
	padding: 20px 0;
}

#next {
	right: -40px;
}

#prev {
	left: -40px;
}

.single-item {
	margin-bottom: 30px;
}

.menu-left-noline.s a {
	text-decoration: underline;
}

@media only screen and (max-width : 1156px) {
    #content {
    	min-height: 100%;
    	width: auto;
    	margin-left: 0%;
    	xmax-width: 1000px;
    	xmargin-left: 35%;
    	xbackground: red;
    	xfloat: right;
    	xpadding-left: 10%;
    	xpadding-right: 10%;
    	position: relative;
    }
    #side {
    	width: 20%;
    	min-width: auto;
    }
    #content-inner {
    	max-width: 1000px;
    	left: 50%;
    	position: relative;
    	transform: translateX(-50%);
    	width: 80%;
    	padding-left: 0%;
    	padding-right: 0%;
    	margin-left: 0;
    	margin-right: 0;
    }
    .fixed-menu-left {
        position: absolute;
        left: 23%;
        width: 11%;
        top: 140px;
        background: transparent;
        z-index: 999;
    }
	#menu li {
		xdisplay: inline-block;
		xwidth: 20%;
		text-align: center;
		font-size: 17px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#menu li {
		xdisplay: inline-block;
		xwidth: 20%;
		text-align: center;
		font-size: 14px;
	}
	.scrolled #menu li:nth-child(2) {
		padding-left: 100px !important;
		transition: all 1s ease;
	}
	#menu, header {
		max-width: 100%;
		padding: 10px calc(5% - 15px) !important;
	}
	.scrolled .menu-logo {
		opacity: 1;
		left: calc(5% - 15px) !important;
		visibility: visible;
		transition: all 1s ease;
	}
}

#side {
	display: none;
}

.justify-content-end {
	justify-content: flex-end;
}

.p-0 {padding-left: 0 !important;padding-right:0 !important;}

/* Small Devices, Tablets */
@media only screen and (max-width : 767.98px) {
	.home #menu-container, .home #mobile-title {
		display: none;
	}
	#content-inner {
        max-width: 100%;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        width: 80%;
        padding-left: 0%;
        padding-right: 0%;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
    }
	#side {
		display: none !important;
		position: fixed;
		height: 100%;
		width: 50px;
		min-width: 50px;
		background: url(img/home.jpg) no-repeat bottom center;
		background-size: auto 150% !important;
		text-align: center;
		padding: 30px 0;
		z-index: 999;
	}
	#logo, #menu, #social-menu, .fixed-menu-left, #search {
		display: none;
	}
	#content {
		min-height: 100%;
		width: auto;
		margin-left: 0;
		position: relative;
	}
	#content-inner {
		max-width: 100%;
		left: 50%;
		position: relative;
		transform: translateX(-50%);
		width: 80%;
		padding-left: 0%;
		padding-right: 0%;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
	}
	#menu-container {
	    margin-bottom: 0;
	}
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 1px solid #0800c4;
}

.slick img {
	margin-bottom: 0 !important;
}

#content .single-item .slick-slide {
	position: relative;
}
.image-caption {
	margin-top: 0;
	    margin-left: 0;
	    color: #0800c4;
	    position: absolute;
	    bottom: -4px;
	    z-index: 99999;
	text-align: center;
	width: 100%;
}

.page-template-page_sub .slick-slide img {
    display: block;
    max-height: 600px;
    margin: 0 auto;
}

li.page_item a {
	text-decoration: none;
}

#mobile-logo img, #mobile-title {
	margin-left: 0 !important;
}

#content img {xmax-width: 60%;
    height: auto;xaspect-ratio: 18 / 9;xobject-fit: cover;}
	

	
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 36px;
    height: 20px;
    position: fixed;
    top: 43px;
    right: 20px;
    margin: 1px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .15s ease;
    -moz-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease;
    cursor: pointer;
    z-index: 999;
    xbackground: #97F1FF;
  }
  #nav-icon4::before {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    top: -5px;
    left:0;
    xbackground: #97F1FF;
    z-index: 0;
  }
  #nav-icon4::after {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left:0;
    xbackground: #97F1FF;
    z-index: 0;
  }
  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    background: #0800c4;
    border-radius: 9px;
    opacity: 1;
    left: 3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    z-index: 1;
  }
  /* Icon 4 */
#nav-icon4 {
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 8px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
  left: 8px;
}

#nav-icon4.open span {
	background: #0800C4 !important;
}

#nav {
	    width: 25%;
		max-width: 350px;
		xbackground: #80CCDD url('img/TCS-Menu@1.25x.jpg') no-repeat center center;
		background: #FEDAB8;
		background-size: cover;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 8;
	transform: translateX(101%);
	transition: all .6s ease;
}
.menu-opened #nav {
	transform: translateX(0);
	transition: all .6s ease;
}
#nav-menu li, #nav-menu li a {
	color: #0800C4;
	font-size: 21px;
	text-decoration: none;
	xtext-transform: uppercase;
}
#nav-menu li {
	margin-bottom: 10px;
}
#nav-menu {
	padding: 60px 30px 40px;
}
#nav-menu ul, #nav-menu li {
	list-style-type: none;
}

.content-header {
	padding-bottom: 0 !important;
}

.home-left-col, .home-right-col, .home-sidebar-col {
	margin-top: 40px;
}

.w-100 {
	width: 100%;
}

.img-caption {
	xfont-style: italic;
	margin-top: -10px;
	font-size: 14px;
}
.wp-caption-text {
	
	font-size: 14px;
}

#footer {
	display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 23px 120px 23px 40px;
    background: #0800C4;
    margin-top: 60px;
	color: #fff;
}

#newsletter {
	display: flex;
	width: 100%;
	font-size: 80%;
}

#footer-right {
	width: 100%;
	max-width: 400px;
}

#newsletter-submit {
	background: #0800BF;
	border-radius: 20px;
	padding: 5px 20px;
	color: #fff;
	border: none;
	font-size: 12px;
	letter-spacing: 1px;
}
#newsletter-input {
	border: 1px solid #0800BF;
	padding: 5px 10px;
	font-size: 12px;
	letter-spacing: 1px;
	outline: none !important;
	margin-right: 10px;
	width: 100%;
}

.home-img {
	aspect-ratio: 18 / 9;
    object-fit: cover;
    overflow: hidden;
}

body {
	xmax-width: 1600px;
	margin: 0 auto;
}
body.home {
	xmax-width: 100%;
}

.flex-row {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.post-item {
	margin-bottom: 50px;
}
.post-item a {
	text-decoration: none;
}

.current-featured-row {
	margin-bottom: 30px;
}

#filter-year {
	margin-bottom: 40px;
	text-align: center;
	display: flex;
	xjustify-content: center;
	line-height: 17px;
    /* border-bottom: 1px solid #0800C4;
    padding-bottom: 7px; */
}
#filter-year a, .current-featured a {
	text-decoration: none !important;
}

#filter-year .btn.btn-default {
	border: 1px solid #0800C4;
	border-radius: 0;
	color: #0800C4;
}
#filter-year .btn.btn-default:hover {
	border: 1px solid #0800C4;
	border-radius: 0;
	background: #0800C4;
	color: #fff;
}

#filter-year .active a {
	font-weight: bold;
    text-decoration: underline !important;
}

#filter-year .filter {
	margin-left: 30px;
}

.filter:hover {
	opacity: 0.75;
	text-decoration: underline;
}

.filter-c {
	padding-left: 0;
}

.term-encounters .tax-title {
	margin-bottom: 50px;
}

.current-featured h2 {
	margin-top: 0;
}

.dropdown {
	position: relative;
	display: inline-block;
	
	border-bottom: 1px solid var(--blue);
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #FEDAB8;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
	padding: 12px 16px;
	z-index: 999;
	left: 0;
    top: 25px;
	color: #0800BF;
    gap: 5px;
	line-height: 1.3em;
  }
  
  .dropdown:hover .dropdown-content {
	display: flex;
	flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }

  .dropdown span {
	padding-bottom: 30px;
    margin-bottom: -30px;
  }

  .post-title {
	font-family: "Quattrocento Sans", serif;
	text-align: center;
	margin-bottom: 20px;
  }

  .single-projects .menu-left:after {
	display: none;
  }

  .img-container {
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
	position: relative;
  }
  .post-item .img-container img {
	transform: scale(1.0);
	margin-bottom: 0;
	width: 100%;
    height: 100%;
    object-fit: cover;
	transition: all .5s ease;
  }
  .post-item:hover .img-container img {
	transform: scale(1.1);
	transition: all .5s ease;
  }
  .post-item .img-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0800C4;
	z-index: 9;
	opacity: 0;
	transition: all .8s ease;
  }
  .post-item:hover .img-container::before {
	opacity: 0.25;
	transition: all .8s ease;
  }

  .wp-caption.aligncenter {
	width: 100% !important;
	text-align: center;
  }

  .post-content-col img.alignnone {
	margin-bottom: 20px;
  }

  .aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: 0 auto 0;
}

.alignright {
    float: right;
    margin: 0 0 1em 0;
}

.alignleft {
    float: left;
    margin: 0 1em 0 0;
}

.filter-past-years {
	display: none;
}
body.term-exhibitions .filter-past-years {
	display: block;
}

.wp-caption-text {
	margin-top: -20px;
}

#sub-menu-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
	margin-bottom: 30px;
}
#sub-menu-top div {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #0800BF;
	height: 17px;
    line-height: 17px;
}
#sub-menu-top div:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0;
}
#sub-menu-top a {
	text-decoration: none;
	color: #0800C4;
}
#sub-menu-top .active {
	font-weight: bold;
}

.btn {
	font-size: 17px;
}

.current-img {
	text-align: center;
}
.current-img img {
    width: 100% !important;
    aspect-ratio: 18 / 9;
    overflow: hidden;
    object-fit: cover;
}

.current-featured {
	xmargin-top: 30px;
}
.current-featured hr {
	margin-top: 60px;
}

.single-projects .post-content-col img {
	xwidth: 60%;
	max-width: 60%;
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
}

.post-content-col img.alignleft {
	margin-right: 30px !important;
}

.current-featured-row {
	display: none;
}

.term-exhibitions .current-featured-row {
	display: block;
}

.single-projects .post-content-col iframe {
	width: 100%;
    height: 100%;
    aspect-ratio: 18 / 9;
    display: block;
}

.d-flex {
	display: flex;
}
.socials {
	display: flex;
	gap: 20px;
}

.socials .social svg {
	height: 25px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.socials .social:first-child svg {
	height: 24px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.social svg path {
	fill: var(--blue);
}

.newsletter-col #newsletter {
	margin-top: 15px;
}

body {
	overflow-x: hidden;
}
#home-videos {
	position: relative;
	background: var(--blue);
	padding-top: 30px;
	margin-bottom: 30px;
}
#home-videos::before {
	content: '';
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 0;
	background: var(--blue);
}
.white-section {
	color: #fff;
}

#home-past-exhibitions {
	position: relative;
	padding-top: 60px;
	margin-top: 30px;
	background: #D6E4FD;
}
#home-past-exhibitions::before {
	content: '';
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 0;
	background: #D6E4FD;
}

#footer {position: relative;}
#footer::before {
	content: '';
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 0;
	background: #0800C4;
}#footer > div {
	z-index: 1;
}

body.home #footer {
	margin-top: 0;
}

.single-projects .post-content-col .slick-slide img {
	margin-bottom: 0;
	border: none !important;
}
.slick-dots {
	bottom: 0px !important;
	position: relative !important;
}


.gallery.slick-slider {
	margin-bottom: 40px !important;
}
.slick-slider br {
	display: none;
}

dl.gallery-item {
	margin-bottom: 10px;
}

#map {
	border: none !important;
}

.navigation h2.screen-reader-text {
	display: none;
}

.navigation {
	position: relative;
    top: 10px;
    left: 0;
    width: 100%;
	z-index: 9;
	margin: 50px 0 30px;
}
.navigation .nav-links {
	display: flex;
    flex-direction: row;
    justify-content: center;
	gap: 50px;
}

.navigation .nav-links::before {
	content: '|';
	position: absolute;
	left: 50%;
	top: 50%;
	color: var(--peach);
	transform: translate(-50%, -50%);
	z-index: 0;
}

.nav-previous, .nav-next {
	z-index: 1;
}

.navigation .nav-links {
	xdisplay: none !important;
}
.navigation .nav-links a {
	xfont-size: 30px;
	text-decoration: none !important;
	background: #ECF6FC;
}


.featured-image .img-container img, .post-type-archive-press .featured-image img {
	aspect-ratio: 6 / 4;
	object-fit: cover;
}

.img-caption.cormorant {
	font-size: 16px;
	text-align: center;
}

.lang-selector {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
	gap: 15px;
}
.lang {
	cursor: pointer;
}
.lang-selector .lang.active {
	text-decoration: underline
}

.content.zh {
	display: none;
}

#back-to-top {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 99;
	position: fixed;
	bottom: 6px;
	right: 40px;
	color:#fff;
	font-size: 24px;
	display: flex;
	justify-content: center;
    align-content: center;
    align-items: center;
	line-height: 1em;
	cursor: pointer;
	margin-left:auto;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	margin-bottom: 20px;
	margin-top: 20px;
}
#back-to-top:hover {
	background-color: var(--blue);
}
.scrolled #back-to-top {
	
	opacity: 1;
	visibility: visible;
	transition: all .3s ease;
}
#back-to-top:hover svg xpath, #back-to-top:hover svg polygon {
	fill: #fff;
}
.project-cat, .post-date {
	xtext-transform: uppercase;
	font-size: 14px;
}
span.coma:last-of-type {
	display: none !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.single-press .slick-slide img {max-height: 60vh;width: 100%;object-fit: contain;}

ul.sub-menu {
	margin-top: 0;
	padding-left: 20px;
	xdisplay: none;
}
#menu ul.sub-menu {
    margin-top: 0;
    padding-left: 20px;
	padding-right: 20px;
	margin-left: -20px;
    xdisplay: none;
    position: absolute;
	background: var(--blue);

}
ul.sub-menu li a {
	font-size: 18px !important;
}

.menu-item-has-children a {
	position: relative;
}
/* .menu-item-has-children a::after {
	content: '';
	width: 10px;height: 10px;
	background: var(--blue);
	position: absolute;
	right: -20px;
	top: 50%;
	transform: TranslateY(-50%);
} */

#home-slides {
	overflow: hidden;
}

@media (max-width: 991.98px) {
	#content {
		margin-left: 0;
	}
	#back-to-top {
		bottom: 5px;
    right: 20px;
	}
	#nav {
		width: 100%;
		max-width: 100%;
	}
	#home-past-exhibitions::before {
		width: 100%;
	}
	#preloader img {
		transform: scale(.9);
		margin-bottom: 5vh;
		animation: zoom-in 10s ease forwards;
		width: 70vw;
		max-width: 400px;
	}
	#home-slides {
		overflow: hidden;
	}
	#content > .container-fluid {
		padding: 0; 
	}
	
	.home #mobile-logo hr {
		margin-bottom: 0;
	}
	.fc-toolbar-chunk {
		display: flex;
	}
	#footer::before {
		width: 100% !important;
	}
	#menu-container img {
		padding-top: 30px;
	}
}

#social-menu {
	margin-bottom: 0;
}
#footer-right, #footer-left {
	display: flex
	;
		align-items: center;
}
#home-past-exhibitions > .row {
	display: flex
	;
		flex-direction: row;
		flex-wrap: wrap;
}

#home-past-exhibitions {
	display: none !important;
}
.gallery-slides {
	margin-bottom: 0 !important;
}

.single-projects .post-title {
	display: none;
}
.single-projects .slider .slick-slide img {
	 width: auto;
  margin: 0 auto; 
	aspect-ratio: 18 / 9;
    overflow: hidden;
    object-fit: cover;
}
.single-projects .slider .slick-slide {
	padding-bottom: 25px;
}

.top-banner-bg {
background: #0800c4;
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 265px;
	z-index: 0;
}

hr {
	margin-top: 30px;margin-bottom: 30px;
}
.home-single-col {
	padding: 40px 0;
}
.home-single-col-top {
	font-size: 66px;
}
.home-single-col-bottom {
	padding-bottom: 100px;
}



.slick-dots li button:before {
	content: '' !important;
	width: 8px !important;
	height: 8px !important;
	border-radius: 50%;
	background: var(--blue);
	background: transparent;
	border: 1px solid var(--blue);
	opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: blue !important;
	background: var(--blue);
}

.home-slides-c {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	left: 0 !important;
	transform: none !important;
	padding-top: 0 !important;
}
.xhome-slides-c {
	xmargin-left: -15px !important;
	xmargin-right: -15px !important;
}
#home-slides-content {
	max-width: 100%;
    /* left: 50%; */
    position: relative;
    /* transform: translateX(-50%); */
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.post-content-col {
	padding-left: 0;
	padding-right: 0;
}

.sub-menu {
	display: none;
}

.menu-item-has-children {
	position: relative;
    display: inline-block;
}
.dropdown-toggle {
	cursor: pointer;
}
.menu-item-has-children .dropdown-toggle {
	background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="iso-8859-1"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg fill="%230800c4" height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 330 330" xml:space="preserve"><path id="XMLID_225_" d="M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z"/></svg>') no-repeat center center;
    width: 15px;
    height: 15px;
    display: block;
    background-size: contain;
    position: absolute;
    right: -30px;
    top: 8px;
}
#menu .menu-item-has-children .dropdown-toggle {
	background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="iso-8859-1"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg fill="%23ffffff" height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 330 330" xml:space="preserve"><path id="XMLID_225_" d="M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z"/></svg>') no-repeat center center;
    width: 15px;
    height: 15px;
    display: block;
    background-size: contain;
    position: absolute;
    right: -30px;
    top: 20px;
}

#content .slider.single-item .slick-slide img {
	xheight: 60vh !important;
	object-fit: cover;
	width: 100%;
}



@media (max-width: 767.98px) {
.top-banner-bg {
display: none;
	}
	#mobile-logo {
background: #0800c4;
	}
}

@media (min-width: 768px) {
	#nav-icon4 {
		display: none;
	}
}
@media (max-width: 767.98px) {
	header {
		display: none;
	}
}

.menu-logo {
	opacity: 0;
	visibility: hidden;
	
	left: calc(10% - 15px);
	position: absolute;
	transition: all 1s ease;
	padding: 0;
overflow: hidden;
	z-index: 9;
}
.menu-logo img {
	height: 40px;
	transform: translateX(-100%);
	transition: all 1s ease;
}
.scrolled .menu-logo img {
	transform: translateX(0);
	transition: all 1s ease;
}
.scrolled .menu-logo {
	opacity: 1;
	left: calc(10% - 15px);
	visibility: visible;
	transition: all 1s ease;
}
#menu li:nth-child(2) {
	padding-left: 0;
	transition: all 1s ease;
}
.scrolled #menu li:nth-child(2) {
	padding-left: 120px;
	transition: all 1s ease;
}
@media (min-width: 1600px) {
	.scrolled #menu li:nth-child(2) {
		padding-left: 150px;
		transition: all 1s ease;
	}
}
@media (min-width: 1900px) {
	.scrolled #menu li:nth-child(2) {
		padding-left: 10vw;
		transition: all 1s ease;
	}
}

@media (max-width: 991.98px) {
	.font-28 {
		font-size: 20px;
	}
	.home-single-col-top {
		font-size: 36px;
	}
	
	.home-single-col-bottom {
		padding-left: 0;
	}
	.scrolled .home #nav-icon4 span {
		background: #fff !important;
	}
	.scrolled .home .open#nav-icon4 span {
		background: var(--blue) !important;
	}

	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
		top: 49px;
	}

	.slick-dots {
		bottom: 10px !important;
	}
}

@media (min-width: 1600px) {

}