/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/*changed min-width to 100% from auto, below, and it got rid of margin on right side in iphone portrait mode.
*/
.wpex-link. {
	font-weight: bold;
}

.section-title .inner {
	min-width: 100%;
}

.js-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.js-video.widescreen {
	padding-bottom: 56.34%;
}

.js-video.vimeo {
	padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.marquee {
	width: 100%;
	Height: 592px;
	background-color: #303030;
	background-position: 50% center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 6px rgba(0,0,0,0.15) inset;
	padding-bottom: 140px;
	padding-top: 160px;
	text-align: center;
}

.marquee-body {
	color: #FFF;
	text-shadow: 0 1px 3px rgba(0,0,0,0.3);
	padding: 5%;
}

/* little menu box left*/
.main-navigation .open {
	background-color: #6f6763;
}

/* little menu box right*/
.main-navigation .open--right {
	background-color: #6f6763;
}

.entry-content img.emoji {
	SRC: http://s.w.org/images/core/emoji/72x72/2196.png;
	color: #000000;
}

a.twitter {
	background-color: #000000;
}

body {
	font-family: "glegoo";
	font-size: 1.3rem;
	line-height: 29px;
	color: #23201e;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #000000;
	font-family: "Lato", "proxima-nova", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	line-height: 1.1;
}

/* full post title formatting  */
.entry-title {
	font-family: "Lato", "proxima-nova", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #f2f2f2;
	color: #000000;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 2.6rem;
}

/* small grid of posts title format  */
.items-list .entry-inner .entry-body .entry-title, h1 {
	font-family: "Lato", "proxima-nova", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 17px;
	line-height: 19px;
}

/* changing flow of title to be shown, so not cut off,  on small posts in front page  */
.items-list .entry-inner .entry-body .entry-header .entry-title {
	overflow: hidden;
}

/* changing container height to include overflow, of the title on posts within front grid*/
.items-list .entry-inner .entry-body .entry-header .entry-title {
	min-height: 4em;
	height: auto;
}

/* changing body text of the title on posts within front grid*/
.items-list .entry-inner .entry-body .entry-summary {
	font-size: 1.4rem;
	line-height: 2.6rem;
}

.menu-primary-container .site-branding {
	font-size: 1.4rem;
	font-family: "glegoo";
	font-weight: bold;
	color: #807772;
}

.menu-primary-container .menu-item {
	font-size: 1.4rem;
	font-family: "glegoo";
	font-weight: normal;
	color: #807772;
}

.menu .side, side--left, is-open {
	opacity: 4;
}

.widget-area .widget-title {
	font-size: 1.4rem;
	font-family: "glegoo";
	font-weight: normal;
	color: #807772;
}

.widget-area, .widget {
	font-size: 1.2rem;
	font-family: "glegoo";
	font-weight: normal;
	color: #807772;
}

.page {
	font-family: "glegoo";
	font-size: 1.4rem;
}

/*image captions formatting*/
.wp-caption-text {
	text-align: left;
}

/* changed mobile iPad posts image to full size*/
@media (max-width: 1024px) and (orientation: portrait) {
	/* Posts & Pages */
	.entry-media {
		Height: 500px;
		max-width: 100%;
		margin: 0;
	}
	
	.marquee {
		Height: 500px;
		max-width: 100%;
		background-color: #303030;
		background-position: 50% center;
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 0 0 6px rgba(0,0,0,0.15) inset;
		text-align: center;
		margin: 0;
	}
	
	.marquee-body {
		position: relative;
		top: 20%;
		transform: translateY(-20%);
		-webkit-transform: translateY(-20%);
	}
}

/* changed mobile iPad posts image to full size*/
@media (min-width: 1024px) and (orientation: landscape) {
	/* Posts & Pages */
	.entry-media {
		Height: 500px;
		max-width: 100%;
		margin: 0;
	}
	
	.marquee {
		Height: 500px;
		max-width: 100%;
		background-color: #303030;
		background-position: 50% center;
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 0 0 6px rgba(0,0,0,0.15) inset;
		text-align: center;
		margin: 0;
	}
	
	.marquee-body {
		position: relative;
		top: -6%;
		transform: translateY(6%);
		-webkit-transform: translateY(6%);
	}
}

/* changed mobile iphone posts image to full size*/
@media (max-width: 1023px) and (orientation: landscape) {
	/* Posts & Pages */
	.entry-media {
		height: 400px;
		max-width: 100%;
		margin: 0;
	}
	
	.marquee {
		max-width: 100%;
		Height: 200px;
		background-color: #303030;
		background-position: 50% center;
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 0 0 6px rgba(0,0,0,0.15) inset;
		text-align: center;
		margin: 0;
	}
	
	.marquee-body {
		position: relative;
		top: 45%;
		transform: translateY(-45%);
		-webkit-transform: translateY(-45%);
	}
}

/* changed mobile iphone posts image to full size*/
@media (max-width: 751px) and (orientation: portrait) {
	/* Posts & Pages */
	.entry-media {
		height: 200px;
		max-width: 100%;
		margin: 0;
	}
	
	.marquee {
		max-width: 100%;
		Height: 200px;
		background-color: #303030;
		background-position: 50% center;
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		box-shadow: 0 0 6px rgba(0,0,0,0.15) inset;
		text-align: center;
		margin: 0;
	}
	
	.marquee-body {
		position: relative;
		top: 45%;
		transform: translateY(-45%);
		-webkit-transform: translateY(-45%);
	}
}

/* end here */