/*
	Theme Name: meter 
	Author: Karitas Webdesign
	Version: 1.0
*/

body {
	max-width: 80vw;
	margin: 0 auto;
	font-family: 'Helvetica', sans-serif;
	word-spacing: 2px;
}
main{
	margin-top: 100px;
	margin: 0 auto;
	
}

.single-post .entry-content p:empty { 
	display: none; 
}



/**************************** HEADER *****************************/
.header-logo{
	display: block;
	margin: 0 auto;
	width: 250px;
	padding-top: 100px;
}
.header_nav{
	margin-bottom: 100px;
}
.menu{
	display: flex;
	justify-content: center;
	padding: 0;
	margin-top: 50px;
}
.menu-item{
	text-align: center;
	margin: 0 50px 0 0;
	font-weight: 100;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 1.2em;
	width: 17%;
	padding: 5px 0px;
}
.header_nav ul li:hover > ul{
	padding: 0;
	width: 85%;
}
.header_nav ul li:hover{
	margin: 10 auto;
}
.sub-menu #menu-item-98 .menu-item-object-future_event a{
	color:  rgba(0, 0, 0, 0.8);
}
.menu-item a{
	color: rgba(0, 0, 0, 0.8);
}
.current-menu-ancestor #menu-item-54 a{
	color: white;
}
.current_page_item{
	background: rgba(191, 191, 191, 1);
}
.current_page_item a{
	color: white;
}
.current-menu-item{
	background: rgba(191, 191, 191, 1);
}
.current-menu-item a{
	color: white;
}
.menu-item .current_page_parent{
	background: white;
}
.menu-item:last-child{
	margin: 0 0 0 0;
}
li.current-menu-parent >a, .current-menu-item >a{ 
	color: white;
} 
.current-menu-parent ul li .current-menu-item{
	color: #292929;
}
.current-menu-parent .sub-menu li a{
	color: #292929;
}
.menu-item-object-press:hover{
	border-left: 1px solid #292929;
    border-right: 1px solid #292929;
    transition: all 0.3s ease;
}
.menu-item a{
	text-decoration: none;
}
.menu-item-type-post_type .current-menu-item:hover{
	border-left: none;
	border-right: none;
	transition: none;
}
.current_page_parent #menu-item-54{
	background:rgba(191, 191, 191, 1);
	padding: 2px 8px;
}
.current-menu-parent{
	background:rgba(191, 191, 191, 1);
}
.current-menu-parent a{
	color: white;	
}
.current-menu-parent .current-menu-item{
	background: unset !important;
}
.menu-item-type-post_type .current-menu-item:hover{
	border-left: none;
	border-right: none;
}
.header_nav ul li:hover > ul {
	display: block;
	z-index: 10;
}
.menu-menu-container .menu-item-object-custom .menu-item-type-custom li:hover{
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
	transition: all 0.3s ease;
}
.menu-item-type-post_type:hover{
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
	transition: all 0.3s ease;
}
.menu-item-54 ul li:hover{
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
	transition: all 0.3s ease;
	width: 70%;
}
.header_nav ul ul{
	display: none;
	font-size: 0.8em;
	background: unset;
}
.header_nav ul ul a{
	padding: 0 10px;
	margin: 10px 0;
	list-style: inside;
	color: #292929;
}
#menu-item-54 {
	position:relative;
}
#menu-item-54 ul {
	padding-left: 3px;
    padding-right: 3px;
    padding-top: 15px;
	position: absolute;
	width: 100%;
}
#menu-item-54 ul li{
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
.menu-item .menu-item-object-page{
	margin: 0 auto;
}





