.flex-active-slide a, .pay-area .data-text a {
  pointer-events: none;
  cursor: default;
}

.ipad_other_issues .box:nth-child(3n+3),
.ipad_other_issues li.box:nth-child(3n+3) {
  margin-right: 0 !important;
}

#custom_cat_main_cont .row {
  min-height: 300px;
}

.issue-menu {
  padding: 40px 0 20px;
  width: 100%;
  z-index: 100000;
  box-shadow: 0 8px 8px -6px rgba(0, 0, 0, .6) inset, 0 -8px 8px -6px rgba(0, 0, 0, .6) inset;
  display: none;
}

#issues-pull-left {
  width: 30%;
  float: left;
}

#issues-pull-left h4 {
  margin: 6px 0;
  font-weight: 400;
  text-align: center;
}

#issues-pull-right {
  width: 70%;
  float: right;
  position: relative;
}

#issues-pull-right .clearfix {
  width: 758px !important;
  margin: 0 auto;
  max-width: 758px;
}

#issues-pull-right .pre_nav {
  width: 29px;
  height: 412px;
  position: absolute;
  display: table;
  top: 0;
  left: 0;
}

#issues-pull-right .pre_nav a {
  vertical-align: middle;
  display: table-cell;
}

#issues-pull-right .next_nav {
  width: 29px;
  height: 412px;
  position: absolute;
  display: table;
  top: 0;
  right: 0;
}

#issues-pull-right .next_nav a {
  vertical-align: middle;
  display: table-cell;
}

#issues-pull-right .box {
  border-bottom: 0;
  width: 130px;
  text-align: center;
  float: left;
  margin: 0 46px 13px 0;
}

#issues-pull-right .box:nth-child(4n+4),
#issues-pull-right li.box:nth-child(4n+4) {
  /* margin-right:0!important */
}

#issues-pull-right .box h4 {
  margin: 6px 0;
  font-weight: 400;
}

#issues-pull-right .box img {
  -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
       -o-filter: grayscale(100%);
          filter: grayscale(100%);
  min-height: 180px;
  width: auto;
}

#issues-pull-right .box img:hover {
  -webkit-filter: grayscale(0);
     -moz-filter: grayscale(0);
      -ms-filter: grayscale(0);
       -o-filter: grayscale(0);
          filter: grayscale(0);
}

#issues-pull-right-mobile {
  display: none;
  width: 70%;
  float: right;
  position: relative;
}

#issues-pull-right-mobile .clearfix {
  width: 658px !important;
  margin: 0 auto;
  max-width: 658px;
}

#issues-pull-right-mobile .pre_nav {
  width: 29px;
  height: 412px;
  position: absolute;
  display: table;
  top: 0;
  left: 0;
}

#issues-pull-right-mobile .pre_nav a {
  vertical-align: middle;
  display: table-cell;
}

#issues-pull-right-mobile .next_nav {
  width: 29px;
  height: 412px;
  position: absolute;
  display: table;
  top: 0;
  right: 0;
}

#issues-pull-right-mobile .next_nav a {
  vertical-align: middle;
  display: table-cell;
}

#home_mobile_banner, #ipad_issue {
  display: none;
}

#desktop_issue, #home_desktop_banner {
  display: block;
}

#issues-pull-right-mobile .box {
  border-bottom: 0;
  width: 130px;
  text-align: center;
  float: left;
  margin: 0 46px 13px 0;
}

#issues-pull-right-mobile .box:nth-child(4n+4),
#issues-pull-right-mobile li.box:nth-child(4n+4) {
  margin-right: 0 !important;
}

#issues-pull-right-mobile .box h4 {
  margin: 6px 0;
  font-weight: 400;
}

#issues-pull-right-mobile .box img {
  -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
       -o-filter: grayscale(100%);
          filter: grayscale(100%);
}

#issues-pull-right-mobile .box img:hover {
  -webkit-filter: grayscale(0);
     -moz-filter: grayscale(0);
      -ms-filter: grayscale(0);
       -o-filter: grayscale(0);
          filter: grayscale(0);
}

#issues-pull-right .bx-wrapper {
  max-width: 615px !important;
}

.right_issues_slider, .right_issues_slider_mobile {
  margin-top: 0;
}

.right_issues_slider_mobile li {
  list-style: none;
}

.vwspc-section-title {
  margin-bottom: 10px;
}

.list_div, .view_change {
  float: right;
  margin: 1px 20px 10px 0;
}

.grid_div {
  float: right;
  margin: 0 20px 30px 0;
}

.view_change .radio_btn {
  background-image: url(../images/radio.png);
  float: left;
  width: 16px;
  height: 16px;
  margin: 5px 5px 0 0;
}

.view_change .checked {
  background-image: url(../images/radio-a.png);
  float: left;
  width: 17px;
  height: 16px;
  margin: 5px 5px 0 0;
}

.vw-post-box .grid_view_image {
  max-height: 210px;
}

.vw-post-loop .row {
  margin: 0;
  float: left;
  width: 100%;
}

.list_issue_main, .wp-pagenavi {
  position: relative !important;
}

@media only screen and (min-width:960px) and (max-width:1179px) {
  #issues-pull-left {
    width: 100%;
    text-align: center;
  }

  #issues-pull-right {
    width: 100%;
  }

  #issues-pull-right .box {
    border-bottom: 0;
    text-align: center;
    float: left;
    margin: 0 1% 13px 0;
    min-height: 210px;
  }

  #issues-pull-right .box img {
    max-width: 130px;
  }

  #issues-pull-right .box:nth-child(4n+4),
  #issues-pull-right li.box:nth-child(4n+4) {
    /* margin-right:0!important */
  }
}

@media only screen and (min-width:768px) and (max-width:959px) {
  #issues-pull-left {
    width: 100%;
    text-align: center;
  }

  #issues-pull-right {
    width: 100%;
  }

  #issues-pull-right .box {
    border-bottom: 0;
    width: 24%;
    text-align: center;
    float: left;
    margin: 0 1% 13px 0;
    min-height: 210px;
  }

  #issues-pull-right .box img {
    max-width: 130px;
  }

  #issues-pull-right .box:nth-child(4n+4),
  #issues-pull-right li.box:nth-child(4n+4) {
    /* margin-right:0!important */
  }
}

