/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 3.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Add your custom styles here */


/* DEV 7  */
.ehf-header #masthead {
    position: sticky;
    top: 0;
    background: white;
}
.container {
    max-width: 1068px;
    margin-left: auto;
    margin-right: auto;
}

a {
    display: inline-block;
}

.cat_item a {
    padding: 3px 6px 4px;
    color: #fff;
    background: #f96945;
    font-size: 10px;
    line-height: 1;
}

li.cat_item {
    display: inline-flex;
}

.hero-social svg {
    width: 20px;
}

.separator svg {
    width: 7px;
    height: 7px;
}

header#site-header.dynamic-header {
    display: none;
}

ul.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    padding: 0;
}

ul.breadcrumbs a {
    color: #fff;
    font-size: 12px;
}
.category_lists.cat_item {
    display: flex;
}
.category-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.category-banner .container {
    position: relative;
}

.category-banner {
    background: #f5f5f5;
    padding: 22px 20px 150px;
    position: relative;
    background: url(https://lightcoral-kingfisher-845307.hostingersite.com/wp-content/uploads/2025/09/18-1024x683.jpg.webp) center / cover no-repeat;
}

.must-read-nav button {
    margin-right: 7px;
    width: 25px;
    height: 25px;
    border: 1px solid #dcdcdc;
    line-height: 24px;
    text-align: center;
    font-size: 7px;
    color: #b7b7b7;
    padding: 0;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
}

.must-read-nav {
    margin-top: 13px;
    display: flex;
}

.must-read-nav button[disabled="disabled"] {
    opacity: 0.5;
}

.must-read-nav button:hover {
    background: #4db2ec;
    border-color: #4db2ec;
}

.must-read-nav button:hover path {
    fill: #fff;
}

.must-read-nav button svg {
    width: 8px;
    height: 8px;
}

.category-banner .breadcrumb {
    font-size: 14px;
    color: #999;
}

.category-banner h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    color: white;
    text-transform: uppercase;
    margin-top: 94px;
    margin-bottom: 17px;
}

.category-description {
    width: 80%;
}

ul.category_list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 11px;
}

.category-description p {
    font-size: 16px;
    color: white;
    font-style: italic;
    line-height: 1.625;
}


/* ==== Main Content Layout ==== */

.main-content {
    width: calc(100% - 324px - 47px);
}

.category-content {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 22px 20px 48px;
}

.site_head {
    border-bottom: 2px solid #222222;
    margin-bottom: 26px;
}

.site_head h3 {
    background: #222222;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 7px 12px 4px;
    display: inline-block;
    font-weight: 400;
    margin: 0;
}

h2.news-title {
    margin: 0;
}

.news-details {
    padding-top: 13px;
}

.nav-links a,
.nav-links .page-numbers {
    width: 33px;
    height: 33px;
    padding: 5px;
    border: 1px solid #e3e3e3;
    font-size: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #666;
    margin-bottom: 0;
    transition: 0.2s linear;
}

.nav-links a:hover {
    background: #444;
    color: #fff;
}

.nav-links a:hover path {
    fill: #fff;
}

.nav-links .page-numbers.current {
    background: #4db2ec;
    color: #fff;
}

.page-count {
    font-size: 12px;
    color: #666;
}

.pagination nav.navigation {
    margin: 0;
}
div span.disabled-prev ,
div span.disabled-next{
    cursor: no-drop;
    opacity: 0.5;
}
span.extend {
    margin-right: 8px;
}
.archive-pagination-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 54px;
}

.archive-pagination-wrap .pagination {
    margin: 0;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.must-read-item a,
.must-read-item img {
    display: block;
    width: 100%;
}

h2.news-title a {
    color: #111111;
    font-size: 21px;
    line-height: 1.205;
    margin: 0 0 6px 0;
}

aside.sidebar {
    width: 324px;
    position: sticky;
    top: 120px;
	margin-top: 26px;
}

.news-thumb a {
    display: block;
}

.latest-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.category-main {
    flex: 0 0 70%;
}

.category-sidebar {
    flex: 0 0 30%;
}


/* ==== Post Item Style ==== */

.post-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.post-item img {
    width: 200px;
    height: 130px;
    object-fit: cover;
    border-radius: 8px;
}

.post-content h2 {
    font-size: 20px;
    margin: 0 0 10px;
}

.post-content h2 a {
    color: #222;
    text-decoration: none;
}

.post-content h2 a:hover {
    color: #d32f2f;
}

.post-content .meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 8px;
}

.post-content p {
    font-size: 15px;
    color: #444;
}

.must-read-item h4 {
    margin: 0;
}

.must-read-item:not(:last-child) {
    padding-bottom: 9px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}

.meta_comments::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #000 transparent transparent transparent;
}

.meta_left {
    display: flex;
    gap: 5px;
}

.must-read-item a {
    color: #111;
    font-size: 16px;
    margin: 0 0 6px 0;
    line-height: 1.4;
    font-weight: 500;
    transition: 0.2s linear;
}

.must-read-item:hover a {
    color: #4db2ec;
}

.meta_comments {
    font-size: 10px;
    padding: 3px 3px 4px 3px;
    background: #000;
    color: #fff;
    line-height: 1;
    display: inline-block;
    position: relative;
    font-weight: 600;
    width: 17px;
    text-align: center;
}

span.meta_date {
    font-size: 11px;
    color: #767676;
}

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

span.meta_author {
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 11px;
}

span.news-category {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #222;
    z-index: 2;
    padding: 3px 6px 4px;
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 1px;
    color: #fff;
}

.news-thumb img {
    display: block;
    height: 164px;
}

span.news-category a {
    font-size: 10px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}

.news-thumb {
    position: relative;
}

span.news-category {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #222;
    z-index: 2;
    padding: 3px 6px 4px;
}


/* ==== Pagination ==== */

.category-main .pagination {
    margin-top: 30px;
    text-align: center;
}

.category-main .pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 14px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.category-main .pagination .current {
    background: #d32f2f;
    color: #fff;
    border-color: #d32f2f;
}


/* ==== Must Read Box ==== */

.must-read-box {
    background: #fafafa;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.must-read-box h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid #d32f2f;
    padding-bottom: 8px;
}

