/* Shared :: Inherits from default */
@media only screen and (max-width: 991px) {
  img {
    height: auto !important;
    max-width: 100%;
  }
  html, body {
    min-width: 0;
  }

  .container {
    width: 100%;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  header {
    height: auto;
    overflow: hidden;
    text-align: center;
  }

  header .container > a {
    border-bottom: 0 !important;
  }

  #logo {
    float: none;
    margin: 0;
    margin-top: 15px !important;
    width: auto;
  }

  header img {
    text-a
  }
  nav {
    float: none;
    margin-right: 0;
  }

  #menu-menu {
    float: none;
    margin-top: 5px;
    text-align: center;
    margin-left: 0;
  }

  #menu-menu li {
    padding: 0 10px !important;
    margin: 0 auto;
    margin-top: 10px;
    display: inline;
    float: none;

    font-size: 16px;
  }
  #featured a {
    margin-left: 0;
    margin-right: 0;
  }

  #sidebar {
    display: none !important;
  }


  #mc_embed_signup,
  .nr_related_placeholder,
  #comments,
  #respond,
  .post {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .navigation {
    width: 100%;
  }

  .page #mc_embed_signup {
    margin-left: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }


  .page #mce-email {
    width: 80% !important !important;
  }
}

/* Tablet :: Inherits from default */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }

  header {
    height: auto;
    overflow: hidden;
    text-align: center;
  }

  header li {
    float: none !important;
    display: inline !important;
    font-size: 12px;
    padding-left: 5px;
  }

  nav {
    width: 100%;
  }

  .home-right {
    width: 40%;
  }

  .home-right .btn {
    line-height: 1.2;
    padding-top: 6px;
    padding-bottom: 6px;
  }


}


/* Mobile :: Inherits from default  */
@media only screen and (max-width: 767px) {
  #pre-header a {
    margin-left: 15px;
  }

  #pre-header .social {
    margin-right: 18px;
    float: none;
  }

  #pre-header .menu-top-header-menu-container {
    text-align: center;
  }

  #pre-header .menu-top-header-menu-container li {
    margin-top: 10px;
    float: none;
  }

  #pre-header .menu-top-header-menu-container li a {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }

  #respond {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 60px !important;
  }

  .post .post-title {
    text-align: center;
  }

  .post h3 {
    text-align: center;
  }

  #respond input {
    width: 100% !important;
  }

  #respond textarea {
    width: 100% !important;
  }

  .comment #respond textarea {
    width: 100% !important;
  }

  .container {
    width: 100%;
    padding: 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header {
    height: auto;
    overflow: hidden;
    text-align: center;
  }

  header .container > a {
    border-bottom: 0 !important;
  }

  #logo {
    float: none;
    margin: 0;
    width: auto;
  }

  header img {
    text-a
  }
  .post {
    padding-left: 10px;
    padding-right: 10px;
  }
  nav {
    float: none;
    margin-right: 0;
  }

  #menu-menu {
    float: none;
    margin-top: 5px;
    text-align: center;
  }

  #menu-menu li {
    padding: 0 10px !important;
    margin: 0 auto;
    margin-top: 10px;
    display: inline;
    float: none;

    font-size: 16px;
  }

  .home-left {
    float: none;
    margin-top: 20px;
    padding: 15px;
    width: 100%;
    text-align: center;
  }

  .home-left img {
    float: none;
    margin: 0 auto;
  }

  .home-left .btn {
    padding-left: 10px;
    padding-right: 10px;
  }


  .home-right {
    display: none;
  }

  #icons .icon{
    float: none;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
    width: 200px;
  }

  #icons .icon:last-child {
    margin-bottom: 0 !important;
  }

  #recent-title {
    line-height: 1.4;
  }

  #recent .preview-post {
    width: 100%;
  }

  #recent .preview-post {
    border-bottom: 1px solid #E4E4E4;
  }

  #recent .divider {
    display: none;
  }

  #home-read-more-container {
    border-top: 0 !important;
    width: 100% !important;
  }

  #home-read-more-container .btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 90%;
  }

  #comments .comment {
    padding-left: 15px;
    padding-right: 15px;
  }
  #comments .depth-1 .comment {
    padding: 10px;
    margin: 0 !important;
    margin-top: 25px !important;
    padding-right: 0 !important;
  }


  .meta .really_simple_share {
    display: none !important;
  }
  
  #banner {
    display: none;
  }

  #quotes {
  }

  #quotes strong {
    display: block;
  }

  #recent {
    width: 100%;
  }

  .comment .children {
    margin-left: 0 !important;
  }

  #mce-EMAIL {
    width: 90% !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .btn {
    box-sizing: border-box;
    max-width: 100%;
  }

  .full {
    max-width: 100%;
  }
  .contact {
    display: block;
  }

  #sidebar.contact {
    display: block !important;
    width: 100% !important;
  }

  #sidebar.contact .contact {
    border: none !important;
  }

  #sidebar.contact .contact form {
  }

  #sidebar.contact .contact input,
  #sidebar.contact .contact textarea {
    box-sizing: border-box;
    width: 98% !important;
  }

  .bullet-icons div,
  .bullet-icons p {
    width: 100%;
  }

}

/* Wide Mobile :: Inherits from default and Mobile */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Grid Reference
cols    1     2      3      4      5      6      7      8
px      70    162    254    346    438    530    622    714  */
