@media screen and (max-width: 900px) {  /* Smartphone */


  /* hide navs */
  .header {
    display: none;
  }
  .nav-homepage, .nav-inner,
  .secondarynav {
    display: none;
  }
  #zcob-footer, #zcob-footer a {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
  }
  #toppanel {
    display: none;
  }
  #main {
    margin-top: 0;
  }


  .flex-caption {
    padding: 0;
    margin-bottom: 0;
  }

  /* .sidebar-home {
    display: block;
    min-width: 100%;
    float: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
  } */

  .sidebar-home {
    display: none;
  }

  .sidebar-author {
    display: block;
    min-width: 100%;
    float: none;
  }

  .sidebar-home iframe {
    display: none;
  }

  .content {
    margin: 0px auto;
    max-width: none;
    width: 90%;
  }

  #content .flexslider {
    min-height: 30vw;
  }
  #content .flexslider, #content .posts {
    min-width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }

  #main .content img,
  .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    clear: both;
    padding-bottom: 20px;
    max-width: none;
  }

  .aboutus {
    display: none;
  }

  .nav {
    display: none;
  }

  .nav-mobile {
    display: block;
    font-family: 'futura-pt', sans-serif;
    font-style: normal;
    color: #93093b;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    z-index: 1000px;
    padding: 10px 0 20px 0;
  }

  .nav-mobile ul {
    list-style: none;
    display: inline-block;
  }

  .nav-space a, .nav-space button {
    font-weight: 700;
    font-size: 12px;
    margin-left: 0px;
    padding: 0 2%;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown:before {
    display: none;
  }

  .flex-caption {
    font-family: 'abril-text', 'buendia', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
    display: block;
    padding: 20px 20px 0 20px;
  }


  h2, h2 a, h2 a:hover {
    font-family: 'abril-text', 'buendia', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 110%;
    color: #97063a;
    padding: 0;
    margin-bottom: 0;
    text-decoration: none;
  }

  h3, h3 a, h3 a:hover {
    line-height: 110%;
  }

  /* .post img {
	display: none;
} */



  .header-sub img {
    text-align: center;
  }

  .header-sub {
    height: 130px;
    padding: 15px 0px;
    padding-bottom: 0px;
    background: #fff6e3;
    text-align: center;
  }

  .header-sub img {
    float: none;
  }

  .post {
    padding-top: 0px;
  }


  #footer-content {
    text-align: left;
    width: 100%;
    margin: 0px;
  }

  #main .content img.hide-on-mobile {
    display: none;
  }

  .post-thumbnail img {
    width: 100%;
  }



}


@media only screen and (min-width:400px) { /* Landscape Smartphone */
  .post-thumbnail img {
    width: 50%;
  }

  #main .content img.hide-on-mobile {
    display: none;
  }

}


@media only screen and (min-width:400px) and (max-width:900px) { /* Tablet */
  .post-thumbnail img {
    max-width: 150px;
  }

  #main .content img.hide-on-mobile {
    display: none;
  }
}




@media only screen and (min-width:900px) { /* Desktop */

  .widecontent {
    //padding-left: 100px;
  }

  .nav-mobile {
    display: none;
  }

  .flex-caption {
    font-family: 'abril-text', 'buendia', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    color: #FFF;
    display: block;
    padding: 20px 20px 0 20px;
  }

  .post-thumbnail img {
    max-width: 220px;
  }

  #main .content img.hide-on-mobile {
    display: inline;
  }

}
