/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

.jeg_pl_sm .jeg_post_title {
    font-weight: bold;
}

.entry-content blockquote, .entry-content q {
	padding:1em;
	border-color:red;
	background-color:#f3f3f3;
	font-size:16px;
}

.artigo-patrocinado {background-color:#e4ecec;}
.categoria-patrocinada-septima {background-color:#e4ecec;padding:15px;border:1px solid #c3caca;}

@media only screen and (min-width:801px) {
	#adsMobile {display:none !important;}
	#adsDesktop {display:flex;justify-content:center;align-items:center;}
}

@media only screen and (max-width: 800px) {
	#adsMobile {display:flex;justify-content:center;align-items:center;}
	#adsDesktop {display:none !important;}
}