/*
 Theme Name:   Child GP
 Theme URI:    https://generatepress.com
 Description:  Tema de GP
 Author:       GP
 Author URI:   https://generatepress.com
 Template:     generatepress
 Version:      0.1
*/
/*LAST UPDATE GENERATEPRESS*/
.posted-on .updated {
    display: inline-block;
}
.posted-on .published {
    display: none;
}
.posted-on .updated:before {
    content: "Última Actualización: ";
}
/*PARA LOS CLUSTER*/
.clusters {
  width: 100%;
  margin-bottom: 10px;
  clear: both;
}
.cluster-texto article.entrada-cluster {
  border-radius: 10px;
  box-shadow: 0 0 12px 0 #e6e6e6;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
}
.cluster-texto article.entrada-cluster:hover {
  box-shadow: 0 0 18px 0 #c7c7c7;
}
.cluster-grid-33 article.entrada-cluster {
  max-width: 31%;
  display: inline-table;
  height: auto;
  margin-right: 15px;
  margin-bottom: 15px;
}
.cluster-grid-50 article.entrada-cluster {
  max-width: 48%;
  display: inline-table;
  height: auto;
  margin-right: 10px;
  margin-bottom: 15px;
}
.clusters article.entrada-cluster a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.titulo_cluster {
  text-align: center;
  font-weight: bold;
}
div.cluster-texto > article > a.titulo_cluster > p {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.07em;
	font-weight: bold;
	line-height: 25px;
}
div.cluster-texto article.entrada-cluster a img {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 1000px) {
  .clusters article.entrada-cluster {
    max-width: 45%;
	}
 }
@media screen and (max-width: 680px) {
  .clusters article.entrada-cluster {
    max-width: 100%;
	margin-right: 0;
	}
 }
/*PARA LOS OL CON NUMEROS*/
article ol {
  list-style-type: none;
}
article ol li {
  counter-increment: step-counter;
  margin-bottom: 20px;
  position: relative;
  padding-left: 2.5em;
}
article ol li:before {
  color: #000;
  content: counter(step-counter);
  background: #ef472f;
  padding: .05em .8em;
  font-size: 500 14/24;
  border-radius: 50%;
  margin-right: 0px;
  position: absolute;
  left: 0;
}

/*PARA EL BREADCUM*/
p#breadcrumbs {
	font-size: 10px;
	background: #f6f6f6;
	padding: 4px;
	padding-left: 10px;
}
body.home p#breadcrumbs {
	display: none;
}

/*PLUGIN PRODUCTERO*/
section.productero-single {
  border: 1px solid #c4c0c0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: auto;
  width: 70%;
  margin-top: 30px;
  margin-bottom: 30px;
  transition: box-shadow 0.5s;
}
section.productero-single:hover {
  -webkit-box-shadow: 0px 0px 31px 5px rgba(0,0,0,0.48);
  -moz-box-shadow: 0px 0px 31px 5px rgba(0,0,0,0.48);
  box-shadow: 0px 0px 31px 5px rgba(0,0,0,0.48);
}
section.productero-single p.nombre-productero, section.productero-single p.nombre-productero a, section.productero-single p.nombre-productero a:hover {
  text-align: center;
  font-weight: bolder;
  color: #333333;
  margin: 20px 0 20px 0;
}
section.productero-single p.productero-oferta {
  font-size: 12px;
  text-align: center;
  font-style: italic;
  color: #2bac21;
}
section.productero-single .productero-descuento {
  background: #8dc153;
  display: block;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
}

