:root {
    --primary: #ad2f55;
    --white: #ffffff;
    --black: #000000;
}
html {
  scroll-behavior: smooth;
}
body::before {
    content: '';
    /* background: url(../images/background.jpg); */
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100vh;
    display: block;
    position: absolute;
    opacity: 0.7;
    z-index: -1;
}

body:before {
    /* background: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto; */
    opacity: 1;
}

.head.fixed-navbar {
    width: 100vw;
    left: 50%;
    margin: 0 0 0 -50%;
    position: fixed;
    z-index: 9999999;
}

.head.fixed-navbar header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    top: 0;
    left: 0;
    max-width: 1150px;
    animation: smoothScroll 0.5s forwards;
    width: 90%;
    margin: 0 auto;
    background: var(--white);
    transition: all 0.5s;
}

.hp-gallery-parent .entry-wrapper p {
    margin: 0.5em 0;
    text-align: center;
    font-size: 0.8em;
}

.hp-gallery-parent .entry-wrapper {
    padding: 0px 9%;
}

.hp-gallery-parent .entry-wrapper h2.entry-title {
    font-size: 1.4em;
    text-align: center;
    margin: 25px 0 0 0;
    padding: 0;
}

.head.fixed-navbar header .middle-header-contain {
    margin-right: auto;
    background: transparent;
}

.head.fixed-navbar header .custom-logo {
    width: 135px;
    height: auto;
}

@media (min-width: 1176px) {

    #primary,
    .wrapper {
        margin: auto;
        max-width: 90%;
        width: 1150px;
    }

    .head.fixed-navbar header .bottom-header-contain.desktop-only {
        border: 0;
        width: calc(100% - 135px);
        background: var(--white);
    }

    .head.fixed-navbar header .wrapper {
        width: 100%;
        align-items: center;
        max-width: 100%;
    }

    .head.fixed-navbar header:before {
        content: '';
        position: absolute;
        background: var(--white);
        width: calc(100vw + 50%);
        height: 100%;
        left: -52%;
        top: 0;
        z-index: -1;
        border-bottom: 1px solid #ccc;
    }

    .head.fixed-navbar header .bottom-header-contain.desktop-only div#site-navigation {
        text-align: right;
    }
}

.head.fixed-navbar header span.close-icon svg {
    fill: var(--black);
}

.home .site-breadcrumb,
.hp-magzine article .entry-wrapper,
.head header.hide-header-search #search-toggle .search-icon svg.svg-icon,
footer.entry-footer span.tags-links span,
body.single-post .main-content>.entry-header .entry-meta .posted-on time.updated,
body#celebrity-bio .videos-post-wrapper.list-view article .entry-meta {
    display: none;
}

.h-sb .middle-header-contain {
    background: transparent;
}

.site-header .nav1 .main-menu>li:hover {
    background: var(--white);
}

.site-header .nav1 .main-menu>li:hover a {
    color: var(--primary);

}

.h-sb header .bottom-header-contain {
    background: var(--primary);
    position: relative;
    border: 0;
}

.h-sb header.fixed-navbar .bottom-header-contain {
    background: transparent;
}

.h-sb .head.fixed-navbar header .bottom-header-contain .nav1 .main-menu>li>a {
    color: var(--black);
}

.head header.hide-header-search #search-toggle .search-icon {
    width: 28px;
    height: 28px;
}

.head header.hide-header-search #search-toggle .search-icon:before {
    content: '';
    background: url(../images/magnifying_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    display: block;
    margin-top: 5px;
}

.head.fixed-navbar header.hide-header-search #search-toggle .search-icon:before {
    background: url(../images/magnifying_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -30px;
}

.wp-block-columns.hp-cover-block:before {
    content: '';
    width: 33.33%;
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    left: 0;
    height: 100%;
    z-index: +9;
}

.site-header .dd-menu>ul>li>.sub-menu::before {
    border-color: transparent transparent var(--white) transparent
}

.site-header .dd-menu .sub-menu a {
    background-color: var(--white);
}

.site-header .dd-menu .sub-menu a:hover,
.site-header .dd-menu .sub-menu a:focus {
    background-color: var(--primary);
    color: var(--white) !important;
}

