/*
	Theme Name: + NAV Shumei Wordpress Template + NAV
	Theme URI: http://html5blank.com
	Description: Template designed for Shumei
	Version: 1.0
	Author: Tomo Saito (@tomosaito) and Ikuhiro
	Author URI: http://tomosaito.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	/* -moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility; */
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	background-color:#c3bbac !important;
	height:100%;
}
body {
	
	font:400 20px/1.8 'Sorts Mill Goudy', serif;
	color:#FFF;
	height:100%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.81);
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#FFF;
	text-decoration:none;
	-webkit-transition: all 0.3s;
}
a:hover {
	color:#FFF;
	text-decoration:none !important;
	opacity:0.8;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1080px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	padding-top:20px;
	padding-bottom:20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position:absolute;
	width:100%;
	z-index:1001;
}
/* logo */
.logo {
	float:left;
	width:20%;
	max-width:150px;
	min-width:130px;
	margin-top: 25px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.logo a,
.logo a img{
	display:block;
}


/* main */
main{
	padding:60px 0 40px 0;
}
.single main{
	padding-top:120px;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {

}
.footer .copyright{
	text-align:center;
}


/*------------------------------------*\
    MENUS, SIDE NAV, AND MENU ICON
\*------------------------------------*/

/* nav */
.nav {
	float:right;
	display:inline-block;
	margin-top:44px;
}
.nav ul{
	list-style:none;
	margin:0;
}
.nav ul li{
	float:left;
	padding:0 15px 7px 15px;
}
.nav ul li a{
	font:400 14px/1.0 "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	letter-spacing: 3px;
	text-transform:uppercase;
	color:#FFF;
	text-shadow: 0px 0px 3px #000;
}
.nav ul li a:hover{
	color:#DDD;
}



@-webkit-keyframes usadarcar-movement {
  0%   { right:-150px; top:-106px;}
}
@-moz-keyframes usadarcar-movement {
}
@-o-keyframes usadarcar-movement {
}
@keyframes usadarcar-movement {
}



#side-nav{
	position:fixed;
	text-align:right;
	height:100%;
	background:rgba(33,35,38,0.95);
	width:100%;
	right:-100%;
	top:0;
	z-index:100;
	overflow:hidden;
	transition: all 350ms;
}
#side-nav.show{
	right:0;
	transition: all 350ms;
}
#side-nav ul{
	margin:100px 20px 0 0;
	list-style:none;
}
#side-nav ul li{
	margin:0 0 15px 0;
	float:none;
}

#side-nav ul li a{
	color:#FFF;
	font:400 22px/1.0 "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	letter-spacing: 3px;
	text-transform:uppercase;
}
#side-nav ul li a:hover{
	color:#0094D4;
}
#side-nav #lang_sel_list a{
	float:right;
	color:#fff;
	font-size:1em;
	padding-right: 30px;
  background-position: 100% 50%;
  margin-right: 30px;
	background-color:transparent;
}



#menu-icon{
	display:none;
}
@media only screen and (max-width : 1050px){
#menu-icon{
	/*display:block;*/
	display:none;
}
#main-nav{
	display:none;
}
}
@media only screen and (min-width : 1051px){
	#side-nav{
		display:none;
	}
}



#menu-icon a{
	color:#000;
	font:400 14px/1.0 "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	text-transform:uppercase;
	display:inline-block;
	height:21px;
	background-image:url(img/humberger-menu-black.png);
	background-size:24px 20px;
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 35px 0 0;
	letter-spacing: 2px;
	transition: all 350ms;
	position:absolute;
	top:20px;
	right:20px;
	z-index:1000;
}
.page-id-9 #menu-icon a,
.page-id-17 #menu-icon a{
	color:#FFF;
	background-image:url(img/humberger-menu-show.png);
}
@media only screen and (max-width : 420px){
	#menu-icon a{
		display:block;
		width:24px;
		text-indent:-9999px;
	}
}

#menu-icon a.show{
	color:#FFF;
	background-image:url(img/humberger-menu-show.png);
	position:fixed !important;
	top:20px;
	right:20px;
}




/*------------------------------------*\
    PAGES
\*------------------------------------*/
#page-hero{
	height:100%;
	background-size:cover;
	background-position:50% 50%;
	background-repeat: no-repeat;
}
#page-hero.events{
	height:0px;
}


#page-hero img.wp-post-image{
	width:100%;
}

article.page{
	text-align:center;
	padding:60px;
}

