/*
 Theme Name:   Hotelapalermo
 Theme URI:    https://hotelapalermo.net
 Description:  Tema Child de hotelapalermo.net
 Author:       Jmpacheco
 Author URI:   https://www.jmpacheco.com
 Template:     generatepress
 Version:      310120201148
*/

/* Solucion para problema de renderizado en navegadores webkit y firefox */

body {
  -webkit-font-sizing: antialiased;
  -moz-osx-font-sizing: grayscale;
}

/*LAST UPDATE GENERATEPRESS*/
.posted-on .updated {
    display: inline-block;
}
.posted-on .published {
    display: none;
}
.posted-on .updated:before {
    content: "Última Actualización: ";
}
/*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: #fff;
  content: counter(step-counter);
  background: #1e73be;
  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: 12px;
  background: #f6f6f6;
  padding: 4px;
  padding-left: 10px;
}
body.home p#breadcrumbs {
  display: none;
}
/*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: #1f76bb;
}
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 #1e73be;
}
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 PRO CONTRAS*/
.prosconsContainer h4 {
  margin-top: 0px !important;
}

.bold {
  font-weight: bold;
}

.proscons {
  margin-bottom: 20px;
}
.proscons .thumbs {
  height: 40px;
  width: 40px;
  float: left;
  line-height: 43px;
  text-align: center;
}
.proscons .thumbs.thumbsUp {
  background: #74B84E;
}
.proscons .thumbs.thumbsDown {
  background: #C51F25;
}
.proscons .thumbs > icon {
  font-size: 28px;
  font-weight: bold;
  color: white;
}
.proscons .prosconsContainer {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  padding: 5px 20px;
  margin-left: 45px;
}
.proscons .prosconsContainer .prosconsTitle {
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  width: 100%;
  display: inline-block;
  font-weight: bold;
  font-size: 26px;
  line-height: 29px;
  color: #333;
  text-transform: uppercase;
}
.proscons .prosconsContainer .prosconsTitle.prosTitle {
  color: #74B84E;
}
.proscons .prosconsContainer .prosconsTitle.consTitle {
  color: #C51F25;
}
.proscons .prosconsContainer .prosconsTitle::after,
.proscons .prosconsContainer .prosconsTitle::before {
  content: none;
}
/*PARA EL COLOR EN LA LINEA DEL HEADER*/
header.site-header {
  border-bottom: 5px solid #3D2F6D;
}
/*PARA ADSENSE*/
.responsive_adsense{width:336px;height:280px}
@media screen and (max-width:335px){.responsive_adsense{width:300px;height:250px}}
@media screen and (min-width:336px){.responsive_adsense{width:336px;height:280px}}.advertical{display:none}.adrectangle{display:block}
@media screen and (max-width:400px){.advertical{display:block}.adrectangle{display:none}}
