h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
span {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Mulish", sans-serif;
}

:root{
    --sunglow:#00D8D5; 
    --steel:white;
}

body {
    line-height: 1;
    font-family: "Mulish", sans-serif;
 
}
#page{
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  html, body {
    height: 100%!important; 
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


.content-wrapper{
    flex:1;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color:#a6a5a5;
    transition:color 0.3s ease;
}

a:hover {
    text-decoration: none;
    color:#4e4c53;
}



.container {
    position: relative;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 101; 
}


.nav-container {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    width: 550px;
    z-index: 10000;
    background-color: white;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2);
}

.nav-container.opened {
    display: block;
}

.nav-container .nav-col {
    display: inline-block;
    margin-right: 25px;
    float: left;
}

.nav-container .nav-col-header {
    margin-bottom: 10px;
}

.nav-container .nav-col ul {
    /* margin-left: 10px; */
}

.sections {
    /*padding: 35px 10px;*/
    padding: 30px;
    box-sizing: border-box;
    /*background-color: #191919;*/
    background-color: #ffffff;
    max-height: calc(100vh - 175px);
    overflow: auto;
}

.sections::-webkit-scrollbar {
    width: 10px; 
}

.sections::-webkit-scrollbar-track {
    background: #8e88a242;
   
}

.sections::-webkit-scrollbar-thumb {
    background: #8E88A2;
}

.sections::-webkit-scrollbar-thumb:hover {
    background: #6c677c; 
}

/*  Firefox */
.sections {
    scrollbar-width: thin; 
    scrollbar-color: #888 #f1f1f1; 
} */

#scroll{
    cursor:pointer;
}
.img-fluid {
    cursor:pointer;
}
#menu-btn {
    border: none;
    background: none;
    display: inline-block;
    vertical-align: middle;
}

  .line {
    fill: none;
    /* stroke: #fe001a; */
    stroke:var(--sunglow);
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  


.menu {
    /*max-width: 150px;*/
    /*border-right: 1px solid #666666;*/
}

.menu a,
.menu span {
    display: block;
    /*width: 33.3%;*/
    /*float: left;*/
    position: relative;
    padding: 8px 0;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1;
    color: #6b6868;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

.menu span {
    font-family: "MuliMedium", sans-serif;
    color: var(--sunglow);
   
}

.menu a:hover {
    color: #555555;
}

.menu-close-btn {
    position: absolute;
    padding: 20px;
    margin-left: -30px;
    top: 0;
    right: 0;
    color:black;
    font-size: 24px;

    background-color: transparent;
    border: none;
}

.other-menu-links {
    display: grid;
    padding: 10px 10px 10px 30px;
    background-color:#E7F7F7;
}

.other-menu-links p {
    display: inline-block;
    width: 60%;
    line-height: 1;
    vertical-align: middle;
}

.other-menu-links li a {
    display: block;
    margin-right: 15px;
    padding: 0;
    font-size: 11px;
    line-height: 18px;
    color: #1A1A1A;
}


.other-menu-links .social {
    display: block;
    padding: 10px 0;
    line-height: 1;
    vertical-align: middle;
}

.other-menu-links .social a {
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
    color: #666666;
}

.social-media-buttons-meniu {
    display: block !important;
    margin-bottom: 10px;
}

.social-media-buttons a svg {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    float: left;
    margin-right: 10px;
    fill: #666666;
    color: #666666;
}

.social-media-buttons a svg:hover,
.social-media-buttons a svg:hover .st0,
.social-media-buttons a svg:hover .st1 {
    fill: #fd0202;
}

.breadcrumbs {
    margin: 10px 0;
    line-height: 20px;
}

.breadcrumbs-item {
    display: inline;
    vertical-align: baseline;
    font-size: 14px;
}

.breadcrumbs-item a {
    color: #333333;
}

.breadcrumbs-item:before {
    content: ">";
    display: inline;
    vertical-align: baseline;
    width: auto;
    height: auto;
    margin: 0 3px;
    background: 0 0;
}

.breadcrumbs-item:first-child:before {
    content: "";
    margin: 0;
}

.wrap {
    width: 1446px;
    margin: 0 auto;
    padding: 0 20px;
    /* background-color: #fff; */
    background-color:white;
}

.wrap-header {
    /* width: 1446px; */
    margin: 0 auto;
    padding: 0 20px;
    /* background-color: #fff; */
    background-color:#E7F7F7;
}

/* pagina emisiuni */
.black {
    color: #333333;
}

.white {
    color: #ffffff;
}

.show-live-now {
    position: relative;
    /*padding-bottom: 40px;*/
    height: auto;
}

.show-live-now img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 10px;
    /*overflow: hidden;*/
}

.show-live-now .show-details {
    padding: 0 30px;
    position: absolute;
    bottom: 30px;
    /*top: 45%;*/
}

.show-live-now .show-name {
    font-size: 48px;
    font-weight: bold;
    padding-bottom: 10px;
}

.show-live-now .show-date {
    display: inline-flex;
    font-size: 12px;
    line-height: 1.3;
    position: relative;
    padding-left: 40px;
}

.show-live-now .show-date::before {
    position: absolute;
    left: 10px;
    top: 7px;
    content: "\f017";
    font-family: "Font Awesome 6 Free";
    /*font-family: FontAwesome;*/
    /*content: "\72";*/
    /*font-family: "stiri";*/
    font-size: 15px;
}

.show-live-now .show-date-icon {
    line-height: 30px;
    padding-right: 10px;
}

.show-live-now .show-hours {
    font-weight: bold;
}

.show-live-now .show-date {
    margin: 10px 0;
}

.show-live-now .show-date svg {
    height: 10px !important;
    width: 10px !important;
    border-radius: 7px;
    border: 1px solid #ffffff;
}

.show-live-now .show-hosts {
    display: grid;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 10px;
}

.show-live-now .show-host {
    display: inline-flex;
}

.show-live-now .show-hosts .show-host-icon {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-right: 10px;
}

.show-live-now .show-hosts a {
    line-height: 33px;
}

.show-live-now .show-vezi-live {
    width: 100px;
    height: 35px;
    left: 70px;
    top: 504px;
    background: #fd0202;
    border-radius: 4px;
    /*display: inline-block;*/
}

.show-live-now .show-vezi-live svg {
    margin-top: 7px;
    margin-left: 10px;
}

.show-live-now .show-vezi-live span {
    font-size: 14px;
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
}

.show-live-now .flexslider {
    background: none;
    width: 320px;
}

.show-live-now .flexslider .flex-viewport {
    width: auto;
}

.show-live-now .flexslider ul li {
    display: inline-flex;
}

.about-show {
    margin: 20px 0;
}

.about-show h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    /*margin-bottom: 10px;*/
}

