/*
 * Blog
 *
 */


/* corrige imágenes svg */

#top.single .avia-image-container-inner {
  width: 100%;
}

/* tamaño del contenido */

#top .fullsize .template-blog .post.post-entry .entry-content-wrapper {
  font-size: 1em;
  text-align: left;
}

#top .fullsize .template-blog .post.post-entry .entry-content a {
  text-decoration: underline;
  color: #091313;
}


/* deshabilita clic en imagen */

#top .fullsize .template-blog .big-preview a {
  pointer-events: none;
}

#top .fullsize .template-blog .post .entry-content-header {
  margin-top: 30px;
}



/*
 * single
 *
 */


/* con builder: margen en imágenes */

#top.single-post .post-entry img {
  margin: 20px 0;
}


/* ancho de los elementos */

#top .fullsize .template-blog .post .entry-content-wrapper .big-preview {
  display: none;
}

#top .fullsize .template-blog .post.post-entry .entry-content-wrapper {
  max-width: unset;
}

#top .fullsize .template-blog .post.post-entry .entry-content-wrapper .entry-content {
  max-width: 800px;
}

#top .fullsize .template-blog .post .entry-content-header {
  max-width: unset;
}


/* título */

.html_elegant-blog #top .post-entry .post-title {
  font-size: 3.5em;
  letter-spacing: -0.85px;
  line-height: 1.1em;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  .html_elegant-blog #top .post-entry .post-title {
    font-size: 2.5em;
  }
}

.html_elegant-blog #top .post-entry .post-title:hover {
  opacity: 1;
}


/* espacios en las tarjetas */

.html_elegant-blog #top .avia-content-slider .slide-entry-title {
  margin-bottom: 0;
  padding-bottom: 5px;
}

.html_elegant-blog #top .post-entry .blog-categories {
  top: unset;
}


/* extracto */

.html_elegant-blog #top .post-entry .entry-content .extract {
  font-size: 20px;
}


/* imagen */

.html_elegant-blog .entry-content-wrapper .big-preview.single-big {
  margin-bottom: 30px;
}

/* meta */

.html_elegant-blog #top .post-entry .post-meta-infos {
  display: none;
}

/* burbuja */

.blog-bubble__wrapper {
  position: fixed;
  bottom: -300px;
  right: 30px;
  max-width: 350px;
  z-index: 9999;

  transition: bottom .3s ease-in-out;
}

@media only screen and (min-width: 768px) {
  .blog-bubble__wrapper--visible {
    bottom: 20px;
  }
}

.blog-bubble__body {
  background-color: #d8f5f5;
  padding: 30px;
  border-radius: 20px;
}

.blog-bubble__title {
  font-size: 20px;
  font-weight: bold;
}

.blog-bubble__content {
  font-size: 16px;
  line-height: 1.5;
}

.blog-bubble__button {
  background-color: #000;
  color: #fff;
}
