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

.entry-header .jeg_post_subtitle,
.entry-header .jeg_post_meta,
.wp-caption .wp-caption-text,
.jeg_featured .wp-caption-text
{
color:#5C5C5C;
}
.jeg_footer .copyright,
.jeg_footer_content a
{
color:#000;
}
.jeg_footer_content {
	background: #fff;
	border-top: 1px solid #e0e0e0;
}
.jeg_footer .copyright a{
	color:#06f;
}
 .jeg_content.jeg_singlepage {
	color: #000;
}
.jnews_inline_related_post .jeg_pl_xs_4 .jeg_postblock_content {
	padding-left: 1.1em;
}

.entry-content iframe,.ose-embedpress-responsive {
	margin: 0 auto !important;
 display: block !important;
}
/*Top Header en telefono*/
@media (max-width: 1024px) {
	.jeg_header.normal {
	position: relative;
	display: block;
}
	.jeg_header_sticky {
	display: none;
}
.jeg_header.normal .jeg_nav_center,
.jeg_header.normal  .jeg_nav_right,
.jeg_header.normal .jeg_midbar  {
	display:none;
}
	.jeg_header.normal .container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	display: block;
}
.jeg_header.normal	.jeg_topbar .jeg_nav_row {
	display: block;
}
.jeg_header.normal	.jeg_nav_alignleft {
	text-align: left;
	position: relative;
	display: block;
	max-height: 37px;
}
.jeg_header.normal	.jeg_topbar .jeg_nav_item {
	display: flex;
	overflow-x: auto;
	position: relative;
	padding: 5px 0;
	overflow: hidden;
	vertical-align: middle;
}
.jeg_header.normal	ul {
	touch-action: auto !important;
	list-style: none;
	padding: 0;
	display: flex !important;
	overflow-x: auto !important;
	flex-wrap: nowrap;
	margin: 0 auto;
}
	.jeg_topbar .jeg_menu > li {
	padding-right: 12px;
	list-style: none;
	margin: 0;
	position: relative;
	white-space: nowrap;
}
	/*seo telefono*/
.jeg_social_icon_block.socials_widget.nobg a {
	width: 48px;
	height: 48px;
}
	.jeg_social_icon_block.socials_widget.nobg a i {
	margin:25%;
}
	.jeg_menu_footer a {
	min-width: 48px;
	min-height: 48px;
	display: inline-block;
}
	
	
	}