@media only screen and (min-width:640px) and (max-width:767px) {
  ul.vw-breaking-news-list li {
    width: 305px !important;
    min-width: 305px;
  }

  #issues-pull-left {
    width: 100%;
    text-align: center;
  }

  #issues-pull-right {
    width: 100%;
  }

  #issues-pull-right .box {
    border-bottom: 0;
    width: 24%;
    text-align: center;
    float: left;
    margin: 0 1% 13px 0;
    min-height: 210px;
  }

  #issues-pull-right .box img {
    max-width: 130px;
  }

  #issues-pull-right .box:nth-child(4n+4),
  #issues-pull-right li.box:nth-child(4n+4) {
    /* margin-right:0!important */
  }
}

@media only screen and (min-width:480px) and (max-width:639px) {
  ul.vw-breaking-news-list li {
    width: 235px !important;
    min-width: 225px;
  }

  .vw-post-date {
    letter-spacing: 0;
  }

  .bx-controls {
    display: none;
  }

  .vw-breaking-news-bar .bx-controls {
    display: block !important;
  }

  #wpadminbar {
    top: -46px;
  }

  #issues-pull-right {
    display: none;
  }

  #issues-pull-right-mobile {
    width: 100%;
    display: block !important;
  }

  #issues-pull-left {
    float: left;
    width: 100% !important;
    text-align: center;
  }

  #issues-pull-left img {
    -webkit-filter: grayscale(0);
       -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
         -o-filter: grayscale(0);
            filter: grayscale(0);
  }

  #issues-pull-right-mobile .box {
    border-bottom: 0;
    width: 49%;
    text-align: center;
    float: left;
    margin: 0 1% 13px 0;
    min-height: 220px;
    max-height: 220px;
  }

  #issues-pull-right-mobile .box img {
    max-width: 130px;
  }

  #issues-pull-right-mobile .box:nth-child(2n+2),
  #issues-pull-right-mobile li.box:nth-child(2n+2) {
    margin-right: 0 !important;
  }

  #issues-pull-right-mobile .clearfix {
    width: auto !important;
  }

  #issues-pull-right-mobile .bx-wrapper {
    width: 100% !important;
  }
}

@media only screen and (min-width:400px) and (max-width:479px) {
  ul.vw-breaking-news-list li {
    width: 185px !important;
    min-width: 185px;
  }

  .bx-controls {
    display: none;
  }

  .vw-breaking-news-bar .bx-controls {
    display: block !important;
  }

  #home_mobile_banner {
    display: block;
  }

  #home_desktop_banner, #issues-pull-left, #issues-pull-right {
    display: none;
  }

  #wpadminbar {
    top: -46px;
  }

  #issues-pull-right-mobile {
    width: 100%;
    display: block !important;
  }

  #issues-pull-right-mobile .box img {
    -webkit-filter: grayscale(0);
       -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
         -o-filter: grayscale(0);
            filter: grayscale(0);
    max-width: 130px;
  }

  #issues-pull-right-mobile .box {
    border-bottom: 0;
    width: 49%;
    text-align: center;
    float: left;
    margin: 0 1% 13px 0;
    min-height: 200px;
    max-height: 180px;
  }

  #issues-pull-right-mobile .box:nth-child(2n+2),
  #issues-pull-right-mobile li.box:nth-child(2n+2) {
    margin-right: 0 !important;
  }

  #issues-pull-right-mobile .clearfix {
    width: auto !important;
  }

  #issues-pull-right-mobile .bx-wrapper {
    width: 100% !important;
  }
}

@media only screen and (max-width:399px) {
  ul.vw-breaking-news-list li {
    width: 150px !important;
    min-width: 150px;
  }

  .vw-menu .menu-link {
    padding: 5px !important;
    font-size: 10px;
  }

  .bx-controls {
    display: none;
  }

  .vw-breaking-news-bar .bx-controls {
    display: block !important;
  }

  #home_mobile_banner {
    display: block;
  }

  #home_desktop_banner, #issues-pull-right {
    display: none;
  }

  #wpadminbar {
    top: -46px;
  }

  #issues-pull-left {
    width: 100%;
    float: left;
    text-align: center;
  }

  #issues-pull-right-mobile {
    width: 100%;
    display: block !important;
  }

  #issues-pull-right-mobile .box {
    border-bottom: 0;
    width: 49%;
    text-align: center;
    float: left;
    margin: 0 1% 13px 0;
    min-height: 220px;
    max-height: 220px;
  }

  #issues-pull-right-mobile .box img {
    max-width: 130px;
  }

  #issues-pull-right-mobile .box:nth-child(2n+2),
  #issues-pull-right-mobile li.box:nth-child(2n+2) {
    margin-right: 0 !important;
  }

  #issues-pull-right-mobile .clearfix {
    width: auto !important;
  }

  #issues-pull-right-mobile .bx-wrapper {
    width: 100% !important;
  }
}

.gallery_image_caption {
  position: relative;
  background-color: #fff;
  opacity: .6;
  color: #222;
  font-size: 13px;
  font-style: italic;
  padding: 2px 5px;
  text-align: center;
  width: 100%;
  height: 55px;
  margin: 5px auto;
}

.mustread, .post-location, .triangle {
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width:520px) {
  .vw-breaking-news-bar {
    height: 115px;
  }
}

@media only screen and (min-width:768px) and (max-width:1025px) {
  #issues-pull-right .box:nth-child(4n+4) {
    margin-right: 30px !important;
  }

  #issues-pull-right .bx-wrapper {
    max-width: 490px !important;
  }

  #issues-pull-right .box h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 6px 0;
    text-align: center;
  }
}

@media only screen and (min-width:768px) and (max-width:959px) {
  #ipad_issue {
    display: block;
  }

  #desktop_issue {
    display: none;
  }
}

.mustread {
  padding: 4px 8px;
  background-color: #e81717;
  margin-left: auto;
  margin-right: auto;
  float: left;
  left: 0;
  top: 0;
}

.mustread p {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1.25em;
  font-style: italic;
  text-transform: uppercase;
}

.post-location {
  padding: 4px 8px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-border-radius: 10px 0 0;
     -moz-border-radius: 10px 0 0;
          border-radius: 10px 0 0;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  bottom: 0;
}

.post-location p {
  margin: 0;
  padding: 0;
  font-size: 1.125em;
}

