.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.otf');
}
@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/Montserrat-Bold.otf');
}

@font-face {
    font-family: 'Lovelo';
    src: url('../fonts/Lovelo-Black.otf');
}
body {
	font-family: 'Montserrat';
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 14px;
	color: #4d4e56;
}
.hidden {
	display: none;
}
iframe {
/*	width: 50%;*/
	width: 45%;
/*	width: 100%;*/
	height: 100%;
	position: absolute;
	border: 1px solid #ededed;
/*	border: none;*/
}

ul, h1, h2, h3, form {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

li {
	margin-top: 0px;
	padding: 0;
	list-style: none;
}
a:not(.person) {
	color: #ffffff;
	text-decoration: none;
}
/* Fix 9/22/2025: in the curated-collection pages, links render as white-on-white.
 * The above rule (`a:not(.person)`) I think functions equivalently to if it were just `a` (`a.person` overrides it, all other such rules I can see are also more specific).
 * I'm not sure if there are places that depend on that white color default. There are a few (links under .new-menu, .new-footer) which do depend on the `text-decoration: none;` from `a:not(.person)`. There are also many places (under .new-menu, .new-footer, ...) that specifically apply a white color (so do not depend on the `a:not(.person)` rule).
 * Adding this `.catdescription a` rule by analogy to the `.article a`.
 */
.catdescription a {
    color: #4d4e56;
    text-decoration: underline;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.header {
	width: 100%;
	height: 30px;
	background: url(../i/border.png) repeat-x left bottom rgba(0, 0, 0, 1);
	z-index: 999999;
	position: fixed;
	top: 0;
}
.header .login {
	margin-left: 20px;
	float: left;
	line-height: 30px;
	color: #ffffff;
}
.header .search {
	float: right;
}
.header>.menu {
	position:  absolute;
	right: 220px;

}
.header .menu li {
	float: left;
	margin: 0 4px;
	padding: 5px 0 6px 0;
	position: relative;
	height: 19px;
}
.header .menu li ul{
	display: none;
	top: 30px;
	position: absolute;
	width: 3720px;
	left: -1800px;
	text-align: center;
	background: url(../i/border.png) repeat-x left bottom rgba(0, 0, 0, 0.6);
}
#menu-item-2067 ul {
	left: -1840px;
}
.header .menu li ul li ul{
	background: url(../i/border.png) repeat-x left bottom rgba(0, 0, 0, 0.4);
}
/*.header .menu li:hover>ul{
	display: block;
}
.header .menu li ul li:hover>ul{
	display: block;
}*/
.header .menu li.hover>ul{
	display: block;
}
.header .menu li ul li.hover>ul{
	display: block;
}
.header .menu li ul li{
	color: #fff;
	display: inline-block;
	float: none;
}
.header .menu li a {
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	position: relative;
}
.header .menu li a span {
	font-size: 9px;
	margin-top: -5px;
	position: relative;
}
.header .menu li:hover,
.header .menu li.current-menu-item,
.header .menu li.current-menu-parent{
	cursor: pointer;
	background: url(../i/menu_hover.png) repeat-x bottom left;
}

.header .search {
	margin: 5px 20px 5px 10px;
}
.header .search input {
	float: left;
	/*border-left: solid 1px rgba(255, 255, 255, 0.35);
	border-top: solid 1px rgba(255, 255, 255, 0.35);
	border-bottom: solid 1px rgba(255, 255, 255, 0.35);
	border-right: none;*/
	border: none;
	background-color: rgba(255, 255, 255, 1);
	text-height: 20px;
	height: 20px;
	width: 160px;
	padding: 0 5px;
	color: #000;
}
.header .search .searchBtn{
	background: url(../i/searchBtn.png) no-repeat left top #4d4e56;
	height: 20px;
	width: 20px;
	float: left;
	cursor: pointer;
}
.header .search .searchBtn:hover{
	background: url(../i/searchBtnHover.png) no-repeat left top #ffffff;
}
.wrapper {
/*	max-width: 95%;*/
	max-width: 1380px;
	margin: 0 auto 31px auto;
	position: relative;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 2000px;
}
.logo {
	position: relative;
	z-index: 999;
/*
	width: 405px;
	height: 64px;
*/
/*	background: url(../i/logo.png) no-repeat left top;*/
	display: block;
	cursor: pointer;
	overflow: hidden;
	text-indent: -99999px;
}
.logo .homeLink {
	width: 200px;
	height: 60px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.logo .breadcrumb {
	position: absolute;
	color: #4d4e56;
	left: 200px;
	height: 60px;
	font-size: 20px;
	line-height: 20px;
	width: 420px;
}
.logo .breadcrumb a {
	color: #4d4e56;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
}

.logo .breadcrumb a:hover {
	text-decoration: underline;
}
.logo .breadcrumb .firstCategory {
	text-indent: 4px;
}
.logo .breadcrumb .secondCategory {
	text-indent: 24px;
}
.logo .breadcrumb .secondCategory a{
	color: #666666;
}
.logo .breadcrumb .origin {
	color: #999999;
	text-indent: 44px;
}
.project_status_block{
padding: 15px 12px;
}
.logo .breadcrumb .origin input {
	display: inline-block;
	width: 70px;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #4d4e56;
}
.wrapper h1.catname {
	text-transform: uppercase;
	font-size: 48px;
	line-height: 52px;
	font-family: "Lovelo";
	color: #4f4f57;
	margin: 26px 22px 15px 0px;
}


.wrapper .catdescription{

	font-size: 14px;
    font-family: "Montserrat";
	margin: 26px 0 0 0;
}
.content {
	margin: 20px auto 0 auto;

}
.content .post {
	float: left;
	width: 200px;
	height: 200px;
	padding: 0 0 0 0;
	color: #ffffff;
	margin: 0 20px 20px 10px;
	cursor: pointer;
	background-color: #ffffff;
	position: relative;
}
.content .post img {
	width: 100%;
	height: 100%;
}
.content .post.first {
	margin-top: 100px;
}
.content .post.dent {
	margin-top: 100px;
}
.content .post.sdent {
	margin-top: 70px;
}

.collection-section {
    margin-top: 40px;
}

.collection-section .catdescription iframe {
    width: 100% !important; 
    height: auto !important;
    aspect-ratio: 1024 / 768 !important; 
    position: relative !important;
}

.collection-section .title{
	display: block;
    font-size: 18px;
    font-family: "Lovelo";
    line-height: 40px;
/*    border-bottom: solid 1px #c9cacc;*/
    cursor: pointer;
    margin-bottom: 30px;
}
.collection{
	max-width: 1380px;
	margin: 20px auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.post-item{
	flex:1 1 200px;
	max-width: 300px;
    height: 200px;
	margin: 0px 10px 20px 10px;
	position: relative;
	cursor: pointer;
}

.post-item > img{
	position: absolute;;
	top: 0 ;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-item .info-panel{
	width:inherit;
	height: 50%;
	width: 100%;
	background: rgba(255,255,255,0.8);
	overflow: hidden;
	position: absolute;
	bottom:0px;
	left: 0px;
	display: none;
}
.post-item .info-panel-content{
	height: 100%;
	padding: 5px 10px 5px 10px;

}
.post-item .navigation-panel{
	height: 50%;
	border-top: solid 1px #4d4e56;
}
.post-item .navigation-panel .row{
	margin: 8px 8px 8px 8px;
}
.post-item .title-panel {
	height: 50%;
	overflow: hidden;
	color: #4d4e56;
}
.post-item .title-panel .author{
	margin: 8px 8px 8px 8px;
}
.post-item .post_status_flag{
	background-color: transparent;
    background-repeat:no-repeat;
    border: solid 1px #4d4e56;
    overflow: hidden;
    text-align: center;
    margin: 2px 12px 4px 12px;
    position: relative;
 	color: #4d4e56;
}
.post-item .title-panel h2 {
	font-size: 12px;
	position: absolute;
	right: 0;
	height: 6px;
	padding-left: 8px;
	top: 0;
	display: inline-block;
	zoom: 1;
	color: #4d4e56;
}

.post-item .title-panel h1 {
	font-size: 16px;
	margin: 0 !important;

}
.post .info-panel{
	width:inherit;
	height: 50%;
	background: rgba(255,255,255,0.8);
	overflow: hidden;
	position: absolute;
	bottom:0px;
	left: 0px;
	display: none;
}
.post .info-panel-content{
	height: 100%;
	    padding: 5px 10px 5px 10px;

}
.post .navigation-panel{
	height: 50%;
	border-top: solid 1px #4d4e56;
}
.post .navigation-panel .row{
	margin: 8px 8px 8px 8px;
}
.post .title-panel {
	height: 50%;
	overflow: hidden;

	color: #4d4e56;
}
.post .title-panel .author{
	margin: 8px 8px 8px 8px;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
.post .post_status_flag{
	background-color: transparent;
    background-repeat:no-repeat;
    border: solid 1px #4d4e56;
    overflow: hidden;
    text-align: center;
    margin: 2px 12px 4px 12px;
    position: relative;
 	color: #4d4e56;
}
.post .title-panel h2 {
	font-size: 12px;
	position: absolute;
	right: 0;
	height: 6px;
	padding-left: 8px;
	top: 0;
	display: inline-block;
	zoom: 1;
	color: #4d4e56;
}

.post .title-panel h1 {
	font-size: 16px;
	margin: 0 !important;

}
.footer {
	width: 100%;
	height: 30px;
	background: url(../i/border.png) repeat-x left top #4d4e56;
	text-align: center;
	position: fixed;
	bottom: 0;
}
.footer ul li {
	display: inline-block;
	float: none;
	margin: 0 8px;
	padding: 5px 0 6px 0;
	position: relative;
}
.footer li:hover {
	cursor: pointer;
	background: url(../i/menu_hover.png) repeat-x top left;
}
.footer ul li a{
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	position: relative;
}

#columncontent {
    z-index:1;
    float: left;
    display: block;
    position:absolute;
	width: 4800px;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-bottom:0px;
    margin-right:0px;
	margin-top: 73px;
	border-top: 2px solid white;
	border-left: 5px solid #247E98;
}
.leftPanel {
	width: 50%;
/*	width: 651px;*/
/*	position: fixed;*/
	height: auto;
	bottom:0;
    top:0;
    left:0;
    right:0;
    margin-bottom: 30px;
    margin-right: 20px;
	margin-top: 0px;
	z-index: 99999;
	background-color: #ffffff;
	display: inline-flex;
/*	display: none;*/
/*
	border-left: solid 1px #4d4e56;
	border-right: solid 1px #4d4e56;
*/
}
.rightPanel {
	width: 651px;
	position: fixed;
	height: auto;
	bottom:0;
    top:0;
    left:0;
    right:0;
    margin-bottom: 30px;
    margin-right:0px;
	margin-top: 0px;
	z-index: 99999;
	background-color: #fff;
	border-right: solid 1px #4d4e56;
	border-left: solid 1px #4d4e56;
	display: none;
}
.article {
	height: 100%;
	/* overflow-x: hidden; */
}
.single_project{
	margin: 100px 20px;
/*	margin: 0 5px;*/
}
.image_container {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.image_caption{
	margin: 0 auto;
}
.closeBtn {
	width: 31px;
	height: 31px;
	border: solid 1px #ededed;
	position: absolute;
	background: url(../i/close.png) no-repeat center center #ffffff;
	cursor: pointer;
	z-index: 9999;
	right: 55%;
    display: none;
}
/*.closeBtn.left {
	left: 0px;
}
.closeBtn.right {
	right: 0px;
}*/
.article img {
	width: 100%;
/*	width: 651px;*/
	height: auto;
	margin: 0px 0px 10px 0px;
	border: none;
	display: block;

}
.article img.ctf-captcha {
	width: auto;
}
.article .wpfp-span {
	position: fixed;
	right: 70px;
	top: 0;
}
.article .wpfp-span a {
	color: #ffffff;
}
.article .wpfp-span img {
	width: auto;
	margin: -4px 0 2px 0;
	display: inline-block;
}
.article .wpfp-span .wpfp-link {
	text-indent: -9999px;
	display: block;
	width: 31px;
	height: 31px;
	padding: 0;
	background: url(../i/bookmark.png) no-repeat center center #ffffff;
	border: solid 1px #ededed;
}

.article .wpfp-span .wpfp-link.bookmarked {
	background: url(../i/bookmarked.png) no-repeat center center #ffffff;
}

.article .wpfp-span .wpfp-hide {
	display: none;
}
.article .wpfp-span .wpfp-img {
	border: 0;
	vertical-align: middle;
	margin-right: 2px;
	display: none;
}
.article a {
	color: #4d4e56;
	text-decoration: underline;
}
.article a:hover {
	text-decoration: underline;
}
.article h1 {
	margin: 10px 0 20px 0;
	padding: 0;
	font-size: 30px;
	line-height: 36px;
	font-family: "Montserrat";
	text-transform: capitalize;
}
.article h1 a {
	color: #4d4e56;
	text-decoration: none;
}
.article h1 a:hover {
	color: #0066cc;
	text-decoration: none;
}

.article h2 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 26px;
	line-height: 30px;
	font-family: "Lovelo";
	font-weight: normal;
}

.article h2 span {
	font-size: 18px;
	font-family: "Montserrat";
}
.article p b{
	font-size: 18px;
	line-height: 30px;
	color: #898989;
}
.article p{
	font-size: 14px;
	line-height: 18px;
}
.article span.footnote {
	font-size: 11px;
	border-top: solid 1px #4d4e56;
	display: block;
	margin-top: 20px;
}
.article .editLink {
	position: fixed;
	top: 0;
	right: 38px;

	text-indent: -9999px;
	display: block;
	width: 31px;
	height: 31px;
	padding: 0;
	background: url(../i/edit.png) no-repeat center center #ffffff;
	border: solid 1px #ededed;
}
.slideShow {
	width: 1200px;
	margin: 30px auto 30px auto;
	position: relative;
}
.slideShow #slideLeft {
	width: 600px;
	height: 400px;
	overflow: hidden;
	float: left;
}
.slideShow #slideRight {
	width: 600px;
	height: 400px;
	overflow: hidden;
	float: left;
}
.article .pageArticle {
	max-width: 1100px;
	margin: 0 auto;
	text-align: justify;
	padding-bottom: 20px;
	border-bottom: solid 1px #cacccf;
}

.article .pageArticle h1 {
	font-family: "Lovelo";
/*	text-align: center;*/
	border-bottom: solid 1px #cacccf;
	padding: 40px 0 20px 0;
	margin-bottom: 20px;
}

.article .pageArticle h1 img {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	top: 16px;
}
.article .pageArticle2 h1 {
	text-transform: capitalize;
	font-size: 48px;
	line-height: 52px;
	font-family: "Lovelo";
	color: #4f4f57;
	margin: 26px 0 0 0;
}

.article .pageArticle2 p {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #c9cacc;
}

.article .pageArticle2 p.first-paragraph {
	width: 700px;
	margin-top: 16px;
	margin-bottom: 10px;
}
.article .pageArticle2 p strong {
	display: block;
	font-size: 18px;
	font-family: "Lovelo";
	line-height: 40px;
	cursor: pointer;
}
.article .pageArticle2 em, .article .pageArticle2 strong {
	display: block;
}
.article .pageArticle2 p em, .article .pageArticle2 div{
	display: none;
	font-style: normal;
	font-size: 14px;
	max-width: 700px;
	line-height: 18px;
	margin: 10px 0;
}
.article .pageArticle2 p em.showEm,
.article .pageArticle2 p div.showEm {
	display: block;
}
.article .pageArticle2 ul {
	width: 1000px;
	margin-top: 5px;
}
.article .pageArticle2 ul li {
	display: inline-flex;
	width: 300px;
	margin-bottom: 5px;
	margin-right: 5px;

}
.article .pageArticle p {
	margin: 0;
	text-align: justify !important;
}
.article .pageArticle h3 {
    margin-left: 0 !important;
    margin-top: 30px !important;
}
.article .pageArticle ul {
	margin: 10px 160px;
}
.article .pageArticle img {
	width: auto;
}
.logo .breadcrumb .origin span {
	color: #000;
}
.logo .breadcrumb .origin>ul {
	display: inline-block;
	position: relative;
	text-align: left;
}
.logo .breadcrumb .origin ul,.logo .breadcrumb .origin ul li {
	margin: 0;
	padding: 0;
	text-indent: 5px;
}
.logo .breadcrumb .origin>ul>li>a{
	text-decoration: underline;
}
.logo .breadcrumb .origin>ul>li>ul{
	display: none;
	position: absolute;
	width: 150px;
	background: rgba(0,0,0,0.4);
}
.logo .breadcrumb .origin>ul>li:hover>ul {
	display: block;
}
.logo .breadcrumb .origin>ul>li>ul>li {
	position: relative;
	line-height: 20px;
	border-bottom: solid 1px #fff;
}

.logo .breadcrumb .origin>ul>li>ul>li:hover {
	background-color: rgba(255,255,255,1);
}
.logo .breadcrumb .origin>ul>li>ul>li:hover>a {
	color: #000;
}
.logo .breadcrumb .origin>ul>li>ul>li a {
	color: #fff;
	text-decoration: none;
}
.logo .breadcrumb .origin>ul>li>ul>li>ul>li a {
	color: #fff;
}
.logo .breadcrumb .origin>ul>li>ul>li>ul {
	position: absolute;
	width: 150px;
	display: none;
	left: 150px;
	top: 0;
	background-color: rgba(0,0,0,0.6);
}

.logo .breadcrumb .origin>ul>li>ul>li>ul>li:hover {
	background-color: rgba(255,255,255,1);
}
.logo .breadcrumb .origin>ul>li>ul>li>ul>li:hover>a{
	color: #000;
}
.logo .breadcrumb .origin>ul>li>ul>li>ul>li {
	border-bottom: solid 1px #fff;
}
.logo .breadcrumb .origin>ul>li>ul>li:hover>ul {
	display: block;
}
.origin-02 {
	display: none;
}
.new-header {
	max-width: 1380px;
	margin: 0 auto;
}
.new-header .logo {
    width: 210px;
    height: 40px;
    background: url(../i/logo.svg);
    background-repeat: no-repeat;
    float: left;
    overflow: hidden;
    text-indent: -99999px;
    margin-left: 22px;
    margin-top: 2%;
}
.links {
	float: right;
	font-family: 'Lovelo', Arial;
	text-transform: uppercase;
	margin-right: 22px;
/*    display: inline-flex;*/
}
.links a {
	font-size: 12px;
	display: inline-block;
	color: #35383f;
/*	line-height: 14px;*/
	line-height: 60px;
}
.links a.grid {
/*	background: url(../i/grid.png) no-repeat right center;*/
/*	padding: 0 18px;*/
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
    padding-left: 0;
/*    display: none;*/
}
.links a.submit {
	background: url(../i/submit.png) no-repeat right center;
	padding: 0 18px;
}
.links a.heart {
	background: url(../i/heart.png) no-repeat right center;
	padding: 0 18px;
}
.links a.login {
	background: url(../i/login.png) no-repeat right center;
	padding: 0 18px;
}
.links a.register {

	padding: 0 18px;
}
.new-slides {
	max-width: 1380px;
	height: 300px;
	clear: both;
}
.new-slides-empty {
	max-width: 1380px;
	height: 40px;
	clear: both;
}
.new-menu {
	width: 100%;
/*	width: 1380px;*/
	margin: 0 auto;
	position: relative;
	height: 40px;
	background: url(../i/menu-bg.png) repeat-x left top;
}
.new-menu ul {
	text-align: center;
}
.new-menu ul li {
	width: 16.29%;
	display: inline-block;
	line-height: 40px;
	height: 40px;
	border-left: solid 1px #515560;
}

.new-menu ul li:first-child {
	border-left: solid 0px #515560;
}
.new-menu ul li.current-menu-item {
	opacity: 0.5;
}
.new-menu ul li a {
	font-family: 'Montserrat', Arial;
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
	line-height: 40px;

}
.new-menu ul li a span {
	font-family: 'MontserratBold', Arial;
	font-size: 20px;
	padding: 0 5px;
}
.slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image > .slideshow_description_box{
	margin-bottom: 0px;
}
.new-footer {
	text-align: center;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #333333;
/*	background-color: #ffffff;*/
	line-height: 40px;
}
.new-footer a {
	font-family: 'Montserrat', Arial;
	font-size: 16px;
	color: #ffffff;
/*	color: #35383f;*/
	font-size: 16px;
	display: inline-block;
	padding: 0 6px;
}
.advanced-search{
	width: 1380px;
	margin: 0 auto;
	background-color: #ededed;
	height: 55px;
	position: relative;

}
.search-button{
width:10%;
	position: relative;

	line-height: 40px;
	height: 40px;
	border: solid 1px #515560;
	font-family: 'Montserrat';
	font-size: 18px;
	color: white;
	background-color: #4d4e56;

}
#search-sign{
	float:left;
	width: 65px;
	height: 60px;
  	background: url(../i/search-icon.svg) center no-repeat;
  	border: none;
  	cursor: pointer;
}
.new-search input[type="submit"] {
	width: 65px;
	height: 60px;
	background: url(../i/search-button.png) center no-repeat;
	border: none;
}
.search-filter{
	position: relative;
	padding:0px 8px 0px 8px;
	height: 100%;
	width: 30%;
    float:left;
    margin-left: 10px;
    margin-top: 20px;
}
.search-filter-clear{
	clear:both;
}
.filter-options select{
	background: url(../i/arrow-down.svg) no-repeat right #fff;
	text-align: center;
	width: 100%;
   	padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 1px solid #ccc;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
}
.filter-options {
   height: 34px;
   overflow: hidden;
}

.clear-filter {
    text-decoration: underline;
    cursor: pointer;
    margin-left: 22px;
}

.select-filter-type > option{


}
.selected-item{
	color: white;
  background-color: #9a9b9f;
  display: inline-block;
  line-height: 20px;
  margin-top: 4px;
  width:100%;
  text-align: center;
  cursor: pointer;
}
.selected-item > button{
	float:right;
	line-height: 16px;
	height: 20px;
	background-color: #9a9b9f;
	color: black;

	font-size: 16px;
}
.selected-items-panel{

}
#advanced-search-form{
	width: 100%;
	height: 100%;
	position: relative;
}
.search-filters-panel{
	top:55px;
	position: absolute;
	display: none;
	background-color: #ededed;
	height:260px;
	z-index: 99999;
}

