@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url('../fontawesome/webfonts/fa-solid-900.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
    font-style: normal;
}
.category-sdiebar li a {
    font-size: 15px;
    font-weight: 400;
    color: #3b3737;
    text-align: center;
    padding: 10px 20px;
    line-height: 1;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
:root {
    --color-primary: #056FD8;
}
.top-footer h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
body {
    font-family: Alatsi;
    margin: 0;
    background: #fff;
    color: #1E1E1E;
}
.section-heading {
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    text-align: left;
    text-transform: uppercase;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.post-content li, .single-post-page .post-content p, .terms-page p {
    color: #323950;
    font-family: "Juana Alt Light",georgia,serif;
    font-size: 18px;
}
.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    max-height: 500px; /* You can adjust this value like 400px, 450px if you want smaller */
    object-fit: cover;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex-grow: 1;
}
*, *::before, *::after {
  box-sizing: border-box;
}

@media only screen and (min-width:992px){
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-5{
        flex: 0 0 auto;
        width: 41.6667%;
    }
    .col-lg-7{
        flex: 0 0 auto;
        width: 58.3333%;
    }
    .col-lg-10{
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11{
        flex: 0 0 auto;
        width: 91.67%;
    }
    .col-lg-1{
        flex: 0 0 auto;
        width: 8.33%;
    }
}

.site-header,
.site-footer {
    background: #fff;
    color: #000;
    padding: 20px 0;
    text-align: center;
}
.site-footer{
    padding-top: 0px;
}
.site-footer h5{
    margin-top: 0px;
}
.logo a {
    color: #fff;
    text-decoration: none;
    font-size: 2em;
}

.main-nav ul {
    list-style: none;
    padding: 0;
}

.main-nav li {
    display: inline-block;
    margin-right: 15px;
}

.main-nav a {
    color: #fff;
    text-decoration: none;
}

.post {
    margin-bottom: 40px;
}

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

/* Top Bar */
.main-header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  position: relative;
}

.main-header .logo {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Times New Roman', serif;
}

.top-icons {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
}

.top-icons i {
  margin-right: 5px;
}

.top-icons a {
  text-decoration: none;
  color: black;
  font-weight: normal;
}

/* Header styling */
.site-header {
    background-color: #fff;
    padding: 0px 0;
    border-bottom: 1px solid #ccc;
}
.main-header{
    box-shadow: 0 .125rem .375rem rgba(0, 0, 0, .15);
}
/* Navigation Menu */

.header-menu .nav-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 15px 0;
  margin: 0;
}

.header-menu .nav-menu li {
  display: inline-block;
  position: relative
}

.header-menu .nav-menu a {
  text-transform: uppercase;
  font-weight: normal;
  color: black;
  text-decoration: none;
  font-size: 14px;
}
.header-menu .nav-menu > .menu-item > a{
    color: #fff;
}
.menu-icon svg{
    height: 30px;
    color: #fff;
}
.menu-icon svg path{
    fill: #fff;
}
.header-logo a{
	text-decoration: none;
}
.header-logo h1{
	margin:0px;
	color: #fff;
	font-size: 35px;
}

/* Sub-menu */
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    list-style: none;
    padding: 10px 0;
    z-index: 999;
    min-width: 180px;
    text-align: left;
    border-radius: 5px;
}

.sub-menu li {
    display: block;
    width: 100%;
    white-space: nowrap;
}

.sub-menu a {
    padding: 10px 20px;
    font-weight: 400 !important;
    display: block;
    text-transform: normal !important;
}

.sub-menu a:hover {
    background-color: #f7f7f7;
    color: var(--color-primary);
}

.nav-menu li:hover > .sub-menu {
    display: block;
}

/* Caret indicator for sub-menu */
.menu-item-has-children > a:after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    margin-left: 8px;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    height:auto;
    width:15px;
    line-height: 1;
}

a:hover{
    text-decoration: underline !important;
}
.section-title {
    font-size: 25px;
    font-weight: bold;
    border-top: 4px double #000;
    padding-top: 10px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.must-reads .must-read-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}
