/*
Theme Name: News247 Child
Theme URI: http://news247.com/wordpress/news247/
Author: news247
Author URI: http://news247.com/
Description:	Child Theme for news247
Template:		news247
Version: 		1.2
Text Domain:  news247-child
*/

/* Ocultar número de seguidores/suscriptores/fans de Redes sociales de la home, del tema-2 para estos botones sociales */
.apsc-theme-2 .apsc-count,
.apsc-theme-2 .apsc-media-type{
    font-size: 14px;
    display: none!important;
    line-height: 14px;
    padding: 1px 0;
}

/* Ocultar frase por defecto en inglés "Like us on Facebook" */
.social-icon-box .ts-social-desc {
    display: none!important;
    font-size: 13px;
}

.social-icon-box > li > a i {
    width: 48px;
    height: 48px;
    line-height: 48px !important;
    text-align: center;
    float: initial!important;
    margin-right: 20px;
    background: rgba(0,0,0,0.2);
}

/* Ocultar autor y fecha de publicación de "Related Posts" bajo un single post */
.single-entry-blog .related-post .entry-post-footer-wrap span.post-meta-author {
    border-right: 1px solid #dedede;
    padding-right: 8px;
    margin-right: 8px;
    display: none!important;
}
.single-entry-blog .entry-post-footer-wrap > span {
    border-right: 0;
    padding-right: 8px;
    margin-right: 8px;
    display: none!important;
}

/* Quitar mayúsculas automáticas en cada palabra del título en single posts */
h1.single-post-title {
    margin-top: 15px;
    margin-bottom: 12px;
    text-transform: none!important;
}

/* Evitar que se oculte la lupa de buscar al hacer hover en el menú superior */
.menubarleft {
    padding-left: 0;
    padding-right: 30px;
}

/* Márgen inferior imágenes single post*/
.wp-block-image {
    margin-bottom: 1.8em!important;
}

/* colores menú header */
.thw-menubar-wrap {
    background: #000!important;
	color: #fff!important;
}

#home-search {
	background-color: #272727!important;
}
#home-search #searchform > input.search-field {
	background: #fff!important;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {
	color: #fff!important;
}
#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a:hover {
	color: #c6c6c6!important;
}

.trending-bar {
	/*background: #000!important;*/
}
.trending-title {
	color: #000!important;
}
.tp-control a.tp-control-prev,
.tp-control a.tp-control-next {
	color: #000000!important;
}

.tp-control a:hover {
	background: #86E856!important;
}

.menubelow .thw-menubar > .row {
    border-bottom: 0px solid #dedede!important;
}

/* Home styles */
.category-meta-bg a {	
	color: #000!important;
	background: #6CFF6E!important;
}
.category-meta-bg a:before {
	border-top-color: #6CFF6E!important;
}

/* menú móvil */
.wpmm_mobile_menu_btn {
    color: #000!important;
    background-color: #6cff6e!important;
}

@media (max-width: 767px){
	.wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu {
		background: #272727!important;
	}
	#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {
    	color: #fff!important;
	}
}

/* footer */
.copyright {
    background: #000!important;
}
.copyright .copyright-info span {
    color: #fff!important;
}