﻿.owl-video-carousel .owl-item .single-image,
.video-feeds .single-image {
  min-height: 100%;
}

.content-section img {
  max-width: 100%;
  height: auto;
  margin: 5px 0px;
}

.video-post > a {
  position: relative;
  display: block;
}

.video-post > a:after {
  background: url('/images/playBTN.png') center center no-repeat;
  background-size: 100px;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}



.side-feed-articles {
  background: #bbdbf4;
  padding: 20px;
  border-radius: 5px;
}

.side-feed-articles .section-header h3 {
  background-color: #bbdbf4;
}

.side-feed-articles .single-post-container .single-wrapper {
  position: relative;
  background: #bbdbf4;
}

.lifestyle-container {
    background: linear-gradient(130deg,#ff7a18,#af002d 41.07%,#319197 76.05%);
    background-clip: padding-box;
    padding: 20px 10px;
    border-radius: 5px;
    margin: 0px 0px 30px 0px;
    position: relative;
    z-index: 2;
}
    .lifestyle-container > *{
        position:relative;
        z-index:2;
    }
    .lifestyle-container:before {
        content: "";
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 1;
        margin: 0;
        border-radius: inherit;
        background: #e4eaf3;
    }
.lifestyle-container .section-header h3 {
  background-color: #e4eaf3;
}

.lifestyle-container .single-post-container {
  background: transparent;
}

.lifestyle-container .single-post-container .single-wrapper.image {
  min-height: 100px;
  background: transparent;
}

.recipe-slider-container {
  background: #e4eaf3;
  padding: 20px 10px;
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

.recipe-slider-container .section-header h3 {
  background-color: #e4eaf3;
}

.recipe-slider-container .single-post-container {
  background: transparent;
}

.recipe-slider-container.carousel-main-container .owl-carousel .owl-item img {
    max-height: initial;
    border: none;
}

.recipe-slider-container .single-post-container .single-wrapper.image {
    background: transparent;
}

.didyouread-container {
    background: #ceead6;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}

    .didyouread-container .section-header h3 {
        background-color: #ceead6;
    }

    .didyouread-container .single-post-container {
        background: #ceead6;
        color: #000080;
    }

.didyouread-container .single-post-container .single-wrapper.image {
  background: transparent;
}

.endcard {
  border-radius: 5px;
  bottom: 20%;
  width: 60%;
}

.article-container .article-content-container .endcard .title {
  font-size: 17px;
  line-height: 20px;
}
.article-container .article-content-container .endcard .description {
  font-size: 14px;
}

.endcard {
  border-radius: 5px;
  bottom: 10%;
  width: 45%;
}

.article-container .article-content-container .endcard .title {
  color: white;
  font-size: 22px;
  line-height: 24px;
}
iframe {
  margin: 0 auto;
  display: flex;
}

.tag-container .owl-simple-carousel .single-title {
  padding: 0;
}

.embed-media {
  margin-bottom: 20px;
}
.vplr {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.vplr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scroll-top {
  position: fixed;
  bottom: 35px;
  right: 10px;
  z-index: 99;
  background: #004071;
  background-image: url('/images/ScrollToTop.svg');
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  border: none;
  width: 40px;
  height: 40px;
}

.gallerybox {
    background-color: #323232;
    padding: 20px 10px;
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(54,64,67,.15),0 1px 2px rgba(54,64,67,.3)
}
@media (max-width: 575.98px) {
    .gallerybox {
        border-radius: 0;
        border:0;
    }
}
.gallerybox .section-header h3 {
    background-color: #323232;
    color: #FFF;
}

.gallerybox {
background-color: #323232;
}

.gallerybox .single-title {
    color: #FFF;
    word-break: break-word;
}

.gallerybox .section-header {
    background-color: #FFF;
}

.gallerybox .single-post-container, .gallerybox .single-post-container .image {
    background: transparent;
}

.gallerybox .owl-carousel .owl-item img {
    border: 0;
}

.gallerybox .owl-carousel .owl-item a {
    cursor: pointer;
}
.opinion-container {
    background: #f3f3f3;
    padding: 20px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
    position: relative;
    border: solid 1px #ddd;
}

    .opinion-container .header-wrapper {
        margin-bottom: 10px;
        position:absolute;
        top:10px;
        width:87%;
    }

        .opinion-container .header-wrapper .title {
            font-size: 24px;
            line-height: 1.1;
            text-align: left;
            color: #004071;
            margin-bottom: 5px;
            display: block;
            font-weight:bold;
        }
        .opinion-container .header-wrapper .title .commentsign{
            right:-15px;
            top:-5px;

        }

            .opinion-container .header-wrapper .description {
                font-size: 20px;
                font-weight: normal;
                line-height: 1.1;
                text-align: left;
                color: #3d3d3d;
                min-height: 150px;
                display: block;
            }

    .opinion-container .img-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 15px;
        position: absolute;
        bottom: 20px;
    }

    .opinion-container .img-wrapper img {
        width: 120px;
    }

    .opinion-container .img-wrapper .author {
        font-size: 18px;
        font-weight: 500;
        text-align: left;
        color: #3d3d3d;
    }

@media (max-width: 991.98px) {
    .lifestyle-container, .theme-posts-container.alfavita, .home-imerisia-container {
        width: 98%;
        margin-left: 1%;
        border-radius:5px;
    }
    .opinions {
        margin: 0px 20px;
    }
    .didyouread-container {
        border-radius:0;
    }
    .opinion-container {
        flex-direction: column-reverse;
        min-height: auto;
        gap: 25px;
    }

        .opinion-container .img-wrapper {
            flex-direction: column;
        }

        .opinion-container .header-wrapper .description {
            min-height: auto;
        }

        .opinion-container .header-wrapper {
            margin: 0;
        }
}

@media (min-width: 1185px) and (max-width: 1384px) {
    .opinion-container .img-wrapper img {
        width: 100px;
    }
}

@media (max-width: 991.98px) {
    .popular-posts .single-post-container.top1 {
        margin: 0px;
    }

    .popular-posts .single-post-container {
        margin: 0px 20px;
    }
}
.image-gallery-home {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
    z-index: 2147483647;
    background-color: #004071;
    display: none;
}
    .image-gallery-home .closebtn {
        position: absolute;
        padding: 5px;
        background-color: #C31A20;
        top: 10px;
        right: 10px;
        cursor: pointer;
        z-index: 7;
    }
.image-gallery-home #big {
    width: 100%;
    height: calc(100vh - 130px);
}
.image-gallery-home .pg-img {
    background-color: #004071;
    background-size: contain;
    height: calc(100vh - 130px) !important;
}
.homethumb {
    background-color: #000;
    border-radius: 0;
}
.phcaption {
    position: absolute;
    z-index: 3;
    color: #FFF;
    background-color: rgba(0,0,0,.5);
    padding: 5px 10px 5px 10px;
    top: 10px;
    left: 10px;
    max-width: 80%;
    text-align: left;
}
.image-gallery-home {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
    z-index: 2147483647;
    background-color: #004071;
    display: none;
}
.image-gallery-home .closebtn {
        position: absolute;
        padding: 5px;
        background-color: #C31A20;
        top: 10px;
        right: 10px;
        cursor: pointer;
        z-index: 7;
}
.image-gallery-home #big {
        width: 100%;
        height: calc(100vh - 130px);
}
.image-gallery-home .pg-img {
        background-color: #004071;
        background-size: contain;
        height: calc(100vh - 130px) !important;
}
.homethumb {
    background-color: #000;
    border-radius: 0;
}
.phcaption {
    position: absolute;
    z-index: 3;
    color: #FFF;
    background-color: rgba(0,0,0,.5);
    padding: 5px 10px 5px 10px;
    top: 10px;
    left: 10px;
    max-width: 80%;
    text-align: left;
}

.theme-posts-container.alfavita,
.theme-posts-container.alfavita .section-header h3 {
  background-color: #0f70a7;
}

.theme-posts-container.alfavita .single-post-container .single-category,
.theme-posts-container.alfavita .single-post-container .single-category a {
  color: #1dafe1 !important;
}

.theme-posts-container.alfavita .mini-posts {
  display: flex;
  top: 100px;
  position: relative;
}

.theme-posts-container.alfavita .theme-post-logo {
  position: absolute;
  top: 0;
  right: 10px;
  background-image: url('/images/alfavita.png');
  display: block;
  width: 171px;
  height: 40px;
}

@media (max-width: 1200px) {
  .theme-posts-container.alfavita .mini-posts {
    top: 0;
  }

  .theme-post-logo-container {
    margin-bottom: 60px;
  }
}

@media (max-width: 575.98px) {
  .theme-posts-container.alfavita .single-post-container .single-wrapper.image {
    padding: 17px 0px;
  }
}

@media (max-width: 768px) {
    .opinion-container {
        height: 360px !important;
    }

        .opinion-container .description {
            display: none !important;
        }

        .opinion-container .img-wrapper {
            flex-direction: unset !important;
        }

        .opinion-container .header-wrapper {
            top: 20px !important;
        }
}