/*
Theme Name: Texas Highways Magazine
Description: Child Theme
Author:  Tandem Web Co.
Author URI:  https://tandemwebco.com
Template: Divi
Version:  1.2.5
*/



body.magazine_archives-template-default .container {
    width: 100%;
    max-width: none;
  }
  
  body.magazine_archives-template-default article.magazine_archives .et_pb_column {
    margin-right: 2%!important;
  }
  
  body.magazine_archives-template-default article.magazine_archives #events .et_pb_column {
    margin-right: 0%!important;
  }
  
  .video-container {
    position: relative;
  }
  
  .video-ad-play {
    position: absolute;
    bottom: 10px;
    width: 30px;
    height: 30px;
    left: 10px;
    z-index: 10;
  }
  
  .video-ad-play:hover {
    cursor: pointer;
  }
  
  .video-ad {
    margin-bottom: 40px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
  }
  
  .infobox {
    background-color: #edede4;
    padding: 20px;
    float: right;
    width: 200px;
    margin: 0px 0px 15px 15px;
  }
  
  .infobox p {
    font-family: 'Breve Sans Text Book', sans-serif;
    font-size: 16px;
    line-height: 1.2;
  }

  
  .social-icons {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    margin: 10px auto 40px auto;
  }

  .article-kicker {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    margin-bottom: 15px;
  }
  
  .kicker-tag a {
    font-family: 'Breve Sans Text Black', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #931F1D;
  }
  
  .kicker-issue a {
    font-family: 'Breve Sans Text Book', sans-serif;
    font-size: 14px;
    padding-top: 2px;
    color: #000000;
  }
  
  
  @media screen and (max-width:500px) {
    .four-column {  
      justify-content: flex-start;
    }
  }
  
  @media screen and (max-width:450px) {
    .infobox {
      width: 100%;
      margin: 15px 0px;
      float: none;
    }
  
  }
  
  