select#function {
    -moz-box-shadow: inset 3px 3px 9px 0px rgba(68,68,68,0.1);
    -webkit-box-shadow: inset 3px 3px 9px 0px rgba(68,68,68,0.1);
    box-shadow: inset 3px 3px 9px 0px rgba(68,68,68,0.1);
}

select#category {
    -moz-box-shadow: inset 3px 3px 9px 0px rgba(68,68,68,0.1);
    -webkit-box-shadow: inset 3px 3px 9px 0px rgba(68,68,68,0.1);
    box-shadow: inset 3px 3px 9px 0px rgba(68,68,68,0.1);
}

select#style {
    -moz-box-shadow: inset 3px 3px 9px 0px rgba(68,68,68,0.1);
    -webkit-box-shadow: inset 3px 3px 9px 0px rgba(68,68,68,0.1);
    box-shadow: inset 3px 3px 9px 0px rgba(68,68,68,0.1);
}

select#period {
    -moz-box-shadow: inset 3px 3px 9px 0px rgba(68,68,68,0.1);
    -webkit-box-shadow: inset 3px 3px 9px 0px rgba(68,68,68,0.1);
    box-shadow: inset 3px 3px 9px 0px rgba(68,68,68,0.1);
}

.filter-options input {
    -moz-box-shadow: inset 3px 3px 9px 0px rgba(68,68,68,0.1);
	-webkit-box-shadow: inset 3px 3px 9px 0px rgba(68,68,68,0.1);
	box-shadow: inset 3px 3px 9px 0px rgba(68,68,68,0.1);
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.advanced-search input[type="text"]{
	border-bottom: solid 1px #494b51;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #ededed;
	width: 98%;
	line-height: 40px;
	color: #4f4f57;
	position: relative;
    border-radius: 0;
}

input#artist {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    height: 34px;
}

