/* 

	Theme Name: Vavo Child
	Theme URI: http://www.spab-rice.com/themes
	Description: Vavo child Theme. 
	Version: 1.0
	Author: Spab Rice 
	Author URI: http://www.spab-rice.com 
	Tags: portfolio
	Template:    vavo
	Text Domain:  vavo-child
	
*/

/* -----------------------------------
	CHILD CSS
------------------------------------- */



/*#header, #footer {
	background-color: #fff;
}*/
#footer p {
	margin-top: 1em;
}

/* Portfolio grid home */
.home .slist-wrapper.height-auto {
    padding-top: 20px;
}
.home .slist {
	display: flex;
	flex-wrap: wrap;
}
.home .slist-item {
	width: 50%;
}

/* Main navigation */
nav#main-nav ul > li {
	margin-left: 10px;
	margin-right: 10px;
}
nav#main-nav ul > li:nth-child(2) {
	margin-right: 50px;
}
nav#main-nav ul > li a {
    font-size: 14px !important;
}

/* Video hero full size */
#hero.hero-fullscreen {
    min-height: 0;
}
.phat-bgvideo-container {
	position: fixed !important;
}

/* Content: aligned left, smaller width
 * Headline smaller, add margin for hidden titles
 * Navigation within artists pages */
#page-body .wrapper-medium {
	width: 1440px;
	box-sizing: border-box;
	padding-right: 33%;
}
#page-title h1, 
#page-title .h1,
#page-body h2, 
#page-body .h2 {
	font-size: 36px;
	line-height: 1.1em;
}
#hero-and-body > #page-body {
	margin-top: 185px;
}
#hero #page-title {
	padding-bottom: 60px;
}
#hero-and-body > #hero + #page-body {
	margin-top: 0;
}
ul.artist-nav {
	list-style-type: none;
	margin: 1em 0 2em 0;
	padding: 0;
}
ul.artist-nav li {
	display: inline-block;
	margin-right: 20px;
	font-weight: 600;
	color: #000;
}
ul.artist-nav li a {
	font-weight: 400;
}
ul.artist-nav li a:hover {
	text-decoration: underline;	
}
/*h4 + .su-image-carousel {
	margin-top: 0;
}*/
#page-body h4 + figure {
	margin-top: 1.5em;
} 
p {
	margin-top: 1em;
}
/* Part of About-Page on how to contact messidor, incl. Newsletter */
.contact {
	padding: 2em;
	margin: 2em 0;
	box-shadow: none;
}
/* Newsletter subscription form */
#mc_embed_signup form {
	padding: 0;
}
#mc_embed_signup input.email,
#mc_embed_signup input.button {
	display: inline;
	margin: 0;
	line-height: 40px !important;
	padding: 0;
	font-size: 14px !important;
	height: 40px !important;
	border: 0;
}
#mc_embed_signup input.email,
#mc_embed_signup input.button {
	border-bottom: 1px solid #000;
}
#mc_embed_signup input.button {
	border-radius: 0;
	border: 1px solid transparent;
	background-color: #000;
}

/* Disable Animations */
#hero {
	transition-duration: 0.5s;
}
#hero.type-default #page-title h1,
#hero.type-default #page-title .title-alt,
#hero.type-default #page-title .post-meta {
	transform: none;
	opacity: 1;
	transition: none;
}
.slist .slist-item.do-anim-text a > *,
.slist .slist-item .slist-inner.do-anim-text a > *{
	transform: none;
	opacity: 1;
	transition: none;
}
body.loading-end .slist .slist-item.do-anim-text.animated a > .caption-sub, 
body.loading-end .slist .slist-item .slist-inner.do-anim-text.animated a > .caption-sub {
	transition: none;
}
body.loading-end #hero.type-default #page-title h1, 
body.loading-end #hero.type-default #page-title .title-alt, 
body.loading-end #hero.type-default #page-title .post-meta {
	transition-delay: 0s;
}

/* Media Queries */
@media only screen and (max-width: 1024px) {
	#page-body .wrapper-medium {
		width: 100%;
		padding-right: 0;
	}
}
@media only screen and (max-height: 500px) {
	.zoom-iframe-container iframe {
		height: 400px !important;
	}
}
@media only screen and (max-height: 400px) {
	.zoom-iframe-container iframe {
		height: 360px !important;
	}
}
@media only screen and (max-height: 360px) {
	.zoom-iframe-container iframe {
		height: 300px !important;
	}
}

/* EOF */