/*
Theme Name: MTO News
Theme URI:
Description:
Author: 45PRESS Team
Author URI: http://www.45press.com
Version: 1.0
Tags:
License:
License URI:
*/
/* General */
* {
  box-sizing: border-box; }

html {
  position: relative;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65em; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 14px; } }

body {
  background: #fff;
  color: #333;
  margin: 0;
  overflow-x: hidden; }

a {
  color: #B60610;
  text-decoration: none;
  -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
  transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear; }
  a:hover, a:focus {
    color: #333;
    text-decoration: none; }

p {
  margin: 0 0 30px 0; }

h2, h3, h4 {
  margin: 30px 0;
  font-size: 1.875rem;
  line-height: 1em;
  font-weight: 600; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

iframe, object, embed, video {
  display: block;
  max-width: 100%;
  border: 0; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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

.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

/* Layout */
.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px; }

.row {
  margin: 0 -15px; }

.row:after {
  content: " ";
  display: table;
  clear: both; }

.col {
  float: left;
  position: relative;
  /* min-height: 350px; */
  padding: 0 15px; }
  .col.col-30 {
    width: 30%; }
  .col.col-33 {
    width: 33.333333%; }
  .col.col-40 {
    width: 40%; }
  .col.col-45 {
    width: 45%; }
  .col.col-50 {
    width: 50%; }
  .col.col-55 {
    width: 55%; }
  .col.col-60 {
    width: 60%; }
  .col.col-70 {
    width: 70%; }
  .col.col-100 {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .col {
      float: none;
      width: 100% !important; } }

/* Header */
#header {
  padding: 20px 0;
  text-align: center; }
  #header .home-link {
    display: inline-block;
    vertical-align: middle;
    max-width: 450px; }
  @media screen and (max-width: 767px) {
    #header {
      display: none; } }

/* Nav */
#main-nav {
  height: 50px; }
  #main-nav nav {
    position: relative;
    padding: 0 20px;
    background: #B60610;
    text-align: center;
    height: 50px; }
    #main-nav nav.sticky {
      position: fixed;
      top: -50px;
      width: 100%;
      text-align: left;
      z-index: 1030; }
      #main-nav nav.sticky .nav-home-link {
        display: inline-block;
        vertical-align: middle; }
    @media screen and (max-width: 767px) {
      #main-nav nav {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 1030; } }
    #main-nav nav a {
      color: #fff;
      font-size: 1.125rem;
      font-weight: 800;
      text-transform: uppercase;
      line-height: 1em; }
      #main-nav nav a:hover, #main-nav nav a:focus {
        color: #333; }
    #main-nav nav #menu-toggle {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 25px; }
    #main-nav nav .nav-home-link {
      display: none; }
      @media screen and (max-width: 767px) {
        #main-nav nav .nav-home-link {
          display: inline-block;
          vertical-align: middle; } }
      #main-nav nav .nav-home-link > img {
        height: 50px;
        padding: 5px 0; }
    #main-nav nav .menu {
      display: inline-block;
      vertical-align: middle;
      list-style: none;
      padding: 0;
      margin: 0; }
      @media screen and (max-width: 767px) {
        #main-nav nav .menu {
          display: none; } }
      #main-nav nav .menu > li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 10px; }
        #main-nav nav .menu > li > a {
          line-height: 50px; }
    #main-nav nav #search-toggle {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 25px; }

#side-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6); }