.about-show .show-description {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
}

.show-live-now .show-vezi-live a {
    color: #ffffff;
}

.video-grid-container {
    margin: 0 -15px;
    text-align: center;
}

.video-grid-container .list-heading {
    padding: 20px 0;
}

.video-item {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 5px);
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
    text-align: left;
}

.video-item a {
    border-radius: 10px;
    overflow: hidden;
}

.video-item-data {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.video-item-title {
    display: inline-block;
    margin: 10px 0 5px 0;
    font-family: "MuliSemiBold", sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
}

.video {
    position: relative;
    background-color: #333333;
}

.video i {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 15px;
    color: white;
    background-color: var(--sunglow);
    border-radius: 5px 0 0 0;
}

/*.video::after {*/
/*  position: absolute;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  content: "\f04b";*/
/*  !*content: "\6e";*!*/
/*  font-family: "Font Awesome 6 Free";*/
/*  !*font-family: "stiri";*!*/
/*  font-size: 10px;*/
/*  line-height: 30px;*/
/*  text-align: center;*/
/*  width: 40px;*/
/*  height: 28px;*/
/*  color: #FFFFFF;*/
/*  background-color: #EE0018;*/
/*  border-radius: 4px 0 0 0;*/
/*}*/

.thumb16x9 {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #333333;
}

.thumb9x16 {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 177.77%;
    overflow: hidden;
    background-color: #333333;
}

.video-grid-container .list-heading {
    padding: 20px 0;
    font-size: 24px;
}

.meta,
.meta a {
    /*font-family: "OpenSansLight", sans-serif;*/
    font-size: 14px;
    line-height: 18px;
    color: var(--steel);
}

/* pagina lista de emisiuni */

.emisiuni-items {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.emisiuni-items li {
    overflow: hidden;
}

.emisiuni-items li img {
    max-width: 100%;
}

.emisiune-thumb {
    /*background-color: lightgrey;*/
    display: block;
    /*position: relative;*/
    height: 0;
    padding-top: 75%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.emisiune-title {
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    display: -webkit-box;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #000000;
}

.emisiuni-list-heading {
    margin-top: 20px;
    padding: 20px 0;
    font-size: 24px;
    text-align: center;
   
}
.list-heading{
    color:var(--steel);
}

.emisiune-cover {
    display: block;
    width: 100%;
}

@media (min-width: 576px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
    }

    .before-rectangle {
        max-width: calc(100% - 320px);
    }

    .rectangle {
        min-width: 320px;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
    }
}

@media (min-width: 1446px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1446px;
    }
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-button {
    border: none;
    background: white;
}

.top {
    padding: 5px 0;
    margin: 0 -15px;
    /*padding: 20px 15px;*/
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);*/
}

.dropdown {
    display: inline-block;
}

.live-btn {
    /* background-color: #fe001a; */
    background-color: var(--sunglow);
    border: 2px solid var(--sunglow);
    padding: 15px 25px;
    border-radius: 5px;
    color: var(--steel);
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 40px;
    transition: 0.3s all ease-in-out;
    cursor:pointer;
}

.live-btn:hover {
    background-color: transparent;
    color: var(--sunglow);
}

.live-btn i {
    margin-right: 15px;
}

.social-wrap-menu i {
    /* color: #fe001a; */
    color:var(--sunglow);
  
    margin: 0 7px;
}

.social-wrap-menu {
    display: inline-block;
}



.container .social-wrap-menu.d-none {
    display: none !important;
}

@media (min-width: 1100px) {
    .container .social-wrap-menu.d-none {
        display: inline-block !important; 
    }
}

.search-input-wrap {
    display: inline-block;
    position: relative;
    margin-left: 30px;
}

.search-field,
.search-field:focus,
.search-field:focus-visible {
    border: 1px solid var(--sunglow);
    background-color: #E7F7F7;
    border-radius: 5px;
    padding: 14px 50px;
    font-size: 14px;
    color:var(--sunglow);
    box-shadow: none;
    outline: none;
}

.search-input-wrap i.fa-magnifying-glass {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 15px;
    color:  var(--sunglow);
}

.search-input-wrap i.fa-microphone {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 15px;
    color: var(--sunglow);
}

.menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.featured-image {
    background-size: cover;
    background-position: center center;
    height: 690px;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.featured-image-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    mix-blend-mode: multiply;
    border-radius: 0 0 10px 10px;
}

.featured-image-overlay-box {
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 1) 160%);    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    /*height: 300px;*/
    mix-blend-mode: multiply;
    /* border-radius: 10px; */
}

