/*
* Theme Name: OSU Pine
* Theme URI:
* Author: Kegan Sims
* Author URI:
* Description: A branded theme for Oregon State University.
* Version: 1.0.3
* License: GNU General Public License v2 or later
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: oregosntate.edu
* Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

pine is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
	font-family: 'Rufina-Stencil-Bold';
	src: url('fonts/3324DE_1_0.woff') format('woff');
}

@font-face {
	font-family: 'Rufina-Stencil-Regular';
	src: url('fonts/3324DE_3_0.woff') format('woff');
}

/* Stratum 2 Web Regular */
@font-face {
	font-family: 'Stratum2Web';
	src: url('fonts/Stratum2WebRegular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

/* Stratum 2 Web Bold */
@font-face {
	font-family: 'Stratum2Web';
	src: url('fonts/Stratum2WebBold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

/* Stratum 2 Web Black */
@font-face {
	font-family: 'Stratum2Web';
	src: url('fonts/Stratum2WebBlack.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased !important;
	font-size: 18px;
	color: #232323;
}

b,
strong {
	font-weight: bold;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
	max-width: 640px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0px 20px;
}

table {
	max-width: 640px;
	margin: 0 auto;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #373a3c;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

hr {
	background-color: #dc4405;
	border: 0;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 640px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

textarea {
	padding-left: 3px;
	width: 100%;
	border: none;
	margin-top: 10px;
}

#reply-title {
	color: #232323;
}

form {
	max-width: 640px;
	margin: auto;
	margin-bottom: 20px;
}

.form {
	max-width: 640px;
	padding: 0px 20px;
	margin: 0 auto !important;
	padding-bottom: 50px;
}

.form input {
	padding: 10px;
}

input[type=submit] {
	background: #dc4405;
	color: #fff;
	padding: 10px 20px;
}

.captchaSizeDivLarge {
	height: 60px !important;
	max-width: 640px !important;
	margin: 0 auto !important;
	padding: 0px 20px !important;
	width: auto !important;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #006A8E;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
}

.main-navigation li {
	max-width: 300px;
	margin: 0 auto;
	font-size: 18px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
	color: #fff;
}

.main-navigation ul ul {
	display: none;
}

.main-navigation ul ul ul {
	display: none;
}

.main-navigation ul ul a {
	display: none;
}

.main-navigation ul ul li {
	display: none;
}

.main-navigation li:hover > a,
.main-navigation li:focus > a {
	text-decoration: underline;
}

/* Small menu. */

.main-navigation.toggled .menu-menu-container {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Post Format - Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-aside .feature-text {
	background: none !important;
	padding: 75px 20px;
}

.format-aside .feature-text h2, .format-aside .feature-text p {
	color: #333;
}

.format-aside .feature-text hr {
	background-color: #333 !important;
}

.format-aside .feature-text h2:after {
	display: none !important;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, f
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption a {
	float: left;
}

.wp-caption-text {
	margin: 0px;
	text-align: center;
	background: #fff;
	padding: 10px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Kegan Sims - General
--------------------------------------------------------------*/
h2 {
	color: #dc4405;
}

.jumbo {
	font-family: 'Rufina-Stencil-Bold';
	font-size: 80px;
	margin-bottom: 0px !important;
}

.osu-btn {
	background: #dc4405;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-top: 20px;
	font-size: 19px;
	font-weight: 900;
}

.osu-btn:hover {
	color: #fff;
	background: #232323;
}

.submit {
	color: #fff;
	font-size: 19px;
	background: #dc4405;
	border: none;
	padding: 10px 20px;
	border-radius: 3px;
	width: inherit;
	font-weight: 900;
}

#masthead {
	float: left;
	width: 100%;
	position: relative;
}

.site-branding {
	top: 0px;
	left: 0px;
	z-index: 500;
	position: relative;
	background: #dc4405;
	float: left;
	width: 100%;
	padding: 0px;
}

#osu {
	color: #fff;
	text-decoration: none;
	position: relative;
	display: none;
}

.site-branding img {
	float: left;
	margin: 10px;
	width: 250px;
	height: 80px;
}

.site-branding div {
	float: left;
	width: 100%;
	background: #000;
	padding: 10px;
}

.site-branding div p {
	float: left;
	width: 100%;
	margin: 0px;
	font-size: 19px;
	font-weight: 900;
	padding-left: 20px;
	color: #fff;
}

#sitetitle {
	float: left;
	text-decoration: none;
	color: #fff;
	width: 100%;
}

#sitetitle h1 {
	margin: 0px;
	padding-left: 20px;
	font-size: 28px;
	line-height: 28px;
	font-family: 'Stratum2Web';
}

.menu-toggle {
	z-index: 900;
	position: absolute;
	top: 30px;
	right: 15px;
	background: none;
	border: none;
	text-shadow: none;
	color: #fff;
	border-radius: 0px;
	box-shadow: none;
	font-size: 32px;
	padding: 0px;
	cursor: pointer;
	line-height: 1;
}

#primary-menu {
	position: absolute;
	background: rgba(0, 0, 0, .9);
	width: 100%;
	top: 100px;
	left: 0px;
	z-index: 900;
	padding: 50px 0px;
	display: none;
}

#content {
	width: 100%;
	float: left;
	background: #fff;
	padding-bottom: 20px;
}

.feature-text {
	color: #fff;
	padding: 100px 20px;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 500;
}

.feature-text h2 {
	margin: 0px;
	margin-bottom: 12px;
	font-size: 28px;
	font-style: italic;
	font-family: 'Stratum2Web';
	color: #fff;
	z-index: 900;
}

.feature-text h2:after {
	content: "";
	position: absolute;
	z-index: -500;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.feature-text p {
	font-size: 16px;
	margin: 0px;
	color: #fff;
	line-height: 1.3;
	padding: 0px 20px;
	margin-bottom: 0px !important;
}

.feature-text a {
	color: #fff;
	text-decoration: none;
}

.subscribe {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -92.5px;
	background: #000;
	color: #fff;
	width: 185px;
	text-align: left;
	border-left: 3px solid #dc4405;
}

.subscribe:hover, .subscribe:focus {
	background: #232323;
}

.subscribe p {
	float: left !important;
	width: 111px !important;
	margin: 8px 0 0 0 !important;
	line-height: 1 !important;
	font-size: 14px !important;
	padding: 0px !important;
}

.subscribe i {
	float: left;
	font-size: 36px;
	margin: 10px 10px 13px 20px;
}

#primary.front {
	max-width: 1200px;
	margin: 0 auto;
}

#primary.front .container {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}

#primary.front article {
	width: 48%;
	margin: 20px 1% 0 1%;
	background: #fff;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	line-height: 1.3;
}

#primary.front article .entry-title {
	margin: 10px 0px 5px 0px;
	display: block !important;
	font-size: 16px;
}

#primary.front article p {
	padding: 0 30px;
	display: none;
}