.must-read-post {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.must-read-post img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.must-read-post h4 {
    font-size: 15px;
    margin: 0;
}

.must-read-post h4 a {
    color: #333;
    text-decoration: none;
}

.must-read-post h4 a:hover {
    color: #d32f2f;
}
.custom-post-gallery-slider:not(.slick-slider) {
    display: flex;
    overflow: hidden;
}
.custom-post-gallery-slider:not(.slick-slider) .gallery-slide {
    min-width: 100%;
}
.recent-posts-slider:not(.slick-slider) {
    display: flex;
    overflow: hidden;
}
.recent-posts-slider:not(.slick-slider) .recent-post-item {
    min-width: 100%;
}
.breadcrumb svg {
    width: 7px;
    height: 7px;
}
.breadcrumb svg path {
    fill: #747474;
}
/* ==== Responsive ==== */

@media(max-width:1140px) {
    .container {
        max-width: 980px;
    }
}

@media(max-width:1019px) {
    .container {
        max-width: 740px;
    }
    .category-banner h1 {
        margin-top: 54px;
    }
    .category-banner {
        padding: 19px 14px 90px;
    }
    aside.sidebar {
        width: 228px;
    }
    .main-content {
        width: calc(100% - 228px - 27px);
    }
}

@media(max-width:767px) {
    .container {
        max-width: calc(100% - 40px);
    }
    .category-banner {
        padding: 19px 0px 140px;
    }
    aside.sidebar {
        margin-top: 40px;
        width: 100%;
        position: unset;
    }
    .main-content {
        width: 100%;
    }
    .latest-news {
        grid-template-columns: repeat(1, 1fr);
        gap: 36px;
    }
    .news-thumb a img {
        max-height: unset !important;
        height: unset;
        aspect-ratio: 2.02;
    }
}


/*  DEV  7 */

:root {
    --yellow: #f9c100;
    --prink: #8954C1;
    --gray: #5D7987;
    --blue: #4db2ec;
}

.site-footer .footer-inner .copyright p,
h1.entry-title {
    display: none;
}


/* Top cat slidr  */

.cat_name_caro {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cat_name_caro h2.amusementbar-slider-category {
    width: max-content !important;
    font-size: 12px ! IMPORTANT;
    background: #222;
    color: #fff;
    text-transform: uppercase;
    FONT-WEIGHT: 400 !important;
    margin: 0 !important;
    line-height: 1.5em;
    padding: 2px 10px 1px;
}

.amusementbar-slick-slider {
    display: flex !important;
    width: 87%;
    margin: 0 !important;
    padding-right: 93px;
    align-items: center !important;
    overflow: hidden;
}
.slick-slide-item {
    display: flex
;
}
.amusementbar-slick-slider h4 {
    margin: 0 !important;
    font-size: 15px;
	max-height: 25px;
    line-height: 25px;
    margin: 0;
    FONT-WEIGHT: 400;
}

.amusementbar-slick-slider a {
    text-decoration: none;
}

body .slick-arrow {
    /*     font-size: 0; */
    width: 25px;
    height: 25px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .slick-arrow::before {
    position: unset;
    padding: 0;
    color: #000;
}

body .slick-arrow:hover {
    background: var(--td_theme_color, #4db2ec) !important;
    border-color: var(--td_theme_color, #4db2ec) !important;
}

.amusementbar-slick-slider button.slick-prev.slick-arrow {
    right: 36px;
    left: auto;
}

.e-con.e-flex>.e-con-inner {
    padding-left: 15px;
    padding-right: 15px;
}


/* Grid layout for recent posts */

.recent-posts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.recent-posts-grid .recent-post-item {
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: end;
    justify-content: start;
}

.recent-posts-grid .recent-post-item .recent-post-thumb {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.recent-posts-grid .recent-post-item .recent-post-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.recent-posts-grid .recent-post-item .recent-post-thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recent-post-content {
    z-index: 1;
    position: relative;
    padding: 22px 20px;
    width: 100%;
/* 	background: rgb(0 0 0 / 32%); */
}

h3.recent-post-title,
h3.recent-post-title * {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.3em;
    text-decoration: none;
    color: #fff;
    margin: 0;
}

.recent-posts-grid .wrapper>.recent-post-item h3.recent-post-title,
.recent-posts-grid .wrapper>.recent-post-item h3.recent-post-title * {
    margin: 0;
    font-size: 24px;
}

.recent-post-category a {
    padding: 3px 7px;
    background-color: rgba(0, 0, 0, 0.7);
    line-height: 13px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}

.recent-posts-grid>.recent-post-item {
    width: 50%;
    min-height: 450px;
}

.recent-post-meta {
    display: none;
    align-items: center;
    gap: 5px;
}

.wrapper .recent-post-meta {
    display: block;
}

.recent-posts-grid>.recent-post-item .recent-post-meta {
    display: flex;
}

.recent-post-meta * {
    color: #fff;
    font-size: 11px;
    line-height: 1;
}

span.recent-post-author {
    text-transform: capitalize;
    FONT-WEIGHT: 600;
}

.recent-posts-grid .wrapper {
    width: calc(50% - 4px);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.recent-posts-grid .wrapper>.recent-post-item {
    min-height: 254px;
    width: 100%;
}

.recent-posts-grid .inner_wrapper {
    width: 50%;
}

.recent-posts-grid .inner_wrapper {
    gap: 4px;
    width: 100%;
    display: flex;
    height: 100%;
}

.recent-posts-grid .recent-post-item:hover .recent-post-thumb img {
    transform: scale(1.05);
}

.recent-posts-grid * {
    transition: all 0.2s ease;
}

.recent-posts-grid .inner_wrapper .recent-post-title,
.recent-posts-grid .inner_wrapper .recent-post-title * {
    font-size: 16px;
}

.recent-post-item:hover .recent-post-category a {
    background: var(--e-global-color-accent);
}

h3.recent-post-title {
    margin: 5px 0 12px;
}


/* SINGLE SHORTCODE */

.zillion-posts .zillion-post {
    display: flex;
    gap: 26px;
    justify-content: space-between;
    align-items: center;
}

.zillion-posts .zillion-post .zillion-post-thumbnail {
    min-width: 222px;
    height: auto;
    width: 222px;
}

.zillion-posts .zillion-post .zillion-post-thumbnail a {
    display: block;
    height: 100%;
}

.zillion-posts .zillion-post .zillion-post-thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 155px;
}

.zillion-posts .zillion-post .conten_wrapepr {
    width: calc(100% - (222px + 26px));
}

.zillion-posts {
    display: flex;
    flex-direction: column;
    gap: 38px;
}

.zillion-posts .zillion-post .zillion-post-title,
.zillion-posts .zillion-post .zillion-post-title * {
    margin: 0;
    font-size: 21px !important;
    line-height: 1.2em;
    color: var(--e-global-color-primary);
    text-decoration: none;
}

.zillion-posts .zillion-post .zillion-post-excerpt * {
    margin: 0;
    font-size: 13px;
    color: #767676;
    font-family: "Open Sans", Sans-serif;
    line-height: 1.5em;
}

.zillion-posts .zillion-post .zillion-post-excerpt {
    margin: 0;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 4.5em;
}

.zillion-post-meta {
    font-size: 11px;
    line-height: 1;
}

.zillion-post-meta {
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.zillion-post-meta span.autor {
    color: #000;
    FONT-WEIGHT: 600;
    text-transform: capitalize;
}

.vertical_layout .zillion-posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.vertical_layout article.zillion-post {
    flex-direction: column;
    width: 100%;
    gap: 13px;
    justify-content: start;
    position: relative;
}

.vertical_layout article.zillion-post .conten_wrapepr {
    width: 100%;
}

.vertical_layout article.zillion-post .zillion-post-thumbnail {
    width: 100%;
    height: 100%;
    max-height: 164px;
}

.vertical_layout .zillion-posts .conten_wrapepr .zillion-post-excerpt {
    display: none;
}

.vertical_layout .zillion-posts .zillion-post-thumbnail img {
    max-height: 264px;
}

.page-nav {
    margin: 54px 0 0;
}

.page-nav span.pages {
    margin-left: auto;
    font-size: 12px;
    font-family: "Open Sans", Sans-serif;
}

.page-nav .prev-button,
.page-nav .next-button,
span.current,
.page-nav .page,
span.disabled-next {
    border: 1px solid #e3e3e3;
    display: flex;
    margin: 0 8px 8px 0;
    min-width: 33px;
    color: #666;
    align-items: center;
    height: 33px;
    cursor: pointer;
    justify-content: center;
}

.page-nav .prev-button svg path,
.page-nav .next-button svg path {
    fill: #666;
}

.page-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

span.current {
    background: var(--e-global-color-accent);
    color: #fff;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev svg {
    transform: rotate(-182deg);
}


/* Category Tabs + slider  */

.zillion-category-tabs,
.zillion-category-tabs .nav {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-left: auto;
}

.zillion-category-tabs button.zillion-tab-btn {
    padding: 0;
    border: 0;
    font-size: 13px;
    color: #767676;
    line-height: 1;
    background: transparent !important;
    FONT-WEIGHT: 500;
    text-transform: capitalize;
}

.zillion-category-tabs button.zillion-tab-btn:hover,
button.zillion-tab-btn.active {
    color: var( --yellow);
}

.zillion-prev,
.zillion-next {
    width: auto;
    min-width: 25px;
    min-height: 25px;
    padding: 0;
    margin-right: 7px;
    border: 1px solid #dcdcdc;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    color: #b7b7b7;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.zillion-prev,
.zillion-next {
    position: absolute;
    top: auto;
    transform: translateY(-50%);
    bottom: 0%;
}

.zillion-category-tabs {
    margin-bottom: 15px;
    border-bottom: 2px solid var( --yellow);
}

.zillion-tab-btn.active {
    background: #333;
    color: #fff;
}

.zillion-more-dropdown {
    display: inline-block;
    position: relative;
}

.zillion-dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: rgb(255 255 255 / 90%);
    border: 1px solid #ddd;
    z-index: 99;
    padding: 3px 8px;
}

.zillion-more-dropdown:hover .zillion-dropdown-menu {
    display: block;
}

.zillion-slider-wrap {
    position: relative;
    overflow: hidden;
}

.zillion-loader {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.zillion-slider-track {
    display: flex;
    width: 100%;
}

.zillion-prev {
    left: 0;
}

.zillion-next {
    right: auto;
    left: 35px;
}

.zillion-prev:disabled,
.zillion-next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.zillion-slide-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 60px;
    gap: 24px 48px;
}

.zillion-slide-group .zillion-slide-item:nth-child(1) {
    grid-row: 4;
    grid-column: 1 / span 2;
}

.zillion-slide-group .zillion-slide-item a {
    display: flex;
    gap: 14px;
}

.zillion-slide-group .zillion-slide-item * {
    display: flex;
    text-decoration: none;
}

.zillion-slide-group .zillion-slide-item a img {
    width: 90px;
    height: 68px;
    object-fit: cover;
    min-width: 90px;
}

.tab_with_sildes .zillion-slide-item:first-child span.date {
    color: #767676;
}

.zillion-slide-item h4 {
    margin: 0px 0px 6px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 65px;
    line-height: 1.2;
}

.zillion-dropdown-menu button.zillion-tab-btn {
    text-align: right;
}

h3.theme_head {
    font-size: 14px;
    padding: 7px 12px 4px;
    background: var(--yellow);
    text-transform: uppercase;
    FONT-WEIGHT: 400;
    margin: 0;
}

.zillion-slider-container {
    min-height: 300px;
}

button.zillion-tab-btn.more_btn:hover {
    background: var(--yellow) !important;
    color: #fff;
}

button.zillion-tab-btn.more_btn {
    padding: 6px 10px;
    display: block;
    border-radius: 0;
}

.zillion-slider-wrap:has(.zillion-loader[style="display: block;"]) {
    opacity: 30%;
}


/* dev5 */


/* Loader style */

.slider-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid #ddd;
    border-top: 4px solid #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 100;
}

button.slick-next.custom-next.slick-arrow {
    right: 0;
}


/* Hide slider until slick initialized */

.amusementbar-slick-slider {
    visibility: hidden;
}

.amusementbar-slick-slider.slick-initialized {
    visibility: visible;
}

.cat_name_caro:has(.amusementbar-slick-slider.slick-initialized.slick-slider) .slider-loader {
    display: none;
}

.cat_name_caro {
    max-height: 60px;
    overflow: hidden;
}


/* Hide loader once slick is initialized */

.amusementbar-slick-slider.slick-initialized+.slider-loader {
    display: none;
}


/* Spinner animation */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Ensure wrapper holds position for loader */

.slider-wrapper {
    position: relative;
}

h3.custom-comments-heading {
    margin: 0 0 26px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    border-bottom: 2px solid #000;
    color: white;
    text-transform: uppercase;
}

h3.custom-comments-heading span {
    background: black;
    padding: 7px 12px 4px;
    display: inline-block;
	line-height: 1.2;
}

.custom-recent-comments ul li:hover a {
    color: #4db2ec;
}

.custom-recent-comments ul li {
    text-transform: capitalize;
    margin-bottom: 10px;
}

.custom-recent-comments ul a {
    color: black;
    font-style: italic;
    display: inline;
    text-decoration: none;
}

.custom-recent-comments ul {
    padding: 0;
    list-style: none;
}


/* home page */

body .slick-arrow svg path {
    fill: #dcdcdc;
}

.zillion-slide-item.zillion-slide-items a img {
    width: 100%;
}

.zillion-slide-item.zillion-slide-items a {
    flex-direction: column;
}

.zillion-slide-item.zillion-slide-items:nth-child(1) {
    grid-row: unset;
    grid-column: unset;
}

.zillion-post-category {
    padding: 3px 7px;
    background-color: rgba(0, 0, 0, 0.7);
    line-height: 13px;
    font-weight: 500;
    font-size: 10px;
    color: #fff;
    width: fit-content;
    margin: 0;
    position: absolute;
    top: 87px;
}

p.zillion-post-category:hover {
    background: #4db2ec;
    color: white;
}

p.zillion-post-meta {
    display: none !important;
}

.vertical_three_col p.zillion-post-meta {
    display: block !important;
    margin: 0;
    font-size: 0;
}

.vertical_three_col span.zillion-post-author,
.vertical_three_col span.zillion-post-comments {
    display: none !important;
}

.vertical_three_col span.zillion-post-date {
    font-size: 11px;
    color: #767676;
    position: absolute;
    bottom: 7px;
    left: 114px;
    /* is depended to image with + flex gaping */
}

.zillion-slide-item.zillion-slide-items {
    position: relative;
}

.zillion-prev:hover,
.zillion-next:hover,
.zillion-prev:focus,
.zillion-next:focus {
    background-color: var(--yellow) !important;
    border-color: var(--yellow) !important;
}

.zillion-slide-items .post_thumbnail {
    min-height: 106px;
    background: url(/wp-content/uploads/2025/09/placeholder.png) no-repeat center / cover;
}

.zill_custom_slider2 .zillion-slide-item h4 {
    font-size: 13px;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4em;
}

.zillion-slide-group h4:hover {
    color: var(--e-global-color-accent);
}

.zill_custom_slider2 .zillion-slide-group {
    gap: 20px;
}

.zill_custom_slider2 .post_thumbnail img {
    min-height: 106px;
    object-fit: cover;
    width: 100%;
}

.single_slide .zillion-slide-group,
.single_slide .zillion-slider-track {
    display: block;
}

.cat_name_caro h2.amusementbar-slider-category {
    transition: .3s linear;
    cursor: default;
    user-select: none;
}

.cat_name_caro h2.amusementbar-slider-category:hover {
    background: #4db2ec;
}

.single_slide .zillion-slide-group .zillion-slide-item a img {
    height: 162px;
}

.single_slide .zillion-post-meta {
    display: flex !important;
    align-items: center;
    order: 2;
    gap: 4px;
    margin: 0;
}

.single_slide .zillion-post-meta * {
    color: #767676;
}

.zillion-post-comments {
    color: #fff !important;
    background-color: #000;
    display: inline-block;
    min-width: 17px;
    padding: 3px 3px 4px 3px;
    position: relative;
    margin-left: auto;
    font-size: 11px;
    line-height: 1;
	display: none !important;
}

.zillion-post-comments:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #000 transparent transparent transparent;
}

.single_slide .zillion-slide-group>div>a h4 {
    order: 1;
    font-size: 21px;
    line-height: 1.1;
    FONT-WEIGHT: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    margin: 0;
}

.single_slide .post_thumbnail {
    order: 3;
}

.single_slide .zillion-slide-group>div>a:hover h4 {
    color: rgb(137, 84, 193);
}

.zillion-post-author {
    FONT-WEIGHT: 500 !important;
    color: rgb(0, 0, 0) !important;
}

.single_slide .zillion-post-category {
    font-size: 10px;
    bottom: 73px;
    top: auto;
}

.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* full screen center */
    width: 100%;
}

.loader {
    width: 40px !important;
    height: 40px !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4px;
    border: 0 !important;
}

.loader div {
    width: 10px;
    height: 10px;
    background: #4cb2f6;
    opacity: 0.6;
    animation: loader_anim 1.2s infinite ease-in-out;
}

.loader div:nth-child(1) {
    animation-delay: 0s;
}

.loader div:nth-child(2) {
    animation-delay: 0.2s;
}

.loader div:nth-child(3) {
    animation-delay: 0.4s;
}

.loader div:nth-child(4) {
    animation-delay: 0.6s;
}

.loader div:nth-child(5) {
    animation-delay: 0.8s;
}

.loader div:nth-child(6) {
    animation-delay: 1s;
}

.loader div:nth-child(7) {
    animation-delay: 1.2s;
}

.loader div:nth-child(8) {
    animation-delay: 1.4s;
}

.loader div:nth-child(9) {
    animation-delay: 1.6s;
}

@keyframes loader_anim {
    0%,
    80%,
    100% {
        opacity: 0.3;
        transform: scale(0.9);
    }
    40% {
        opacity: 1;
        transform: scale(1.1);
    }
}

.zill_custom_slider2 .zillion-post-excerpt {
    display: none;
}

.single_slide .zillion-post-excerpt {
    display: block;
    order: 4;
    font-size: 13px !important;
    color: #767676 !important;
    FONT-WEIGHT: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    margin: 0;
}

.single_slide .zillion-prev:hover,
.single_slide .zillion-next:hover,
.single_slide .zillion-prev:focus,
.single_slide .zillion-next:focus {
    background-color: var(--prink) !important;
    border-color: var(--prink) !important;
}

.three_colslider .zillion-slide-group {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 41px;
}

.three_colslider .zillion-slide-group .post_thumbnail img,
.three_colslider .zillion-slide-group .post_thumbnail {
    height: 153px;
}

.three_colslider .zillion-slide-group .zillion-post-category {
    top: 133px;
}

.three_colslider .zillion-prev:hover,
.three_colslider .zillion-next:hover,
.three_colslider .zillion-prev:focus,
.three_colslider .zillion-next:focus {
    background-color: var(--gray) !important;
    border-color: var(--gray) !important;
}

.three_colslider .zillion-slide-group h4 {
    min-height: 51px;
}

.recent-posts-grid .inner_wrapper>.recent-post-item {
    width: 50%;
}

.recent-posts-grid .inner_wrapper>.recent-post-item h3.recent-post-title,
.recent-posts-grid .inner_wrapper>.recent-post-item h3.recent-post-title * {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
}

.recent-posts-grid .inner_wrapper>.recent-post-item .recent-post-content {
    padding: 11px 15px;
}

body .slick-arrow:hover svg path {
    fill: #fff;
}

.author {
    FONT-WEIGHT: 600;
    color: #000;
    text-transform: capitalize;
}

.tab_with_sildes .zillion-slide-item:first-child a {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tab_with_sildes .zillion-slide-item:first-child a .post_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*     max-width: 325px; */
    max-height: 233px;
    object-position: top center;
}

.home_slider .tab_with_sildes .zillion-slide-item:first-child a .post_thumbnail img {
    min-height: 222px;
}

.tab_with_sildes .zillion-slide-item:first-child a h4 {
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 6px 0;
    font-weight: 400;
}

.zillion-category-tabs {
    margin-bottom: 26px;
}

.tab_with_sildes .zillion-slide-item a {
    text-decoration: none;
}

.tab_with_sildes .zillion-slide-item:first-child {
    grid-row: 1 / span 4;
    grid-column: 1;
}

.vertical_three_col .zillion-slide-group {
    grid-template-columns: repeat(1, 1fr);
}

.vertical_three_col .zillion-slide-group a {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 0px;
    position: relative;
}

.vertical_three_col .zillion-slide-group a img {
    min-width: 96px !important;
    min-height: 68px;
    height: 68px;
    max-width: 100px;
    object-position: top center;
}

.vertical_three_col .zillion-slide-group .post_thumbnail {
    min-height: 68px;
    min-width: 96px;
}

.vertical_three_col .zillion-slide-group a h4 {
    margin: 0;
    width: calc(100% - (68px + 50px));
}

.tab_with_sildes .zillion-slide-item .post-excerpt {
    display: none;
}

.tab_with_sildes .zillion-slide-item:first-child .post-excerpt {
    display: block;
    margin-top: 16px;
    color: #767676;
    margin-bottom: 0;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 54px;
}

.tab_with_sildes .zillion-slide-item:first-child a h4 {
    padding-top: 13px;
}

.tab_with_sildes .zillion-slide-item a {
    align-items: start;
}

.vertical_three_col .zillion-slide-group p.zillion-post-category {
    display: none;
}

.tab_with_sildes .zillion-slide-item:first-child .zillion-post-meta {
    display: flex;
}

.tab_with_sildes .zillion-slide-item:first-child .zillion-post-meta {
    display: flex;
    MARGIN: 0;
    width: 100%;
}

.tab_with_sildes .zillion-slide-item:first-child .zillion-post-meta .zillion-post-comments {
    margin-left: auto;
}

.tab_with_sildes .zillion-slide-item:first-child a {
    gap: 0;
}

.zillion-slide-items .post_thumbnail:has(>img) {
    background: unset !important;
    width: unset !important;
    min-width: unset !important;
    height: unset !important;
    min-height: unset !important;
}

.vertical_three_col .zillion-prev:hover,
.vertical_three_col .zillion-next:hover,
.vertical_three_col .zillion-prev:focus,
.vertical_three_col .zillion-next:focus {
    background-color: var(--blue) !important;
    border-color: var(--blue) !important;
}

.tab_with_sildes .zillion-slide-item .zillion-post-meta .zillion-post-comments,
.tab_with_sildes .zillion-slide-item .zillion-post-meta .author {
    display: none;
}

.tab_with_sildes .zillion-slide-item span.date {
    color: #767676;
}

.tab_with_sildes .zillion-slide-item:first-child .zillion-post-meta .zillion-post-comments,
.tab_with_sildes .zillion-slide-item:nth-child(1) .zillion-post-meta .author {
    display: block;
}

.tab_with_sildes .zillion-slide-item a .wrapper {
    flex-wrap: wrap;
}

button#load-more svg {
    width: 12px;
    margin-bottom: -2px;
    height: 12px;
}

button#load-more:hover svg path {
    fill: white;
}

.meta_right svg {
    width: 13px;
    opacity: .7;
    height: 13px;
}

.post-share svg {
    width: 11px;
    height: 11px;
}

.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(1),
.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) {
    grid-row: 1;
}

.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(1) a .post_thumbnail img,
.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) a .post_thumbnail img {
    width: 324px;
    height: 162px;
    object-fit: cover;
    max-width: 100%;
    object-position: top center;
}

