
/* [ ================ MAIN - PREDEFINES ================== ] */
/* [ ================ MAIN - PREDEFINES ================== ] */
/* [ ================ MAIN - PREDEFINES ================== ] */

:root {
    --blue: #0b2256;
    --dark: #231F20;
    --silver: #EEEEEE;
    --yellow: #fff200;
}

#wpadminbar {
    z-index: 999999999999!important
}

body, html 
{
	font-family: 'Titillium Web', sans-serif;
	background: #fff;
	line-height: 1.3;
	margin:0;
    color: var(--dark);
    font-weight: 400;
}


* {box-sizing: border-box;}



p, ul, li, a, h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}

li {list-style: none}

.container {
	max-width: 1280px;
	padding:0 15px;
	width: 100%;
	margin: 0 auto;
}




a, button, input, textarea, select {font-family: 'Titillium Web', sans-serif;}

a, button {
    cursor: pointer;
    text-decoration: none;
    outline: none!important;
    transition: 0.2s ease-in-out;
}

ul {margin-bottom: 0;}
li {list-style: none}

img {
	max-width: 100%;
	display: block;
}


img[data-lazy] {opacity:0; transition:0.8s; }
img[data-lazy].fade {opacity:1; }

a {color: var(--blue);}


/*font defines*/


h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.12;
}

h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
}

h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.33;
}

h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.44;
}

p {
    font-size: 18px;
    line-height: 1.4;
}

small {
    font-size: 14px;
    line-height: 1.71;
}


a, button {transition: 0.2s; cursor: pointer;}



/*scrollbar*/

::-webkit-scrollbar-track
{
    border-radius: 0px;
    background-color:#ffffff2e;
}

::-webkit-scrollbar
{
    width: 6px;
    background-color: #ffffff2e;
}

::-webkit-scrollbar-thumb
{
    border-radius: 0px;
    background-color: var(--blue);
}




/* text elipsis */

.limitRows1, .limitRows2, .limitRows3, .limitRows4, .limitRows5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.limitRows1 { -webkit-line-clamp: 1; }
.limitRows2 { -webkit-line-clamp: 2; }
.limitRows3 { -webkit-line-clamp: 3; }
.limitRows4 { -webkit-line-clamp: 4; }
.limitRows5 { -webkit-line-clamp: 5; }



.red {color: var(--blue)}

/* margins */




.mt5 {margin-top: 5px}
.mt8 {margin-top: 5px}
.mt10 {margin-top: 10px}
.mt15 {margin-top: 18px}
.mt20 {margin-top: 20px}
.mt25 {margin-top: 25px}
.mt30 {margin-top: 30px}
.mt40 {margin-top: 40px}
.mt50 {margin-top: 50px}



.mb5 {margin-bottom: 5px}
.mb8 {margin-bottom: 8px}
.mb10 {margin-bottom: 10px}
.mb15 {margin-bottom: 18px}
.mb20 {margin-bottom: 20px}
.mb25 {margin-bottom: 25px}
.mb30 {margin-bottom: 30px}
.mb40 {margin-bottom: 40px}
.mb50 {margin-bottom: 50px}

.ptb60 {padding: 60px 0;}
.ptb30 {padding: 30px 0;}
.ptb100 {padding: 100px 0;}


.fs18 {font-size: 18px}
.fw600 {font-weight: 600}



/* [ ================ HEADER ================== ] */
/* [ ================ HEADER ================== ] */
/* [ ================ HEADER ================== ] */



/* HAMBURGER */



.menu-wrapper {
    position: absolute;
    top: 18px;
    right: 20px;
    margin: auto;
    width: 20px;
    height: 100%;
    cursor: pointer;
    display: none;
    z-index: 10000;
    display: none!important;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
    width: 20px;
    height: 2px;
}

.hamburger-menu {
    position: relative;
    transform: translateY(25px);
    background: #fff;
    transition: all 0ms 300ms;
}