#primary.front article .image {
	height: 175px;
	width: 100%;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.coverthumbnail {
	width: 100%;
}

.coverlink {
	color: #dc4405;
	text-decoration: none;
	font-weight: 900;
	font-size: 19px;
}

#allstories {
	background: #dc4405;
	border: none;
	margin: 0px auto;
	color: #fff;
	margin-top: 20px;
	padding: 0px;
}

#allstories a {
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	display: block;
	font-size: 19px;
	font-weight: bold;
}

#allstories a:hover, #allstories a:focus {
	background: #232323;
	text-decoration: none;
}

footer {
	background: #232323;
	color: #fff;
	float: left;
	width: 100%;
}

footer a {
	color: #fff;
}

.site-info {
	max-width: 1200px;
	margin: 30px auto;
	padding: 20px;
}

.site-info h3 {
	color: #fff;
	margin: 0px;
}

.site-info p {
	margin: 0px !important;
	padding: 0px !important;
}

.lead-row {
	max-width: 800px;
	margin: 10px auto;
}

.lead {
	margin: 20px;
	font-size: 16px !important;
}

.lead p {
	padding: 0px !important;

}

.lead img {
	width: 100%;
	height: auto;
	max-width: 300px;
}

/*--------------------------------------------------------------
## Single Kegan
--------------------------------------------------------------*/
.single article h1, .single article h2, .single article h3, .single article h4 {
	max-width: 640px;
	margin: 0 auto;
	padding: 0px 20px;
	font-weight: 900;
	font-style: normal;
	font-family: 'Stratum2Web';
}