.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(1) a,
.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) a {
    gap: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(1) a h4,
.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) a h4 {
    padding-top: 13px;
    font-size: 21px;
    line-height: 25px;
    margin: 0 0 6px 0;
    font-weight: 400;
}

.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(1) .zillion-post-meta .zillion-post-comments,
.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(1) .zillion-post-meta .author,
.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) .zillion-post-meta .zillion-post-comments,
.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) .zillion-post-meta .author {
    display: block;
}

.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:first-child .zillion-post-meta,
.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) .zillion-post-meta {
    display: flex;
    MARGIN: 0;
    width: 100%;
}

.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:first-child .zillion-post-meta .zillion-post-comments,
.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) .zillion-post-meta .zillion-post-comments {
    margin-left: auto;
}

.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:first-child .post-excerpt,
.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) .post-excerpt {
    display: block;
    margin-top: 16px;
    color: #767676;
    margin-bottom: 0;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 54px;
}

.home_slider .zillion-slide-item:hover h4 {
    color: #f9c100;
}

.zillion_lfestyle_tabs_slider h3.theme_head {
    background: #3a863d;
    color: white;
}

.zillion_lfestyle_tabs_slider .zillion-category-tabs {
    border-color: #3a863d;
}

.zillion_lfestyle_tabs_slider button.zillion-tab-btn.active,
.zillion_lfestyle_tabs_slider .zillion-category-tabs button.zillion-tab-btn:hover {
    color: #3a863d;
}