.hamburger-menu.animate {
    background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    background: #fff;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: #fff;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}




/* header */

header.site-header {
    padding: 4px 0;
    background: var(--blue);
    z-index: 6006060;
    position: relative;
    border-bottom: 1px solid #213970;
    position: sticky;
    top: 0;
}

#ajaxsearchliteres1 {z-index: 5483534845}


.search-mobile {display: none;}
body .search-mobile-trigger {display: none;}




.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-flex .menu {
    flex:1;
}


.header-flex .right {
    justify-content: flex-end;
    display: flex;
}


.header-flex .logo img {
    position: absolute;
    left: -12px;
    top: 0;
    top: -4px;
    height: 89px;
    padding: 12px;
    width: 141px;
    display: flex;
    align-items: center;
    object-fit: contain;
    background: var(--blue);
}


#ajaxsearchlite1 .probox, div.asl_w .probox {height: unset!important; padding: 5px 8px!important}


.header-flex .menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-flex .menu ul li {
    margin:0 15px;
}


.header-flex .menu ul li a {
    text-transform: uppercase;
    color: var(--dark);
    font-size: 20px;
    position: relative;
    font-weight: 600;
}

.header-flex .menu ul li a::after {
    content: '';
    width: 0;
    height: 2px;
    background: var(--blue);
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: 0.2s ease-in-out; 
}

.header-flex .menu ul li a:hover::after {
    width: 100%;
}

.header-flex .menu ul li a.active::after {
    width: 100%;
}

/*subheader*/

.subheader {
    background: white; 
    color: var(--blue); 
    padding:  0;
    position: sticky;
    z-index: 10000;
    top: 51px;
    border-bottom: 1px solid #e2ebff;
}


.subheader .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:5px 0;
    padding-left: 64px;
    
}



.subheader .menu ul {
    display: flex;
    align-items: center;
}

.subheader .menu ul li {
    position: relative;
}

.subheader .menu ul li a {
    color: var(--blue)!important;
    text-transform: uppercase;
    display: flex;
    padding: 12px 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.subheader .menu ul li:last-child a {border-right: none!important}

.subheader .menu ul li a:hover {
    text-decoration: underline;
}

#masthead .socials , .mobile-menu .socials{
	display: flex;
    align-items: center;
    margin-right: 20px;
}

.mobile-menu .socials {
	justify-content: center;
	width: 100%;
	margin-right: 0;
}


#masthead .socials a, .mobile-menu .socials a {
    color: var(--yellow);
    margin-left: 14px;
    font-size: 23px;
}

#masthead .socials a img {
    width: 30px
}

#masthead .socials a:hover, .mobile-menu .socials a:hover {
    color: white;
}

#masthead .socials a, .mobile-menu .socials a {
	margin-left: 8px;
	margin-right: 8px;
}


.subheader .menu ul li.hot a {
    display: flex;
    align-items: center;
    border-right: 1px solid #505050;
    padding-right: 15px;
    font-weight: 500;
    line-height: 1;
}

.subheader .menu ul li.hot a i {
    font-size: 25px;
    color: var(--blue);
    margin-right: 5px;
}


.subheader .menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.subheader .menu ul.sub-menu {
    position: absolute;
    top: 100%;
    background: var(--blue);
    left: 0;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease-in-out;
    transform: scale(0.9);


    background: white;
    transform: scale(1);
    box-shadow: 0 0 15px #00000029;
    border: 1px solid #e2ebff;
    border-radius: 5px;

}


.subheader #menu-header-submenu > li  {
     min-width: max-content;
}



.subheader #menu-header-submenu > li > a {
    padding: 0px 23px;
    border-bottom: 5px solid var(--yellow);
    border-bottom: none!important;
    min-width: max-content;
    border-right: 1px solid #0b2256;
}

.subheader #menu-header-submenu > li:hover > a {color: var(--yellow)}


.subheader #menu-header-submenu > li:nth-child(2).active > a {background: #e30030;}


.subheader #menu-header-submenu > li:nth-child(4).active > a {background: var(--yellow)}


.subheader #menu-header-submenu > li:nth-child(3).active > a {background: #80c8ff}


.subheader #menu-header-submenu > li:nth-child(5).active > a {background: #83ff83}


.subheader #menu-header-submenu > li:nth-child(6).active > a {border-bottom: 5px solid #d86eff;}





/* HOMEPAGE TOP */

.homepage-top {
    padding: 10px 0;
}

.content-flex-bottom {padding-top: 15px; margin-bottom: 70px;}

.homepage-top-flex, .content-flex-bottom-flex {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 915px 1fr;
}



.vertical-posts .heading h2 {
    color: var(--dark);
    text-transform: uppercase;
}


.ttup {text-transform: uppercase;}

/*post styling */
.line-after, .line-after-before {
    display: flex;
    align-items: center;
}

.line-after::after {
    content: '';
    flex:1;
    margin-left: 10px;
    height: 1px;
    background: var(--blue);
} 



.line-after-before {
    justify-content: center;
}


.line-after-before::after {
    content: '';
    flex:1;
    margin-left: 10px;
    height: 1px;
    background: var(--blue);
}


.line-after-before::before {
    content: '';
    flex:1;
    margin-right: 10px;
    height: 1px;
    background: var(--blue);
}


/*numbered post */

.post-numbered {
    display: flex;
    margin-bottom: 9px;
}

.post-numbered h4 {
    flex:1;
    font-size: 17px;
    font-weight: 500;
    color: var(--dark);
    margin-left: 10px;
    transition: 0.2s;
}