.vw-post-loop-masonry-grid-2-col {
  margin-top: 30px;
}

.frm_forms {
  width: 60%;
}

.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
  background-color: #ffcf00;
  border: none;
}

.frm_form_submit_style:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover {
  background-color: #ffdc47;
}

.vw-post-slides .vw-post-box .vw-post-box-title {
  width: 725px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.advads_widget p img {
  border: 1px solid #fff;
}

.triangle {
  right: 40px;
  bottom: 54px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #333;
}

@media only screen and (max-width:990px) {
  .triangle {
    display: none;
  }
}

@media only screen and (max-width:767px) {
  .vw-post-slides .vw-post-box .vw-post-box-title {
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media only screen and (max-width:480px) {
  .vw-post-slides .vw-post-box .vw-post-box-title {
    width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.wpcf7-form {
  width: 350px;
}

.nav-menu-item-1149 .main-menu-link span,
.nav-menu-item-23349 .main-menu-link span,
.nav-menu-item-23517 .main-menu-link span {
  color: #0284f2;
}

#advads_ad_widget-6 {
  margin-bottom: 15px;
}

.widget_advanced_text, .widget_polls-widget, .widget_text,
.widget_vw_widget_popular_post {
  margin: 15px 0;
}

.vwspc-section-content .related-cities-post .bx-wrapper .bx-viewport .vw-post-slides li {
  float: left;
  list-style: none;
  position: relative;
  width: 360px;
  margin-left: 10px;
}

@media screen and (max-width:1180px) {
  .vwspc-section-content .related-cities-post {
    margin-bottom: 30px;
  }

  .vwspc-section-content .related-cities-post .bx-wrapper {
    width: 100%;
  }
}

@media (max-width:480px) {
  .related-cities-post .vw-post-style-slide .vw-post-box-thumbnail {
    width: 100%;
  }

  .vwspc-section-content .related-cities-post .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 20px;
  }
}

.vwspc-section-content .related-cities-post .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 7px;
}

.issues_cat .box-text h2 {
  padding: 0;
  font-size: 22px;
}

@media screen and (max-width:1200px) {
  .issues_cat .box-text h2 {
    font-size: 18px;
  }
}

@media screen and (max-width:1050px) {
  .issues_cat .box-text h2 {
    font-size: 16px;
  }
}

@media screen and (max-width:1000px) {
  .issues_cat .box-text h2 {
    font-size: 14px;
  }
}

.advertise-table {
  margin: 15px 0;
}

.advertise-table td {
  padding: 7px;
}

.wp-polls ul li, .wp-polls-ans ul li, .wp-polls-ul li {
  text-align: left;
  font-weight: 400 !important;
}

.ctrl-ed {
  float: left;
  margin-right: 15px;
}

.wp-polls-ul label {
  font-weight: 400 !important;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  line-height: 22px;
}

.pullquote {
  margin-top: 15px;
  position: relative;
  top: -15px;
}

.tab-alltime {
  display: none;
}

#post-tab-3 .tab-alltime {
  display: none;
}

.vw-post-tabed-content .tab-alltime {
  display: inline-block;
  margin: 0 0 0 4px;
}

@media only screen and (max-width:500px) {
  .gallery_image_caption {
    position: relative;
    background-color: #fff;
    opacity: .6;
    color: #222;
    font-size: 13px;
    font-style: italic;
    padding: 2px 5px;
    text-align: center;
    width: 100%;
    height: 120px;
    margin: 5px auto;
  }
}

/* Jordan edits */

/* ************* ====Preview Child Theme CSS ==== *************** */

@media screen and (max-width: 479px) {
  .page-id-65 #vwspc-section-1 .vw-post-meta {
    display: none;
  }
}

/* ************* ====Hide Home Carousel On Mobile Option==== *********** */

@media screen and (max-width: 640px) {
  .vw-page-wrapper.hide-slider .vw-post-loop-slider-large {
    display: none;
  }
}

/* ************* ====Hide Image on Single Posts==== *********** */

.hide-featured-image ~ .vw-featured-image {
  display: none;
}

/* ************** ===TOP AD=== ************ */

#top-ad-banner {
  text-align: center;
  margin-bottom: -10px;
}

.page-template-default #top-ad-banner {
  margin-bottom: 0;
}

@media screen and (min-width: 420px) {
  #top-ad-banner {
    margin-top: 33px;
  }

  .page-template-default #top-ad-banner {
    margin-bottom: 33px;
  }
}

/* ************ ===GALLERIES ************* */

@media screen and (max-width: 450px) {
  .ngg-galleryoverview br {
    display: none;
  }
}

/********** ===== LIKES AND VIEWS COUNTS ======= *******/

/* Home index posts */

body:not(.logged-in) .cat-right-area {
  display: none;
}

body:not(.logged-in) .read-more-right {
  /* Add padding to make up for lost space */
  padding-bottom: 4px;
}

/* Sidebar */

/* body:not(.logged-in) .vw-post-style-small-left-thumbnail .vw-post-meta-icon,
body:not(.logged-in) .vw-post-tabed-content .tab-alltime,
body:not(.logged-in) .vw-post-style-small-left-thumbnail .vw-post-meta-icon{
	display: none;
} */

/* Single View */

.vw-post-meta-large .vw-post-meta-icons .vw-post-meta-icon:not(:last-child) {
  display: none;
}

@media screen and (max-width: 991px) {
  .vw-post-meta-wrapper {
    position: relative;
  }

  .vw-post-meta-large .vw-post-meta-icons {
    position: absolute;
    top: -7px;
    right: 0;
  }
}

@media screen and (max-width: 640px) {
  .vw-post-meta-large .vw-post-meta-icons {
    top: 30px;
  }
}

/* You Might Also Like */

body:not(.logged-in) .vw-post-loop-box-grid-2-col .vw-post-view-count {
  display: none;
}

/* **** ===== END LIKES AND VIEWS COUNTS ====== *** */

.vw-post-slides .vw-post-box .vw-post-box-title {
  width: auto;
}

hr {
  height: auto;
  border-top: 1px solid #bababa;
}

body {
  padding-top: 94px;
  background-color: #f7f7f7;
}

.vw-site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
}

#vw-menu-main, .vw-site-header-style-left-logo {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vw-site-wrapper, .vw-page-navigation-pagination {
  background-color: #f7f7f7;
}

