/*
	Theme Name:     Abernathy Magazine
	Theme URI:      http://kolakube.com/
	Description:    A custom theme for Abernathy Magazine.
	Author:         Alex Mangini
	Author URI:     http://kolakube.com/about/
	Template:       marketers-delight
	Version:        1.0
*/

body {
	background: #fff;
	color: #111;
}

hr {
	border: 0;
	border-top: 1px solid #ddd;
	height: 0;
	margin-bottom: 26px;
}

.inner {
	max-width: 1118px;
}

.inner-wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 1300px;
	padding-bottom: 52px;
}


/* HEADER */

body.admin-bar .topbar {
      position:fixed;
      top: 32px;
      height: 61px;
}

body.admin-bar .header-email-box {
	top: 93px;
}

.home .header {
	background-position: center -120px;
}

.header-email-box.header {
	background-position: center -120px;
	background-size: cover;
	height: 80vh;
}

.header {
	background-position: center top;
	height: 90vh;
}

.header .email-form-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 602px;
}

.sep {
	border-bottom: 3px solid #fff;
}


/* CONTENT */

.content-box {
	padding-bottom: 0;
	padding-top: 0;
}

.content-item-text [class*="columns-"] .col {
	margin-bottom: 39px;
}


/* SIDEBAR */

.sidebar {
	padding-bottom: 52px;
}

.sidebar .button {
	width: 100%;
}

.sidebar-author .avatar {
	border-radius: 0;
	box-shadow: none;
	width: 100%;
}

.sidebar-author-bio {
	font-size: 14px;
	line-height: 22px;
}


/* FOOTER */

.footer .widget_nav_menu {
	float: right;
	margin-top: 30px;
}

.menu-footer .menu-item a {
	padding-bottom: 0;
	padding-top: 22px;
}

.menu-footer .menu-item.current-menu-item a {
	padding-bottom: 8px;
}

.footer .md-icon-facebook-squared {
	color: #3A5795;
}

.footer .md-icon-linkedin-squared {
	color: #007DBE;
}

.footer .list > li:not(:last-child) {
	border-color: #ccc;
}


/* BLOCKS */

[class*="block-full"] {
	padding-left: 18%; /* 198 / 1100 */
	padding-right: 18%;
}

[class*="block-full"] .wrap.alignleft,
[class*="block-full"] .wrap.aligncenter,
[class*="block-full"] blockquote.wrap {
	margin-left: -28.125%; /* 198 / 704 */
}

[class*="block-full"] .wrap.alignright,
[class*="block-full"] .wrap.aligncenter,
[class*="block-full"] blockquote.wrap {
	margin-right: -28.125%; /* 198 / 704 */
}

blockquote.wrap {
	border-left: 0;
	border-bottom: 3px double #ccc;
	border-top: 3px double #ccc;
	font-size: 42px;
	line-height: 57px;
	margin-bottom: 52px;
	margin-top: 52px;
	padding: 39px;
}

.wrap.aligncenter,
blockquote.wrap {
	margin-left: -32.244318182%; /* 227 / 704 */
	margin-right: 0;
}

.block-half-top {
	padding-top: 13px;
}


/* HELPERS */

.spacer {
	border-bottom: 1px solid #bbb;
	margin-bottom: 52px;
}

.border-top {
	border-top: 1px solid #ddd;
}

.avatar {
	padding: 2px;
}

.gform_validation_container,
.state-close {
	display: none;
}

.alignvertical {
	display: table;
	height: 100%;
	width: 100%;
}

.alignvertical .aligncontent {
	display: table-cell;
	vertical-align: bottom;
}


/* DESIGN */

.grayscale {
	filter: gray;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	transition : 500ms all ease;
}

.grayscale:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}


/* FONTS */

@font-face {
	font-family: 'Fengardo Black';
	src: url('fonts/fengardo/FengardoNeue_Black-webfont.eot');
	src: url('fonts/fengardo/FengardoNeue_Black-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/fengardo/FengardoNeue_Black-webfont.woff2') format('woff2'),
		 url('fonts/fengardo/FengardoNeue_Black-webfont.woff') format('woff'),
		 url('fonts/fengardo/FengardoNeue_Black-webfont.ttf') format('truetype'),
		 url('fonts/fengardo/FengardoNeue_Black-webfont.svg#fengardo_neueblack') format('svg');
	font-style: normal;
	font-weight: normal;
}