input#location {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    height: 34px;
}

.new-search {
	width: 1380px;
	margin: 0 auto;
	background-color: #ededed;
	height: 60px;
	position: relative;
	top: -40px;
}
.new-search input[type="text"] {
	border-bottom: solid 1px #494b51;
	border-left: none;
	border-right: none;
	border-top: none;
	background-color: #ededed;
	margin-right: 20px;
	width: 1235px;
	height: 30px;
	margin-top: 15px;
	float: right;
	font-size: 25px;
	color: #4f4f57;
}

.dashboard-wrapper{
	margin: 0 auto;
	width:100%;
}
.projects-wrapper{
	float:left;
	width: 68%;
	margin-bottom: 50px;

}
.functions-wrapper{
	float:right;
	width: 300px;

}
.my-projects-panel{
padding: 5px 5px 0 0;
border-top: solid 1px #a7a7a9;

}
.my-bookmarks-panel{
padding: 5px 5px 0 0;
border-top: solid 1px #a7a7a9;
}
.my-projects-panel h2{
	text-transform: uppercase;
	color: #989898;
	font-size: 32px;

}
.my-bookmarks-panel h2{
	text-transform: uppercase;
	color: #989898;
	font-size: 32px;

}
.my-functions-panel{
	border-top: solid 1px #a7a7a9;
}
.my-functions-panel a {
/*    text-transform: uppercase;*/
    color: #4f4f57;
    margin-left: 5px;
    font-weight: 600;
}