#advanced_text-3 {
  width: 100%;
}

.vw-date-box-date {
  font-family: Lora, serif;
  color: RGB(155, 143, 121) !important;
}

.vw-post-box {
  background-color: white;
}

.vw-post-box .vw-post-box-footer {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-color: white;
}

.vw-post-box .vw-post-box-footer a, .vw-post-box .vw-post-box-footer span,
.vw-post-box .vw-post-box-footer .vw-icon {
  color: black;
}

.vw-site-social-profile-icon:hover, .vw-breaking-news-label,
.vw-post-navigation-previous:hover, .vw-post-navigation-next:hover,
.vw-author-socials a:hover, .vw-post-style-box:hover,
.vw-review-summary-bar .vw-review-score-bar, .vw-review-total-score,
.vw-review-item-score.vw-review-score-percentage,
.vw-post-style-classic a.vw-post-box-read-more:hover,
.vw-post-box:hover .vw-post-format-icon, .vw-gallery-direction-button:hover,
.vw-post-meta-icons a:hover, .widget_tag_cloud .tagcloud a:hover,
.vw-page-navigation-pagination .page-numbers:hover,
.vw-page-navigation-pagination .page-numbers.current,
#wp-calendar tbody td:hover,
.widget_vw_widget_categories .vw-widget-category-title:hover .vw-widget-category-post-count,
.vwspc-section-full-page-link:hover .vw-button,
.vw-post-tabed-tab.ui-state-active, .vw-page-links > .vw-page-link,
.vw-page-links .vw-page-link:hover, .vw-tag-links a:hover {
  background-color: RGB(155, 143, 121);
}

/* Jordan edits */

.poll_icon, .vw-top-bar {
  display: none;
}

.leaderboard-ad-area {
  text-align: center;
  background-color: RGB(155, 143, 121);
  padding: 15px;
}

.leaderboard-ad-area p {
  margin: 0;
}

.vw-top-bar, .vw-site-header, .vw-about-author-section {
  background-color: black;
}

.vw-footer-sidebar-2 #menu-quick-links-1 li {
  padding: 0 2%;
}

.vw-footer-sidebar-2 #menu-quick-links-1 li:hover {
  color: RGB(155, 143, 121);
}

#category_area .vw-page-title {
  color: black !important;
}

.site-header-container {
  position: relative;
  height: 98px;
  padding-right: 5px;
}

div.site-header-inner-sm {
  padding-right: 0;
}

.vw-site-header.vw-site-header-style-centered-logo .vw-site-header-inner,
.vw-site-header.vw-site-header-style-left-logo .vw-site-header-inner {
  padding: 0;
}

.vw-site-header-inner {
  display: table;
  width: 100%;
}

.vw-site-header.vw-site-header-style-left-logo .vw-logo-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 310px;
}

.main-site-menu-social {
  display: table-cell;
  vertical-align: middle;
  margin-right: 5%;
  position: relative;
}

.main-site-menu-social > *, .main-site-menu-social > *:hover,
.main-site-menu-social > *:active, .main-site-menu-social > *:visited {
  color: RGB(155, 143, 121);
}

.main-site-menu-social > * {
  margin-right: 25px;
}

@media screen and (min-width: 1025px) and (max-width: 1203px) {
  .main-site-menu-social > .header-search-icon {
    margin-right: 15px;
  }
}

.main-site-menu-social i.jc-cam {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin-right: 0;
}

.fa-search {
  cursor: pointer;
}

.searchform {
  position: absolute;
  bottom: 0;
}

.main-site-menu-wrapper {
  display: table;
  width: 100%;
}

.break-line {
  display: table-cell;
  vertical-align: middle;
  top: 0;
  height: 98px;
  width: 25px;
  border-left: 1px solid RGB(155, 143, 121);
  margin-right: 25px;
}

.break-line-right {
  border-left: none;
  border-right: 1px solid RGB(155, 143, 121);
}

.main-site-menu {
  margin-right: 15px;
  display: table-cell;
  vertical-align: middle;
}

.main-site-menu > ul > li {
  display: inline;
}

.main-site-menu > ul {
  padding: 0;
  margin: 0;
  display: inline;
}

.main-site-menu > ul > li:nth-child(5) {
  font-weight: 700;
  margin-right: 0;
}

.main-site-menu > ul > li:nth-child(n + 6) {
  display: none;
}

.main-site-menu > ul > li {
  margin-right: 25px;
  position: relative;
  padding: 38px 0;
}

.main-site-menu > ul > li > a {
  font-family: "Roboto Condensed", sans-serif;
  color: RGB(155, 143, 121);
  text-transform: uppercase;
}

.main-site-menu .menu-item-has-children .sub-menu {
  width: 165%;
  background-color: black;
  padding: 11px 0 0 0;
}

.main-site-menu .menu-item-has-children .sub-menu li {
  width: 100%;
  display: block;
  border-left: 1px solid RGB(155, 143, 121);
  border-right: 1px solid RGB(155, 143, 121);
  border-bottom: 1px solid RGB(155, 143, 121);
  transition: background-color .25s;
}

.main-site-menu .menu-item-has-children .sub-menu li:hover {
  background-color: RGB(155, 143, 121);
}

.main-site-menu .menu-item-has-children .sub-menu li:hover a {
  color: black;
}

.main-site-menu .menu-item-has-children .sub-menu li:not(:last-child) {
  border-bottom: 1px solid RGB(155, 143, 121);
}

.main-site-menu .menu-item-has-children .sub-menu a {
  color: RGB(155, 143, 121);
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 0;
  transition: color .25s;
}

.main-site-menu .menu-item-has-children:hover .sub-menu,
.main-site-menu .menu-item-has-children .sub-menu:hover {
  left: -17px;
  top: 84px;
  z-index: 5;
}

button.main-site-menu-hamburger {
  background-color: transparent;
  border: none;
  position: relative;
  top: 24px;
  padding: 5px 17px;
  display: table-cell;
  vertical-align: middle;
}

.overlay-menu {
  position: absolute;
  top: 36%;
  left: 0;
  width: 100%;
  text-align: center;
      -ms-transform: translate(0%, -50%);
     -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.overlay-main-site-menu-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  background-color: RGB(155, 143, 121);
  padding: 25px 2%;
}