/************************** HOME **************************/
.homepage_gallerySlider{
	margin: 0 auto;
}
#n2-ss-2{
	left: 50%;
	transform: translateX(-50%);
	
}
.homepage_blogPosts{
	display: flex;
	justify-content: center;
	padding-bottom: 100px;
}
.homepage_blogPosts_blogTitle{
	margin-bottom: 80px;
	text-transform: uppercase;
	font-weight: lighter;
}
.homepage_outherBox_blogPosts:first-child{
	width: 45vw;
	margin-top: 180px;
	margin-left: 0;
	margin-right: 60px;
}
.homepage_outherBox_blogPosts:last-child{
	margin-left: 60px;
	width: 45vw;
	margin-top: 180px;
	margin-right: 0;
}
.homepage_single_blogInfo_blogPosts{
	margin-left: 15px;
}
.homepage_date_blogposts{
	font-weight: 300;
	margin: 5px;
}
.homepage_title_blogPosts{
	font-size: 1.2em;
	margin: 5px;
	font-weight: 600;
}
.homepage_blogPosts_lineBorder{
	border: solid 1px #292929;
	/* background-color: rgba(92, 92, 92, 0.96); */
	width: 80%;
}
.homepage_single_outherBox_blogPosts{
	margin-bottom: 80px;
}
.homepage_blogPosts_content{
	margin: 0;
	margin-left: 15px;
	margin-top: 5px;
}
.homepage_button_blogPosts{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	border: none;
	background: rgba(191, 191, 191, 1);
	padding: 10px;
	text-align: center;
}
.homepage_button_blogPosts a{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
}


/********************** NEWS HOMEPAGE *************************/
.news_post_box{
	display: flex;
	align-items: center;
	padding: 50px 0;
	margin-bottom: 70px;
}
.news_image_thumbnails{
	max-width: 150px;
}
.news_post_innerBox{
	margin-left: 40px;
	margin-right: 50px;
	width: 100%;
}
.news_post_infoText{
	margin: 0 auto;
	width: 100%;
	padding-left: 10px;
}
.news_post_date{
	font-weight: 300;
	margin: 0;
}
.news_post_headerText{
	font-size: 1.5em;
	margin: 10px 0 20px 0;
}
.news_post_mainText{
	margin: 0;
}
.news_post_button{
	margin-top: 20px;
	border: none;
	background: rgba(191, 191, 191, 1);
	padding: 10px;
	text-align: center;
	float: right;
}
.news_post_button a{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
}
.news_post_lineBorder{
	border: solid 1px #292929;
	background-color: #292929;
	width: 100%;
}
.news_post_text{
	margin-top: 20px;
}
.size-post-thumbnail{
	object-fit: cover;
	width: 250px;
	height: 200px;
}

.archive .category .category-uncategorized .category-1 .news_post_box .news_post_infoText{
	width: 80%;
}

/************************** NEWS SINGLE PAGE ************************/
.singlePage_linkBack{
	width: 20%;
}
.newsSinglePage_dateText{
	margin-left: 0;
}
.singlePage_linkBack a{
	text-transform: uppercase;
	text-decoration: none;
	color: #292929;
	font-weight: lighter;
	padding: 0 10px;
	text-align: center;
}
.singlePage_linkBack:hover{
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
	transition: all .3s ease-in;
	font-weight: 800;
	padding-left: 3px;
    padding-right: 3px;
	text-align: center;
}
.singlePage_headerBox{
	margin-left: 20px;
}	
.news_singlePage-info{
	padding: 50px 0;
	margin: 0 auto;
	width: 50vw;
}
.singlePage_tags-links{
	text-decoration: none;
	color: #292929;
	padding: 0 10px;
	margin: 0 20px 0 10px;
	font-weight: lighter;
}
.singlePage_tags-links:hover{
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
	transition: all .5s ease-in;
	font-weight: bolder;
	width: 140px;
}
/********************* ARCHIVE **********************/
.archive_get-link-header-text{
	font-weight: 300;
	padding-bottom: 20px;
	text-transform: uppercase;
	border-bottom: 2px solid #292929;
	margin-bottom: 70px;
}