.my-functions-panel a:after {
    content:' >';
}
.load-more-panel{
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	text-decoration: underline;
	color: #4f4f57;
	margin: 5px 0 10px 0;
}
.load-more-panel a{

	text-transform: uppercase;
	text-decoration: underline;
	color: #4f4f57;

}
.dashboard-item{


	width: 200px;
	height: 200px;
	float: left;
	margin: 0 20px 20px 10px;
    position: relative;
    line-height: 200px;

    font-family: 'Montserrat';
    font-size: 18px;
    color: white;
    background-color: #4d4e56;
    text-align: center;
}
.curator-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contributor {
    width: 100%;
}
.contributor .contributor-posts{
	width: 100%;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
}

.curator {
	width: 48%;
    margin-top: 30px;
/*	width: 460px;*/
	float: left;
}
.collection-section h2 {
	text-transform: uppercase;
	color: #000000;
	font-family: "Lovelo";
	border-bottom: solid 1px #a7a7a9;
}

.collection-section h2 a {
	color: #4f4f57;
	font-size: 25px;
	display: inline-block;
	padding-right: 20px;
	background: url(../i/arrow-right.png) no-repeat right 4px;
}
.contributor h3 {

	width: auto;
	font-family: "Montserrat";
	font-size: 20px;
	line-height: 26px;
	border-bottom: solid 1px #a7a7a9;
	margin: 0 10px 20px 10px;
	padding-bottom: 4px;
}

