/*
Theme Name: Shift Newco
Theme URI: http://shift.newco.co
Template: twentyfifteen
Author: Team 51
Author URI: 
Description: Child theme for shift.newco.co.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyfifteen

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.
*/

body * {
	font-family: 'Open Sans', sans-serif;
}

body:before {
	background: transparent;
	box-shadow: none;
	z-index: -1;
}

.sidebar {
	background: #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	position: relative !important;
	top: 0 !important;
}

@media screen and (min-width: 950px) and (max-width: 996px) {
	.sidebar {
		position: absolute !important;
		top: 261px !important;
	}
}

@media screen and (min-width: 1296px) {
	.sidebar {
		margin-left: 30px;
		width: 350px;
	}
}

#content #primary {
	max-width: 930px;
}

#main {
	padding: 0;
}

#main a:hover,
.sidebar a:hover {
	color: #822;
}

#main article {
	margin: 0;
}

#main article .entry-header {
	padding: 0 40px;
}

@media screen and (max-width: 740px) {
	.post-thumbnail {
		margin-bottom: 4.5em;
	}
}

#main article .entry-content {
	padding: 0 40px;
}

@media screen and (min-width: 900px) {
	#main article .entry-content img:not(.align*) {
		max-width: 70%;
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	figcaption {
		text-align: center;
	}
}

body {
  margin: 0;
  padding: 0;
  background: #f5f5f6;
}


#header-logo {
	height: 115px;
	padding: 25px;
}

.header-navigation a:first-child {
	float: left;
}

.header-navigation
{
	background-image: url(images/shift-newco-header-background.jpg);
	margin-bottom: 30px;
	height: 115px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.header-navigation svg {
    fill: #E4918A !important;
}

.header-navigation ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

.header-navigation ul a
{
	display:block;
	color: #FEB9B3;
	text-decoration:none;
	font-weight: 400;
	font-size: 13px;
    line-height: 115px;
	padding:0 15px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.header-navigation ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

.header-navigation ul li:last-child:before {
	border-left: 1px solid #FEB9B3;
}

.header-navigation ul li a:hover {
	color: #fff;
}

.header-navigation ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
}

.header-navigation ul ul li
{
	float:none;
	width:200px;
	background: #8f040a;
}

.header-navigation ul ul a
{
	line-height:120%;
	padding:10px 15px;
	color: #fff;
}

.header-navigation ul ul a:hover {
	color: #fff;
}

.header-navigation ul ul ul
{
	top:0;
	left:100%;
}

.header-navigation ul li:hover > ul
{
	display:block;
}

.header-navigation #sharing-and-search {
	float: right;
    height: 115px;
    line-height: 115px;
    margin-right: 50px;
    top: 5px;
    position: relative;
}

.header-navigation #sharing-and-search #search-button {
	top: 4px;
	position: relative;
	cursor: pointer;
}

.header-navigation * {
	z-index: 2;
}

.search-form {
	display: none;
	position: relative;
	z-index: 10;
}

.search-form input {
	text-align: center;
}

#search-overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin-top: 15px;
    background: #000;
    opacity: 0.6;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: 1;
}

.entry-title {
	margin: -40px 0 20px 0 !important;
	font-weight: 700;
}

.sidebar #masthead {
	display: none;
}

.widget-area aside {
	padding: 25px;
}

#content .post:not(:first-child) {
	margin-top: 20px;
}

.sovrn_ad_unit {
	margin: 20px auto !important;
	display: block;
}

.sovrn-ad {
	float: right;
	margin-left: 2em;
}

@media screen and (max-width: 900px) {
	.header-navigation ul {
		padding-top: 50px;
	}
	
	.header-navigation ul a {
		line-height: 20px;
	}

}

.archive.tag .page-header {
	display: none;
}

.header-navigation .current-menu-item a {
	text-decoration: underline;
}

#main .page-header {
	margin: 0;
}

#main .page-header h1 {
	font-family: "Noto Sans", sans-serif;
}

#content .post:not(:first-child) {
	margin-top: 0;
}

.hentry.has-post-thumbnail {
	padding-top: 8.33333%;
}

h3.subtitle {
	font-size: 27px;
	line-height: 32px;
	font-weight: 400;
}

@media screen and (max-width: 900px) {
	h3.subtitle {
		font-size: 20px;
		line-height: 26px;
		font-weight: 400;
	}
}

.entry-header .authors {
	font-size: 16px;
}