.h-sb .middle-header-contain .wrapper {
    padding: 0.7rem 0;
}

.hp-video-slider .entry-wrapper {
    padding: 15px;
}

.nav1 .main-menu>li>a,
.site-header .dd-menu .sub-menu a {
    font-weight: 400;
    font-family: "Roboto", "sans-serif";
}

.dd-menu>ul>li.menu-item-has-children .submenu-expand {
    margin: 4px 0;
}

.site-header .nav1 .main-menu>li:first-child>a {
    padding-left: 15px;
}

.h-cl.h-dh .site-header .nav1 .main-menu>li:last-child a {
    padding-right: 15px;
}

.top-ban-image,
.hp-slider-right article figure,
.hp-gallery .hp-gallery-left article,
.hp-gallery .hp-gallery-right article {
    border-radius: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.home .hp-slider-right article figure img,
.hp-gallery .hp-gallery-left article img,
.hp-gallery .hp-gallery-right article img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center top;
}

/*Home pAge gallery*/
.hp-gallery {
    display: flex;
    gap: 10px;
}

.hp-gallery .hp-gallery-left {
    flex-basis: 75%;
    max-width: 75%;
}

.hp-gallery .hp-gallery-right {
    flex-basis: 25%;
    max-width: 25%;
}

.hp-gallery .hp-gallery-left article {
    aspect-ratio: 16 / 9.3;
}

.hp-gallery .hp-gallery-right article {
    aspect-ratio: 16 / 9;
}

