*:not(i) {
	font-size:16px;
	color:#707070;
	font-family: 'PT Sans', sans-serif;
	font-weight: 300;
}
html {
  scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	margin-bottom:0;
	font-weight: 300;
}
.container {
	width:100%;
	max-width:1660px;
}
img {
	width:100%;
	max-width:100%;
	height:auto;
}
a,
a:hover {
	text-decoration: none;
	color:#000000;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity:1;
}
/* Header */
header,
.header_alt {
	position:relative;
	z-index:0;
	padding:30px 0;
	width:100%;
}
header img,
.header_alt img {
	max-width:340px;
}
body:not(.home) header img,
body .header_alt img{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.header_menu {
	text-align: right;
}
.header_menu a {
	color:#fff;
	opacity: 0.75;
	font-size:25px;
	margin-left:15px;
}
.header_alt .header_menu a,
body:not(.home) .header_menu a {
	color:#000;
	opacity: 0.75;
	font-size:25px;
	margin-left:15px;
	opacity: 0.25;
}
.header_menu a.menu_toggle_first,
.header_alt .header_menu a.menu_toggle_second,
body:not(.home) .header_menu a.menu_toggle_first
{
	opacity:1;
}
/* Global Menu */
.global_menu {
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	
}
.global_menu ul {
	padding-left:0;
	list-style: none;
	text-align: center;
	list-style: none;
	margin-bottom: 0;

}
.global_menu .menu-main-container {
	flex:1;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding:calc(15px + (60 - 15) * ((100vw - 300px) / (1660 - 300))) 15px;
}
.global_menu li {
	margin-bottom:15px;
	width:100%;
}
.global_menu li a {
	font-size:24px;
	color:#000;
}
.global_menu li.menu-item-has-children {
	color:#000;
	cursor: pointer;
}
.global_menu li.menu-item-has-children:not(.open) a:after {
	content:'\f107';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 22px;
	margin-left: 7px;
}
.global_menu li.menu-item-has-children.open a:after {
	content:'\f077';
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 14px;
	margin-left: 7px;
}
.global_menu li.menu-item-has-children {

}
.global_menu li.menu-item-has-children ul{
	height:0;
	overflow:hidden;

}
.global_menu li.menu-item-has-children ul li {
	margin-bottom: 7.5px;
}
.global_menu li.menu-item-has-children.open ul {
	padding-top: 15px;
}
.global_menu li.menu-item-has-children.open .sub-menu a:after{
	content:none !important;
}
.justify_content {
	text-align: justify;
}
/* Footer */
.archive footer {
	margin-top:60px;
}
footer {
	border-top:solid thin #D6D6D6;
	padding:60px 0 60px;
	margin-top:90px;
}
.footer_left {

}
.footer_left a {
	color:#8E8E8E;
	font-size:14px;
}
.footer_right {
	text-align: right;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.footer_right.footer_newsletter {
	position:relative;
	justify-content: center;
}
.footer_right a {
	color:#000;
	opacity:0.25;
	font-size:25px;
	margin-left:15px;
}
form #mc_embed_signup_scroll {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align:left;
}
#mc_embed_signup {
	text-align:center;
}
#mc_embed_signup p {
	margin-bottom:3.5px;
	color:#000;
	text-transform: capitalize;
}

#mce-responses {
	width:calc(100% - 30px);
    text-align: center;
    position: absolute;
    top: calc(100% + 3.5px);
    left: 15px;
}
footer #mc_embed_signup div.mce_inline_error {
    position: absolute;
    background: transparent !important;
    font-weight: 400 !important;
    color: #707070;
    font-family: 'PT Sans', sans-serif;
    font-weight: 300;
    padding:3.5px 0px;
}
form input#mc-embedded-subscribe {
	border:solid thin #000;
	background:#000;
	height:40px;
	color:#fff;
	padding:0 15px;
}
form input:not(#mc-embedded-subscribe) {
	height:40px;
	-webkit-appearance:none !important;
	padding:0 15px;
	border-radius:0;
	border:solid thin #000;
}
#mce-responses {
	position:absolute;
}
#mce-responses * {
	font-size: 16px;
	color: #707070;
	font-family: 'PT Sans', sans-serif;
	opacity:1;
}
/* Home Page */
.splash_img {
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background-size:cover !important;
	background-position:center center !important;
	z-index:-1;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding:30px;
	background:linear-gradient(to top, transparent 50%, rgba(0,0,0,0.45) 100%);
}
.splash_img * {
	color:#fff;
}
.splash_img a {
	font-size:24px;
	text-decoration: none;
    opacity: 0.75;
}
/* Default Page */
.justify_content a:not([href]):not([tabindex]) {
	color:#000;
	text-decoration: underline;
}
.single_top_content {
	text-align: justify;
}
.archive .default_page_container h1 {
	font-size:24px;
	margin-bottom: 15px;
}
.default_page_container {
	margin-top:30px;
}
.default_page_container h2 {
	font-size: 16px;
	color:#8E8E8E;
	margin-bottom: 15px;
}
.default_page_container h1 {
	font-size:32px;
	margin-bottom: 60px;
	color:#000000;
}
.default_page_container a {
	text-decoration: underline;
	overflow: hidden;
}
.default_page_container strong,
.default_page_container strong * {
	font-weight:600;
	color:#000;
}