.post-numbered:hover h4{
    color: var(--blue);
}

.post-numbered .image {
    width: 40%;
}

.post-numbered .image picture {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
    display: block;
}

.post-numbered picture img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


breaking span {
    font-size: 13px;
    font-weight: 600;
    padding: 5px;
    line-height: 1;
    display: flex;
    color: white;
    background: var(--blue);
    text-transform: uppercase;
}

breaking::after {
    background: #e2e2e2!important;
}




.post-numbered  .image picture::after {
    content: attr(data-number);
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: white;
    color: var(--dark);
    font-weight: 600;
    z-index: 10;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-bottom: 2px solid var(--blue);
    display: none;
}



/*featured post */



.post-featured {margin-bottom: 25px; display: block;}

.post-featured h4 {
    background-color: var(--blue);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}

.post-featured .image {
    overflow: hidden;
     max-height: 250px;
}

.post-featured .image img {
    transition: 0.45s ease-in-out;
    width: 100%;
    object-fit: cover;
}

.post-featured:hover .image img {
    transform: scale(1.07);
}



.post-textual h4 {
    color: var(--dark);
    font-size: 17px;
    margin-bottom: 25px;
    font-weight: 600;
    transition: 0.2s;
}

.post-textual:hover h4{
    color: var(--blue)
}



/* slider photos */

.photos-slider h2 {
    text-transform: uppercase;
    color: white;
}

.photos-slider {
    padding: 10px;
}


.photos-slider-default .swiper-slide {
    height: auto;
    transition: 0.2s;
}
.photos-slider-default .swiper-slide img {
    height: 630px;
    object-fit: cover;
}


.photos-slider-default .swiper-slide-active {
    width: 400px!important;
}

.photos-slider-default {
    position: relative;
}

arrow {
    width: 30px;
    height: 50px;
    background: rgba(0,0,0,0.7);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); 
    z-index: 1000;
    cursor: pointer;
    transition: 0.2s;
}

arrow:hover {
    background: black;
}


.photos-slider-default > arrow.photos-slider-next {
    right: 0;
}

.photos-slider-default > arrow.photos-slider-previous {
    left: 0;
}


.photos-slider-default .image-caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    background: white;
    padding: 10px;
    transition: 1s;
    transition-delay: 200ms;
    visibility: hidden;
    opacity: 0;
}

.photos-slider-default .image-caption p {
    line-height: 1.2;
    font-size: 15px;
}

.photos-slider-default .swiper-slide-active .image-caption {
    visibility: visible;
    opacity: 1;
}





/* dalje */

.see-more {
    display: inline-flex;
    align-items: center;
    color: var(--blue);
    font-weight: 600;
    text-transform: uppercase;
}


.see-more i {
    margin-left: 7px;
    font-size: 10px;
    transition: 0.2s;
}


.see-more:hover i {
    margin-left: 10px;
}


/* videos */


.watch-box-wrapper {
    background: var(--dark);
    color: white;
    padding: 10px;
}


.watch-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}


.current-video {flex:1;}

.video-169 {
    position: relative;
    padding-bottom: 56.25%;
}

.video-169 video, .video-169 iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}



.video-item {
    display: flex;
    cursor: pointer;
    margin-bottom: 15px;
}


.video-item .thumbnail {
    position: relative;
    width: 150px;
    height: 85px;
    margin-right: 8px;
}

.video-item .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.video-item .thumbnail length {
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    color: var(--dark);
    font-size: 13px;
    display: block;
    line-height: 1;
    padding: 4px;
}

.video-item .thumbnail i {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 22px;
    height: 22px;
    font-size: 10px;
    background: var(--blue);
    color: white;
    padding: 5px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.video-item .name {
    flex:1;
    padding-right: 25px;
}

.video-item  .name h4 {
    font-size: 19px;
    line-height: 1.2;
    font-weight: 600;
    transition: 0.2s;
}


.video-item:hover .name h4 {
    color: var(--blue);
}


.video-caption {
    margin-top: 10px;
}

.video-caption p {
    font-size: 15px;
    opacity: 1;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 10px;
}




.other-videos {
    overflow: auto;
    margin-left: 15px;
    height: 0;
    width: 450px;
}



.video-item.playingNow .thumbnail::after {
    width: 100%;
    height: 100%;
    background: #ff003dc7;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    content: 'Playing Now';
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    z-index: 43243243243;
    top: 0;
    left: 0;
    position: absolute;
}




/* default post */


.post-default-with-thumbnail .thumbnail {
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
}




.post-default-with-thumbnail .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.45s;
    object-position:  top center;
}