.daily-title-container .featured-image-overlay-box {
    background: none;
}

.listing-group {
    display: block;
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

.featured-title-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 30px;
    margin-bottom: 20px;
}

.content {
    margin-top: 35px;
}


.category-featured {
    font-size: 10px;
    color: #fe001a;
    background-color: white;
    border-radius: 5px;
    display: inline-block;
    padding: 11px 10px;
    font-weight: bold;
}

.featured-title {
    font-size: 48px;
    color: white;
    line-height: 1.2;
    margin: 15px 0;
    display: block;
    font-weight: bold;
    /*font-family: "ZFHeading-CondensedBold", serif;*/
}

.posted-featured {
    color: white;
    font-size: 14px;
}

.posted-featured i {
    color: #fe001a;
}

.advert-title {
    position: relative;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.advert-line {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}

body .advert-title p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.news-listing {
    margin-top: 40px;
}

.listing-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.8) 100%, rgba(255, 255, 255, 1) 100%);
}

.listing-image {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    background-image: url("img/380x290.png");
    /* border-radius: 10px; */
    position: absolute;
    top: 0;
    bottom: 0;
}

.titlu-home{
    margin-top: 30px;
}


.listing-tag {
    color: rgb(235, 233, 233);
    padding: 0;
    background-color: var(--sunglow);
    text-transform: uppercase;
    font-weight: bold;
    top: 40px;
    bottom: auto;
    z-index: 1;
    font-size: 18px;
    line-height: 1.2;
    box-shadow: 3px 0 0 var(--sunglow), -3px 0 0 var(--sunglow);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.listing-title {
    position: absolute;
    width: calc(100% - 60px);
    left: 30px;
    bottom: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin: 0 !important;
}

.listing-title a {
    margin-bottom: 0;
    color:#000000;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    font-family: "Mulish", sans-serif;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 20px;
    line-height: 28px;
}

.main-post .listing-title a {
    -webkit-line-clamp: 6;
    line-clamp: 6;
    font-size: 30px;
    line-height: 1.2;
}

.listing-header {
    position: absolute;
    top: 11px;
    left: 30px;
    width: calc(100% - 60px);
}

.daily-title-container .listing-header {
    position: relative;
    top: 10px;
    left: 5px;
    /*width: 100%;*/
    width: calc(100% - 10px);
}

.listing-header .listing-category {
    margin-right: 10px;
}

.listing-header .listing-category{
    color: var(--sunglow);
    /*color: black;*/
    font-size: 14px;
    display: block;
}
.listing-header .listing-date {
    color: #9B9FA7;
    /*color: black;*/
    font-size: 14px;
    display: block;
}

.listing-category-date{
    background-color: #ffffffd6!important;
    padding:5px;

}

.listing-header .listing-category i{
    color: var(--sunglow);
    margin-right: 5px;
}

.listing-header .listing-date i {
    color:#9B9FA7;
    margin-right: 5px;

}

.grey-line {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}

.daily-titles {
    /* background-color: #fe001a; */
    /*min-block-size: -webkit-fill-available;*/
    /* border-radius: 10px; */
    background-color: #E7F7F7;
}

.single .daily-titles {
    margin: 30px 0;
    background-color: #848a9250;
}

.daily-title-head-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 30%;
    /* background-color: #8E88A2; */
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px;
   */
    /*-moz-border-radius-topleft: 10px;*/
}