.hp-gallery .hp-gallery-right .right-images {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.home .top-ban-image article figure {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.hp-gallery .hp-gallery-right article figure {
    width: 100%;
    height: 100%;
}

.hp-slider-right article figure {
    aspect-ratio: 16 / 10.3;
    overflow: hidden;
}

.home .top-ban-image article {
    margin-bottom: 0;
    position: relative;
}

.home .top-ban-image article .entry-wrapper h2.entry-title {
    font-size: 1.6em;
}

.home .top-ban-image article .entry-wrapper {
    position: absolute;
    bottom: 0;
    padding: 20px 12%;
    display: flex;
    flex-flow: column;
    gap: 5px;
    z-index: +2;
}

.home .top-ban-image article:before {
    content: '';
    background: linear-gradient(transparent 0%, transparent 65%, rgba(0, 0, 0, 0.7) 74%, rgb(0, 0, 0) 85%, rgb(0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: +1;
}
.hp-slider-right article .entry-title {
    font-size: 0.8em;
}
.home .top-ban-image article .entry-wrapper h2 a,
.home .top-ban-image article .entry-wrapper .newspack-post-subtitle,
.home .top-ban-image article .entry-wrapper .more-link {
    color: var(--white);
    font-weight: 400;
    font-style: normal;
}

home .top-ban-image article .entry-wrapper .newspack-post-subtitle {
    font-weight: 350;
}

.home .top-ban-image article .entry-wrapper .newspack-post-subtitle {
    font-size: 0.8em;
}

.home h2.wp-block-heading.hp-title {
    font-size: 1.6em;
    font-weight: 400;
    padding: 5px 0;
    border: 0;
    color: var(--black);
}

.wp-block-columns.hp-cover-block {
    width: 100vw;
    height: auto;
    max-width: 100vw;
    position: relative;
    margin: 0 0 0 -50vw !important;
    left: 50%;
    background: var(--black);
}

.wp-block-columns.hp-cover-block article h2.entry-title a {
    color: var(--white);
    font-size: 1.4em;
    line-height: normal;
    border-left: 1px solid var(--white);
    padding: 10px 40px;
    margin: 0;
    display: block;
    font-weight: 400;
}

.hp-slider-right .wpnbha.image-alignleft .post-thumbnail {
    margin-bottom: 0.5em;
    margin-right: 0.5em;
}
.hp-slider-right .wpnbha.ts-2 article .entry-title, .hp-four-col.wpnbha.ts-2 article .entry-title,.hp-video-slider.wpnbha.ts-2 article .entry-title {
        font-size: .8em;
}
.hp-slider-top {
    gap: 10px !important;
}
.hp-slider-right .wp-block-newspack-blocks-homepage-articles article {
    margin-bottom: 0 !important;
}

button.slick-prev,
button.slick-next {
    width: 50px;
    height: 80px;
    background: rgba(18, 18, 18, .45);
    border-color: rgba(255, 255, 255, .7);
    border-style: solid;
    border-width: 1px;
    position: absolute;
    z-index: +99;
    left: 0;
    border-radius: 5px;
}

button.slick-next {
    right: 0;
    left: auto;
}

button.slick-prev:hover,
button.slick-next:hover,
button.slick-prev:focus,
button.slick-next:focus {
    background: rgba(18, 18, 18, .25);
    border-color: rgba(255, 255, 255, .7);
    border-style: solid;
    border-width: 1px;
}

.slick-prev:before,
.slick-next:before {
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 38px;
    content: "\f105" !important;
}

.hp-four-col article figure.post-thumbnail img,body.cat-video .reated-article-cus article figure.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.slick-prev:before {
    content: "\f104" !important;
    left: 0;
}

.hp-four-col article figure.post-thumbnail, body.cat-video .reated-article-cus article figure.post-thumbnail {
    aspect-ratio: 16 / 11;
    overflow: hidden;
    object-fit: cover;
    object-position: top center;
}

.hp-video-slider .slick-slide {
    margin: 0 8px;
}

.hp-video-slider .slick-track {
    margin: 0 -8px;
}

button.slick-prev.slick-disabled,
button.slick-next.slick-disabled {
    opacity: 0;
}

.hp-video-slider button.slick-next,
.hp-video-slider button.slick-prev,
.hp-video-slider button.slick-next:hover,
.hp-video-slider button.slick-prev:hover,
.hp-video-slider button.slick-next:focus,
.hp-video-slider button.slick-prev:focus {
    width: 40px;
    height: 77%;
    top: 0;
    transform: translate(0px, 0px);
    background: linear-gradient(to right, transparent, black);
    border: 0;
}


.hp-video-slider button.slick-prev,
.hp-video-slider button.slick-prev:hover,
.hp-video-slider button.slick-prev:focus {
    background: linear-gradient(to left, transparent, black)
}

.hp-video-slider article {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px 0px;
}

.hp-digital-cover.wp-block-group.has-background {
    padding: 1.25em 2.375em;
}

.hp-digital-cover article {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px 0px;
    gap: 0
}

.hp-top-video iframe {
    margin: 0px auto;
    display: block;
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px 0px;
}

.home .hp-digital-cover article .entry-wrapper {
    padding: 35px;
    flex-basis: 40% !important;
}

.home .hp-digital-cover article figure {
    margin-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px 0px;
    border-radius: 9px;
    overflow: hidden;
    background: #f9f9f9;
}

.home .hp-digital-cover .hp-magzine article figure img {
    aspect-ratio: 20 / 27;
}

.home .hp-digital-cover article figure a {
    line-height: 0;
    display: block;
}
.home .hp-digital-cover .wp-block-heading {
    font-size: 1.4em;
}
.home .hp-digital-cover article h2.entry-title {
    font-weight: 400;
    margin: 19px 0;
    font-size: 1.6em;
}
.home .hp-digital-cover article p {
    font-size: 0.8em;
}
.hp-magzine article {
    border-radius: 0;
}



.home h2.hp-title {
    position: relative;
}

.home h2.hp-title:after {
    content: '';
    width: 80px;
    height: 2px;
    background: var(--black);
    display: inline-block;
    position: absolute;
    left: calc(50% - 40px);
    bottom: 5px;
}

.home h2.hp-title.design-4 {
    background: var(--white);
}

.home h2.hp-title.design-4:before {
    content: '';
    width: 80px;
    height: 2px;
    background: var(--primary);
    display: inline-block;
    margin-left: auto;
    margin-right: 5px;
    position: relative;
    top: -10px;
}

.hp-top-video h2.wp-block-heading.has-text-align-right {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5em;
}

.home h2.hp-title.design-4:after {
    content: '';
    width: 80px;
    height: 2px;
    background: var(--primary);
    display: inline-block;
    margin-left: auto;
    margin-right: 5px;
    position: relative;
    left: auto;
    top: -10px;
    bottom: auto;
}

.home .hp-article-design .wp-block-newspack-blocks-homepage-articles article {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px 0px;
    border-radius: 6px;
    overflow: hidden;
}

.home .hp-article-design .wp-block-newspack-blocks-homepage-articles article .entry-wrapper {
    padding: 5px 15px;
}

/*Single page*/
.single .main-content>figure.post-thumbnail img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0px auto;
}

.single .main-content>figure.post-thumbnail {
    text-align: center;
}

/* .img-full-width {
    width: 100% !important;
} */

.img-auto-width {
    width: auto !important;
}

.hp-gallery .hp-gallery-right .right-images .wp-block-group__inner-container:last-child {
    position: relative;
}

.hp-gallery .hp-gallery-right .right-images .wp-block-group__inner-container:last-child span.img-count {
    position: absolute;
    width: 100%;
    height: 100%;
    color: var(--white);
    font-size: 3.2em;
    text-align: center;
    margin: 0;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    font-family: Roboto, "sans-serif";
    font-weight: 300;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Category Page*/
.archive article.entry {
    flex-flow: column;
    max-width: calc(33.33% - 10px);
    margin: 0;
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px 0px;
}

.archive #main {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.archive article.entry figure.post-thumbnail {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0;
    aspect-ratio: 16 / 12;
    overflow: hidden;
}

.archive article.entry figure.post-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top center;
}

.archive article.entry figure.post-thumbnail a {
    width: 100%;
    height: 100%;
}

.archive .latest-articles {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.archive .latest-articles article {
    width: 100%;
    max-width: 100%;
}

.archive .latest-articles .left-img {
    flex-basis: calc(66.66% - 10px);
    max-width: calc(66.66% - 10px);
}

.archive .latest-articles .right-img {
    flex-basis: calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.archive article .entry-container {
    padding: 15px;
}
.archive .left-img article .entry-container {
    padding: 15px;
}
.archive .right-img article .entry-container {
    padding: 5px 15px;
}

.archive article.entry figure.post-thumbnail {
    aspect-ratio: 16 / 12;
    overflow: hidden;
}

.archive .right-img article.entry figure.post-thumbnail {
    aspect-ratio: 16 / 9.3;
    overflow: hidden;
}

.top-ban-image>div:not(.slick-initialized) {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

footer.entry-footer span.tags-links a {
    background: #f9f9f9;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
    border-radius: 3px;
    font-family: Roboto, "sans-serif";
    color: var(--black);
    line-height: 1.6;
    padding: 0.25rem 0.5rem;
    margin: 0 0.45rem 0.45rem 0;
}

body.single-post .author-bio .avatar,.single.cat-video .author-bio .avatar {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    position: relative;
    top: -50px;
}

.author-bio-header>div,.single.cat-video  .author-bio-header>div  {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.single-post .author-bio, .single.cat-video .author-bio {
    display: flex;
    margin: 0 auto 1rem;
    border-top: 0;
    border-bottom: 0;
    background: #f9f9f9;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
}

body.single-post .author-bio .accent-header,.single.cat-video .author-bio .accent-header {
    border: 0;
    padding-bottom: 0;
    margin: 0 0 10px 0;
    font-size: 16px;
    color: var(--black);
    font-weight: 500;
}

body.single-post .author-bio p,.single.cat-video .author-bio p {
    padding-top: 10px;
}

body.single-post .author-bio p a.author-link,.single.cat-video .author-bio p a.author-link,
.single .entry-subhead .entry-meta .byline,
body.single-post .main-content>.entry-header .entry-meta .posted-on {
    font-family: 'Roboto';
    position: relative;
}

ul.bullet-design2 li {
    position: relative;
    list-style: none;
    padding: 0px 20px;
    font-size: 16px;
    line-height: 2.1;
}

ul.bullet-design2 li:before {
    position: absolute;
    content: '';
    border: 1px solid var(--primary);
    border-radius: 100%;
    width: 14px;
    height: 14px;
    left: 0;
    top: calc(50% - 8px);
}
.single.cat-video  .main-content>.entry-header .entry-subhead .entry-meta span:first-child strong {
    font-weight: normal;
}
.single.cat-video  .main-content>.entry-header .entry-subhead .entry-meta span:first-child strong i {
    font-style: normal;
}
body.single-post .main-content>.entry-header .entry-subhead .entry-meta span.byline:after {
    content: '';
    position: absolute;
    height: 23px;
    width: 1px;
    background: var(--black);
    top: 0;
    right: -4px;
}

body.single-post .main-content>.entry-header .entry-subhead .entry-meta span.byline, .single.cat-video .main-content>.entry-header .entry-subhead .entry-meta span:first-child {
    padding: 0px 10px 0 0;
    font-size: 14px;
    font-family: 'Roboto';
}

.single .avatar {
    width: 30px;
    height: 30px;
}

body.single-post .main-content>.entry-header .entry-meta .posted-on,.single.cat-video .main-content>.entry-header .entry-meta .posted-on {
    padding: 0 10px;
    font-family: 'Roboto';
}
.single.cat-video .main-content>.entry-header .entry-meta .posted-on::before {
    content: '';
    position: absolute;
    height: 23px;
    width: 1px;
    background: var(--black);
    top: -4px;
    left: -6px;
}
body.single-post .main-content>.entry-header .entry-subhead, .single.cat-video .main-content>.entry-header .entry-subhead {
    display: flex;
    justify-content: center;
    align-items: center;
}

body.single-post .main-content>.entry-header .entry-subhead .entry-meta,.single.cat-video .main-content>.entry-header .entry-subhead .entry-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.single .entry-subhead .entry__share {
    position: relative;
    padding-left: 10px;
}

.single .entry-subhead .entry__share:before {
    content: '';
    position: absolute;
    height: 23px;
    width: 1px;
    background: var(--black);
    top: 10px;
    left: 0px;
}

/*hover affects*/
.home .top-ban-image article figure img,
.home .hp-slider-right article figure img,
.hp-four-col article figure.post-thumbnail img,
.hp-gallery .hp-gallery-left article img,
.hp-gallery .hp-gallery-right article figure img,
.hp-digital-cover .dig-arc article figure img,
.archive article.entry figure.post-thumbnail img {
    transition: transform 1s ease-out;
}

.home .top-ban-image article:hover figure img,
.home .hp-slider-right article figure:hover img,
.hp-four-col article figure.post-thumbnail:hover img,
.hp-gallery .hp-gallery-left article:hover img,
.hp-gallery .hp-gallery-right article figure:hover img,
.hp-digital-cover .dig-arc article figure:hover img,
.archive article.entry figure.post-thumbnail:hover img {
    transform: scale(1.2);
}

body.archive.author header.page-header {
    width: calc(100% - 350px);
    display: flex;
    margin: 0;
    border-top: 0;
    border-bottom: 0;
    background: #f9f9f9;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
    margin-top: 30px;
    margin-bottom: 50px;
}

body.archive.author header.page-header img {
    border-radius: 100% !important;
    margin-top: -76px;
}

.archive.author .page-header h1.page-title span.page-description {
    font-size: 1.6rem;
    font-weight: 400;
}

.archive.author .page-header .taxonomy-description {
    font-size: 0.8rem;
}

body.archive.author header.page-header h1.page-title {
    display: flex;
    justify-content: space-between;
}

.author_2col {
    gap: 15px;
}

.archive.author .latest-articles .left-img {
    flex-basis: calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);
}

.archive.author .latest-articles .right-img {
    flex-basis: calc(66.66% - 15px);
    max-width: calc(66.66% - 15px);
    flex-flow: row;
}

.archive.author .latest-articles .right-img article {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
}

.archive.author article.entry,
.archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type {
    display: flex;
}

ul.author-social-links li {
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    border-radius: 100px;
    background: var(--white);
    border: 1px solid rgb(185, 185, 185);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
    justify-content: center;
    align-items: center;
}

ul.author-social-links li a {
    line-height: 0;
}

ul.author-social-links li a svg {
    width: 18px;
}

.personal-details h3.page-title,
body#celebrity-bio h3.page-title {
    font-size: 1.4rem;
    line-height: 1.3;
    border-left: 4px solid var(--primary);
    padding: 0.2rem 0.5rem;
}

.personal-details details {
    border-top: 1px solid #e6e6e6;
    width: 100%;
    padding: 0.5rem 0;
}

.personal-details details p {
    font-size: 16px;
}

.personal-details details:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.personal-details details summary {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
}

.personal-details details summary::marker {
    content: none;
}

.personal-details details summary:after {
    content: '';
    background: url(../images/arrow-down.svg) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
    right: 0;
}

.personal-details details[open] summary:after {
    transform: rotate(0deg);
}

body#celebrity-bio .videos-post-wrapper.list-view {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.single.cat-video #main {
    flex-wrap: nowrap;
}
.single.cat-video .main-content {
    flex-basis: calc(100% - 320px);
}
body.cat-video #secondary {
    flex-basis: 300px;
    margin-left: 20px;
}

body#celebrity-bio .videos-post-wrapper.list-view article {
    flex-basis: calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);
    margin-top: 0;
}