.zillion_lfestyle_tabs_slider button.zillion-tab-btn.more_btn:hover {
    background: #3a863d !important;
    color: white !important;
}

.zillion_lfestyle_tabs_slider .zillion-slide-group h4:hover {
    color: #3a863d;
}

.vertical_posts article.zillion-post:hover h2 a {
    color: #4db2ec;
}

.vertical_posts span.zillion-post-comments {
    display: none;
}

.vertical_layout span.author {
    display: none;
}

.vertical_layout a.page {
    text-decoration: none;
}

.vertical_three_col .zillion-slide-group a h4 {
    margin: 0;
    width: calc(100% - (68px + 50px));
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4em;
    font-size: 14px;
    max-height: calc(1.4em * 2);
}

.home_slider span.zillion-post-category {
    display: none;
}

.home_slider .tab_with_sildes .zillion-slide-item:first-child span.zillion-post-category {
    top: 214px;
    display: block;
}

.zillion_lfestyle_tabs_slider span.zillion-post-category {
    top: 143px;
}

.cat_name_caro {
    padding-left: 18px;
}

.tab_with_sildes h4 {
    margin: 0;
}

ul.prisna-social-counter-sub-container li i.prisna-social-counter-icon {
    background: #3B5998;
    width: 40px;
    height: 40px;
    font-size: 15px;
    margin: 0;
}

