/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */.post-image {	margin-bottom: 10%;}

/* Vídeos em iframe responsivos -> Ver MEDIA ONLY SCREENS */

iframe {
	max-width: 100%;
}

/* Fim vídeos em iframe responsivos */

.show-search {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 58px;
	background: #fff;
	text-align: left;
	z-index: 100;
	display: none;
}

.show-search a.close-search{
	color: #fff;
}

/* Botão Hover Box */

.vc-hoverbox-block .vc_btn3-container a{
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
}

/* <-------------- PLUGIN YOP POLL -> PARA NÃO PASSAR À FRENTE DE OUTROS ELEMENTOS */

.basic-yop-poll-container{
	z-index: 0;
}

.basic-stats{
	margin-bottom: 10px;
	text-align: left;
}
.basic-yop-poll-container{
	border: none !important;
	margin-bottom: 10px;
}

/* <--------------  FIM PLUGIN YOP POLL ----------------> */



/* <-------------- Hiperligações Artigos Antigos / Recentes (OLD / RECENT POSTS) ----------------> */

.older a span, .newer a span{
	color: black;
	font-size: 1.2em;
	text-decoration: underline;
	text-decoration-color: #14ad8b;
	text-decoration-style: double;
}


/* <-------------- Esconder Títulos Secções Análises & Análises Videojogos na Home Page  ---------------> */

#analises_featured .penci-border-arrow.penci-homepage-title.penci-magazine-title.style-7.pcalign-left,
#analises_featured .penci-border-arrow.penci-homepage-title.penci-magazine-title.pcalign-left{
	display: none;
}


.pciwgas-clearfix:before, .pciwgas-clearfix:after{
	content: none;
}


/* <-------------- ESSENTIAL GRID - LISTA SÉRIES ANIME ---------------> */

article.esg-filters.esg-singlefilters{
	text-align: left !important;
	margin-bottom: 2% !important;
}

div.esg-pagination{
	margin-top: 2%;
}

div.esg-pagination .esg-filterbutton.selected{
	border-color: #14ad8b;
}

/* <-------------- Artigos Embebidos Embed Wordpress ---------------> */

iframe.wp-embedded-content{
	max-height: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* <-------------- AMP - SMILES ESTAVAM A FICAR MUITO GRANDES - CORREÇÃO TEMPORÁRIA ---------------> */

.amp-wp-enforced-sizes{
	width: 10% !important;
	border: 2px solid green;
}


/* <-------------- HEADERS:CABEÇALHOS ARTIGOS COM SUBLINHADO E COR ---------------> */

/*.post-entry h2, .post-entry h3{
	border-bottom: 2px solid #14ad8b;
	border-bottom-width: medium;
}*/

/* <-------------- Page Header antes da versão 7.0 do Soledad ---------------> */

/* = Page Header
-----------------------------------------------------*/
.penci-page-header {
	margin: 0 0 30px 0;
	text-align: center;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	background: transparent;
}
.penci-page-header:after,
.penci-page-header:before{
	content: none;
}
.penci-page-header h1 {
	font-size: 24px;
	color: #313131;
	text-transform: uppercase;
}


/* <-------------- Mais correções após o update do Soledad para o 7.0 ---------------> */

.penci-homepage-title.style-7 .inner-arrow:before,
.penci-sidebar-content.style-7 .penci-border-arrow .inner-arrow:before,
.penci-homepage-title.style-9 .inner-arrow:before,
.penci-sidebar-content.style-9 .penci-border-arrow .inner-arrow:before{
	content: '';
	width: 40px;
	height: 3px;
	position: inherit;
	bottom: -3px;
	background: #6eb48c;
}

/* <-------------- Anúncios MGID ---------------> */

.footer-widget-wrapper{
	width: 100%;
}

/* <-------------- Download Manager - Cor Texto Botões ---------------> */

.wpdm-download-link.btn.btn-primary{
	color: white;
}

/* <--------------  ---------------> */


@media only screen and (min-width: 961px) {

/* Barra de Pesquisa */

.show-search{
	/*left: unset; */
}

}

@media screen and (max-width: 600px) {
	div.vc-hoverbox{
		width: 95% !important;
	}
	
	/* <-------------- Páginas Embebidas Facebook ---------------> */

	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style]{
		max-height: none;
	}
}

@media screen and (max-width: 480px) {
	iframe{
		max-height: 220px;
	}
	
	iframe.instagram-media{
		max-height: none;
	}
}

@media screen and (max-width: 480px) {
	iframe{
		max-height: 180px;
	}
	
	iframe.instagram-media{
		max-height: none;
	}
}