/*
 Theme Name:   Chordata Adonis
 Theme URI:    http://chordata.cc/
 Description:  Chordata v1 site
 Author:       Chordata
 Author URI:   http://chordata.cc/team
 Template:     adonis
 Version:      1.0.1
 License:      Reserved
 License URI:  Reserved
 Tags:         mocap, 
 Text Domain:  adonis
*/

@import url('https://fonts.googleapis.com/css?family=Lato&amp;display=swap');

*{
	font-family: 'Lato', sans-serif;
}

#scrollup{
	z-index: 980;
}

.absolute-header #masthead {
	z-index: 150;
}

#masthead.has-video-banner{
	background-color: rgba(0,0,0,0.6);
}

.powered-by,
.creative-commons{
	max-width: 400px;
	margin: auto;
	margin-top: 12px;
	font-size: 0.8rem;
}

.creative-commons img {
	float: left;
	margin: 8px 8px 0 4px;
}

.custom-header-media .wp-custom-header-video-button{
	display: none;
}


.custom-header-media img,
.custom-header-media video,
.custom-header-media iframe {
	display: block;
	opacity: 1;
}

.custom-header-media .overlay{
	display: block;
	width: 100%;
	height: 100%;
	background-image: url( "assets/diagonal-lines.png");
	position: absolute;
	background-repeat: repeat;
	z-index: 2;

}

.custom-header-content{
	z-index: 3;
}

.site-title{
	display:none;
}

.site-branding-text img {
	max-width: 54vw;
	padding: 20px;
}


.site-branding-text p {
	font-size: 0.9rem;
}

.custom-header.no-bg:before{
	background: none;
}

.nav-bar-bg{
	min-height: 60px;
	background-color: black;
}

@media screen and (min-width: 40em) {


	.custom-header-media .overlay{
		background-image: url( "assets/diagonal-lines_b.png");
	}

	.site-branding-text p {
		font-size: 1rem;
	}

	.nav-bar-bg {
		min-height: 80px;
	}
}

.no-home .primary-menu-container{
	margin: 9px 0 0;
}

.no-home .primary-menu-container a{
	color: white;
	background-color: black;
}


#chordata-logo-left{
	display:none;
}

#chordata-logo-center{
	/*max-height: 38px;
	display:block;
	margin: auto; */
    max-height: 46px;
    display: block;
    margin: auto;
    margin-bottom: -7px;
}
.center-logo{
	position: absolute;
	width: 100%;
	bottom: 20px;
	z-index: -1;
}

#site-navigation{
	background-color: rgba(0,0,0,0.8);
}

.main-navigation a{
	background-color: transparent;
	color: white;
}

@media screen and (min-width: 64em) {
	div.wpgdprc-consent-bar {
	    bottom: 70px !important;
	    left: 26px !important;
	    padding: 20px 10px !important;
	    max-width: 45%;
	}

	.site-branding-text p {
		font-size: 1.6rem;
	}

	#site-navigation{
		background-color: transparent;
	}
	
	.navigation-classic .main-navigation ul a{
		/*background-color: rgba(0,0,0,0.4);*/
		padding: 2px 10px;
		margin: 24px 6px;
		/*border-radius: 12px;*/
	}

	#chordata-logo-left {
		display:block;
		float: left;
		max-height: 60px;
		margin-top: 6px;
	}
	#chordata-logo-center,
	.center-logo{
		display:none;
			
	}

}

@media screen and (max-width: 36em) {
	.menu-label{
		display: none;
	}

}

#comments{
	display:none;
}

/*---- NEW ARTS -----*/

.new-arts .site-branding-text img {
	max-width: 40vw;
}

.new-arts .site-branding-text p {
	font-size: 1.4rem;
}

.new-arts #page.site,
.new-arts footer{
	background-color: #2E2828;
	background-image: url( "assets/diagonal-lines_b.png");
	background-repeat: repeat;
	color: white;
}

.new-arts a{
	color: #4E5657;
}

.new-arts a:hover {
	color: #1982c4;
}