ul.prisna-social-counter-sub-container li a {
    display: flex;
    align-items: center;
    background: unset !important;
    gap: 15px;
    justify-content: space-between;
}

ul.prisna-social-counter-sub-container li {
    min-width: 100%;
}

ul.prisna-social-counter-sub-container a .prisna-social-counter-value,
ul.prisna-social-counter-sub-container a .prisna-social-counter-unit {
    color: black !important;
}

.prisna-social-counter.prisna-social-counter-single li a span {
    color: black !important;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

.zillion-slide-group.tab_with_sildes .post_thumbnail {
    width: 100%;
}

.prisna-social-sharer.prisna-social-sharer-align-left {
    display: none;
}


/* span.prisna-social-counter-value {
    margin-right: 160px;
} */

.zillion-slide-group.tab_with_sildes .post_thumbnail {
    width: 96px;
}

.tab_with_sildes .zillion-slide-item:first-child .post_thumbnail {
    width: 100%;
}

.vertical_layout article.zillion-post .zillion-post-thumbnail {
    min-height: 150px;
    background: url(https://lightcoral-kingfisher-845307.hostingersite.com/wp-content/uploads/2025/09/placeholder.png) no-repeat center;
}

.default-post-item .post-thumb img {
    border-radius: 0;
}

.default-post-item .post-date {
    color: #767676;
}

.cat_post_thumbnail {
    min-height: 130px;
    background: url(https://lightcoral-kingfisher-845307.hostingersite.com/wp-content/uploads/2025/09/placeholder.png) no-repeat center;
}

span.news-category {
    font-size: 10px;
}

.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(1) a .post_thumbnail,
.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) a .post_thumbnail {
    width: 100%;
}

.zillion_cat_cmnt_stikcy_sec {
    position: sticky;
    top: 110px;
}

span.prisna-social-counter-unit {
    margin-left: auto;
}

li#prisna-social-counter-network-2 i {
    background: #29c5f6;
}

li#prisna-social-counter-network-3 i {
    background: #e14e42;
}

