/*****
Theme Name: MH Magazine Child La Republica
Theme URI: http://www.mhthemes.com/themes/mh/magazine/
Description: This is a child theme for MH Magazine WordPress theme to make customizations much easier for you. By using this child theme you make sure, that you keep your changes after an update of the parent theme.
Author: MH Themes
Author URI: http://www.mhthemes.com/
Template: mh_magazine
Version: 2.0.5
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*****/

@import url("../mh_magazine/style.css");

.lr-slider .flex-control-nav { display: none; }
.lr-slider .slide-title { font-size: 42px; color: #000; text-align: center; }
.lr-slider .mh-excerpt { font-size: 22px; line-height: 1.2; font-weight: 600; text-align: center; margin-top: 20px; }
.lr-slider a { text-decoration: none; }
.header-bar { margin-top: 5px; }
.header-bar .date { font-size: 14px; }

@media screen and (max-width: 1000px) {
	.mh-mobile .header-bar .col-1-3 { width: 100%; margin: 0; }

	.mh-mobile .header-bar .col-1-3:nth-child(3) {
		width: 90%;
		margin: 0 0 0 29px;
		}

	.mh-mobile .header-bar { text-align: center; }
	.mh-mobile .header-bar .mh-social-widget { display: inline-block; }
}

@media screen and (max-width: 767px) {
	.mh-mobile .lr-slider .slide-title { font-size: 32px; }
	.mh-mobile .lr-slider .mh-excerpt { font-size: 18px; }
}

/***** Center header logo *****/
	.logo-wrap { text-align: center; }

/***** Clase BnCuadro para utilizar imagen Publicidad en vez de utilizar texto [ad]..codigo..[/ad]*****/
.BnCuadro{
	margin-top: 5px;
	padding: 15px 0px 0px 0px;
	background: transparent url("../lrmhma_child/image_ad_publicidad.png") left top no-repeat;
	z-index: 500;
}

.widget_category_and_tag_specific_widgets {
    border: 4px solid #E7E8E8;
    padding: 3px;
}

.textwidget .videoHome-tile { font-size: 50px; color: #000; text-align: center; }
.textwidget .videoHome-excerpt { font-size: 24px; line-height: 1.2; font-weight: 600; text-align: center; margin-top: 20px; }

/***** Left and Right HOMEPAGE vertical banners *****/
#banner_left {
     display:block;
     height:600px;
     left:50%;
     margin-left:-656px;
     position:fixed;
     right:0;
     top: 43px;
     width:170px;
     z-index:999;
}
#banner_right {
    display: block;
    height:600px;
    left:50%;
    margin-left:495px;
    position: fixed;
    right:0;
    top: 43px;
    width:170px;
    z-index:999;
}

/* Adjustments below RA-Maintainn 5/14 */

.header-bar .col-1-3 {
	width: 30%;
}

.header-bar .col-1-3.date {
	margin: 9px 1em 0 1em;
}

.mh-social-widget li {
 margin: 0 6px 6px 8px;
}

.header-bar .col-1-3:nth-child(3) {
	margin-left: 36px;
}

.header-bar #searchform #s {
	font-size: 11px;
}

.single article, .single article p {
	font-size: 14px;
}

/* Adjustments below XL-MHThemes 20140603 */
.footer-nav ul {
	float: left;
}

.page .entry {
	font-size: 14px;
}

.entry a {
	text-decoration: underline; font-weight: 600;
}

/** MS Widget */
.sb-widget .entry-meta {
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
.sb-widget .entry-meta .avatar {
	float: left;
	margin-right: 5px;
}
.sb-widget .entry-site {
	font-weight: bold;
	border-bottom: 1px solid #f2f2f2;
	margin: 5px 0;
	display: block;
}
.sb-widget h4 {
    font-size: 16px;
}