.single .daily-title-head-container, .error404 .daily-title-head-container {
    position: relative;
    height: auto;
    padding: 0;
   
}

.daily-title-head {
    position: absolute;
    display: inline-block;
    /*padding: 10px;*/
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background-color: #fe001a;*/
    color: #4EE1E5;
    /*border-radius: 5px;*/
    font-size: 24px;
    padding: 5px 10px;
    /* border-radius: 5px; */
    /*background-color: #fe001a;*/
    text-align: center;
    
}

.single .daily-title-head {
    position: relative;
    margin:0;
    top:0;
    left: 0;
    transform: none;
    display: block;
    padding: 2% 0;
    
}

.daily-titles-wrapper {
    position: absolute;
    width: calc(100% - 6px);
    bottom: 3px;
    left: 3px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3px;
    row-gap: 3px;
    background-color: #dddddd7c;
}

.single .daily-titles-wrapper, .error404 .daily-titles-wrapper {
    position: relative;
    width: calc(100% - 6px);
    /*bottom: 3px;*/
    /*left: 3px;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    /*grid-template-columns: repeat(6, 1fr);*/
    column-gap: 3px;
    row-gap: 3px;
}

.daily-titles-wrapper .listing-tag {
    box-shadow: 3px 0 0 var(--sunglow), -5px 0 0 var(--sunglow);
}

.daily-title-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    /* border-radius: 5px; */
}

.daily-title {
}

.daily-title h3 {
    color: #707070;
    font-size: 18px;
    margin: 10px 0 20px 0;
    text-transform: uppercase;
}

.daily-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    font-size: 18px;
    margin-left: 20px;
    border-left: 12px solid #fe001a;
    padding-left: 25px;
    color: #000000;
}

.live-section a {
    background-color: #fe001a;
    font-size: 12px;
    color: white;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 10px;
    display: inline-block;
    text-transform: uppercase;
}

.live-section a i {
    margin-right: 5px;
}

.live-section p {
    color: black;
    font-size: 14px;
    display: inline-block;
}

.live-section p span {
    color: #fe001a;
}

.live-wrap {
    margin: 0;
    /*margin: 20px 0 20px 0;*/
    /* border-radius: 10px; */
    overflow: hidden;
}

.parteneri h2 {
    margin: 15px 0 15px 200px;
    font-size: 18px;
    color: #707070;
    text-transform: uppercase;
}

.partener span,
.wp_rss_retriever_source span {
    background-color: #fe001a;
    border-radius: 5px;
    color: white;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 20px;
    font-size: 12px;
}

.partener p,
.wp_rss_retriever_item_wrapper .wp_rss_retriever_title {
    color: black;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
    margin-bottom: 0;
}

.partener,
.wp_rss_retriever_item {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 20px;
}

.wp_rss_retriever_item_wrapper {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
}

.wp_rss_retriever_metadata {
    margin: 0.5em 0;
    font-size: 85%;
    clear: both;
    flex: 0 0 200px;
    text-align: right;
}

.video-section {
    background-color: #8e88a242;
    padding: 30px 0;
    max-width: 100%;
    border-radius: 10px;
}

.video-date h3 {
    color: #6c6c6c;
    font-size: 16px;
    /*font-size: 20px;*/
    margin-top: 15px;
    margin-bottom: 10px;
}

.video-author p {
    color: #8E88A2;
    font-size: 14px;
}

.video-section h2 {
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 33px;
    font-weight: bold;
    color: #6c6c6c;
    position: absolute;
    left: -65px;
    top: 32px;
}

.footer-menu a {
    font-size: 14px;
    color: black;
    margin: 0 20px;
}

.footer {
    margin-top: 5px;
    padding: 30px 0;
    background-color: #E7F7F7;
   
}