.prisna-social-counter.prisna-social-counter-single {
    margin: 0;
}

a#scrollTop svg path {
    fill: white;
}

a#scrollTop {
    width: 40px;
    height: 40px;
}

#scrollTopBtn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    background: var(--e-global-color-accent);
    color: #fff;
    padding: 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 16px;
    z-index: 9999;
    width: 40px;
    height: 40px;
}

.zillion_home_sec_sticky {
    position: sticky;
    top: -70vh;
    transition: .5s linear;
}

.zillion_home_sec_sticky2 {
    position: sticky;
    top: 10vh;
    transition: .5s linear;
}

.performance_training_sec_stikcy {
    position: sticky;
    top: 100px;
    transition: .3s linear;
}

.slider_without .zillion-slide-group .zillion-slide-item.zillion-slide-items a img {
    min-width: 100%;
    min-height: 153px;
}

.slider_without .zillion-slide-group {
    padding-bottom: 30px;
}

.vertical_layout article.zillion-post .zillion-post-thumbnail {
    max-height: 155px;
}

.vertical_layout article.zillion-post:hover h2.zillion-post-title a {
    color: #4db2ec;
}

.vertical_layout .zillion-post-category a {
    text-decoration: none;
    color: white;
}

.vertical_layout .zillion-post-category {
    top: 136px;
}

.vertical_layout .zillion-post-category:hover {
    background: #4db2ec;
}

.vertical_posts .zillion-post-category {
    display: none;
}

.avatar-img img.avatar {
    min-width: 50px;
    ;
}

.custom-comments {
    margin-top: 40px;
}

.ftr_menu ul {
    height: 150px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
}

.ftr_menu ul li a.hfe-menu-item {
    padding-left: 0 !important;
    width: fit-content;
}

.hdr_navigation nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
    display: none;
}

.hdr_navigation .hfe-layout-horizontal .hfe-nav-menu__toggle {
    visibility: unset;
    opacity: unset;
    display: block;
}

.hdr_navigation nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.menu-is-active {
    position: unset;
    max-width: 100% !important;
    display: block;
    margin-top: 20px;
}

.hdr_navigation .hfe-nav-menu__toggle.elementor-clickable {
    margin: 0 !important;
    margin-top: -61px !important;
    width: fit-content;
}

form.hfe-search-button-wrapper {
    margin-top: -56px;
}

.zillion-post-comments.inner-post-comments,
.slider_without p.zillion-post-meta span.zillion-post-comments {
/*     display: flex !important; */
    justify-content: center;
    width: fit-content;
    margin-top: 8px;
	display: none !important;
}
.bnr_top {
    padding: 24px 0;
}

.single_slide.category_single_slide,
.category_vertical_posts {
    margin: 50px 0;
}

.recent-post-thumb.slider_recent-post-thumb a {
    display: inline-block;
}

.recent-post-thumb.slider_recent-post-thumb img {
    min-width: 100% !important;
    min-height: 427px;
    max-height: 427px !important;
    object-fit: cover;
	display: block;
}

.recent-post-content.recent-post-content_slider {
    position: absolute;
    left: 0;
    bottom: 0;
/* 	background: rgb(0 0 0 / 52%); */
    width: 100%;
}

.recent-post-thumb.slider_recent-post-thumb {
    position: relative;
}

.recent-posts-grid .inner_wrapper>.recent-post-item .recent-post-content {
    padding: 54px 15px 11px;
}

.recent-posts-grid>.recent-post-item {
    display: none;
}

.recent-posts-grid {
    display: unset;
}

.recent-posts-grid .wrapper {
    width: 100%;
}

.custom-post-gallery-slider img {
    min-height: 400px;
    object-fit: cover;
    max-height: 400px;
}

.custom-post-gallery-slider .slick-arrow {
    font-size: 0;
}

.custom-post-gallery-slider.slick-slider {
    padding: 0 40px;
    margin-bottom: 40px;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    background-color: #4db2ec;
    color: #fff;
    text-decoration: none;
}


/* .custom-post-gallery-slider .slick-slide {
  margin: 0 30px; 
	
}

.custom-post-gallery-slider .slick-list {
  margin: 0 -30px;
} */

.custom-post-gallery-slider .slick-arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 6px;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    rotate: 48deg;
}

.custom-post-gallery-slider button.slick-prev.slick-arrow::after {
    rotate: 224deg !important;
    left: 9px ! IMPORTANT;
}

button.slick-prev.slick-arrow {
    left: 0;
}

button.slick-next.slick-arrow {
    right: 0;
}


/* 	.hdr_navigation {
    max-width: 90% !important;
	} */


/* media responsive 1019px Start*/

.category-post-item:has(.post-thumb) .category-inner {
    width: calc(100% - 110px);
}

.sidebar_inner .category-inner {
    width: 100%;
}


/* media responsive 400px End*/

.vertical_layout .zillion-post-thumbnail {
    position: relative;
}

.vertical_layout .zillion-post-thumbnail .zillion-post-category {
    left: 0;
    bottom: 0;
    top: unset;
}

.search i.fas.fa-search::before {
    color: #000;
}

.hfe-nav-menu-icon path {
    fill: #000;
}

.slick-track {
    display: flex !important;
    align-items: center;
}

.zillion-category-tabs h3.theme_head {
    display: none;
}

.zillion-category-tabs .nav {
    margin-left: unset;
    gap: 12px;
}

.zillion-category-tabs button.zillion-tab-btn {
    padding: 7px 14px;
    border: 0;
    font-size: 13px;
    color: #767676;
    line-height: 1;
    background: transparent !important;
    FONT-WEIGHT: 500;
    border-radius: 0px;
    text-transform: capitalize;
}

.home_slider .zillion-category-tabs button.zillion-tab-btn:hover,
.home_slider button.zillion-tab-btn.active {
    background: var(--yellow) !important;
    color: #fff;
}

.zillion_lfestyle_tabs_slider .zillion-category-tabs button.zillion-tab-btn:hover,
.zillion_lfestyle_tabs_slider button.zillion-tab-btn.active {
    background: #3a863d !important;
    color: #fff;
}

.three_colslider p.zillion-post-meta {
    display: block !important;
    font-size: 0px;
    gap: 0px;
}

.three_colslider p.zillion-post-meta .zillion-post-author,
p.zillion-post-meta .zillion-post-comments {
    display: none !important;
}

.three_colslider p.zillion-post-meta .zillion-post-date {
    display: block !important;
}