.overlay-main-site-menu-bottom .overlay-close-btn::before,
.overlay-main-site-menu-bottom .overlay-close-btn::after {
  background-color: black;
}

.overlay-menu, .overlay-menu-bottom {
  margin-bottom: 0;
  padding: 0;
}

.overlay-menu a, .menu-overlay-bottom-container a {
  color: RGB(155, 143, 121);
  font-family: Lora, serif;
  font-size: 32px;
}

.menu-overlay-bottom-container a {
  text-transform: uppercase;
  font-weight: bold;
  color: black;
}

.menu-overlay-bottom-container a {
  font-size: 18px;
}

.overlay-menu a:hover {
  color: RGB(155, 143, 121);
}

.menu-overlay-bottom-container a:hover {
  color: black;
}

.overlay-menu > li, .overlay-menu-bottom > li {
  display: inline-block;
  position: relative;
}

.overlay-menu >li:not(:nth-last-child(2)) {
  margin-right: 5%;
}

.overlay-menu-bottom > li:not(:last-child) {
  margin-right: 7%;
}

@media screen and (max-width: 1200px) {
  .overlay-menu .sub-menu, .overlay-menu-bottom .sub-menu {
    display: none;
  }
}

@media screen and (min-width: 1201px) {
  .overlay-menu .sub-menu, .overlay-menu-bottom .sub-menu {
    position: absolute;
    left: 0;
  }

  .overlay-menu .sub-menu {
    padding-top: 25px;
    width: 100%;
    padding-left: 0;
  }
}

.overlay-menu .sub-menu a, .overlay-menu-bottom .sub-menu a {
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
}

.overlay-menu .sub-menu li {
  display: block;
  margin-bottom: .8em;
}

.overlay-close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.overlay-close-btn::before {
  content: "";
  background-color: RGB(155, 143, 121);
  position: absolute;
  width: 3px;
  height: 100%;
      -ms-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 11px;
}

.overlay-close-btn::after {
  content: "";
  background-color: RGB(155, 143, 121);
  position: absolute;
  width: 3px;
  height: 100%;
      -ms-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 11px;
}

.js-slide-overlay {
       -o-transform: translateY(100%);
      -ms-transform: translateY(100%);
     -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.js-old-safari-overlay-please-update {
  top: 0 !important;
}

.overlay-menu-btn {
  display: none;
}

.js-searchform-shown {
  width: 100% !important;
  padding: 10px !important;
  border: 1px solid #949494 !important;
}

@media screen and (max-width: 1200px) {
  .main-site-menu > ul > li:nth-child(4), .main-site-menu > ul > li:nth-child(3) {
    display: none;
  }

  .vw-site-header.vw-site-header-style-left-logo .vw-logo-wrapper {
    width: 30%;
  }

  .overlay-menu {
    position: relative;
    top: 0;
        -ms-transform: translate(0%, 0%);
         -o-transform: translate(0%, 0%);
       -moz-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    margin-top: 25px;
  }

  .overlay-menu > li {
    display: block;
  }

  .overlay-menu >li:not(:last-child) {
    margin-right: 0%;
  }

  .overlay-menu-bottom > li:not(:last-child) {
    margin-right: 4%;
  }
}

@media screen and (max-width: 1025px) {
  .main-site-menu > ul > li:nth-child(2) {
    display: none;
  }

  .vw-site-header.vw-site-header-style-left-logo .vw-logo-wrapper {
    width: 37%;
  }

  .main-site-menu-wrapper {
    text-align: center;
  }

  .vw-site-header.vw-site-header-style-left-logo .vw-logo-wrapper {
    width: 25%;
  }

  .break-line {
    width: 0;
  }

  .searchform {
    width: 89%;
  }
}

@media screen and (max-width: 925px) {
  .main-site-menu > ul > li:nth-child(1) {
    display: none;
  }

  .vw-site-header.vw-site-header-style-left-logo .vw-logo-wrapper {
    width: auto;
  }
}

@media screen and (max-width: 825px) {
  .vw-site-header.vw-site-header-style-left-logo .vw-logo-wrapper {
    width: 30%;
  }

  .break-line {
    width: 10px;
  }

  .vw-site-header.vw-site-header-style-left-logo .vw-site-header-inner {
    padding-right: 20px;
  }

  i.fa-search {
    margin-right: 0;
  }

  .searchform {
    width: 100%;
  }

  .overlay-menu {
    margin-top: 200px;
  }
}

@media screen and (max-width: 768px) {
  .break-line:last-of-type {
    display: none;
  }

  button.main-site-menu-hamburger {
    padding: 0;
  }

  .break-line {
    width: 0;
  }

  .main-site-menu {
    width: 105px;
  }

  .main-site-menu-social {
    text-align: right;
    padding-right: 15px;
  }

  .searchform {
    width: 154px;
    right: -4%;
  }
}

@media screen and (max-width: 639px) {
  button.main-site-menu-hamburger {
    padding-right: 6%;
  }

  .break-line:nth-of-type(3) {
    display: none;
  }

  .vw-site-header.vw-site-header-style-left-logo .vw-logo-wrapper {
    width: 60%;
  }

  .main-site-menu {
    width: auto;
    padding-right: 21px;
  }

  .break-line {
    width: 10px;
  }

  .main-site-menu-wrapper {
    text-align: right;
  }

  .main-site-menu > ul {
    white-space: nowrap;
  }

  .break-line:nth-of-type(2) {
    border-left: 10px solid transparent;
    width: 0;
  }/* Search Bar */

  .js-searchform-shown {
    width: 100% !important;
    padding: 10px 25px !important;
    border: none !important;
  }

  .main-site-menu-social {
    padding-right: 0;
  }

  .main-site-menu-social > *:not(.fa-search):not(.searchform) {
    display: none;
  }

  .main-site-menu-social .fa-search {
    margin-left: 10px;
    margin-top: 8px;
  }

  .searchform .search-label {
    width: 0;
    position: fixed;
    bottom: auto;
    top: 98px;
    left: 0;
    right: 0;
    background-color: black;
    transition: width .25s, padding .25s;
    padding: 10px 0;
  }
}

@media screen and (max-width: 500px) {
  .overlay-menu {
    margin-top: 90px;
  }
}

@media screen and (max-width: 420px) {
  .break-line:nth-of-type(2) {
    display: none;
  }

  .main-site-menu > ul > li:nth-child(5) {
    display: none;
  }

  .site-header-container {
    height: 69px;
  }

  .vw-site-header.vw-site-header-style-left-logo .vw-logo-wrapper {
    width: 250px;
    padding-top: 9px;
  }

  button.main-site-menu-hamburger {
    top: 13px;
  }

  .overlay-menu >li:not(:nth-last-child(2)),
  .overlay-menu-bottom > li:not(:last-child) {
    margin-right: 0;
  }

  .searchform .search-label {
    top: 69px;
  }
}

@media screen and (min-width: 401px) {
  .overlay-main-site-menu-bottom .overlay-close-btn {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .overlay-menu {
    margin-top: 65px;
  }

  .overlay-main-site-menu-bottom {
    padding: 5px 2%;
  }

  .overlay-menu-btn {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: transparent;
  }

  button.overlay-menu-btn:hover {
    background-color: transparent;
  }

  .overlay-main-site-menu-bottom {
    height: 100%;
    position: fixed;
    top: -100%;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
    -webkit-transition: transform .5s;
            transition: transform .5s;
  }

  .overlay-menu-bottom {
    position: absolute;
    top: 50%;
    left: 0;
         -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
       -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 2%;
  }

  .overlay-menu-bottom > li {
    display: block;
  }

  .menu-overlay-bottom-container a {
    font-size: 3rem;
  }

  .events-menu-overlay li {
    width: 33%;
    display: inline-block;
  }
}

@media screen and (max-width: 350px) {
  .overlay-menu {
    margin-top: 35px;
  }
}

.searchform label {
  font-size: 0;
}

.screen-reader-text input[type="text"], .search-label input[type="text"] {
  width: 0;
  padding: 0;
  transition: width .25s, padding .25s;
  border: none;
  font-family: Lora, sans-serif;
  font-size: 14px;
  height: 28px;
}

#searchsubmit {
  display: none;
}

.notfound-search {
  display: none;
}

.main-site-menu .sub-menu {
  position: absolute;
  left: -10000px;
}

.main-site-menu-hamburger span {
  font-family: 'Roboto Condensed', sans-serif;
  color: RGB(155, 143, 121);
  text-transform: lowercase;
}

button.main-site-menu-hamburger:hover {
  background-color: transparent;
}

button.main-site-menu-hamburger:focus {
  outline: none;
}

.main-site-menu-hamburger .fa-bars {
  display: block;
}

i.fa-bars, .fa-bars {
  color: RGB(155, 143, 121) !important;
}

.main-site-menu-overlay {
  background-color: black;
  opacity: .85;
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  -webkit-transition: transform .5s, top .5s;
          transition: transform .5s, top .5s;
}

.issue-menu {
  background-color: rgba(33, 33, 33, .85);
  height: 100%;
  position: fixed;
  top: -100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  display: block;
  -webkit-transition: transform .5s;
          transition: transform .5s, top .5s;
  visibility: hidden;
  overflow: scroll;
}

.z-index-1000 {
  z-index: 1000 !important;
}

.visibility-visible {
  visibility: visible !important;
}

.vw-sidebar-position-right .vw-page-content,
.vw-sidebar-position-left .vw-page-content {
  width: 70%;
}

.vw-sidebar-position-right .vw-page-sidebar {
  width: 30%;
}

.widget_vw_widget_popular_post {
  position: relative;
}

.widget_vw_widget_popular_post .widget-title,
.widget_advanced_text .widget-title {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
       -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: black !important;
  color: RGB(155, 143, 121) !important;
  font-family: Lora, serif;
  font-style: italic;
  display: inline-block;
  white-space: nowrap;
  padding: 15px;
}

.textwidget {
  padding: 0;
}

#tab-1 h3 {
  display: none;
}