#side-nav {
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 290px;
  z-index: 1040;
  background: #333;
  padding: 10px 20px;
  -webkit-transition: left 500ms ease-in-out;
  transition: left 500ms ease-in-out; }
  @media screen and (max-width: 767px) {
    #side-nav {
      width: 100%; } }
  #side-nav.open {
    left: 0; }
  #side-nav form {
    position: relative;
    width: calc(100% - 50px); }
    #side-nav form .input-wrap {
      padding-right: 30px; }
      #side-nav form .input-wrap .input {
        -webkit-appearance: none;
        display: block;
        width: 100%;
        border: 0;
        border-radius: 0;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 0.8125rem;
        line-height: 1em;
        background: #474747;
        color: #fff;
        padding: 10px; }
        #side-nav form .input-wrap .input.placeholder {
          color: #737373; }
        #side-nav form .input-wrap .input:-moz-placeholder {
          color: #737373; }
        #side-nav form .input-wrap .input::-moz-placeholder {
          color: #737373; }
        #side-nav form .input-wrap .input:-ms-input-placeholder {
          color: #737373; }
        #side-nav form .input-wrap .input::-webkit-input-placeholder {
          color: #737373; }
        #side-nav form .input-wrap .input:focus {
          outline: 0; }
    #side-nav form button {
      position: absolute;
      top: 0;
      right: 0;
      -webkit-appearance: none;
      border: 0;
      border-radius: 0;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 1rem;
      line-height: 1em;
      background: #474747;
      color: #737373;
      padding: 11px 13px;
      -webkit-transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear;
      transition: color 250ms linear, background-color 250ms linear, border-color 250ms linear, opacity 250ms linear; }
      #side-nav form button:hover, #side-nav form button:focus {
        cursor: pointer;
        outline: 0;
        color: #fff; }
  #side-nav #menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px; }
    #side-nav #menu-close svg {
      fill: #737373;
      -webkit-transition: fill 250ms linear;
      transition: fill 250ms linear; }
    #side-nav #menu-close:hover svg, #side-nav #menu-close:focus svg {
      fill: #fff; }
  #side-nav nav > ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #side-nav nav > ul > li {
      display: block;
      padding: 10px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      #side-nav nav > ul > li > a {
        color: #fff;
        font-size: 1rem;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 1em; }
        #side-nav nav > ul > li > a:hover, #side-nav nav > ul > li > a:focus {
          color: #B60610; }

/* Main */
#main {
  /* Home Page */ }
  #main .zone1 {
    padding: 20px 0; }
    #main .zone1 .zone-1-post {
      position: relative;
      padding-bottom: 56.25%;
      background: linear-gradient(-180deg, transparent 20%, rgba(0, 0, 0, 0.7) 100%); }
      #main .zone1 .zone-1-post a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
        #main .zone1 .zone-1-post a:hover, #main .zone1 .zone-1-post a:focus {
          color: #ccc; }
        #main .zone1 .zone-1-post a h2 {
          margin: 0;
          font-size: 1.875rem;
          font-weight: 600;
          line-height: 1.2em;
          position: absolute;
          right: 20px;
          bottom: 20px;
          left: 20px;
          width: 100%;
          max-width: 650px;
          margin: 0 auto; }
  #main .zone2 .zone-2-post {
    position: relative;
    padding-bottom: 56.25%;
    background: linear-gradient(-180deg, transparent 20%, rgba(0, 0, 0, 0.7) 100%); }
    #main .zone2 .zone-2-post a {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      text-align: center;
      background-size: contain;
      background-position: center bottom;
      background-repeat: no-repeat;
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
      #main .zone2 .zone-2-post a:hover, #main .zone2 .zone-2-post a:focus {
        color: #ccc; }
      #main .zone2 .zone-2-post a h2 {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.2em;
        position: absolute;
        right: 20px;
        bottom: 20px;
        left: 20px; }
  @media screen and (max-width: 767px) {
    #main .zone2 .row .col:nth-child(1) .zone-2-post {
      margin-bottom: 30px; } }
  #main .zone3 {
    padding: 40px 0; }
    #main .zone3 h2 {
      margin: 0;
      position: relative;
      text-align: center; }
      #main .zone3 h2:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #b6b6b6; }
      #main .zone3 h2 > span {
        position: relative;
        top: -5px;
        display: inline-block;
        vertical-align: middle;
        z-index: 1;
        background: #fff;
        color: #B60610;
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1em;
        text-transform: uppercase;
        padding: 0 10px; }
    #main .zone3 .zone3-group {
      border-bottom: 1px solid #b6b6b6; }
      #main .zone3 .zone3-group:nth-child(2) {
        margin-top: 40px; }
    #main .zone3 .zone3-post {
      padding: 20px 0; }
      #main .zone3 .zone3-post:not(:last-child) {
        border-bottom: 1px solid #b6b6b6; }
      #main .zone3 .zone3-post h3 {
        margin: 0;
        font-size: 1.25rem;
        line-height: 1.2em; }
        #main .zone3 .zone3-post h3 > a {
          color: red; }
          #main .zone3 .zone3-post h3 > a:hover, #main .zone3 .zone3-post h3 > a:focus {
            color: #f66; }