.post-default-with-thumbnail .thumbnail  icon {
    width: 30px;
    height: 30px;
    background: var(--blue);
    color: white;
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-default-with-thumbnail h4 {
    color: var(--dark);
    font-size: 19px;
    font-weight: 600;
    margin-top: 7px;
}

.post-default-with-thumbnail:hover .thumbnail img {
    transform: scale(1.07);
    transition: 0.2s;
}

.post-default-with-thumbnail:hover h4 {
    color: var(--blue);
}

arrow.horizontal-slider-next {
    right: 0;
}

arrow.horizontal-slider-previous {
    left: 0;
}




.horizontal-slider-posts-container arrow {
    transform: none;
    top: 50px;
}







/* TRIPLE VERTICAL POSTS AND DEFAULT POST STYLING */


.triple-vertical-posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}


 .post-numbered.post-default-thumbnail-left .image picture {
    padding-bottom: 56.25%;
 }

 .post-numbered.post-default-thumbnail-left .image picture::after {display: none}







 /* shows */


.shows-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
    grid-row-gap: 45px;
}

.shows-grid.shows-grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}


.shows-grid.shows-grid-6 .show-item .thumbnail {
    padding-bottom: 150%;
}


.show-item .thumbnail {
    position: relative;
    padding-bottom: 150%;
    width: 100%;
    overflow: hidden;
}

.show-item .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.35s ease-in-out;
}

.show-item h4 {
    font-size: 19px;
    color: var(--dark);
    margin-top: 7px;
    font-weight: 600;
}

.show-item:hover .thumbnail img {
    transform: scale(1.05);
}

.show-item:hover h4 {
    color: var(--blue);
}






/* footer */


footer {
    padding-top: 70px;
    margin-top:70px;
    padding-bottom: 30px;
    border-top: 1px solid var(--silver);
    text-align: center;
}

footer .socials ul {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}


footer .socials ul li {
    margin:0 10px;
}

footer .socials ul li a {
    color: var(--dark);
}

footer .socials ul li a:hover {
    color: var(--blue);
}



footer .menu-links ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 700px;
    margin:0 auto;
    margin-top: 20px;
}

footer .menu-links li {
    margin:7px;
}

footer .menu-links li a {
    color: var(--dark);
}

footer .menu-links li a:hover {color: var(--blue)}



footer .cta {
    margin-top: 30px;
}

.red-button {
    background: var(--blue);
    color: white;
    padding: 6px 25px;
    text-transform: uppercase;
    font-size: 18px;
    border:none;
    border:1px solid var(--blue);
    transition: 0.2s;
}

.red-button:hover {
    background: white;
    color: var(--blue);
}


.footer-logo {padding-left: 72px;}



.footer-copyright {
    margin-top:30px;
    border-top: 1px solid var(--silver);
    padding-top: 30px;
}


footer .logo img {
    height: 60px;
    margin:0 auto;
}


footer .copyright-links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    font-size: 13px;
    flex-wrap: wrap;
}

footer .copyright-links ul li {
    padding: 0 6px;
    border-right: 1px solid var(--silver);
}

footer .copyright-links ul li a {
    color: #969696;
}

footer .copyright-links ul li a:hover {color: var(--dark)}

footer .copyright-links ul li:last-child {border:none;}


.copyright-note p{
    font-size: 13px;
    color: #969696;
}



/* post single */


.flex-post {
    display: flex;
    justify-content: space-between;
}



.flex-post .left {
    flex:1;
    width: 100%;
}



article.post, article.photos {
    padding:100px 0;
    padding-top: 15px;
}

 article.videos {
    padding: 30px 0;
 }


.post-header h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 10px;
}

.date-author-info {
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #909090;
    font-weight: 600;
}


.date-author-info > div {
    margin-right: 15px;
}