.widget_advanced_text, .vw-post-tabed-content, .vw-post-tabed-tabs,
.vw-post-tabed-tab {
  background-color: #e8e8e8;
}

.vw-post-tabed-tab a {
  font-size: .95em;
  font-weight: 700;
}

.vw-post-tabed-tab a, .vw-post-tabed-tab a:hover, .vw-tabs .vw-tab-title {
  color: black;
}

.vw-post-tabed-tab:last-child {
  position: relative;
  left: 2px;
}

.vw-post-tabed-tabs {
  padding-top: 60px;
}

.widget_vw_widget_popular_post, .widget_advanced_text {
  border-top: 2px solid black;
}

.widget_advanced_text {
  position: relative;
  padding-top: 30px;
}

.widget_vw_widget_popular_post .vw-post-box-thumbnail {
  width: 60px;
  height: 60px;
  position: relative;
}

.vw-post-tabed-content .tab-alltime {
  display: none;
}

.vw-post-style-small-left-thumbnail .vw-post-likes-count {
  float: left;
  padding-right: 25px;
}

.tab-area .vw-tabs .vw-tab-title .jc-cam, .jc-cam {
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background-color: black;
  float: left;
  border-radius: 5px 5px 4px 6px;
  position: relative;
  margin-right: 5px;
}

.jc-cam::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: black;
  border-radius: 50%;
  border: 2px solid RGB(155, 143, 121);
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
       -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-47%, -50%);
}

.jc-cam::after {
  content: "";
  background-color: RGB(155, 143, 121);
  height: 1px;
  width: 100%;
  position: absolute;
  top: 39%;
  left: 0;
}

.jc-cam i {
  position: absolute;
  top: 17.5%;
  left: 70%;
  background-color: RGB(155, 143, 121);
  border-radius: 50%;
  height: 2px;
  width: 3px;
  z-index: 3;
}

.jc-cam-white {
  background-color: RGB(155, 143, 121);
}

.jc-cam-white:before {
  background-color: black;
  border: 2px solid black;
}

.jc-cam-white::after {
  background-color: black;
}

.jc-cam-white i {
  background-color: black;
}

@media screen and (max-width: 1000px) {
  .vw-page-sidebar {
    margin-top: 15px;
  }

  .textwidget {
    padding: 0;
  }

  .col-sm-12 {
    width: 100%;
    float: left;
  }

  .vw-sidebar-position-right .vw-page-content {
    width: 100%;
    float: left;
  }

  .vw-sidebar-position-right .vw-page-sidebar {
    width: 100%;
  }

  .masonry {
       -moz-column-count: 2;
    -webkit-column-count: 2;
            column-count: 2;
    min-height: inherit !important;
  }/* 	#advanced_text-3{
		min-height: 350px;
	} */
}