body,
.small-title,
.font-merriweather,
.content-item-text .caps,
.tagline,
blockquote,
.byline {
	font-family: 'Merriweather', "Times New Roman", Georgia, Times, serif;
	font-weight: 400;
}

.menu,
.topbar {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.logo,
h1, h2, h3, h4, .headline,
.font-fengardo,
.number-style li:before {
	font-family: 'Fengardo Black', "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* LINKS */

a.side-link {
	text-decoration: underline;
}

a.side-link:hover {
	text-decoration: none;
}

a,
button,
.button,
input[type="submit"],
.trigger {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.links-rgb-light.byline {
	color: rgba(255, 255, 255, 0.8);
}

.links-rgb-light a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: rgba(255, 255, 255, 0.8);
}

.links-rgb-light a:hover {
	border-bottom-color: rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.9);
}


.box-sec .logo a {
	color: #1e1e1e;
}

.links-sec a {
	color: #888;
}

.links-sec a:hover {
	color: #666;
}

.box-dark .logo,
.box-dark .logo a,
.image-overlay,
.image-overlay a {
	color: #fff;
}

a.image-overlay:hover {
	color: #fff;
}


/* FORMS */

[class*="form-attached"] .form-submit {
	height: 58px;
}

.form-input-email {
	background: #fff;
	padding-left: 16px;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="password"],
textarea {
	border: 1px solid #ccc;
}

[class*="format-text-"] .gform_fields {
	list-style: none;
	margin-left: 0;
}

.form-input .md-icon {
	line-height: 1;
	margin-top: -9px;
}

.gfield:after {
	clear: both;
	content: ' ';
	display: table;
}

[class*="format-text-"] .gfield {
	margin-bottom: 39px;
}

.gform_fields input {
	width: 100%;
}

.gfield_label {
	font-weight: bold;
}

.gform_fields label {
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.ginput_complex {
	margin-left: -26px;
}

.ginput_complex label {
	color: #777;
	font-size: 14px;
}

.ginput_left,
.ginput_right,
.ginput_complex .name_first,
.ginput_complex .name_last {
	float: left;
	padding-left: 26px;
	width: 50%;
}

.gform_wrapper li.gfield.gfield_error {
	background-color: #FFDFE0;
	margin-bottom: .375em!important;
	padding: 0;
	border-top: 1px solid #C89797;
	border-bottom: 1px solid #C89797
}

.gform_wrapper div.validation_error {
	color: #790000;
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 1.6em;
	border-top: 2px solid #790000;
	border-bottom: 2px solid #790000;
	padding: 1em 0;
	clear: both;
	width: 97.5%;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label {
  color: #790000;
}

.gform_wrapper li.gfield_error input[type=text] {
	border: 1px solid #790000;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 97.5%;
  padding-right: 6px!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 6px;
}

.gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message, .gform_wrapper .ginput_container+.gfield_description.validation_message {
  margin-top: .375em;
}

.gform_wrapper .gfield_description.validation_message, .gform_wrapper .top_label .gfield_description.validation_message {
  padding: .625em 0!important;
}

.gform_wrapper .validation_message {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
}


/* HEADLINE */

.format-text-main .headline {
	font-size: 50px;
	line-height: 66px;
}

.headline a {
	color: #fff;
}

.headline a:hover {
	color: #ddd;
}


/* BUTTONS */

.button,
a.button,
.button a,
[class*="links-"] button,
[class*="links-"] .button,
input[type="submit"],
button {
	background-color: transparent;
	border: 2px solid #111;
	border-radius: 0;
	color: #111;
	text-shadow: none;
}

input[type="submit"]:hover,
button:hover,
button:hover,
.button:hover,
.button a:hover,
[class*="links-"] button:hover,
[class*="links-"] .button:hover {
	background-color: #111;
	border-bottom-width: 2px;
	color: #fff;
}

.green,
.email-form-submit,
[class*="links-"] .email-form-submit {
	border-color: #22a340;
	color: #22a340;
}

.green:hover,
.email-form-submit,
[class*="links-"] .email-form-submit {
	background-color: #22a340;
	color: #fff;
}

.email-form-submit:hover,
[class*="links-"] .email-form-submit:hover {
	background-color: #1f943a;
	border-color: #1f943a;
}

.button.twitter {
	border-color: #55acee;
	color: #55acee;
}

.button.twitter:hover {
	background-color: #4c9ad5;
	border-color: #4c9ad5;
	color: #fff;
}

.links-col a {
	color: #1e1e1e;
}


.links-col.auth-archive a {
	color: #ae2525;
	border-bottom: 1px solid #ae2525;
}

.links-col.auth-archive a:hover {
	border-bottom: none;
}


.button.twitter .md-icon,
.button.facebook .md-icon,
.button.linkedin .md-icon {
	margin-right: 7px;
}

.button.twitter:hover .md-icon-twitter:before {
	color: #fff !important;
}

[class*="form-attached"] .form-submit {
	border-width: 2px;
	font-size: 16px;
}

.button.button-small {
	padding-bottom: 4px;
	padding-top: 5px;
}

.author-box .button {
	padding-left: 8px;
	padding-right: 8px;
	font-size: 15px;
}


/* TEXT STYLES */

.logo {
	display: block;
	line-height: 1;
	text-transform: none;
}

.logo a {
	color: #111;
}

.logo-large {
	font-size: 85px;
}

.logo-small {
	font-size: 30px;
}

.logo-med {
	font-size: 40px;
}

.tagline {
	font-size: 22px;
	font-style: italic;
	line-height: 36px;
}

.drop {
	float: left;
	font-size: 49px;
	line-height: 1;
	padding-right: 3px;
	padding-top: 3px;
}

.small-title {
	font-style: italic;
	margin-bottom: 0;
}

.med-headline {
	font-size: 34px;
	line-height: 52px;
}

.caps {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.wp-caption-text {
	font-style: normal;
}


/* HOME */

.home-headline {
	border-bottom: 1px solid #ddd;
	padding-bottom: 39px;
	padding-top: 56px;
}

.home-search input[type="search"] {
	font-size: 13px;
	padding-left: 7px;
	padding-right: 7px;
}

.home-search .form-submit {
	height: 60px;
}

.featured-headline .inner {
	height: 60vh;
	position: relative;
}

.featured-headline .headline {
	position: absolute;
		bottom: 26px;
		left: 0;
}

.featured-content-headline .headline {
	left: 26px;
}

.pick-image.image-overlay:after {
	background-color: transparent;
}

.pick-image.image-overlay:hover:after {
	background-color: rgba(0, 0, 0, 0.6);
}


/* NUMBER LIST */

ol.number-style {
	list-style: none;
	margin-left: 0;
}

.number-style li {
	position: relative;
}

.number-style li a {
	background-color: #eee;
	color: #1e1e1e;
	display: block;
	font-style: italic;
	height: 50px;
	padding-left: 69px;
	padding-top: 10px;
}

.number-style li a:hover {
	background-color: #ddd;
}

.number-style li:before {
	background-color: #aaa;
	content: counter(li);
	color: #fff;
	counter-increment: li +1;
	font-size: 24px;
	height: 50px;
	line-height: 1;
	padding-top: 11px;
	position: absolute;
		left: 0;
		top: 0;
	text-align: center;
	width: 50px;
}

.number-style li:hover:before {
	background-color: #ae2525;
}


/* POST BLOCK */

.post-listing .post {
	position: relative;
}

.post-listing-large .image-overlay {
	min-height: 400px;
}

.post-listing-small .image-overlay {
	height: 200px;
}

.post-listing-large .post .byline {
	position: absolute;
		bottom: 26px;
		left: 26px;
}

.post-listing-small .post .byline {
	position: absolute;
		bottom: 39px;
		left: 39px;
}

.post-listing .byline-author {
	padding-left: 7px;
	padding-top: 3px;
}

.post-block {
	font-style: italic;
}

.post-block .small-title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 13px;
}

.col-listing .avatar {
	margin-right: 4px;
}

.col-listing .byline {
	color: #777;
}

.col-listing .byline a {
	border-color: #ccc;
	color: #777;
}


/* AUTHOR BOX */

.wp-caption {
	background: none;
	padding: 0;
	text-align: left;
}

.wp-caption-text {
	border-bottom: 1px solid #ddd;
	padding-bottom: 13px;
}


/* OVERLAY */

.image-overlay:after {
	background-color: rgba(0, 0, 0, 0.5);
}

a.image-overlay:hover:after {
	background-color: rgba(0, 0, 0, 0.8);
}





/*------------------------------*\
	$COLUMNS
\*------------------------------*/

.columns-half > .col:not(:first-child)  {
	padding-left: 13px;
}

@media all and (min-width: 1000px) {

	.columns-60-40 .col1 {
		float: left;
		width: 70%;
	}

	.columns-60-40 .col2 {
		float: left;
		width: 30%;
	}

}




/*------------------------------*\
	$TOPBAR
\*------------------------------*/

.has-topbar {
	padding-top: 61px;
}

.topbar {
	height: 61px;
	position: fixed;
		left: 0;
		top: 0;
	width: 100%;
	z-index: 100;
}

.header-email-box {
	position: fixed;
		left: 0;
		top: 61px;
	width: 100%;
	z-index: 100;
}


/* LOGO */

.topbar .logo-small {
	margin-right: 13px;
	padding-top: 13px;
}


/* MENU */

.menu-topbar a,
.email-trigger,
.menu-footer a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.menu-topbar a:hover,
.menu-footer a:hover {
	color: #ccc;
}

.menu-item.current-menu-item a {
	padding-bottom: 16px;
}


/* SCROLL INDICATOR */

.home .header-info {
	padding-bottom: 100px;
}

.header-info {
	padding-bottom: 78px;
}

.scroll-indicator {
	background-color: #111;
	border-radius: 50%;
	display: block;
	height: 50px;
	margin-left: -25px;
	opacity: 0.7;
	padding-top: 14px;
	position: absolute;
		bottom: 26px;
		left: 50%;
	text-align: center;
	width: 50px;
	z-index: 1;
}

.arrow {
	border-color: #fff transparent transparent transparent;
	display: inline-block;
	position: relative;
}

.arrow:after {
	border-color: #111 transparent transparent transparent;
	content: '';
	position: absolute;
		left: -12px;
		top: -15px;
}

.arrow,
.arrow:after {
	border-style: solid;
	border-width: 12px 12px 0 12px;
	height: 0;
	width: 0;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

@-webkit-keyframes arrows {
	0% { top:0; }
	10% { top:12%; }
	20% { top:0; }
	30% { top:12%; }
	40% { top:-12%; }
	50% { top:12%; }
	60% { top:0; }
	70% { top:12%; }
	80% { top:-12%; }
	90% { top:12%; }
	100% { top:0; }
}

@keyframes arrows {
	0% { top:0; }
	10% { top:12%; }
	20% { top:0; }
	30% { top:12%; }
	40% { top:-12%; }
	50% { top:12%; }
	60% { top:0; }
	70% { top:12%; }
	80% { top:-12%; }
	90% { top:12%; }
	100% { top:0; }
}

.scroll-indicator .arrow {
	-webkit-animation: arrows 2.8s 0.4s;
	-moz-animation: arrows 2.8s 0.4s;
	-ms-animation: arrows 2.8s 0.4s;
	-o-animation: arrows 2.8s 0.4s;
	animation: arrows 2.8s 0.4s;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
}


/* MEDIA QUERIES */

@media all and (min-width: 704px) {

	.inner-small {
		margin-left: auto;
		margin-right: auto;
		width: 704px;
	}

	.pick-image {
		background-position: center;
		background-size: cover;
		display: block;
		float: left;
		height: 250px;
		margin-bottom: 0;
		width: 35.778175313%; /* 400 / 1118 */
	}

	.col-listing-content {
		float: left;
		padding-left: 52px;
		padding-top: 13px;
		width: 64.221824687%; /* 718 / 1118 */
	}

	.mobile-logo {
		display: none;
	}

	.email-trigger {
		border: 2px solid rgba(255, 255, 255, 0.3);
		cursor: pointer;
		margin-top: 8px;
		padding: 6px 20px;
	}

	.email-trigger .md-icon {
		margin-right: 7px;
	}

	.email-trigger:hover {
		border-color: rgba(255, 255, 255, 0.2);
		color: #888;
	}

	.author-box .button:not(:last-child) {
		margin-right: 29px;
	}

	.author-content {
		padding-left: 26px;
	}

	.author-avatar img {
		width: 100%;
	}

	.archive-text {
		margin-right: 13px;
	}

}


@media all and (max-width: 1300px) {

	.inner-wide {
		padding-left: 26px;
		padding-right: 26px;
	}

}


@media all and (max-width: 1118px) {

	.header .inner,
	.content-sidebar .inner,
	.featured-headline .inner {
		padding-left: 0;
		padding-right: 0;
	}

	.topbar .inner,
	.content-box .inner {
		padding-left: 26px;
		padding-right: 26px;
	}

	.home .header {
		background-position: center top;
	}

	.featured-headline .headline {
		left: 52px;
		right: 52px;
		text-align: center;
	}

	.more-abernathy {
		padding-left: 26px;
		padding-right: 26px;
	}

	.post-listing .columns-2 > .col {
		float: none;
		width: 100%;
	}
}


@media all and (max-width: 1000px) {

	.wrap.aligncenter,
	blockquote.wrap {
		margin-left: 0;
		margin-right: 0;
	}


	.sidebar {
		display: none;
	}

	.content-sidebar .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}


	.more-abernathy .columns-2 {
		margin-left: 0;
	}

	.more-abernathy .columns-2 > .col {
		float: none;
		padding-left: 0;
		width: 100%;
	}

	.more-abernathy .columns-2 .col2 {
		margin-top: 52px;
	}

}


@media all and (max-width: 900px) {

	[class*="block-full"] {
		padding-left: 52px;
		padding-right: 52px;
	}

	[class*="block-full"] .wrap.alignleft,
	[class*="block-full"] .wrap.aligncenter,
	[class*="block-full"] blockquote.wrap {
		margin-left: -52px;
	}

	[class*="block-full"] .wrap.alignright,
	[class*="block-full"] .wrap.aligncenter,
	[class*="block-full"] blockquote.wrap {
		margin-right: -52px;
	}

	.number-style li a {
		font-size: 16px;
		height: auto;
		line-height: 26px;
		padding-left: 69px;
	}

	.number-style li:before {
		border-radius: 50%;
		font-size: 16px;
		height: 30px;
		margin-top: -15px;
		padding-top: 6px;
		text-align: center;
		left: 13px;
		top: 50%;
		width: 30px;
	}

	.post-listing:not(:last-child),
	.post-listing .post:not(:last-child) {
		margin-bottom: 26px;
	}

	.small-posts.columns-double {
		margin-left: -26px;
	}

	.small-posts.columns-double > .col {
		padding-left: 26px;
	}

	.small-posts .col3:not(:first-child) {
		margin-top: 0;
	}

	.content-sidebar .inner,
	.featured-headline .inner {
		padding-left: 26px;
		padding-right: 26px;
	}

	.wrap.aligncenter,
	blockquote.wrap {
		margin-left: -26px;
		margin-right: -26px;
	}

	.logo + .tagline {
		margin-bottom: 52px;
	}

	.menu {
		border-top: 0;
		margin-top: 0;
	}

	.menu-item a,
	.menu-item.current-menu-item a {
		padding-top: 16px;
	}

	.footer {
		text-align: center;
	}

	.footer .columns-double {
		margin-left: 0;
	}

	.footer .columns-2 > .col {
		float: none;
		padding-left: 0;
		width: 100%;
	}

	.footer .col1 {
		margin-bottom: 26px;
		padding-top: 0;
	}

	.menu-footer {
		float: none;
	}

}


@media all and (max-width: 782px) {

	body.admin-bar .topbar {
	      top: 46px;
	}

	body.admin-bar .header-email-box {
		top: 107px;
	}

}


@media all and (max-width: 700px) {

	[class*="block-full"] {
		padding-left: 26px;
		padding-right: 26px;
	}

	[class*="block-full"] .wrap.alignleft,
	[class*="block-full"] .wrap.aligncenter,
	[class*="block-full"] blockquote.wrap {
		margin-left: -26px;
	}

	[class*="block-full"] .wrap.alignright,
	[class*="block-full"] .wrap.aligncenter,
	[class*="block-full"] blockquote.wrap {
		margin-right: -26px;
	}

	.small-posts .col2:not(:first-child) {
		margin-top: 0;
	}

	.ginput_complex {
		margin-left: 0;
	}

	.ginput_complex .ginput_left,
	.ginput_complex .ginput_right,
	.ginput_complex .name_first,
	.ginput_complex .name_last {
		display: block;
		float: none;
		padding-left: 0;
		width: 100%;
	}

	.ginput_complex .ginput_left,
	.ginput_complex .name_first {
		margin-bottom: 26px;
	}

	blockquote.wrap {
		font-size: 24px;
		line-height: 42px;
		margin-bottom: 39px;
		margin-top: 39px;
		padding-bottom: 26px;
		padding-top: 26px;
	}

	.format-text-main .headline {
		font-size: 45px;
		line-height: 62px;
	}


	.has-topbar {
		padding-top: 61px;
	}

	.topbar {
		padding-bottom: 16px;
		padding-top: 16px;
	}

	.topbar .trigger {
		cursor: pointer;
	}

	.topbar .trigger .md-icon {
		margin-right: 7px;
	}

	.topbar .logo-small {
		padding-top: 0;
	}

	.header-email-box.header {
		height: 70vh;
	}

	.header-email-box {
		top: 61px;
	}

	.home-headline {
		padding-bottom: 39px;
		padding-top: 39px;
	}

	.trending-text {
		padding-left: 26px;
		padding-right: 26px;
	}

	.pick-image {
		background-position: center;
		background-size: cover;
		display: block;
		height: 250px;
		margin-bottom: 26px;
		width: 100%;
	}

	.menu-topbar {
		float: right;
	}

	.email-trigger {
		float: right;
		font-family: 'Magra';
		margin-left: 13px;
	}

	.email-trigger-text {
		display: none;
	}

	.menu-item {
		border-bottom: 0;
		display: inline-block;
	}

	.menu-item:not(:last-child) {
		border-bottom: 0;
	}

	.menu-item a,
	.current-menu-item.menu-item a {
		padding: 0 10px 15px 10px;
	}

	.menu-item.current-menu-item a,
	.menu-item.current-menu-item a:hover {
		border-bottom-width: 2px;
	}

	.featured-headline .headline {
		left: 13px;
		right: 13px;
	}

	.post-listing-small .post .byline {
		bottom: 26px;
		left: 26px;
	}

	.header .alignvertical .aligncontent {
		text-align: center;
		vertical-align: bottom;
	}

	.post-listing .col2:not(:first-child) {
		margin-top: 0;
	}

	.author-box .button:not(:last-child) {
		margin-bottom: 13px;
	}

	.view-archive {
		padding-left: 26px;
		padding-right: 26px;
	}

	.archive-text {
		display: block;
		margin-bottom: 13px;
	}


	.footer .col2:not(:first-child) {
		margin-top: 0;
	}

	.footer .menu-footer a {
		text-transform: none;
	}

}


@media all and (max-width: 600px) {

	.format-text-main .headline {
		font-size: 35px;
		line-height: 48px;
	}

	.email-form-wrap.mb-single:not(:last-child) {
		margin-bottom: 39px;
	}

}


@media all and (max-width: 530px) {

	.logo-large {
		font-size: 50px;
	}

	.tagline {
		font-size: 21px;
	}

	.logo + .tagline {
		margin-bottom: 26px;
	}

}

@media all and (max-width: 450px) {

	.post {
		padding-right: 0 !important; /* override SumoMe plugin conflict */
	}

	[class*="form-attached"] .form-input {
		border-right-width: 1px;
	}

	[class*="form-attached"] .form-input,
	[class*="form-attached"] .form-submit {
		width: 100%;
	}

}


@media all and (min-width: 1001px) {

	.featured-content-headline,
	.featured-headline .inner,
	.content-sidebar .inner {
		max-width: 931px;
	}

	.content-sidebar .content {
		float: right;
		width: 704px;
	}

	.content-sidebar .sidebar {
		float: left;
		padding-left: 0;
		padding-right: 0;
		padding-top: 52px;
		max-width: 175px;
	}

}