h3 {
	font-size: 1.6rem;
	color: #dc4405;
	margin-bottom: 25px;
	font-weight: 900;
	font-style: normal;
	font-family: 'Stratum2Web';
}

.single article {
	padding: 40px 0px;
}

.single p {
	max-width: 640px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0px 20px;
}

.single ul, .single ol {
	max-width: 640px;
	margin: auto;
	margin-bottom: 20px;
}

figure.alignleft {
	margin: 0px;
	display: block;
	float: left;
	padding: 0px 20px;
	margin-bottom: 20px;
}

figure.alignright {
	margin: 0px;
	display: block;
	float: right;
	padding: 0px 20px;
	margin-bottom: 20px;
}

figure.aligncenter {
	margin: 0 auto;
	display: block;
	padding: 0px 20px;
	margin-bottom: 20px;
}

figure.aligncenter img {
	float: left;
}

.thetags {
	clear: both;
}

.sharebtns {
	width: 125px;
	margin: 0 auto;
	min-height: 29px;
	margin-top: 15px;
}

.twitter-share-button {
	margin-top: 3.4px !important;
	margin-left: 5px;
}


/*--------------------------------------------------------------
## Page Kegan
--------------------------------------------------------------*/

.page p {
	max-width: 640px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0px 20px;
}

.page #content ul, .page #content ol {
	max-width: 640px;
	margin: auto;
	margin-bottom: 20px;
}

.page article {
	margin-top: 30px;
}

.page-template-page-home-blank .page article {
	margin-top: 0px;
}

.page article h1, .page article h2, .page article h3, .page article h4 {
	max-width: 640px;
	margin: 0 auto;
	padding: 0px 20px;
}

.page .empty {
	padding: 75px 20px;
}

.page .empty h2:after {
	display: none;
}

.page .empty h2, .page .empty p {
	color: #333;
	margin-bottom: 0px !important;
}

/*--------------------------------------------------------------
## Archive Kegan
--------------------------------------------------------------*/
.archive-title {
	padding: 0px 20px;
	margin: 0px;
	text-transform: capitalize;
	float: left;
	font-size: 1.2em;
}

.archive-menu {
	background: #fff;
	height: 50px;
	margin-top: 30px;
}

.archive-menu span {
	float: left;
	border-left: 1px solid #bfbfbf;
}

.archive-menu p {
	margin: 0px 10px 0px 0px;
}

.archive-menu select {
	border: none;
	background: #fff;
	border-radius: 0px;
	cursor: pointer;
	width: 160px;

}

.archive-nav {
	width: 100%;
	margin: 20px 10px;
	padding: 10px;
}

.archive-nav a {
	text-decoration: none;
	text-transform: uppercase;
}

.nav-links {
	width: 100%;
	text-align: center;
}

.nav-links .prev {
	margin-right: 20px;
}

.nav-links .next {
	margin-left: 20px;
}

/*--------------------------------------------------------------
## Comments Kegan
--------------------------------------------------------------*/
#comments {
	max-width: 640px;
	margin: auto;
	margin-bottom: 20px;
}

#reply-title {
	padding: 0px;
}

.comment-list {
	max-width: 600px;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
}