.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.chart-wrap,
.post-social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.disclaimer p {
    font-size: 14px;
    color: black;
    margin-top: 50px;
    text-align: center;
    line-height: 1.1;
}

.footer-copyright {
    background-color: var(--sunglow);
    padding: 7px;
}

.footer-copyright p {
    color: white;
    font-size: 14px;
    text-align: center;
}

.post-category {
    font-size: 14px;
    color: var(--sunglow);
    background-color:#dddddd7c;
    padding: 5px 10px;
    border-radius: 5px;
    /*margin-top: 30px;*/
    display: inline-block;
    margin: 0 auto;
    text-transform: uppercase;
}

.title-wrap {
    text-align: center;
    color:#333333;
}

.title-wrap h1 {
    margin: 40px auto 30px auto;
    font-size: 62px;
    max-width: 1140px;
    /* font-family: "ZFHeading-CondensedBold", serif; */
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -1px;
}

.author-image {
    background-image: url("img/50x50.png");
    background-size: cover;
    background-position: center center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.author-wrap,
.post-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-wrap p {
    display: inline-block;
    color: #999999;
    font-size: 16px;
}

.author-wrap span a {
    display: inline-block;
    color: var(--sunglow);
    font-size: 16px;
}

.vertical-bar {
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #dedede;
    margin: 0 20px;
}

.post-subject {
    color: var(--sunglow);
    font-size: 16px;
}

.post-info {
    margin-bottom: 20px;
}

.chart-wrap p {
    font-size: 16px;
    color: #1A1A1A;
}

.chart-wrap i {
    margin-right: 10px;
    color: var(--sunglow);
}

.post-social .social-wrap-menu {
    margin-right: 20px;

}
.post-social .social-wrap-menu i {
   color:var(--sunglow);

}

.post-date {
    font-size: 12px;
    margin-top: 10px;
    color:var(--steel);
}

.post-feature {
    margin: 30px 0 50px 0;
}

.post-content {
    max-width: 1080px;
    margin: 0 auto;
}

.post-content p {
    font-size: 18px;
    color: black;
    margin-bottom: 15px;
    line-height: 1.2;
}

.post-content ol li {
    font-size: 18px;
    color: black;
    margin-left: 15px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.post-content .advert-title {
    margin-top: 30px;
}

.post-content img {
    margin-bottom: 30px;
}

/*.post-content .daily-title p {*/
/*  margin-bottom: 0;*/
/*  font-size: 14px;*/
/*}*/
.post-content .red-block {
    width: 15px;
}

/*.post-content .daily-titles {*/
/*  margin-top: 30px;*/
/*}*/
/*.post-content .daily-titles h3 {*/
/*  margin: 20px 0 20px 0;*/
/*}*/

@media screen and (max-width: 1780px) {
    .video-section h2 {
        transform: none;
        position: static;
        left: unset;
        top: unset;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1446px) {
    .wrap {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1600px) {
    .live-btn {
        padding: 10px;
    }

    .title-wrap h1 {
        font-size: 42px;
        /* margin: 40px 15px 30px 15px; */
    }

    /*.wrapper-grid {grid-template-columns: repeat(3, 1fr) !important; }*/
}

@media screen and (max-width: 992px) {
    .live-btn {
        margin-left: 0;
    }

    .advert-title {
        margin-top: 20px;
    }

    .video-author p {
        margin-bottom: 20px;
    }

    .footer-wrap {
        display: block;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .footer-menu {
        margin-bottom: 30px;
    }
   

    .video-item {
        width: 49%;
    }

    /*.wrapper-grid {grid-template-columns: repeat(2, 1fr) !important; }*/
    /*.single .daily-titles-wrapper {*/
    /*    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));*/
    /*}*/
}

@media screen and (max-width: 768px) {
    .featured-title {
        font-size: 24px;
    }

    .featured-image {
        height: 500px;
    }

    .footer-menu a {
        display: block;
        margin: 5px 15px;
    }

    .title-wrap h1 {
        font-size: 32px;
        margin: 30px 0 20px 0;
    }

    .post-content p {
        font-size: 14px;
    }

    .nav-container {
        top: 9px;
        left: -1px;
    }

    .show-live-now {
        padding: 0;
        border-bottom: 1px solid #d9d9d9;
        margin: 0 -10px 20px;
    }

    .show-live-now .show-details {
        position: relative;
        margin: 0;
        bottom: auto;
        color: #000;
        padding: 5px 0;
    }

    .video-grid-container {
        margin: 0 -20px;
    }

    .single .daily-titles-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .single .daily-title-head {
        padding: 3% 0;
    }

    body { overflow-x: hidden; }
}

@media screen and (max-width: 576px) {
    .top {
        padding: 15px 0;
    }

    .menu a {
        width: 100%;
        float: none;
    }

    .dropdown-button img {
        width: 20px;
    }

    .logo-menu {
        width: 150px;
       
    }

    .live-btn {
        margin-left: 0;
        padding: 5px 10px;
    }

    .live-btn i {
        margin-right: 5px;
    }

    .title-wrap h1 {
        font-size: 24px;
        margin: 30px 0 20px 0;
    }

    .author-wrap p,
    .author-wrap span,
    .post-subject {
        font-size: 14px;
    }

    .vertical-bar {
        height: 20px;
        margin: 0 15px;
    }

    .author-image {
        width: 30px;
        height: 30px;
    }

    .listing-image-container {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
        mix-blend-mode: multiply;
    }

    .listing-image {
        /*height: 90vh;*/
        margin-bottom: 0;
    }

    /*.listing-tag {*/
    /*max-width: calc(100% - 60px);*/
    /*top: 70px;*/
    /*left: 30px;*/
    /*bottom: auto;*/
    /*z-index: 1;*/
    /*font-size: 12px;*/
    /*line-height: 1.2;*/
    /*}*/
    /*.listing-group {*/
    /*  position: absolute;*/
    /*  padding: 30px;*/
    /*  width: 100%;*/
    /*  height: 100%;*/
    /*  left: 0;*/
    /*  bottom: 0;*/
    /*}*/
    /*.listing-title {*/
    /*  position: absolute;*/
    /*  width: calc(100% - 60px);*/
    /*  bottom: 30px;*/
    /*}*/
    /*.listing-title a {*/
    /*font-size: 1.4em;*/
    /*line-height: 1.4;*/
    /*}*/
    .listing-header .listing-category,
    .listing-header .listing-date {
        color: white;
    }

    .listing-header {
        /*position: absolute;*/
        /*top: 30px;*/
    }

    /*.featured-image-overlay-box {*/
    /*  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 1) 100%);*/
    /*  position: absolute;*/
    /*  left: 0;*/
    /*  right: 0;*/
    /*  bottom: 0;*/
    /*  height: 100%;*/
    /*  !*height: 300px;*!*/
    /*  mix-blend-mode: multiply;*/
    /*  border-radius: 10px;*/
    /*}*/
    .full-wide {
        width: 100%;
    }

    .wrapper-grid {
        overflow: hidden;
    }

    .video-section {
        margin: 0 !important;
        /*margin: 0 -1000px;*/
    }

    .nav-container {
        width: 100%;
        left: 0;
        top: 10px;
        overflow-y: scroll;
    }

    .nav-container.opened {
        overflow-y: scroll;
        overflow-x: hidden;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: 9999999;
    }

    .nav-container .nav-col ul {
        margin-left: 10px;
        margin-bottom: 10px;
    }

    .sections {
        max-height: calc(100vh - 117px);
    }

    .video-item {
        width: 100%;
        padding: 0 0 20px 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #d9d9d9;
    }

    .wrap {
        padding: 0 10px;
    }

    .show-live-now {
        padding: 0;
        border-bottom: 1px solid #d9d9d9;
        margin: 0;
    }

    .video-grid-container {
        margin: 0;
    }

    /*.before-rectangle {width: 100%;}*/
    /*.rectangle {width: 100%;}*/

    .single .daily-titles-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(126px, 1fr));
    }

  
}

/*
* New grid
*/

.wrapper-grid {
    display: grid;
    grid-gap: 4px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    place-items: start;
}

.box {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-width: 300px;
}

.box.ad {
    height: 100%;
    border-radius: 10px;
    text-align: center;
}

.box.ad.full-wide {
    margin: 20px 0;
}

.wrapper-grid [style^="--aspect-ratio"]::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
    overflow: hidden;
}

.double-high {
    grid-row: span 2;
}

.slider-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
}

.slider {
    width: max-content;
}

.slide {
    width: 200px;
    float: left;
    margin-right: 30px;
    padding-bottom: 20px;
}

/*.video-section {*/
/*  margin: 0 -1000px;*/
/*}*/

.slide img {
    border-radius: 10px;
}

.video-section.stiu h2 {
    top: 21px;
    left: -53px;
}

.video-section.stirile h2 {
    top: 45px;
    left: -83px;
}

@media screen and (min-width: 320px) {
    .double-wide {
        grid-column: span 1;
    }

    .triple-wide {
        grid-column: span 1;
    }

    .full-wide {
        grid-column: span 1;
    }

    .featured-image {
        height: 90vh;
    }
}

@media screen and (min-width: 630px) {
    .double-wide {
        grid-column: span 2;
    }

    .triple-wide {
        grid-column: span 2;
    }

    .full-wide {
        grid-column: span 1;
    }

    .featured-image {
        height: 90vh;
    }
}

@media screen and (min-width: 960px) {
    .double-wide {
        grid-column: span 2;
    }

    .triple-wide {
        grid-column: span 3;
    }

    .full-wide {
        grid-column: span 3;
    }

    .featured-image {
        height: 60vh;
    }
}


@media screen and (min-width: 1200px) {
    .double-wide {
        grid-column: span 2;
    }

    .triple-wide {
        grid-column: span 3;
    }

    .full-wide {
        grid-column: span 4;
    }

    .featured-image {
        height: 60vh;
    }
}

.post-content p {
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    line-height: 34px;
    margin: 10px 0;
}

.post-content h2 {
    font-weight: bolder;
    font-size: 24px;
    line-height: 30px;
    margin: 40px 0 20px;
}

.post-content .advert-title p {
    margin: 0;
}

.post-content ul {
    margin: 0 0 50px 50px;
}

.post-content ul li::before {
    content: "\2022";
    color: var(--sunglow);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.post-content ul li {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
}

@media screen and (min-width: 320px) {
    .post-feature .featured-image {
        height: 30vh;
    }

    .title-wrap h1 {
        font-size: 2.4em;
    }

    .featured-title {
        font-size: 1.8em;
    }
}

@media screen and (min-width: 630px) {
    .post-feature .featured-image {
        height: 60vh;
    }
}

@media screen and (min-width: 960px) {
    .title-wrap h1 {
        font-size: 3.6em;
    }

    .post-feature .featured-image {
        height: 700px;
    }
}

@media screen and (min-width: 1200px) {
}

/* CSS navigation pagination */
/*.pagination {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  margin-top: 50px;*/
/*}*/

/*.pagination a {*/
/*  color: #fe001a;*/
/*  padding: 8px 16px;*/
/*  text-decoration: none;*/
/*  transition: background-color 0.3s;*/
/*  border-radius: 5px;*/
/*  margin: 0 5px;*/
/*}*/

/*.pagination a.active {*/
/*  background-color: #fe001a;*/
/*  color: white;*/
/*}*/

/*.pagination a:hover:not(.active) {*/
/*  background-color: #ddd;*/
/*}*/

/*.pagination a:first-child {*/
/*  margin-left: 0;*/
/*}*/

/*.pagination a:last-child {*/
/*  margin-right: 0;*/
/*}*/

/* -------------------------------------------------------- */
/* paginatie */
/* -------------------------------------------------------- */

.pagination {
    display: block;
    margin: 30px 0;
    padding: 20px 0;
    text-align: center;
}

.pagination-results {
    display: inline-block;
    padding: 10px 0;
    text-align: center;
}

.pages-container {
    /*float: right;*/
    text-align: center;
}

.page-numbers {
    display: inline-block;
}

.page-numbers li {
    display: inline-block;
    padding: 5px 0;
    vertical-align: middle;
    
}

.page-numbers li .current {
    color: var(--sunglow);
    background-color:#dddddd7c;
    border-color: #dddddd7c;
}

.page-numbers li > * {
    display: inline-block;
    margin-left: 2px;
    width: 36px;
    height: 36px;
    /* color: #333333; */
    font-family: "OpenSansLight", sans-serif;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
}

#search {
    display: inline-block;
}

/* --------------------- INTERACTIONS --------------------- */

.listing-interactive {
    color: white;
    z-index: 100;
    position: absolute;
    width: 100%;
    bottom: 11px;
    text-align: center;
}

.listing-interactive .views,
.listing-interactive .comments,
.listing-interactive .likes,
.listing-interactive .shares {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #9B9FA7;
    font-family: "Mulish", sans-serif;
}


.listing-interactive .comments i,
.listing-interactive .likes i,
.listing-interactive .shares i {
    margin-right: 5px;
    color: var(--sunglow);
}
.listing-interactive .views i{
    margin-right: 5px;
    color: #9B9FA7;
}

/*
.listing-interactive .views,
.listing-interactive .comments,
.listing-interactive .likes {
  padding-right: 10px;
  border-right: 1px solid #ffffff;
}
*/

/* --------------------- ./INTERACTIONS --------------------- */

div.post-views {
    display: inline-block;
}

.daily-title-container {
    background-size: cover;
}

#ot-sdk-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    border: 1px solid #8E88A2;
    padding: 10px;
    border-radius: 10px;
    background-color: white;
    opacity: .7;
    z-index: 100;
}