/*PARA LOS BOTONES*/
a.precio-single {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  clear: both;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: rgba(247,222,160,1);
background: -moz-linear-gradient(top, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(247,222,160,1)), color-stop(100%, rgba(240,195,83,1)));
background: -webkit-linear-gradient(top, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
background: -o-linear-gradient(top, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
background: -ms-linear-gradient(top, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
background: linear-gradient(to bottom, rgba(247,222,160,1) 0%, rgba(240,195,83,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dea0', endColorstr='#f0c353', GradientType=0 );
  color: #000;
  text-decoration: none;
  border: 1px solid #846a29;
}
a.precio-single:hover {
background: rgba(244,210,131,1);
background: -moz-linear-gradient(top, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,210,131,1)), color-stop(100%, rgba(238,186,56,1)));
background: -webkit-linear-gradient(top, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
background: -o-linear-gradient(top, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
background: -ms-linear-gradient(top, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
background: linear-gradient(to bottom, rgba(244,210,131,1) 0%, rgba(238,186,56,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4d283', endColorstr='#eeba38', GradientType=0 );
}
a.comentarios {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  clear: both;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: rgba(210,255,82,1);
background: -moz-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,255,82,1)), color-stop(100%, rgba(145,232,66,1)));
background: -webkit-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -o-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -ms-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: linear-gradient(to bottom, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=0 );
  color: #000;
  text-decoration: none;
  border: 1px solid #846a29;
}
a.comentarios:hover {
  background: rgba(204,250,65,1);
background: -moz-linear-gradient(top, rgba(204,250,65,1) 0%, rgba(132,219,51,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,250,65,1)), color-stop(100%, rgba(132,219,51,1)));
background: -webkit-linear-gradient(top, rgba(204,250,65,1) 0%, rgba(132,219,51,1) 100%);
background: -o-linear-gradient(top, rgba(204,250,65,1) 0%, rgba(132,219,51,1) 100%);
background: -ms-linear-gradient(top, rgba(204,250,65,1) 0%, rgba(132,219,51,1) 100%);
background: linear-gradient(to bottom, rgba(204,250,65,1) 0%, rgba(132,219,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccfa41', endColorstr='#84db33', GradientType=0 );
}

/*PARA LOS VIDEOS*/
.videoWrapper {
	position: relative;
	padding-bottom: 45%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 30px;
	background: #ffffff;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 100%;
}

/*FIX SHORTCODEULTIMATE LISTAS*/
div.su-list ul li {
	line-height: 35px;
}

/*PARA LAS CAJAS DE AUTOR*/
div.saboxplugin-wrap {
	background: #e6f1fb;
}
div.saboxplugin-wrap > div.saboxplugin-gravatar img {
	border-radius: 50%;
}
div.saboxplugin-wrap > div.saboxplugin-authorname {
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 15px;
	color: #1e73be;
}
div.saboxplugin-wrap > div.saboxplugin-desc p {
	line-height: 28px;
	font-size: 18px;
}
body.home div.saboxplugin-wrap, body.page-id-541 div.saboxplugin-wrap {
	display: none;
}

/*PARA LAS CAJAS META*/
div.entry-meta {
	border-bottom: 1px solid #f0efef;
	padding-bottom: 5px;
	margin-top: 15px;
	line-height: 30px;
}
div.entry-meta span.byline span.author img.avatar {
	width: 30px;
	border-radius: 50%;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
    vertical-align: middle;
}
div.entry-meta span.byline span.author a.url {
	margin-bottom: 10px;
}
div.entry-meta span.comments-link {
	display: inline;
	margin-left: 10px;
}

/*HEADER SOCIAL*/
.header-widget {
    margin-top: 10px;
	}
@media screen and (max-width: 775px) {
  .header-widget {
    display: none;
	}
 }

/*PARA EL PLUGIN PRODUCT REVIEW*/
#review-statistics > div > div.review-wu-content.cwpr_clearfix > div.review-wu-right h2, #review-statistics > div > div.review-wu-content.cwpr_clearfix > div.review-wu-right > div > ul > li, #wppr-review-154 > div > a > span {
	font-family: "Open Sans", sans-serif;;
}
/*PARA LOS ARTÍCULOS EN CATEGORY*/
#main > div > header.page-header {
	margin-bottom: 50px;
}
article.grid-50 {
	padding: 10px;
}
article.grid-50 .inside-article {
	border: 0px solid #000;
    border-radius: 3px;
    height: 100%;
    text-align: center;
    box-shadow: 0 0 12px 0 #e6e6e6;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;	
}
article.grid-50 .inside-article:hover {
	box-shadow: 0 0 18px 0 #c7c7c7;
}
article.grid-50 .inside-article p#breadcrumbs {
	display:none;
}
.post-image-above-header .no-featured-image-padding .inside-article .post-image {
    margin-top: 0;
	margin-bottom: 10px;
}
article.grid-50 header > h2 {
	font-size: 30px;
	font-weight: bold;
}
article.grid-50 header > h2 a {
	color: #ef472f;
}
article.grid-50 header > h2 a:hover {
	color: #333;
}
article.grid-50 div.entry-meta {
	border-bottom: 0;
	padding-bottom: 5px;
	margin-top: 15px;
	line-height: 30px;
	text-align: center;
}
article.grid-50 .entry-summary {
	display: none;
}
article.grid-50 > div > footer.entry-meta {
	margin-top: 15px;
}
article.grid-50 > div > footer > span.cat-links {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
article.grid-50 > div > footer > span.cat-links a {
	color: #333;
}
article.grid-50 > div > footer > span.cat-links::before {
	content: '';
}
/*TOC*/
div#toc_container {
	width: 100%;
	padding: 0;
	background: #ffffff;
	border: 2px dotted #ef472f;
}
div#toc_container p.toc_title {
	background: #1c1e1a;
	color: #fff;
	padding: 5px;
}
div#toc_container ul.toc_list {
	margin: 10px 10px;
}
div#toc_container ul.toc_list li a span.toc_number {
	margin-right: 10px;
}
div#toc_container ul.toc_list li a span.toc_number:after {
	content: " -";
}
/*PARA ADSENSE*/
.square_adsense { width: 336px; height: 280px; }
@media(max-width: 500px) { .square_adsense { width: 300px; height: 250px; } }
 
.rectangle_adsense { width: 600px; height: 300px; }
@media(max-width: 500px) { .rectangle_adsense { width: 300px; height: 600px; } }
header.site-header {
	border-bottom: 5px solid #ef472f;
}