/* Estilos y Arreglos manuales */
* {
  transition: all .25s ease-in;
  font-family: 'Roboto', sans-serif;
  text-rendering: optimizeLegibility;
}

.card {
  filter: drop-shadow(0 0 0.25em rgba(0, 0, 0, .8));
  overflow: hidden;
  cursor: pointer;
}
.card:hover{
  filter: drop-shadow(0 0 0.5em rgba(0, 0, 0, .95));
}
.card-img-overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f2000000', GradientType=0);
}

/*
  Estilos para el single (Notas)
*/
.contsingle {
  background: #fff;
  /*padding-top: 2vh;*/
}

.contsingle h3 a {
  color: #4a4a4a;
  font-weight: 900;
}

.contsingle .datoss {
  margin: 2vh 0;
}

.contsingle .datoss span {
  margin-right: 5px;
}

.contsingle .datoss a {
  color: #9b9b9b;
}

.contsingle .datoss a:hover {
  color: #000;
}

.imagen-superior img {
  max-width: 100%;
}

.entry-single {}

.entry-single img {
  max-width: 100%;
}

.entry-single img .alignnone {}

.entry-single img .size-full {}

.entry-single img .wp-image-791676 {}

.txtent {
  display: inline-block;
  background: #fff;
}

/*
  Reproductor
*/
#audioplayer {
  width: 100%;
  height: auto;
  padding: 5px;
  display: inline-block;
}

#pButton {
  height: 34px;
  width: 34px;
  border: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  outline: none;
  cursor: pointer;
  margin-right: 1vw;
}

/*#pButton:hover{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.5s;
}*/
.play {
  background:
    url('../../../../../wp-content/themes/Notigram/imgs/play.png');

}

.pause {
  background:
    url('../../../../../wp-content/themes/Notigram/imgs/pause.png');
}

#timeline {
  width: 400px;
  height: 20px;
  margin-top: 20px;
  float: left;
  border-radius: 15px;
  background: rgba(0, 0, 0, .3);
  display: none;

}

#playhead {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-top: 1px;
  background: rgba(0, 0, 0, 1);
}

/* arreglos videos en loops */

.card .featured-video-plus.post-thumbnail {
  max-width: 100%;
  padding-bottom: 50px;
}

.card .imagen-superior .post-thumbnail {
  overflow: hidden;
}

.card .featured-video-plus.fvp-center {
  text-align: center;
}

.card .fvp-youtube {
  position: relative;
  padding-bottom: 0 !important;
  padding-top: 0px;
  /*height: 78vh;*/
  max-height: 250px;
}

.card .imagen-superior {
  min-height: 200px;
  max-height: 250px;
  /*overflow: hidden;*/
  /*margin-bottom: 2vh;*/
}

.card .fvp-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card .fluid-width-video-wrapper {
  /*padding-top: 78vh!important;*/
  min-height: 250px;
  max-height: 250px;
}

/*Fixes para videos en loop*/

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .card .imagen-superior .fb-video {
    max-width: 100%;
  }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .card .imagen-superior .fb-video {
    max-width: 100%;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .card .imagen-superior .fb-video {
    max-width: 100%;
  }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card .imagen-superior .fb-video {
    max-width: 100%;
  }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .card .imagen-superior .fb-video {
    max-width: 480px;
  }
}

/* arreglos videos en notas */

.entrada .featured-video-plus.post-thumbnail {
  max-width: 100%;
  padding-bottom: 50px;
}

.entrada .imagen-superior .post-thumbnail {
  overflow: hidden;
}

.entrada .featured-video-plus.fvp-center {
  text-align: center;
}

.entrada .fvp-youtube {
  position: relative;
  padding-bottom: 0 !important;
  padding-top: 0px;
  /*height: 78vh;*/
  max-height: 350px;
}

.entrada .imagen-superior {
  min-height: 250px;
  max-height: 350px;
  /*overflow: hidden;*/
  /*margin-bottom: 2vh;*/
}

.entrada .fvp-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entrada .fluid-width-video-wrapper {
  /*padding-top: 78vh!important;*/
  min-height: 350px;
  max-height: 350px;
}

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* estilos galerias en columnas */

.gallery-columns-1 .gallery-item {
  width: 96%;
}

.gallery-columns-2 .gallery-item {
  width: calc(96% / 2);
}

.gallery-columns-3 .gallery-item {
  width: calc(96% / 3);
}

.gallery-columns-4 .gallery-item {
  width: calc(96% / 4);
}

.gallery-columns-5 .gallery-item {
  width: calc(96% / 5);
}

.gallery-columns-6 .gallery-item {
  width: calc(96% / 6);
}

.gallery-columns-7 .gallery-item {
  width: calc(96% / 7);
}

.gallery-columns-8 .gallery-item {
  width: calc(96% / 8);
}