.main-media {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.wp-block-embed-youtube {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-block-embed__wrapper {
    position: static;
}

.widget-container {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    border-radius: 10px;
    overflow: hidden;
}

.inread, .single .leaderboard {
    margin: 30px 0;
    text-align: center;
}

.video-js {
    background-color: #ffffff;
}


/*noul layout cards*/
.cards {
 
    /*background-color: #ececec;*/
    /*background-color: #bf0000;*/
    /*background: rgb(191,0,0);*/
    /*background: linear-gradient(90deg, rgba(191,0,0,1) 14%, rgba(236,236,236,1) 1%);*/
}
.cards-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border: 2px solid #fe001a; */
}

.cards-box-title {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*width: 100%;*/
    padding: 20px;
    text-align: center;
    font-size: 24px;
   
}

.cards-box-title {
    display: inline-block;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    left: -65px;
    transform: rotate(-90deg);
    
    color: white;
}

.cards-wrapper {
    position: absolute;
    /*bottom: 3px;*/
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #4EE1E5, #E7F7F7);
}

.card-item {
    display: flex;
    margin-left: 45px;
    /*width: calc(100% - 45px);*/
    padding: 3px 6px;
    height: 33.33%;
}

.card-item-photo {
    flex: 28% 1 1;
    /*height: 0;*/
    /*padding-bottom: 50%;*/
    /*overflow: hidden;*/
    /* border-radius: 5px; */
    background-position: center;
}

.card-item-title-container {
    position: relative;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    flex: 50% 1 1;
    padding-left: 10px;
  
}

.card-item-title {
   display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;  /* Limit the number of lines */
    overflow: hidden;  /* Hide overflow content */
    /* text-overflow: ellipsis;   */
    font-size: 18px;
    /* line-height: 1.25; */
    color: #1A1A1A;
}
.cards .listing-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 5px;
}

