@charset "UTF-8";
/* CSS Document */


/* RESET =============================================== */

* 						{ box-sizing: border-box; }

a 						{ color: #000 !important; text-decoration: none; }
a:hover 				{ color: #000 !important; text-decoration: underline; }

img 					{ display: block; }


/* TYPOGRAPHY ========================================== */

html, body 				{ font-size: 16px; 	line-height: 1.5em; 		font-weight: 300; 	font-family: 'Open Sans', sans-serif; color: #000; }

h1 						{ font-size: 24px; 	line-height: 1.4em; 		}
h1, h2, h3, h4, h5, h6 	{ font-weight: 300;								}
strong 					{ font-weight: 600; 							}

#masthead 				{ font-size: 15px; 	line-height: 1.4em; 		}
.mobile-bt-menu 		{ font-size: 15px; 	line-height: 0.75em; 		letter-spacing: 0.025em; font-weight: 600; }
#site-navigation 		{ font-size: 8vw;  	line-height: 1.2em; 		letter-spacing: 0.025em; }
.content-shortcuts 		{ font-size: 15px; 	line-height: 1.4em; 	 	letter-spacing: 0.025em; text-transform: uppercase; }


.list-grid 				{ font-size: 24px; 	line-height: 1.4em; 		}
.list-artists 			{ font-size: 24px; 	line-height: 1.4em; 		font-weight: 600; }
.list-current 			{ font-size: 24px; 	line-height: 1.4em; 		}
.content-list 			{ font-size: 24px; 	line-height: 1.4em; 		}
.featured-info 			{ font-size: 24px; 	line-height: 1.4em; 		}

#colophon, .gototop 	{ font-size: 15px; 	line-height: 1.5em; 		letter-spacing: 0.025em; text-transform: uppercase; }

figcaption 				{ font-size: 0.8rem; line-height: 1em; }


/* BUTTONS ============================================ */

.bt-regular 					{ color: #000; text-decoration: none; padding-bottom: 4px; border-bottom: solid 1px #000;  }
.bt-regular:hover 				{ color: #000; text-decoration: none; }



/* GENERIC ============================================ */

body 							{ margin: 0; padding: 0; }

.lang-en						{ display: none; }
.lang-pt						{ display: none; }

html[lang='en-US'] .lang-en		{ display: block; }
html[lang='pt-PT'] .lang-pt		{ display: block; }

h1, h2, h3, h4, h5, h6 			{ padding: 0; margin: 0; }

.empty-break 					{ width: 100%; height: 20px; display: block !important; margin: 0; padding: 0; grid-column: 1 / span 1; }


/* HEADER & NAVIGATION ================================ */

#masthead { 
	width: 100%;
	margin: 0; padding: 20px; 
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF; 
	z-index: 900;
	
	display: flex;
	flex-wrap: no-wrap;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;  }
	
#masthead:after, #masthead:before, .site-content:after, .site-content:before { display: none !important; }

.mobile-bt-menu, .mobile-bt-menu:hover { color: #000; text-decoration: none; }

#site-navigation {
	width: 100%; height: 100vh; 
	margin: 0; padding: 25vh 20px 20px 20px;
	background-color: #FFF;
	
	position: fixed;
	top: 0;
	left: 0;
	
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	
	z-index: 900;
	display: none;
	}

#site-navigation a {
	color: 				#000;
	text-decoration: 	none;
	margin: 			0 0 0.25em 0 !important;
	padding: 			0; }

#site-navigation a:last-of-type { margin: 0 !important; }

#site-navigation a:hover { 
	color: 				#000;
	text-decoration: 	none;
}

.current-menu-item, .current-menu-item:hover,
.single-artists .menu-item-object-artists, .single-artists .menu-item-object-artists:hover,
.single-exhibitions .menu-item-object-exhibitions, .single-exhibitions .menu-item-object-exhibitions:hover,
.single-artfairs .menu-item-object-artfairs, .single-artfairs .menu-item-object-artfairs:hover {
	color: 				#000;
	text-decoration: 	none;
	padding: 			0 0 4px 0!important;
	border-bottom: 		solid 1px #000; }

.site-id 				{ z-index: 999; }
.site-id-logo 			{ height: 50px; width: auto; margin: 0; padding: 0; }
.mobile-bt-menu 		{ display: block; margin: 0; padding: 0; z-index: 999; }

html[lang='en-US'] .mobile-bt-menu:before 	{ content: 'MENU'; }
html[lang='pt-PT'] .mobile-bt-menu:before 	{ content: 'MENU'; }

.toggled .mobile-bt-menu:before 			{ content: "X" !important; }
.toggled #site-navigation 					{ display: flex; }

/*-- HOMEPAGE EXCECPTIONS --*/
.home #masthead { background-color: transparent; mix-blend-mode: difference; }
.home #site-navigation a, .home .site-id-logo, .home .mobile-bt-menu {
	filter: 
    sepia(5)      /* add some color to grey so the rest works */
    saturate(100) /* increase strength of color channels */
    invert(1)     /* invert the color */
    grayscale(1)  /* make it grey */
    contrast(5);  /* make it black/white */ }

.home #masthead.toggled { background-color: transparent; mix-blend-mode: normal; }
.home #masthead.toggled #site-navigation a, .home #masthead.toggled .site-id-logo, .home #masthead.toggled .mobile-bt-menu { 
	filter: none;
	color: #000;
}

/* CONTENT ============================================ */

#page {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0; }
	 
#content {
	width: 100%;
	margin: 25vh 0 0 0;
	padding: 0 20px; }
	