body#celebrity-bio .videos-post-wrapper.list-view article span.cat-links a,
body#celebrity-bio .videos-post-wrapper.list-view article span.cat-links {
    text-align: left;
    font-size: 0.6rem;
    font-family: "Roboto", "sans-serif";
}

body#celebrity-bio .videos-post-wrapper.list-view article header.entry-header h2 {
    font-size: 0.9rem;
}
.celebs-bio {
    display: flex;
    align-items: flex-start;
    gap:10px;
}
.celebs-bio figure.post-thumbnail{
    flex-basis: 25%;
    max-width: 25%;
    aspect-ratio: 10 / 12.4;
    overflow: hidden;
    border-radius: 10px;
}
.celebs-bio .video {
    flex-basis: 55%;
    max-width: 55%;
    border-radius: 10px;
    overflow: hidden;
}
.celebs-bio figure.post-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: top center;
}
#celebrity-bio  article .main-content {
    display: flex;
    gap: 15px;
    flex-wrap:nowrap;
}
#celebrity-bio article .main-content .main-content-right {
    flex-basis: 30%;
    min-width: 300px;
}
#celebrity-bio article .main-content .main-content-left {
    flex-basis: 70%;
    max-width:70%;
}
#celebrity-bio article .main-content .main-content-left .image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#celebrity-bio .video-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#celebrity-bio .video-gallery article:first-child, #celebrity-bio .video-gallery article:nth-child(2){
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
}
#celebrity-bio .video-gallery article{
    flex-basis: calc(25% - 15px);
    max-width: calc(25% - 15px); 
}
#celebrity-bio article .main-content .main-content-left .image-gallery img {
    width: auto;
    height: auto;
    border-radius: 9px;
    overflow: hidden;
}
#celebrity-bio article .main-content .main-content-left .image-gallery article {
    max-width: calc(25% - 15px);
    height: auto;
    position: relative;
}
#celebrity-bio .video-gallery figure.post-thumbnail {
    aspect-ratio: 10 / 6;
    overflow: hidden;
    border-radius: 10px;
}
#celebrity-bio .video-gallery figure.post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
}
.celebs-bio .count {
    display: flex;
    flex-flow: column;
    flex-basis: 20%;
    max-width: 20%;
    gap: 10px;
}
.celebs-bio .count .celebs-images ,
.celebs-bio .count .celebs-videos {
    width: 100%;
    aspect-ratio: 10 / 7.55;
    background: #323031;
    border-radius: 9px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    display: flex;
    flex-flow: column;
}
.celebs-bio .count .celebs-images {
    width: 100%;
    aspect-ratio: 10 / 7.55;
    background: #323031;
    border-radius: 9px;
    overflow: hidden;
}
.celebs-bio .count .celebs-videos {
    width: 100%;
    aspect-ratio: 10 / 7.55;
    background: #323031;
    border-radius: 9px;
    overflow: hidden;
}
#celebrity-bio .video-gallery figure.post-thumbnail{
    position: relative;
}
#celebrity-bio .video-gallery figure.post-thumbnail a:after {
    content: '';
    background: linear-gradient(transparent 0%, transparent 65%, rgba(0, 0, 0, 0.2) 74%, rgb(0, 0, 0) 100%, rgb(0, 0, 0) 11%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: +9999;
}
#celebrity-bio .video-gallery figure.post-thumbnail a:before{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' height='200px' width='200px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 512 512' xml:space='preserve' stroke='%23ffffff'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round' stroke='%23ede8e8' stroke-width='8.192'%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,0C114.608,0,0,114.608,0,256s114.608,256,256,256s256-114.608,256-256S397.392,0,256,0z M256,496 C123.664,496,16,388.336,16,256S123.664,16,256,16s240,107.664,240,240S388.336,496,256,496z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpolygon points='189.776,141.328 189.776,370.992 388.672,256.16 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,0C114.608,0,0,114.608,0,256s114.608,256,256,256s256-114.608,256-256S397.392,0,256,0z M256,496 C123.664,496,16,388.336,16,256S123.664,16,256,16s240,107.664,240,240S388.336,496,256,496z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpolygon points='189.776,141.328 189.776,370.992 388.672,256.16 '%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 40px;
    height: 40px;
    background-size: contain;
    position: absolute;
    z-index: +999999;
    left: 10px;
    bottom: 10px;
    border-radius: 100%;
    box-shadow: 8px 4px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
