/* Responsive CSS Style */
@media only screen and (max-width: 1140px) {
  body {
    background: #fff;
  }
  #page {
    width: auto;
  }
  .header-ad {
    height: auto;
  }
  #back-top {
    display: none !important;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1139px) {
  .container {
    width: 940px;
  }
  .header-ad {
    width: 600px;
    margin-top: 22px;
  }
  .site-branding img {
    max-width: 220px;
  }
  .slogan {
    width: 342px;
  }
  .menu-item-home {
    display: none;
  }
  #primary-menu li a {
    font-size: 16px;
  }
  #secondary-menu li a {
    font-size: 13px;
  }
  #secondary-menu li li a {
    font-size: 14px;
  }
  .home-top-section .column-one {
    width: 460px;
  }
  .home-top-section .column-one .bxslider {
    height: 307px;
  }
  .home-top-section .column-two {
    width: 460px;
  }
  .home-top-section .column-two.col-full {
    width: 460px;
  }
  .home-top-section .column-two.col-normal {
    width: 460px;
  }
  .home-top-section .column-three {
    display: none;
  }
  .my-pager img {
    width: 72px;
    width: 72.5px;
  }
  .carousel-content .bx-wrapper .bx-controls-direction a {
    top: 60px;
    margin-top: 0;
  }
  .three-column-block .column-one {
    width: 240px;
  }
  .three-column-block .column-two {
    width: 420px;
  }
  .three-column-block .column-three {
    width: 240px;
  }
  .two-column-block .post-block {
    width: 460px;
  }
  .four-column-block .post-block {
    width: 220px;
  }
  #primary {
    width: 620px;
  }
  .content-loop .thumbnail-wrap {
    width: 200px;
    margin-bottom: 15px;
  }
  .content-loop .entry-summary {
    clear: both;
    display: block;
  }
  .content-loop .entry-comment {
    display: none;
  }
  .footer-columns .footer-column-1,
  .footer-columns .footer-column-2,
  .footer-columns .footer-column-3,
  .footer-columns .footer-column-4 {
    width: 220px;
  }
  .entry-related .hentry {
    width: 193px;
  }
  .entry-related .hentry:nth-of-type(3n) {
    margin-right: 0;
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    width: 193px;
  }
}

