/*Editor Choise*/
*:focus {
    outline: 0;
}

body .editor-choise .wp-block-columns .wp-block-column .head h2,
body .editor-choise .wp-block-columns .wp-block-column .head p,
body .recent-post .wp-block-columns.head .wp-block-column h2,
body .recent-post .wp-block-columns.head .wp-block-column p,
body .recent-video .wp-block-columns.head .wp-block-column p,
body .latest-post-outer .wp-block-columns.head .wp-block-column h2,
body .latest-post-outer .wp-block-columns.head .wp-block-column p ,
body .brands .wp-block-columns.head .wp-block-column p {
    margin: 0 auto;
    font-family: var(--tertiary-font);
    text-transform: uppercase;
    color:#99aabb;
}

body .editor-choise .wp-block-columns .wp-block-column .head p,
body .recent-post .wp-block-columns.head .wp-block-column p,
body .recent-video .wp-block-columns.head .wp-block-column p {
    font-family: var(--secondary-font);
    text-transform: capitalize;
    color:var(--color-primary);
}
/* .head {
    position: relative;
}

.head:before {
    background: transparent;
    border-bottom: 1px solid #EAEAEA;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #EAEAEA;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.wp-block-columns.head>.wp-block-column {
    display: inline-block;
    margin: 0 auto;
    background: var(--color-white);
    position: relative;
    flex-grow: unset;
    flex-basis: auto;
    padding: 0 1rem;
} */

.recent-post .wp-block-columns.head>.wp-block-column {
    margin: 0;
    padding: 0 1rem 0 0;
    display: flex;
    align-items: center;
}

/* .recent-video .wp-block-columns.head>.wp-block-column {
    background: var(--color-bg-dark);
} */

.latest-post-outer .wp-block-columns.head>.wp-block-column {
    background: var(--color-white);
}

.editor-choise .wp-block-columns.head>.wp-block-column {
    background-color: #f8f7f5;
}

.head h2 {
    font-size: var(--font-size-xl);
    color: var(--color-text);
    letter-spacing: 0;
}

.head p {
    font-size: var(--font-size-md);
    color: var(--color-light);
}

.recent-post .head p{
    margin: 0;
    padding: 10px 0 0 10px;
    display: flex;
    align-items: center;
}

/* .home .recent-post .wpnbha article .entry-wrapper .more-link {
    order: 5;
    --fa: "\f061";
    font-family: "Font Awesome 6 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    font-size: var(--font-size-sm);
    opacity: 0.7;
    text-decoration: none;
    color: transparent;
}
.recent-post article .entry-wrapper a.more-link::before {
    content: '';
    color: var(--color-primary);
    width: 4px;
    height: 1.3px;
    display: inline-block;
    background: var(--color-primary);
    margin: 3.8px -1px 3.8px 0px;
}
.recent-post article .entry-wrapper a.more-link::after {
    content: "\f061";
    color: var(--color-primary);
} */
.home .recent-post .wpnbha article .entry-wrapper .more-link {
    order: 5;
    position: relative;
    width: 15px;
    height: 2px;
    background-color: var(--color-primary);
    margin: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    opacity: 0.7;
    transition: width 0.5s ease-out;
    color: transparent;
}

.home .recent-post .wpnbha article .entry-wrapper .more-link:hover {
    opacity: 1;
    width: 30px;
}

.recent-post article .entry-wrapper a.more-link::after,
.recent-post article .entry-wrapper a.more-link::before {
    content: '';
    position: absolute;
    right: 0;
    width: 8px;
    height: 2px;
    background-color: var(--color-primary);
    transform-origin: right center;
    border-radius: 10px;
    z-index: +9;
    transition: opacity 0.2s ease;
}

.recent-post article .entry-wrapper a.more-link::before {
    transform: rotate(45deg);
    top: 0;
}

.recent-post article .entry-wrapper a.more-link::after {
    transform: rotate(-45deg);
    top: 0;
}

/*Banner*/
.wp-block-group.banner-section {
    margin-bottom: 0;
    margin-top: 0;
}

.banner-section article {
    position: relative;
}

.banner-section article figure.post-thumbnail {
    margin-bottom: 0;
}
.banner-section article figure.post-thumbnail img {
    object-fit: cover;
    object-position: center;
}
.banner-section article .entry-wrapper {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
    max-width: 550px;
    width: 100%;
    text-align: center;
    left: calc(50% - 275px);
}

.banner-section h2.entry-title {
    font-size: var(--font-size-lg);
    color: var(--color-white);
    letter-spacing: normal;
}

.banner-section article figure.post-thumbnail {
    margin-bottom: 0;
    aspect-ratio: 16 / 7;
    overflow: hidden;
}

.banner-section .wpnbha article .entry-wrapper h2.entry-title {
    font-family: var(--primary-font);
    font-size: var(--font-size-xxxl);
    line-height: 1.2;
    color: var(--color-white);
    font-weight: 600;
}

.banner-section .wpnbha article .entry-wrapper h2.entry-title a {
    color: var(--color-white);
    font-family: var(--primary-font);
}

.banner-section .wpnbha article .entry-wrapper p,
.banner-section article .entry-wrapper .entry-meta span.byline,
.banner-section article .entry-wrapper .entry-meta span.byline a,
.banner-section article .entry-wrapper .entry-meta time {
    color: var(--color-white);
}

.banner-section article figure.post-thumbnail a {
    position: relative;
    overflow: hidden;
}