div#load-celebPhotos-more {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
    font-size: 1.1rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
}
div#load-celebPhotos-more:before {
    content: '';
    background: linear-gradient(to right, transparent 0%, transparent 24%, rgba(0, 0, 0, 0.2) 30%, rgb(0, 0, 0) 100%, rgb(0, 0, 0) 11%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
div#load-celebPhotos-more span {
    position: relative;
    z-index: +9;
    padding: 10px;
}

/*Loader*/
/* HTML: <div class="loader"></div> */
.loader-outer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    clear: both;
}
.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-right-color: #000000;
  animation: l15 1s infinite linear;
  margin: 0px auto;
}
.loader::before,
.loader::after {    
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
  animation: l15 2s infinite;
}
.loader::after {
  margin: 8px;
  animation-duration: 3s;
}
@keyframes l15{ 
  100%{transform: rotate(1turn)}
}
.site-header .dd-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu{
    opacity: 0;
}
@media (max-width:991px) {
.single.cat-video #main {
    display: flex;
    flex-flow: column;
}
 .single.cat-video .reated-article-cus article .entry-title a{font-size: 16px !important;}
 .single.cat-video .reated-article-cus .cat-links {
    text-align: left;
 }
 body.cat-video #secondary,.single #secondary, .archive #secondary  {
    width: 300px;
    margin: auto;
 }
}
@media (max-width:1175px) {

    .h-dh .site-header .mobile-menu-toggle svg,
    .mobile-menu-toggle>span {
        fill: var(--black);
        color: var(--black);
    }

    .head.fixed-navbar header {
        width: 100%;
        padding: 0 5%;
    }

    .head.fixed-navbar header .middle-header-contain,
    .h-sb .head.fixed-navbar header .middle-header-contain .wrapper {
        width: 100%;
        max-width: 100%;
    }

    body.archive.author header.page-header {
        width: 100%;
        margin-top: 60px;
    }
}