.curator h2 {
	width: 80%;
	float: left;
	text-transform: uppercase;
	color: #000000;
	font-family: "Lovelo";
	margin: 0 10px;
    display: contents;
}
.curator h2 a {
	color: #4f4f57;
	font-size: 25px;
/*	display: inline-block;*/
    letter-spacing: 0.1px;
	padding-right: 20px;
	background: url(../i/arrow-right.png) no-repeat right 4px;
}
.curator h3 {
	width: auto;
	font-family: "Montserrat";
	font-size: 16px;
	line-height: 26px;
	border-bottom: solid 1px #a7a7a9;
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
	padding-bottom: 4px;
    font-weight: 500;
}
a.person{
	width: auto;
	color: #4d4e56;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    text-decoration: none !important;
/*    margin: 0 10px 20px 10px;*/
    padding-bottom: 4px;

}
a.submit-link {
	font-weight: bold;
	color: #000000;
	padding-right: 22px;
	display: inline-block;
	line-height: 35px;
	background: url(../i/add-button.png) no-repeat right center;
	background-size: 20px 20px;
}
.filter {
line-height: 2;
margin-top: 10px;
}
.filter li {
	list-style: none;
	display: inline-block;
    margin-bottom: 10px;
}

.filter ul {
	display: inline-block;
}
.filter li a {
	color: white;
	background-color: #9a9b9f;
	display: inline-block;
	padding: 2px 10px 0 10px;
	line-height: 20px;
	margin-right: 3px;
	cursor: pointer;
}
.filter li a:hover {
	background-color: #4f4f57;
}
.wpuf-category-checklist #category-672 {
	display: none;
}
.gallery-item {
				float: none !important;
}
.searchFieldRow{
font-size: 14px;
line-height: 18px;
clear:left;
}
.searchFieldRow p {
font-size: 18px;
line-height: 30px;
color: #898989;
}
.searchColumn1{
width: 263px;
padding: 0 10px 18px 0;
float: left;
}
.searchColumn2{
width: 263px;
padding: 0 10px 18px 0;
float: left;
}
.searchColumn3{
width: 263px;
padding: 0 10px 18px 0;
float: left;
}
.middleWrapper{
width: 900px;
margin:0 auto;
}
.searchButton{
float:right;
line-height: 40px;
height: 40px;
border: solid 1px #515560;
font-family: 'Montserrat';
font-size: 18px;
color: white;
background-color: #4d4e56;
}