.tags  {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.tags p {
    opacity: 0.8;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.tags  li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.tags  li a {
    font-size: 13px;
    background: var(--blue);
    color: white;
    padding: 3px 5px;
    line-height: 1;
}




.share-socials {
    padding: 20px;
    background: var(--silver);
    margin-top: 30px;
    font-weight: 600;
    text-align: center;
}

.share-socials ul {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
}

.share-socials ul li {
    margin: 0 7px;
    font-size: 32px;
}



.featured-video-or-photo {
    margin-bottom: 40px;
}


.gut-content {margin-top: 40px;}

.gut-content h1,
.gut-content h2,
.gut-content h3,
.gut-content h4,
.gut-content h5,
.gut-content h6 {
    margin-top: 40px;
    margin-bottom: 12px;
    font-weight: 600;
}

.gut-content blockquote {

    padding: 32px;
    background: var(--silver);
    border-left: 4px solid var(--blue);
    margin:20px 0;

}


.gut-content p {margin-bottom: 16px;}


.gut-content img {
    margin:20px 0;
    max-width: 100%;
    object-fit: contain;
}


.gut-content .wp-block-video, .gut-content .wp-block-image {
    max-width: 100%;
    margin:40px 0;
}


.gut-content .wp-block-video video, .gut-content .wp-block-image img {
    max-width: 100%;
    margin:0;
    margin-bottom: 4px;
    height: 100%;
}




.gut-content figure {
    margin:24px 0;
}

.gut-content iframe {max-width: 100%;}

/* SHOWS */

.show-slider-item {
    position: relative;
    height: 600px;
    max-height: 80vh;
    display: block;
}

.show-slider-item::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(249,240,241);
    background: linear-gradient(90deg, rgba(249,240,241,0) 0%, rgba(81,78,79,0.7987570028011204) 24%, rgba(63,61,62,0.9248074229691877) 42%, rgba(52,51,51,1) 71%, rgba(35,31,32,1) 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 15;
}

.show-slider-item .background  {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}






arrow.show-slider-next {
    right: 0;
}

arrow.show-slider-previous {
    left: 0;
}




.show-slider-item .show-description {
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    max-width: 500px;
    color: white;
    text-align: center;
    padding-bottom: 30px;
    border-top: 1px solid var(--blue);
    padding: 30px 100px;
}

.show-slider-item .show-description h5 {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 10px;
}

.show-slider-item .show-description p {

}



.show-links-see {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.see-full-episodes {
    font-size: 20px;
    padding: 10px 30px;
}

.see-full-episodes i {
    margin-right: 10px;
}


.show-links-see a:not(.red-button) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    transition: 0.2s;
}

.show-links-see a:not(.red-button) i {
    margin-bottom: 7px;
}

.show-links-see a:not(.red-button):hover {
    color: var(--dark);
}





.current-full-shows {
    display: flex;
    margin-bottom: 20px;
}

.current-full-shows a {
    color: var(--dark);
    font-size: 20px;
    margin-right: 20px;
    font-weight: 600;
}

.current-full-shows a:hover {
    color: var(--blue);
}


.current-full-shows a.active {
    border-bottom: 2px solid var(--blue);
    color: var(--blue);
}


.bing-ad {
    display: block;
    width: 100%;
}

.bing-ad  img {
    width: 100%;
}





/* show single */


.show-template-default .show-slider-item .show-description {
    max-width: 700px;
    padding: 30px 50px;
}

.show-feat-video {
    margin-top: 30px;
}

.show-feat-video a {
    display: block;
    margin-top: 20px;
}

.show-feat-video p {
    margin-top: 7px;
    font-size: 15px;
}





.follow-show-socials ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.follow-show-socials ul li {
    margin: 0 15px;
    font-size: 32px;
}

.follow-show-socials ul li a {
    color: var(--dark);
}

.follow-show-socials ul li a:hover {
    color: var(--blue);
}








/* all shows video grids */


.all-show-videos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
}


.two-featured-posts  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}


.all-show-posts-flex {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-gap: 70px;
}


.all-posts .posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}


.empty-posts {
    padding-top: 25px;
}

.empty-posts a {
    display: inline-block;
    margin-top: 25px;
}





/* loader */

#posts {position: relative;}



.loader {
    position: relative;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px;
    grid-column: span 4;
    margin-bottom: 100px;
}

.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.inner.one {
    left: 0%;
    top: 0%;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid var(--blue);
}

.inner.two {
    right: 0%;
    top: 0%;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid var(--blue);
}

.inner.three {
    right: 0%;
    bottom: 0%;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid var(--blue);
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}





/* pagination */


#pagination, .pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#pagination a, .pagination a, .pagination .current {
    margin-left: 8px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border:1px solid #DEE4EC;
    display: block;
    color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

#pagination a i, .pagination a i {
    margin-left: 7px;
    padding-top: 5px;
}

#pagination a:hover, .pagination a:hover {
    background: rgba(28, 28, 70, 0.05);
}

#pagination a.current, .pagination span.current {
    background: var(--blue);
    color: white; 
}



#pagination > span , .pagination  > span {
    display: flex;
    justify-content: flex-end;
}


#pagination a.nextPag, 
#pagination a.prevPag,
.pagination a.next,
.pagination a.prev
{
    width: 70px;
}

.pagination .dots {
    margin-left: 5px;
}


#pagination {
    opacity: 0;
}






/* search page */


.grid-search {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 25px;
}


.grid-search article img {
    height: 150px;
    object-fit: cover;
}
.grid-search article {
    padding: 0;
}

.grid-search article a {
    color: var(--dark);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 15px;
}