/*********************** PROJECTS *********************/
.project_headerText{
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 1.2em;
	padding: 0 5px;
	text-align: center;
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
	width: 100px;
	margin-bottom: 75px;
}
.project_outherBox{
	padding-top: 100px;
	padding-bottom: 150px;
}
.project_postBox{
	margin-bottom: 80px;
	margin-left: 20px;
	margin-right: 50px;
}
.projects_archive_singlePost{
	display: flex;
	justify-content: center;
}

					/* FUTURE */
.projectsFuture_readMoreButton{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.8em;
}

					/* CURRENT */
.projectCurrent_singlePage_linkBack a{	
	width: 35%;
	text-transform: uppercase;
	font-weight: 200;
	text-decoration: none;
	color: #292929;
}
.projectCurrent_singlePage_linkBack{
	margin-bottom: 50px;
}
.projectCurrent_singlePage_linkBack a:hover{	
	border-left: 1px solid #292929;
	border-right: 1px solid #292929;
	animation: ease-in .5s;
	font-weight: bolder;
	padding: 0 20px;
}



					/* PAST */
.projectPast_outherBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.projectsPast_singleMain{
	margin: 30px;
	position: relative;
}
.projectsPast_imageThumbnails{
	object-fit: cover;
	display: contents;
}
.projectsPast_headerText{
	margin: 0;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.projectsPast_mainText{
	margin: 0;
	font-weight: lighter;
	max-width: 259px;
	font-size: 0.9em;
}
.projectsPast_button{
	display: block;
	right: 0;
	bottom: 0;
	margin: 0;
	float: right;
	border: none;
	background: rgba(191, 191, 191, 1);
	padding: 10px;
	text-align: center;
	bottom: 0;
}
.projectsPast_button a{
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
}
.projectPast_gallery{
	display: flex;
	justify-content: center;
}
.projectPast_gallery img{
	width: 250px;
	height: 200px;
	object-fit: cover;
	margin: 10px;
}
.projectPast_artistsOutherBox{
	margin-top: 90px;
}
.projectPast_artistsHeaderText{
	text-transform: uppercase;
	font-weight: lighter;
	border-bottom: solid 1px #292929;
	width: 250px;
	text-align: center;
	margin-bottom: 50px;
}
.projectPast_artistsLink{
	text-decoration: none;
	color: #292929;
	margin: 10px;
	text-transform: uppercase;
	font-weight: lighter;
	display: inline-block;
}
.projectPast_artistsLink:hover{
	border-left: solid 1px #292929;
	border-right: solid 1px #292929;
	padding: 0 20px;
	animation: ease-in 0.3s;
	font-weight: bolder;
}



/****************** ARTIST ********************/
.projectsPast_artistSinglePage_HeaderText{
	margin-top: 100px;
}
.artistsSinglePage_titleArtist{
	padding-left: 30px !important;
	text-transform: uppercase;
	font-weight: 300;
}
.artistSinglePage_linkToOwnSite{
	margin-top: 100px;
}
.artistSinglePage_outherBox{
	padding-bottom: 200px;
}

/************************* ABOUT US ***************************/

.aboutPage_outherBox{
	display: flex;
}
.aboutPage_image{
	margin-right: 20px;
}
.aboutUs_HeaderText{
	font-weight: lighter;
	text-transform: uppercase;
	margin-left: 20px;
}


/************************* PRESS ***************************/
.pressArchive_sideBorder{
	border-right: solid 2px #292929;
	border-left: solid 2px #292929;
	width: 100%;
	margin: 50px 0;
}




/************************* PRIVACY & COOKIES ***************************/
.privacyPage_headerText{
	font-weight: lighter;
	text-transform: uppercase;
	margin-left: 20px;
}
.Cookie_bar_popup{
	font-family: 'Helvetica', sans-serif;
	font-weight: 300;
}
.ctcc-more-info-link{
	text-transform: uppercase;
}


/************************* FOOTER ***************************/
footer{
	margin-bottom: 40px;
}
.footer_info{
	margin: 150px 10vw 100px 10vw;
	display: flex;
}
div .footer_info-border-line-first{
	margin-left: 0;
}
.footer_info-border-line{
	border: solid 1px #292929;
	background-color: #292929;
	height: 300px;
	margin: 0 50px;
}
div .footer_info-border-line-last{
	margin-right: 0;
}
.footer_info-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer_info-innerbox{
	align-self: flex-start;
	padding-top: 20px;
}
.footer_info-text{
	font-weight: 200;
	margin: 5px 0;
}
.footer_info-social-icons{
	margin: 5px 15px;
	font-size: 2.5em;
}
.footer_icons-link{
	color: #292929;
}
.footer_header-text{
	font-size: 1em;
	font-weight: 400;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.footer_info-privatePolicy a{
	text-decoration: none;
	color: #292929;
	font-weight: 200;
}
.footer_support-images{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: 70px;
}
.footer_support-image{
	height: 70px;
	margin: 20px;
}
#topbutton {
	position: fixed;
	display: none;
	height: 40px;
	width: 40px;
	line-height: 40px;
	right: 15px;
	bottom: 15px;
	z-index: 1;
	background:rgba(191, 191, 191, 1);
	border-radius: 2px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
  }
  #topbutton:after {
	content: "\2191";
  }
  .after_footer{
	  color: #292929;
	  font-size: 0.7em;
	  margin-top: 50px;
  }