div.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }
.float-left{
	float:left;
}
.column, .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }
  .navigation-panel img.navicon{
  	width:20px;
  	padding: 8px 0px 2px 0px;
  }
  .navigation-panel img.navicon:hover{
  	transform: scale(1.3,1.3);
  	-webkit-transition-timing-function: ease-in-out; /* Safari and Chrome */
    transition-timing-function: ease-in-out;
  }

  .navigation-panel img.bookmark{
  	float:left;
  }
  .navigation-panel img.bookmarked{
  	float:left;
  }
  .navigation-panel img.edit{

  }
  .navigation-panel img.delete{
  	float:right;

  }

  .navigation-panel img.restore{
  	float:left;
  }
.small-4 {
	text-align: center;
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }



#recaptcha_reload, #recaptcha_switch_audio, #recaptcha_whatsthis{
	width: 25px;
  height: 25px;
    margin-left: 1px;
}
#recaptcha_challenge_image{
	width:300px;
}
#recaptcha_logo {
	width:0px;
	height:0px;
}
.form-input-row {
	width: 100%;
	float:left;
	font-size: 20px;
	margin-bottom: 15px;
}
.file-input-panel{
	margin-top: 10px;
}

.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}
.custom-pagination a {
  background-color: #ebebeb;
  color: #ff3c50;
}
.custom-pagination a:hover {
  background-color: #ff3c50;
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}
.custom-pagination span.current {
  background-color: #ff3c50;
  color: #fff;
}
.prev-next-posts a{
	font-size: 20px;
	display: inline-block;
	color: #35383f;
	line-height: 16px;
	line-height: 60px;
}

.prev-next-posts {
	  text-align: center;
	  margin: 0 auto;
	    width: 460px;
}
.prev-posts-link{
  width: 200px;
  margin: 0px;

  float: left;
}
.next-posts-link{
	  width: 200px;
  margin: 0px;

  float: left;
}
.prev-next-post-clear{
	float: left;
  line-height: 60px;

}
.project_status_block{

	padding: 15px 12px;
}