.grid-search article a:hover {
    color: var(--blue);
}


.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.nav-links a {
    margin: 0 10px;
}

.screen-reader-text {
    display: none;
}







/* VIDEO SINGLE */


.this-video {
    display: flex;
    justify-content: space-between;
}

.this-video-info {
    width: 250px;
}


.this-video .video-box {
    flex:1;
}











/* HYPE TV REDISGN */

.header-flex {
    position: relative;
}


.header-flex .right .search {
    margin-right: 0px;
}


.header-flex .right .user a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 50px;
    background: var(--blue);
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    top: 0;
}

.header-flex .right .user a i {
    margin-right: 10px;
    color: var(--yellow);
}


.header-flex .right .user a:hover {
    top: -3px;
}


body #ajaxsearchlite1 .probox, div.asl_w .probox  {
    border: 2px solid var(--blue);
}

div.asl_w .probox .promagnifier .innericon svg {
    fill: var(--blue)!important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    font-size: 14px!important;
}



.user-login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.header-flex .right .user a.logout {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 0;
    position: absolute;
    font-size: 14px;
    background: white;
    color: var(--blue);
    right: -8px;
    top: -7px;
    border: 1px solid #f0f0f0;
}

.header-flex .right .user a.logout i {margin-right: 0; color: var(--blue)}






#big-advert-left {
    position: fixed;
    left: 0;
    top: 182px;
    max-width: 400px;
    overflow: hidden;
}


#big-advert-left img {
    object-fit: contain;
    object-position: top;
    width: 100%;
}


#big-advert-right, #big-advert-left {
    z-index: 10000;
}


#big-advert-left a, #big-advert-right a, #big-advert-left img, #big-advert-right img {
    display: block;
    height: 100%;
    max-height: 100vh;
    width: 100%;
    object-fit: cover;
    min-height: 100vh;
}

#big-advert-left, #big-advert-right {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 400px;
    overflow: hidden;
}


#big-advert-left img {object-position: right;}
#big-advert-right img {object-position: left!important;}


#big-advert-right {
    position: fixed;
    right: 0;
    max-width: 400px;
    left: unset;
    overflow: hidden;
}


#big-advert-right img {
    object-fit: cover;
    object-position: top;
    width: 100%;
}









.video16-9 {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}


.video16-9 video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video16-9 .video-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.video16-9 .video-thumbnail img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.video16-9 .video-thumbnail p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: rgba(0,0,0,0.7);
    color: white;
}






.posts-horizontal .posts {
    display: flex;
    justify-content: space-between;
}


.post-featured {
    flex:1;
    margin-right: 15px;
    position: relative;
}

.post-featured:last-child {margin-right: 0;}


.post-featured h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    font-size: 14px;
    font-weight: 400;
}


.post-featured span {
    position: absolute;
    top: 5px;
    right: 5px;
    background: white;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    padding: 3px 6px;
    z-index: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
}




.premijere h2 {
    border-left: 5px solid #ff002a;
    padding-left: 15px;
    font-size: 32px;
}

.premijere .line-after::after {
    background: #ff002a;
}






.recent-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}


.recent h2 {
    border-left: 5px solid #00e068;
    padding-left: 15px;
    color: var(--dark);
    font-size: 32px;
}

.recent .line-after::after {
    background: #00e068;
}



.najcitanije h2 {
    border-left: 5px solid #ba00ff;
    padding-left: 15px;
    font-size: 32px;
}

.najcitanije .line-after::after {
    background: #ba00ff;
}




.post-news .image {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.post-news .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.post-news h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: black;
    margin-top: 6px;
}





.dft-button {
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 800;
    border:1px solid black;
    color: black;
    display: inline-block;
    position: relative;
    top: 0;
    letter-spacing: 0.8px;
}

.dft-button:hover {top: -3px;}


.recent .cta {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 40px;
}


.recent .dft-button {
    border: 1px solid #00e068;
    color: #00e068;
}


.post-news {color: var(--dark)}
.post-news:hover h4{
    color: var(--blue);
}










.fbfeed h2 {
    border-left: 5px solid #3b5998!important ;
    padding-left: 15px;
    font-size: 32px;
    color: #3b5998;
}

.fbfeed .line-after::after {
    background: #3b5998!important ;
}




.followus h2 {
    border-left: 5px solid #cd436a ;
    padding-left: 15px;
    font-size: 32px;
    color: #cd436a;
}

.followus .line-after::after {
    background: #cd436a ;
}



.eksluzivno .line-after::after {
    background: #e30030;
}


.eksluzivno h2 {
    border-left: 5px solid #e30030 ;
}


.skandal .line-after::after {
    background: #ff00b7;
}