.banner-section article figure.post-thumbnail a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* .banner-section .wpnbha article .entry-wrapper .cat-links {
    background: var(--color-primary);
    padding: 8px 12px;
    border-radius: 36px;
    color: var(--color-white);
    font-family: var(--secondary-font);
} */
.home h2.wp-block-heading {
    font-family: var(--tertiary-font);
    font-size: 48px;
    letter-spacing: 1px;
    background-color: var(--color-white);
    position: relative;
}
.archive .entry .cat-links, .single .main-content-left .entry-meta .author-avatar, .single .entry-header .pre-header {
    display: none;
}
.home h2.wp-block-heading span {
    display: inline-block;
    background: white;
    padding-right: 2rem;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.home h2.wp-block-heading:after {
    content: "";
    display: block;
    border: 1px solid var(--border-color);
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
}
article figure a {
    overflow: hidden;
    display: block;
    line-height: 0;
}

.editor-choise article figure a {
    margin-bottom: 1.2rem;
}
/* .editor-choise article figure a,
.custom-brand .wpnbha .post-has-image figure a {
    margin-bottom: 1.2rem;
} */

.home article figure img,
.archive article figure img,
.search article figure img,
.ftr-editor-choice article figure img {
    transition: transform 1s ease;
}

.home article figure:hover img,
.archive article figure:hover img,
.search article figure:hover img,
.ftr-editor-choice article figure:hover img {
    transform: scale(1.09);
}

article .entry-wrapper .cat-links,
article .entry-meta .byline a,
article .entry-meta time,
article .entry-meta, .single .pre-header .posted-on, .single .pre-header .byline, .single .pre-header .author .url, .single .main-content-left .entry-meta .byline, .single .main-content-left .entry-meta .author .url {
    font-family: var(--secondary-font);
    font-size: var(--font-size-md);
    color: var(--header-bg);
    font-weight: 600;
    letter-spacing: 1.5px;
}

.wpnbha article .entry-wrapper h2.entry-title {
    font-family: var(--header-font);
    font-size: var(--font-size-slg);
    color: var(--color-text);
    letter-spacing: normal;
    margin: 0.5rem 0;
    line-height: 1.2;
}
.wpnbha article .entry-wrapper h2.entry-title a, .archive article .entry-title a {
    background-position: 0 calc(100% - 0em);
    background-repeat: no-repeat;
    display: inline;
    -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.wpnbha article .entry-wrapper h2.entry-title a:hover, .archive article .entry-title a:hover {
    background-image: linear-gradient(to right,#161616 0%,#161616 100%);
    background-size: 100% 2px;
    animation: textunderline 0.5s;
    text-decoration: none;
}
@keyframes textunderline {
    from { background-size: 0% 2px;}
    to {background-size: 100% 2px;}
}
.editor-choise .wpnbha article .entry-wrapper h2.entry-title {
    font-size: var(--font-size-slg);
    font-family: var(--primary-font);
}

.more-post a.wp-block-button__link,
.recent-post button.wp-block-button__link {
    box-shadow: 0 5px 12px rgba(254, 225, 152, 0.1);
    font-size: var(--font-size-sm);
    padding: 15px 43px 12px 44px;
    line-height: normal;
    background: var(--color-primary);
    animation: animation_back_down 0.3s ease forwards;
    border-radius: 100px;
    border: 1px solid var(--color-primary);
}

.recent-post button.wp-block-button__link {
    background: transparent;
    border: 1px solid;
    color: var(--color-primary);
}

.recent-post button.wp-block-button__link:hover,
.recent-post button.wp-block-button__link:focus {
    outline: 0;
}

.more-post a.wp-block-button__link:hover,
.more-post a.wp-block-button__link:focus,
.recent-post button.wp-block-button__link:hover,
.recent-post button.wp-block-button__link:focus {
    background: var(--color-primary);
    box-shadow: 0 5px 12px var(--theme-color-text_hover_01);
    animation: animation_jump_up 0.3s ease forwards;
    outline: 0;
}

.recent-post button.wp-block-button__link:hover,
.recent-post button.wp-block-button__link:focus {
    background: transparent;

}

.wp-block-group.editor-choise {
    padding-bottom: 0;
    margin-top: 0;
}

/*Recent Post*/
.recent-post article {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 1.5em;
}

.recent-post article:last-child {
    border-bottom: 0;
}

.recent-post article .entry-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.recent-post article .entry-wrapper .more-link {
    order: 5;
}


.home .recent-post .wpnbha.ts-2 article .entry-wrapper p {
    order: 4;
    font-size: var(--font-size-md);
    color: var(--color-primary);
    letter-spacing: normal;
}

.ta_fadeinup {
    -webkit-animation-name: ta_fadeinup;
    animation-name: ta_fadeinup;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    animation-duration: .75s;
}

/*Trending Post*/
.trending-post .wpnbha article .entry-wrapper h2.entry-title,
.recent-video .recent-video-right article .entry-wrapper h2.entry-title {
    font-size: var(--font-size-normal);
}

.trending-post article figure.post-thumbnail {
    max-width: 25%;
    flex-basis: 25%;
}

body .trending-post .wpnbha article .entry-wrapper,
body .trending-post .wpnbha.image-alignleft .post-has-image .entry-wrapper {
    max-width: 65%;
    flex-basis: 65%;
}

.recent-video .recent-video-right article figure.post-thumbnail {
    max-width: 40%;
    flex-basis: 40%;
}

.home .recent-video .recent-video-right .wpnbha article .entry-wrapper {
    max-width: 65%;
    flex-basis: 65%;
}

.recent-video article .entry-wrapper h2.entry-title,
.recent-video article .entry-wrapper h2.entry-title a,
.recent-video article .entry-wrapper .cat-links,
.recent-video article .entry-wrapper .entry-meta,
.recent-video article .entry-wrapper .entry-meta span.byline a,
.recent-video article .entry-wrapper .entry-meta time {
    color: var(--color-white);
}

.recent-video article .entry-wrapper h2.entry-title,
.recent-video .recent-video-right article .entry-wrapper h2.entry-title {
    font-weight: 400;
}

.recent-video .head:before {
    opacity: 0.2;
}

.recent-video .recent-video-right article figure.post-thumbnail a {
    margin-bottom: 0;
}

.wp-block-column.recent-video-right {
    height: 100%;
    overflow-x: auto;
}

.wp-block-column.recent-video-right::-webkit-scrollbar {
    width: 6px;
}

.wp-block-column.recent-video-right::-webkit-scrollbar-track {
    background: #212227;
}

.wp-block-column.recent-video-right::-webkit-scrollbar-thumb,
.wp-block-column.recent-video-right::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
}

/*Latest*/
/* .latest-post-outer figure.post-thumbnail {
    margin-bottom: 1rem;
} */

.latest-post-outer .wpnbha article .entry-wrapper h2.entry-title {
    font-size: var(--font-size-slg);
}

/*Masonary*/
.latest-post-outer .latest-post .wp-block-newspack-blocks-homepage-articles>div {
    column-count: 2;
    column-gap: 32px;
    display: block;
}

.latest-post-outer .latest-post .wp-block-newspack-blocks-homepage-articles div article {
    display: inline-block;
    margin-bottom: 32px;
}


.aside-slide article {
    position: relative;
    width: 100%;
    margin: 0;
}

.aside-slide article .entry-wrapper {
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 20px;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.aside-slide article:before {
    content: '';
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.95)));
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.95));
    background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.95));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.95));
    opacity: 1;
    bottom: 0;
    z-index: +1;
}

.aside-slide article h2.entry-title a,
.aside-slide article .entry-meta time,
.aside-slide article .entry-wrapper .cat-links a {
    color: var(--color-white);
    font-weight: 400;
}

.aside-slide .slick-dotted.slick-slider,
.aside-slide.wpnbha article {
    margin-bottom: 0;
}

.aside-slide article figure.post-thumbnail {
    margin-bottom: 0;
}

.aside-slide .slick-dots li {
    margin: 0;
}

.aside-slide ul.slick-dots {
    bottom: 10px;
}

.aside-slide .slick-dots li.slick-active button:before,
.aside-slide .slick-dots li button:before {
    opacity: 1;
    color: var(--color-white);
    font-size: 20px;
}

.aside-slide .slick-dots li button:before {
    color: var(--color-gray);
}

/*Progress Bar*/
span.progeress-bar {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-backface-visibility: hidden;
}

span.progeress-bar svg circle {
    stroke: #000;
}

h4.wp-block-heading:has(+ .cross-icons) {
    margin-bottom: 0;
    font-family: var(--tertiary-font);
    text-transform: uppercase;
    color: #000;
    text-align: left;
    font-size: var(--font-size-lg);
}

h4.wp-block-heading+.cross-icons {
    margin-top: 10px;
    display: none;
}

#circle {
    stroke-dasharray: 137.4;
    /* 2 * Ï€ * 40 */
    stroke-dashoffset: 137.4;
    /* hidden initially */
    transition: stroke-dashoffset 0.2s ease-out;
}

span.cross-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: var(--font-size-sm);
    color: var(--gray-border-color);
}