.project_status_block input{
	position: relative;
    display: inline-block;
    border-radius: 3px;
    height: 28px;
    padding: 0 11px 1px;
    cursor: pointer;
    color: #333;
    font-weight: normal;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    background: #F9F9F9;
    border: #BBBBBB solid 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
}
.button-large{
	position: relative;
    display: inline-block;
    border-radius: 3px;
    height: 28px;
    padding: 0 11px 1px;
    cursor: pointer;
    color: #333;
    font-weight: normal;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    background: #F9F9F9;
    border: #BBBBBB solid 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
}
.button-primary{
	position: relative;
    display: inline-block;
    border-radius: 3px;
    height: 28px;
    padding: 0 11px 1px;
    cursor: pointer;
    color: #333;
    font-weight: normal;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    background: #F9F9F9;
    border: #BBBBBB solid 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
}

.mobile_login {
    display: none !important;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .searchWrapper {
        width: 95% !important;
    }
    .search-filters-panel {
        width: 100%;
    }
}

@media only screen and (min-width: 1441px) {
    .search-filters-panel {
        width: 100%;
    }
    .searchWrapper {
        float: left;
        width: 95% !important;
        height: 60px;
    }
}

@media only screen and (min-width: 901px) {
    #mobile-header {
        display: none;
    }
}

@media only screen and (max-width: 901px) {
    /* Dashboard */
    .functions-wrapper {
        float: right;
        width: 30%;
    }
    /* End Dashboard */
    .links {
        margin-right: 50px;
        display: none;
    }
    .mobile_login {
        display: block !important;
    }
    .new-footer a {
        font-size: 12px;
    }
    .post-item {
        flex: 1 1 200px;
        max-width: 300px;
        height: 200px;
/*        margin: 0 auto;*/
        margin-top: 10px;
        margin-bottom: 10px;
        position: relative;
        cursor: pointer;
    }
    .catdescription {
/*        display: none;*/
    }
    .collection-section .title {
/*        display: none;*/
    }
    #mobile_slides {
        display: none;
    }
    .search-filter {
        width: 27%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 901px) {
    .advanced-search {
        position: absolute;
    }
    .wrapper {
        margin-top: 40px;
    }
    .search-filters-panel {
        width: 57%;
    }
    #mobile-header .search-filters-panel {
        width: 100%;
    }
    #mobile-header .searchWrapper {
        width: 88%;
    }
    .search-filter {
        width: 30%;
    }
    .search-input {
        width: 72% !important;
    }
    .links a {
        font-size: 12px;
        line-height: 60px;
    }
    .single_project h1 {
        font-size: 22px !important;
        font-weight: bold;
    }
    .article p b {
        font-size: 16px;
        line-height: 30px;
        color: #898989;
    }
    span#back {
        left: 0;
    }
    span#back img {
        width: 6px;
        height: 12px;
    }
}

@media only screen and (max-width: 782px) {
    .collectionCurated {
        display: none;
    }
    .wrapper {
        min-height: auto;
    }
}

@media only screen and (min-width: 600px) and (max-width: 782px) {
    .curator h2 a {
        font-size: 23px;
    }
    .curator h3 {
        font-size: 16px;
    }
    a.person {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .curator {
        width: 100%;
    }
    .search-input {
        width: 52% !important;
    }
}

@media only screen and (min-width: 400px) and (max-width: 479px) {
/*
    .search-input {
        width: 33% !important;
    }
    .search-filter {
        width: 25% !important;
        float: none;
    }
*/
}

@media only screen and (min-width: 375px) and (max-width: 425px) {
    .search-input {
        width: 33% !important;
    }
    .search-filter {
/*        width: 33% !important;*/
        float: none;
    }
    #mobile-header select#period {
        width: 100%;
    }
    #mobile-header select#function {
        width: 100%;
    }
    #mobile-header input#artist {
        width: 100%;
        display: none;
    }
    #mobile-header #artist-filter {
        display: none;
    }
    #mobile-header select#style {
        width: 100%;
    }
    #mobile-header select#category {
        width: 100%;
    }
    #mobile-header input#location {
        width: 100%;
        display: none;
    }
    #mobile-header #location-filter {
        display: none;
    }

    select#period {
        width: 88%;
    }
    select#function {
        width: 88%;
    }
    input#artist {
        width: 88%;
        display: none;
    }
    #artist-filter {
        display: none;
    }
    select#style {
        width: 88%;
    }
    select#category {
        width: 88%;
    }
    input#location {
        width: 88%;
        display: none;
    }
    #location-filter {
        display: none;
    }
    .searchForm {
        width: 373px !important;
        display: block;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 375px) {
    .new-header .logo {
        background-repeat: no-repeat;
        background-size: contain;
        width: 120px;
        margin-top: 4.25% !important;
    }
    .links a.grid {
        width: 130px;
        background: #fff;
    }
    #mobile-header .searchWrapper {
        width: 75% !important;
    }
    .searchWrapper {
        width: 69% !important;
    }
    .wrapper {
        margin-top: 25%;
    }
    .search-input {
        width: 30% !important;
        font-size: 25px;
    }
    .search-filter {
        width: 30% !important;
        float: none;
    }
    #mobile-header .search-filter {
        width: 100% !important;
        float: none;
    }
    select#period {
        width: 88%;
    }
    select#function {
        width: 88%;
    }
    input#artist {
        width: 88%;
        display: none;
    }
    #artist-filter {
        display: none;
    }
    select#style {
        width: 88%;
    }
    select#category {
        width: 88%;
    }
    input#location {
        width: 88%;
        display: none;
    }
    #location-filter {
        display: none;
    }
    .searchForm {
        width: 340px !important;
        display: block;
        margin-bottom: 10px;
    }
    .search-filters-panel {
        height: 425px !important;
    }
    span#back {
        margin-top: 75px;
        position: absolute;
        margin-left: 0px !important;
        left: 20px;
    }
    span#back img {
        width: 6px;
        height: 12px;
    }
}

