/* --------------------------------------------------------------- Miscellaneous -----------------------------------------------------------------------------------------*/

:root {
  --rph-red:#E11723;
  --rph-violet:#C92E86;
  --rph-yellow:#ece362;
  --rph-purple:#6667AB;
  
  --black:#202020;
  --visiniu:#A70000;

  --dark-gray:#c6c2c2;
  --light-gray: #cbcbcb;
  --white:#f5f5f5;
  
  
  --font-thin:Montserrat Thin;
  --font-light:Montserrat Light;
  --font-regular:Montserrat Regular;
  --font-bold:Montserrat Bold;
  
}

/*FONT MONTSERRAT*/

@font-face {
  font-family: Montserrat Thin;
  src: url("/fonts/Montserrat-Thin.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat Light;
  src: url("/fonts/Montserrat-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat Regular;
  src: url("/fonts/Montserrat-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat Bold;
  src: url("/fonts/Montserrat-Bold.ttf");
  font-display: swap;
}

body {
    background-color:var(--light-gray);
}

main .container {
    padding:0;
    background-color:var(--white);
}

.home main .container:nth-of-type(4) {
    /* max-width:1000px; */
}

.container {
    max-width:1200px;
}

.rph-progress {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 0;
}

.rph-progress .progress-bar {
    height:5px;
    background-color:var(--rph-violet);
}

body {
    position:relative;
    transition:all .15s linear;
}

body.body-popup-show {
    overflow:hidden;
    transition:all .15 linear;
}

/*SVG-URI FUNDAL*/

.bg-svg-icons {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index:-1;
}

.bg-svg {
    /* width: 400px; */
    display: flex;
    opacity: .5;
    position: relative;
}

.bg-svg > div {
    width: 100%;
    position: relative;
}
.bg-svg .bg-right {
    width: 100%;
    position: relative;
    justify-content: right;
    display: flex;
}

.bg-svg img {
    position: absolute;
}
.bg-svg img:nth-child(1) {
    left: 33rem;
}
.bg-svg img:nth-child(2) {
    left: 50rem;
    top: 21rem;
    transform: rotate(-51deg);
}
.bg-svg img:nth-child(3) {
    left: 24rem;
    top: 22rem;
    transform: scale(0.5) rotate(40deg);
}

.bg-svg .bg-left img:nth-child(1) {
    right: 33rem;
    left: auto;
}
.bg-svg .bg-left img:nth-child(2) {
    right: 50rem;
    left: auto;
    top: 21rem;
    transform: rotate(-51deg);
}
.bg-svg .bg-left img:nth-child(3) {
    right: 24rem;
    left: auto;
    top: 22rem;
    transform: scale(0.5) rotate(40deg);
}

.bg-svg svg {
    height:100%;
}

.bg-svg.bg-svg-purple {
    height: 80vh;
    margin: 100px 0 100px 50px;
}

.bg-svg.bg-svg-yellow {
    height: 100vh;
    margin: 100px 0 100px auto;
}

.bg-svg.bg-svg-red {
    margin: 100px auto 100px 190px;
    height: 80vh;
}

.bg-svg.bg-svg-blue {
    height: 75vh;
    margin: 100px -180px 100px auto;
}

.bg-svg.bg-svg-violet {
    height: 110vh;
    margin: 150px auto 0 -120px;
}

/* --------------------------------------------------------------- Comune -----------------------------------------------------------------------------------------*/

/* ------------- Titlu Sectiune ------------- */

.section-title {
    padding: 0 0 15px;
    margin: 0 0 15px;
    position: relative;
    width:100%;
    height:55px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--black);
}

.section-title .fickle-image {
    margin-right:10px!important;
}

.section-title .fickle-item a {
    color: var(--black);
}

.section-title img {
    height:35px;
}

.section-title h2 {
    margin: auto;
    font-family: var(--font-bold);
    font-size: 24px;
    color: var(--black);
    text-transform:uppercase;
    line-height:1;
}

/* ------------- Categorie Postari ------------- */

.categories-post {
    gap: 10px;
    justify-content: space-between;
    margin: auto;
}

.categories-post .categories-item-wrapper {
    padding:0;
}
.categories-post .category-item-inner {
    position: relative;
}

.categories-post .category-item-inner .categ-image-wrapper {
    width:100%;
    height:270px;
    overflow:hidden;
}

.categories-post .category-item-inner .categ-image-wrapper a {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.categories-post .category-item-inner .categ-image-wrapper a:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10;
}

.categories-post .category-item-inner .categ-image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.categories-post .category-item .category-description {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #e7e7e7b3;
    overflow: hidden;
    color: var(--black);
    width: 96%;
    bottom: 8px;
    z-index: 3;
}

.categories-post .category-item .category-description:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(20px);
    backdrop-filter: saturate(2) blur(20px);
    z-index: -1;
}

.categories-post .category-item .category-description:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    border-left: 5px solid #C92E86;
}

.categories-post .category-item .category-description .content {
    overflow:hidden;
    padding:10px;
}

.categories-post .category-item .category-description .content h2 {
    font-size: 20px;
    width: 500% !important;
    position: absolute;
    text-align: left;
    margin: 14px auto 0 10px;
    top: 0;
    bottom: 0;
    text-transform: uppercase;
    font-family: var(--font-light);
    line-height: 1.3em;
    height: fit-content;
}

.categories-post .category-item .category-description .content p {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left:10px;
    border-top: 1px solid rgba(255,255,255,0.5);
    height: 0px;
    padding-top: 0px;
    font-size: 16px;
    line-height: 1.4;
    font-family: var(--font-light);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    transition: all .15s linear;
}

.categories-post .category-item:hover .category-description .content p {
    height:80px;
    padding-top:10px;
    opacity:1;
    margin-top:44px;
    transition:all .15s linear;
}

.categories-post .category-item .category-description .content a {
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
    width: 55px;
    height: 55px;
    background-color: #C92E86;
    display: flex;
    align-items: flex-start;
    justify-content: end;
    padding: 7px 7px 0 0;
    text-decoration:none;
}

.categories-post .category-item .category-description .content a i {
    display:none;
}
  
/* --------------------------------------------------------------- Pagina Categorii -----------------------------------------------------------------------------------------*/

.category-header {
    margin: 190px 0 0 0;
    padding: 1rem 0 0 0;
}
.category-page {
    gap: inherit;
    justify-content: inherit;
}
.category-page .categories-item-wrapper {
    padding: 5px;
}


/* --------------------------------------------------------------- Pagination -----------------------------------------------------------------------------------------*/

.pagination {
    border-radius: none;
    justify-content: center;
    padding: 2rem 0;
    flex-direction: row;
    flex-wrap: wrap;
}
.pagination li a {
    background-color: transparent;
    border-color: #ca2e86;
    color: #FFF;
    width: 43px;
    text-align: center;
    margin: 0 0.1rem;
    border-radius: 0 !important;
}
.pagination li:hover a {
    background-color: #FFF !important;
    border-color: #ca2e86 !important;
    color: #ca2e86 !important;
}
.pagination li.active a {
    background-color: #ca2e86 !important;
    border-color: #ca2e86 !important;
    font-weight: 800;
}


/* --------------------------------------------------------------- Header -----------------------------------------------------------------------------------------*/