/******************* IPAD MEDIA *****************/

@media screen and (max-width: 768px) {
	.menu{
		margin-left: 20px;
		margin-right: 20px;
	}
	.menu-item{
		height: 25px;
		width: 22%;
	}
	.menu-item-54 ul{
		margin-left: 15px;
	}

	/*************** HOME PAGE ****************/
	.homepage_outherBox_blogPosts:first-child{
		margin: 0 17px;
		margin-top: 75px;
		width: 40vw;
	}
	.homepage_outherBox_blogPosts:last-child{
		margin: 0 17px;
		margin-top: 75px;
		width: 40vw;
	}
	.homepage_blogPosts_content{
		display: none;
	}
	.footer_info{
		width: 85vw;
		margin: 0 auto;
	}
	.footer_info-innerbox{
		padding: 0;
	}
	.supportedBy{
		padding: 0 20px;
		margin-top: 85px;
	}


	/*************** PROJECTS ****************/
	/**** FUTURE ****/
	.project_headerText{
		margin-left: 30px;
		margin-bottom: 40px;
	}

	.project_outherBox{
		width: 85%;
		margin: 0 auto;
		margin-bottom: 150px;
	}
	.projects_archiveThumbnails .attachment-postThumbnails .size-postThumbnails .wp-post-image{
		width: 200px;
	}
	.project_postBox{
		width: 60vw;
	}
	.singlePage_linkBack{
		margin-left: 30px;
	}
	/**** CURRENT ****/
	.projectCurrent_singlePage_linkBack a {
		margin-left: 15px;
	}
	/**** PAST ****/
	.projectsPast_outherMain{
		margin: 0 143px;
		margin-bottom: 150px;
	}

	/*************** NEWS *****************/
	.news_post_box{
		width: 85%;
		margin: 0 auto;
		margin-bottom: 80px;
	}
	.news_post_infoText{
		width: 100%;
		margin: 0 auto;
	}
	.Mobile_CSS{
		padding-bottom: 150px !important;
	}
	.news_post_infoText{
		padding-left: 10px;
	}
	.news_singlePage_tagsOutherBox{
		margin-left: 30px;
	}
	.news_singlePage-info{
		margin: 0 auto;
		width: 70vw;
	}


	/*** ABOUT PAGE ****/
	.aboutPage_outherBox{
		width: 80%;
		margin: 0 auto;
		margin-bottom: 150px;
	}


	/******** ARTIST *********/
	.artistSinglePage_outherBox{
		width: 80%;
		margin: 0 auto;
	}
}