.cards .listing-category {
    color:#000000;
}

.cards .listing-tag {
    font-size: 14px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*line-clamp: 2;*/
    overflow: hidden;
    background-color: white!important;
    color:var(--sunglow);
    box-shadow: 3px 0 0 white, -3px 0 0 white!important;
}

.cards .meta-container {
    margin-bottom: 10px;
}

.cards .meta-container .listing-category i, .cards .meta-container .listing-date i {
    color:#000000;
    margin-right: 5px;
}

/*Parteneri*/
.cross-container {
    margin-bottom: 30px 0;
}

.cross-container h2 {
    font-size: 20px;
    line-height: 24px;
}

.cross-content {
    display: flex;
    row-gap: 40px;
    column-gap: 10px;
    flex-wrap: wrap;
}

.cross-item {
    flex: calc(25% - 8px);
}

.cross-item-photo {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

.cross-item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    /*display: inline-block;*/
    padding-right: 10px;
    font-size: 18px;
    line-height: 26px;
    color: black;
    margin-bottom: 5px;
}

.cross-source {
    display: block;
    font-size: 18px;
    color:var(--sunglow);
}


@media screen and (max-width: 992px) {
    
    .cross-item {
        flex: calc(50% - 5px);
    }
}

@media screen and (max-width:576px){
.cross-item {
    flex: 100%;
}
.cross-item-title {
    -webkit-line-clamp: 10;
    line-clamp: 10;
}
}