.must-reads .post-thumbnail img {
    width: 120px;
    height: 90px;
    object-fit: cover;
    border-radius: 0px;
}
.must-reads .post-category {
    font-size: 12px;
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.must-reads .post-title {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px;
}
.must-reads .post-title a {
    text-decoration: none;
    color: #000;
}
.must-reads .post-author {
    font-size: 14px;
    color: #555;
}
.featured-post .featured-image{
    position: relative;
}
.featured-post .featured-image img {
    width: 100%;
    border-radius: 0px;
    margin-bottom: 10px;
    max-height: 430px;
    object-fit:cover;
}
.featured-post .featured-category {
    font-size: 12px;
    color: var(--color-primary);
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
.featured-post .featured-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
}
.featured-post .featured-title a {
    text-decoration: none;
    color: #000;
}
.featured-post .featured-excerpt {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
}
.featured-post .featured-author {
    font-size: 15px;
    color: #555;
}
.latest-posts .section-title {
    font-size: 25px;
    font-weight: bold;
    border-top: 4px double #000;
    padding-top: 10px;
    margin-bottom: 20px;
}
.latest-posts .latest-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.latest-posts .post-thumbnail img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.latest-posts .post-category {
    font-size: 12px;
    color: var(--color-primary);
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
.latest-posts .post-title {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 5px;
}
.latest-posts .post-title a {
    text-decoration: none;
    color: #000;
}
.latest-posts .post-author {
    font-size: 14px;
    color: #555;
}
.icon-arrow-curved{
    position: absolute;
    bottom: -1px;
    left: 1.875rem;
    width: 5.625rem;
    height: 2.875rem;
    fill: #fff;
}
.see-more-link {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: inherit; /* inherits current text color */
    cursor: pointer;
}
.see-more-link:hover {
    text-decoration: underline;
}
.bg-main-bot-sec{
    padding: 40px;
    background-color: #d9e1e2;
    margin-top: 80px;
    position: relative;
}
.bg-main-bot-sec .main-title{
    margin:0px 0px 20px;
    font-size: 30px;
    font-weight: 400;
}
.bg-main-bot-sec .featured-post .featured-title{
    font-size: 28px;
    font-weight: 400;
}
.bg-main-bot-sec .featured-post .featured-image img{
    height: 360px;
    object-fit: cover;
}
.fashion-section {
    padding: 60px 0px;
    background-color: #eee;
}
.fashion-section .section-title,
.celeb-section .section-title,
.more-news-section .section-title{
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative;
}
.fashion-posts {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
	flex-flow: wrap;
}
.fashion-posts > * {
    flex: 0 1 calc(25% - 22.5px); /* 25% width minus part of the gap */
    box-sizing: border-box;
}
.fashion-posts .five.fashion-post{
	flex: 0 1 calc(20% - 25px); /* 25% width minus part of the gap */
    box-sizing: border-box;
}
.fashion-post {
    width: 100%;
}
.fashion-post img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    margin-bottom: 15px;
}
.post-meta .category {
    color: #d33;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
.post-meta .title {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 5px;
    line-height: 1.3;
}
.post-meta .title a {
    color: #000;
    text-decoration: none;
}
.post-meta .author {
    font-size: 14px;
    color: #444;
}
.see-all {
    text-align: center;
    margin-top: 50px;
    position: relative;
}
.see-all::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.see-all a {
    display: inline-block;
    background: #fff;
    padding: 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.black .section-title{
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative;
    color: #fff;
    border-color: #fff;
}
.more-news-section {
    margin: 0 auto;
    padding: 80px 0px;
}
.more-news-item {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}
.more-news-img {
    flex: 0 0 30%;
}
.more-news-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.more-news-content {
    flex: 0 0 70%;
}
.more-news-cat {
    color: var(--color-primary);
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.more-news-title-text {
    font-size: 25px;
    margin: 0 0 10px;
    font-weight: 400;
}
.more-news-title-text a {
    color: #000;
    text-decoration: none;
}
.more-news-excerpt {
    margin: 0 0 10px;
    color: #444;
    font-size: 15px;
}
.more-news-author {
    font-size: 14px;
    color: #666;
}
.more-news .more-news-item:last-child{
    border: none;
    padding-bottom: 0px;
}
.more-news{
    max-width: 80%;
}





.action{
    cursor: pointer;
}
.custom-posts-layout {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
}
.left-post {
    flex: 2;
}
.right-posts {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.bottom-right-row {
    display: flex;
    gap: 0px;
    min-height: 50%;
}
.post-box {
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 20px;
    border-radius: 0px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.post-box:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #00000085 71%);
}
.post-box.large {
    min-height: 450px;
}
.post-box.top-right {
    min-height: 50%;
}
.post-box.small {
    flex: 1;
}
.post-box .badge {
    background-color: var(--color-primary);
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
    width: 80px;
    z-index: 1;
}
.post-box h2, .post-box h3, .post-box h4 {
    margin: 0 0 10px;
    font-weight: bold;
    line-height: 1.3;
    z-index: 1;
}
.post-box h2 { font-size: 24px; }
.post-box h3 { font-size: 18px; }
.post-box h4 { font-size: 15px; }
.post-box .meta {
    font-size: 13px;
    opacity: 0.9;
    display: flex;
    gap: 10px;
    align-items: center;
    z-index: 1;
}
.post-box .meta i {
    margin-right: 5px;
}
.section-3.black{
    background-color: #000;
    padding: 80px 0px;
}
.black .category-title{
    color: #fff;
    margin-top: 0px;
}
.black .category-title span,
.black .category-title:after{
    border-color: #fff;
}
.footer-mail{
    color: var(--color-primary);
    text-decoration: none;
    margin-top: 15px;
    display: block;
}
.footer-mail:hover{
    color: #111;
    text-decoration: none;
}
.header-social{
    text-align: left;
}
.header-social i {
    color: #000;
    margin-right: 10px;
    font-size: 30px;
}
.celeb-section {
    padding: 0px 0px 80px;
    margin: 0 auto;
}
.celeb-title {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}
.celeb-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.celeb-card {
    position: relative;
    overflow: hidden;
    height: 330px;
}
.celeb-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.celeb-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    display: flex;
    align-items: flex-end;
    padding: 30px 20px;
    box-sizing: border-box;
}
.celeb-name {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}
.main-sec{
    padding:0px 0px 80px;
}
.home .main-content{
    padding-bottom: 0px !important;
}

/* Hamburger Button */
.hamburger {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.site-footer{
    background-color: #262626;
    color: #ccc;
}
.site-footer .bottom-footer p{
    text-align:center;
    text-transform: capitalize;
    font-family: 'Jost', sans-serif;
}
.site-footer .bottom-footer p a{
    color: var(--color-primary);
}
.top-footer{
    padding:50px 0px;
}
.top-footer{
    text-align:left;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
}
.pl-50{
    padding-left: 50px !important;
}
.site-footer p{
    color: #ccc;
    margin-top: 25px;
}
.site-footer ul{
    padding-left:0px;
}
.site-footer ul li{
    list-style: none;
}
.site-footer ul a{
    color: #ccc;
    text-decoration: none;
    margin: 7px 0px;
    display: block;
    font-weight: 400;
    transition: all 0.3s linear;
}
.site-footer  ul a:hover{
    color: var(--color-primary);
    transition: all 0.3s linear;
}
.site-footer h5{
    margin-bottom: 15px;
}
/*.site-footer  ul a:before {*/
/*    content: '';*/
/*    background-color: #111;*/
/*    height: 5px;*/
/*    width: 5px;*/
/*    display: inline-block;*/
/*    margin-right: 10px;*/
/*    margin-bottom: 3px;*/
/*    border-radius: 100%;*/
/*    transition: all 0.3s linear;*/
/*}*/
/*.site-footer  ul a:hover:before{*/
/*    background-color: var(--color-primary);*/
/*    transition: all 0.3s linear;*/
/*}*/



.cat-page .post {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: center;
}

.cat-page .post-thumb {
  position: relative;
  flex: 0 0 40%; 
  max-width: 300px;
}

.cat-page .thumb-category {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--color-primary);
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
  z-index: 2;
}

.cat-page .post-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.cat-page .post-content {
  flex: 1;
}
.cat-page .post-content .excerpt{
    text-transform: capitalize;
    color: #5D6273;
}

.cat-page .post-content h2 {
  margin: 0 0 10px;
  font-size: 22px;
}

.cat-page .post-meta i {
  margin-right: 5px;
}
.cat-page .post-thumb img{
    height: 225px;
    object-fit:cover;
}

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

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

.pagination .current {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.main-content{
    padding: 10px 0px 80px;
}
.navigation{
    margin-left: auto;
    margin-right: auto;
}
.pagination .current{
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}
.breadcrumb {
  font-size: 16px !important;
  margin-bottom: 40px !important;
  display:none;
}
.breadcrumb span{
    color: var(--color-primary);
    margin: 0px 5px;
}
.breadcrumb a {
  color: #5D6273;
  text-decoration: none;
  margin: 0px 5px;
}
.breadcrumb a:first-child{
    margin-left:0px;
}
.breadcrumb a:hover {
  text-decoration: underline;
  color: var(--color-primary);
}
.sidebar{
    border: 1px solid #ccc;
    padding: 20px;
}
.sidebar .container{
    padding:0px;
}
.sidebar .widget h4{
    font-size: 20px;
}
.sidebar .widget{
    margin-bottom: 30px;
}
.sidebar .widget .wp-block-latest-posts__list a,
.sidebar .widget .wp-block-categories-list li a{
    color: var(--color-primary);
    text-decoration: none;
    transition: all 0.3s linear;
}
.sidebar .widget .wp-block-latest-posts__list a:hover,
.sidebar .widget .wp-block-categories-list li a:hover{
    color: #5D6273;
    transition: all 0.3s linear;
}
.sidebar .widget .wp-block-categories-list{
    padding: 0px;
}
.sidebar .widget .wp-block-categories-list li{
    list-style: none;
  	padding: 5px 0px;
}

.single-post-page .post-thumb{
    margin: 40px 0px;
}
.single-post-page .post-category .category-name{
    background-color: var(--color-primary);
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 3px;
    z-index: 2;
    margin-bottom:0px;
    display:inline-block;
    transform: skew(-10deg, 0deg);
}
.single-post-page .post-content p,
.terms-page p{
    color: #5D6273;
}
.single-post-page .post-content a{
    color: var(--color-primary);
}
.single-post-page .post-meta span {
    margin-right: 10px;
    margin-left: 10px;
}
.single-post-page .post-meta .post-author{
    margin-left:0px;
}
.single-post-page .post-meta span i{
    color: var(--color-primary);
    margin-right: 3px;
}
.terms-page h2,
.terms-page h3,
.terms-page h4,
.terms-page h5{
    font-size: 16px;
}

.single-post-page .post-thumb img {
    max-width: 100%;
    height: auto;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.social-icons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.social-icons a{
    line-height: 1;
    padding: 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #181A1D;
    color: var(--color-primary);
    text-decoration: none;
    transition: all 0.3s linear;
}
.social-icons a:hover{
    background-color: var(--color-primary);
    transition: all 0.3s linear;
}
.social-icons a i{
    color: var(--color-primary);
    transition: all 0.3s linear;
}
.social-icons a:hover i{
    color: #fff;
    transition: all 0.3s linear;
}

.bg-image {
    position: relative;
    overflow: hidden;
}

.bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* like background-size: cover */
    display: block;
}

.press-page{
    background-color: #f2f2f2;
}
.press-page .page-title{
    text-align:center;
}
.press-cards__card{
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.press-cards__card a{
    background-color:#fff;
    padding: 50px;
    text-align:center;
    text-decoration: none;
    display:block;
    min-height: 445px;
}
.press-cards__card img{
    display:block;
    margin: 0 auto;
    height: 105px;
    max-width: 100%;
    object-fit: contain;
}
.press-cards__card p.press-cards__card-description{
    font-size: 24px;
    line-height: 1.56;
    text-align: center;
    color: #171717;
}
.press-cards__card button{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: underline;
    color: #171717;
    padding:0px;
    background: none;
    border: none;
    cursor: pointer;
}
.listpress .press-cards__card a{
    background-color: transparent;
    padding: 0px;
    display: flex;
    align-items: center;
    flex-direction: row;
    min-height: auto;
}
.listpress .press-cards__card a img{
    width: 35%;
    padding: 15px;
    max-width: 100%;
    background-color: #fff;
}
.listpress .press-cards__card .right-listpress{
    width: 65%;
    padding-left: 20px;
    text-align: left;
}
.listpress .press-cards__card .press-cards__card-description{
    font-size: 16px;
    text-align: left;
    margin: 0px 0px 10px;
}
.listpress .press-cards__card button{
    font-size: 14px;
}
.more-btn {
    color: #111;
    position: absolute;
    top: 45px;
    right: 50px;
    font-size: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  font-family: sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
}
table th,
table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}
table tbody tr {
  border-bottom: 1px solid #dddddd;
}
table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}
table tbody tr:hover {
  background-color: #f1f1f1;
}
.rel-articles{
    background-color: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 60px;
}
.rel-articles .fashion-posts{
    flex-flow: wrap;
}
.rel-articles .fashion-post{
    width: 23%;
}
.single-post-page{
    padding-bottom: 0px;
    border-bottom: 2px solid #999;
}
.rel-articles .post-meta span{
    margin-left: 0px !important;
}
.single-post-page .post-meta .post-date{
    margin-right: 0px;
}
.single-post-page .post-meta .post-time{
    margin-left: 0px;
}
.single-post-page .post-meta .post-date,
.single-post-page .post-meta .post-time{
    color: rgba(0,0,0,.65);
}

.fashion-posts.archive-fashion-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 40px;
}

/* 3-column layout */
.fashion-posts.archive-fashion-posts.three-col .fashion-post {
  width: calc(33.333% - 20px);
}

/* 4-column layout */
.fashion-posts.archive-fashion-posts.four-col .fashion-post {
  width: calc(25% - 22.5px);
}

.archive-fashion-posts.fashion-posts .fashion-post img {
  width: 100%;
  height: 256px;
  object-fit: cover;
}
.archive-fashion-posts.fashion-posts.four-col .fashion-post img {
  height: 200px;
}

.archive-fashion-posts.fashion-posts .post-meta {
  margin-top: 10px;
}

.archive-fashion-posts.fashion-posts .category {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #d33;
  display: inline-block;
  margin-bottom: 5px;
}

.archive-fashion-posts.fashion-posts .title {
  font-size: 20px;
  margin: 0 0 5px;
}

.archive-fashion-posts.fashion-posts .title a {
  color: #000;
  text-decoration: none;
}

.archive-fashion-posts.fashion-posts .author {
  font-size: 13px;
  color: #666;
}
.archive-fashion-posts.four-col .fashion-post{
    border: 1px solid #ccc;
    padding: 15px;
    padding-top:0px;
}
.archive-fashion-posts.four-col .img-div-for{
    margin-left: -15px;
    margin-right: -15px;
    display:block;
}
.cat-page .section-title{
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative;
}
.half-divide ul{
    display: flex;
    flex-flow: wrap;
}
.half-divide ul li{
    width: 50%;
}
.cat-list-fot a{
    font-size: 18px;
}
.custom-posts-section {
    display: flex;
    gap: 20px;
    margin: 40px 0;
    flex-wrap: wrap;
}
.left-featured-post {
    flex: 1 1 50%;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    display: flex;
    align-items: flex-end;
    border-radius: 0px;
    overflow: hidden;
}
.left-featured-post a{
    text-decoration: none;
    color: #1e1e1e;
    font-weight: 400;
}
.left-featured-post .overlay {
    background: #fff;
    padding: 20px;
    width: 100%;
    height: auto;
    align-content: end;
    position: relative;
    margin: 30px;
    border-radius: 10px;
}
.left-featured-post .post-category,
.right-posts-list .post-category {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-primary);
}
.left-featured-post .post-title {
    font-size: 28px;
    margin: 10px 0;
    text-align: left;
    color: #fff;
    padding: 0px;
}
.left-featured-post .post-author {
    font-size: 14px;
    color: #ccc;
}
.right-posts-list {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
}
.right-post-item {
    display: flex;
    align-items: center;
    background: #f1f1f5;
    padding: 15px;
    border-radius: 0px;
    overflow: hidden;
}
.right-post-item .post-content {
    flex: 2;
    padding-right: 15px;
}
.right-post-item .post-content .post-title {
    margin: 5px 0;
    font-size: 18px;
    color: #333;
    text-align: left;
    padding: 0px;
}
.right-post-item .post-content .post-title a {
    text-decoration: none;
    color: inherit;
}
.right-post-item .post-author {
    font-size: 13px;
    color: #777;
}
.right-post-item .post-image {
    flex: 1;
    width: 120px;
    height: 110px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    margin: 0px;
}
.business-posts-section {
    margin: 60px 0;
}
.section-title {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: left;
}

.black .section-heading{
    color: #fff;
}
.section-heading span {
    font-size: 28px;
    border-style: solid;
    border-width: 0px;
    border-color: transparent;
    display: inline-block;
    padding: 0px 20px 0px 0px;
    position: relative;
    font-weight: 500;
}
/* .section-heading:after {
    display: inline-flex;
    flex-grow: 1;
    content: "";
    border-bottom: 2px solid #ccc;
} */

.center .section-heading{
    justify-content: center;
    margin-bottom: 50px;
}
.center .section-heading span{
    font-size: 36px;
}
.center .section-heading:after{
    display: none;
}
.center .post-meta{
    text-align: center !important;
}
.custom-entertainment-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0px;
}
.left-featured-post {
    flex: 1 1 55%;
    position: relative;
    min-height: 400px;
}
.featured-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    border-radius: 10px;
}
.overlay {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 20px;
    width: 100%;
}
.overlay .category {
    font-size: 13px;
    line-height: 1;
    background: #EEEEEE;
    padding: 8px;
    display: inline-block;
    margin-bottom: 10px;
}
.overlay .title {
    font-size: 28px;
    margin: 0 0 0px;
}
.overlay .author {
    font-size: 14px;
    opacity: 0.8;
}
.right-list-posts {
    flex: 1 1 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.list-post-item {
    display: flex;
    gap: 15px;
    align-items: center;
}
.list-post-item .thumb img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
}
.list-post-item .content {
    flex: 1;
}
.list-post-item .category {
    font-size: 13px;
    padding: 7px 10px;
    display: inline-block;
    line-height: 1;
    background: #EEEEEE;
    margin-bottom: 7px;
}
.list-post-item .category a{
    color: #1e1e1e;
    text-decoration: none;
}
.list-post-item .title {
    font-size: 22px;
    margin: 0 0 5px;
    font-weight: 500;
}
.list-post-item .title a{
	color: #1e1e1e;
	text-decoration: none;
}
.list-post-item .author {
    font-size: 13px;
    color: #666;
}
.top-three-posts {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.tech-post-box {
    flex: 1;
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}
.tech-post-box .overlay {
    background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, #1E1E1E 100%);
    padding: 30px;
    width: 100%;
    height: 100%;
    align-content: end;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.tech-post-box .category {
    font-size: 13px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px;
    display: inline-block;
    margin-bottom: 10px;
}
.tech-post-box .category a{
    color: #fff;
    text-decoration: none;
}
.tech-post-box .title {
    font-size: 18px;
    margin: 0 0 8px;
    font-weight: 500;
}
.tech-post-box .title a{
	color: #fff;
	text-decoration: none;
}
.tech-post-box .author {
    font-size: 14px;
    opacity: 0.8;
}
/* Bottom 2 Posts */
.bottom-two-posts {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.bottom-post-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.bottom-post-row .thumb img {
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    object-fit: cover;
}
.bottom-post-row .thumb {
    flex: 0 0 30%;
}
.bottom-post-row .content {
    flex: 1;
}
.bottom-post-row .category {
    font-size: 13px;
    padding: 7px 10px;
    display: inline-block;
    line-height: 1;
    background: #EEEEEE;
    margin-bottom: 10px;
}
.bottom-post-row .category a{
    color: #1e1e1e;
    text-decoration: none;
}
.bottom-post-row .title {
    font-size: 18px;
    margin: 0 0 6px;
}
.bottom-post-row .title a{
	color: #1e1e1e;
	text-decoration: none;
}
.bottom-post-row .author {
    font-size: 13px;
    color: #666;
}
.custom-technology-posts, .latest-posts-right-image{
    margin-bottom: 60px;
}
.latest-posts-right-image .post-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: center;
}
.latest-posts-right-image .post-content {
    width: 60%;
    padding-left: 30px;
    display: inline-block;
    align-content: center;
}
.latest-posts-right-image .post-image {
    width: 40%;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    border-radius: 0px;
}
.latest-posts-right-image .category {
    font-size: 13px;
    padding: 7px 10px;
    display: inline-block;
    line-height: 1;
    background: #EEEEEE;
    margin-bottom: 10px;
}
.latest-posts-right-image .category a{
    color: #1e1e1e;
    text-decoration: none;
}
.latest-posts-right-image .title {
    font-size: 24px;
    margin: 0px 0 10px;
    font-weight: bold;
    line-height: 1.3;
}
.latest-posts-right-image .title a{
	text-decoration: none;
	color: #1e1e1e;
}
.latest-posts-right-image .author {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}
.latest-posts-right-image .excerpt {
    font-size: 15px;
    color: #444;
    margin-bottom: 12px;
}
.latest-posts-right-image .read-more {
    font-size: 14px;
    color: var(--color-primary);
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s;
}
.latest-posts-right-image .read-more:hover {
    color: var(--color-primary);
}
.eblog-right-sidebar p.sidebar-title {
    text-align: center;
    padding: 12px 0;
    background: #f6f6f6;
    color: #1e1e1e;
    margin-bottom: 30px;
    margin-top: 0px;
}
.feature-post-sidebar .featured-image {
    height: 320px;
    background-size: cover;
    background-position: center;
}
.feature-post-sidebar .featured-content {
    padding: 20px 0px;
    background-color: #fff;
    text-align: center;
}
.feature-post-sidebar .author {
    font-size: 14px;
    color: #777;
    margin-bottom: 8px;
    display: block;
}
.feature-post-sidebar .title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: 1.4;
}
.feature-post-sidebar .title a{
	color: #1e1e1e;
	text-decoration: none;
}
.feature-post-sidebar .read-more {
    font-size: 14px;
    color: var(--color-primary);
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s;
}
.feature-post-sidebar .read-more:hover {
    color: #000;
}
.mt-40{
    margin-top: 40px !important;
}
.category-sdiebar{
    margin: 0px;
    padding: 0px;
}
.category-sdiebar li{
    list-style: none;
}
.category-sdiebar li:hover a{
    color: #000;
    background-color: #eee;
    -webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.eblog-right-sidebar .header-social{
    text-align: center;
}
.eblog-right-sidebar .header-social i {
    padding: 10px;
    background-color: #111;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
    height: 35px;
    width: 35px;
}
.header-social a{
    line-height: 1;
    display: inline-block;
}
.center{
    text-align: center;
}
.top-footer h5{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.custom-latest-posts .post-title a {
    text-decoration: none;
    color: #333;
}
.custom-latest-posts .post-title {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0px;
}
.custom-latest-posts .featured-post-box .post-title {
    font-size: 2.2rem;
    font-weight: 600;
}
.custom-latest-posts .featured-post-box{
    text-align: center;
}
.custom-latest-posts .post-image{
    padding-bottom: 1rem;
}
.custom-latest-posts .post-image img{
    border-radius: 10px;
}
.custom-latest-posts .post-category a{
    font-size: .8125rem;
    font-weight: 500;
    color: #111;
    text-transform: uppercase;
    margin-bottom: .375rem;
    display: inline-block;
    text-decoration: none;
}
/* Sticky Left Column */
.left-sticky-post {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    align-self: flex-start;
}
/* Ensure featured post spacing */
.featured-post-box {
    padding: 10px 0px;
}
/* Small post box spacing */
.small-post-box {
    padding: 10px 0px;
}  
.col-lg-6 .small-post-box.left:not(:last-child){
    padding-bottom: 20px;
}
.sticky-post-content{
    background-color: #fff;
    padding: 15px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 10px;
    margin-top: -80px;
    z-index: 9;
    position: relative;
}
.category-sec{
    background-color: #f3f3f3;
    padding: 50px 0px;
}
.category-sec .cat-main-box{
    display: flex;
    gap: 30px;
}
.category-sec .cat-main-box .cat-box{
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
}
.category-sec .cat-main-box .cat-box img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.category-sec .cat-main-box .cat-box span{
    color: #000;
    font-size: 20px;
    text-align: center;
    display: block;
    text-decoration: none;
}
.custom-latest-posts{
    padding: 0px 0px 60px;
}
.pt-60{
    padding-top: 60px;
}
.head-sec{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-sec a{
    color: #1e1e1e;
    text-decoration: none;
    font-size: 18px;
}
.cat-posts-sec{
    margin-bottom: 60px;
}
.main-content{
    padding-top: 60px;
}
.wp-block-latest-posts__list li {
    margin-bottom: 15px;
    display: inline-block;
}
.wp-block-latest-posts__featured-image.alignleft {
    width: 120px;
    float: left;
    margin-right: 20px;
}
.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
}
.sidebar .widget .wp-block-latest-posts__list a, .sidebar .widget .wp-block-categories-list li a {
    color: var(--color-primary);
    text-decoration: none;
    transition: all 0.3s linear;
}
.wp-block-latest-posts__post-title{
    margin-bottom: 10px;
    display:block;
}
.related-posts-section {
    margin-top: 50px;
}
.related-posts-section h3 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top: 0px;
    color: #1e1e1e;
}
.related-posts-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.related-post-item {
    flex: 1 1 calc(33.333% - 13.33px);
    box-sizing: border-box;
}
.related-post-image {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 10px;
}
.related-post-title {
    font-size: 20px;
    font-weight: bold;
    color: #1e1e1e;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.related-post-title:hover {
    text-decoration: underline;
}
.related-post-excerpt {
    font-size: 16px;
    color: #555;
}
.related-posts-section{
    padding-bottom: 60px;
}
.vertical .list-post-item {
    flex-direction: column;
    background-color: #f1f1f5;
    border-radius: 10px;
}
.vertical .list-post-item .content{
    padding: 0px 15px 15px;
}
.vertical .list-post-item .thumb img{
    width: 100%;
    height: auto;
}
.vertical .list-post-item .title{
    font-size: 22px;
    font-weight: 400;
}
.right-align {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}
.footer-links{
    display: flex;
    gap: 20px;
    margin: 0px;
}
.list-post-item .featured-excerpt{
    color: #666;
    font-weight: 400;
}
.before-footer{
	padding: 50px 0px;
	background-color: #fbf5ed;
}
.before-footer .header-logo h1{
	color: #000;
}
.before-footer{
    text-align: left;
    color: #231f20;
}
.before-footer p {
    color: #231f20;
    font-weight: lighter;
    line-height: 1.5;
}
.before-footer ul{
    text-align: center;
    color: #231f20;
}
.site-footer .before-footer ul a{
    color: #231f20;
    margin: 15px 0px;
    text-align: left;
}
.search-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.search-popup-content {
  background: #fff;
  padding: 50px 20px 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  position: relative;
}
.search-popup-content input[type="search"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.search-popup-content button {
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background: #0073aa;
  color: white;
  border: none;
  cursor: pointer;
}
.search-popup-content .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}




@media only screen and (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1240px !important;
    }
}


/* Responsive Styles */
@media (max-width: 768px) {
  .hamburger {
    display: block;
    background-color: var(--color-primary);
    color: #fff;
    line-height: 1;
    height: 35px;
    width: 35px;
    border-radius: 5px;
}
.top-icons > *{
    display: none !important;
}
.top-icons > button{
    display: block !important;
}
  .header-menu {
    display: none;
    position: absolute;
    top: 110px;
    left: auto;
    right: 0vw;
    width:100vw;
    background: #000;
    padding: 10px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    z-index: 99;
  }

  .header-menu.active {
    display: flex;
  }
  .header-logo{
      width:100%;
	  margin-bottom: 15px;
      flex: none !important;
  }

  .nav-menu {
    flex-direction: column;
    gap: 10px;
  }
  
  .header-grid {
        flex-direction: row;
    }
    .nav-container, .header-contact{
        flex:none !important;
    }
    .top-featured-post{
        height: 250px;
    }
    .top-featured-post .overlay {
        padding: 25px;
        width: 100%;
    }
    .top-featured-post .top-post-title a{
        font-size: 18px;
    }
    .latest-post-sec {
        padding-right: 0px;
    }
    .three-tab .tabs-wrapper {
        padding-left: 0px;
    }
    .latest-post-sec .list-post-content h4{
        font-size:17px;
    }
    .cat-page .post-thumb,
    .cat-page .post-content{
        flex: auto;
    }
    .cat-page .post-thumb{
        max-width:100%;
    }
    .cat-page .post{
        flex-direction: column;
    }
    .sidebar{
        margin-top:30px;
    }
    .top-footer .pl-50{
        padding-left: 15px !important;
    }
    .top-footer h5{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .brand img{
        max-width: 120px;
    }
    .top-featured-post .top-post-category,
    .top-post-meta{
        font-size: 13px;
    }
    .top-post-meta span img,
    .post-meta span img{
        width: 20px;
        height:20px;
    }
    .fashion-posts.archive-fashion-posts.three-col .fashion-post,
    .fashion-posts.archive-fashion-posts.four-col .fashion-post{
        width: 100%;
    }
    .fashion-posts{
        flex-flow: wrap;
    }
    .celeb-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .fashion-section .section-title, .celeb-section .section-title, .more-news-section .section-title{
        font-size: 26px;
    }
    .more-news{
        max-width: 100%;
    }
    .more-news-item{
        flex-flow: wrap;
    }
    .more-news-img,
    .more-news-content{
        width: 100%;
        flex: auto;
    }
    .site-header, .site-footer {
        padding: 0px 20px 10px;
    }
    .rel-articles .fashion-post{
        width: 100%;
    }
    .site-header > .container{
        flex-direction: row !important;
        justify-content: space-between;
		flex-flow: wrap !important;
    }
    .custom-latest-posts .featured-post-box .post-title {
        font-size: 1.5rem;
    }
    .small-post-box .post-image img{
        height: auto !important;
    }
    .left-sticky-post {
        position: relative;
        top: 0px;
    }
    .category-sec .cat-main-box {
        display: flex;
        flex-flow: wrap;
        gap: 20px;
    }
    .category-sec .cat-main-box .cat-box img {
        width: 100px;
        height: 100px;
    }
    .left-featured-post .overlay {
        margin: 20px;
    }
    .overlay .title {
        font-size: 22px;
    }
    .related-post-item {
        flex: none;
        width: 100%;
    }
    .list-post-item .thumb img{
        width: 100%;
        height: auto;
    }
    .right-list-posts{
        flex: 1 1 100%;
    }
    .list-post-item .title{
        font-size: 18px;
    }
    .list-post-item .featured-excerpt{
        font-size: 14px;
        margin: 0px;
    }
    .right-align{
        align-items: flex-start;
    }
    .category-sec .cat-main-box .cat-box{
        width: 29%;
    }
    .fashion-posts .five.fashion-post,
    .fashion-posts > * {
        flex: 0 1 calc(100% - 0px);
        box-sizing: border-box;
    }
    .site-footer {
        padding: 0px 0px 15px;
    }
    .site-footer .top-footer {
        padding: 50px 20px;
    }
    .before-footer ul{
        text-align: left;
    }
}
