.pop-content{
   padding: 40px;
   min-width: 300px;
   text-align: center;
}

#disqus, 
#disqus_recommendations, 
.comments,
iframe{
   max-width: 100%;
}

/* img{
   height: auto;
} */

.content ul:not(.list-stuff-review){
   margin-bottom: 20px;
}
.content ul li, 
.content ol li{
   margin-bottom: 5px;
}
.content>p:first-child img{
   margin-left: 0;
}
.content>div:not(.adthrive) {
   max-width: 100%;
}
/* image breaking layout */
.content>.wp-caption{
   width: auto
}

.content blockquote{
   padding: 20px;
   font-style: italic;
   color: #999;
   /* border: 1px solid; */
}
.content blockquote p:last-child{
   margin-bottom: 0;
}
body.dark .content{
   color: #999;
}

.get_next_post>.left-column-reviews{
   margin-top: 50px;
}

.news-img-box img,
.left-news-category__img-box img{
   width: 100%;
   height: auto;
} 
.top-center-news__img-box,
.left-news-category__img-box{
   height: auto;
   /* height: 167px; */
} 

script+br,
ins+br{
   display: none;
}

.video-container {
   overflow: hidden;
   position: relative;
   width:100%;
}

.video-container::after {
   padding-top: 56.25%;
   display: block;
   content: '';
}

.video-container iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
} 


@media (min-width: 1360px){
   .content ul:not(.list-stuff-review) {
      font-size: 19px;
   }
   .content ul li, 
   .content ol li{
      margin-bottom: 10px;
   }
   .content blockquote{
      padding: 40px
   }
}





.left-column-reviews__content h2,
.left-column-reviews__content h3,
.left-column-reviews__content h4,
.left-column-reviews__content h5,
.left-column-reviews__content h6 {
   font-family: Merriweather, sans-serif;
   font-weight: bold;
   font-size: 17px;
   line-height: 125%;
   color: rgba(0, 0, 0, 0.9);
   margin-bottom: 10px;
}

body.dark .left-column-reviews__content h2,
body.dark .left-column-reviews__content h3,
body.dark .left-column-reviews__content h4,
body.dark .left-column-reviews__content h5,
body.dark .left-column-reviews__content h6 {
  color: #fff;
}
@media (min-width: 765px) {
   .left-column-reviews__content h2,
   .left-column-reviews__content h3,
   .left-column-reviews__content h4,
   .left-column-reviews__content h5,
   .left-column-reviews__content h6 {
      font-size: 22px;
   }
}
@media (min-width: 1360px) {
   .left-column-reviews__content h2,
   .left-column-reviews__content h3,
   .left-column-reviews__content h4,
   .left-column-reviews__content h5,
   .left-column-reviews__content h6{
      font-size: 27px;
      margin-bottom: 20px;
   }
}

.aligncenter img,
img.aligncenter {
   margin-left: auto!important;
   margin-right: auto;
}

body.dark .adthrive-ad {
   border-top: 1px solid hsla(0,0%,88%,.1); 
}