.custom-blocks-generic figcaption{
  display: none;
}

.blurb-title{
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.articles-block-wrapper {
  display: flex;
  margin: 0 0 30px;
  position: relative;
}
.small-articles .article-image {
  height: 160px;
}
.article-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.small-articles {
  flex: 1;
  min-width: 35%;
  padding: 15px;
  z-index: 1;
}
.big-article {
  flex: 2;
  padding: 15px;
  z-index: 1;
}
.articles-block-wrapper.left {
  flex-direction: row-reverse;
}
.article-category a {
  text-decoration: none !important;
  font-size: 14px;
  font-size: .8em;
  font-weight: 600;
}
.article-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
  color: #2e2e2e;
  text-decoration: none !important;
  border: none !important;
}

.small-articles .article {
  margin-bottom: 25px;
}
.small-articles .article-content {
  margin-bottom: 20px;
  line-height: initial;
}
.small-articles .article-title {
  font-size: 0.9em;
  line-height: calc(1ex/0.4);
}
.annons::before {
  content: 'Annons';
  font-size: .8em;
  position: relative;
  display: block;
  margin: 0.5em 0.5em -3em 0.5em !important;
  float: right;
  margin-right: 0.5em;
  background-color: white;
  padding: 0 0.5em;
  z-index: 2;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .articles-block-wrapper, .articles-block-wrapper.left {
    flex-direction: column;
  }
  .article-image img {
    max-height: 300px;
  }
  .article-content {
    margin-left: 15px;
    flex: 1;
    margin-top: -5px;
  }
  .small-articles .article {
    display: flex;
  }
  .small-articles .article-image {
    width: 35%;
    height: 110px;
    max-width: 220px;
  }
  .small-articles .article-content {
    font-size: 0.9em;
    line-height: calc(1ex/0.4) !important;
  }
}
@media screen and (max-width: 536px) {
  .small-articles .article-image {
    height: 60px;
  }
}


/* Category Slider */
.category-slider a {
  display: block;
  padding: 15px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  text-align: center;
}
.category-slide {
  position: relative;
  text-align: center;
}
.category-slide img {
  max-width: 100%;
  height: auto;
}
.category-slide a {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.category-slide a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.posts-slider.slick-slider {
  overflow: visible;
  position: relative;
  margin-top: 0;
}
body.single .posts-slider figure {
  margin-bottom: 10px !important;
}
.category-slider-wrapper {
  position: relative;
  margin: 30px 0;
  padding-left: 30px;
  padding-right: 30px;
}
.posts-slider .slick-list {
  padding: 10px;
}
.posts-slider h2 {
  font-size: 15px !important;
  text-decoration: none !important;
}
.posts-slider .post-slide {
  margin-right: 10px !important;
}
.post-slide a {
  text-decoration: none !important;
  color: #2e2e2e;
}
.post-slide .featured-image-caption {
  display: none;
}
.title-and-number {
  display: flex;
}
.title-and-number b {
  margin-right: 8px;
  font-size: 30px;
  line-height: 25px;
}
.posts-slider img {
  margin-bottom: 10px !important;
  height: auto !important;
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  display: block;
}
.cat-slider-title {
  position: relative;
  font-weight: 800;
  margin-left: 10px;
  display: block;
  padding-top: 20px;
  padding-bottom: 10px;

}
.slick-slide {
  transition: transform .3s ease;
}
.slick-slide:hover {
  transform: scale(1.05);
}
.slick-prev,
.slick-next {
  z-index: 1;
  overflow: hidden;
  display: flex !important;
  align-items: center;
}
.slick-prev::before,
.slick-next::before {
  color: #000 !important;
  font-family: dashicons !important;
  font-size: 22px !important;
  opacity: 1 !important;
}
.slick-prev::before {
  padding-left: 4px;
  content: "\f341" !important;
}
.slick-next::before {
  content: "\f345" !important;
  position: absolute;
  right: 3px;
}
@media screen and (max-width: 921px) {
  .posts-slider img {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .posts-slider img {
    height: 250px;
  }
}
@media screen and (max-width: 536px) {
  .posts-slider img {
    height: 200px;
  }
}

.posts-slider{
  display: flex;
}

.post-slide{
  height: 100%;
}

/* Most Read Slider */
.block-slider-wrapper {
  position: relative;
  margin: 0 0 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.block-slider-background, .block-color-background {
  top:0;
  left:0;
  position: absolute;
  width: 100%;
  height: 100%;
}

/* Horoscope Block */
.horoscope-block-wrapper {
  background-position: 50% 17%;
  background-size: 100%;
  display: flex;
  padding: 10px;
  justify-content: space-around;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.time-circle {
  max-width: 160px;
  text-align: center;
  font-weight: 700;
}
.time-circle:hover {
  transform: scale(1.05);
}
.horoscope-block-wrapper a {
  color: #2e2e2e;
  text-decoration: none !important;
}
@media screen and (max-width: 536px) {
  .horoscope-block-wrapper {
    flex-direction: column;
    align-items: center;
    background-size: cover;
  }
}

/* Newsletter */
.newsletter-wrapper {
  padding: 20px;
  border: 35px solid #c7f1ff;
  margin: 0 0 30px;
}
.newsletter-signup {
  display: none;
  margin-top: 50px;
}
.newsletter-signup.active {
  display: block;
}
.newsletter-inform {
  display: flex;
  align-items: center;
}
.newsletter-inform .text-inform {
  flex: 2;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.newsletter-envelope {
  flex: 1;
  display: flex;
  justify-content: center;
}
.newsletter-envelope img {
  width: 80px;
}
.newsletter-open-btn {
  flex: 1;
  height: fit-content;
  text-align: center;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.newsletter-signup form {
  display: flex;
  align-items: unset;
  justify-content: center;
}
.newsletter-signup input[type=email] {
  height: fit-content;
  padding: 1px;
  max-width: 160px;
}
.newsletter-signup .g-recaptcha {
  padding: 0 5px 0 10px;
}
.newsletter-submit label {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
.newsletter-submit input {
  margin-right: 5px;
}
.newsletter-submit span {
  font-size: 14px;
  line-height: 16px;
}
.newsletter-submit button {
  background-color: #000;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 18px;
}
.response {
  text-align: center;
  display: none;
  font-size: 25px;
}
.response.signed {
  display: block;
  color: green;
}
.response.error {
  display: block;
  color: red;
}
.response.wait {
  display: block;
  color: coral;
}
#newsletter-signup-form.hide {
  display: none;
}
@media screen and (max-width: 1026px) {
  .newsletter-signup form {
    flex-direction: column;
    align-items: center;
  }
  .newsletter-signup input[type=email] {
    width: 100%;
    max-width: inherit;
  }
  .newsletter-signup .g-recaptcha {
    margin: 20px 0;
  }
  .newsletter-submit {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 536px) {
  .newsletter-inform {
    flex-direction: column;
  }
  .newsletter-envelope, .text-inform {
    margin-bottom: 20px;
  }
}