.skandal h2 {
    border-left: 5px solid #ff00b7 ;
}





.utrendu h2 {
    border-left: 5px solid #ff0088 ;
    padding-left: 10px;
    font-size: 32px;
    font-size: 24px;
}

.utrendu .line-after::after {
    background: #ff0088;
}




/* EMISIJE */

.emisije .cta {
    display: flex;
    justify-content: flex-end;
}

.emisije .dft-button {
    border: 1px solid #ff002a;
    color: #ff002a;
}


.emisije h2 {
    border-left: 5px solid #ff002a ;
    padding-left: 15px;
    font-size: 32px;
    font-size: 32px;
}

.emisije .line-after::after {
    background: #ff002a;
}


.emisija {
    display: flex;
    margin-bottom: 20px;
}

.emisija .img {
    width: 250px;
}


.emisija .cnt {
    width: calc(100% - 250px);
    padding-left: 12px;
}

.emisija .cnt h3 {
    color: black;
    font-size: 28px;
    font-weight: 800;
}


.emisija .cnt p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #231f20bd;
    max-width: 600px;
}

.emisija:hover h3 {
    color: var(--blue);
}




.content-flex-bottom-flex .left .adaplace {
    width: 100%;
    padding-bottom: 24%;
    background: #ff77c6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    margin:24px 0;
    display: none;
}

.content-flex-bottom-flex .left .adaplace p {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    font-weight: 800;
    color: black;
}






.about-song {
    margin-top: 15px;
    background: #f2f2f2;
    padding: 10px;
    position: relative;
    display: flex;
}


.about-song .info {flex:1;}

.about-song img {
    width: 300px;
    margin-right: 12px;
}


.info {position: relative;}


.slusajna {
    margin-top: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}



.slusaj-grid a{
    color: var(--blue);
    font-size: 24px;
    margin-right: 10px;

}


.slusajna > p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}





.moreposts {margin-top: 40px;}


.moreposts h2 {
    border-left: 5px solid #e30030;
    padding-left: 15px;
    font-size: 32px;
    color: var(--dark);
}

.moreposts .line-after::after {
    background: #e30030;
}


.listaalbuma {margin-bottom: 32px;}


.listaalbuma > h2 {
    border-left: 5px solid #e30030;
    padding-left: 15px;
    font-size: 32px;
    color: var(--dark);
}

.listaalbuma .line-after::after {
    background: #e30030;
}



.listaalbuma-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}





.listaalbuma .cta {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: 32px;
}


.album-item .thumb {
    position: relative;
    padding-bottom: 100%;
}

.album-item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}


.album-item h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    color: var(--dark);
    transition: 0.2s;
}

.album-item:hover h2 {color: var(--blue)}







.izvodjac-info .imgsoc {width: 250px;}

.izvodjac-info img {
    width: 250px;
    height: auto;
    object-fit: cover;
    margin-right: 15px;
}

.izvodjac-info {
    display: flex;
}


.izvodjac-info h1 {
    font-size: 28px;
    margin-bottom: 10px;
}

.izvodjac-info p {
    opacity: 0.8;
    font-size: 16px;
    line-height: 24px;
}




.imgsoc ul {
    display: flex;
    align-items: center;
    margin-top: 12px;
}


.imgsoc ul a {
    color: #fff200;
    margin-right: 15px;
    font-size:16px;
    width: 35px;
    height: 35px;
    background: #0b2256;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 5px;

    position: relative;
    top: 0;
}

.imgsoc ul a:hover {
    top: -3px;
}


/* emsija */


.emisija-iframe {
    display: none;
}


.emisija-info h1 {
    font-weight: 800;
    font-size: 38px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: black;
}

.emisija-info p {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.8;
    color: black;
}


.emisija-info img {
    width: 100%;
    object-fit: cover;
}


.postsgrid6 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}








.ttt h2 {
    border-left: 5px solid #ff002a ;
    padding-left: 15px;
    font-size: 32px;
    color: var(--dark);
}

.ttt .line-after::after {
    background:#ff002a ;
}





.ggg h2 {
    border-left: 5px solid #ff0088 ;
    padding-left: 15px;
    font-size: 32px;
    color: var(--dark);
}

.ggg .line-after::after {
    background:#ff0088 ;
}







.ooo > h2 {
    border-left: 5px solid #ff0088;
    padding-left: 15px;
    font-size: 32px;
}

.ooo > h2.line-after::after {
    background: #ff0088;
}

.ooo .dft-button {
    border: 1px solid #ff0088;
    color: #ff0088;
}


.kkk > h2 {
    border-left: 5px solid #00faff;
    padding-left: 15px;
    font-size: 32px;
}

.kkk > h2.line-after::after {
    background: #00faff;
}