@media only screen and (max-width: 479px) {
    .content-wrapper {
        margin-top: 75px;
    }
    .curator h2 a {
        font-size: 22px;
    }
    .curator h3 {
        font-size: 18px;
    }
    a.person {
        font-size: 18px;
    }
    a.shiftnav-target span {
        font-weight: bolder !important;
        font-size: 25px;
        text-transform: lowercase;
        padding-left: 5px;
        padding-right: 5px;
    }

    .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target {
        font-size: 18px;
    }
    .wrapper {
        margin-top: 10%;
    }
    .advanced-search input[type="text"] {
        border: none;
        border-bottom: 1px solid #494B51;
        line-height: 30px !important;
    }
    .post-item {
        max-width: 100%;
    }
    a.login {
        display: none;
    }
    a.register {
        display: none;
    }
    h1.catname {
        font-size: 32px !important;
    }
    .functions-wrapper {
        width: 100%;
        display: none;
    }
    .projects-wrapper {
        width: 100%;
    }
    .new-footer a {
        font-size: 9px;
    }
    .article h1 {
        font-size: 20px;
    }
    .article p b {
        font-size: 15px;
        line-height: 17px;
    }
    .article .pageArticle h1 {
        padding: 20px 0px 20px 0px;
    }
    .article .pageArticle2 h1 {
        font-size: 35px;
    }
    .article .pageArticle2 p strong {
        display: block;
        font-size: 15px;
        font-family: "Lovelo";
        line-height: 25px;
        cursor: pointer;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #mobile-header .searchWrapper {
        width: 75% !important;
    }
    .search-filters-panel {
        height: 450px;
        width: 100%;
        padding-right: 50px;
    }
    .search-filter {
        width: 33%;
/*        width: 100%;*/
        float: none;
    }

    #mobile-header .search-filter {
        width: 100%;
        float: none;
    }
    .new-header .logo {
        margin-top: 3%;
    }
    .links {
        margin-left: 50%;
        position: absolute;
    }
    .advanced-search {
        position: absolute;
    }
    links.a {
/*        display: none;*/
    }
    .single_project {
        margin: 100px 0px;
    }
    .single_project h1 {
        margin-left: 20px;
    }
    .single_project p {
        margin-left: 20px;
        margin-right: 20px;
    }
    .image_caption {
        margin: 0 20px;
    }
    .article span.footnote {
        font-size: 11px;
        border-top: solid 1px #4d4e56;
        display: block;
        margin-top: 20px;
        margin-left: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .relatedLink {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .single_project h1 {
        font-size: 17px;
        line-height: 25px;
    }
    .searchWrapper {
        width: 55% !important;
    }
    .searchForm {
        width: 285px !important;
        display: block;
        margin-bottom: 10px;
    }
    #mobile-header select#period {
        width: 100%;
    }
    #mobile-header select#function {
        width: 100%;
    }
    #mobile-header input#artist {
        width: 100%;
        display: none;
    }
    #mobile-header #artist-filter {
        display: none;
    }
    #mobile-header select#style {
        width: 100%;
    }
    #mobile-header select#category {
        width: 100%;
    }
    #mobile-header input#location {
        width: 100%;
        display: none;
    }
    #location-filter {
        display: none;
    }

    select#period {
        width: 72%;
    }
    select#function {
        width: 72%;
    }
    input#artist {
        width: 72%;
        display: none;
    }
    select#style {
        width: 72%;
    }
    select#category {
        width: 72%;
    }
    input#location {
        width: 72%;
        display: none;
    }
    .content-wrapper {
        margin-top: 25px;
    }

}

a.shiftnav-target span {
    font-weight: bolder !important;
    font-size: 25px;
    text-transform: lowercase;
    padding-left: 5px;
    padding-right: 5px;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target {
    font-size: 18px;
}

.acf-form-submit {
    margin-bottom: 50px;
}

#wp-link {
    display: inline;
}

.user-menu {
    height: 55px;
}

.searchForm {
    width: 104px;
    height: 37px;
    border-radius: 1px;
    background-image: linear-gradient(to bottom, #77787f, #4d4e56);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat';
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    text-align: center;
    margin-left: 18px;
    margin-top: 15px;
}

#mobile-header {
    display: contents;
}

#mobile-header .advanced-search {
    position: absolute;
    width: 100%;
}

#mobile-header .search-input {
    width: 100% !important;
}

.searchWrapper {
    float: left;
    width: 69%;
    height: 60px;
}

input[type='text'],
input[type='number'],
textarea {
  font-size: 16px;
}

span#back {
    margin-top: 75px;
    position: absolute;
    margin-left: 20px;
}

span#back img {
    width: 6px;
    height: 12px;
}

