/*
Theme Name: acl
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acl
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.

ACL is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

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
	## Header
	## Links
	## Menus
	## Footer
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Homepage
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

body.fixed {
    /*padding-top: 48px;*/
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

button.submit {
    background: none;
    border: 0 none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    text-shadow: none;
}

input.submit,
input.submit:hover {
    box-shadow: none;
    text-shadow: none;
    margin: 0 0 20px;
    border:0 none;
    font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
    font-size: 10px;
    padding: 6px 20px;
    background-color: #f05824;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
}

button.submit,
a.read-more,
.more-stories a {
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 20px 0;
    font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
    font-size: 13px;
}

.more-stories a {
    font-size: 16px;
}

button.submit span,
a.read-more span,
.more-stories a span {
    padding: 6px 20px 4px;
    background-color: #f05824;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
}

h2 a.read-more {
    margin: 0 0 40px;
}

h2 a.read-more span {
    background-color: #fff;
    border: 1px solid #777776;
    color: #777776;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.site-header {
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.site-branding {
	width: 520px;
    max-width: 60%;
	margin: 30px auto;
}

.site-title {
	margin: 0;
}

.site-branding img {
	display: block;
}

.today-edition-text {
	position: absolute;
	top: 40px;
	left: 50px;
	font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
	color: #f05824;
	border-bottom: 3px solid #f05824;
	padding-bottom: 2px;
}

.today-edition-text span {
    display: block;
    line-height: 1em;
}

.partner-logo {
    position: absolute;
    right: 50px;
    width: 140px;
    top: 0px;
    line-height: 116px;
    font-size: 12px;
    width: 240px;
    text-align: right;
    font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
    text-transform: uppercase;
}

.partner-logo img {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.acl-sub-header {
	height: 80px;
	position: relative;
}

.acl-sub-header .today-edition-text {
    position: absolute;
    top: 50%;
    left: 14px;
    height: 27px;
    margin-top: -13px;
    font-size: 11px;
}

.acl-sub-header .partner-logo {
    position: relative;
    top: 0;
    left: 0;
    float: right;
    font-size: 11px;
    width: auto;
    line-height: inherit;
    height: 100%;
}

.acl-sub-header .partner-logo img {
    margin-left: 10px;
    height: 100%;
    width: auto;
}

.acl-top-banner {
	width: 100%;
	height: 120px;
	background: url('./img/banner_bg.png') repeat;
	background-size: auto 100%;
	text-align: center;
}

.acl-top-banner .ad {
	width: 728px;
	height: 90px;
	margin: 15px auto 0;
	display: inline-block;
	background: #ccc;
}

.acl-sub-header {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 12px 14px;
    overflow: hidden;
}

.acl-search-container {
	line-height: 22px;
}

.acl-search-container .genericon {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
}

.acl-search-container .genericon:hover,
.acl-search-container a:hover {
	border: 0 none;
	display: inline-block;
	color: #f05824;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	/*color: royalblue;*/
	text-decoration: none;
	color: inherit;
}

a:visited {

}

a:hover,
a:focus,
a:active {

}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background-color: #fff;
	height: 53px;
    padding: 0;
    border-top: 1px solid #000;
    border-bottom: 2px solid #000;
    position: relative;
}

.fixed .main-header .main-navigation {

}

.sticky-header {
	position: fixed;
    top: -53px;
    opacity: 0;

    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
}

.fixed .sticky-header {
	opacity: 1;
    z-index: 999999;

    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;

}

.fixed .sticky-header.menu-visible {
	top: 0;
}

.fixed .main-navigation.menu-hidden {

}

.main-navigation .menu {
	margin: 0 auto;
	overflow: hidden;
	line-height: 52px;
	text-align: center;
}

.fixed .menu-main-container {
    top: 0;
    position: absolute;
    width: 100%;
}

.menu-logo {
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 5px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 99;
}

.menu-logo span {
    background-image: url("/wp-content/themes/acl/img/footer_logo.png");
    background-size: 100% 100%;
    display: block;
    width: 42px;
    height: 42px;
}

.fixed .menu-logo {
    opacity: 1;
    left: 10px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;

}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
}