.gallery-columns-9 .gallery-item {
  width: calc(96% / 9);
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 2%;
}

.gallery-item img {
  width: 100% !important;
  height: auto !important;
}

.gallery-columns-1 .gallery-caption {}

.gallery-columns-2 .gallery-caption {}

.gallery-columns-3 .gallery-caption {}

.gallery-columns-4 .gallery-caption {}

.gallery-columns-5 .gallery-caption {}

.gallery-columns-6 .gallery-caption {}

.gallery-columns-7 .gallery-caption {
  display: none;
}

.gallery-columns-8 .gallery-caption {
  display: none;
}

.gallery-columns-9 .gallery-caption {
  display: none;
}
.gallery{
  width: 100%;
  display: inline-block;
}
/* Horoscopos */
.page-title {
  margin-bottom: 2vh;
}

.img-horoscopo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 50px;
  min-width: 50px;
}

@media (max-width: 1024px) {
  .img-horoscopo {
    height: 40px;
    min-width: 40px;
  }
}

.acuario .img-horoscopo {
  background-image: url(../imgs/acuario.png);
}

.piscis .img-horoscopo {
  background-image: url(../imgs/piscis.png);
}

.aries .img-horoscopo {
  background-image: url(../imgs/aries.png);
}

.tauro .img-horoscopo {
  background-image: url(../imgs/tauro.png);
}

.geminis .img-horoscopo {
  background-image: url(../imgs/geminis.png);
}

.cancer .img-horoscopo {
  background-image: url(../imgs/cancer.png);
}

.leo .img-horoscopo {
  background-image: url(../imgs/leo.png);
}

.virgo .img-horoscopo {
  background-image: url(../imgs/virgo.png);
}

.libra .img-horoscopo {
  background-image: url(../imgs/libra.png);
}

.escorpio .img-horoscopo {
  background-image: url(http://parral.oralequechiquito.com/wp-content/themes/orale-2019-grupo/imgs/escorpio.png);
}

.sagitario .img-horoscopo {
  background-image: url(../imgs/sagitario.png);
}

.capricornio .img-horoscopo {
  background-image: url(../imgs/capricornio.png);
}

.horoscopo-cont h2.screen-reader-text {
  display: none;
}

.horoscopo-cont .nav-previous {
  float: left;
}

.horoscopo-cont .nav-next {
  float: right;
}

.horoscopo-cont .nav-links {
  display: block;
  height: 25px;
}

.signo,
.listhoro {
  margin-bottom: 2vh;
  border-bottom: 2px solid #f3f3f3;
}

.listhoro h3 a {
  font-weight: 400;
}

.listhoro h3 a:hover {
  font-weight: 900;
}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-pings,
.entry-comments {
  /*color: #444;*/
  padding: 20px;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fff;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
  /*-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);*/
  /*border-left: 4px solid #444;*/
}

.entry-comments h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

.comment-respond h3,
.entry-pings h3 {
  /*font-size: 20px;
    margin-bottom: 30px;*/
}

.comment-respond {
  /*padding-bottom: 5%;
    margin: 20px 1px 20px 1px;
    border-left: none !important;*/
}

.comment-header {
  color: #adaeb3;
  font-size: 14px;
  margin-bottom: 20px;
}

.comment-header cite a {
  border: none;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
}

.comment-header .comment-meta a {
  border: none;
  color: #adaeb3;
}

li.comment {
  background-color: #fff;
  border-right: none;
}

.comment-content {
  clear: both;
  overflow: hidden;
}

.comment-list {}

.comment-list {
  list-style: none;
  /*counter-reset: my-awesome-counter;*/
}

.comment-list li {
  /*counter-increment: my-awesome-counter;*/
}

.comment-list li::before {
  /*content: counter(my-awesome-counter) ". ";*/
  color: red;
  font-weight: bold;
}

.comment-list li {
  /*font-size: 14px;*/
  padding: 20px;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.3));
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.comment-list .children {
  margin-top: 20px;
  /*border: 1px solid #ccc;*/
  list-style: none;
}

.comment-list li li {
  background-color: #f5f5f6;
}

.comment-list li li li {
  background-color: #fff;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%;
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
  position: relative;
}

.entry-comments .comment-author img {
  border-radius: 50%;
  border: 5px solid #fff;
  left: -80px;
  top: -5px;
  position: absolute;
  width: 60px;
}

.entry-pings .reply {
  display: none;
}

.bypostauthor {}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px;
}

.comment-reply-link {
  cursor: pointer;
  background-color: #444;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 4px 10px 4px;
  text-transform: uppercase;
  width: auto;
}

.comment-reply-link:hover {
  color: #fff;
}

.comment-notes {
  display: none;
}

