  @font-face {
    font-family: 'Gotham Medium';
    src: url(/images/assetimages/Fonts/gotham-medium/gotham-medium.woff);
  }
  @font-face {
    font-family: 'Gotham Light';
    src: url(/images/assetimages/Fonts/gotham-light/Gotham-Light.woff);
  }
  /* @font-face {
    font-family: 'Gotham';
    src: url(/images/assetimages/Fonts/gotham/gotham.woff);
  } */

  /* Global */
  #blog{
    font-family: 'Gotham', Helvetica, Arial, sans-serif;
    max-width: 990px;
    margin: auto;
    align-self: center;
    text-align: center;
  }

  /* Header fonts */
  #blog h1, #blog h2, #blog h3, #blog .quote, .post-title h2{
    font-family: 'Gotham Medium', 'Gotham', Helvetica, Arial, sans-serif !important;
  }

  #blog h1, .post-title h2{
    font-size: 14pt !important;
    text-transform: uppercase !important;
    font-weight: 200 !important;
    letter-spacing: 0.2em !important;
    line-height: 1.5em;
  }

  #blog h2{
    font-size: 13pt;
    font-weight: 200;
    letter-spacing: 0.2em;
    line-height: 1.75em;
  }

  #blog h3{
    font-size: 12pt;
    text-transform: none;
    font-weight: 300;
    padding: 1em !important;
    margin: 0!important;
    letter-spacing: 0.15em;
    line-height: 1.5em;
  }
  #blog h3 > a{
    font-size: 12pt;
    text-transform: none;
    font-style: normal;
    font-weight: 300;
  }


  #blog .details a{
    display: block;
      text-decoration: none;
      font-size: 10pt;
      color: black;
      font-weight: 400;
      letter-spacing: 0.1em;
      line-height: 1.5em;
      text-transform: uppercase;
      text-decoration: underline;
  }

  #blog .details h2{
      margin: 0.5em 0 0.25em 0;
  }

  #blog .details span{

  }

  /* Copy */

  .copy-container{
    margin: 3em;
  }
  .copy-container:nth-child(1){
    margin-top: 0;
  }

  #blog p{
    font-size: 11pt;
    font-weight: 300;
    letter-spacing: 0.14em;
    line-height: 2em;
    padding: 0 0.2em;
  }

  #blog a{
    color:#000;
  }
  #blog a > span{
    font-size: 11pt;
    color:black;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
    line-height: 48px;
  }

  #blog .quote{
    margin: 3em 2%;
    font-size: 13pt;
    font-weight: 500;
    letter-spacing: 0.15em;
    line-height: 2;
    font-family: 'Gotham';
  }
  #blog .question{
    font-weight: 600;
  }

  @media(min-width: 990px){
    #blog .copy-container > .answer{
      padding: 0 8em;
    }
  }


  /* Image containers */

  .img-box{
    /* background-color: #f7f7f7; */
    /* height: 559px; */
    width: 100%;
  }
  .img-box img{
    max-width: 100%;
  }

  .pair-container{
    display: flex;
    justify-content: center;
    margin: 4em 0;
  }

  .paired-img{
    flex:1;
    margin: 0 2em;
    max-width: intrinsic;
    max-width: -moz-max-content;
    max-width: -webkit-max-content;
  }
  .single-1{
    margin:3em 0;
  }
  .single-4{
    max-width: 690px;
    height: 100%;
    margin: 1em auto;
  }
  .back-top-link a {
    display: none !important;
  }

  .featured-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .featured-list li{
    list-style-type: none;
    flex: 1;
    width: 200px;
    height: 250px;
    margin: 10px;
  }
  .featured-img{
    /* background-color: #999; */
    height: 250px;
    width: 200px;
    margin: auto;
  }
  .asymetic-3{
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 1400px;
  }
  .asymetic-3 > div {
    display: inline-block;
    position: relative;
    width: 45%;
    text-align: right;
  }
  .asymetic-3 .wide-left {
    margin-bottom: 80px;
  }
  .asymetic-3 .centered{
    margin-top: 30%;
    text-align: left;
    flex: 2 2 100%;
  }

  .right-container{
    margin-bottom: 20px;
  }
  .right-container div{
    margin: auto;
    margin-right: 0;
    width: 60%;
    text-align: right;
  }

  /* Fix featured items */
  .featured-items{
    margin: 1em auto;
  }
  .blog-featured{
    margin: 0!important;
    padding: 0!important;
  }
  #blog .price p {
      margin: 0;
  }

  .videoWrapper {
  	position: relative;
  	padding-bottom: 53.7%; /* 16:9 */
  	padding-top: 25px;
  	height: 0;
  }
  .videoWrapper iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  }


  @media (max-width: 990px) {
      #blog p{
        margin: 2em 0;
      }
      .copy-container{
        margin: 3.5em 0 !important;
      }
      .copy-container:nth-child(1){
        margin-top: 0;
      }
      .single-1{
        margin: 1em 0;
      }
      .pair-container{
        margin: 0;
      }
      #blog p:nth-child(1){
        margin-top: 0;
      }
      .post-title, .post-title > h2{
        margin-bottom: 0!important;
      }
      .paired-img{
        margin: 0 5px;
      }
      .asymetic-3{
        flex-direction: row;
        max-height: none;
      }
      .asymetic-3 .wide-left{
        margin: 0 0 40px 0;
        height: auto;
        flex: 2 2 100%;
        width: 100VW;
      }
      .asymetic-3 .wide-left img{
        width: 100%;
      }
      .asymetic-3 .img-box{
        height: auto;
      }
      .asymetic-3 .centered{
        flex: 1 1 50%;
        margin-left: 5%;
        margin-top: 20%;
      }
      .img-box img{
        width: 100%;
      }
      .blog-page.post .entry .cms figure{
        margin-top: 0 !important;
      }
  }