/***************** MOBILE MEDIA *********************/
@media screen and (max-width: 736px) {
	span .n2-ow{
		font-size: 1.5em;
	}
	footer{
		margin: 0 auto;
	}
	.after_footer{
		margin-left: 20px;
	}
	.footer_info{
		display: block;
		margin: 0 auto;
		width: 70%;
		margin-bottom: 60px;
	}
	.footer_header-text{
		font-size: 1.2em;
	}
	.footer_info-text{
		font-size: 1em;
	}
	.footer_info-box{
		margin: 0 auto;
		padding-bottom: 90px;
		height: 300px;
		border-bottom: solid 2px #292929;
	}
	.footer_info-box:first-child{
		margin-bottom: 30px;
	}
	.footer_info-border-line{
		border: none;
		margin: 0;
	}
	.footer_info-innerbox{
		font-size: 1.3em;
	}
	.footer_support-images{
		display: block;
		margin: 0 auto;
	}
	.footer_support-image{
		margin: 10 auto;
	}
	.footer_info-box:last-child{
		border-bottom: none;
	}
	.footer_info-box:first-child{
		margin-top: 150px;
	}


	

	/*** HOME PAGE ***/
	#menu-menu{
		display: block;
		margin: 0 auto;
		width: 40%;
	}
	.sub-menu{
		display: none;
	}
	.menu-item{
		margin: 0;
		width: 100%;
		margin-top: 10px;
	}
	#menu-item-156{
		margin-top: 10px;
	}
	.homepage_gallerySlider{
		margin-bottom: 100px;
	}
	.homepage_blogPosts{
		display: block;
		margin: 0 auto;
		padding: 0px;
	}
	.homepage_outherBox_blogPosts{
		width: 80%;
		margin: 0 auto;
	}
	.homepage_outherBox_blogPosts:first-child{
		width: 80%;
		margin: 0 auto;
		padding-bottom: 70px;
	}
	.homepage_outherBox_blogPosts:last-child{
		width: 80%;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	.homepage_title_blogPosts{
		font-size: 1.5em;
	}
	.header_nav ul li:hover > ul{
		margin: 0 auto;
		margin-top: 7px;
		background-color: white;
		width: 100%;
		height: 200px;
	}
	.menu-item-54 ul li:hover{
		width: 100%;
	}
	#menu-item-214{
		margin-top: 10px;
	}


	.projects_archive_singlePost{
		display: inline-block;
		margin: 0 auto;
		width: 100%;
	}
	.project_postBox{
		margin: 0;
		width: 90%;
	}


	/** PAST ***/
	.projectsPast_outherMain{
		margin: 0;
		margin-left: 30px;
		margin-bottom: 100px;
	}
	.projectsPast_singleMain{
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.projectsPast_mainText{
		display: none;
	}

	/**** NEWS *****/
	.news_post_mainText{
		display: none;
	}
	.news_post_box{
		display: block;
		margin: 0 auto;
		width: 70%;
		margin-bottom: 60px;
	}
	.news_post_innerBox{
		margin-left: 0;
	}
	.news_post_infoText{
		padding-left: 0;
	}
	.singlePage_linkBack{
		width: 40%;
	}



	/***** ABOUT *****/
	.aboutPage_outherBox{
		margin: 0 auto;
		width: 80%;
		margin-bottom: 130px;
	}
	.aboutPage_image{
		display: none;
	}


	/**** PRESS ****/
	.project_postBox{
		margin: 0;
		padding: 0 10px;
	}
	
	/**** ARTIST ****/
	.projectPast_artistsLink{
		margin: 20px 10px;
	}

}








button{
	background-color: rgba(191, 191, 191, 1);
}