.main-navigation li span {
	display: block;
	line-height: 22px;
}

.main-navigation li span:hover a,
.current-menu-item a {
	color: #f05824;
}

.main-navigation li span:hover,
.current-menu-item span {
	line-height: 22px;
	border-bottom: 3px solid #f05824;
	display: block;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

button.menu-toggle {
	position: absolute;
    left: 16px;
    top: 0;
    background: transparent;
    border: 0 none;
    box-shadow: none;
    text-shadow: none;
    margin: 20px 0;
    outline: none;
    font-size: 20px;
    padding: 4px;
}

button.menu-toggle:focus {
    box-shadow: none;
}

.menu-toggle:before {
    content: '\f419';
    font-family: "Genericons";
}

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

.site-main .posts-navigation {
	margin: 20px auto;
	text-align: center;
}

.posts-navigation .more-stories {

}

.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%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #eeeeeb;
	height: 400px;
}

.footer-inner {
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	color: #000;
	position: relative;
	font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 130px;
	overflow: hidden;
}

.footer-bottom-text {
	position: absolute;
	bottom: 20px;
	color: #bbb;
	font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
    text-align: center;
	left: 0;
    line-height: 1em;
}

.footer-bottom-text .copyright {
    font-size: 12px;
    font-weight: bold;
}

.footer-bottom-text .credit {
    font-size: 12px;
    font-weight: normal;
}

.footer-inner .made-in-ny {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 45px;
	height: auto;
}

.footer-logo {
	position: absolute;
	top: 45px;
	width: 70px;
	height: 70px;
}

.footer-logo img,
.made-in-ny img {
	display: block;
	width: 100%;
}

.footer-links {
	float: right;
	width: 70%
}

.footer-inner .site-name {
	float: left;
}

.footer-links-container {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}

.footer-links-container ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

.footer-links-container ul li a:hover {
	color: #bbb;
}

/*--------------------------------------------------------------
# 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:hover,
.screen-reader-text:active,
.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. */
}

.mobile-only {
    display: none;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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;
}