header {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 150px;
    transition:all .15s linear;
}

.headerwrapper {
    position:relative;
    display:flex;
    flex-direction:row;
    padding:20px 20px;
    background-color:var(--white);
    height:100%;
    transition:all .15s linear;
}

header:before {
    content:'';
    position:absolute;
    height:100%;
    width:0%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    background-color:var(--white);
    z-index:-10;
    transition:all .25s linear;
}

header.header-scroll:before {
    width:160%;
    left:-30%;
    right:-30%;
    transition:all .25s linear;
}

.headerwrapper .navbar {
    width:65%;
    padding:0;
    transition:all .25s linear;
}

.headerwrapper .navbar .container {
    padding:0;
}

.headerwrapper .navbar .navbar-brand {
    margin:auto;
    padding:0;
}

.headerwrapper .navbar .navbar-brand img {
    max-height:110px;
    transition:all .15s linear;
}

.headerwrapper .navbar .navbar-nav {
    width: 80%;
    justify-content: space-evenly;
    margin-left: 0!important;
}

.headerwrapper .navbar .navbar-nav .nav-link {
    padding: 0;
    font-family: var(--font-bold);
    text-transform:uppercase;
    font-size: 20px;
    color: var(--black);
    text-decoration: none;
    transition:all .15s linear;
}

.headerwrapper .navbar .navbar-nav .nav-link:hover {
    color:var(--rph-violet);
    transition:all .15s linear;
}

.headerwrapper #rph-stream-player {
    width:35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.headerwrapper #rph-stream-player .playerwrapper {
    display: flex;
    width: 100%;
    height: 7rem;
    justify-content: space-between;
    position: relative;
}

.headerwrapper #rph-stream-player .playerwrapper .play-info {
    position: relative;
    display: flex;
    /*flex-direction: column;*/
    align-items: end;
    justify-content: space-between;
    max-width: 58%;
}

.headerwrapper #rph-stream-player .playerwrapper .play-info .play-team {
    display:flex;
    flex-flow: wrap;
    height: 100%;
    flex-basis: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.headerwrapper #rph-stream-player .playerwrapper .play-info .play-team .image-content {
    position: relative;
    height: 100%;
    width: auto;
    margin-right: 10px;
    transition: all .15s linear;
}

.headerwrapper #rph-stream-player .playerwrapper .play-info .play-team img {
    position: relative;
    height: 100%;
    width: auto;
    margin: auto;
    transition: all .15s linear;
}

.headerwrapper #rph-stream-player .playerwrapper .play-info .play-team .player-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    /*height: 50px;*/
    height: auto;
    margin: 0;
}

.headerwrapper #rph-stream-player .playerwrapper .play-info .play-team h3 {
    font-family: var(--font-bold);
    font-size: 22px;
    text-transform:uppercase;
    margin: 0;
    line-height: 1;
    transition:all .15s linear;
}

.headerwrapper #rph-stream-player .playerwrapper .play-info .play-team p {
    font-family: var(--font-regular);
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    transition:all .15s linear;
}

.headerwrapper #rph-stream-player .playerwrapper .play-info .play-team span {
    height: 25px;
    font-family: var(--font-regular);
    font-size: 16px;
    color: var(--black);
    margin:0;
    width:100%;
    overflow:hidden;
}

.headerwrapper #rph-stream-player.top-player.hide-info .playerwrapper .play-info .play-team span {
    width: 0%;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: all .15s linear;
}

.headerwrapper #rph-stream-player.top-player .playerwrapper .play-info .play-team span > div {
    display:none;
}

.headerwrapper #rph-stream-player.top-player .playerwrapper .play-controls {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-color: var(--white);
}

.headerwrapper #rph-stream-player .playerwrapper .play-controls .play-pause {
    font-size:24px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerwrapper #rph-stream-player .playerwrapper .play-controls .play-pause span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.headerwrapper #rph-stream-player .playerwrapper .play-controls .play-pause i {
    color:var(--white);
}

/*---------- HEADER SCROLL ----------*/

.header-scroll {
    height:110px;
    transition:all .15s linear;
}

.header-scroll .headerwrapper {
    padding:0px 20px;
    transition:all .15s linear;
}

.header-scroll .headerwrapper .navbar .navbar-brand img {
    max-height:90px;
}

.header-scroll .headerwrapper #rph-stream-player .playerwrapper {
    height: 6.6rem;
}

.header-scroll .headerwrapper #rph-stream-player .playerwrapper .play-info .play-team .image-content {
    /* width:90px;
    height:110px; */
    transition:all .15s linear;
}

.header-scroll .headerwrapper #rph-stream-player .playerwrapper .play-info .play-team  img {
    /* width: 110px;
    height:110px;
    bottom:0; */
    transition:all .15s linear;
}

/*---------- FIXED PLAYER ----------*/

.headerwrapper #rph-stream-player.fixed-player {
    position: fixed;
    bottom: 0;
    left: -100%;
    width: 100%;
    height:90px;
    background-color: var(--white);
    padding: 0;
    overflow:hidden;
    transition:all .25s linear;
    box-shadow: 0px 0px 6px 2px #00000020;
}

.headerwrapper #rph-stream-player.fixed-player.fixed-player-full {
    left:0%;
    transition:all .25s linear;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper {
    width: 100%;
    justify-content: flex-start;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .play-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 20px;
    left: 0;
    position: relative;
    overflow: hidden;
    opacity: 1;
    transition: all .25s linear;
}