@media(max-width:767px) {
    .home .top-ban-image {
        width: calc(100% + 10%);
        margin-left: -5%;
    }

    .home .top-ban-image article .entry-wrapper h2.entry-title {
        font-size: 1.2em;
    }

    .home .top-ban-image article .entry-wrapper .newspack-post-subtitle,
    .home .top-ban-image article .entry-wrapper .more-link {
        font-size: 0.6em;
        margin: 0;
    }

    button.slick-prev,
    button.slick-next {
        width: 40px;
        height: 60px;
    }

    .hp-top-video h2.wp-block-heading.has-text-align-right {
        text-align: center;
    }

    .hp-gallery {
        flex-flow: column;
    }

    .hp-gallery .hp-gallery-left {
        flex-basis: 100%;
        max-width: 100%;
    }

    .hp-gallery .hp-gallery-right {
        flex-basis: 100%;
        max-width: 100%;
    }

    .hp-digital-cover article {
        display: flex;
        flex-flow: column;
    }

    .home .hp-digital-cover article figure {
        margin-left: 0 !important;
    }

    .hp-digital-cover .wp-block-group__inner-container>div {
        flex-wrap: nowrap ! Important;
        flex-flow: row;
        align-items: center !important;
    }

    .hp-digital-cover .wp-block-group__inner-container>div .wp-block-column {
        max-width: 50%;
        flex-basis: 50% !important;
    }

    .home h2.wp-block-heading.hp-title {
        font-size: 1.4em;
    }

    .home .hp-top-video {
        margin-bottom: 0px;
    }

    .home .hp-video-slider {
        margin-top: 0;
    }

    .wp-block-columns.hp-cover-block:before {
        display: none;
    }

    .wp-block-columns.hp-cover-block .wp-block-column:first-child {
        position: relative;
    }

    .wp-block-columns.hp-cover-block .wp-block-column:first-child:before {
        content: '';
        width: 100%;
        position: absolute;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        left: 0;
        height: 50%;
        z-index: +9;
        bottom: 0;
    }

    .archive .latest-articles .left-img,
    .archive .latest-articles .right-img,
    .archive article.entry {
        max-width: 100%;
        flex-basis: 100%;
    }

    body.archive.author header.page-header {
        width: 100%;
    }

    .archive.author .page-header .taxonomy-description {
        text-align: left;
    }

    .archive.author .page-header h1.page-title span.page-description {
        font-size: 1.3rem;
    }

    .archive.author .page-header .avatar {
        width: 30px;
        height: 30px;
        position: relative;
        top: -30px;
    }
    .celebs-bio,body#celebrity-bio .main-content .description,#celebrity-bio article .main-content,#celebrity-bio article .main-content .main-content-left .image-gallery,#celebrity-bio .video-gallery {
        display: block;
    }
    .celebs-bio figure.post-thumbnail,.celebs-bio .video,.celebs-bio .count,body#celebrity-bio .main-content .description,#celebrity-bio article .main-content,#celebrity-bio article .main-content .main-content-left,#celebrity-bio article .main-content .main-content-right,#celebrity-bio article .main-content .main-content-left .image-gallery article,#celebrity-bio .video-gallery article:first-child, #celebrity-bio .video-gallery article:nth-child(2),#celebrity-bio .video-gallery article {
        max-width: 100%;
        margin-bottom: 5px;
    }
    .celebs-bio .count {
        flex-direction: row;
        gap: 5px;
    }
    .celebs-bio .count .celebs-videos,.celebs-bio .count .celebs-images {
        flex-basis: 50%;
    }
    .loader{
        width: 25px;
        border: 2px solid #0000;
    }
    body#celebrity-bio .main-content-right .editorial-block article {
        margin: 0 0 5px 0;
    }
    body#celebrity-bio .main-content .description .desc-right p,body#celebrity-bio .main-content .description .desc-right .know-more,body#celebrity-bio .celebs-bio .count .celebs-videos a, body#celebrity-bio .celebs-bio .count .celebs-images a {
        font-size: 14px;
    }
}
@media (min-width:768px) and (max-width:1175px){
   #celebrity-bio article .main-content .main-content-left .image-gallery article {
     max-width: calc(50% - 15px);
   } 
   #celebrity-bio .video-gallery figure.post-thumbnail a:before {
    height: 25px;
    width: 25px;
   }
   #celebrity-bio .video-gallery article {
    flex-basis: calc(50% - 15px);
    max-width: calc(50% - 15px);
    }
    body#celebrity-bio .main-content .description .desc-right p,body#celebrity-bio .main-content .description .desc-right .know-more,body#celebrity-bio .celebs-bio .count .celebs-videos a, body#celebrity-bio .celebs-bio .count .celebs-images a {
        font-size: 14px;
    }
}