@media screen and (max-width: 640px) {
  .masonry {
       -moz-column-count: 1;
    -webkit-column-count: 1;
            column-count: 1;
  }

  #advanced_text-2 {
    width: 100%;
  }
}

.sub-menu-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: .9;
  z-index: 9999;
}

.sub-menu-overlay ul {
  width: 100%;
  text-align: center;
  margin: 0;
  margin-top: 25px;
  padding: 0;
}

.sub-menu-overlay a, .sub-overlay-header {
  color: RGB(155, 143, 121);
  font-family: Lora, serif;
  font-size: 32px;
  text-align: center;
}

/* ******* PAGE ********* */

.page-template-default .vw-page-title {
  text-align: center;
}

@media screen and (max-width: 450px) {
  .post p, .vw-post-box-excerpt {
    font-size: 1.8rem;
  }

  .vw-page-content .vw-post-box .vw-post-box-title {
    font-size: 2.5rem;
  }
}

.vw-post-loop-masonry-grid-2-col {
  margin-top: 0;
}

#text-4 {
  margin-top: 0;
}

.search-results .vw-page-title {
  padding-right: 0;
  font-size: 36px;
  font-family: Lora, serif;
}

.search-results .vw-post-box {
  max-width: 800px;
}

@media screen and (max-width: 1215px) {
  .search-results .vw-post-box {
    position: relative;
    left: 50%;
         -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

article div.ngg-galleryoverview {
  width: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
}

.ngg-gallery-singlepic-image img {
  margin: 0 auto !important;
}

#vw-footer .widget_text {
  margin: 0;
}

@media screen and (max-width: 330px) {
  .vw-tab-titles .jc-cam, .vw-tab-titles .fa {
    margin-left: 36%;
  }
}

/* Advertise Page */

.page-id-57 .vw-page-content tr {
  border: 1px solid #333;
}

.page-id-57 .vw-page-content td {
  padding: 0 0 0 25px;
  border-right: 1px solid #333;
}

@media screen and (max-width: 950px) {
  .page-id-57 .vw-page-content td {
    display: inline-block;
    width: 50%;
    border-bottom: 1px solid #333;
    padding: 10px;
    text-align: center;
  }

  .page-id-57 .vw-page-content td:nth-child(3),
  .page-id-57 .vw-page-content td:last-child {
    border-bottom: none;
  }
}

.page-id-57 form {
  margin-left: auto;
  margin-right: auto;
}

.page-id-57 input {
  width: 100%;
}

.page-id-57 input[type="tel"], .page-id-57 input[type="email"] {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #949494;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
}

.page-id-57 input[type="submit"] {
  margin-top: 25px;
}

/* Subscribe Page */

@media screen and (max-width: 639px) {
  .post-43 > table table td {
    width: 50%;
  }

  .post-43 > table table td p input:last-child {
    margin-top: 15px;
  }
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* 2 checkout page */

.page-id-19731 .vw-page-title {
  font-size: 32px;
}

.page-id-19731 #disqus_thread {
  display: none;
}

body:not(.home) .vw-isotope .vw-block-grid-item {
  width: 100% !important;
}

.leaderboard-ad-area {
  display: none;
}

/* BACK ISSUES */

.issue-menu h4 {
  color: RGB(155, 143, 121);
}

.read-more-issues-box {
  display: none;
}

#issues-pull-right .box img {
  min-height: 0;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 1180px) {
  .issue-menu > .container {
    position: absolute;
    top: 50%;
    left: 50%;
         -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .issue-menu .bx-viewport {
    width: 640px !important;
  }

  .right_issues_slider li:first-child {
    left: -42px;
  }

  .right_issues_slider li {
    padding-left: 28px;
    width: 638px !important;
  }

  #issues-pull-right .pre_nav {
    left: 50px;
  }

  #issues-pull-right .box:nth-child(4n+4),
  #issues-pull-right li.box:nth-child(4n+4) {
    margin-right: 0% !important;
  }
}

@media screen and (min-width: 640px) and (max-width: 1179px) {
  .bx-wrapper {
    max-width: 538px;
  }

  #issues-pull-right .box {
    float: none;
    display: inline-block;
  }

  .right_issues_slider li {
    text-align: center;
  }

  .right_issues_slider li:first-child {
    left: -42px;
  }

  #issues-pull-right .right_issues_slider li .box:nth-child(3n) {
    margin-right: 0 !important;
  }

  #issues-pull-right > .clearfix {
    max-width: none;
    width: 100% !important;
  }
}

@media only screen and (max-width: 479px) and (min-width: 400px) {
  #issues-pull-left {
    width: 100%;
    display: block;
  }
}

@media screen and (min-width: 421px) {
  #menu-item-20190 {
    display: none;
  }
}

@media screen and (max-width: 420px) {
  #issues-pull-right-mobile .box {
    width: 100%;
  }
}

/*** banner ***/

#category_area .vw-page-title-box {
  background-color: transparent;
  height: auto;
  padding: 10px 0;
  font-family: Lora, serif;
  text-align: left;
  padding-left: 15px;
  margin-bottom: 37px;
  border-top: 3px solid black;
  border-bottom: 1px solid black;
}

#category_area .category_wrapper {
  height: auto;
}

#category_area .vw-page-title::after, #category_area .vw-page-title::before {
  display: none;
}

#category_area .vw-page-title {
  margin-top: 0;
}

.vw-post-loop-slider {
  margin-bottom: 25px;
}

.gallery_image_caption {
  height: auto;
}

.category-11004 .vw-right-topic-line {
  width: 100%;
}

.category-11013 .vw-isotope {
  height: auto !important;
  z-index: 2;
  position: relative;
  background-color: #f7f7f7;
}

.list-view-pagination-wrapper {
  position: relative !important;
  left: 0;
  width: 100%;
  z-index: 1;
}

div.box-img {
  height: auto;
}

/* **** FEATURED PEOPLE **** */

body:not(.home).single-featured_stories .vw-isotope .vw-block-grid-item {
  width: 25% !important;
}