.main-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr); 
	grid-gap: 20px; }
	
.list-grid {
	width: 100%;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(1, 1fr); 
	grid-gap: 20px; } 


/* HOMEPAGE */

.home #content 				{ padding: 0 !important; margin: 0 !important; }

.featured-exhibition 		{ width: 100%; height: 100vh; margin: 0; padding: 0; position: relative; background-size: cover; background-position: center;  }
.featured-image 			{ max-width: 90%; max-height:90%; height: auto; width:auto; }
.featured-info 				{ position: absolute; left: 20px; bottom: 80px; text-align: left; }
.featured-info p			{ margin: 0; }

.text-black .featured-info 	{ color: #000 !important; }
.text-white .featured-info 	{ color: #FFF !important; }


/* LIST ARTISTS */

.list-artists {
	margin: 0;
	padding: 0;
	list-style: none;
	
	grid-column: 1 / span 1; 
	z-index: 800;
}

.listed-artist a {
	position: relative;
}	

.listed-artist a img {
	position: fixed;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 60vw;
	max-height: 60vh;
	z-index: -1 !important;
	display: none;
}

.listed-artist a:hover img {
	display: flex;
}

/* LIST EXHIBITIONS & ART FAIRS */

.list-block-title 				{ margin: 0; padding: 0; grid-column: 1 / span 1; }
.list-block 					{ margin: 0; padding: 0; grid-column: 1 / span 1; }

.list-item 						{ margin: 0; padding: 0 0 5px 0; display: flex; flex-direction: row; flex-wrap: no-wrap; }
.list-current .list-item 		{ flex-direction: column; flex-wrap: wrap; }
.list-item:last-of-type 		{ padding-bottom: 0; }

.list-year:after 				{ content: '   '; white-space: pre; }

.list-info 						{ display: flex; flex-direction: column; }

.list-thumb 					{ width: 100%; margin: 0; padding: 0; }
.thumb 							{ width: 100%; height: 0; margin: 0 0 10px 0; padding: 0 0 65% 0; background: center no-repeat; background-size: cover; background-color: #EFEFEF; }



/* CONTENT DETAILS */ 

.content-intro 					{ margin: 0; padding: 0; grid-column: 1 / span 1; }
.content-shortcuts				{ margin: 0; padding: 0; grid-column: 1 / span 1; }

.content-text 					{ margin: 0; padding: 0; grid-column: 1 / span 1; }
.content-text-narrow 			{ margin: 0; padding: 0; grid-column: 1 / span 1; }
.content-team 					{ margin: 0; padding: 0; grid-column: 1 / span 1; list-style: none; margin-bottom: 40px; }
.content-contacts 				{ margin: 0; padding: 0; grid-column: 1 / span 1; }

.content-text a, .content-text-narrow a					{ color: #000 !important; text-decoration: underline; }
.content-text a:hover, .content-text-narrow a:hover		{ color: #000 !important; text-decoration: underline; }

.content-list					{ margin: 0; padding: 0; grid-column: 1 / span 1; list-style: none; }
.content-block-title 			{ margin: 0; padding: 0; grid-column: 1 / span 1; }
.content-list-block 			{ margin: 0; padding: 0; grid-column: 1 / span 1; }

.content-text p:first-of-type, .content-text-narrow p:first-of-type, .content-contacts p:first-of-type		{ margin-top: 0;}
.content-text p:last-of-type, .content-text-narrow p:last-of-type , .content-contacts p:last-of-type 		{ margin-bottom: 0;}

.image-about 					{ margin: 0; padding: 0; grid-column: 1 / span 1; }
.image-about img 				{ width: 100%; height: auto; }

/* MISC */


.sticky { height: auto; }
	

/* NEWSLETTER ========================================= */

#mc_embed_signup 							{ width: 100%; }
#mc_embed_signup form 						{ margin: 0; padding: 0; }
#mc_embed_signup_scroll 					{ margin: 0; padding: 0; display: flex; flex-direction: column; gap: 30px; }

.mc-field-group 							{ margin: 0; padding: 0; display: flex; flex-direction: column; gap: 5px; }
.mc-field-group input 						{ margin: 0; padding: 5px 10px; border: solid 1px #999; border-radius: 0;}
.mc-field-group input.mce_inline_error 		{ margin: 0; padding: 5px 10px !important; border: solid 1px #e85c41 !important; }
.input-group ul 							{ margin: 0; padding: 0; list-style: none; }
.input-group li 							{ margin: 0; padding: 0; display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 10px;  }
.input-group input[type="checkbox"] 		{ border: solid 1px #000 !important;}
.mc-button-group 							{ margin: 0; padding: 20px 0 0 0 !important; display: flex; flex-direction: row; align-items: center; justify-content: space-between; border-top: solid 1px #999; }
.mc-button-group::before 					{ display: none; }
.mc-button-group::after 					{ display: none; }
#mc-embedded-subscribe 						{ margin: 0; padding: 10px 20px !important; background-color: #000; color: #FFF; cursor: pointer; border-radius: 0; border: none; text-transform: uppercase; letter-spacing: 0.05em; }

.mce_inline_error							{ margin: 0 !important; padding: 0 !important; background-color: #FFF !important; color: #e85c41 !important; }
.mce-error-response							{ margin: 0 !important; padding: 0 !important; background-color: #FFF !important; color: #e85c41 !important; }
.mce-success-response						{ margin: 0 !important; padding: 0 !important; background-color: #FFF !important; color: #189c18 !important; }
.helper_text 								{ color: #999; font-size: 0.8em; }
.indicates-required 						{ text-align: right; font-size: 0.8em; }
.asterisk 									{ color: red; }

/* GALLERY ============================================ */


.my-gallery 				{ margin: 0; padding: 0; grid-column: 1 / span 1; }

.gallery-item 				{ margin: 0; padding: 0; grid-column: 1 / span 1; width: 100%; display: block; }
.gallery-item img 			{ width: 100%; height: auto;  }
.gallery-item figcaption 	{ width: 100%; margin: 0; padding: 10px 0;  text-align: center; display: none; }


/* FOOTER ============================================= */

.gototop {
	width: 100%;
	margin: 0;
	padding: 25vh 20px 15vh 20px;
	
	text-align: left; }
	
#colophon {
	width: 100%;
	margin: 0;
	padding: 0 20px 20px 20px;
	
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end; }

#social-menu {
	margin: 0;
	padding: 0;
	list-style: none; }


/* formatação para Opening Hours (plugin em uso) */

.op-table 											{ width: auto; text-align: left; }
.op-table th										{ padding-right: 60px; font-weight: 300 !important;  }
.op-open, .op-closed 								{ color: #000 !important; }

.col-date-end:before 								{ content: '\2013  ';  white-space: pre; }
footer .op-open:before, footer .op-closed:before 	{ content: '\A'; display: block; white-space: pre; }
footer .op-open:after, footer .op-closed:after 		{ content: '\A'; display: block; white-space: pre; }

.footer-address {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap; }


/* 
=============================================
=============================================

777777777    6666666     8888888
      777   666         888   888
     777    666         888   888
    777     66666666     8888888
   777      666   666   888   888
  777       666   666   888   888
 777         6666666     8888888

=============================================
=============================================
*/

@media only screen and  (min-width: 768px) { 


/* TYPOGRAPHY ========================================== */


html, body 				{ font-size: 18px; line-height: 1.5em; }

h1 						{ font-size: 30px; }

#masthead 				{ font-size: 20px; }
.mobile-bt-menu 		{ font-size: 20px; }
#site-navigation 		{ font-size: 6vw; line-height: 1em; } 

.list-grid 				{ font-size: 20px; }
.list-artists 			{ font-size: 20px; }
.list-current 			{ font-size: 24px; }
.content-list 			{ font-size: 20px; }
.featured-info 			{ font-size: 30px; line-height: 1.2em; }

.post-type-archive-exhibitions .site-main, 
.post-type-archive-artfairs .site-main,
.content-block-title, .content-list-block
						{ font-size: 20px; line-height: 1.4em; }


/* GENERIC ============================================ */

.empty-break 					{ grid-column: 1 / span 2; }
.list-grid .empty-break 		{ grid-column: 1 / span 2; }



/* HEADER & NAVIGATION ================================ */


#masthead 				{ padding: 20px 40px; }
#site-navigation		{ padding: 25vh 40px 40px 40px; }

.current-menu-item, .current-menu-item:hover,
.single-artists .menu-item-object-artists, .single-artists .menu-item-object-artists:hover,
.single-exhibitions .menu-item-object-exhibitions, .single-exhibitions .menu-item-object-exhibitions:hover,
.single-artfairs .menu-item-object-artfairs, .single-artfairs .menu-item-object-artfairs:hover {
	padding: 			0 0 4px 0!important;
	border-bottom: 		solid 1px #000; }

.site-id-logo 			{ height: 60px; }


/* CONTENT ============================================ */

#content 				{ padding: 0  40px; }

.main-grid 				{ grid-template-columns: repeat(2, 1fr); }
.list-grid 				{ grid-column: 1 / span 2; grid-template-columns: repeat(2, 1fr); } 

/* HOMEPAGE */

.featured-info 			{ left: 40px; bottom: 40px; }

/* ARTISTS*/

.list-artists 					{ grid-column: 1 / span 2; }

/* EXHIBITIONS & ART FAIRS */

.list-block-title 				{ grid-column: 1 / span 2; }
.list-block 					{ grid-column: 1 / span 2; }
.list-grid .list-block-title 	{ grid-column: 1 / span 2; }
.list-grid .list-block 			{ grid-column: 1 / span 2; }

.list-info 						{ flex-direction: row; justify-content: space-between; align-items: flex-start; flex: 1 auto; }


/* CONTENT DETAILS */ 

.content-intro 				{ grid-column: span 2; }
.content-shortcuts			{ grid-column: span 2; }

.content-text 				{ grid-column: span 2; }
.content-text-narrow 		{ grid-column: span 2; }
.content-team 				{ grid-column: span 1;  margin-bottom: 0px; }
.content-contacts			{ grid-column: span 1; }

.content-list				{ grid-column: span 2; }
.content-block-title 		{ grid-column: span 2; }
.content-list-block 		{ grid-column: span 2; }

.image-about 				{ grid-column: span 2; }

/* MISC */




/* GALLERY ============================================ */

.my-gallery 				{ grid-column: span 2; }
.gallery-item 				{ grid-column: span 2; }


/* FOOTER ============================================= */


.gototop 				{ padding: 25vh 40px 15vh 40px; text-align: right; }
	
#colophon 				{ padding: 0 40px 20px 40px; flex-direction: row; align-items: flex-start; justify-content: space-between; }


/* formatação para Opening Hours (plugin em uso) */
.op-table th										{ padding-right: 30px;  }
footer .op-open:before, footer .op-closed:before 	{ content: ''; display: none !important; white-space: normal !important; }
footer .op-open:after, footer .op-closed:after 		{ content: ''; display: none !important; white-space: normal !important; }

.site-footer:before, 
.site-footer:after 		{ content: ''; display: none; }


} /* 768 */


/* 
=============================================
=============================================

 9999999     0000000     0000000 
999   999   000   000   000   000
999   999   000   000   000   000
 99999999   000   000   000   000
      999   000   000   000   000
      999   000   000   000   000
 9999999     0000000     0000000

=============================================
=============================================
*/



@media only screen and  (min-width: 900px) { 
	

/* TYPOGRAPHY ========================================== */

#site-navigation 				{ font-size: 16px; }


/* HEADER & NAVIGATION ================================ */
	
#masthead 				{ padding: 20px 40px 10px 40px; }
	
#site-navigation {
	width: auto;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	background-color: transparent;
	
	display: flex;
	flex-direction: row;
	align-items: flex-start; 
	justify-content: flex-end; }
	
#site-navigation a 					{ margin: 0 1em 0 0 !important; padding: 0 0 10px 0; }
#site-navigation a:last-of-type 	{ margin: 0 !important; }


#site-navigation a:hover, .current-menu-item, .current-menu-item:hover,
.single-artists .menu-item-object-artists, .single-artists .menu-item-object-artists:hover,
.single-exhibitions .menu-item-object-exhibitions, .single-exhibitions .menu-item-object-exhibitions:hover,
.single-artfairs .menu-item-object-artfairs, .single-artfairs .menu-item-object-artfairs:hover {
	padding: 			0 0 8px 0!important;
	border-bottom: 		solid 1px #000; }
	
	
.site-id 				{ height: auto;  }
.site-id-logo 			{ height: 70px; }
.mobile-bt-menu 		{ display: none; }


/* CONTENT ============================================ */

#content 				{ padding: 0  40px; }


/* FOOTER ============================================= */

.gototop 			{ padding: 25vh 40px 15vh 40px; }

#colophon 			{ padding: 0 40px 20px  40px; }

#social-menu 								{ display: flex; flex-direction: row; flex-wrap: no-wrap; gap: 20px; }
	
.footer-address 							{ flex-direction: row; flex-wrap: no-wrap; }
.footer-address span:before 				{ content: ' . '; white-space: pre; }
.footer-address span:first-of-type:before 	{ content: ''; white-space: normal; }

/* formatação para Opening Hours (plugin em uso) */

.op-table th 								{ padding-right: 60px; }

} /* 900 */


/* 
=============================================
=============================================

111111      22222222     0000000     0000000 
   111            222   000   000   000   000
   111            222   000   000   000   000
   111       2222222    000   000   000   000
   111      222         000   000   000   000
   111      222         000   000   000   000
111111111   222222222    0000000      000000

=============================================
=============================================
*/


@media only screen and  (min-width: 1200px) { 


/* TYPOGRAPHY ========================================== */

html, body 						{ font-size: 16px; line-height: 1.5em; }
#site-navigation 				{ font-size: 18px; }


/* GENERIC ============================================ */

.empty-break 				{ grid-column: 1 / span 4; }
.list-grid .empty-break 	{ grid-column: 1 / span 3; }

	
/* HEADER & NAVIGATION ================================ */

#masthead 				{  padding: 20px 60px 10px 60px; }
.site-id-logo 			{ height: 80px; }


/* CONTENT ============================================ */

#content 				{ padding: 0 60px; }

.main-grid 				{ grid-template-columns: repeat(4, 1fr); }
.list-grid 				{ grid-template-columns: repeat(3, 1fr) !important; grid-column: 2 / span 3;  }

/* HOMEPAGE */

.featured-info 			{ left: 60px; bottom: 60px; }

/* ARTISTS */

.list-artists 			{ grid-column: 1 / span 3; }

/* EXHIBITIONS & ART FAIRS */

.list-block-title 				{ grid-column: 1 / span 4; }
.list-block 					{ grid-column: 1 / span 4; }
.list-grid .list-block-title 	{ grid-column: 1 / span 3; }
.list-grid .list-block 			{ grid-column: 1 / span 3; }

/* CONTENT DETAILS */ 

.content-intro 					{ grid-column: 2 / span 3; }
.content-shortcuts				{ grid-column: 1 / span 1; z-index: 999 !important; }

.content-text 					{ grid-column: 2 / span 3; }
.content-text-narrow 			{ grid-column: 2 / span 2; }
.content-team 					{ grid-column: 2 / span 1; }
.content-contacts				{ grid-column: 3 / span 2; }

.content-list					{ grid-column: 2 / span 3; }
.content-block-title 			{ grid-column: 2 / span 3; }
.content-list-block 			{ grid-column: 2 / span 3; }

.image-about 					{ grid-column: span 4; }
.after-shortcut 				{ display: none !important; }

/* MISC */

.sticky {
	position: -webkit-sticky;
  	position: sticky;
  	top: 25vh;
	height: 15vh !important;
	}


/* GALLERY ============================================ */

.my-gallery 				{ grid-column: span 4; }
.gallery-item 				{ grid-column: span 2; }

.gallery-item {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	display: block;
}
.gallery-item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
 
.gallery-item img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 85%; max-height: 85%; height: auto; width:auto; }
.gallery-item figcaption { position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; }


/* FOOTER ============================================= */

.gototop 				{ padding: 25vh 60px 15vh 60px; }

#colophon 				{ padding: 0 60px 30px 60px; }

} /* 1200 */


/* 
=============================================
=============================================

111111       8888888     0000000     0000000 
   111      888   888   000   000   000   000
   111      888   888   000   000   000   000
   111       8888888    000   000   000   000
   111      888   888   000   000   000   000
   111      888   888   000   000   000   000
111111111    8888888     0000000      000000

=============================================
=============================================
*/


@media only screen and  (min-width: 1800px) { 


/* TYPOGRAPHY ========================================== */
					
html, body			{ font-size: 18px; line-height: 1.5em; }

h1 					{ font-size: 36px; line-height: 1.4em; }

#site-navigation 	{ font-size: 20px; }

.list-grid 			{ font-size: 30px; }
.list-artists 		{ font-size: 30px; }
.list-current 		{ font-size: 36px; line-height: 1.4em; }
.content-list 		{ font-size: 30px; line-height: 1.4em; }
.featured-info 		{ font-size: 30px; line-height: 1.4em; }

.post-type-archive-exhibitions .site-main, .post-type-archive-artfairs .site-main,
.content-block-title, .content-list-block
					{ font-size: 30px; line-height: 1.4em; }
					
					
/* HEADER & NAVIGATION ================================ */

#masthead 			{  padding: 30px 80px 15px 80px; }


/* CONTENT ============================================ */

#content 			{ padding: 0  80px; }

.main-grid 			{ grid-gap: 40px; }

/* HOMEPAGE */

.featured-info 			{ left: 80px; bottom: 80px; }

	

/* FOOTER ============================================= */

.gototop 			{ padding: 25vh 80px 15vh 80px; }

#colophon 			{ padding: 0 80px 30px 80px; }


} /* 1800 */