.category-meta-description{
    font-size:200%;
    line-height: 1.5;
}

.sub-menu {
    padding:0 0 0 10px;
  
}

.menu .sub-menu a,
.menu .sub-menu span {
    font-weight: 300; 
    color: #333; 
    font-family:sans-serif; }


@media screen and (max-width:576px){
    .category-meta-description{
        font-size:130%;
        line-height: 1.5;
        margin-left: 30px;
        margin-right: 30px;
    }
}


/* 
/* dropwdonw meniu  health*/
.nav-col .menu-item-has-children {
    position: relative;
  }
  
  .nav-col .menu-item-has-children > .menu-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding-right: 25px; 
    box-sizing: border-box; 
  }
  
  .nav-col .menu-item-has-children > .menu-item-wrapper > a {
    display: inline-block;
    width: calc(100% - 25px);
  }
  
  .nav-col .sub-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    transition: max-height 0.3s ease-in;
    clear: both; 
  }
  
  .nav-col .sub-menu a {
    padding: 10px;
    display: block;
    text-decoration: none;
  }
  
  .toggle-submenu {
    cursor: pointer;
    position: relative;
    right: 0; 
    z-index: 10;
    transform: translateY(0%);
    transition: transform 0.5s ease;
  }
  
  .toggle-submenu.open {
    transform: rotate(180deg);
  }
  