@media screen and (min-width: 1251px) {
  .single-featured_stories #post_category_page .vw-post-box-inner {
    height: 99px !important;
  }

  .featured-people-title {
    white-space: nowrap;
  }
}

.single-featured_stories .vw-post-style-block .vw-date-box {
  display: none;
}

.single-featured_stories .vw-post-style-block .vw-post-box-title {
  margin-left: 0;
  margin-bottom: 0;
  text-align: center;
}

.single-featured_stories .vw-post-style-block .vw-post-box-excerpt {
  display: none;
}

.single-featured_stories .vw-page-content {
  width: 100%;
}

.single-featured_stories .vw-page-title-box clearfix {
  padding: 0 2%;
}

.single-featured_stories .vw-page-title {
  text-align: center;
}

.featured-people-subtitle {
  display: block;
  text-align: center;
  font-size: 12px;
}

.loop-subtitle {
  font-size: 12px;
  display: block;
}

.single-subtitle {
  display: block;
  font-size: 16px;
}

@media screen and (max-width:1250px) {
  body:not(.home).single-featured_stories .vw-isotope .vw-block-grid-item {
    width: 50% !important;
  }
}

@media screen and (max-width:760px) {
  body:not(.home).single-featured_stories .vw-isotope .vw-block-grid-item {
    width: 100% !important;
  }
}

.featured-story-single .ngg-galleryoverview {
  background-color: RGB(155, 143, 121);
}

.featured-story-single .ngg-gallery-thumbnail a {
  margin: 0;
}

.featured-story-single #fancybox-content {
  border-color: RGB(155, 143, 121) !important;
}

.featured-story-single #fancybox-title {
  width: 100% !important;
  margin: 0 !important;
  padding: 0;
  background-color: #9b8f79;
  color: white;
}

.featured-story-single #fancybox-title-inside {
  padding: 10px;
}

/* *** POST LOOP *** */

.post-location {
  display: none;
  left: 50%;
       -o-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
     -moz-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
  right: auto;
  background-color: black;
  color: RGB(155, 143, 121);
}

/* *** FOOTER *** */

#vw-footer .vw-footer-sidebar-4 .widget-title {
  font-weight: normal;
}

#menu-quick-links li {
  display: block;
}

.vw-footer-sidebars *, .vw-footer-sidebars h2 {
  color: RGB(155, 143, 121);
}

.vw-site-social-profile-icon i {
  transition: color .25s;
}

.vw-site-social-profile-icon:hover i {
  color: black;
}

.footer_cap_text em {
  color: RGB(155, 143, 121) !important;
}

/* *** ADVERTORIAL *** */

.vw-block-grid-item {
  overflow: hidden;
}

.ribbon-div-green span, .single_cat_advert a {
  background: black;
  color: white;
}

.ribbon-div-green span::before {
  border-left: 5px solid #4b4a47;
  border-top: 5px solid #4b4a47;
}

.ribbon-div-green span::after {
  border-right: 5px solid #4b4a47;
  border-top: 5px solid #4b4a47;
}

/* *** HOME SLIDER *** */

@media only screen and (max-width: 480px) {
  .vw-post-slides .vw-post-box .vw-post-box-title {
    width: 100%;
  }

  .vw-post-slides .vw-post-box-inner {
    padding: 10px 0;
  }

  .vw-post-slides .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .vw-post-slides .vw-post-box .vw-post-box-title {
    width: 100%;
    text-align: center;
  }

  .vw-post-slides .vw-post-meta {
    text-align: center;
  }
}

/* *** DISQUS *** */

.page-id-2 #disqus_thread, .page-id-43 #disqus_thread,
.page-id-57 #disqus_thread {
  display: none;
}

.menu-item-19803 .sub-menu > li:nth-child( n + 8 ),
.events-menu-overlay .sub-menu > li:nth-child( n + 8 ) {
  display: none;
}

.vw-page-title-box .category_thumbnail {
  display: none;
}

#FJ_TF_Cont {
  margin: 0 auto !important;
}

@media screen and (max-width: 1200px) {
  #FJ_TF_Cont {
    margin-top: 25px !important;
  }
}

@media screen and (max-width: 450px) {
  .loop-subtitle {
    line-height: 1.5;
  }
}

.vw-post-format-gallery {
  z-index: 99;
}

/* *** INSTAGRAM *** */

@media screen and (max-width: 450px) {
  #sb_instagram #sbi_images > .sbi_item:nth-child(n + 2),
  .aiwidgetscss > .imgdisplay:nth-of-type(n + 3),
  #sb_instagram #sbi_load .sbi_load_btn {
    display: none !important;
  }
}

.vw-post-loop-slider .bx-prev, .vw-post-loop-slider .bx-next {
  z-index: 99;
}

@media screen and (max-width: 640px) {
  .vw-post-style-block .vw-date-box {
    width: 100%;
  }

  .vw-post-style-block .vw-post-box-title {
    margin-left: 0;
    text-align: center;
  }

  .vw-date-box-date {
    display: inline;
    font-size: 12px;
  }

  .vw-date-box-month {
    display: inline;
  }
}

.vw-post-content {
  font-size: 19px;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .single .vw-date-box {
    width: 100%;
    display: block;
    color: RGB(155, 143, 121);
    float: left;
    padding: 0;
    margin: 0;
    background-color: #f7f7f7;
    border: none;
    padding-bottom: 15px;
  }

  .single .vw-date-box-month {
    color: RGB(155, 143, 121);
    font-size: 18px;
  }

  .single .vw-date-box-month > span {
    display: inline;
    font-weight: normal;
    position: relative;
  }

  .single .vw-date-box-month > span:first-child {
    left: -26px;
  }

  .single .vw-date-box-month > span:last-child {
    left: 3px;
  }

  .single .vw-date-box-date {
    position: relative;
    font-size: 18px;
    top: 3px;
    left: 35px;
    font-family: Roboto Condensed;
  }

  .single .vw-post-meta {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .single .author-name {
    display: inline-block;
    padding-top: 15px;
  }

  .single .author-name:first-of-type {
    padding-left: 15px;
  }

  .single .post .vw-post-meta-icons {
    right: 0;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .home .vw-post-slides .vw-post-style-slide-large {
    height: auto;
  }

  .home .vw-post-slides .vw-post-box-inner {
    position: relative;
    background-color: rgba(0, 0, 0, .8);
  }
}