/* Interior Page */
.interior {
  padding: 30px 0; }
  .interior .slim-container {
    max-width: 730px;
    margin: 0 auto; }
  .interior .page-title {
    margin: 0 0 30px 0;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1em;
    text-align: center; }
  .interior time {
    text-transform: uppercase;
    font-weight: 600; }
  .interior .page-content img {
    margin: 0 auto 30px auto; }
  .interior .page-content iframe, .interior .page-content video, .interior .page-content audio, .interior .page-content embed {
    margin: 0 auto 30px auto; }
  .interior .page-content .tag-list {
    font-weight: 600;
    text-transform: uppercase; }
    .interior .page-content .tag-list span {
      padding-right: 3px; }
    .interior .page-content .tag-list a {
      padding: 0 3px;
      color: #ccc;
      text-decoration: none; }
      .interior .page-content .tag-list a:hover, .interior .page-content .tag-list a:focus {
        color: #333; }
  .interior a {
    text-decoration: underline; }

/* Search Page */
.main-search-form {
  position: relative; }
  .main-search-form .input-wrap {
    padding-right: 68px; }
    .main-search-form .input-wrap .input {
      display: block;
      width: 100%;
      border-radius: 0;
      border: 1px solid #b6b6b6;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 1.25rem;
      line-height: 1em;
      padding: 19px;
      height: 68px; }
      .main-search-form .input-wrap .input.placeholder {
        color: #b6b6b6; }
      .main-search-form .input-wrap .input:-moz-placeholder {
        color: #b6b6b6; }
      .main-search-form .input-wrap .input::-moz-placeholder {
        color: #b6b6b6; }
      .main-search-form .input-wrap .input:-ms-input-placeholder {
        color: #b6b6b6; }
      .main-search-form .input-wrap .input::-webkit-input-placeholder {
        color: #b6b6b6; }
      .main-search-form .input-wrap .input:focus {
        outline: 0; }
  .main-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    border-radius: 0;
    background: #B60610;
    color: #fff;
    padding: 10px 28px;
    width: 68px;
    height: 68px;
    font-size: 0.9375rem;
    font-weight: 800;
    line-height: 1em; }
    .main-search-form button:hover, .main-search-form button:focus {
      outline: 0;
      cursor: pointer;
      background: #B60610;
      color: #fff; }

/* Search Results */
.search-post {
  border-top: 1px solid #b6b6b6;
  padding-bottom: 30px; }
  .search-post img {
    margin-bottom: 30px; }
  .search-post.search-post {
    padding-top: 30px; }
  .search-post a {
    color: red;
    text-decoration: none; }
    .search-post a h2 {
      margin: 0 0 15px;
      font-size: 1.25rem;
      font-weight: 600;
      line-height: 1.2em; }
    .search-post a:hover, .search-post a:focus {
      color: #f66; }
  .search-post time {
    display: block;
    text-transform: uppercase;
    font-weight: 600; }

/* Post */
.single-post .page-title {
  text-align: left; }

/* Related/Archive Post */
.related-post {
  margin-bottom: 30px;
  text-align: center; }
  .related-post a {
    color: red;
    text-decoration: none; }
    .related-post a img {
      margin: 0 auto 30px auto; }
    .related-post a h3 {
      margin: 0;
      font-size: 1.25rem;
      font-weight: 600;
      line-height: 1.2em; }
    .related-post a:hover, .related-post a:focus {
      color: #f66; }

/* Tag */
.interior .tag-title {
  text-align: left;
  color: red; }

/* 404 */
.error404 .page-content {
  text-align: center; }

/* Search */
.results-bar {
  background: #000;
  margin: 30px 0;
  padding: 30px 0; }
  .results-bar .page-title {
    margin: 0;
    color: #fff; }

/* Comments */
#respond:before {
  content: '';
  display: block;
  height: 40px;
  border-bottom: 1px solid #b6b6b6;
  border-top: 1px solid #b6b6b6; }

/* Footer */
#footer {
  padding: 20px 0;
  border-top: 1px solid #b6b6b6;
  text-align: right; }
  @media screen and (max-width: 767px) {
    #footer {
      text-align: center; } }
  #footer .menu {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0; }
    @media screen and (max-width: 767px) {
      #footer .menu {
        margin: 0 0 10px 0; } }
    #footer .menu > li {
      display: inline-block;
      vertical-align: middle; }
      #footer .menu > li + li:before {
        display: inline-block;
        vertical-align: middle;
        content: "\b7";
        margin: 0 5px; }
      #footer .menu > li > a {
        font-size: 0.8125rem;
        line-height: 1em;
        color: #333; }
        #footer .menu > li > a:hover, #footer .menu > li > a:focus {
          color: #B60610; }
  #footer .copyright {
    font-size: 0.8125rem;
    line-height: 1em;
    color: #b6b6b6; }

#leaderboard_wrapper {
  min-height: 100px;
}

#sky_wrapper {
  min-height: 600px;
}

#med_rect_wrapper {
  min-height: 250px;
}

#playwire-in-article-container {
  min-height: 600px;
}

/*# sourceMappingURL=style.css.map */