@media screen and (min-width: 48em){
	.absolute-header .custom-header.has-video-banner {
	    height: 100vh;
	   }

	.admin-bar.absolute-header .custom-header.has-video-banner {
		height: calc(100vh - 32px);
	}

	.new-arts .custom-header-content {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/**
 *
 * Newsletter widget
 */

div.emaillist{
	padding: 16px 3vw 23px;
    background-image: url( "assets/diagonal-lines_b.png");
    background-color: #4e4d4d;
    color: white;
}
div.emaillist p{
	margin: 0;
}
div.emaillist h3{
	margin-bottom: 6px;
}

div.emaillist .es_caption:after{
	content: "A lot of exciting news are coming on. To stay up to date subscribe to our newsletter:";
  	margin-bottom: 6px;
	
}

div.emaillist .es-field-wrap{
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	line-height: 0px;
	color: white;
	width: 80%;
	display: inline-block;
	float: left;
	height: 60px;
}

div.emaillist .es_txt_email{
	color: #accaec;
	font-weight: bold;
	background-color: #80808066;
	height:100%;
	border-radius: 6px 0 0 6px;

	border: 1px solid #1982c4;
}



div.emaillist .es_subscription_form_submit {
	height: 60px;
	margin:0;
	width: 20%;
	padding: 20px 30px;
	border-radius: 0 10px 10px 0;
	border: solid #1982c4;
	border-width: 1px 1px 1px 0;

}

div.emaillist .es_subscription_form_submit:focus{
	background-color: rgba(0,0,0, 0.45);
}

div.emaillist .es_subscription_message.success {
    font-size: 18px;
    font-weight: bold;
}

div.emaillist .es_subscription_message.success {
    color:#6fd4a2;
}

div.emaillist .es_subscription_message.error {
    color: #c65a5a;
}

@media screen and (max-width: 63em){
	
	div.emaillist .es_subscription_form_submit{
		display:block;
		width:100%;
		border-radius: 0 0 10px 10px;
	}

	div.emaillist .es_txt_email{
		display: block;
		border-radius: 6px 6px 0 0 ;
		float:none;
	}
  
	div.emaillist .es-field-wrap{
		width: 100%;
		margin : 0;
	}

}


/**
 *
 * SubMenus
 */


.navigation-classic .main-navigation ul ul {

	background-color: rgba(0,0,0,0.8);
	border-radius: 0;
}

.navigation-classic .main-navigation ul ul li,
.navigation-classic .main-navigation ul ul a{
	color: white !important;
	margin: 4px 0px;
	/*transition: background-color 0.2s ease-in-out;*/
}

.navigation-classic .main-navigation ul ul li:hover{
	background-color: rgba(50,10,20,0.3);
}

.navigation-classic .main-navigation .dropdown-toggle{
	width: 100%;
}


/**
 *
 * Who items
 */



	.singular-content-wrap hr{
		background-color: #aea8a833;
		height: 1px;
		margin-bottom: 0.3em;
	}
	
	.singular-content-wrap h2{
		text-align: center;

	}

	.singular-content-wrap h4{
		margin-top: 24px;
		text-align: center;
	}

	.singular-content-wrap .subtitle{
		font-size: 1rem;
		font-style: italic;
		line-height: 1.2rem;
		padding-top: 0.4rem;
		text-align: center;

	}

	.people-content-wrap {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.logo-content-wrap {
		align-items: center;
	}
	

	.people-content-wrap article.who_items{
		width: 21%;
		margin: 0 2%;
	}

	.people-content-wrap article.who_items a{
		color: black;
	}

	.people-content-wrap article.who_items img{
		width: 96%;
	}

	.people-content-wrap article.who_items .post-thumbnail {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	.people-content-wrap article.who_items .who-title{
		text-align: left;
	    font-weight: lighter;
	}

	.people-content-wrap article.who_items .entry-content{
		font-size: 0.8125rem;
		font-style: italic;
		line-height: 1.2rem;
		padding-top: 0.4rem;
	}

	.people-content-wrap article.who_items .entry-content p{
		margin-bottom: 0;
	}

	@media screen and (max-width: 36em) {
		.people-content-wrap article.who_items{
			width: 100%;
			padding: 0 30px;
		}

		.people-content-wrap article.who_items .post-thumbnail{
			min-height: 100px;
		}		
	}

body.single-post .post.type-post .post-thumbnail.archive-thumbnail{
	display:none;
}

#page #beta-banner{
	width: 360px !important;
}

body.single-post .who-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.download-link a {
  color: #333 !important;
}

.supporter-logo {
	width: 10%;
	min-width: 110px;
	margin: auto;
	display: block;
	margin-top: 20px;
}