.vertical_three_col p.zillion-post-excerpt {
    display: none;
}

.modern_sticky_sec span.zillion-post-date,
.three_colslider span.zillion-post-date {
    font-size: 11px;
    line-height: 1;
    color: #A0A0A0;
}

.three_col_inner {
    flex-direction: column;
}

.zillion_lfestyle_tabs_slider .zillion_lfestyle_tabs_slider span.zillion-post-category,
.home_slider .zillion_lfestyle_tabs_slider span.zillion-post-category {
    bottom: 0;
    top: unset;
}

.single_slide .zillion-post-date {
    font-size: 11px;
    line-height: 1;
    color: #A0A0A0;
}

.zillion-slide-group.tab_with_sildes .post_thumbnail {
    position: relative;
}

.home_slider .tab_with_sildes .zillion-slide-item:first-child .post_thumbnail {
    position: relative;
}

.home_slider .tab_with_sildes .zillion-slide-item:first-child .post_thumbnail span.zillion-post-category {
    top: unset;
    bottom: 0;
    left: 0;
    right: unset;
}

.zillion_lfestyle_tabs_slider .post_thumbnail span.zillion-post-category {
    top: unset;
    left: 0;
    bottom: 0;
}

.vertical_layout .zillion-post-thumbnail .zillion-post-category {
    left: 0;
    bottom: 0;
    top: unset;
    display: block;
}

.vertical_layout .zillion-post-category {
    top: 136px;
    display: none;
}

.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item a .post_thumbnail .zillion-post-category {
    display: none;
}

.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(1) a .post_thumbnail .zillion-post-category,
.zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) a .post_thumbnail .zillion-post-category {
    display: block;
}

.category-description.category-text h1 {
    display: none;
}



.recent-post-thumb.slider_recent-post-thumb a {
    display: block;
}

.recent-post-category a {
    display: inline-block !important;
}

.search-results .page-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.search-results .page-content {
    overflow-x: hidden;
}
.search-banner ul.breadcrumbs a, .search-banner ul.breadcrumbs path, .search-banner ul.breadcrumbs li {
    color: #747474;
    fill: #747474;
    font-size: 12px;
}
h1.search-title {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
    margin: 20px 0 0;
}