#comments .children {
	display: none;
}

.comment-body {
	padding: 10px 0px !important;
}

.comment-meta {
	padding: 20px;
	background: #fff;
	color: #373737;
}

.comment-meta a {
	color: #373737;
}

.says {
	display: none;
}

.comment-metadata {
	display: none;
}

.comment-content {
	padding: 20px;
	background: #fff;
}

.reply {
	display: none;
}

input {
	width: 100%;
	margin-top: 15px;
	border: none;
}

/*--------------------------------------------------------------
## Jetpack Adjustments
--------------------------------------------------------------*/
.jp-relatedposts {
	max-width: 640px;
	margin: auto;
	margin-bottom: 20px;
}

.sharedaddy {
	max-width: 640px;
	margin: auto;
	margin-bottom: 20px;
}

.sd-title {
	padding: 0px;
}

/*--------------------------------------------------------------
## 404 Kegan
--------------------------------------------------------------*/

.error404 #content {
	background: #232323 url('404.jpg?v=1') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.error404 #primary {
	color: #fff;
	max-width: 640px;
	margin: 200px auto;
	text-align: center;
	padding: 20px;
	font-size: 18px;
}

.error404 h2 {
	font-size: 30px;
}

/*--------------------------------------------------------------
## Search Kegan
--------------------------------------------------------------*/
#searchbutton {
	z-index: 900;
	position: absolute;
	top: 30px;
	right: 55px;
	background: none;
	border: none;
	text-shadow: none;
	color: #fff;
	border-radius: 0px;
	box-shadow: none;
	font-size: 32px;
	padding: 0px;
	cursor: pointer;
	line-height: 1;
}

.open {
	display: block !important;
}

.searchform {
	height: 400px;
	position: absolute;
	top: 100px;
	z-index: 999;
	width: 100%;
	background: rgba(0, 0, 0, .9);
	display: none;
}

.searchform p {
	color: #fff;
	text-align: center;
	position: relative;
	top: 95px;
	width: 60%;
	margin: 0 auto;
	font-size: 18px;
}

.searchform span {
	width: 300px;
	display: block;
	position: relative;
	top: 150px;
	margin: 0 auto;
}

.searchform span button {
	background: #dc4405;
	padding: 20px;
	border: none;
}

.searchform span button:hover i, .searchform span button:focus i {
	color: #fff;
}

.searchform span button i {
	display: block;
	font-size: 48px;
	color: #373737;
}

.searchbox {
	font-size: 20px;
	margin: 0 auto;
	height: 88px;
	text-align: center;
	width: 215px;
	border: none;
	padding: 0px;
	float: left;
}

.close-search {
	background: #000;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -53px;
}

.close-search:hover, .close-search:focus {
	background: #fff;
	color: #000;
}


/*--------------------------------------------------------------
## Aesop Image
--------------------------------------------------------------*/
.aesop-image-component:hover {
	opacity: 1;
	transition: none;
}

.aesop-image-component .aesop-image-component-caption {
	color: #333 !important;
	margin-top: 0px !important;
	padding: 10px;
	background: #fff;
	font-size: 16px !important;
}

.aesop-image-component .aesop-image-component-image.aesop-component-align-center img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.aesop-image-component img {
	width: 100% !important;
}

.aesop-image-component .aesop-cap-cred {
	max-width: 100% !important;
	padding-left: 0px;
}

.aesop-image-component .aesop-content {
	margin: 0 auto;
	max-width: 640px;
}

.aesop-image-component .aesop-image-overlay-content .quoteleft {
	text-align: left;
	font-size: 18px;
	color: #000;
	position: relative;
	max-width: 640px;
	width: auto;
	padding: 0 20px;
}

.aesop-image-component .aesop-image-overlay-content {
	position: relative;
}