.headerwrapper #rph-stream-player.fixed-player.close-player-info .playerwrapper .play-info {
    overflow: hidden;
    width: 0%;
    left: -100%;
    margin-left: 0;
    opacity: 0;
    transition: all .25s linear;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .play-info .play-team {
    display:flex;
    flex-flow: row;
    flex-basis: auto;
    height: auto;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .play-info .play-team .image-content {
    height:70px!important;
    width: 70px!important;
    margin:auto;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .play-info .play-team img {
    left: 0;
    bottom:0;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .play-info .play-team .player-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 20px;
    width: auto;
    height: auto;
    align-items: center;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .play-info .play-team .player-content h3 {
    font-size:22px;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .play-info .play-team .player-content p {
    font-size: 16px;
    font-family: var(--font-light);
    line-height: 1.2;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .play-info .play-team > span {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    font-size:14px;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .play-info .play-team > span > div:first-of-type {
    display:flex;
    flex-direction:column;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .play-info .play-team span {
    width:auto;
    height:auto;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .play-info .play-team .artist {
    font-family:var(--font-regular);
    color:var(--black);
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .play-info .play-team .song {
    font-family:var(--font-bold);
    color:var(--black);
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .play-info .play-team .lenght_song {
    font-family:var(--font-light);
    color:var(--black);
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .play-controls {
    margin: 0;
    display: flex;
    background-color: transparent;
    justify-content: space-between;
    width: 90px;
    height: 90px;
    z-index:1;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .play-controls .play-pause {
    background-color: Var(--rph-violet);
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:38px;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .volume {
    margin: auto 0 auto 50px;
    width: 8vw;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .volume input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
    border: 1px solid black;
    border-radius: 10px;
    height: 12px;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .volume input[type=range]:focus {
  outline: none;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .volume input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: none;
  background: transparent;
  border-radius: 10px;
  border:1px solid var(--black);
  box-shadow:0px 0px 0px 0px #00000091;
  transition:all.15s linear;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .volume input[type=range]::-webkit-slider-thumb {
  box-shadow: none;
  border: none;
  height: 20px;
  width: 20px;
  border-radius:50%;
  background-color:var(--black);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .volume input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .volume input[type=range]:hover::-webkit-slider-runnable-track {
  background: transparent;
  box-shadow:0px 0px 5px 2px #00000091;
  transition:all.15s linear;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .volume input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  border: none;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .volume input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .volume input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: none;
  background: transparent;
  border:1px solid var(--black);
  border-radius: 0;
  border: none;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .volume input[type=range]::-ms-fill-lower {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: none;
  background: transparent;
  border:1px solid var(--black);
  border-radius: 0;
  border: none;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .volume input[type=range]::-ms-fill-upper {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: none;
  background: transparent;
  border:1px solid var(--rph-violet);
  border-radius: 0;
  border: none;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .volume input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .volume input[type=range]:focus::-ms-fill-lower {
  background: transparent;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .volume input[type=range]:focus::-ms-fill-upper {
  background: transparent;
}

.headerwrapper #rph-stream-player.fixed-player .playerwrapper .close-player {
    width: 90px;
    height: 90px;
    position: relative;
    display: flex;
    justify-content: center;
    margin:0 0 0 auto;
}

.headerwrapper #rph-stream-player.fixed-player.fixed-player-full .playerwrapper .close-player .line-1 {
    width: 40px;
    height: 2px;
    background-color: Var(--black);
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition:all .15s linear;
}

.headerwrapper #rph-stream-player.fixed-player.fixed-player-full.close-player-info .playerwrapper .close-player .line-1 {
    width: 22px;
    height: 2px;
    background-color: Var(--black);
    display: block;
    position: absolute;
    top: -10px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition:all .15s linear;
}

.headerwrapper #rph-stream-player.fixed-player.fixed-player-full .playerwrapper .close-player .line-2 {
    width: 40px;
    height: 2px;
    background-color: Var(--black);
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    transform: rotate( 315deg);
    transition:all .15s linear;
}

.headerwrapper #rph-stream-player.fixed-player.fixed-player-full.close-player-info .playerwrapper .close-player .line-2 {
    width: 22px;
    height: 2px;
    background-color: Var(--black);
    display: block;
    position: absolute;
    top: 20px;
    bottom: 0;
    margin: auto;
    transform: rotate(315deg);
    transition:all .15s linear;
}

.headerwrapper #rph-stream-player.fixed-player.fixed-player-full.close-player-info .playerwrapper .volume {
    width: 0vw;
    margin: auto 0 auto 0px;
    overflow: hidden;
}
.headerwrapper #rph-stream-player.fixed-player.fixed-player-full.close-player-info {
    width: calc(100% - (100% - 180px));
    transition:all .15s linear;
}



/* --------------------------------------------------------------- Footer -----------------------------------------------------------------------------------------*/

footer {
    background-color:var(--white);
    padding:30px;
    margin-bottom:0px;
    transition:all .15s linear;
}

footer.footer-margin {
    margin-bottom:90px;
    transition:all .15s linear;
}

footer .footer-content .col-lg-4 {
    display:flex;
    justify-content:flex-start;
    flex-direction: column;
}

footer .footer-content .col-lg-4 .module-image img {
    width:50%;
}

footer .footer-content .col-lg-4 .module-text {
    height: fit-content;
    margin:0 auto;
    width: 100%;
}

footer .footer-content .col-lg-4 .module-text p {
    font-family: var(--font-regular);
    font-size: 16px;
    margin: 0 0 10px;
}

footer .footer-content .col-lg-4 .module-text p:last-of-type {
    margin:0;
}

footer .footer-content .col-lg-4 .module-text p a {
    color: var(--black);
    text-decoration: none;
    transition:all .15s linear;
}

footer .footer-content .col-lg-4 .module-text p a:hover {
    color:Var(--rph-violet);
    transition:all .15s linear;
}

footer .footer-content .col-lg-4 .module-code {
    height:fit-content;
    margin:0 0 0 auto;
}

footer .footer-content .col-lg-4 .nav {
    display:flex;
    flex-direction:column;
    height: 140px;
}

footer .footer-content .col-lg-4 .nav .nav-link {
    padding:0;
    font-family: var(--font-regular);
    font-size: 16px;
    margin: 0 0 10px;
    color: var(--black);
    text-decoration: none;
    transition:all .15s linear;
}

footer .footer-content .col-lg-4 .nav .nav-link:hover {
    color:Var(--rph-violet);
    transition:all .15s linear;
}

footer .footer-content .col-lg-4 .module-social {
    width:100%;
}

footer .footer-content .col-lg-4 .module-social ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 10px auto 0;
}

footer .footer-content .col-lg-4 .module-social ul li {
    position:Relative;
    width: 30px;
    height: 30px;
    margin-right:20px;
}

footer .footer-content .col-lg-4 .module-social ul li:last-of-type {
    margin-right:0;
}

footer .footer-content .col-lg-4 .module-social ul li:before {
    content:'';
    position: absolute;
    font-family: FontAwesome;
    color: Var(--black);
    font-size: 18px;
    line-height:1;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-content .col-lg-4 .module-social ul li.s-facebook:before {
    content: '\f09a ';
}

footer .footer-content .col-lg-4 .module-social ul li.s-instagram:before {
    content: '\f16d ';
}

footer .footer-content .col-lg-4 .module-social ul li.s-youtube:before {
    content: '\f16a';
}

footer .footer-content .col-lg-4 .module-social ul a {
    font-family: var(--font-regular);
    color: transparent;
    text-decoration: none;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

/* --------------------------------------------------------------- Section 1 Home -----------------------------------------------------------------------------------------*/

.section-home-1 {
    margin:190px auto auto;
}

.section-home-1 .content {
    padding:0;
    background-color:var(--white);
    display:flex;
}

.section-home-1 .content .homeslider {
    height: 650px;
    position:relative;
    width:100%;
}

.section-home-1 .content .homeslider .slick-list,
.section-home-1 .content .homeslider .slick-track{
    height:100%;
}

.section-home-1 .content .homeslider .slick-slide {
    position:Relative;
    margin:auto;
    background-repeat: no-repeat;
    background-size:cover;
    height: 650px;
}

.section-home-1 .content .homeslider .slick-slide .slick-slide-inner {
    /* display:none; */
}
.section-home-1 .content .homeslider .slick-slide .slick-slide-inner .slide-slick-title {
    display: none;
}
.homeslider .slick-slide .slide-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.section-home-1 .content .homeslider .slick-next {
    right: 30px;
    background-color: var(--rph-violet);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 10;
    opacity:.6;
    transition: all.15s linear;
}

.section-home-1 .content .homeslider:hover .slick-next {
    opacity:1;
    transition: all.15s linear;
}

.section-home-1 .content .homeslider .slick-next:before {
    content:'\f105';
    font-family:FontAwesome;
    font-size:28px;
    color:var(--white);
    right: -2px;
    position: relative;
}

.section-home-1 .content .homeslider .slick-prev {
    left: 30px;
    background-color: var(--rph-violet);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 10;
    opacity:.6;
    transition: all.15s linear;
}

.section-home-1 .content .homeslider:hover .slick-prev {
    opacity:1;
    transition: all.15s linear;
}

.section-home-1 .content .homeslider .slick-prev:before {
    content:'\f104';
    font-family:FontAwesome;
    font-size:28px;
    color:var(--white);
    left: -2px;
    position: relative;
}

/* --------------------------------------------------------------- Section 2 Home -----------------------------------------------------------------------------------------*/

.section-home-2 {
    padding:15px 0;
    margin: 40px 15px;
    gap: 40px;
}

.section-home-2 .content-posts {
    max-width: calc(70% - 20px);
    flex: auto;
    padding: 0;
}

.section-home-2 .categories-post .categories-item-wrapper {
    max-width: calc(50% - 5px);
}

.section-home-2 .app-section {
    max-width: calc(30% - 20px);
    flex: auto;
    display: flex;
    flex-flow: wrap;
    padding: 0;
    justify-content: end;
}

.section-home-2 .app-section .cover {
    width: 30%;
    display: flex;
}

.section-home-2 .app-section .cover img {
    width: 75%;
    margin: 1em;
    display: block;
}

.section-home-2 .app-section .text {
    width: 70%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-home-2 .app-section .text h2 {
    margin: 0;
    font-family: var(--font-regular);
    font-size: 18px;
    color: Var(--black);
}

.section-home-2 .app-section .text p {
    font-family: var(--font-light);
    color: var(--black);
    margin: 10px 0 0;
    text-align: justify;
    font-size: 14px;
}

.section-home-2 .app-section .module-widget {
    width: 100%;
    margin: 10px auto 35px;
}

.section-home-2 .app-section .module-widget .buttons {
    display:flex;
    flex-direction:row;
    justify-content:space-evenly;
}

.section-home-2 .app-section .module-widget .buttons a {
    display:block;
}

.section-home-2 .app-section .module-widget .buttons a img {
    width:120px;
}

.section-home-2 .app-section .module-social {
    width:100%;
}

.section-home-2 .app-section .module-social ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 10px auto 20px;
}

.section-home-2 .app-section .module-social ul li {
    position:Relative;
    width: 50px;
    height: 50px;
}

.section-home-2 .app-section .module-social ul .s-facebook:before {
    content: '\f09a ';
    position: absolute;
    font-family: FontAwesome;
    color: Var(--black);
    font-size: 28px;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid var(--black);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-home-2 .app-section .module-social ul .s-instagram:before {
    content: '\f16d ';
    position: absolute;
    font-family: FontAwesome;
    color: Var(--black);
    font-size: 28px;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid var(--black);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-home-2 .app-section .module-social ul .s-youtube:before {
    content: '\f16a';
    position: absolute;
    font-family: FontAwesome;
    color: Var(--black);
    font-size: 28px;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid var(--black);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-home-2 .app-section .module-social ul a {
    font-family: var(--font-regular);
    color: transparent;
    text-decoration: none;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.section-home-2 .app-section .module-code {
    height:550px;
     width:100%; 
}

.section-home-2 .app-section .module-code .reclama-item {
    margin-bottom:10px!important;
}

.section-home-2 .app-section .rph-reclame .reclama-item:last-of-type {
    margin-bottom:0!important;
}

.section-home-2 .app-section .rph-reclame .reclama-item .col-md-12 {
    padding:0;
    height: auto;
}

.section-home-2 .app-section .module-code .reclama-item a img {
    width: 100%;
    height: auto;
}

/* --------------------------------------------------------------- Section 3 Home -----------------------------------------------------------------------------------------*/

.section-home-3 {
    padding:15px 0;
    margin: 0 15px 40px;
    gap:40px;
}

.section-home-3 .top-30-content {
    position:relative;
    padding: 0;
    max-width:calc(50% - 20px);
}

.section-home-3 .top-30-content .categories-grid .categories-item-wrapper {
    padding:0 15px 10px;
}

.section-home-3 .top-30-content .categories-grid .category-item {
    position:relative;
    display:flex;
    flex-direction:row;
    width: 100%;
    background-color: var(--white);
    transition:all .15s linear;
}

/* .section-home-3 .top-30-content .categories-grid .category-item:hover {
    background-color: var(--white);
    transition:all .15s linear;
} */

.section-home-3 .top-30-content .categories-grid .categ-image-wrapper {
    display:flex;
    flex-direction:row;
}

.section-home-3 .home-top-40 .categ-image-wrapper {
    overflow: inherit;
}

.categories-grid .categ-image-wrapper {
    position: relative;
    overflow: hidden;
    background-color: #e9e9e9;
}

.categories-grid .trending-content:before,
.categories-grid .categ-image-wrapper:before {
    content:'';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #e9e9e9 0%, #f4f4f4 50%, #e9e9e9 100%);
    background-size: 200% 100%;
    animation: rph-skeleton 1.2s ease-in-out infinite;
    z-index: 1;
}

.categories-grid .trending-content img,
.categories-grid .categ-image-wrapper img {
    display: block;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: all .15s linear;
}

.categories-grid .trending-content.is-loaded:before,
.categories-grid .categ-image-wrapper.is-loaded:before {
    animation: none;
    opacity: 0;
}

.categories-grid .trending-content.is-loaded img,
.categories-grid .categ-image-wrapper.is-loaded img {
    opacity: 1;
}

.categories-grid .number {
    position: relative;
    z-index: 2;
}

.section-home-3 .top-30-content .categories-grid img {
    width:74px;
    height:74px;
}

.section-home-3 .top-30-content .categories-grid .number {
    width: 74px;
    height: 74px;
    background-color: var(--rph-violet);
    overflow: hidden;
    display: flex;
    transition: all .15s linear;
}

.section-home-3 .top-30-content .categories-grid .category-item:hover .number {
    background-color: var(--rph-purple);
    transition:all .15s linear;
}

.section-home-3 .top-30-content .categories-grid .no {
    margin: auto;
    width: fit-content;
    height: fit-content;
    color: var(--white);
    font-family: var(--font-bold);
    font-size: 28px;
    display: flex;
    line-height: 1;
    transition:all .15s linear;
}

.section-home-3 .top-30-content .categories-grid .category-item:hover .number .no {
    color:var(--white);
    transition:all .15s linear;
}

.section-home-3 .top-30-content .categories-grid .categ-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    width:100%;
}

.section-home-3 .top-30-content .categories-grid .category-item h2 {
    font-family: var(--font-regular);
    font-size: 18px;
    color: var(--black);
    margin: 0;
    transition:all .15s linear;
}

.section-home-3 .top-30-content .categories-grid .category-item:hover h2 {
    color: var(--rph-purple);
    transition:all .15s linear;
}

.section-home-3 .top-30-content .categories-grid .category-item h4 {
    font-family: var(--font-bold);
    font-size: 16px;
    margin:0;
    color: var(--black);
    transition:all .15s linear;
}

.section-home-3 .top-30-content .categories-grid .category-item:hover h4 {
    color: var(--rph-purple);
    transition:all .15s linear;
}

.section-home-3 .top-30-content .categories-grid .rph-player {
    position: Relative;
    display: flex;
    margin: auto 0 auto;
}

.section-home-3 .top-30-content .categories-grid .rph-player .playerwrapper {
    margin: auto;
    width: 74px;
    height: 74px;
    background-color: var(--rph-violet);
    color: var(--white);
}

.section-home-3 .top-30-content .categories-grid .category-item:hover .rph-player .playerwrapper {
    background-color: var(--rph-purple);
}

.section-home-3 .top-30-content .categories-grid .rph-player .playerwrapper .play-controls,
.section-home-3 .top-30-content .categories-grid .rph-player .playerwrapper .play-controls .play-pause{
    width:100%;
    height:100%;
}

.section-home-3 .top-30-content .categories-grid .rph-player .playerwrapper .play-controls span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor:pointer;
}

.section-home-3 .top-30-content .top-see-more {
    height:74px;
}

.section-home-3 .top-30-content .top-see-more a {
    background-color: var(--rph-violet);
    padding: 20px 0;
    width: 100%;
    font-family: var(--font-bold);
    color: var(--white);
    text-decoration: none;
    text-transform: uppercase;
    outline: none!important;
    box-shadow: none!important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius:0;
    overflow:hidden;
    position:relative;
}

.section-home-3 .top-30-content .top-see-more a:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(/uploads/assets/programe-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 8px;
    bottom: 0;
    margin: auto;
    right: 7rem;
    filter: invert(1) opacity(.1);
    transform: rotate(15deg);
}

.section-home-3 .top-30-content .top-see-more a:hover{
    background-color: var(--rph-purple);
    color: var(--white);
    transition:all .15s linear;
}

.section-home-3 > .trending-content {
    padding: 0;
    max-width: calc(50% - 20px);
}

.section-home-3 .trending-content .trending-item {
    height:270px;
    margin-bottom:10px;
    overflow:hidden;
}

.section-home-3 .trending-content .trending-item:last-of-type {
    margin-bottom:0;
}

.section-home-3 .trending-content .trending-item .trending-image {
    position:relative;
    overflow:hidden;
}

.section-home-3 .trending-content .trending-item .trending-content {
    position:relative;
    overflow:hidden;
}

.section-home-3 .trending-content .trending-item .trending-content:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    background-color: #00000000;
    filter: blur(0px);
    backdrop-filter: blur(0px);
    transition: all .15s linear;
}

.section-home-3 .trending-content .trending-item .trending-content:hover:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    background-color: #00000082;
    filter: blur(2px);
    backdrop-filter: blur(3px);
    transition: all .15s linear;
    pointer-events:none
}

.section-home-3 .trending-content .trending-item .trending-content .trending-name {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0px 0px;
    width: fit-content;
    z-index: 4;
    height: 0px;
    overflow:hidden;
    transition: all .15s linear;
}

.section-home-3 .trending-content .trending-item .trending-content:hover .trending-name {
    height: 50px;
    padding: 10px 20px;
    transition: all .15s linear;
}

.section-home-3 .trending-content .trending-item .trending-content .trending-name p {
    margin: auto;
    font-family: var(--font-bold);
    color: var(--white);
    font-size: 20px;
}

.section-home-3 .trending-content .trending-item .trending-image .img-content {
    width:100%;
}

.section-home-3 .trending-content .trending-item .trending-image .img-content img {
    width:100%;
}

.section-home-3 .trending-content .trending-item .trending-content .trending-play {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 3;
    transition: all .15s linear;
}

.section-home-3 .trending-content .trending-item .trending-content:hover .trending-play {
    top: 50px;
    transition: all .15s linear;
}

.section-home-3 .trending-content .trending-item .trending-play i {
    font-size: 28px;
    color: var(--white);
    transition:all .15s linear;
}

.section-home-3 .trending-content .trending-item .trending-popup {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background-color: #c92e866e;
    left: 0;
    top: -100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition:all .35s linear;
}

.section-home-3 .trending-content .trending-item .trending-popup.popup-down {
    top:0vh;
    transition:all .35s linear;
}

.section-home-3 .trending-content .trending-item .trending-popup:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    backdrop-filter: saturate(2) blur(5px);
    z-index: -1;
}

.section-home-3 .trending-content .trending-item .trending-popup .close-popup {
    position: absolute;
    top: 16%;
    right: 16%;
    background-color: var(--black);
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-bold);
    font-size: 38px;
    color: var(--rph-violet);
    cursor: pointer;
}

.section-home-3 .trending-content .trending-item .trending-popup .popup-content {
    width:40vw;
    height:fit-content;
}

.section-home-3 .trending-content .trending-item .trending-popup .popup-content p {
    background-color: var(--black);
    padding: 10px 20px;
    width: 100%;
    font-family: var(--font-bold);
    color: var(--rph-violet);
    margin: 0;
    font-size: 28px;
    text-transform: uppercase;
}

.section-home-3 .trending-content .trending-item .trending-popup .popup-content iframe {
    width: 100%;
    height: 400px;
}

/* --------------------------------------------------------------- Section Banner -----------------------------------------------------------------------------------------*/

.section-banner {
    margin:auto;
}

.section-banner .content {
    padding:0;
}

/* --------------------------------------------------------------- Section 4 Home -----------------------------------------------------------------------------------------*/

.section-home-4 {
    padding:15px 0;
    margin: 40px 15px;
}

.section-home-4 .stiri-content {
    padding:0;
}

.section-home-4 .categories-post .categories-item-wrapper {
    max-width: calc(33.333333% - 7px);
}

.section-home-4 .categories-post .categories-item-wrapper .reclama-item {
    margin:auto!important;
}

.section-home-4 .categories-post .categories-item-wrapper .reclama-item img {
    padding:0;
    /* height:270px; */
    width:100%;
}

/* --------------------------------------------------------------- Section 5 Home -----------------------------------------------------------------------------------------*/

.section-home-5 {
    padding: 15px 0;
    margin: 40px 15px;
}

.section-home-5 .fun-team-content {
    padding:0;
}

.section-home-5 .fun-team-content .categories-grid {
    justify-content:space-between;
}

.section-home-5 .fun-team-content .categories-item-wrapper {
    max-width:30%;
    flex:auto;
    flex-direction: column;
    position:relative;
    align-items:center;
    z-index: 1;
}

.section-home-5 .fun-team-content .categories-item-wrapper .details-image {
    position: relative;
    z-index: 1;
    max-width: 300px;
    max-height: 300px;
    height: 100%;
    width: 100%;
    display: flex;
    z-index: -1;
}

.section-home-5 .fun-team-content .categories-item-wrapper .details-image .img-content:first-of-type {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:-1;
}

.section-home-5 .fun-team-content .categories-item-wrapper .details-image .img-content:first-of-type img {
    width:100%;
}

.section-home-5 .fun-team-content .categories-item-wrapper .details-image .img-content:not(:first-of-type) {
    display:none;
}

.section-home-5 .fun-team-content .categories-item-wrapper .details-image .gallery img{
    display:block;
    width:100%;
    height:100%;
}

.section-home-5 .fun-team-content .categories-item-wrapper .details-image > img {
   display:none;
}

.section-home-5 .fun-team-content .categories-item-wrapper .info {
    width: 100%;
    padding: 20px 10px;
    text-align: center;
}

.section-home-5 .fun-team-content .categories-item-wrapper .info h5 {
    font-family: var(--font-bold);
    margin: 0 auto 10px;
    font-size: 24px;
    color: var(--white);
    line-height: 1;
}
.section-home-5 .fun-team-content .categories-item-wrapper .info > p {
    display:none;
}

.section-home-5 .fun-team-content .categories-item-wrapper .info p {
    font-family: var(--font-bold);
    margin: 0 auto 10px;
    font-size: 24px;
    color: var(--black);
    line-height: 1;
}

.section-home-5 .fun-team-content .categories-item-wrapper .timestamp {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.section-home-5 .fun-team-content .categories-item-wrapper .timestamp p {
    margin: auto 0;
    font-family: var(--font-light);
    color: var(--white);
    font-size: 22px;
}

.section-home-5 .fun-team-content .categories-item-wrapper .timestamp span {
    margin: auto 10px;
    font-family: var(--font-regular);
    color: var(--black);
    font-size: 24px;
    line-height:1;
}

.section-home-5 .fun-team-content .categories-item-wrapper .period {
    display: none !important;
}

/* --------------------------------------------------------------- Section 6 Home -----------------------------------------------------------------------------------------*/

.section-home-6 {
    padding:15px 0;
    margin: 40px 15px;
}

.section-home-6 .film-lifestyle-content {
    padding:0;
}

.section-home-6 .stiri-content {
    padding:0;
}

.section-home-6 .categories-post .categories-item-wrapper {
    max-width: calc(33.333333% - 7px);
}

/* --------------------------------------------------------------- Section 1 Concurs -----------------------------------------------------------------------------------------*/

.section-concurs {
    margin: 190px auto 40px;
    padding: 15px 0;
}

.section-concurs .text {
    font-family:var(--font-regular);
    color:var(--white);
    font-size:16px;
}

.section-concurs .text .h3 {
    font-family:var(--font-bold);
    font-size:24px;
}

.section-concurs .text a {
    color:Var(--rph-violet);
    text-decoration:none;
}

/* --------------------------------------------------------------- Section 1 Echipa -----------------------------------------------------------------------------------------*/

.section-echipa-1 {
    margin: 190px auto 40px;
    padding: 20px 0;
}

.section-echipa-1 .categories-grid {
    gap: 10px;
    justify-content: flex-start;
}

.section-echipa-1 .categories-item-wrapper {
    max-width: calc(33.333333% - 7px);
    flex: auto;
    padding: 0;
    height: 60vh;
    margin: 0;
    z-index: 1;
    overflow: hidden;
    flex-direction: column;
}

.section-echipa-1 .categories-item-wrapper .details-image {
    position: relative;
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
}

.section-echipa-1 .categories-item-wrapper .details-image .img-content:first-of-type {
    position: absolute;
    width: 100%;
    height: fit-content;
    z-index: -1;
    top: -10px;
    left: 0;
    padding: 20px;
}

.section-echipa-1 .categories-item-wrapper .details-image .img-content:first-of-type img {
    width:105%;
}

.section-echipa-1 .categories-item-wrapper .details-image .gallery {
    display:none;
}

.section-echipa-1 .categories-item-wrapper .details-image .img-content:not(:first-of-type) {
    position: revert-layer;
    width: 100%;
    height: 100%;
    top: 0;
    margin: auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-echipa-1 .categories-item-wrapper .details-image .img-content:not(:first-of-type) img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: contain;
}

.section-echipa-1 .categories-item-wrapper .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 190px;
    margin: auto;
}

.section-echipa-1 .categories-item-wrapper .info h5 {
    margin: 0;
    font-family: var(--font-bold);
    text-transform: uppercase;
    color: var(--white);
    font-size: 24px;
}

.section-echipa-1 .categories-item-wrapper .info > p {
    font-family: var(--font-light);
    color: var(--white);
    font-size: 1.5rem;
    margin: 0;
}

.section-echipa-1 .categories-item-wrapper .info .timestamp p {
    font-family: var(--font-bold);
    color: var(--white);
    font-size: 18px;
    margin:0;
}

.section-echipa-1 .categories-item-wrapper .info .timestamp span {
    font-family: var(--font-light);
    color: var(--white);
    font-size: 18px;
    margin: 0 10px;
}

.section-echipa-1 .categories-item-wrapper .info .period p {
    font-family: var(--font-light);
    color: var(--white);
    font-size: 18px;
    margin: 0;
}

/* --------------------------------------------------------------- Section Top 40 -----------------------------------------------------------------------------------------*/

.section-top40 {
    margin: 190px 0 40px;
    padding: 15px 0;
}

.section-top40 .categories-grid {
    margin:auto;
    gap:10px;
}

.section-top40 .categories-item-wrapper {
    flex: auto;
    padding: 0;
    max-width: calc(25% - 8px);
    min-height: 200px;
}

.section-top40 .categories-item-wrapper .number {
    position: absolute;
    background-color: var(--rph-violet);
    clip-path: polygon(0 0, 100% 0, 50% 50%, 0% 100%);
    width: 100px;
    height: 100px;
    font-size: 34px;
    font-family: var(--font-bold);
    color: var(--white);
    z-index: 4;
    display: flex;
    padding: 14px;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all .15s linear;
}

.section-top40 .categories-item-wrapper:hover .number,
.section-top40 .categories-item-wrapper .category-item.playing .number {
    background-color: var(--white);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    color: Var(--rph-violet);
    transition: all .15s linear;
    display: flex;
    padding: 14px;
    justify-content: center;
    align-items: center;
}

.section-top40 .categories-item-wrapper .number .no {
    width: fit-content;
    height: fit-content;
    line-height: 1;
    justify-content: inherit;
    align-items: initial;
    transition: all .15s linear;
}

.section-top40 .categories-item-wrapper .categ-image-wrapper {
    position:relative;
    overflow:hidden;
    background-color: #e9e9e9;
}

.section-top40 .categories-item-wrapper .categ-image-wrapper:before {
    content:'';
    position:absolute;
    inset:0;
    background: linear-gradient(90deg, #e9e9e9 0%, #f4f4f4 50%, #e9e9e9 100%);
    background-size: 200% 100%;
    animation: rph-skeleton 1.2s ease-in-out infinite;
    z-index: 1;
}

.section-top40 .categories-item-wrapper .categ-image-wrapper:after {
    content:'';
    position:absolute;
    top:0%;
    left:0%;
    right:0%;
    bottom:0%;
    margin:auto;
    width:0%;
    height:0%;
    filter: blur(5px);
    backdrop-filter: saturate(2) blur(5px);
    background-color:#00000000;
    transition: all .15s linear;
    z-index: 3;
}

.section-top40 .categories-item-wrapper:hover .categ-image-wrapper:after,
.section-top40 .categories-item-wrapper .category-item.playing .categ-image-wrapper:after {
    width:110%;
    height:110%;
    top:-5%;
    left:-5%;
    bottom:-5%;
    right:-5%;
    background-color:#00000066;
    filter: blur(5px);
    backdrop-filter: saturate(2) blur(5px);
    transition: all .15s linear;
}

.section-top40 .categories-item-wrapper .categ-image-wrapper img {
    width: 100%;
    min-height: 18.2rem;
    display: block;
    object-fit: cover;
    transition: all .15s linear;
    opacity: 0;
    position: relative;
    z-index: 2;
}

.section-top40 .categories-item-wrapper .categ-image-wrapper.is-loaded:before {
    animation: none;
    opacity: 0;
}

.section-top40 .categories-item-wrapper .categ-image-wrapper.is-loaded img {
    opacity: 1;
}

@keyframes rph-skeleton {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.section-top40 .categories-item-wrapper .categ-title {
    height: 80px;
    background-color: var(--rph-violet);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    transition: all .15s linear;
}

.section-top40 .categories-item-wrapper:hover .categ-title,
.section-top40 .categories-item-wrapper .category-item.playing .categ-title {
    background-color: var(--white);
    transition: all .15s linear;
}

.section-top40 .categories-item-wrapper .categ-title h2 {
    font-family: var(--font-regular);
    font-size: 18px;
    color: var(--white);
    margin: 0;
    transition: all .15s linear;
}

.section-top40 .categories-item-wrapper .categ-title h4 {
    font-family: var(--font-bold);
    font-size: 16px;
    color: var(--white);
    margin: 0;
    transition: all .15s linear;
}

.section-top40 .categories-item-wrapper:hover .categ-title h2,
.section-top40 .categories-item-wrapper:hover .categ-title h4,
.section-top40 .categories-item-wrapper .category-item.playing .categ-title h2,
.section-top40 .categories-item-wrapper .category-item.playing .categ-title h4 {
    color:var(--rph-violet);
    transition: all .15s linear;
}

.section-top40 .categories-item-wrapper .rph-player {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: var(--rph-violet);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: calc(0px + 70px);
    margin: auto;
    left: 0;
    right: 0;
    transition: all .15s linear;
    z-index: 4;
}

.section-top40 .categories-item-wrapper:hover .rph-player,
.section-top40 .categories-item-wrapper .category-item.playing .rph-player {
    background-color: var(--white);
    color: Var(--rph-violet);
    bottom: calc(0px + -20px);
    transition: all .15s linear;
}

.section-top40 .categories-item-wrapper .rph-player .playerwrapper,
.section-top40 .categories-item-wrapper .rph-player .playerwrapper .play-controls,
.section-top40 .categories-item-wrapper .rph-player .playerwrapper .play-controls .play-pause {
    width:100%;
    height:100%;
}

.section-top40 .categories-item-wrapper .rph-player .playerwrapper .play-controls .play-pause span {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 24px;
}

/* --------------------------------------------------------------- Section Contact -----------------------------------------------------------------------------------------*/

.section-contact-1 {
    margin: 190px 15px 40px;
    padding: 20px 0;
    gap:10px;
}

.section-contact-1 .contact-info-inline {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 0;
}

.section-contact-1 .contact-info-inline .widget-contact {
    width: calc(33.333333% - 5px);
}

.section-contact-1 .contact-info-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    gap: 10px;
    justify-content: flex-start;
    height: auto;
    max-width: calc(33.333333% - 5px);
    padding: 0;
}

.section-contact-1 .contact-info-column .widget-contact {
    margin: 0;
}

.section-contact-1 .contact-info-column .map {
    width: 66.5%;
    height: 100%;
}

.section-contact-1 .contact-info-column .map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.section-contact-1 .map {
    max-width: calc(66.666667% - 5px);
    padding: 0;
}

.section-contact-1 .map .map-content {
    height: 100%;
}

.section-contact-1 .map .map-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.section-contact-1 .widget-contact {
    padding: 20px;
    color: Var(--black);
    border: 2px solid var(--white);
}

.section-contact-1 .widget-contact > div {
    margin-bottom:20px;
}

.section-contact-1 .widget-contact > div:last-of-type {
    margin-bottom:auto;
}

.section-contact-1 .widget-contact h5 {
    font-family: var(--font-regular);
    text-transform: uppercase;
    color: var(--rph-violet);
    font-size: 28px;
    width: 100%;
    margin: 0 0 10px;
    border-bottom: 1px solid var(--rph-purple);
    padding-bottom: 10px;
}

.section-contact-1 .widget-contact .user,
.section-contact-1 .widget-contact .mail,
.section-contact-1 .widget-contact .address,
.section-contact-1 .widget-contact .phone{
    display:flex;
    flex-direction:row;
}

.section-contact-1 .widget-contact .user i,
.section-contact-1 .widget-contact .mail i,
.section-contact-1 .widget-contact .phone i,
.section-contact-1 .widget-contact .address i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border: 1px solid var(--white);
    margin-right: 10px;
}

.section-contact-1 .widget-contact .user p,
.section-contact-1 .widget-contact .user a,
.section-contact-1 .widget-contact .phone p,
.section-contact-1 .widget-contact .phone a,
.section-contact-1 .widget-contact .mail p,
.section-contact-1 .widget-contact .mail a,
.section-contact-1 .widget-contact .address p,
.section-contact-1 .widget-contact .address a{
    font-family:var(--font-regular);
    margin:auto 0;
    text-decoration:none;
    color:var(--black);
}

/* --------------------------------------------------------------- Cod deontologic -----------------------------------------------------------------------------------------*/

.section-deontologic {
    margin:190px auto 40px;
    padding:20px 0;
}

.section-deontologic .text {
    color:var(--black);
    font-family:var(--font-regular);
}

/* --------------------------------------------------------------- Date firma -----------------------------------------------------------------------------------------*/

.section-date-firma {
    margin:190px auto 40px;
    padding:20px 0;
}

.section-date-firma .text {
    color:var(--black);
    font-family:var(--font-regular);
}

.section-date-firma .text a {
    color:var(--rph-violet);
    text-decoration:none;
}

/* --------------------------------------------------------------- Politica de confidentialitate -----------------------------------------------------------------------------------------*/

.section-pdc {
    margin:190px auto 40px;
    padding:20px 0;
}

.section-pdc .text {
    color:var(--black);
    font-family:var(--font-regular);
}

.section-pdc .text a {
    color:var(--rph-violet);
    text-decoration:none;
}

/* --------------------------------------------------------------- Termeni si conditii -----------------------------------------------------------------------------------------*/

.section-tsc {
    margin:190px auto 40px;
    padding:20px 0;
}

.section-tsc .text {
    color:var(--black);
    font-family:var(--font-regular);
}

.section-tsc .text a {
    color:var(--rph-violet);
    text-decoration:none;
}

/* --------------------------------------------------------------- Postari - continut -----------------------------------------------------------------------------------------*/

.type-posts-single {
    margin:190px auto 40px;
    padding:20px 15px!important;
}

.type-posts-single .post-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.type-posts-single .post-header .post-header-image {
    width: 35%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.type-posts-single .post-header .post-header-info {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: end;
    position:relative;
}

.type-posts-single .post-header .post-header-info .back-button {
    position: absolute;
    top: -50px;
    height: 25px;
    color: var(--black);
    text-transform: lowercase;
    font-family: var(--font-light);
    font-size: 14px;
    text-decoration: none;
    display:flex;
    flex-direction:row;
}

.type-posts-single .post-header .post-header-info .back-button:before {
    content:'\f104';
    font-family:FontAwesome;
    color:var(--white);
    font-size:14px;
    margin-right:5px;
}

.type-posts-single .post-header .post-header-info h2 {
    font-family: var(--font-bold);
    text-transform: uppercase;
    font-size: 24px;
    color: var(--rph-violet);
    background-color: var(--black);
    padding: 20px 40px;
    width: fit-content;
    margin: 0;
}

.type-posts-single .post-header .post-header-info h1 {
    font-family: var(--font-bold);
    text-transform: uppercase;
    font-size: 24px;
    color: var(--rph-violet);
    background-color: var(--white);
    padding: 20px 40px;
    width: fit-content;
    margin: 0;
}

.type-posts-single .post-header .post-header-info h1 {
    font-family: var(--font-bold);
    text-transform: uppercase;
    font-size: 24px;
    color: var(--white);
    background-color: var(--rph-purple);
    padding: 20px 40px;
    width: fit-content;
    margin: 0;
}
.type-posts-single .post-header .post-header-info p {
    margin: 0;
    background-color: var(--rph-violet);
    color: var(--white);
    padding: 10px 20px;
    font-family: var(--font-bold);
    text-transform: uppercase;
    font-size: 16px;
}

.type-posts-single .post-header .post-header-info p span {
    font-family: var(--font-light);
    text-transform: lowercase;
    font-size: 14px;
}

.type-posts-single .post-content {
    margin-top: 20px;
    color: var(--black);
    font-family: var(--font-light);
    border-top: 2px solid var(--white);
    padding-top: 20px;
}

.type-posts-single .post-content p:last-of-type {
    margin-bottom:0;
}

.type-posts-single .post-content a {
    color:var(--rph-violet);
    text-decoration:none;
}

/* YouTube / Vimeo / embeds in post body — responsive on mobile */
.type-posts-single .post-content iframe,
.type-posts-single .post-content embed,
.type-posts-single .post-content object,
.type-posts-single .post-content video {
    display: block;
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    border: 0;
}

.type-posts-single .post-content {
    overflow-x: hidden;
}

/* --------------------------------------------------------------- Concursuri -----------------------------------------------------------------------------------------*/

.section-concurs .concursuri-grid .categories-item-wrapper {
    margin-bottom: 1rem;
}
.section-concurs .concursuri-grid .categories-item-wrapper:last-of-type {
    margin-bottom: 0;
}

.section-concurs .concursuri-grid .category-item a {
    display:block;
}

.section-concurs .concursuri-grid .category-item .categ-image {
    width:100%;
}

.section-concurs .concursuri-grid .category-item .concurs-info {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: var(--white);
    justify-content: space-between;
    padding: 0;
    height: 65px;
    border-top: 2px solid var(--rph-violet);
}

.section-concurs .concursuri-grid .category-item .concurs-info p {
    font-family: var(--font-regular);
    color: var(--violet);
    margin: auto 20px;
}

.section-concurs .concursuri-grid .category-item .concurs-info p b {
    color:var(--rph-violet);
}

.section-concurs .concursuri-grid .category-item .concurs-info span {
    color: var(--white);
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    padding: 20px;
    background-color: var( --rph-violet);
    font-family: var(--font-bold);
    font-size: 18px;
    text-transform: uppercase;
}

/* --------------------------------------------------------------- Concursuri - single -----------------------------------------------------------------------------------------*/

.type-concursuri-single {
    margin: 190px auto 40px;
    padding: 20px 15px!important;
}

.type-concursuri-single .concurs-header .top-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.type-concursuri-single .concurs-header .top-info h2 {
    margin: auto 0;
    font-family: var(--font-bold);
    color: var(--black);
    text-transform: uppercase;
    font-size: 24px;
}

.type-concursuri-single .concurs-header .top-info .back-button {
    color: var(--black);
    text-transform: lowercase;
    font-family: var(--font-light);
    font-size: 14px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    height: fit-content;
    margin: auto 0;
}
.type-concursuri-single .concurs-header .top-info .back-button:before {
    content: '\f104';
    font-family: FontAwesome;
    color: var(--black);
    font-size: 14px;
    margin-right: 5px;
    height: fit-content;
}
.type-concursuri-single .concurs-content img {
    width: 100%;
    height: auto;
}

.type-concursuri-single .concurs-header .concurs-header-image {
    width:100%;
    background-size:cover;
}

.type-concursuri-single .concurs-header .concurs-header-info {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: var(--white);
    justify-content: space-between;
    padding: 0;
    height: 65px;
    border-top: 2px solid var(--rph-violet);
}

.type-concursuri-single .concurs-header .concurs-header-info p {
    font-family: var(--font-regular);
    color: var(--violet);
    margin: auto 20px;
}

.type-concursuri-single .concurs-header .concurs-header-info p b {
    color: var(--rph-violet);
}

.type-concursuri-single .concurs-header .concurs-header-info span {
    color: var(--white);
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    padding: 20px;
    background-color: var( --rph-violet);
    font-family: var(--font-bold);
    font-size: 18px;
    text-transform: uppercase;
}

.type-concursuri-single .concurs-content {
    padding: 40px 0;
    color: var(--black);
    font-family: var(--font-regular);
    text-align:justify;
}

.type-concursuri-single .concurs-content p:last-of-type {
    margin:auto;
}

.type-concursuri-single .regulament-concurs .regulament-concurs-btn {
    position: Relative;
    border: none;
    background-color: transparent;
    color: Var(--black);
    padding: 0;
    font-family: var(--font-bold);
    text-transform: uppercase;
    font-size: 20px;
    text-align: left;
    outline: none!important;
    box-shadow: none!important;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--white);
    width: 350px;
}

.type-concursuri-single .regulament-concurs .regulament-concurs-btn.collapsed:before {
    content: '';
    position: absolute;
    right: 27px;
    top: 3px;
    margin: auto;
    height: 24px;
    width: 2px;
    background-color: var(--black);
    transition: all 0.3s ease-in-out;
}
.type-concursuri-single .regulament-concurs .regulament-concurs-btn:before {
    height: 0px;
}

.type-concursuri-single .regulament-concurs .regulament-concurs-btn:after {
    content: '';
    position: absolute;
    right: 16px;
    top: 14px;
    margin: auto;
    height: 2px;
    width: 24px;
    background-color: var(--black);
}

.type-concursuri-single .regulament-concurs .regulament-concurs-content {
    /* display:block; */
    margin-top: 40px;
    font-family: var(--font-regular);
    color: var(--black);
    text-align: justify;
    font-size: 16px;
    height: 100%;
    overflow:hidden;
    transition: all .25s linear;
}

.type-concursuri-single .regulament-concurs .regulament-concurs-content.hide-concurs-content {
    height: 0%;
    overflow:hidden;
    transition: height .25s linear;
}

.type-concursuri-single .regulament-content .regulament-general {
    width:fit-content;
}
.site-error {
    margin-top: 30vh;
}

.site-error h1, h3 {
    color: white;
}
.headerwrapper h1, strong {
    display:none;
}

.page-id-65 .main-content .container,
.page-id-769 .main-content .container,
.page-id-99 .main-content .container,
.page-id-98 .main-content .container {
    background-color: inherit;
}

.home .main-content .container > .row:not(.section-home-1) {
    margin-left: 0;
    margin-right: 0;
}

.section-concurs > .content,
.section-top40 > .content {
    padding: 0;
}