.home article.page{
	text-align:center;
	padding:150px;
}

article.page h1,
article.page h2{
	letter-spacing:4px;
}
article.page a{
	text-decoration:underline;
}


section.page-content-module{
}

.page-content-module-item{
	margin-bottom: 40px;
}
.page-content-module-item .grid{
	margin-bottom: 20px;
}
.page-content-module a{
	color:#FFF;
	text-decoration:underline;
}
a.box-link{
	display:inline-block;
	padding:7px 15px 8px 15px;
	color:#FFF;
	border:2px solid ;
	font:400 14px/1.0 "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	text-transform:uppercase;
	text-decoration:none !important;
	letter-spacing:2px;
	margin-top:20px;
	margin-right:10px;
}
a.box-link:hover{
	background-color:rgba(255,255,255,0.2);
}


.publications-module-list{
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-content-module-list h3{
	letter-spacing:2px;
}
.publications-module-list a{
	text-decoration:underline;
}

.publications-module{
	text-align:center !important;
	padding-bottom:40px !important;
}
.publications-module img{
	max-height:230px;
}
.publications-module h4{
	
	margin:10px 0;
	line-height:1.4em;
}
.publications-module a.box-link{
	padding-left:30px;
	padding-right:30px;
	margin-top:0px;
}


.home a.lean-more{

	display:inline-block;
	padding:7px 15px 8px 15px;
	color:#FFF;
	border:2px solid ;
	font:400 14px/1.0 "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	text-transform:uppercase;
	text-decoration:none !important;
	letter-spacing:2px;
	margin-top:20px;
}


section.list-of-center-module{
/*	display:flex; */
}
.list-of-center-item{
	margin-bottom:20px;
}
.list-of-center-item .grid{
	margin-bottom:20px;
}
.list-of-center-item p{
	margin:0;
}

.list-of-center-item a{
	text-decoration:underline;
}


article.jyore-faq{
	max-width:800px;
	margin:auto;
}
article.jyore-faq h3{
	color:#666;
	margin-bottom:0;
	font-size:0.9em;
	text-shadow:none;
}
article.jyore-faq p{
	margin:5px 0 2em 0;
	font-size:0.9em;
}



/*------------------------------------*\
    VIDEO
\*------------------------------------*/

video#bgvid { 
    position: relative;
    top: 0%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 100;
    -ms-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 
}
#play-sound{
      position: absolute;
    bottom: 20px;
    z-index: 1000;
    left: 20px;}

#play-sound a{
	width:40px;
	height:40px;
	display:block;
	background-image:url(img/sound-play.png);
	background-size:40px 40px;
	text-indent:-9999px;
	opacity:1;
}
#play-sound a.muted{
	opacity:0.5;
}
#play-sound a:hover{
	opacity:0.75;
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer{
	background-color:rgba(255,255,255,0.3);
	text-align:center;
	font:400 14px/1.0 "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	color:#000;
	letter-spacing:2px;
	padding-bottom:30px;
}

#social-icons{
	display:inline-block;
	margin-left:0;
	padding-left:0;
}
#social-icons li{
	display:inline-block;
	margin:0 10px;
}

#social-icons li a{
	display:inline-block;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background-size:32px 32px;
}
#social-icons li a.facebook{
	background-image:url('img/social-icon-facebook.png');
}
#social-icons li a.youtube{
	background-image:url('img/social-icon-youtube.png');
}
#social-icons li a.instagram{
	background-image:url('img/social-icon-instagram.png');
}
#social-icons li a.email{
	background-image:url('img/social-icon-email.png');
}
#social-icons li a:hover{
	opacity:0.6;
}


.copyright{
	padding-bottom:30px;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
	#page-hero{
		height:65%;
		background-position:50% 50%;
	}

	article.page{
		padding:30px;
	}

	.home article.page{
		text-align:center;
		padding:50px;
	}
	.home article.page h1{
		font-size:1.4em;
	}

	.list-of-center-item{
		display:block;
	}

}
@media only screen and (min-width:480px) {
	#page-hero{
		height:100%;
		background-position:50% 50%;
	}
	article.page{
		text-align:center;
		padding:40px;
	}

	.home article.page{
		text-align:center;
		padding:100px;
	}
	.home article.page h1{
		font-size:1.8em;
	}
	.list-of-center-item{
		display:flex;
	}
}
@media only screen and (min-width:768px) {

	article.page{
		text-align:center;
		padding:60px;
	}

	.home article.page{
		text-align:center;
		padding:150px;
	}
	.home article.page h1{
		font-size:2em;
	}

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

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

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

@media screen and (max-device-width: 767px) {
    #bgvid {
        display: none;
    }
}