.comment-author {
  max-width: 275px;
  display: inline-block;
  margin-bottom: 15px;
}

.comment-author img {
  border-radius: 100px;
}

.comment-meta {
  max-width: 275px;
  display: inline-block;
  margin-bottom: 15px;
  float: right;
}

/*spinner/loader single*/
.spinner {
  background: #1e1e1e;
  opacity: 0.99;
  filter: blur(1px); 
  filter: grayscale(1); 
  display: inline-block; 
  top: 0; 
  left: 0; 
  position: fixed; 
  z-index: 99999; 
  width: 100vw; 
  height: 100vh;
}

.cs-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  /*width: calc(100% - 200px);*/
  width: 100%;
  color: #FFF;
  padding: 0 100px;
  text-align: center;
}

.cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display: inline-block;
}

@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }

  33% {
    opacity: 1;
    transform: translateX(0px);
  }

  66% {
    opacity: 1;
    transform: translateX(0px);
  }

  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }

  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }

  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}

.cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}

.cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}

.cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}

/* LOADER para obituarios */

#loader-4 span{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #3498db;
  margin: 35px 5px;
  opacity: 0;
}

#loader-4 span:nth-child(1){
  animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2){
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3){
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}

/*nuevos horoscopos*/
.datos_horscopos_acuario .img-horoscopo {
  background-image: url(../imgs/acuario.png);
}

.datos_horscopos_piscis .img-horoscopo {
  background-image: url(../imgs/piscis.png);
}

.datos_horscopos_aries .img-horoscopo {
  background-image: url(../imgs/aries.png);
}

.datos_horscopos_tauro .img-horoscopo {
  background-image: url(../imgs/tauro.png);
}

.datos_horscopos_geminis .img-horoscopo {
  background-image: url(../imgs/geminis.png);
}

.datos_horscopos_cancer .img-horoscopo {
  background-image: url(../imgs/cancer.png);
}

.datos_horscopos_leo .img-horoscopo {
  background-image: url(../imgs/leo.png);
}

.datos_horscopos_virgo .img-horoscopo {
  background-image: url(../imgs/virgo.png);
}

.datos_horscopos_libra .img-horoscopo {
  background-image: url(../imgs/libra.png);
}

.datos_horscopos_escorpio .img-horoscopo {
  background-image: url(http://parral.oralequechiquito.com/wp-content/themes/orale-2019-grupo/imgs/escorpio.png);
}

.datos_horscopos_sagitario .img-horoscopo {
  background-image: url(../imgs/sagitario.png);
}

.datos_horscopos_capricornio .img-horoscopo {
  background-image: url(../imgs/capricornio.png);
}

/*nuevos horoscopos single*/
.horoscopo-cont .datos_horscopos_acuario .img-horoscopo {
  background-image: url(../imgs/acuario.png);
  width: 80px;
  height: 80px;
}

.horoscopo-cont .datos_horscopos_piscis .img-horoscopo {
  background-image: url(../imgs/piscis.png);
  width: 80px;
  height: 80px;
}

.horoscopo-cont .datos_horscopos_aries .img-horoscopo {
  background-image: url(../imgs/aries.png);
  width: 80px;
  height: 80px;
}

.horoscopo-cont .datos_horscopos_tauro .img-horoscopo {
  background-image: url(../imgs/tauro.png);
  width: 80px;
  height: 80px;
}

.horoscopo-cont .datos_horscopos_geminis .img-horoscopo {
  background-image: url(../imgs/geminis.png);
  width: 80px;
  height: 80px;
}

.horoscopo-cont .datos_horscopos_cancer .img-horoscopo {
  background-image: url(../imgs/cancer.png);
  width: 80px;
  height: 80px;
}

.horoscopo-cont .datos_horscopos_leo .img-horoscopo {
  background-image: url(../imgs/leo.png);
  width: 80px;
  height: 80px;
}

.horoscopo-cont .datos_horscopos_virgo .img-horoscopo {
  background-image: url(../imgs/virgo.png);
  width: 80px;
  height: 80px;
}

.horoscopo-cont .datos_horscopos_libra .img-horoscopo {
  background-image: url(../imgs/libra.png);
  width: 80px;
  height: 80px;
}

.horoscopo-cont .datos_horscopos_escorpio .img-horoscopo {
  background-image: url(http://parral.oralequechiquito.com/wp-content/themes/orale-2019-grupo/imgs/escorpio.png);
  width: 80px;
  height: 80px;
}

.horoscopo-cont .datos_horscopos_sagitario .img-horoscopo {
  background-image: url(../imgs/sagitario.png);
  width: 80px;
  height: 80px;
}

.horoscopo-cont .datos_horscopos_capricornio .img-horoscopo {
  background-image: url(../imgs/capricornio.png);
  width: 80px;
  height: 80px;
}