/*ads*/
.code-block-2:has(.googleAds.ad-home.activated) {
    border: 1px solid var(--border-color);
    padding: 40px 0px;
    margin-bottom: 3rem;
}

iframe {
    display: initial;
}

.code-block.code-block-4 .googleAds.ad-home.activated {
    max-width: 100%;
    width: 100%;
    border: 1px solid var(--border-color);
    padding: 33px 0;
}

.code-block-2:has(.googleAds.ad-home.activated)+hr {
    margin-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.single .entry-header .posted-on .published, .single .main-content-left .entry-meta .posted-on {
    font-family: var(--secondary-font);
    letter-spacing: 0.5px;
}
.single .trending-post article,
.single .article-editor-choice article, .archive .trending-post article, .archive.feature-latest .trending-post article.has-post-thumbnail:first-of-type {
    display: flex;
    flex-flow: row;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.trending-post .wpnbha article .entry-wrapper h2.entry-title,
.recent-video .recent-video-right article .entry-wrapper h2.entry-title,
.single .article-editor-choice article .entry-wrapper h2.entry-title, .archive.feature-latest .trending-post .wpnbha article.has-post-thumbnail:first-of-type .entry-wrapper h2.entry-title  {
    font-size: var(--font-size-normal);
}
.archive.feature-latest .trending-post .wpnbha article.has-post-thumbnail:first-of-type .entry-wrapper .entry-meta {
    margin-top: 0;
}

.trending-post article figure.post-thumbnail, .archive .trending-post article figure.post-thumbnail, .archive.feature-latest .trending-post article.has-post-thumbnail:first-of-type  figure.post-thumbnail {
    position: relative;
    max-width: 25%;
    flex-basis: 25%;
}

.single .trending-post article figure.post-thumbnail,
.single .article-editor-choice article figure.post-thumbnail {
    margin-right: 1rem;
}

.home .trending-post .wpnbha article .entry-wrapper,
.single .trending-post article .entry-wrapper, body .trending-post .wpnbha.image-alignleft.is-3 article .entry-wrapper {
    max-width: 65%;
    flex-basis: 65%;
}

.single .article-editor-choice .editors-list {
    display: flex;
}

.recent-video .recent-video-right article figure.post-thumbnail {
    max-width: 40%;
    flex-basis: 40%;
}

.home .recent-video .recent-video-right .wpnbha article .entry-wrapper {
    max-width: 65%;
    flex-basis: 65%;
}

.recent-post .wpnbha .post-thumbnail img, .wpnbha.is-grid.columns-2 article .post-thumbnail img {
    object-fit: cover;
    object-position: center center;
}

/*category Page*/
.archive header span.page-subtitle,
.archive header .taxonomy-description, .home .trending-post {
    display: none;
}

.archive .has-post-thumbnail,
.search .has-post-thumbnail {
    flex-flow: column;
}

.archive .entry-content,
.search .entry-content {
    letter-spacing: normal;
    font-family: var(--secondary-font);
    font-weight: 700;
    letter-spacing: 1px;
}
.archive .entry-content p a.more-link, .search .entry-content p a.more-link{
    font-family: var(--primary-font);
    font-weight: 700;
}
.archive .has-post-thumbnail .post-thumbnail, .archive.author .has-post-thumbnail .post-thumbnail,
.search .has-post-thumbnail .post-thumbnail {
    flex-basis: 100%;
    max-width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.archive header h1.page-title span.page-description,
.search header h1.page-title span.page-description {
    font-family: var(--tertiary-font);
    font-size: var(--font-size-mxl);
    line-height: normal;
    color: var(--color-text);
    text-align: center;
    text-transform: uppercase;
    margin-top: 0.5rem;
    letter-spacing: 0.5px;
}

.archive:not(.paged).feature-latest article .entry-container header.entry-header h2.entry-title,
.archive:not(.paged) article .entry-container header.entry-header h2.entry-title,
.search article .entry-container header.entry-header h2.entry-title {
    font-family: var(--header-font);
    font-size: var(--font-size-xl);
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0;
    margin: 10px 0;
    color: var(--color-text);
}

.archive article .entry-container a.more-link,
.search article .entry-container a.more-link,
.home .brands a.more-link {
    padding: 13.2px 42px;
    line-height: 18px;
    background: var(--color-white);
    border-radius: 50px;
    color: Var(--color-primary);
    text-decoration: none;
    border: 2px solid #000;
    display: inline-block;
    margin: 10px 0 0;
    font-size: 15px;
    letter-spacing: 0.3px;
    transition: background-color 0.2s cubic-bezier(0.19,1,0.22,1);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}
.archive article .entry-container a.more-link span,
.search article .entry-container a.more-link span,
.home .brands a.more-link span {
    display: inline-block;
    background-color: var(--color-primary);
    color: var(--color-white);
    padding: 13.2px 42px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 1;
    transform: translateY(3rem);
    transition: 0.4s cubic-bezier(0.19,1,0.22,1),-webkit-transform 0.4s cubic-bezier(0.19,1,0.22,1);
}
.archive article .entry-container a.more-link:hover span, .search article .entry-container a.more-link:hover span,
.home .brands a.more-link:hover span {
    transform: translateY(0);
}
.archive article .entry-container a.more-link::after, .archive article .entry-container a.more-link span::after,
.search article .entry-container a.more-link span::after, 
.home .brands a.more-link::after, 
.home .brands a.more-link span::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    border-right: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    position:relative;
    bottom:2px;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}
.archive article .entry-container a.more-link:hover::after, .archive article .entry-container a.more-link span::after,
.search article .entry-container a.more-link span::after,
.home .brands a.more-link span::after {
    border-right: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
}
.trending-post {
    padding: 1rem 0 2rem;
    border-bottom: 1px solid var(--border-color);
}

.archive article .entry-wrapper .cat-links,
.archive article .entry-meta .byline a,
.archive article .entry-meta time,
.search article .entry-wrapper .cat-links,
.search article .entry-meta .byline a,
.search article .entry-meta time {
    font-size: var(--font-size-md);
}

.digital-mag h2.wp-block-heading.mag-title {
    font-size: var(--font-size-slg);
    color: var(--color-white);
    text-align: center;
    padding: 10px 0;
    font-weight: 400;
    margin-bottom: 0;
}

.digital-mag figure.wp-block-image.size-large a,
.digital-mag figure.wp-block-image.size-large {
    line-height: 0;
}

body .digital-mag {
    background: var(--color-primary);
    margin-top: 1.5rem;
}

body:not(.home) .digital-mag {
    margin-top: 0;
    margin-bottom: 20px;
}

.progressbar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: absolute;
    bottom: -4px;
    height: 4px;
    z-index: 999;
    background-color: var(--border-color);
    width: calc(100% + 1rem);
    left: -0.5rem;
}

.progressbar .progress-status {
    -webkit-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: var(--color-primary);
    position: absolute;
    width: 0;
    height: 100%;
    top: 1px;
    left: 0;
    opacity: 0.8;
    will-change: width;
    -webkit-transition: width 0.8s ease;
    -ms-transition: width 0.8s ease;
    transition: width 0.8s ease;
}

/*Emagzine CSS from Old site*/

/* Category magazine page */
.category-emagazine .more-frm-blk .four-col {
    display: flex;
    flex-direction: row;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.category-emagazine .more-frm-blk .four-col article {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
    margin: 0 0 20px 0;
    text-align: center;
    display: block !important;
}

.category-emagazine .post-thumbnail img,
.single-magazine-issue .post-thumbnail img {
    display: inline-block;
    vertical-align: middle;
}

.category-emagazine .entry-meta,
.single-magazine-issue .entry-meta {
    display: block;
}

.category-emagazine .has-post-thumbnail:hover .entry-container .entry-title a,
.single-magazine-issue .has-post-thumbnail:hover .entry-container .entry-title a {
    text-decoration: none;
}

.category-emagazine .has-post-thumbnail:hover img,
.single-magazine-issue .has-post-thumbnail:hover img {
    transform: none;
}

.category-emagazine .has-post-thumbnail,
.single-magazine-issue .has-post-thumbnail {
    cursor: auto;
}

.category-emagazine .has-post-thumbnail .post-thumbnail {
    max-width: none !important;
    margin-bottom: 12px !important;
}

body.category-emagazine div.more-frm-blk article h2.entry-titl,
body.single-magazine-issue div.more-frm-blk article h2.entry-title {
    font-size: 18px !important;
    min-height: auto !important;
}

article .mg-top-wrap .entry-title {
    margin-bottom: 20px;
}

.year-list li {
    list-style: none;
    padding: 0;
}

.year-list ul {
    padding: 0;
    margin: 0 0 25px 0;
}

.category-emagazine .site-main ul li a {
    display: block;
    font-size: 18px;
    color: #000;
    opacity: .4;
    position: relative;
    transition: color .5s;
    font-family: inherit;
}

.category-emagazine .site-main ul li a:hover {
    color: #e81313;
}
.archive:not(.paged).feature-latest.category-emagazine article .entry-container header.entry-header h2.entry-title {
    font-weight: 400;
    margin: 0 0 1.5rem 0;
}
.category-emagazine .site-main ul li.active-char a {
    font: 400 32px var(--primary-font);
    line-height: normal;
    opacity: 1;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 10px;
}

.category-emagazine .site-main ul li.active-char a:before {
    content: "";
    height: 5px;
    position: absolute;
    width: calc(100% + 10px);
    bottom: 0;
    right: -10px;
    background: #e81313;
}

.category-emagazine article.type-e-magazines .entry-meta span {
    display: block;
    font-size: 16px;
}

.mg-top-wrap {
    margin-bottom: 30px;
}

.mg-top-wrap .entry-title a {
    font-size: 25px;
}

.rd-nw-btn {
    width: 150px;
    display: inline-block;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    background: #e81313;
    color: #fff !important;
    border-radius: 2px;
    margin-top: 15px;
    font-family: inherit !important;
    font-weight: 700;
}

.category-emagazine .more-frm-blk .cat-links,
.category-emagazine .more-frm-blk .entry-content,
.archive.category-emagazine h1.page-title {
    display: none !important;
}

.mg-top-wrap header.entry-header {
    padding: 0;
}

.single-magazine-issue:not(.has-large-featured-image) .entry-header {
    border: 0 !important;
}

.archive.category-emagazine .subs-form {
    display: none;
}

.single-e-magazines .row.ev-meter-content {
    width: 100%;
}

.wp-block-group.brands h3.wp-block-heading {
    margin-top: 10px;
    font-family: var(--header-font);
    font-size: var(--font-size-lg);
    color: var(--color-text);
    letter-spacing: normal;
    font-size: var(--font-size-slg);
    font-weight:400;
}
.wp-block-group.brands figure {
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
    .category-emagazine .more-frm-blk .four-col article {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .single-magazine-issue.has-sidebar #primary {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .single-magazine-issue.has-sidebar #main {
        width: 65%;
    }
}

/*End of css Emagzine*/
@media (max-width:781px) {

    .latest-post-block figure
    {
        height: 200px;
        overflow: hidden;
        margin-bottom: 15px !important;
    }
    .latest-post-block figure a,  .brands-inner-wrap figure.wp-block-image a{
        width: 100%;
        height: 100%;
    }
    .latest-post-block figure img:not([style*="object-fit"]) , .brands-inner-wrap figure.wp-block-image img:not([style*=object-fit]){
        width: 100%;
        height: 100%!important;
        object-fit: cover;
        object-position: center center;
    }
    .brands-inner-wrap figure.wp-block-image {
        aspect-ratio: 3/3.8;
        overflow:hidden;
    }

    .banner-section article .entry-wrapper {
        left: 0;
        padding: 20px;
        z-index: +6;
    }

    .banner-section article figure.post-thumbnail:before {
        z-index: 4;
    }

    .recent-post .wp-block-columns.head>.wp-block-column,
    .recent-video .wp-block-columns.head>.wp-block-column {
        flex-flow: column;
        align-items: flex-start;
    }

    .banner-section article figure.post-thumbnail img,
    .banner-section article figure.post-thumbnail a {
        height: 100%;
    }

    .banner-section article figure.post-thumbnail {
        margin-bottom: 0;
        aspect-ratio: 16 / 16;
        overflow: hidden;
    }

    .banner-section article {
        width: calc(100vw + 10px);
        left: -6%;
    }

    .wp-block-group.editor-choise {
        position: relative;
        padding: 0;
    }

    .wp-block-group.editor-choise:before {
        content: '';
        position: absolute;
        width: calc(100vw + 50%);
        height: 100%;
        left: -50%;
        top: 0;
        z-index: -1;
        background-color: #f8f7f5;
    }

    body .recent-post .wp-block-columns.head .wp-block-column h2,
    body .recent-post .wp-block-columns.head .wp-block-column p {
        margin: 0;
    }

    .recent-post .head p,
    .recent-video .head p {
        padding: 10px 0 0 0;
    }

    .recent-post article figure.post-thumbnail {
        margin-bottom: 1rem;
    }

    .recent-post article {
        flex-flow: column;
    }

    .latest-post-outer .latest-post .wp-block-newspack-blocks-homepage-articles>div {
        display: flex;
    }

    .latest-post-outer .latest-post .wp-block-newspack-blocks-homepage-articles div article {
        display: flex;
        margin-bottom: 32px;
        flex-flow: column;
    }

    .wp-block-group.latest-post-outer {
        clear: both;
    }

    .wp-block-column.recent-video-right {
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .wp-block-column.recent-video-right .wp-block-newspack-blocks-homepage-articles>div {
        display: flex;
        flex-wrap: nowrap;
        gap: 15px;
    }

    .wp-block-column.recent-video-right .wp-block-newspack-blocks-homepage-articles>div article {
        min-width: 50%;
        flex-flow: column;
    }

    .wp-block-column.recent-video-right .wp-block-newspack-blocks-homepage-articles>div article figure.post-thumbnail,
    .home .recent-video .recent-video-right .wpnbha article .entry-wrapper {
        max-width: 100%;
    }

    .wp-block-column.recent-video-right {
        height: auto;
        overflow-x: scroll;
        overflow-y: hidden;
    }

}

@keyframes ta_fadeinup {
    from {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animation_jump_up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@keyframes animation_back_down {
    0% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* footer start */
.site-footer {
    background: var(--header-bg) !important;
}
.site-footer .subscribe {
    padding-top: var(--space-md);
}
.site-footer .subscribe .cmApp_signupContainer.cmApp_embedded {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: block;
    text-align: center;
    color: #46b450;
    border: 0;
    margin: 0;
    margin-top: -20px;
}
.site-footer .subscribe .cmApp_signupContainer .cmApp_formInput {
    display: flex;
    border: 0;
    border-radius: 100px;
    background: #fff;
    padding: 2px;
    margin: 1rem 0 1.8rem 0;
    overflow: hidden;
}
.wpcf7 form.sent .wpcf7-response-output {
    text-align: center;
    font-size: 14px;
    color: #46b450;
    border: 0;
    margin: -18px 0 10px 0;
}
.site-footer #cmApp_signupContainer #cmApp_signupEmail {
    padding-left: 2rem;
    border-radius: 50px;
}
.site-footer .subscribe .cmApp_signupContainer input#cmApp_signupEmail {
    border: 0;
    height: 50px;
    outline: 0 !important;
}
.site-footer .subscribe .cmApp_signupContainer .cmApp_formHeader {
    font-size: var(--font-size-slg);
    font-weight: 700;
}
.site-footer .subscribe .cmApp_signupContainer .cmApp_formSubHeader {
    font-size: var(--font-size-sm);
    margin: 1rem 0;
}
.site-footer .cmApp_embedFormContainer {
    width: 100%;
    margin: auto;
}
.site-footer #cmApp_signupContainer .cmApp_formInput {
    display: flex;
    border-bottom: 0;
}
.site-footer .cmApp_fieldWrap, .site-footer .cmApp_errorMsg, .site-footer .cmApp_formInput {
    max-width: 400px;
    margin: auto;
}
.site-footer #cmApp_signupContainer .cmApp_formHeader,.site-footer #cmApp_signupContainer .cmApp_formSubHeader {
    display: block;
}
.site-footer .g-recaptcha {
    margin: auto;
    width: max-content;
    margin-bottom: 15px;
}
aside.widget-area.footer-widgets .wp-block-columns {
    margin-bottom: 0;
}
.site-footer form#cmApp_signupForm div:empty {
    display: none;
}
.site-footer .site-info aside.widget-area .wrapper {
    border: 0;
}
.site-info .site-info-contain:first-child {
    border: 0;
    margin: auto;
}
.footer-widgets .wrapper {
    flex-flow: column;
}
.site-footer .footer-widgets .widget {
    margin-bottom: 0;
}
.site-footer .ftr-social {
    border-top: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    padding: 0.5rem;
    gap: 1rem;
    margin-top: 0;
}
.site-footer .ftr-social li::after {
    content: '';
    height: 3px;
    width: 1px;
    color: var(--color-primary);
    display: block;
}
.site-footer .wp-block-social-links .wp-block-social-link.wp-social-link {
    border-right: 1px solid #000;
    border-radius: 0;
    padding-right: 15px;
    font-family: var(--primary-font);
}
.site-footer .wp-block-social-links .wp-block-social-link.wp-social-link:hover {
    transform: scale(1);
}
/* .cmApp_formHeader:before
 {
    content: "";
    border-bottom: 1px solid #000;
    display: block;
    position: relative;
    top: 11px;
    width: 100%;
    right: 100%;
}
.cmApp_formHeader::after
 {
    content: "";
    border-bottom: 1px solid #000;
    display: block;
    position: relative;
    top: -13px;
    width: 100%;
    left: 100%;
} */
/* footer end */

/* single page start */   
.single .entry-header .entry-title {
    font-family: var(--header-font);
}
.single .single .article-editor-choice,.single .recent-posts-main,.single .ftr-editor-choice .editors-sub-title,.single .article-editor-choice,.single .ftr-editor-choice .wp-block-button.more-post {
    display: none;
}
/* .single .tags-links a {
    background-color: #f1f1f1;
    margin: 0 .25rem .25rem 0;
    padding: .25rem .5rem;
    display: block;
    float: left;
    padding: 12px 24px;
    margin: 0 8px 8px 0;
    font-family: var(--primary-font);
    font-size: 14px !important;
    line-height: 17px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 30px;
} */
.single .ftr-editor-choice .editors-title {
    text-align: left;
}
.single .cat-links a,.archive .cat-links a, .custom-page.page .cat-links a, .custom-brand.page .cat-links a {
    color: var(--color-primary);
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--primary-font);
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 0;
    margin-bottom: 3px;
    vertical-align: middle;
}
.single .cat-links a,.archive .cat-links a{
    display: none;
}
.single .ftr-editor-choice article .cat-links {
    margin: 0;
}
.single .ftr-editor-choice .editors-post-list article .entry-wrapper .entry-title
 {
    margin-top: 1rem;
    font-family: var(--header-font);
}
.single .main-content > .post-thumbnail:first-child {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 0;
}
.single .entry-header .newspack-post-subtitle {
    margin: 0;
    font-style: normal;
    font-size: var(--font-size-mslg);
    line-height: 1.2;
    font-weight: bold;
    margin-top: 1rem;
    letter-spacing: 1.3px;
}
.trending-post article figure img {
    border-radius: 50%;
    width: 85px!important;
    height: 85px!important;
    object-fit: cover;
    object-position: center center;
}
/* single page start */ 