.page-id-19 footer {
	margin-top:0;
}
/* Photography Archive */
.default_page_container .title_archive {
	margin-bottom:30px;
}
.default_page_container .title_archive h1 {
	margin-bottom:0;
	font-size:24px;
}
.default_page_container a.photography_panel {
	margin-bottom:30px;
	position:relative;
	width:100%;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	position:relative;
}
.default_page_container a.photography_panel:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	z-index:1;
}
.photography_panel div {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	text-align: center;
	z-index:2;
}
.photography_panel h3 {
	font-size:24px;
	color:#fff;
	margin-bottom:7.5px;
}
.photography_panel p {
	color:#fff;
	font-size:14px;
	margin-bottom: 0;
}

/* Single Photography */
.gallery_imgs {
	margin-top:calc(90px - 1rem);
}
.gallery_img {
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.gallery_img a {
	display:inline-block;
	width:100%;
}
.fancybox-container {
	z-index: 999999;
}
.fancybox-container * {
	color:#fff;
}
.back_to_parent{
	padding:60px 15px 0px;
	text-align: center;
}
.back_to_parent a {
	color:#000;
	text-decoration: none;
	font-size: 18px;
}
/* Exhibition Page */
.default_page_container a.exhibit_panel {
	display:inline-block;
	width:100%;
	margin-bottom: 30px;
	text-decoration: none;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.exhibit_panel h3 {
	font-size:14px;
	margin-top:7.5px;
	width:100%;
}

/* Journalism Page */
.journalism_panels {
	margin-top:calc(90px - 1rem);
}
.default_page_container a.journal_panel {
	background-size:cover !important;
	background-position:center center !important;
	margin-bottom: 30px;
	min-height: 405px;
	padding:15px;
	width:100%;
	text-decoration: none;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.default_page_container a.journal_panel * {
	color:#fff;
}
.default_page_container a.journal_panel h3 {
	font-size:24px;
	margin-bottom:15px;
}
.default_page_container a.journal_panel p {
	margin-bottom:15px;
}
.default_page_container a.journal_panel span {
	font-size:12px;
	opacity:0.6;
}

/* Single Journal */
.default_page_container .top_section_journal {
	margin-bottom:60px;
	text-align: center
}
.default_page_container .top_section_journal h4 {
	font-size:16px;
	color:#8E8E8E;
	margin-bottom:15px;
}
.default_page_container .top_section_journal h1 {
	font-size:32px;
	margin-bottom:15px;
}
.default_page_container .top_section_journal p {
	font-size:12px;
	opacity:0.6;
}
.content_journal {
	margin-top:60px;
}
.journal_gallery_imgs {
	margin-top:calc(90px - 1rem);
}
/* Press Page */
.press_articles {
	margin-top:calc(30px - 1rem);
}
.press_article {
	
}
.press_article h3 {
	font-size: 24px;
	margin-bottom: 7.5px;
	color:#000;
	padding-top:30px;
	margin-top:30px;
	border-top:solid thin #ebebeb;
}
.press_article a {
	text-decoration: none;
}
.press_article a.view_press_article {
	text-decoration: underline
}
#bootstrap_masonry {

}
.masonry_single {
	position:relative;
}
.masonry_single .press_overlay {
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	left:15px;
	width:calc(100% - 30px);
	padding:0 15px;
	text-align:center;
	z-index:2;
	pointer-events: none;	
	opacity:0;
}
.masonry_single h3 {
	color:#fff;
	font-size: 24px;
	margin-bottom: 7.5px;
}
.masonry_single p {
	color:#fff;
	margin-bottom: 0;
}
.masonry_single_innner {
	margin-bottom: 30px;
	display:inline-block;
	width:100%;
	position: relative;
}
.masonry_single_innner:after {
	content:'';
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}
/* Popups */
.fancybox-container .popup_forms * {
	color: #707070;
}
.popup_forms {

}
.fancybox-container  .popup_forms h3 {
	color:#000;
	font-size: 32px;
	margin-bottom:30px;
	text-align: center;
}
.popup_forms form {
	max-width:600px;
	padding:15px;
}
.popup_forms input:not(.wpcf7-submit) {
	width:100%;
	height:40px;
	-webkit-appearance:none !important;
	border:none;
	border-bottom:solid 1px #000;
	outline:none;
	border-radius:0;
	padding:0 0px;
    font-size: 16px;
    color: #707070;
}
.popup_forms textarea {
	width:100%;
	-webkit-appearance:none !important;
	border:none;
	border-bottom:solid 1px #000;
	outline:none;
	border-radius:0;
	padding:10px 0;
    font-size: 16px;
    color: #707070;
}
.popup_forms .wpcf7-form-control-wrap {
	margin-bottom: 15px;
	display: inline-block;
	width:100%;
}
.popup_forms input.wpcf7-submit {
	background:transparent;
	-webkit-appearance:none !important;
	border:none;
	outline:none;
	border-radius:0;
	font-size: 24px;
	text-decoration: none;
	opacity: 0.75;
	cursor:pointer;
}
.popup_forms p {
	margin-bottom:0;
}
.popup_forms span.wpcf7-not-valid-tip {
	margin-top:7.5px;
}
.popup_forms div.wpcf7-response-output {
	margin:15px 0 0;
}
.popup_forms #mc_embed_signup_scroll {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.popup_forms #mc_embed_signup_scroll .mc-field-group {
	display:inline-block;
	width:calc(100% - 80px);
	position:relative;
}
.popup_forms #mc_embed_signup_scroll #mc-embedded-subscribe {
	width:80px;
	-webkit-appearance:none !important;
	border:none;
	border-bottom:solid 1px #000;
	outline:none;
	border-radius:0;
	padding:0px 0;
    font-size: 16px;
    background:transparent;
    color: #000;
    cursor:pointer;
}
.popup_forms#signup {
	padding: 60px 60px 90px;
}
.popup_forms#signup p {
	margin-bottom:30px;
	color:#000;
	text-align:center;
}
.popup_forms#signup #mc_embed_signup div.mce_inline_error {
	width:100%;
	font-family: 'PT Sans', sans-serif;
	font-weight:300;
	position:absolute;
	margin:0 0 0 0;
}
#mc-field-group {
	position:relative;
}
.fancybox-caption__body *{
	font-size:16px;
}
.ind_forms {

}
.ind_forms span.artwork_name {
	text-align:center;
	display:inline-block;
	width:100%;
	font-style: italic;
	margin-bottom:30px;
}
.fancybox-container .ind_forms.popup_forms h3 {
	margin-bottom:7.5px;
}
/* Animations */
.footer_left a:hover,
.footer_right a:hover,
.header_alt .header_menu a:hover,
body:not(.home) .header_menu a:hover  {
	color:#000;
	opacity:1;
}
.default_page_container a img,
.default_page_container a img:hover,
.default_page_container a.journal_panel div,
.default_page_container a.journal_panel div:hover,
.masonry_single .press_overlay,
.masonry_single:hover .press_overlay,
input,
input:hover
{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.default_page_container a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.img_overflow {
	display:inline-block;
	width:100%;
	overflow:hidden;
}
.default_page_container a.journal_panel:hover div{
	margin-bottom:15px;
}
.splash_img a:hover,
body.home header .header_menu a:hover {
	opacity:1;
	color:#fff;
}
.global_menu li a:hover,
.global_menu li.current-menu-item a {
	opacity:0.75;
}
.masonry_single:hover .press_overlay {
	opacity:1;
}
.popup_forms input.wpcf7-submit:hover {
	opacity:1;
}
/* Responsive */

@media (max-width: 1199.98px) {
	.page-id-19 footer {
		margin-top:calc(60px - 1rem);
	}
	.archive footer {
		margin-top:30px;
	}
	footer {
		margin-top:60px;
		padding:30px 0 15px;
	}
	.back_to_parent {
		padding-top:0px;
	}
	.gallery_imgs,
	.journalism_panels,
	.press_articles {
	    margin-top: calc(60px - 1rem);
	}
	.default_page_container .top_section_journal {
		margin-bottom:30px;
	}
	.content_journal {
		margin-top:15px;
	}
	.journal_gallery_imgs {
	    margin-top: calc(60px - 1rem);
	}
	.default_page_container .top_section_journal h4,
	.single-journal.single .default_page_container h1 {
		margin-bottom:7.5px;
	}
	.popup_forms,
	.popup_forms#signup {
		padding:30px 30px 60px;
	}	
}

@media (max-width: 991.98px) {
	.single .default_page_container h1 {
		margin-bottom:15px;
	}
	footer form input#mc-embedded-subscribe {
		margin-top:7.5px;
	}

}

@media (max-width: 767.98px) {
	.default_page_container h1 {
		margin-bottom:15px;
	}
	.header_menu {
		display:none;
	}
	.header_logo {
		text-align: center;
	}
	.gallery_img,
	.default_page_container a.exhibit_panel {
		margin-bottom:15px;
	}
	.archive footer {
		margin-top:15px;
	}
	footer {
		margin-top:30px;
		padding:30px 0 15px;
	}
	.page .default_page_container .masonry_single_innner img {
		margin-bottom: 0;
	}
	.page .default_page_container img,
	.masonry_single_innner {
		margin-bottom:15px;
	}
	.popup_forms,
	.popup_forms#signup {
		padding:30px 0px 60px;
	}
	.footer_right {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top:15px;
	}
	footer .footer_right.footer_newsletter {
		display:none;
	}
	.footer_right a {
		margin-left:0;
		margin-right:15px;
	}
}