.kkk .dft-button {
    border: 1px solid #00faff;
    color: #00faff;
}



.ppp > h2 {
    border-left: 5px solid #ffe500;
    padding-left: 15px;
    font-size: 32px;
}

.ppp > h2.line-after::after {
    background: #ffe500;
}

.ooo .dft-button {
    border: 1px solid #ffe500;
    color: #ffe500;
}








#footer {
    background: #0b2256;
    padding: 72px 0 24px 0;
    color: white;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-top .footer-right {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 300px);
    gap:40px;
}

.footer-top .footer-right > div {width: 50%; max-width: 300px}


.footer-top .footer-right .left {
    color: var(--blend-text);
    max-width: 300px;
    font-size: 14px;
    line-height: 32px;
}

.footer-top .footer-right .left p {font-size: 16px;}

.footer-top .footer-right .right span {
    display: block;
    font-weight: bold;
    margin-bottom: 17px;
}

.footer-top .footer-right .right li {
    color: var(--blend-text);
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    margin-bottom: 8px;
}




.footer-top .footer-right .right  {
    font-size: 14px;
}

.footer-top .footer-right .right p {font-size: 14px;}

.footer-top .footer-right .right li a {
    color: #fff200;
    transition: 0.3s;
    text-decoration: none;
}

.footer-top .footer-right .right li a:hover {
    color: var(--white);
}

.footer-copyright {
    display: flex;
    color: var(--blend-text);
    justify-content: space-between;
    align-items: center;
    margin-top: 66px;
    font-size: 10px;
    line-height: 15px;
}


.footer-copyright p {font-size: 12px; line-height: 17px;}







.entry-title {
    font-size: 32px;
    color: black;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 40px;
}


#wpd-bubble-wrapper {display: none!important}







body .lb-style-review .lb-like-icon, body .lb-style-review .lb-dislike-icon {
    height: 30px;
    width: 34px;
}


.likebtn_container {display: none}


.show-comments button{
    background: var(--blue);
    color: white;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    display: block;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 20px;
    border:none;
    margin-top: 30px;
}







body #comments{
    background: #0b2256;
    color: #d0d0d0;
}

body #wpdcom .wpd-thread-head .wpd-thread-info {
    color: #ffffff;
    border-bottom: 2px solid #fff200;
}

body #wpdcom .wpd-thread-head .wpdiscuz-user-settings {
    color: #d0d0d0;
}


body #wpdcom .wpd-prim-button {
    background-color: #fff200;
    color: var(--blue);
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
}

body #wpdcom .wpd_label__check i.wpdicon-off {
    color: #ffffff;
    border: 1px solid #3f5a98;
}


body #wpdcom .wpd-auth .wpd-login a {
    color: var(--yellow);
}

body #wpdcom .ql-container {border:none;}


body #wpdcom {padding: 10px;}


.um input[type=submit].um-button {
    background: #0b2256!important;
}


body #wpdcom .ql-editor > * {color: black;}


#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="email"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="url"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="color"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="date"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="datetime-local"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="month"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="number"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="time"], #wpdcom textarea, #wpdcom select {
    border: none!important;
    color: #000000!important;
}

body #wpdcom .wpd-form-row .wpdiscuz-item .wpd-field-icon {
    color: var(--blue);
    opacity: 1;
}


body #wpdcom .wpd-comment-text, body #wpdcom .wpd-comment-header {color: white;}

body .wpd-comment-footer * {color: white!important}

body #wpdcom .wpd-comment-footer .wpd-reply-button svg, #wpdcom .wpd-comment-footer .wpd-vote-up svg, #wpdcom .wpd-comment-footer .wpd-vote-down svg {fill: #fff!important;}

body #wpdcom .wpd-tools {display: none;}

body #wpdcom .wpd-thread-filter .wpdf-sorting {color: white}

body #wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap {
    background-color: #0f2a66;
    border-left: 3px solid #fff200;
}


body #wpdcom .wpd-blog-guest .wpd-comment-author, body #wpdcom .wpd-blog-guest .wpd-comment-author a {
    color: #fff200;
}

body #wpdcom .wpd-comment .wpd-reply-to {
    color: #d4d4d4;
}

body #wpdcom .wpd-comment .wpd-reply-to a {
    color: var(--yellow)!important;
}


body #wpdcom .wpdiscuz-sort-buttons{
    background-color: #0f2a66;
    border: 1px solid #1d3875;
}

body #wpdcom .wpdiscuz-sort-buttons .wpdiscuz-sort-button:hover {
    background-color: #0a225a;
}

.banners  {margin-bottom: 40px}
.banners .swiper-container{
    padding-bottom: 30px;

}

.banners .swiper-pagination {bottom: 0}