/*
Theme Name: JNews
Version: 3.1.1
Theme URI: http://themeforest.net
Description: JNews
Author: Jegtheme
Author URI: http://jegtheme.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  custom-background,custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: jnews
*/
.popmake-content > p > .dcmads {
    display: none !important;
}
 .magazine-container {
      display: flex;
      flex-wrap: wrap;
    }
    .magazine{
        text-align:center;
        min-width:20%;
        margin: 15px;
    }
.magazine > h3{
font-size:1rem !important;
}



/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
	.skyscraper_left{
		display:none;
	}
	.skyscraper_right{
		width:80px !important;
	}
	
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1223px) and (orientation: portrait) {
  /* Styles */
	.skyscraper_left{
		display:none;
	}
	.skyscraper_right{
		width:80px !important;
	}
}

/* Desktops and laptops ----------- */
@media only screen and (max-width: 1366px) {
  /* Styles */
	.skyscraper_left{
		display:none;
	}
	.skyscraper_right{
		width:80px !important;
	}
	
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
	
}


@media only screen and (min-device-width: 500px) and (max-device-width: 650px) and (orientation: portrait) {
  /* Styles */
	.skyscraper_left{
		display:none;
	}
	.skyscraper_right{
		width:50px !important;
	}
	
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width: 120px) and (max-device-width: 480px) and (orientation: portrait) {
  /* Styles */
	.skyscraper_left{
		display:none;
	}
	.skyscraper_right{
		width:50px !important;
	}
	
}


/* iPhone 4 ----------- */
@media only screen and (max-device-width: 680px){
  /* Styles */
	.skyscraper_left{
		display:none;
	}
	.skyscraper_right{
		width:50px !important;
	}
	
}