/*------------------------------------*\
    PLUGINS
\*------------------------------------*/

#sbi_load{
	display:none !important;
}
.sb_instagram_error{
	display:none;
}
.tribe-events-cal-links{
	display:none !important;
}




/*------------------------------------*\
    EVENTS
\*------------------------------------*/

.tribe-events-notices,
.tribe-events-back,
.tribe-events-notices,
.tribe-events-event-categories-label,
.tribe-events-event-categories,
.tribe-events-nav-pagination,
.tribe-events-venue-map{
	display:none;
}

.events .grid4{
	padding-bottom:60px;
}

#tribe-events-content p{
	text-align:left;
}

#tribe-events-content h1{
	margin-bottom:10px;
	line-height:1.2em;
}

#tribe-events-content h4{
	margin-top:0;
}

#tribe-events-content a{
	color:#FFF;
	text-decoration:underline;
}

#tribe-events-content dd{
	margin-left:0;
	line-height: 1.4em;
}
.single-tribe_events .tribe-events-single-event-description{
	padding-bottom:100px;
}


.event-list {
	margin-bottom:100px;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.event-list h4{
	margin-bottom:0;
	line-height:1.4em;
}
.event-list a{
	color:#FFF;
	text-decoration:none;
}
.event-list a:hover{
	text-decoration:underline !important;
	opacity:0.8;
}

.event-item{
	padding-bottom:40px !important;
}
.single-tribe_events .tribe-events-event-meta{
	margin:0 !important;
}
.event-date{
	line-height:1em;
	font-size: 0.9em;
}

.tribe-events-meta-group h2{
	font-size:1.2em;
	margin-bottom:5px;
}

.single-tribe_events .tribe-events-event-meta dl{
	font-size:0.8em;
}






.artists-module{
	padding-top:80px;
}
.artists-module h2{
	text-align:center;
}

.artist-list {
	margin-bottom:100px;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.artist-list h4{
	margin-bottom:0;
	line-height:1.4em;
}
.artist-list a{
	color:#FFF;
	text-decoration:none;
}
.artist-list a:hover{
	opacity:0.8;
}

.artist-item{
	padding-bottom:40px !important;
}




.donations-module{
}
.donations-module h2{
	text-align:center;
}

.donation-list {
	margin-bottom:100px;
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.donation-item{
	padding-bottom:40px !important;
	font-size:0.9em;
	line-height:1.6em;
}
.donation-item img{
	margin-bottom:20px;
}


.publications-module{
	padding-top:0px;
}
.publications-module h2{
	text-align:center;
}


.publications-module-item{
	padding-bottom:40px !important;
}

.publications-module-item p{
	font-size:0.9em;
	line-height:1.2em;
}



a.tribe-events-button,
a.tribe-events-gmap{
	display:inline-block;
	padding:7px 15px 8px 15px;
	color:#FFF;
	border:2px solid ;
	font:400 14px/1.0 "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	text-transform:uppercase;
	text-decoration:none !important;
	letter-spacing:2px;
	margin-top:20px;
}
a.tribe-events-button:hover,
a.tribe-events-gmap:hover{
	background-color:rgba(255,255,255,0.2);
}


/* ==========================================================================
   TOOLS
   ========================================================================== */
/*@media only screen and (max-width : 916px){ */
.fluid-video{
	display:block;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16/9 format */
	overflow: hidden;
	position: relative;
	margin:0 auto;
}
 
.fluid-video iframe, .fluid-video embed, .fluid-video object{
	width: 100%!important; height: 100%!important;
	position: absolute;
	top: 0; left: 0;
}
/* } */





/* ==========================================================================
   GRID
   ========================================================================== */

.grid{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 3%;
	float:left;
	text-align:left;
	position:relative;
}
.grid3{
	width:25%
}
.grid4{
	width:33%
}
.grid5{
	width:42%
}
.grid6{
	width:50%;
}
.grid7{
	width:58%
}
.grid8{
	width:66%;
}
.grid9{
	width:75%;
}
.grid12{
	width:100%;
}
@media only screen and (max-width : 767px){
.grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid12{
	width:100%;
	float:none;
	padding:0 5% 0 5%;
}
}
.grid-margin-bottom{
	margin-bottom:40px;
}




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.vimeo iframe {
	top:0;
    left:0;
	width:100%;
	
}