/* SEARCH RESAULT PAGE  */
/* 
.search-results article.post {
    width: 30%;
    float: left;
    margin: 30px 30px 0 0;
    box-shadow: 0px 0px 4px 4px hsl(0deg 0% 0% / 7%);
    padding: 22px;
    border-radius: 3px;
    overflow: hidden;
}

.search-results article.post h2.entry-title a {
    font-size: 18px;
    color: #000;
    line-height: 1.3em;
} */
.search-banner {
    padding-top: 48px;
}
@media (max-width:1019px) {
    .default-post-item .post-thumb img {
        max-width: 68px !important;
        max-height: 46px !important;
    }
    .default-inner h3.post-title a {
        font-size: 12px !important;
    }
    .modern_sec_sticky.modern_sec_sticky_parent .zillion-slide-group {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
}


/* media responsive 1019px End*/


/* media responsive 767px Start*/

@media (max-width:767px) {
    .recent-posts-grid {
        gap: 3px;
    }
    .recent-posts-grid .recent-post-item {
        width: 100%;
        min-height: 320px;
    }
    .e-con.e-flex>.e-con-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    h3.recent-post-title,
    h3.recent-post-title * {
        font-size: 19px;
        line-height: 1.3;
    }
    h3.recent-post-title {
        margin: 10px 0px 9px 0px;
    }
    .recent-posts-grid .wrapper>.recent-post-item {
        min-width: 382px;
        width: 100%;
        height: 180px;
        min-height: unset;
    }
    .recent-posts-grid .wrapper {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        align-items: start;
        justify-content: start;
    }
    .recent-posts-grid .inner_wrapper>.recent-post-item {
        min-width: 382px;
        width: 100%;
        height: 180px;
        min-height: unset;
    }
    .recent-posts-grid .recent-post-item .recent-post-thumb a img {
        object-position: top center;
    }
    .three_colslider .zillion-slide-group {
        grid-template-columns: repeat(1, 1fr);
    }
    .recent-posts-grid .inner_wrapper>.recent-post-item h3.recent-post-title,
    .recent-posts-grid .inner_wrapper>.recent-post-item h3.recent-post-title * {
        font-size: 12px;
    }
    .recent-post-category a {
        margin-bottom: 10px;
    }
    .recent-posts-grid .wrapper>.recent-post-item h3.recent-post-title,
    .recent-posts-grid .wrapper>.recent-post-item h3.recent-post-title * {
        font-size: 12px;
    }
    .avatar-img {
        margin-right: 20PX;
    }
    .zillion-slide-item.zillion-slide-items a {
        flex-direction: row;
    }
    .slider_without .zillion-slide-group .zillion-slide-item.zillion-slide-items a img {
        /*     min-width: 102px;
    min-height: 71px; */
        min-width: 100%;
        min-height: 129px;
    }
    .avatar-img img.avatar {
        margin-right: unset !important;
    }
    .cat_name_caro {
        margin: 12px 0px;
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }
    .three_colslider .zillion-slide-group .zillion-post-category {
        top: 52px;
    }
    .slider_without .zillion-slide-group {
        padding-bottom: 60px;
    }
    .custom-comments {
        margin-top: 30px;
    }
    .tab_with_sildes .zillion-slide-item:first-child {
        grid-row: 1;
        grid-column: 1;
    }
    .zillion-slide-group {
        grid-template-columns: repeat(1, 1fr);
    }
    .tab_with_sildes .zillion-slide-item:first-child a .post_thumbnail img {
        max-height: unset;
    }
    .zillion-slide-group .zillion-slide-item a img {
        width: 217px;
        height: 152px;
        object-fit: cover;
        min-width: 217px;
    }
    .zillion-slide-group.tab_with_sildes .post_thumbnail {
        width: 217px;
    }
    .zillion-slide-item h4 {
        width: 100%;
    }
    .zillion-slide-group .zillion-slide-item a {
        gap: 16px;
    }
    .tab_with_sildes .zillion-slide-item a .wrapper {
        gap: 6px;
    }
    .zillion-slide-group {
        gap: 26px;
    }
    .zillion-slider-container {
        margin-top: 32px;
    }
    .home_slider .zillion-category-tabs,
    .home_slider .zillion-category-tabs .nav,
    .zillion_lfestyle_tabs_slider .zillion-category-tabs,
    .zillion_lfestyle_tabs_slider .zillion-category-tabs .nav {
        gap: 20px;
    }
    .home_slider .zillion-category-tabs .nav,
    .zillion_lfestyle_tabs_slider .zillion-category-tabs .nav {
        width: 100%;
        /*      overflow-x: auto; */
        gap: 5px;
    }
    .zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(1),
    .zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) {
        grid-column: unset;
        grid-row: unset;
    }
    .three_colslider .zillion-slide-group .post_thumbnail img,
    .three_colslider .zillion-slide-group .post_thumbnail {
        height: 90px;
    }
    .three_colslider .zillion-slide-group .zillion-slide-item a img {
        width: 129px;
        min-width: 129px;
    }
    .modern_sticky_sec .zillion-post-category {
        top: 133px;
    }
    .modern_sticky_sec .zillion-slide-group {
        grid-template-columns: repeat(2, 2fr);
    }
    .modern_sticky_sec .zillion-slide-item.zillion-slide-items a {
        flex-direction: column;
    }
    .modern_sticky_sec .zillion-slide-group .zillion-slide-item a img {
        min-width: 130px;
        min-height: 91px;
        width: 100%;
    }
    .vertical_layout .zillion-posts {
        grid-template-columns: repeat(1, 1fr);
    }
    .vertical_posts article.zillion-post {
        gap: 16px;
    }
    .vertical_posts .zillion-posts .zillion-post .zillion-post-thumbnail {
        width: 30%;
        min-width: unset;
    }
    .vertical_posts .zillion-posts .zillion-post .conten_wrapepr {
        width: 70%;
    }
    .vertical_three_col .zillion-slide-group .zillion-slide-item a img {
        max-width: 84px;
        max-height: 58px;
    }
    .vertical_three_col span.zillion-post-date {
        bottom: 22px;
    }
    .vertical_layout .page-nav {
        margin-top: 25px;
    }
    .single_slide .zillion-slide-group .zillion-slide-item a img {
        width: 100%;
        height: 100%;
        min-width: unset;
        max-height: 80vh;
    }
    .single_slide .zillion-slide-group .zillion-slide-item a {
        flex-direction: column;
    }
    .single_slide .zillion-post-category {
        bottom: 75px;
    }
    .zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(1) a .post_thumbnail img,
    .zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) a .post_thumbnail img {
        width: 100%;
        height: 216px;
    }
    .tab_with_sildes .post_thumbnail {
        max-width: 129px;
    }
    .tab_with_sildes .zillion-slide-item a img {
        width: 129px;
        height: 90px;
        object-fit: cover;
        min-width: 129px;
    }
    .three_colslider .zillion-slide-group {
        padding-bottom: 70px;
    }
    .three_colslider .zillion-slide-group .zillion-post-category {
        top: 87px;
    }
    .home_slider .tab_with_sildes .zillion-slide-item:first-child .post_thumbnail {
        max-width: 100%;
        position: relative;
    }
    .zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:first-child .post_thumbnail,
    .zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) .post_thumbnail {
        max-width: 100%;
        position: relative;
    }
    .tab_with_sildes .zillion-slide-item:first-child a .post_thumbnail img {
        max-height: 80vh;
    }
    .zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(1) a .post_thumbnail img,
    .zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) a .post_thumbnail img {
        max-height: 70vh;
        height: 100%;
        object-position: center top;
    }
    .vertical_posts .zillion-posts .zillion-post .zillion-post-title,
    .vertical_posts .zillion-posts .zillion-post .zillion-post-title a {
        font-size: 14px !important;
        line-height: 1.4em;
    }
    .vertical_posts .zillion-posts .zillion-post .zillion-post-excerpt {
        display: none;
    }
    .vertical_posts .zillion-posts .zillion-post .zillion-post-thumbnail a img {
        max-height: 120px !important;
    }
    .vertical_posts .zillion-posts .zillion-post {
        align-items: start;
    }
    .vertical_layout article.zillion-post .zillion-post-thumbnail {
        max-height: 100%;
    }
    .zillion-posts .zillion-post .zillion-post-thumbnail a img {
        max-height: 340px !important;
        display: block;
    }
    .three_colslider .zillion-slide-group h4 {
        min-height: 1.3em;
    }
    .three_col_inner {
        gap: 5px;
    }
    .slider_without .zillion-slide-group .zillion-post-category {
        top: 110px;
    }
    .zillion_lfestyle_tabs_slider .zillion-slider-container {
        margin-top: 0px;
    }
    .amusementbar-slick-slider h4 {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(1) a .post_thumbnail img,
    .zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) a .post_thumbnail img {
        min-height: 222px;
        height: unset !important;
        max-height: 50vh;
    }
    .hfe-search-icon-toggle input[type=search] {
        background: white !important;
    }
    .hfe-search-icon-toggle {
        z-index: 10;
    }
    .zillion-slide-items .post_thumbnail {
        min-height: 152px;
    }
    .hdr_navigation nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.menu-is-active {
        max-width: unset !important;
        left: -20px !important;
    }
    .three_colslider .zillion-slide-group .post_thumbnail {
        min-width: 129px;
        min-height: 106px;
    }
    form.hfe-search-button-wrapper {
        margin-top: 0;
    }
    .custom-post-gallery-slider.slick-slider {
        padding: 0px 36px;
    }
    .modern_sec_sticky.modern_sec_sticky_parent .zillion-slide-group {
        grid-template-columns: repeat(2, 1fr);
    }
    .three_colslider .zillion-slide-group {
        grid-template-columns: repeat(3, 1fr);
        padding-bottom: 40px;
    }
    .zillion-slide-group .zillion-slide-item a {
        flex-direction: column;
    }
    .three_colslider .zillion-slide-group .post_thumbnail img {
        width: 100% !important;
    }
    .recent-post-thumb.slider_recent-post-thumb img {
        max-height: 250px !important;
        min-height: 250px;
    }
    .vertical_three_col .zillion-slide-group .zillion-slide-item a {
        flex-direction: row;
    }
}


/* media responsive 767px End*/


/* media responsive 576px Start*/

@media(max-width:576px) {
    .zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(1) a .post_thumbnail img,
    .zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) a .post_thumbnail img {
        max-height: 260px;
    }
    .vertical_posts .zillion-posts .zillion-post .zillion-post-thumbnail a img {
        max-height: 100px !important;
    }
    .three_colslider .zillion-slide-group {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* media responsive 576px End*/


/* media responsive 400px Start*/

@media(max-width:400px) {
    .modern_sticky_sec .zillion-slide-group .zillion-slide-item a img {
        max-height: 91px;
    }
    .modern_sticky_sec .zillion-post-category {
        top: 72px;
    }
    .zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(1) a .post_thumbnail img,
    .zillion_lfestyle_tabs_slider .tab_with_sildes .zillion-slide-item:nth-child(2) a .post_thumbnail img {
        max-height: 200px;
        min-height: unset;
    }
    .vertical_posts .zillion-posts .zillion-post .zillion-post-thumbnail a img {
        max-height: 80px !important;
    }
    .vertical_posts .zillion-posts .zillion-post .zillion-post-title,
    .vertical_posts .zillion-posts .zillion-post .zillion-post-title a {
        font-size: 13px !important;
    }
    .zillion-slide-items .post_thumbnail {
        min-height: 91px;
    }
}