.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%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site-content {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.entry-content {
	font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
	font-size: 18px;
    padding: 0 10px;
}

.entry-content p {
	color: #000;
}

.entry-content p:first-child {
	margin-top: 0;
}

.content-area.video-content,
.content-area.american-list-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.single .entry-header {
    padding: 0 15px;
}

.author-header,
.page-title {
	width: 100%;
	max-width: 1200px;
	margin: 30px auto 0;
	border-bottom: 1px solid #383838;
}

.author-header h2,
.page-title h2 {
	text-transform: uppercase;
	color: #1a1919;
	font-size: 36px;
	text-align: center;
	margin: 0 0 20px;
	font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
}

.author-header h2 em,
.page-title h2 em {
	text-transform: none;
	display: block;
	font-size: 21px;
	font-weight: normal;
	font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
    font-style: italic;
}

.author-header hr,
.page-title hr {
	height: 3px;
	background-color: #383838;
	margin-bottom: 8px;
}

.sticky {
	display: block;
}

.hentry {
	max-width: 700px;
	margin: 0 auto;
}

.hentry.page-left,
.hentry.page-right {
	max-width: 1000px;
	overflow: hidden;
    padding: 30px 0;
	border-bottom: 1px solid #f05824;
}

.single .entry-meta {
	margin-top: 20px;
	display: block;
}

.sponsored-post {
	font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    color: #f05824;
}

.sponsored-post img {
	display: inline-block;
	vertical-align: middle;
	height: 28px;
	margin: -2px 0 0 12px;
}

.sponsored-post span {
	padding: 3px 14px;
	background: #000;
	color: #fff;
	display: inline-block;
}

.sponsored-post span img {
	margin-left: 16px;
}

.single .sponsored-post {
    font-size: 14px;
    line-height: 28px;
}

.single .sponsored-post img {
	height: 24px;
}

.page-right .sponsored-post {
	text-align: right;
}

.page-right .sponsored-post,
.page-left .sponsored-post {
	font-weight: 600;
	font-size: 14px;
}

.slider-content .sponsored-post {
	color: #fff;
}

.byline,
.updated:not(.published) {
	display: none;
}

.posted-on,
.byline,
.cat-links {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #777776;
	font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 500;
}

.single .posted-on,
.single .cat-links {
	display: inline;
}

.posted-on a,
.byline a,
.cat-links a {
	text-decoration: none;
	color: inherit;
}

.posted-on-categories {
	width: 100%;
	display: block;
	text-align: center;
	color: #777776;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-left .entry-title,
.page-right .entry-title {
	margin: 0;
}

.entry-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1em;
    margin-bottom: 8px;
	font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
    color: #000;
}

.slider-content h2 .entry-sub-headline,
.entry-header .entry-sub-headline {
    display: block;
    text-align: center;
    font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
    font-style: italic;
    font-size: 24px;
    font-weight: normal;
}

.entry-body ul {
	margin: 10px 0;
}

.category-factory-tour .entry-body {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.page-left .entry-body {
	float: right;
	width: 58%;
	text-align: left;
}

.page-right .entry-body {
	float: left;
	width: 58%;
	text-align: right;
}

.page-left .entry-title,
.page-left .posted-on,
.page-left .cat-links,
.page-left a.read-more,
.page-left .entry-sub-headline {
	text-align: left;
}

.page-right .entry-title,
.page-right .posted-on,
.page-right .cat-links,
.page-right a.read-more,
.page-right .entry-sub-headline {
	text-align: right;
}

.related-articles .entry-title {
	font-size: 21px;
	margin: 10px 0 5px;
}

.social-sharing {
	text-align: center;
	margin: 15px 0 15px;
}

.social-sharing i {
	font-size: 28px;
	padding: 0 6px;
	color: #b4b5b4;
	display: inline;
}

.page-template-page-factory-tours article {
	border-bottom: 1px solid #f05824;
	max-width: 1200px;
	padding: 25px 0;
}

.page-template-page-factory-tours .entry-image {
    max-width: 860px;
    padding: 0;
    overflow: hidden;
}


/*--------------------------------------------------------------
### American List page
--------------------------------------------------------------*/
.american-list-content  section {
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #f05824;
	overflow: hidden;
}

.american-list-content section .brands {
	margin: 0 0 0 250px;
}

.american-list-content section .brands p {
	margin: 0 0 8px;
	font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 500;
	color: #a7a9ab;
	font-size: 14px;
	text-transform: uppercase;
}

.american-list-content section .brands p a {
	font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
	color: #000;
}

.american-list-content section .letter {
	float: left;
	font-size: 225px;
	font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
	line-height: 1em;
}
/*--------------------------------------------------------------
### Videos page
--------------------------------------------------------------*/

.video-content .video-row {
	overflow: hidden;
	border-bottom: 1px solid #f05824;
	padding-bottom: 30px;
	margin: 30px 0;
}

.video-content .video-row:last-child {
	border-bottom: 0 none;
}

.video-row article:first-child {
	border-right: 1px solid #f05824;
}

.video-content article {
	width: 50%;
	float: left;
	padding: 0 30px 30px;
}

.video-content .entry-image {
	margin-top: 0;
	padding: 0;
    text-align: center;
}

/*--------------------------------------------------------------
## Author
--------------------------------------------------------------*/

.author-header {
    overflow: hidden;
}

.author-header hr {
    clear: both;
}

.author-content .author-headshot {
    max-width: 33%;
    width: 220px;
    float: right;
    margin: 0 25px 25px;
    padding: 0 8px 8px 8px;
}

.author-headshot img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.author-bio {
    width: 50%;
    float: right;
    text-align: left;
    margin-left: 25px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.author-bio h2 {
    text-align: inherit;
    line-height: 0.8em;
    margin-bottom: 0;
    font-size: 65px;
}

.author-bio h2 em {
    font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    margin: 12px 0;
}

.author-about {
    font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
    font-size: 18px;
}

	.author-about a:hover {
		color: #f05824;
	}

/*--------------------------------------------------------------
## Contributors
--------------------------------------------------------------*/

.contributors-content .page-title h2 {
    font-size: 65px;
}

.contributor-headshots {
    width: 100%;
    text-align: center;
    margin-bottom: 75px;
}

.contributor-headshots ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.contributor-headshots ul li {
    width: 33%;
    display: inline-block;
    text-align: center;
}

.contributor-headshots ul li img {
    width: 100%;
    max-width: 175px;
    height: auto;
    margin: 0 auto 25px;
    display: block;
    border-radius: 50%;
}

.contributor-headshots .name,
.contributor-headshots .handle {
    display: block;
    font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 500;
    font-size: 13px;
    color: #808284;
    text-transform: uppercase;
    line-height: 1.3em;
}

.contributor-headshots .name {
	font-size: 16px;
	color: #000;
}

.contributor-headshots a:hover > .name {
	color: #f05824;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/

.featured-slider {
	position: relative;
	overflow: hidden;
	width: 100%!important;
	opacity: 1;

	-webkit-transition:  opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
}

.featured-slider.loading {
	opacity: 0;
}

.featured-slider ul.slides {
	list-style: none;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	padding-bottom: 20px;
}

.featured-slider ul.slides li {
	float: left;
	padding: 10px 10px 10px;
}

.flex-control-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 35px;
}

.flex-control-nav li {
	margin: 0;
}

.flex-control-nav li a {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	text-indent: -999em;
	background-color: #a7a9ac;
	border-radius: 4px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.flex-control-nav li a.flex-active {
	background: #f05824;
	opacity: 1;
}

.flex-direction-nav a {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background-size: 100%;
    z-index: 999;
    text-indent: -99999px;
    cursor: pointer;
    opacity: 0;
    outline: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.featured-slider:hover .flex-direction-nav a {
    opacity: 0.6;
}

.flex-direction-nav a:hover {
    opacity: .85;
}

.flex-next {background-image: url('/wp-content/themes/acl/img/arrow_right.png');right: 20px;}
.flex-prev {background-image: url('/wp-content/themes/acl/img/arrow_left.png');left: 20px;}

.flex-control-nav {
	bottom: -20px;
}

.slider-post {
	position: relative;
	background-size: cover;
	width: 100%;
	height: 800px;
	background-position: center center;
}

.home .slider-post {
	/*height: 600px;*/
	height: calc(100vh - 190px);
}

.slider-post:before {
	position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(0,0,0,0.4);
}

.slider-post.no-overlay:before {
	content: none;
}

.slider-number {
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: #f05824;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    text-align: center;
    line-height: 52px;
    font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
    font-size: 25px;
    z-index: 999;
}

.slider-overlay {
    background-color: #f59131;
    opacity: 0.35;
    width: 100%;
    height: 100%;
    position: absolute;
}

.slider-content {
	  position: absolute;
	  height: 100%;
	  line-height: 100%;
	  width: 100%;
	  display: block;
	  text-align: center;
	  top: 0;
	  z-index: 99;
	  color: #fff;
}

.slider-content h2 {
	font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
	font-size: 72px;
	max-width: 80%;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-overflow-scrolling: touch;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    line-height: 0.8em;
}

.slider-bottom {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	max-width: 300px;
	margin: 0 auto;
}

.slider-bottom .posted-on,
.slider-bottom .cat-links {
	font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
	color: #fff;
}

.featured-posts {
	max-width: 1000px;
	margin: 0 auto;
}

.acl-instagram h3,
.featured-posts h3,
.signals h3 {
	color: #fff;
	font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
    margin-bottom: 0;
	text-align: center;
	border-bottom: 1px solid #f05824;
}

.signals h3 {
	border-bottom: 0 none;
	margin: 0 0 20px;
}

.acl-instagram h3 {
	border-bottom: 0 none;
	margin: 20px 0 40px;
}

.acl-instagram h3 span,
.featured-posts h3 span,
.signals h3 span {
	background-color: #000;
	display: inline-block;
	line-height: 34px;
	width: 200px;
	height: 32px;
	margin: 0 auto;
}

.acl-instagram h3 span,
.signals h3 span {
	width: auto;
	padding: 0 12px;
}

.signals {
	width: 100%;
	max-width: 1000px;
	margin: 25px auto;
	padding: 15px;
	background-color: #ececeb;
	overflow: hidden;
}

.signals .entry-image {
	float: left;
	width: 40%;
	margin: 0;
	padding: 0;
}

.signals .entry-body {
	float: right;
	width: 60%;
	padding: 0 20px;
}

.signals h3 {
	text-align: center;
}

.signals ul li,
.signals p {
	font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
	font-weight: normal;
	font-size: 18px;
}

.signals ul li a {
    font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
    font-weight: 600;
}

.related-articles h3 {
	text-align: center;
	font-size: 18px;
	font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
	text-transform: uppercase;
	margin: 40px 0 20px;
}

.related-articles {
	width: 100%;
	background-color: #ececeb;
	overflow: hidden;
}

.related-articles ul {
	width: 1000px;
    max-width: 100%;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
    padding: 0;
}

.related-articles li {
	width: 33%;
	float: left;
	margin-bottom: 30px;
}

.related-articles li:nth-child(3n+1) {
	clear: left;
}

.related-articles .more-stories a {
	clear: both;
	margin: 50px 0 30px;
}


.acl-instagram {
	background: url('./img/ig_bg.png') repeat;
	width: 100%;
	padding: 25px;
	display: block
}

.acl-instagram ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: block;
	list-style: none;
	overflow: hidden;
	text-align: center;
}

.acl-instagram ul li {
	width: 16.6667%;
	float: left;
	padding: 4px;

}

.acl-social-media {
	max-width: 100%;
	margin: 0 auto;
	padding: 25px;
}

.acl-social-media ul {
	list-style: none;
	overflow: hidden;
    padding: 0;
    margin: 0;
}

.acl-social-media ul li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 15px;
}

.acl-social-media ul li a {
	display: block;
}

.acl-social-media .newsletter {
	text-align: left;
}

.acl-social-media ul li span {
	display: block;
	font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 15px;
}

.acl-social-media ul li i {
	font-size: 46px;
	color: #000;
}

.acl-social-media h3 {
	text-align: center;
	display: block;
	font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
	font-size: 18px;
	text-transform: uppercase;
	color: #f05824;
	margin: 0 0 40px;
}

.acl-social-media h3 span {
	border-bottom: 3px solid #f05824;
	padding-bottom: 5px;
}

.acl-social-media .newsletter input[type=text] {
	border: 0 none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
    font-style: italic;
	outline: none;
	width: 100%;
}

.newsletter input::-webkit-input-placeholder,
.newsletter input::-moz-placeholder,
.newsletter input:-ms-input-placeholder {
   color: #000;
}

.newsletter button.submit {
	float: right;
	margin: 5px 0;
}

.newsletter button.submit span {
	font-size: 11px;
	margin: 0;
	padding: 6px 0;
	width: 100px;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/

.acl-search-form-container {
	width: 900px;
	max-width: 100%;
	padding: 0 15px;
	margin: 80px auto;
	position: relative;
}

.acl-search-form-container .search-field {
	width: 100%;
	padding: 0 20px;
	height: 60px;
	outline: none;
	font-size: 16px;
	box-sizing: border-box;
}

.acl-search-form-container .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: #000;
	box-shadow: none;
	border: 0 none;
	text-shadow: none;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	outline: none;
}

.acl-search-form-container .search-submit:hover {
	box-shadow: none;
	background: #f05824;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	width: 100%;
	max-width: 700px;
	margin: 75px auto 50px;
    color: #000;
}

.comment-list {
    margin: 0;
    padding: 0;
}

.comment {
    padding: 20px 12px;
    border-bottom: 1px solid #6d6e70;
    font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 400;
    overflow: hidden;
}

.comment-body {
    margin-left: 250px;
    font-size: 14px;
}

.comment-body p {
    margin: 0;
}

.comment-content a {
	word-wrap: break-word;
}

.comments-title {
    font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
    font-size: 18px;
    padding: 16px 20px;
    border-top: 1px solid #6d6e70;
    border-bottom: 1px solid #6d6e70;
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 0px;
    line-height: 1em;
}

.comments-area hr {
    height: 3px;
    background-color: #000;
    margin-bottom: 0px;
}

.comment-author {
	float: left;
    width: 200px;
    font-size: 12px;
    text-transform: uppercase;
}

.comment-author span {
    display: block;
}

.comment .reply {
    margin-top: 10px;
}

.bypostauthor {
	display: block;
}

.comment-reply-title {
    font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    margin: 15px 0 40px 15px;
}

.comment-respond form {
    padding: 0 12px;
}

.comment-respond input[type=text] {
    border: 0 none;
    border-bottom: 1px solid #f05824;
    outline: none;
    font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 400;
    font-size: 14px;
}

.comment-respond textarea {
    border: 1px solid #f05824;
    border-radius: 0;
    font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 400;
    font-size: 14px;
    outline: none;
    padding: 8px;
}

.comment-respond label {
    font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 400;
    margin-left: 10px;
    font-size: 13px;
    text-transform: uppercase;
    vertical-align: bottom;
}

.comment-respond .logged-in-as {
    font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    vertical-align: bottom;
}

.comment-respond p {
    margin: 0 0 12px;
}

p.comment-form-comment {
    margin-top: 40px;
}

p.form-submit {
    margin-top: 0;
    text-align: right;
}

/*--------------------------------------------------------------
# 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;
}

.entry-content .wp-block-image {
	margin-left: -10%;
    margin-right: -10%;
	max-width: inherit;
}

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

.entry-image {
	width: 100%;
	/*max-width: 1000px;*/
	margin: 0px auto;
	padding: 5px;
	text-align: center;
}

.entry-image iframe {
	width: 100%;
}

.entry-image .image-cover {
	width: 100%;
	height: 215px;
	display: block;
	background-size: cover;
	background-position: center center;
	padding: 5px;
}

.page-left .entry-image,
.page-right .entry-image {
    margin: 0;
    width: 40%;
    padding: 0 20px;
}

.page-left .entry-image {
	float: left;
}

.page-right .entry-image {
	float: right;
}

.entry-image img {
	width: 100%;
	display: block;
	padding: 5px;
	display: inline-block;
	text-align: center;
	vertical-align:top;
}

.entry-image .two-featured img {width: 50%;}
.entry-image .three-featured img {width: 50%;}
.entry-image .four-featured img {width: 50%;}

.related-articles .entry-image {
	/*padding: 0;*/
}

.entry-content img.alignnone {
	margin: 0 auto;
}

.entry-content img {
    width: 100%;
}

.entry-content a {
    font-family: "Chronicle Text G1 A", "Chronicle Text G1 B";
    font-weight: 600;
	text-decoration: underline;
}

figure {
	position: relative;
}

.placeholder {
	display: block;
	background-color: #eee;
	margin: 0 auto;
}

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

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: left;
	position: absolute;
	right: -190px;
	width: 175px;
	bottom: 0;
	font-size: 12px;
	color: #636463;
}

.wp-caption .wp-caption-text {
}

/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 991px) {

    .menu-toggle,
    .main-navigation.toggled ul,
    .mobile-only {
        display: block;
    }

    .today-edition-text,
    .partner-logo {
        display: none;
    }

    .mobile-only .today-edition-text,
    .mobile-only .partner-logo {
        display: block;
    }

    /* Header */

    .site-branding {
	    height: 25px;
	    margin: 20px auto;
    }

    	.site-branding img {
	    	max-height: 25px;
			margin: 0 auto;
    	}

    .main-navigation {
	    position: initial;
	    border: 0 none;
	    background-color: transparent;
	    height: auto;
    }

    .main-navigation ul {
        display: none;
        float: none;
        position: absolute;
        z-index: 999;
        top: 65px;
        width: 100%;
        background: #fff;
        border-top: 2px solid #000;
        border-bottom: 1px solid #000;
    }

    .main-navigation ul li {
        display: block;
        padding: 12px 0;
    }

    .acl-search-container {
	    position: absolute;
		top: 0;
		right: 16px;
		margin: 18px 0;
    }

    .acl-search-container a {
	    padding: 4px;
    }

    /* Article list entries */

    .page-right .entry-image,
    .page-left .entry-image,
    .page-right .entry-body,
    .page-left .entry-body,
    .signals .entry-image,
    .signals .entry-body,
    .footer-links {
        float: none;
        display: block;
        width: 100%;
    }

    .signals .entry-body {
        padding: 0;
    }

    .page-right .entry-title, .page-right .posted-on, .page-right .cat-links, .page-right a.read-more, .page-right .entry-sub-headline,
    .page-left .entry-title, .page-left .posted-on, .page-left .cat-links, .page-left a.read-more, .page-left .entry-sub-headline {
        text-align: center;
    }

    .page-right .entry-body,
    .page-left .entry-body {
        margin-top: 15px;
        padding: 0 15px;
    }

    .related-articles h3 {
        margin: 15px 0;
    }

    .related-articles ul {
        padding: 0 20px;
    }

    .related-articles li {
        width: 100%;
    }

    .acl-instagram ul li {
        width: 33.333%;
    }

    .acl-social-media h3 {}

    .acl-social-media ul li {
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }

    .acl-social-media ul li span {
        margin-bottom: 0;
    }

    .featured-slider .flex-direction-nav {
	    display: none;
    }

    .home .slider-post,
    .slider-post {
	    height: 300px;
    }

    .slider-number {
        display: none;
    }

    .slider-content  {
	    display: flex;
		justify-content: center;
    }

    .slider-content h2 {
	    align-self: center;
        font-size: 32px;
        position: relative;
        top: 0;
        margin: auto;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .slider-bottom {
        margin: 0 auto;
        bottom: 5px;
    }

    .slider-post .read-more {
        margin: 0 0 10px;
    }

    /* Post Content */

	.contributors-content .page-title h2,
	.page-title h2 {
		font-size: 32px;
		padding: 0 10px;
	}

	.author-header h2 em, .page-title h2 em {
		font-size: 18px;
	}

    .entry-title {
        font-size: 28px;
    }

    .slider-content h2 .entry-sub-headline, .entry-header .entry-sub-headline {
        font-size: 18px;
    }

    .posted-on, .byline, .cat-links {
        font-size: 11px;
    }

    button.submit span, a.read-more span, .more-stories a span {
        padding: 4px 15px;
        font-size: 12px;
    }

    .wp-caption-text {
        position: relative;
        right: 0;
        display: block;
        width: 100%;
    }

    .american-list-content section .brands {
    	margin: 0px 0 0 110px;
	}

	.american-list-content section .letter {
		font-size: 100px;
	}

	.contributor-headshots ul li {
		margin: 10px;
	}

	.author-bio {
		width: 100%;
		margin: 0;
		padding: 0 15px;
		float: none;
	}

	.author-bio h2 {
		font-size: 36px;
	}

	.author-content .author-headshot {
		float: none;
		margin: 10px 0 0 0;
	}

	.author-about {
		font-size: 16px;
	}

	.video-content article {
		width: 100%;
		float: none;
		border-bottom: 1px solid #f05824;
		padding: 15px;
	}

	.video-content .video-row {
		border-bottom: 0 none;
	}

	.video-row article:first-child {
		border-right: 0 none;
	}

	.acl-search-form-container .search-submit {
		right: 15px;
	}

    /* Comments */

    .comment-author {
        position: relative;
        margin-bottom: 12px;
    }

    .comment-body {
        margin-left: 0;
        width: 100%;
    }

    /* Footer */

    .site-footer {
        height: auto;
    }

    .footer-logo {
        top: 10px;
        width: 40px;
        height: 40px;
        left: 10px;
    }

    .footer-inner {
        padding: 80px 10px;
        font-size: 13px;
    }

    .footer-inner .site-name {
        float: none;
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .footer-links-container {
        width: 100%;
        overflow: hidden;
    }

    .footer-links-container ul {
        float: none;
        text-align: center;
        margin-bottom: 14px;
    }

    .footer-bottom-text {
        position: relative;
        bottom: 0;
    }

    .footer-bottom-text span {
        display: block;
    }

}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 991px)
  and (-webkit-min-device-pixel-ratio: 1) {

  	.slider-post,
  	.entry-image .image-cover {
		height: 320px;
	}
}
