/*
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
/* ------------------------------------------------------------------------- */


.home .jeg_post_excerpt {
  display: none;
}

/*
#CybotCookiebotDialogBodyContentTitle {
	display: none !important;
}

#CybotCookiebotDialogBodyBottomWrapper {
	display: none !important;
}

#CybotCookiebotDialogBodyLevelWrapper {
	display: none !important;
}

#CybotCookiebotDialogBodyEdgeMoreDetails {
	display: none !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton { 
	text-transform: uppercase !important;
	font-size: 14px !important;
	width: 100% !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	font-weight: 400 !important;
}

#CybotCookiebotDialogFooter, #CybotCookiebotDialogTabContent {
    width: 100% !important;  
    max-width: 100% !important;  
    display: block !important; 
	min-width: 100% !important;
}

#CybotCookiebotDialogBodyButtonsWrapper {
	position: fixed !important;
	width: 100% !important;
	bottom: 0 !important;
}

#CybotCookiebotDialogBodyButtonsWrapper {
    display: flex !important;
    width: 100% !important;
}

#CybotCookiebotDialogBodyButtonsWrapper button, #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton  {
    flex: 1 !important; 
    text-align: center !important; 
}



#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll { order: 1; }  
#CybotCookiebotDialogBodyButtonDecline { order: 2; }  
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection { order: 3; }  
#CybotCookiebotDialogBodyLevelButtonCustomize { order: 4; } 

*/


.home .jeg_post_title a{
  font-size: 140% !important;
}


.jeg_topbar .jeg_nav_search, .jeg_topbar .jeg_social_icon_block {
	min-width:200px;
}

.jeg_topbar .jeg_nav_item .menu-item{
	padding: 0px 10px;
}

.jeg_meta_author,.jeg_meta_comment,.jeg_meta_footer {
	display:none!important;
}

/* CABECERAS CATEGORIAS  */

@media (min-width:768px) {
	.jeg_slider_wrapper {
		margin-top: 10px;
	}
	.jeg_cat_header_2 {
		
		height:150px;
		margin: -10px 0 40px;
	}
	
	.jeg_cat_title {
		color:white;
		text-align:center;
		margin:30px 0;
	}
}

@media (max-width:768px) {
	.jeg_cat_header_2 {
		
		height:100px;
	
	}
	.jeg_cat_title {
		color:white;
		text-align:center;
		margin:20px 0;
	}
}

/* COLOR ETIQUETAS  */

/* .jeg_post_category a {
	color: white!important;
} */

/* MENU BUSCAR */

@media (min-width:768px) {
	.jeg_nav_search {
		min-width:100px;
	}
}

/* META IZQUIERDO A MAYUSCULAS */

.meta_left {
	text-transform:uppercase;
	color:#22222;
	font-weight:bold;
	letter-spacing:0.1rem;
}

@media (max-width:768px) {
	.meta_left {
				text-transform:uppercase;
	color:#11111;
	font-weight:;
	letter-spacing:0.1rem;
	font-size:10px;
	}
}

/* MODIFICAR BOTONES COMPRAR EN ARTICULOS */
body > div.jeg_viewport > div.post-wrapper > div.post-wrap.post-autoload > div.jeg_main > div > div > div > div.row > div.jeg_main_content.col-md-8 > div > div.entry-content.with-share > div.content-inner.jeg_link_underline > div.wp-block-buttons.is-content-justification-center.is-layout-flex{
	text-transform:uppercase;
}

body > div.jeg_viewport > div.post-wrapper > div.post-wrap.post-autoload > div.jeg_main > div > div > div > div.row > div.jeg_main_content.col-md-8 > div > div.entry-content.with-share > div.content-inner.jeg_link_underline > div.wp-block-buttons.is-content-justification-center.is-layout-flex > div > a {
	color: white!important;
	text-decoration:none;
}

div.jeg_authorbox {
    display: none;
}

h2.jeg_post_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff !important;
}

.has-vivid-red-background-color {
    color: #fff !important;
}

.category-sorteos-primor, .category-sorteos {
    display: none;
}