@media only screen and (min-width: 959px) {
  .mobile-menu {
    display: none !important;
  }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  #top-bar {
    position: relative;
  }
  .search-button,
  .no-header-search {
    margin-right: 100px;
  }
  .site-header {
    border-bottom: 3px solid #222;
    position: relative;
  }
  .site-start {
    position: relative;
  }
  .search-icon {
    display: block;
  }
  .slogan {
    display: none;
  }
  .mobile-menu-icon {
    display: block;
  }
  .mobile-menu {
    padding-left: 1%;
    padding-right: 1%;
  }
  .container,
  #primary,
  #secondary {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer {
    width: 100%;
  }
  #primary-bar,
  #secondary-bar,
  #primary-bar-sticky-wrapper {
    display: none;
  }
  #primary-nav {
    display: none;
  }
  #secondary-bar {
    height: 0;
    position: absolute;
  }
  .home-top-section .column-one {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .home-top-section .column-one .bxslider {
    display: none;
  }
  .home-top-section .column-two {
    float: left;
    margin: 0;
  }
  .home-top-section .column-two h3.section-heading {
    background: #f5f5f5;
    border-bottom: none;
    padding: 10px;
  }
  .home-top-section .bxslider {
    height: 100%;
  }
  .my-pager a {
    margin-right: 1%;
    width: 15.83333333%;
  }
  .my-pager img {
    width: 100%;
  }
  #primary {
    float: none;
    margin-bottom: 25px;
  }
  #secondary {
    float: none;
  }
  .sidebar .widget_ad,
  .site-footer .widget_ad {
    text-align: center;
  }
  .sidebar .widget_newsletter,
  .site-footer .widget_newsletter {
    background-position: 104% -20px;
  }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    width: 100%;
  }
  #site-bottom {
    text-align: center;
  }
  #site-bottom .site-info {
    float: none;
    margin-bottom: 5px;
  }
  #site-bottom .footer-nav {
    float: none;
  }
  #site-bottom .footer-nav ul li {
    padding: 0 5px;
  }
  #back-top a span {
    bottom: 10px;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .site-title {
    margin-top: 10px;
  }
  .header-ad {
    width: 440px;
    margin-top: 33px;
  }
  .home-top-section .column-two.col-full, .home-top-section .column-two.col-normal {
    width: 75%;
  }
  .home-top-section .column-three {
    width: 21%;
  }
  .three-column-block .column-one {
    margin-bottom: 20px;
    width: 38%;
  }
  .three-column-block .column-two {
    width: 58%;
    margin-left: 4%;
    margin-bottom: 20px;
  }
  .three-column-block .column-three {
    width: 100%;
  }
  .three-column-block .column-three .hentry {
    float: left;
    width: 48%;
  }
  .three-column-block .column-three .hentry .wp-post-image {
    width: 100%;
  }
  .three-column-block .column-three .three-col-ad {
    float: right;
    width: 48%;
    margin-top: 0;
  }
  .two-column-block .post-block {
    width: 48%;
  }
  .two-column-block .column-one .entry-summary {
    display: none;
  }
  .two-column-block .column-one .entry-comment {
    display: none;
  }
  .four-column-block .post-block {
    width: 23.5%;
  }
  .four-column-block .entry-comment {
    display: none;
  }
  .four-column-block .column-two,
  .four-column-block .column-three,
  .four-column-block .column-four {
    margin-left: 2%;
  }
  .carousel-content .hentry .entry-comment {
    display: none;
  }
  .footer-nav li {
    font-size: 13px;
    padding: 0 10px;
  }
  .footer-columns .footer-column-1,
  .footer-columns .footer-column-2,
  .footer-columns .footer-column-3,
  .footer-columns .footer-column-4 {
    width: 47%;
    margin: 0 0 0 2%;
  }
  .footer-columns .footer-column-3 {
    clear: left;
  }
  .entry-related .hentry {
    width: 32%;
    margin-right: 2%;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .site-start {
    height: 90px;
  }
  .header-ad {
    display: none;
  }
  .header-2 .site-branding {
    float: none;
    text-align: center;
  }
  .site-branding #logo {
    height: 60px;
    margin-top: 15px;
  }
  .site-branding img {
    max-height: 60px;
  }
  .site-branding .site-title {
    line-height: 90px;
    margin: 0;
  }
  .site-branding .site-description {
    display: none;
  }
  .header-social {
    display: none;
  }
  .home-top-section .column-two.col-full, .home-top-section .column-two.col-normal {
    width: 100%;
  }
  .home-top-section .column-three {
    display: none;
  }
  .three-column-block .column-one {
    margin-bottom: 20px;
    width: 100%;
  }
  .three-column-block .column-two {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .three-column-block .column-three {
    width: 100%;
  }
  .three-column-block .column-three .hentry {
    float: none;
    width: 100%;
  }
  .three-column-block .column-three .hentry .wp-post-image {
    width: 100%;
  }
  .three-column-block .column-three .three-col-ad {
    float: none;
    width: 100%;
    text-align: center;
  }
  .two-column-block .post-block {
    width: 100%;
  }
  .two-column-block .column-one {
    margin-bottom: 20px;
  }
  .two-column-block .column-one .entry-summary {
    display: none;
  }
  .two-column-block .column-one .entry-comment {
    display: none;
  }
  .four-column-block .post-block {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .four-column-block .entry-comment {
    display: none;
  }
  .four-column-block .wp-post-image {
    width: 100%;
  }
  .four-column-block .column-four {
    margin: 0;
  }
  .carousel-content .hentry .entry-comment {
    display: none;
  }
  .footer-nav li {
    font-size: 13px;
    padding: 0 10px;
  }
  .entry-related .hentry {
    float: none;
    width: 100%;
  }
  .entry-related .hentry:after {
    content: " ";
    clear: both;
    display: block;
  }
  .entry-related .hentry .thumbnail-link {
    float: left;
    margin: 0 15px 0 0;
    width: 120px;
  }
  .single .entry-header .entry-meta {
    float: none;
    margin: 0 0 15px 0;
  }
  .single .entry-header .social-share-icons {
    float: none;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
  .footer-columns .footer-column-1,
  .footer-columns .footer-column-2,
  .footer-columns .footer-column-3,
  .footer-columns .footer-column-4 {
    float: none;
    width: 96%;
    margin: 0 auto;
  }
  .footer-columns .footer-column-4 {
    border-bottom: none;
    margin-bottom: 0;
  }
  .error-404 .page-content .search-form input.search-field {
    width: 200px;
  }
  #site-bottom {
    text-align: center;
  }
  #site-bottom .site-info {
    float: none;
    margin-bottom: 5px;
  }
  #site-bottom .footer-nav li {
    margin: 0 5px;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .carousel-content .bx-wrapper .bx-controls-direction a {
    top: 43px;
    margin-top: 0;
  }
  .content-loop .thumbnail-wrap {
    width: 180px;
    margin-bottom: 15px;
  }
  .content-loop .entry-title {
    font-size: 18px;
  }
  .content-loop .entry-comment {
    display: none;
  }
  .content-loop .entry-summary {
    display: block;
    clear: both;
  }
  .single h1.entry-title {
    font-size: 26px;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .site-title {
    font-size: 22px;
  }
  .header-date {
    display: none;
  }
  .search-button {
    border-left: none;
    float: left;
    padding-left: 0;
  }
  .header-search {
    width: 100%;
  }
  .container {
    padding-left: 2%;
    padding-right: 2%;
  }
  .featured-content .featured-slide .entry-title a {
    font-size: 18px;
  }
  .home-top-section .column-one .entry-meta,
  .home-top-section .column-one .entry-summary {
    display: none;
  }
  .home-top-section .column-two .entry-meta {
    display: none;
  }
  .carousel-content .entry-meta,
  .two-column-block .entry-meta,
  .three-column-block .entry-meta,
  .four-column-block .entry-meta {
    display: none;
  }
  .carousel-content .bx-wrapper .bx-controls-direction a {
    top: 17px;
    margin-top: 0;
  }
  .content-loop .hentry .thumbnail-wrap {
    width: 120px;
    margin: 0 15px 15px 0;
  }
  .content-loop .hentry .entry-title {
    display: table;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .content-loop .hentry .entry-category-icon,
  .content-loop .hentry .entry-author,
  .content-loop .hentry .entry-comment {
    display: none;
  }
  .content-loop .hentry .entry-summary {
    clear: both;
  }
  .single .entry-comment,
  .single .sep {
    display: none;
  }
  .entry-related .hentry .thumbnail-link {
    width: 100px;
  }
  .pagination .page-numbers {
    font-size: 13px;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
  }
  .page-title,
  .single h1.entry-title,
  .page h1.entry-title {
    font-size: 24px;
  }
  #comments .comment-metadata,
  .comment-respond .comment-metadata {
    display: none;
  }
}

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