@media (min-width: 990px) {
	.aesop-image-component .aesop-image-overlay-content {
		position: absolute;
	}

	.aesop-image-component .aesop-image-overlay-content .quoteleft {
		float: left;
		margin-top: 50px;
		padding: 30px;
		max-width: 40%;
		background: #fff;
		border-right: 6px solid #dc4405;
	}
}

/*--------------------------------------------------------------
## Aesop Chapter
--------------------------------------------------------------*/
#aesop-chapter-menu {
	display: none;
}

#aesop-toggle-chapter-menu {
	display: none;
}

.aesop-img-enlarge {
	display: none;
}

.aesop-cover-title {
	color: #fff;
	text-align: center;
	position: absolute;
	max-width: 100% !important;
	bottom: 40px;
	width: 100%;
	left: 0px;
	padding: 0px !important;
	line-height: 1.2;
	border: none !important;
	font-weight: 100 !important;
	font-size: 50px !important;
}

.aesop-cover-title small {
	display: block;
	font-size: 30px;
	margin-top: 5px;
}

.has-chapter-image .aesop-article-chapter:after {
	content: "";
	position: absolute;
	z-index: -500;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

/*--------------------------------------------------------------
## Aesop Video
--------------------------------------------------------------*/
.aesop-video-component {
	width: 100%;
	margin: 0px 0px 30px 0px !important;
}

.aesop-video-component .aesop-video-component-caption {
	color: #333 !important;
	margin-top: 0px !important;
	background: #fff;
	font-size: 16px !important;
	text-align: center;
	padding: 10px 0px;
}

.aesop-video-component.aesop-content {
	max-width: 640px;
	margin: 20px auto !important;
}

.page article .aesop-video-overlay-content h1 {
	max-width: 100%;
	line-height: 1.2;
	font-weight: 900;
	font-style: normal;
	font-family: 'Stratum2Web';
	font-size: 40px;
	text-shadow: #c8c8c8 1px 1px 0px, #b4b4b4 0px 2px 0px, #a0a0a0 0px 3px 0px, rgba(140, 140, 140, 0.498039) 0px 4px 0px, #787878 0px 0px 0px, rgba(0, 0, 0, 0.498039) 0px 5px 10px;
}

@media (min-width: 768px) {
	.page article .aesop-video-overlay-content h1 {
		font-size: 80px;
		margin-top: 50px;
	}
}

@media (min-width: 990px) {
	.page article .aesop-video-overlay-content h1 {
		margin-top: 300px;
	}
}

/*--------------------------------------------------------------
## Aesop Character
--------------------------------------------------------------*/
.aesop-character-title {
	color: #232323 !important;
}

.aesop-character-component .aesop-character-cap {
	color: #232323 !important;
	border-top: 1px solid #dc4405 !important;
}

.aesop-character-component .aesop-character-float.aesop-character-left, .aesop-character-component .aesop-character-float.aesop-character-right {
	float: none !important;
	margin: 0 auto !important;
}

.aesop-character-component {
	width: 100%;
}

/*--------------------------------------------------------------
## Aesop Audio
--------------------------------------------------------------*/
.aesop-audio-component {
	max-width: 640px;
	padding: 0px 20px;
}

.aesop-audio-component h5 {
	font-size: 18px;
	margin: 10px 0px;
}

/*--------------------------------------------------------------
## Aesop Collection
--------------------------------------------------------------*/

.aesop-story-collection {
	margin: 20px 0;
	padding: 0px 20px;
}

.aesop-collection-grid {
	max-width: 1200px;
	margin: 0 auto;
}

.aesop-collection-item {
	float: left;
	padding: 0px .5%;
	margin-bottom: 20px;
	height: auto !important;
}

.aesop-collection-grid.aesop-collection-grid-3col .aesop-collection-item {
	width: 100% !important;
}


.aesop-collection-item-inner {
	float: left;
	margin-top: 200px;
	background: #fff;
}

.aesop-collection-item-img {
	height: 200px;
}

.aesop-collection-entry-title {
	padding: 10px !important;
}

.aesop-collection-meta {
	display: none;
}

a .aesop-collection-item-excerpt {
	color: #373737;
	padding: 0px 10px 10px 10px;
}

.aesop-story-collection-title {
	text-align: center !important;
	font-size: 30px !important;
	margin: 20px auto !important;
	background: none !important;
	box-shadow: none !important;
	color: #333 !important;
	padding: 0px !important;
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-link {
	display: block !important;
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-inner {
	display: block !important;
	vertical-align: inherit !important;
	text-align: left !important;
	overflow: visible !important;
	text-shadow: none !important;
	padding: 0px !important;
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-inner .aesop-collection-entry-title {
	color: #dc4405 !important;
	margin: 10px 0px 5px 10px !important;
	padding: 0px !important;
	font-size: 20px !important;
	font-weight: 100 !important;
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-inner .aesop-collection-item-excerpt {
	font-size: 16px !important;
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-link:before {
	display: none !important;
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-img {
	position: relative !important;
	height: 200px !important;
}

.aesop-story-collection .aesop-collection-item .aesop-collection-item-link:hover .aesop-collection-item-inner {
	background: #fff !important;
}

/*--------------------------------------------------------------
## Aesop Content
--------------------------------------------------------------*/
.aesop-content-comp-inner {
	padding: 20px;
}

.aesop-content-component .aesop-content-img .aesop-content-comp-inner {
	background: rgba(0, 0, 0, .7) !important;
	padding: 30px;
}

.aesop-content-component.aesop-content-has-img .aesop-content-comp-wrap {
	padding: 0px !important;
}


/*--------------------------------------------------------------
## Aesop Paralax
--------------------------------------------------------------*/

.aesop-parallax-sc {
	margin: 0px;
}

.aesop-parallax-sc-caption-wrap {
	font-size: 16px;
	font-style: italic;
}

.aesop-parallax-sc-floater {
	color: #fff;
	font-size: 30px;
	margin-top: 150px;
}

/*--------------------------------------------------------------
## Aesop Gallery
--------------------------------------------------------------*/

.aesop-component-caption {
	max-width: 100% !important;
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 12px !important;
	background: none !important;
	padding: 0px !important;
	font-size: 16px !important;
	margin-bottom: 0px !important;
}

.aesop-stacked-img {
	background-attachment: fixed;
}

.aesop-photoset-caption-title {
	display: none !important;
}

.aesop-photoset-caption-caption {
	display: none !important;
}

.photoset-cell:hover .aesop-photoset-caption-caption {
	display: table !important;
}

.fotorama__caption {
	bottom: 10px !important;
}

.fotorama1461975347208 .fotorama__nav--thumbs .fotorama__nav__frame {
	padding: 10px !important;
}

/*--------------------------------------------------------------
## Aesop Quote
--------------------------------------------------------------*/

.aesop-quote-component {
	padding: 10px;
}

.aesop-quote-component blockquote {
	line-height: 1.2em;
	font-style: italic;
	margin: 0px;
	color: #fff;
}

.aesop-quote-component blockquote span {
	display: block;
}

.aesop-quote-component-cite {
	display: block;
	text-transform: uppercase;
	font-style: normal;
	line-height: 2em;
	float: left;
}

.aesop-quote-component.aesop-quote-type-pull.aesop-component-align-center {
	border-top: 5px solid #dc4405 !important;
}

.aesop-quote-component.aesop-quote-type-pull.aesop-component-align-left {
	border-left: 5px solid #dc4405 !important;
}

.aesop-quote-component.aesop-quote-type-pull.aesop-component-align-right {
	border-right: 5px solid #dc4405 !important;
}

.aesop-quote-component cite:before {
	content: "";
	margin-right: 7px;
	width: 24px;
	height: 2px;
	position: relative;
	float: left;
	background: #fff;
	margin-top: 13px;
}

.aesop-quote-component cite:after {
	content: "";
	margin-left: 7px;
	width: 24px;
	height: 2px;
	position: relative;
	float: right;
	background: #fff;
	margin-top: 13px;
}

.aesop-quote-component.quote-has-image blockquote:before {
	content: "";
	position: absolute;
	z-index: -500;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

@media (max-width: 600px) {
	.aesop-quote-component.aesop-quote-type-pull {
		margin: 0px !important;
	}

}

@media (min-width: 500px) {

}

@media (min-width: 768px) {

	.aesop-collection-grid.aesop-collection-grid-3col .aesop-collection-item {
		width: 32.3% !important;
	}

	.aesop-character-component.aesop-component-align-left {
		margin-left: 200px;
	}

	.aesop-character-component.aesop-component-align-right {
		margin-right: 200px;
	}

	.aesop-character-component .aesop-character-float.aesop-character-left {
		float: left !important;
		margin-right: 1.75rem !important;
	}

	.aesop-character-component .aesop-character-float.aesop-character-right {
		float: right !important;
		margin-left: 1.75rem !important;
	}

	.aesop-character-component {
		width: auto;
	}

	#osu {
		display: block;
		float: left;
		top: 0px;
		left: 0px;
	}

	#osu img {
		height: 80px;
		width: auto;
		float: left;
		margin: 10px;
	}

	#logo {
		padding: 0px;
	}

	.lead-row {
		display: flex;
	}

	.lead {
		flex-basis: 30%;
	}

}

@media (min-width: 992px) {


	#primary.front .container {
		padding: 0px;
	}

	#primary.front article {
		width: 31.3%;
	}

	#primary.front article p {
		display: block;
	}

	#primary.front article .image {
		height: 300px;
	}

	.feature-text {
		padding: 300px 0px 100px 0px;
	}

	.feature-text h2 {
		font-size: 66px;
		color: #fff;
		line-height: 1.1;
		margin: 15px auto;
		max-width: 600px;
	}

	.subscribe {
		left: inherit;
		bottom: 40px;
		right: 0px;
		margin-left: 0px;
	}

	#primary.front article .entry-title {
		font-size: 20px;
	}

	.contacts {
		width: 33.333%;
	}

	.searchform span {
		width: 400px;
	}

	.searchbox {
		width: 315px;
	}

	.sociallinks {
		float: left;
		width: 33.333%;
		text-align: center;
		padding: 0px;
	}

	/*--------------------------------------------------------------
	## Aesop Image
	--------------------------------------------------------------*/
	.aesop-image-component .aesop-content {
		margin: inherit;
		max-width: 100%;
	}

	/*--------------------------------------------------------------
	## Aesop Quote
	--------------------------------------------------------------*/
	.aesop-quote-component {
		padding: 50px;
	}

	.aesop-quote-component.aesop-component-align-center {
		padding: 50px 0px;
	}

	/*--------------------------------------------------------------
	## Post Format - Image
	--------------------------------------------------------------*/
	.format-image .feature-text p, .format-image .feature-text .sharebtns {
		margin: 0px !important;
		text-align: left !important;
		padding-left: 50px !important;
	}

	.format-image .feature-text hr {
		margin: 20px 0px !important;
		max-width: 640px !important;
		margin-left: 50px !important;
	}

	.format-image .feature-text h2 {
		margin: 0px !important;
		text-align: left !important;
		padding-left: 50px !important;
		margin-bottom: 15px !important;
	}

	/*--------------------------------------------------------------
	# Alignments
	--------------------------------------------------------------*/
	.alignleft {
		display: inline;
		float: left;
		margin-right: 1.5em;
	}

	.alignright {
		display: inline;
		float: right;
		margin-left: 1.5em;
	}

	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	figure.alignleft {
		margin-left: 5%;
	}

	figure.alignright {
		margin-right: 5%;
	}

	figure.aligncenter {
	}

	.aesop-image-component-caption-left {
		text-align: left;
	}

}