/* Category Page Start */

.archive .cat-links , .search .cat-links{
    display: none;
}
.cat-links a:hover {
    text-decoration: none;
}
.archive .has-post-thumbnail .entry-container , .search .has-post-thumbnail .entry-container{
    display: flex;
    flex-flow: column;
    padding-top: 1rem;
}
.archive .cat-links a {
    margin-top: 1rem;
}
.archive .cat-links a:empty {
    display: none;
}
.hp-newsletter-block .subscribe .cmApp_signupContainer .cmApp_formInput input:-webkit-autofill,
.hp-newsletter-block .subscribe .cmApp_signupContainer .cmApp_formInput input:-webkit-autofill:hover, 
.hp-newsletter-block .subscribe .cmApp_signupContainer .cmApp_formInput input:-webkit-autofill:focus, 
.hp-newsletter-block .subscribe .cmApp_signupContainer .cmApp_formInput input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input#search-form-2:-webkit-autofill, input#search-form-2:-webkit-autofill:hover , input#search-form-2:-webkit-autofill:focus,input#search-form-2:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--header-bg) inset !important;
}
.home .mag-title {
    margin-bottom: 0;
}
.home .mag-title + figure.wp-block-image.size-large {
    margin-top: 1rem;
}
/* .home .features-block article .entry-wrapper, .home .latest-post-block article .entry-wrapper {
    margin-top: -1rem;
} */
.home .features-block article .entry-wrapper .cat-links a, .home .latest-post-block article .entry-wrapper .cat-links a, .home .recent-video .recent-video-inner article .entry-wrapper .cat-links a, .banner-section .wpnbha article .entry-wrapper .cat-links a {
    color: var(--color-primary);
    background-color: var(--header-bg);
    display: inline-block;
    text-transform: uppercase;
    font-family: var(--primary-font);
    font-size: var(--font-size-sm);
    line-height: 1.2em;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 0 25px 25px 25px;
    padding: 6px 20px;
    margin-bottom: 3px;
    margin-right: 1px;
    vertical-align: middle;
    text-decoration: none;
}
.banner-section .wpnbha article .entry-wrapper .cat-links a {
    border-radius: 25px;
}
.home .features-block article .entry-wrapper h2.entry-title, .home .latest-post-block article .entry-wrapper h2.entry-title {
    font-size: var(--font-size-lg);
    line-height: 1.2;
}
.home .features-block .wpnbha article .entry-wrapper p, .home .latest-post-block .wpnbha article .entry-wrapper p, .home .hp-top-left article .entry-wrapper p{
    font-size: var(--font-size-normal);
    font-family: var(--secondary-font);
    font-weight: 700;
    letter-spacing: 1.5px;
}
.home .cmApp_signupContainer #cmApp_signupForm > div{    color: #000 !important;}
.home .features-block .wpnbha article .entry-wrapper .entry-meta .byline a, .home .features-block .wpnbha article .entry-wrapper .entry-meta .byline .author-prefix, .home .features-block .wpnbha article .entry-wrapper .entry-meta time, .home .latest-post-block .wpnbha article .entry-wrapper .entry-meta .byline a, .home .latest-post-block .wpnbha article .entry-wrapper .entry-meta .byline .author-prefix, .home .latest-post-block .wpnbha article .entry-wrapper .entry-meta time, .single .pre-header .posted-on, .single .pre-header .byline, .single .pre-header .author .url, .single .main-content-left .entry-meta .posted-on, .single .main-content-left .entry-meta .byline, .single .main-content-left .entry-meta .author .url {
    font-size: var(--font-size-md);
    font-weight: 700;
    color:var(--light-black);
}
.home .features-block .wpnbha article .entry-wrapper .entry-meta, .home .latest-post-block .wpnbha article .entry-wrapper .entry-meta {
    margin-top: 1rem;
}
.home .features-block .wpnbha article .entry-wrapper .entry-meta time, .home .latest-post-block .wpnbha article .entry-wrapper .entry-meta time, .single .pre-header .posted-on {
    position: relative;
    margin-left: 1rem;
}
.single .pre-header .posted-on {
    margin-left: 1.5rem;
}
.home .features-block .wpnbha article .entry-wrapper .entry-meta time:before, .home .latest-post-block .wpnbha article .entry-wrapper .entry-meta time:before, .single .pre-header .posted-on time:before {
    content: "";
    display: block;
    border: 1px solid var(--gray-border-color);
    border-radius: 50%;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 50%;
    left: -1.3rem;
    transform: translate(0, -50%);
}
.home .most-read-block {
    counter-reset: articlenumber;
}
.home .most-read-block article {
    align-items: center;
}
.home .most-read-block article .post-thumbnail {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    position: relative;
    margin: 0 27px 6px 0;
    flex-basis: 95px!important;
}
.home .most-read-block article .entry-wrapper {
    flex-basis: calc(100% - 95px)!important;
}
.home .most-read-block article .post-thumbnail:before { 
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 34px;
    height: 34px;
    counter-increment: articlenumber 1;
    content: counter(articlenumber, decimal);
    font-weight: 600;
    font-size: 15px;
    line-height: 33px;
    text-indent: 0;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--color-primary);
    color: var(--color-white);
}
.home .most-read-block article figure.post-thumbnail:hover img, .home .brands figure:hover img {
    transform: none;
}
.home .most-read-block article .post-thumbnail img {
    border-radius: 50%;
    overflow: hidden;
    width: 85px;
    height: 85px;
    object-fit: cover;
    object-position: center center;
}
.home .latest-post-block h2.wp-block-heading {
    margin: 0;
}
.home .latest-post-block h2.wp-block-heading + p {
    margin: 1rem 0 0;
}
.home .latest-post-block .latest-post-single-article.wpnbha article .entry-wrapper .entry-meta .byline a, .home .latest-post-block .latest-post-single-article.wpnbha article .entry-wrapper .entry-meta .byline .author-prefix, .home .latest-post-block .latest-post-single-article.wpnbha article .entry-wrapper .entry-meta time {
    color: var(--color-white);
}
.home .latest-post-block .latest-post-single-article article .entry-wrapper {
    padding: 3.3rem;
    max-width: 75%;
}
.home .latest-post-block .latest-post-single-article .entry-wrapper .entry-title a:hover, .home .recent-video .recent-video-inner article .entry-wrapper .entry-title a:hover, .wp-block-group.banner-section, .banner-section .wpnbha article .entry-wrapper h2.entry-title a:hover {
    background-image: linear-gradient(to right, #fff 0%, #fff 100%);
}
.home .recent-video h2.wp-block-heading, .home .brands h2.wp-block-heading {
    flex: 1;
    margin: 0;
}
.home .recent-video .wp-block-columns.head .wp-block-column p {
    font-family: var(--secondary-font);
    font-size: var(--font-size-md);
    font-weight: 600;
    color: var(--color-primary);
    padding-left: 1rem;
    letter-spacing: 1px;
}
.home .recent-video .recent-video-inner article {
    overflow: hidden;
}
.home .recent-video .recent-video-inner article .post-thumbnail a {
    display: block;
    position: relative;
    height: 100%;
}
.home .recent-video .recent-video-inner article .post-thumbnail a::before {
    content: "";
    display: flex;
    width: 62px;
    height: 62px;
    color: var(--color-primary);
    background: var(--color-white) url(/wp-content/themes/newspack-uk/images/Play-Button-Light.png) no-repeat left center/contain;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.home .recent-video .recent-video-inner article .entry-wrapper {
    padding: 62px 84px;
}
.home .recent-video .recent-video-inner article .entry-wrapper .entry-title {
    font-size: var(--font-size-xxl);
    font-weight: 700;
    color: var(--color-white);
}
.home .recent-video .recent-video-inner article .entry-wrapper .cat-links a, .home .recent-video .recent-video-inner article .entry-wrapper, .banner-section .wpnbha article .entry-wrapper .cat-links a {
    color: var(--color-white);
}
.archive.feature-latest article.has-post-thumbnail .entry-container .cat-links a[rel="category tag"] {
    display: none;
}
.archive.feature-latest article.has-post-thumbnail .entry-container .cat-links a[rel="category tag"]:first-of-type {
    display: inline-block;
}
/* Custom page */
.custom-page .wp-block-button__link {
    font-size: 1rem;
}
.custom-page .site-footer, .custom-brand .site-footer {
    margin-top: 2rem;
}
.custom-page.page .cat-links a:hover, .custom-brand.page .cat-links a:hover {
    text-decoration: none;
}
.custom-page.page article .post-thumbnail img, .custom-brand.page article .post-thumbnail img  {
    object-fit: cover;
    object-position: center;
}
.code-block.code-block-1 .googleAds.activated {
 margin: 15px auto;
}
.home .recent-video .recent-video-inner article figure
 {
    margin-bottom: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .home .recent-video .recent-video-inner article .entry-wrapper .entry-title {
        font-size: var(--font-size-xl);
    }
    .home .recent-video .recent-video-inner article .entry-wrapper {
        padding: 62px 42px;
    }
}
@media only screen and (max-width: 1023px) {
    .banner-section .wpnbha article .entry-wrapper h2.entry-title, .home .features-block article .entry-wrapper h2.entry-title, .home .latest-post-block article .entry-wrapper h2.entry-title, .home .recent-video .recent-video-inner article .entry-wrapper .entry-title {
        font-size: var(--font-size-lg);
    }
    .home .wp-block-group.latest-post-outer .wp-block-columns {
        flex-wrap: wrap!important;
    }
    .home .wp-block-group.latest-post-outer .wp-block-columns .most-read-block, .home .wp-block-group.latest-post-outer .wp-block-columns .latest-post-block {
        flex-basis: 100%!important;
    }
}
@media only screen and (max-width: 899px) {
    .home .recent-video .recent-video-inner article {
        flex-direction: column;
    }
}
@media only screen and (max-width: 781px) {
    .wp-block-group.brands .brands-inner-wrap {
        justify-content: center;
    }
    .banner-section article .entry-wrapper {
        left: 50%;
        transform: translateX(-50%);
    }
    .hp-newsletter-block .subscribe .cmApp_signupContainer .cmApp_formHeader {
        font-size: var(--font-size-lg);
    }
}

@media only screen and (max-width: 599px) {
    .home .recent-video .recent-video-inner article .entry-wrapper {
        padding: 20px;
    }
    .home .latest-post-block .latest-post-single-article article .entry-wrapper {
        max-width: 100%;
        padding: 20px;
    }
    .home h2.wp-block-heading {
        font-size: 32px;
    }
    .home .features-block article .entry-wrapper h2.entry-title {
        font-size: var(--font-size-slg);
    }
    .home .features-block .wpnbha article .entry-wrapper p {
        font-size:0.9rem
    }
    .single .pre-header {
        margin-bottom:0.5em
    }
}
@media only screen and (min-width: 600px) {
    /* .home .features-block .wpnbha>div, .home .latest-post-block .wpnbha>div {
        gap: 2rem;
    } */
    .home .features-block .wpnbha.columns-2 article, .home .latest-post-block .wpnbha.columns-2 article {
        flex-basis: calc(50% - 2rem/2 - 0.1px);
    }
    .mg-top-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .mg-inner-wrap {
        display: flex;
        flex: 1 0 auto;
        margin-right: 10px;
    }

    .category-emagazine .mg-top-wrap .post-thumbnail {
        flex-basis: auto;
        margin-right: 20px;
        width: auto;
        max-width: 250px !important;
    }
}
@media only screen and (min-width: 768px) {

    body.category-emagazine div.more-frm-blk article h2.entry-title,
    body.category-emagazine.archive:not(.paged).feature-latest article.has-post-thumbnail:first-of-type h2.entry-title,
    body.single-magazine-issue div.more-frm-blk article h2.entry-title {
        font-size: 18px !important;
        min-height: auto !important;
    }

    .mg-top-wrap .entry-title a {
        font-size: 30px;
    }

    .mg-top-wrap {
        margin-bottom: 60px;
    }

    .category-emagazine .site-main {
        display: flex !important;
    }

    .category-emagazine .more-frm-blk {
        max-width: calc(100% - 85px);
        padding-left: 20px;
    }

    .single-magazine-issue .year-list {
        max-width: 85px;
    }
    .home .latest-post-block .latest-post-single-article, .home .latest-post-block .latest-post-single-article .post-thumbnail {
        height: 434px;
    }
    .category-emagazine .site-main {
        flex-direction: column;
    }
}
@media screen and (min-width: 782px) {
    .newspack-front-page .site-content {
        margin-top: 0;
    }
    .latest-post-block figure
    {
        height: 200px;
        overflow: hidden;
        margin-bottom: 15px !important;
    }
    .latest-post-block figure a,  .brands-inner-wrap figure.wp-block-image a{
        width: 100%;
        height: 100%;
    }
    .latest-post-block figure img:not([style*="object-fit"]) , .brands-inner-wrap figure.wp-block-image img:not([style*=object-fit]){
        width: 100%;
        height: 100%!important;
        object-fit: cover;
        object-position: center center;
    }
    .brands-inner-wrap figure.wp-block-image {
        aspect-ratio: 3/3.8;
        overflow:hidden;
    }

}
@media screen and (min-width: 900px) {
    .home .recent-video .recent-video-inner article .post-thumbnail img {
        object-fit: cover;
        object-position: center;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
.center{
    text-align: center!important;
}
.code-block.code-block-1 .googleAds.activated {
 margin: 15px auto;
}
.latest-post-block h3.wp-block-heading {
        margin-top: 15px;
}
.mag-list {
    display: flex;
    flex-wrap: wrap;
}
.brands .hp-act-btn {
    display: flex;
    justify-content: center;
}
.archive .site-main article, .blog .site-main article, .search .site-main article {
    margin-top: 2.8rem;
    padding-top: 3rem;
    border-top: 1px solid var(--border-color);
 
}
.archive .site-main article:first-of-type, .blog .site-main article:first-of-type, .search .site-main article:first-of-type{
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.home .hp-top-left article .entry-wrapper .newspack-post-subtitle
 {
    font-size: var(--font-size-normal);
    font-family: var(--secondary-font);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.5px;
    color: #fff;
 }
@media (max-width: 374px) {
    .trending-post article figure img{
        width: 72px !important;
        height: 72px !important;
    }
}
@media (max-width:420px){
    .latest-post-block figure {
        height: 160px;
    }
}
@media(max-width:1024px) and (min-width:767px){
    .home .wp-block-group.latest-post-outer .wp-block-column.latest-post-block .wp-block-columns .wp-block-column{
        max-width: 50%;
        flex-basis:47%!important
    }
}
@media only screen and (max-width: 767px) {
    .home .recent-video .recent-video-inner article .entry-wrapper {
        padding: 31px 42px;
    }
    .wpnbha article .entry-wrapper h2.entry-title a:hover, .archive article .entry-title a:hover {
        animation: textunderline 1s;
    }
    .entry .entry-content .hp-newsletter-block-main {
        margin: 3rem 0;
    }
    .hp-newsletter-block .subscribe {
        padding: 0.5rem;
    }
    .hp-newsletter-block .subscribe .cmApp_signupContainer input.cmApp_formSubmitButton {
        width: 122px;
        padding: 0 1rem;
    }
    .menu-item-has-children .sub-menu li:first-child:before, .menu-item-has-children .sub-menu li:last-child:after {
        display: none;
    }
    .home .features-block .feature-inner {
        gap: 0;
    }
    .archive .site-main article, .blog .site-main article, .search .site-main article, .home .features-block .feature-inner article,.home .trending-block article,
    .single .ftr-editor-choice article {
        display: flex;
        flex-flow: row;
        gap: 1rem;
    }
    .single .ftr-editor-choice article {
        gap: 0.5rem;
    }
    .archive .has-post-thumbnail .post-thumbnail, .archive.author .has-post-thumbnail .post-thumbnail, .search .has-post-thumbnail .post-thumbnail, .home .features-block .feature-inner article .post-thumbnail,.home .trending-block article .post-thumbnail,.single .ftr-editor-choice .post-thumbnail {
       flex-basis: 40%;
    }
    .archive .has-post-thumbnail .entry-container, .search .has-post-thumbnail .entry-container,.home .features-block .feature-inner article .entry-wrapper,.home .features-block .feature-inner article .entry-wrapper,.home .trending-block article .entry-wrapper, .single .ftr-editor-choice article .entry-wrapper {
       flex-basis: 60%;
    }
    .archive:not(.paged).feature-latest article .entry-container header.entry-header h2.entry-title,
    .archive:not(.paged) article .entry-container header.entry-header h2.entry-title,
    .search article .entry-container header.entry-header h2.entry-title,.home .features-block .feature-inner article .entry-wrapper h2.entry-title,.home .features-block .feature-inner article .entry-wrapper h2.entry-title,.home .trending-block article .entry-wrapper h2.entry-title,.single .ftr-editor-choice article .entry-wrapper h2.entry-title {
        font-size: var(--font-size-normal);
        line-height: 1.2;
        letter-spacing: 0;
        margin: 10px 0;
        color: var(--color-text);
        margin: 0;
    }
    .single .ftr-editor-choice .editors-post-list article .entry-wrapper .entry-title {
        margin-top: 0;
    }
    .home .features-block .feature-inner article .entry-wrapper p,.home .features-block .feature-inner article .entry-wrapper .entry-meta,.single .ftr-editor-choice article .entry-wrapper .entry-meta,.home .trending-block article .entry-wrapper .entry-meta {
       display: none;
    }
    .home .features-block article .entry-wrapper .newspack-post-subtitle {
        font-size: 12px;
        margin-top: 0;
    }
   .archive article .entry-wrapper .cat-links, .archive article .entry-meta .byline a, .archive article .entry-meta time, .search article .entry-wrapper .cat-links, .search article .entry-meta .byline a, .search article .entry-meta time {
        font-size: 12px;
    }
    .archive .entry-content {
        display: none;
    }
    .archive .site-main article, .blog .site-main article, .search .site-main article
    {
        margin-top: 0.8rem;
        padding-top: 1.2rem;
        border-top: 1px solid var(--border-color);
    }
    .archive .has-post-thumbnail .entry-container, .search .has-post-thumbnail .entry-container {
        padding-top: 0;
    }
    .home .trending-block article .entry-wrapper .cat-links, .home .trending-block article .entry-wrapper .entry-meta time {
        font-size: var(--font-size-sm);
    }
    .home .trending-block article .entry-wrapper h2.entry-title {
        font-size: var(--font-size-normal);
    }
    .archive .entry:first-of-type .entry-meta,.archive article .entry-meta {
        margin-top: 0;
        flex-flow: row;
        flex-wrap: wrap;
        gap: 2px;
        line-height: 1;
        margin-bottom: 5px;
    }
    .archive .byline {
        padding-right: 5px;
    }
   h2.wp-block-heading span {
        padding-right: 16px !important;
   }
}
.h-cl .site-header .middle-header-contain .wrapper>div.site-branding {
    margin-right: 0;
}
.site-footer .footer-branding .wrapper, .site-footer .footer-widgets:first-child .wrapper {
	border-top: 0;
}
.site-footer .site-info .scrol-tp {
	right: 1.5rem;
    bottom: 5rem;
}
.pagination .prev.page-numbers svg {
    right: auto;
    bottom: 1px;
}
.banner-section article figure.post-thumbnail a:before {
    background: rgba(0, 0, 0, .6);
}
@media(max-width:767px){
	.h-stk.h-cl .site-header .custom-logo{
		max-width:180px
	}
}

/* Custom NL Form */
.subscribe h2 {
    font-family: 'Open Sans';
    font-size: var(--font-size-xl);
    color: var(--color-text);
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
}
.subscribe p {
    font-size: var(--font-size-sm);
    margin: 1rem 0;
    font-family: 'Open Sans'!important;
    text-align: center;
    text-transform: uppercase;
    color: #9ab;
}
.subscribe .subscriptionForm {
    border: 0;
}
.subscribe .newsletter-fields {
    display: flex;
    border: 1px solid var(--border-color);
    border-radius: 100px;
    background: #fff;
    padding: .5rem;
    margin: 0 0 0.5rem 0;
}
.subscribe .form-input {
    border: 0;
    height: 44px;
    outline: 0;
    font-family: 'Open Sans';
    font-size: 12px;
    width: calc(100% - 135px);
}
.subscribe .form-submit {
    width: 135px;
    height: 44px;
    padding: 0 2rem;
    border-radius: 50px;
    background-color: #000;
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 10px;
    outline: 0;
}
.error-msg, .suc-msg {
    font-family: 'Open Sans';
    font-size: 12px;
    color: #f00;
}
.subscribe #success {
    color: #008000;
}
.page-id-97905 .subscribe-nl, .page-id-74089 .subscribe-nl {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.subscribe.ftr h2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: var(--font-size-slg);
    color: var(--color-white);
    margin-bottom: 0;
}
.subscribe.ftr h2::before, .subscribe.ftr h2::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid var(--color-white);
}
.subscribe.ftr p {
    max-width: 400px;
    font-size: 12px;
    color: var(--color-white);
    margin: 0 auto;
    text-transform: none;
}
.subscribe.ftr .subscriptionForm {
    max-width: 400px;
    margin: 1rem auto 0.5rem;
}
.subscribe.ftr .newsletter-fields {
    padding: 0.1rem 0.1rem 0.1rem 1rem;
}
.subscribe.ftr .form-submit {
    height: 50px;
    font-size: 15px;
    font-weight: 600;
}
.subscribe.ftr #success {
    color: #a6ffa6;
}
.single .main-content-left .entry-meta {
    display: flex;
    gap: 2rem;
    padding: 1rem 0;
}
.single .main-content-left .entry-meta .byline {
    text-transform: capitalize;
}
.entry__share .fa-x-twitter:before {
    content: "";
    background: url(https://www.watchpro.com/wp-content/themes/newspack-promedia/images/x-twitter-1.png) no-repeat center / contain;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -4px;
}
.single .entry-header {
    padding: 0;
}
/* .archive .has-post-thumbnail .entry-container .entry-meta,.archive .has-post-thumbnail .entry-container .cat-links {
    order: 1;
}
.archive .has-post-thumbnail .entry-container .entry-header {
    order: 2;
}
.archive .has-post-thumbnail .entry-container .entry-content {
    order: 3;
} */
 .single .main-content-left .wp-block-gallery {
    cursor: pointer;
}
.single .slick-lightbox-close {
    top: 100px;
    right: 25px;
}
.single .slick-lightbox-close:hover {
    padding: 18px;
}
.single .slick-lightbox-close:before {
    font-size: 40px;
    position: absolute;
    top: 0px;
    right: 6px;
}
.single .slick-lightbox .slick-next {
    right: 36px;
}
.single .slick-prev,.single .slick-next {
    z-index: 99;
}
.single .slick-prev:before,.single .slick-next:before {
    font-size: 40px;
}
.single .slick-lightbox-slick-item {
    position: relative;
    top: 3rem;
}

.all-brand figure.wp-block-image {
    width: 100%;
    height: auto;
    position: relative;
    aspect-ratio: 1/0.7;
    overflow: hidden;
}
.all-brand figure.wp-block-image img{
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    object-position: center center;
}
.all-brand.last-row {
    justify-content: center;
}
.all-brand figure.wp-block-image figcaption.wp-element-caption a {
    position: absolute;
    z-index: +1;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
    background: #000000bd;
    padding: 10px;
    color: #fff;
    font-size: 1rem;
    font-family: var(--header-font);
    font-weight: 600;
    height: 35px;
    text-decoration: none;
    padding-top: 18px;
}

.all-brand figure.wp-block-image a {
    width: 100%;
    height: 100%;
}