/*
 Theme Name:  Bitcoin News
 Description:  Custmom theme for Bitcoin News
 Author:       Steven Jackson
 Template:     generatepress
 Version:      1
*/


:root {
    --white: #FDFDFD;
    --black-700: #333333;
    --black-500: #636366;
    --grey-500: #B1B1B1;
    --black-800: #131313;
    --black-600: #535353;
    --red-gradient: linear-gradient(90deg, #FF0700 1.78%, #A70000 100%);
    ---grey-column-bottom-border: #CCCCCC;
    --turquoise-800: #068D9D;
    --red-400: #F04548;
    --red-500: #DD0002;
    --grey-800: #7F7F7F;
    --grey-900: #636366;
    --footer-grey: #F2F5F8;
    --turquoise-900:#007987;
}

* {
    font-family: 'Raleway', sans-serif;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}


/* General */

.active {
    display: block !important;
}

/* Header */
.show-on-sticky {
    display: none;
}

.elementor-sticky--active {
    display: block;
    background-color: rgba(253, 253, 253, 0.97) !important;
    border-bottom: 1px solid #D0D0D0;
}

.elementor-sticky--active .show-on-sticky {
    display: block;
}

/* Homepage Featured Articles */
.homepage-featured-articles {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0px 0;
    gap: 1.5em;
}

.homepage-featured-article-image {
    position: relative;
    display: none;
}

.homepage-featured-article-image-category {
    position: absolute;
    bottom: 16px;
    left: 9px;
    background-color: var(--white);
    color: var(--red-gradient) !important;
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.homepage-featured-article-image-category a{
    background: var(--red-gradient);
    -webkit-background-clip: text;
    color: transparent !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 14px;
}

.homepage-featured-article-image img{
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    min-height: 334px;
    max-height: 334px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;

}

article.homepage-featured-article-content.active {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
}

.homepage-featured-article-post-content {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
}

.homepage-featured-article-content h5 {
    margin: 0;
    color: var(--black-800) !important;
    display: flex !important;
    flex-direction: column;
    gap: 10px;

}

.homepage-featured-article-content h5 {
    margin: 0;
    color: var(--black-800) !important;
}

.homepage-featured-article-content.active h5 {
    margin: 0;
    color: var(--black-800) !important;
}

.homepage-featured-article-post-content h5{
    color: black !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    letter-spacing: -2 !important;
}


.homepage-featured-article-content .homepage-featured-article-content-meta, .homepage-featured-article-post-content-meta  {
    color: var(--black-700);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.1px;
    margin: 0;
}

/* !Homepage Featured Articles */

/* !Homepage Featured Article Post */

.homepage-featured-article-post-content h5, .homepage-featured-article-post-content-meta{
    margin: 0;
}

.homepage-featured-article-post-content h5{
    margin: 0;
}

.homepage-featured-article-post-category a{
    background: var(--red-gradient);
    -webkit-background-clip: text;
    color: transparent !important;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 0px;
    line-height: 14px;
}

/* !Homepage Featured Article Post*/

/* Homepage Latest Articles*/
.homepage-latest-article-content h5 {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.homepage-latest-article-content h5:hover {
   text-decoration: underline;
}


.homepage-latest-article-content p {
    /* margin: 0;
    background: var(--red-gradient);
    -webkit-background-clip: text;
    color: transparent !important;
    font-size: 16px;
    font-weight: 400; */
}

.homepage-latest-article-content p span{
    margin: 0;
    background: var(--red-gradient);
    -webkit-background-clip: text;
    color: transparent !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
}

.homepage-latest-articles {
    height: 640px;
    overflow-y: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.homepage-latest-articles::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px; /* Adjust as needed */
    background: linear-gradient(to top, white, transparent);
    pointer-events: none; /* Allows user interaction with content underneath */
}

.homepage-featured-articles .author-post-date-readtime, .homepage-featured-article-post-content .author-post-date-readtime{
    font-size: 14px;
    color: var(--black-500);
    line-height: 13px;
    font-weight: 400;

}

.homepage-featured-article-image-mobile img, .homepage-featured-article-image-mobile picture{
    width: 100%;
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
}

.homepage-featured-article-category {
    position: absolute;
    top: 75%;
    left: 3%;
    background-color: var(--white);
    color: var(--red-gradient) !important;
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.homepage-featured-article-category a{
    background: var(--red-gradient);
    -webkit-background-clip: text;
    color: transparent !important;
    font-size: 16px;
    font-weight: 400;
}

.image-category-group {
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.homepage-featured-article.mobile .homepage-featured-article-content h5 {
    font-size: 20px;
    color: var(--black-800) !important;
    line-height: 24px;
}

.homepage-featured-article.mobile .post-date-readtime {
    font-size: 14px;
    color: var(--black-700);
}

.homepage-featured-article-post-image {
    display: none;
 }

 .homepage-featured-article-post {
    display: flex;
 }

 .swiper-container.featured-events-slider.homepage {
    overflow: hidden;
    padding: 0px 0 35px 0;
}


.swiper-container.featured-events-slider.homepage  .card-body {
    padding: 25px !important;
}

.swiper-container.featured-events-slider.homepage .swiper-scrollbar {
    margin-top: 20px !important;
    width: 99%;
}

.swiper-container.featured-events-slider.homepage .card-body {
    display: flex;
    gap: inherit;
    padding: 30px !important;
    height: 185px;
    justify-content: space-between;
}

.swiper-container.featured-events-slider.homepage .card-body a{
    color: #252B42 !important;
    font-family: "Exo", Sans-serif;
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    line-height: 26px !important;
}

.swiper-container.featured-events-slider.homepage .card-title{
    min-height: 78px;
}

.swiper-container.featured-events-slider.homepage .card-body a::after {
    background: none;
}

.featured-events-slider.homepage .author-post-date-readtime{
font-size: 14px;
color: #636366;
}

.featured-events-slider.homepage .author-post-date-readtime svg{
    margin-top: -2px;
    }
    
    


.swiper-container.featured-events-slider.homepage .card-header{
    position: relative;
}

.swiper-container.featured-events-slider.homepage .homepage-featured-article-image-category {
    bottom: 9px;
    left: 10px;
}


.homepage-latest-article-content p {
    display: flex;
    gap: 6px;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    margin: 0;
}

.homepage-latest-article-content svg {
   width: 14px;
    height: 15px;
}

.homepage-latest-article-content h5 {
    padding-left: 16px;
    margin-left: 9px;
    border-left: 1px solid #CCCCCC !important;
    margin-bottom: 0;
    margin: 5px 0px 0px 6px;
}

@media screen and (max-width:768px) {

    
.homepage-featured-article.mobile .post-date-readtime {
    font-size: 12px;
    color: var(--black-500);
    display: flex;
font-weight: 400;
}

.homepage-featured-article.mobile .post-date-readtime .post-readtime {
    display: flex;
    align-items: center;
    gap: 5px;
}

    
    .homepage-featured-article-post-image {
        display: block;
    }
    .homepage-featured-article-post-content h5 {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .homepage-featured-article-post-category a{
        font-size: 13px !important;
    }

    .homepage-featured-article-post-category img, .homepage-featured-article-post-category picture{
        height: 100%;
    }

    
    .homepage-featured-article-post {
        display: grid;
        grid-template-columns: 0.6fr 1fr;
        gap: 8px;
    }

    .homepage-featured-article-post-image {
        /*height: 100% !important;
        object-fit: cover;
        display: flex;
        align-items: center;
        */
        
        border-radius: 16px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }

    .homepage-featured-article-post-image a{
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        height: 100% !important;
        object-fit: cover;
    }

    .homepage-featured-article-post-image img, .homepage-featured-article-post-image picture{
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        height: 100% !important;
        object-fit: cover;
    }

    .homepage-latest-article-content h5 {
        padding-left: 12px;
        margin-left: 7px;
        border-left: 1px solid;
        margin-bottom: 0;
        padding-bottom: 0px;
        line-height: 19px !important;
        color: #282828 !important;
    }
   

    .homepage-latest-article-content-meta svg {
        display: block;
    }

    .homepage-latest-article-content p {
        font-size: 12px;
    }

    .homepage-featured-article-category {
        top: 79%;
        left: 2%;
    }
    
}


/* !Homepage Latest Articles*/

/* Mega Menu */
.mega-menu-posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5em;
    display: none;
    gap: 16px;
}

.mega-menu-posts.active {
    display: grid !important;
}

.mega-menu-posts .post-item {
    display: grid;
    grid-template-columns: 122px 332px;
    gap: 13px;
    padding: 0px;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 501px;
    padding: 8px 8px 0px 8px;
}
.mega-menu-posts .post-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: -5px;
    min-height: 70px;
}


.mega-menu-posts .post-item:hover {
  background: white;
}

.mega-menu-posts .post-item:hover .post-category{
    color: var(--grey-800) !important;
  }

.mega-menu-posts .post-item:hover h5{
    background: white;
color: var(--black-500) !important;  
}

.mega-menu-posts .post-image {
    flex: 1;
    position: relative;
   
}

.mega-menu-posts .post-image img {
    width: 122px;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    max-height: 69px;
}

.mega-menu-posts .post-details h5{
    flex: 2;
    font-size: 14px;
    color: var(--white);
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 20px;
}



.mega-menu-posts .post-details a{
    color: var(--white) !important;
}


.mega-menu-posts .post-item:hover .post-details a{
    color: var(--black-700) !important;
  }

.mega-menu-posts .post-details .post-category{
    flex: 2;
    font-size: 14px;
    color: var(--grey-500) !important;
    font-weight: 700;
    display: flex;
    line-height: 19px;
}
.mega-menu-posts .post-details .post-category a{
    color: var(--grey-500) !important;
    font-size: 14px;
    line-height: 19px;
}

/* !Mega Menu */


/* Events */

.events-by-month .month-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.month-wrapper {
    padding: 0 30px;
    height: calc(100% + 300px);
    max-height: 565px;
    overflow-y: hidden;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.month-group.expanded .month-wrapper {
    height: 100%;
    max-height: 100%;
}

.month-wrapper.expanded {
    height: 100%;
    min-height: 100%;
}

.month-wrapper.no-blue {
    height: 100%;
    min-height: 100%;
}

.month-wrapper:first-child {
    padding-left: 0;
}

.month-wrapper:last-child {
    padding-right: 0;
}


/* .month-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to top, white, transparent);
    pointer-events: none; 
} */

.month-wrapper.expanded::after {
    height: 0px;
}


.month-wrapper.no-blue::after {
    height: 0px;
}


.month-wrapper.expanded .see-more {
    display: none;
    cursor: pointer;
}


.month-wrapper h3 {
    padding: 0;
    margin-bottom: 36px;
    line-height: 28px !important;
}

.month-wrapper ul  {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.month-wrapper ul li {
    display: flex;
    flex-direction: column;
    padding: 0px;
    /* gap: 5px; */
}

.events-by-month.calendar-view .month-wrapper ul li {
    gap: 3px;
}

.month-wrapper h3 {
    font-size: 20px !important;
    font-weight: 400;
}

.month-wrapper sup {
   text-transform: uppercase;
   font-size: 9px;
}

.month-wrapper ul li p{
 margin-bottom: 0;
 color: var(--black-500);
 display: flex;
    align-content: center;
    align-items: center;
}

.month-wrapper ul li p span{
       padding-left: 7px;

   }
   

.month-wrapper ul li a {
    /* background: var(--red-gradient);
    -webkit-background-clip: text; */
    color: var(--red-500) !important;
    text-decoration: underline;
    /* position: relative;
    width: fit-content; */
}

/* .month-wrapper ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--red-gradient);
} */

.month-wrapper ul li img {
    /* padding-right: 5px; */
    width: 12px;
    /* height: 14px; */
}

.month-wrapper ul li .discounted {
    color: var(--turquoise-800);
    font-size: 14px;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 5px;
    line-height: 13px;
}

.month-wrapper ul li .discounted img {
    /* padding-left: 5px; */
    width: 16px;
}




.month-wrapper:not(:last-child) {
    border-right: 1px solid  var(---grey-column-bottom-border);
}

hr.events.divider {
    background-color: var(---grey-column-bottom-border);
    margin: 40px 0;
}

.month-wrapper ul li {
    padding-left: 0;
}

.month-wrapper ul li.inactive {
    /* background-color: #f7f7f7;
    padding: 15px; */
}

.month-wrapper .see-more {
    position: absolute;
    bottom: 2%;
    z-index: 99;
    left: 35%;
    color: var(--black-800);
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 37%);
    padding: 5px 15px;
    background: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}

.month-wrapper.inactive ul{
    gap: 1em;
}

#events-list-view, #events-calendar-view {
    cursor: pointer;
}

.events-list.list-view {
    display: none;
}


.events-list.list-view th{
    text-align: left;
    background-color: rgba(0, 0, 0, 0.06);
}

.events-list.list-view a {
    background: var(--red-gradient);
    -webkit-background-clip: text;
    color: transparent !important;
    position: relative;
    width: fit-content;
text-decoration: underline;
}

.events-list.list-view a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--red-gradient);
}

.events-list.list-view .event-item.inactive {
    background-color: #f7f7f7;
    padding: 15px;
}

.events-list.list-view.accordion {
    display: block;
    border: 1px solid #B9B9B9;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.events-list.list-view.accordion table{
    margin: 0;
    border-bottom: 1px solid #B9B9B9;
}

.events-list.list-view.accordion td{
    padding: 15px;
}

.month-content {
    display: none;
    overflow: hidden;
    font-size: 16px;

}

.month-content a{
    background: var(--red-gradient);
    -webkit-background-clip: text;
    color: transparent !important;
    position: relative;
    width: fit-content;
    text-decoration: underline;
    font-weight: bold;
}


.month-header {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.06);
    padding: 10px;
    display: flex !important;
    padding: 15px 15px;
    font-weight: bold;
    justify-content: space-between;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #B9B9B9;
}

.month img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.month.active img {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

/* .month:first-of-type .month-header {
    border-radius: 5px 5px 0;
    -webkit-border-radius: 5px 5px 0;
    -moz-border-radius: 5px 5px 0;
    -ms-border-radius: 5px 5px 0;
    -o-border-radius: 5px 5px 0;
}

.month:last-of-type .month-header {
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
} */

span.circle {
    padding: 0 8px;
}

.events-list.list-view.accordion .month-content .event-item:nth-child(odd) {
    background-color: var(--footer-grey);
}

/* .events-list.list-view .event-item.inactive {
    background-color: #f7f7f7 !important;
} */


/* Featured Events */

.featured-events {
    display: grid;
    overflow: auto;
    width: max-content;
    gap: 50px;
    padding: 20px 10px;
}

.featured-events-container {
    overflow: overlay;
}

.event-card {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.096);
    width: 100%;
    max-width: 300px;
}

.event-card h3 {
    font-size: 18px !important;
    font-weight: 400;
    margin: 0;
}

.event-card p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.event-card a img {
    object-fit: cover;
    width: 100%;
    height: 200px;
    border-radius:  10px 10px 0;
    -webkit-border-radius:  10px 10px 0;
    -moz-border-radius:  10px 10px 0;
    -ms-border-radius:  10px 10px 0;
    -o-border-radius:  10px 10px 0;
}

.event-card-content {
    padding: 0 15px 15px 15px;
    display: flex;
    flex-direction: column;
}

.event-card-content p {
    display: flex;
    gap: 0.5em;
    align-items: center;
}

.event-card .event-card-content a {
    background: var(--red-gradient);
    -webkit-background-clip: text;
    color: transparent !important;
    position: relative;
    width: fit-content;
    margin-bottom: 5px;
}

.event-card .event-card-content a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--red-gradient);
}


.event-card .discounted {
    color: var(--turquoise-800);
    font-size: 14px;
    display: flex;
    align-items: center;
    align-content: center;
}

.event-card .discounted img {
    padding-left: 5px;
}

.featured-events-slider .card{
    border-radius: 10px;
background: var(--White-White-100, #FDFDFD);
box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.10), 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
    width:284px;
    min-height: 337px;
    max-height: 337px;
}

.featured-events-slider .card .featured-img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 203px;
    border-radius:  10px 10px 0 0;
    -webkit-border-radius:  10px 10px 0 0;
    -moz-border-radius:  10px 10px 0 0;
    -ms-border-radius:  10px 10px 0 0;
    -o-border-radius:  10px 10px 0 0;


}


.swiper-container .swiper-slide{
    justify-content: flex-start;
}


.swiper-container.featured-events-slider .card-body{
    padding: 15px 15px 11px 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.swiper-container.featured-events-slider .card-body h5, .swiper-container.featured-events-slider .card-body p{
    margin: 0;
}

.swiper-container.featured-events-slider .card-body a {
    /* background: var(--red-gradient);
    -webkit-background-clip: text; */
    color: var(--red-500) !important;
    text-decoration: underline;
    position: relative;
    width: fit-content;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
}


.swiper-container.featured-events-slider.homepage .card-body a {
    background: none;
    -webkit-background-clip: none;
    color: #252B42 !important;
    position: relative;
    width: auto;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 26px;
    text-decoration: none;
}

/* .swiper-container.featured-events-slider .card-body a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--red-gradient);
} */

.swiper-container.featured-events-slider .card-body .card-title{
    margin-bottom: 3px;
}
.location-img, .calendar-img {
   width: 12px;
}

.swiper-container.featured-events-slider  {
    padding: 0px 0 35px 0;
    overflow: hidden;
}

.swiper-container.featured-events-slider .card-text {
    display: flex;
    gap: 0.5em;
    align-items: center;
    color: var(--black-500);
    line-height: 25px;
}

.swiper-container.featured-events-slider .card-text.discounted {
    color: var(--turquoise-800);
    font-size: 14px;
} 

.card-text sup {
    margin-left: -8px;
    text-transform: uppercase;
    font-size: 9px;
}
/* Swiper Slide */

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    color: var(--red-400);
  }

  .swiper-slide .media-partner-img-wrapper {
    min-height: 75px;
    display: flex;
    align-content: center;
    align-items: center;
}

.swiper.media-partner-carousel {
    height: 150px;
}

@media (max-width: 640px) {

    .homepage-latest-article-content h5 {
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 20px !important;
    }


    .media-partner-carousel .swiper-pagination, .media-partner-carousel .swiper-button-next, .media-partner-carousel .swiper-button-prev {
        display: none;
    }

    .events-list.list-view.accordion .month-name{
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 19px;
        font-family: "Exo", Sans-serif;
    }

    .events-list.list-view a::after {
        bottom: 6px;
    }

    .events-list.list-view.accordion .event-date {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 25.2px;
    }

    .events-list.list-view.accordion td {
        padding: 10px 12px;
    
    }

    .month-header {
        padding: 10px 12px;

    }

    .swiper-container.featured-events-slider .card-body {
        height: 120px !important;
    }

    .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper {
        overflow: visible !important;
    }
}


/* Archive Page */

.archive-featured-article-content {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.archive-featured-article-content a h5{
    margin: 0;
}


.archive-latest-article-content{
    display: grid;
    grid-template-columns: 269px 1fr;
    gap: 1em;
}

.archive-latest-article-content .archive-latest-article-image img, .archive-featured-article-content .archive-featured-article-image img{
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
}
.archive-featured-article-content .archive-featured-article-image img {
    min-height: 334px;
    max-height: 334px;
}
.archive-latest-article-content .archive-latest-article-image img {
    min-height: 151px;
    max-height: 151px;
    width: 269px;
}


.archive-latest-article-details a h5{
    font-size: 18px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

.archive-featured-article-content-excerpt {
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    color: #282828;
    line-height: 25px;
    padding-bottom: 2px;
}


.archive-latest-articles .archive-featured-article-content-excerpt {
    line-height: 22px;
}

.archive-latest-article-content .archive-latest-article-image img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.archive-latest-articles .archive-latest-article-details {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.archive-blog-post-item {
    display: grid;
    grid-template-columns: 0.2fr 1fr;
    gap: 1em;
    align-items: center;

}

.archive.category .category-post-item-date{
    color: #636366 !important;
    background: none;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
}

.archive.category .category-post-item {
    padding-left: 34px !important;
}

.archive.category .category-post-item {
    padding-top: 5px !important;
    gap: 0px 17px !important;
    padding-bottom: 25px !important;

}

.archive.category .post-item-content{
    height: 100%;
}



.archive.category .author-post-date-readtime {
    font-size: 14px;
    color: var(--grey-700);
    display: flex;
    color: var(--grey-800);
}

.archive-latest-article-details a h5{
    padding-bottom: 8px;
    line-height: 22px;
}

.archive-latest-articles{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 768px) {

    .archive.category .author-post-date-readtime {
        font-size: 12px !important;
        font-weight: 400;
        line-height: 20px;
    }
    .archive-latest-articles .archive-latest-article-details {
        height: 100%;
    }
   
    .archive-featured-article-content-excerpt {
        display: none;
    }

    .archive-latest-article-content {
        grid-template-columns: 0.8fr 1fr;
        display: grid;
        gap: 8px;
        align-items: center;
    }
    
    .archive-latest-article-details a h5{
        font-size: 14px;
        list-style: none;
        line-height: 19px;
        padding-bottom: 0px;
        font-weight: 600;
        padding-bottom: 10px;
    }

    .archive.category .category-post-item-date {
        margin-bottom: 0 !important;
    }

    .archive.category .post-item-content p{
        display: none !important;
    }

    .archive.category .post-item-content h6 {
        font-weight: 600 !important;
        line-height: 20px !important;
        padding-bottom: 8px;
        padding-top: 5px;
    }

    .archive.category .category-post-item {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    
    .archive-latest-article-image {
        height: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    }

    .archive-latest-article-image img, .archive-latest-article-image picture{
        height: 100%;
    object-fit: cover;
    
    }

    .archive.category .category-post-item{
        padding: 0 15px 10px 15px;
        display: flex;
    }

    .archive.category .category-post-item img{
        border-radius: 11px;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        -ms-border-radius: 11px;
        -o-border-radius: 11px;
}

    .archive.category .img-wrapper, .archive.category .loader-post-read-time {
        display: none;
    }

    .archive.category .category-post-item-date {
        background: var(--red-gradient);
        -webkit-background-clip: text;
        color: transparent !important;
        position: relative;
        width: fit-content;
        margin-bottom: 5px;
        font-size: 12px;
    }

    .archive.category .post-item-content h6{
        font-size: 16px;
        font-weight: bold;
        height: 100%;
    }


    .archive.category .post-item-content {
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: 100%;
        justify-content: space-between;
    }

    .archive.category  .author-post-date {
        /* line-height: inherit; */
    }

    .archive.category .author-post-date-readtime svg{
        /* line-height: 0; */
        margin-top: -2px;;
    }

    .archive-category-slider-mobile.swiper-container{
        padding: 0 25px 0 0px;
    
    }

    .archive-category-slider-mobile .swiper-slide{
        justify-content: center;
        /* min-width: 89px !important; */
        width: fit-content !important;

    }

    .archive-category-slider-mobile .swiper-slide a{
        display: flex;;
        font-size: 14px;
        gap: 4px;
    }

    .archive-category-slider-mobile .swiper-slide a.current{
        font-weight: bold;
    }

    .archive-category-slider-mobile .swiper-slide a.current .icon-list-text{
        font-weight: 700;
    }

    
    .archive-category-slider-mobile .swiper-slide a span{
        display: flex;
        align-content: center;
        align-items: center; 
        min-width: 24px;
        width: fit-content;
        font-weight: 400;
    }

    .archive-category-slider-mobile .swiper-slide a.press span.icon-list-text{
        line-height: 16px;
    }

    .archive-category-slider-mobile .swiper-slide a.press span.icon-list-icon,.archive-category-slider-mobile .swiper-slide a.sponsored span.icon-list-icon{
        min-width: 26px;
    }
    
    .archive-category-slider-mobile .swiper-slide a.press  {
        margin-top: 3px;
    }
    .archive-category-slider-mobile .swiper-slide a.culture  {
        margin-right: 100px;
    }

    #posts-wrapper article {
        margin-bottom: 5px;
    }

}

/* About Page */

.team-members.grid {
    display: grid;
    grid-template-columns: 240px 240px 240px 240px;   
    gap: 3em 1.5em;
}

.team-member h4{
    font-size:  24px !important;
    line-height: 27px !important;
    font-weight: 700;
    margin: 0;
    color: var(--white) !important;
    text-align: center;
}

.team-member p{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin: 0;


}
.team-member {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 2px 3px 10px 0px rgb(0 0 0 / 37%);
    display: flex;
    flex-direction: column;
}


.team-member .image-container {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.team-member .image-container img, .team-member .image-container picture {
  height: 250px;
  object-fit: cover;
  width: 100%;
  object-position: center;
}


.team-member .overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    background: rgba(255, 0, 0, 0.2);
    color: white;
    padding: 15px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(100%);
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);

}

.team-member .chevron{
  position: absolute;
  top: -8px;
  left: 50%;
  text-align: center;
  height: 16px;
  width: 44px;
  color: white;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: rgba(255, 0, 0, 0.2);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.3s ease;

}

.team-member  .chevron-content {
  position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.team-member  .chevron .chevron-content img, .team-member  .chevron .chevron-content picture{
  opacity: 1;
}


.team-member:hover .overlay {
    opacity: 1;
   transform: translateY(0%);
   -webkit-transform: translateY(0%);
   -moz-transform: translateY(0%);
   -ms-transform: translateY(0%);
   -o-transform: translateY(0%);

} 

@media screen and (max-width: 768px) {
    .team-members {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 1em;
    }

    .team-member .image-container img, .team-member .image-container picture {
      height: 150px;
    }
    .team-member .image-container {
      height: 150px;
  }

  .overlay-inner-content h4{
    font-size: 12px !important;
    line-height: 14px !important;
  }

  .team-member p {
    font-size: 8px;
    line-height: 8px;;
    padding-bottom: 10px;
    padding-top: 6px;
}

.team-member .overlay {
  padding: 10px 10px 0px 10px;
}

  
}

/* Single Post Page */

.bitcoin-progress-tracker .elementor-widget-container{
    background-size: 50% auto !important;
}

.post-category-breadcrumb{
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    font-weight: 700;
}

.post-category-breadcrumb svg{
    width: 4px;
    height: 4px;
}

.post-category-breadcrumb .logo svg{
    width: 18px;
    height: 18px;
}

.post-category-breadcrumb a{
    display: flex;
}

.post-category-breadcrumb img, .post-category-breadcrumb picture{
    width: 36px;
    display: flex;
}


.single-post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--black-500);
    font-size: 16px;
}

.single-post-meta a{
    color: var(--black-500) !important;
    text-decoration: underline !important;
}

.author-name{
    line-height: 23px;
}

.single-post-meta .author-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.single-post-meta .author-info .author-image{
    display: flex;
}

.single-post-meta .author-info img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;

}

.single-post-meta .post-info {
    display: flex;
    gap: 1.5em;
    align-items: center;
}

.single-post-meta .post-info > div {
    display: flex;
    gap: 0.5em;
    align-items: center;
}


.related-articles {
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.related-article {
    display: grid;
    grid-template-columns: 214px 1fr;
    gap: 17px;
    align-items: center;
}

.related-article-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.related-article-content h6{
   margin: 0;
}

.related-article-author {
   margin-top: -25px;
}

.related-article-meta {
    display: flex;
    gap: 1em;
    color: var(--grey-800);
}


.related-article-author {
    color: var(--black-800);
}

.related-article-author a{
    color: var(--black-800) !important;
    text-decoration: underline  !important;
}

.author-post {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 1em;
    align-items: center;
}

.author-post a img {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.author-post-category a {
    background: var(--red-gradient);
    -webkit-background-clip: text;
    color: transparent !important;
    position: relative;
    width: fit-content;

}

.author-post-title{
    line-height: 19px !important;
    margin: 0;
}

.author-post-title a{
    font-size: 14px !important;
    font-weight: 700;
    margin: 0;
    color: var(--black-800);
    line-height: 19px !important;
}

.author-posts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.author-post-category{
    line-height: 13px;
}

.author-post-category a{
font-size: 13px;
}

.author-post-date-readtime {
    font-size: 12px;
    color: var(--grey-700);
    display: flex;
}

.author-post-readtime{
    display: flex;
    align-items: center;
    gap: 8px;
}

.single-post-newsletter-signup {
    position: relative;
    /* Add dimensions if necessary */
    min-height: 60px; /* Adjust as needed */
}


.single-post-newsletter-signup::before,
.single-post-newsletter-signup::after {
    content: url('/wp-content/uploads/2024/04/Top-Left-Corner.png') !important;
    position: absolute;
    width: 50px; 
    height: 50px; 
    z-index: 1; 
}



.single-post-newsletter-signup::before {
    top: 0;
    left: 0;
}

.single-post-newsletter-signup::after {
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.related-article-image {
    position: relative;
    max-height: 160px;
    overflow: hidden;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    flex-direction: column;
    max-height: 119px;
    width: 214px;
    
}

.related-article-title{
    margin-bottom: 10px;
    font-family: Exo, sans-serif;
}

.related-article-image img {
    object-fit: cover;
}


.overlay-category-wrapper {
    position: absolute;
    bottom: 11px;
    left: 5px;
    background: var(--white);
    color: var(--white);
    padding: 0px 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.overlay-category{
    background: var(--red-gradient);
    -webkit-background-clip: text;
    color: transparent !important;
    position: relative;
    width: fit-content;
    font-size: 13px;
}
.category-wrapper {
    display: none;
}

@media screen and (max-width: 768px) {
    .single-post-meta  .read-time{
        display: none !important;
      
    }

    .single-post-meta .author-info .author-image{
        width: 100%;
        max-width: 30px;
        max-height: 30px;
    }

    .single-post-meta  .author-image img{
        width: 100%;
        max-width: 30px;
        max-height: 30px;
        object-fit: cover;
    }

    .single-post-meta {
        font-size: 12px;
    }

    .related-article-author {
        display: none;
    }

    .related-article {
        grid-template-columns: 1fr;
        grid-template-columns: 0.5fr 1fr;
        gap: 10px;
    }

    .related-article-title {
        font-size: 14px;
        margin: 0;
    }

    .related-article-meta {
        font-size: 12px;
    }

    .related-article-read-time{
        display: flex;
        align-items: center;
        gap: 7px;
    }

    .overlay-category-wrapper {
        display: none;
    }

    .category-wrapper {
        display: flex;
    }

    .category-wrapper a{
        background: var(--red-gradient);
        -webkit-background-clip: text;
        color: transparent !important;
        position: relative;
        width: fit-content;
        font-size: 13px;
    }

    .related-article-image {
        position: relative;
        max-height: 160px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 11px;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        -ms-border-radius: 11px;
        -o-border-radius: 11px;
}
    
    .related-article-image img, .related-article-image picture {
        width: 100%; /* Fill the full width */
        height: 100%; /* Fill the full height */
        object-fit: fill; /* Stretch the image to fill the box, ignoring aspect ratio */
    }
}


.author-bio{
    font-size: 20px;
    color: var(--black-500);
    line-height: 28px;
    font-weight: 400;
}

/* Author profile page */



.author-image img{
    height: 34px !important;
    width: 34px !important;
    position: relative;
    top: 4px;
    object-fit: cover;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.archive.author .category-post-item-date {
display: none;
}

.archive.author  .category-post-item {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

@media screen and (max-width: 768px) {

    .author-image{
        text-align: center;
        display: flex;
        justify-content: center;
    }
    
    .author-image img{
        height: 121px !important;
        width: 121px !important;
        object-fit: cover;
    }
    
}


.author-fullname h1 {
    font-weight: 700;
    font-size: 32px !important;
    margin: 0;
    color: var(--black-800) !important;
    line-height: 35px !important;
}


/* Fluent Forms */


/* Search Results */


.search-results-item .category {
    background-color: white;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;

}

.search-results-item .category a {
    background: var(--red-gradient);
    -webkit-background-clip: text;
    color: transparent !important;
    position: relative;
    width: fit-content;
    font-size: 14px;
}

.search-results-post-date {
    margin-bottom: -18px;
}

.search-results-post-date {
    font-size: 14px;
    color: var(--grey-700);
    display: flex;
    gap: 10px;
    align-items: center;
    background: var(--red-gradient);
    -webkit-background-clip: text;
    color: transparent !important;
    position: relative;
    width: fit-content;
    font-size: 14px;
}


.search-results-item .author-name-and-readtime{
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--grey-700) !important;
    font-size: 14px !important;
}

.search-results-item span.circle {
    padding: 0 5px;
}
.search-results-item  .post-category {
    width: fit-content;
}


 /* Marquee styles */

 .marquee {
    background: rgba(248, 248, 248, 1);
 }
 .marquee img {
  padding-right: 6px;
  /* padding-left: 15px; */
  /* margin-top: -7px; */
  /* margin-right: 3px; */

}

.marquee h3 {
  font-family: 'Exo', sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0px;
}

.marquee .category {
  margin-left: 4px;
}

.marquee #price1 span {
  margin-left: 4px !important;
}

.marquee .positive-change {
  color: green;
}

.marquee .negative-change {
  color: var(--red-500);
  margin-left: -5px;
}

.marquee {
  left: 0px !important;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 0 solid;
  font-weight: 400;
  color: #050505;
  font-size: 15px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  padding: 4px 0px;
  padding-left: 40px;
}

.marquee .scroll {
  width: 100%;
  display: flex;
}

.marquee div {
  font-weight: 400;
  color: #050505;
  font-size: 16px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  width: max-content;
  padding: 5px 0;
}

.marquee p {
 padding-left: 8px;
 color: var(--black-800);
 font-size: 16px;
 line-height: 22px;
}

.marquee p:last-child  {
    padding-left: 8px;
    color: var(--black-800);
   }
.marquee div:last-child {
  margin-right: 70px;
}


.marquee > div  {
  gap: 70px;
}



#price1,
#bitcoin-dominance,
#nodes-value,
#lightning-channels-value,
#mining-difficulty,
#hashrate-value,
#fear-greed-value,
#network-capacity-value {
  /* margin-left: 10px; */
font-weight: bold;
}

.marquee {
opacity: 1; /* Inicia com opacidade 0 */
transition: opacity 0.2s ease-in-out; /* Adiciona uma transição suave de 1 segundo */
}

.marquee.show {
opacity: 1; /* Altera para opacidade 1 quando a classe 'show' é adicionada */
}


.marquee p {
  margin-bottom: 0;
}

/* Responsive marquee */
@media (max-width: 767px) {
  .marquee .category {
    font-size: 13px;
  }

  .marquee h3 {
    font-size: 13px;
  }

  .marquee div {
    font-size: 13px;
    padding: 3px 0;
  }

  .marquee div p{
    font-size: 13px;
  }

  .marquee {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* 

.elementor-button {
    position: relative;
  }
  
.elementor-button::after {
    content: "";
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border: 2px solid #DD0002;
    border-radius: 11px;
  } 
  
  */


/* EXTRA - Custom button Styling*/
/* 
selector .elementor-button {
  position: relative;
}

selector .elementor-button::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border: 2px solid #DD0002;
  border-radius: 11px;
} 


Form Fluent Forms
selector button {
  position: relative;
  border: 1px solid white;
}

selector button::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  border: 2px solid #DD0002;
  border-radius: 11px;
} 


selector {
    width: 458px;
}


selector p{
    margin-bottom: 0;
}
*/



.elementor-sticky--active .e-con-inner {
    padding: 20px 0 !important;
}

.elementor-sticky--active .e-con-inner  .e-n-menu-title {
    padding-top: 0;
    padding-bottom: 0;
}


.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    display: none;
}


.related-article-meta, .related-article-author, .related-article-author a {
    font-size: 14px;
    color: var(--grey-800) !important;
    line-height: 20px;
}

.page-id-27872 .marquee-wrapper {
    display: none !important;
}

.media-partner-carousel img{
    max-height: 120px;
}


.featured-events-slider.homepage .card{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.096);
    width: 420px;
    min-height: 435px;
    max-height: 435px;
}

.featured-events-slider.homepage .card .featured-img {
    height: 250px;
}

.featured-events-slider.homepage .card .homepage-featured-article-image-category a {
    font-size: 15px;
}


.author-firstname-articles h5 {
    margin-bottom: 0;
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
        left: 97%;
  }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0%;
    }

    .media-partner-carousel .swiper-slide {
        padding:  0 ;
    }
    
    .archive.author .category-post-item {
        margin: 0;
    }

    .archive.author .alm-listing>li.alm-item img {
        width: 269px !important;
        max-width: 100% !important;
    }

    .archive.author .category-post-item {
        grid-template-columns: 269px 1fr;
    }

    .homepage-featured-article-post-category {
        line-height: 19px;
        padding-bottom: 0px;
    }

    .swiper-container.featured-events-slider.homepage .card-body a {
        line-height: 20px;
    }

    .search-results-item .category {

    }

    .search-results-item .category a {
        font-size: 14px;

    }

    .archive-category-desktop {
        display: flex;
        color: var(--grey-800);
        font-size: 16px;
        gap: 40px;
        line-height: 22px;
        font-weight: 700;
        align-items: center;
        justify-content: space-between;
        border-radius: 12px;
        border: 1px solid rgba(6, 141, 157, 0.50);
        background: rgba(221, 238, 241, 0.10);
        padding: 12px 30px;
    }

    .archive-category-desktop .category-item a{
        display: flex;
        color: var(--grey-800);
        gap: 8px;
        align-content: center;
        align-items: center;
    }

    .archive-category-desktop .category-item a.current{
        color: var(--turquoise-900);
    }

    .archive-category-desktop .category-item a .icon-list-icon svg{
        width: 21px;
        height: 21px;
    }

    .archive-category-desktop .category-item a .icon-list-icon picture{
       display: flex;
    }


    .archive-category-desktop .category-item a .icon-list-text {
        font-weight: 500;
    }

    
    .archive-category-desktop .category-item a.current .icon-list-text {
        font-weight: 700;
    }

    .archive-category-desktop span.icon-list-icon{
        min-height: 33px;
        display: flex;
        align-items: center;
    }


    .category-post-item-date{
        background: var(--red-gradient);
        -webkit-background-clip: text;
        color: transparent !important;
        position: relative;
        width: fit-content;
    }

    .swiper-container.archive-category-slider-mobile {
        overflow: hidden;
    }

@media (max-width: 767px) {

    .swiper.media-partner-carousel {
        height: 63px;
    }


    .swiper-container.featured-events-slider.homepage .homepage-featured-article-image-category {
        bottom: 5px;
        left: 5px;
        padding: 4px 6px;
        line-height: 0 !important;
    }

    .featured-events-slider.homepage .card{
        width: 100%;
        min-height: auto;
        max-height: auto;
    }
    .featured-events-slider.homepage .card .featured-img {
        height: 124px;
    }

    .swiper-container.featured-events-slider.homepage .card-body {
        padding: 10px 10px 10px 10px !important;
        gap: 20px;
        min-height: 159px;

    }


    .swiper-container.featured-events-slider.homepage .card-body a {
        font-size: 16px;
        line-height: 20px !important;
    }

    .featured-events-slider.homepage .card .homepage-featured-article-image-category a {
        font-size: 12px;
        line-height: 13px;
    }

    .featured-events-slider.homepage .author-post-date-readtime {
        font-size: 12px;
    }

    .swiper-container.featured-events-slider.homepage .homepage-featured-article-image-category {
        line-height: 22px;
    }

    .swiper-container.featured-events-slider.homepage .card-title {
        min-height: 66px;
    }

    .homepage-featured-article-post-image img, .homepage-featured-article-post-image picture {
        max-height: 90px !important;
        max-width: 90px;
        object-fit: cover;
        border-radius: 6px !important;
    }


    .homepage-featured-article-post {
        display: grid;
        grid-template-columns: 90px 1fr;
        gap: 10px;
    }

    .homepage-featured-article-post-content h5 {
        line-height: 19px !important;
        font-weight: 600;
    }

    .homepage-featured-article-post-content .author-post-date-readtime {
        font-size: 12px;
        color: var(--black-500);
    }

    .elementor-sticky--active .e-con-inner {
        padding: 10px 0 !important;
    }

    .post-category-breadcrumb {
        font-size: 12px;
    }
    .post-category-breadcrumb svg{
       width: 18px;
    }

    .post-category-breadcrumb {
        gap: 5px;
        color: var(--black-600);
    }

    h2.wp-block-heading {
        color: var(--black-500) !important;
        font-size: 14px !important;
        line-height: 19px !important;
    }

    .media-partner-carousel .swiper-slide {
        padding: 0px;
    }
    

    
    .events-list.list-view.accordion .month-content .event-item:nth-child(odd) {
        background-color: #f7f7f7;
    }

    .archive-featured-article-content .archive-featured-article-image img {
        min-height: 196px;
        max-height: 196px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }

    .archive-latest-article-content .archive-latest-article-image img {
        min-height: 90px;
        max-height: 90px;

    }

    .archive-latest-article-content {
        grid-template-columns: 135px 1fr;
    }

    .archive-latest-article-details {
        margin-top: -10px;
    }

    a.elementor-item.has-submenu.highlighted{
        padding-bottom: 10px !important;
    }

    .archive.category .marquee p{
        display: block !important;
        font-size: 14px;
    }

    .featured-events-slider .card {
        min-height: 244px;
        max-height: 367px;
    }

    .swiper-container.featured-events-slider .card-body a {
        font-weight: 500;
line-height: 25px; 
        font-size: 14px;
    }

    .events-list.list-view.accordion .event-title {
        display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: -2px;

    }

    .events-list.list-view.accordion .event-title .discounted{
        color: #068D9D;
        font-size: 10px;
    font-weight: 500;
    line-height: 13px;
    display: flex;
    gap: 5px;
    }

    .swiper-container.featured-events-slider .card-text {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 25.2px;
    }

    .swiper-container.featured-events-slider .card-text.discounted {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 13px;
    }

    .swiper-container.featured-events-slider .card-body {
        padding: 12px !important;
    }

    .featured-events-slider .swiper-slide img {
        height: 142px;
        min-height: 142px !important;
        max-height: 142px !important;
    };

    .media-partner-carousel .swiper-slide {
        padding: 0px;
        justify-content: flex-start;
    }

    .single-post-related-articles.single-post .related-article{
        grid-template-columns: 90px 1fr !important;
        gap: 10px;
    }

    .single-post-related-articles.single-post .related-article-image {
        width: 90px;
        height: 90px;
    }

    .single-post-related-articles.single-post .related-article-title {
       font-size: 14px;
       line-height: 19px;
       padding-bottom:7px;
       padding-top: 4px;
    }

    .single-post-related-articles.single-post .related-article-image img, .single-post-related-articles.single-post .related-article-image picture {
        width: 90px;
        height: 90px;
        object-fit: cover;
        object-position: top;
    }

    .single-post-related-articles.single-post .related-article-meta {
        font-size: 12px;
        line-height: 19px;
    }

    .single-post-related-articles.single-post .category-wrapper {
        font-size: 13px;
        line-height: 14px;
    }
  }
  

  #mega-menu-categories .elementor-icon-list-item > a.active{
    font-weight: 700 !important;
  }

  #events-calendar-view h3, #events-list-view h3{
    color: var(--grey-500) !important;
  }

  #events-calendar-view svg path, #events-list-view  svg path{
    fill: var(--grey-500) !important;
  }


  #events-calendar-view.active h3, #events-list-view.active h3{
    color: var(--black-500) !important;
  }

  #events-calendar-view.active svg path, #events-list-view.active svg path{
    fill: var(--black-500) !important;

  }


  .archive.author .author-post {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 1em;
    align-items: center;
}

.archive.author .author-post img, .archive.author .author-post picture {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    height: 90px;
    object-fit: cover;
}




.archive.author  .author-image img, .archive.author  .author-image picture {
    min-height: 200px;
    min-width: 200px;
    display: block;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media screen and (max-width: 768px) {

    .archive.author  .author-image img, .archive.author  .author-image picture {
        min-height: 121px;
        min-width: 121px;
    }

    .team-members.grid {
        grid-template-columns: 100px 100px 100px !important;   
        gap: 15px 25px !important;
    }
    
}


.archive-category-desktop .category-item a:hover {
    color: var(--black-800);
    text-decoration: underline;
}

.featured-events-slider .swiper-slide img {
	max-height: 203px;
	min-height: 203px;
}


.featured-events-slider.homepage .swiper-slide img {
    max-height: 243px;
    min-height: 243px;
    border-radius: 10px 10px 0 0 ;
    -webkit-border-radius: 10px 10px 0 0 ;
    -moz-border-radius: 10px 10px 0 0 ;
    -ms-border-radius: 10px 10px 0 0 ;
    -o-border-radius: 10px 10px 0 0 ;
}

@media screen and (max-width: 768px) {

    .featured-events-slider.homepage .swiper-slide {
        /* width: 221px !important; */
    }

    .featured-events-slider.homepage .swiper-slide .card-body {
        max-height: 116px;
        min-height: 116px;
        gap: 0;
    }
    

    .featured-events-slider.homepage .swiper-slide img {
        max-height: 124px !important;
        min-height: 124px !important;
     
    }

    .homepage-latest-articles {
        height: 475px !important;
    }
    
}



.post-item-content p {
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--black-500);
}


.alm-btn-wrap {
    display: none !important;
}


body.no-twitter .elementor-social-icons-wrapper .elementor-grid-item:first-child{
    display: none !important;
}

body.no-linkedin .elementor-social-icons-wrapper .elementor-grid-item:nth-child(2){
    display: none !important;
}

body.no-youtube .elementor-social-icons-wrapper .elementor-grid-item:last-child{
    display: none !important;
}

select.ff-el-form-control:not([size]):not([multiple]) {
    height: 48px !important;
}


.frm-fluent-form  .ff-btn-submit {
    position: relative;
    border: 1px solid white !important;
    border-radius: 9px !important;
    -webkit-border-radius: 9px !important;
    -moz-border-radius: 9px !important;
    -ms-border-radius: 9px !important;
    -o-border-radius: 9px !important;
}
  
  .frm-fluent-form .ff-btn-submit::after {
    content: "";
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border: 2px solid var(--red-500) !important;
    border-radius: 11px !important;
    -webkit-border-radius: 11px !important;
    -moz-border-radius: 11px !important;
    -ms-border-radius: 11px !important;
    -o-border-radius: 11px !important;
} 
  

.desktop-main-navigation  .e-con-inner, .desktop-main-navigation-sticky .e-con-inner{
    max-width: 1288px !important;
}

@media screen and (max-width: 768px) {
    .homepage-featured-article-category a{
        font-size: 13px;
    }

    
}


@media screen and (max-width: 360px) {
   
.team-members.grid {
    grid-template-columns: 1fr 1fr !important;
}
}



@media (max-width: 767px) {
    h2.wp-block-heading {
        color: var(--black-800) !important;
        font-size: 16px !important;
        line-height: 20px !important;
    }

    h2.wp-block-heading {
        color: var(--black-800) !important;
        font-size: 16px !important;
        line-height: 20px !important;
    }
}


.search-menu-results {
    display: grid;
    grid-template-columns: 589px 589px;
    gap: 22px;
    justify-items: stretch;
    justify-content: space-between;
}

.search-menu-results .post-item {
    display: flex;
    gap: 17px;
}

.search-menu-results .post-item h5{
   font-size: 20px;
   line-height: 24px;
   margin: 0;
   color: #1A1A1A;
   font-weight: 600;
}

.search-menu-results .post-image {
    min-width: 146px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.search-menu-results .post-image img{
    min-width: 146px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.search-popup-wrapper {
    margin-top: 42px;
    gap: 32px;
    display: flex;
    flex-direction: column;
}

.search-popup-wrapper .search-popup-title h4{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.search-menu-results .post-details {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.grey-blur {
    filter: blur(2px) grayscale(100%);
    -webkit-filter: blur(2px) grayscale(100%);
}

.cta-newsletter-sign-up-form {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 0;
    gap: 17px;

}

.cta-newsletter-sign-up-form .newsletter{
    display: flex;
    flex-direction: column;
    gap: 17px;
    z-index: 1;
}

.cta-newsletter-sign-up-form input{
    width: 334px;
    height: 40px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 11px;
    background: var(--White-White-100, #FDFDFD);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: 0.36px;
    color: #B1B1B1;
    font-family: 'Raleway', sans-serif;

}

.cta-newsletter-sign-up-form input::placeholder {
    color: #B1B1B1; /* Change this to your desired color */
    font-weight: 700;

}

.cta-newsletter-sign-up-form button{
    width: 334px;
    line-height: 18px;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #FDFDFD;
    font-family: 'Raleway', sans-serif;
}

.cta-newsletter-sign-up-form button{
    position: relative;
    border-radius: 9px !important;
    -webkit-border-radius: 9px !important;
    -moz-border-radius: 9px !important;
    -ms-border-radius: 9px !important;
    -o-border-radius: 9px !important;
}

.cta-newsletter-sign-up-form button::after {
    content: "";
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border: 2px solid #DD0002;
    border-radius: 11px;
  }

  
  .single-post-newsletter-signup .cta-newsletter-sign-up-form input{
    display: flex;
    width: 420px;
    height: 45px;
    padding: 9px 13px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid  #131313;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 0px rgba(0, 0, 0, 0.00), 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
    color: rgba(26, 26, 26, 0.50);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.18px;
    font-family: 'Raleway', sans-serif;

}

.single-post-newsletter-signup .cta-newsletter-sign-up-form input::placeholder {
    color: #B1B1B1; /* Change this to your desired color */
    font-weight: 500;

}

.single-post-newsletter-signup .cta-newsletter-sign-up-form button{
    display: flex;
    width: 420px;
    height: 44px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #FFF;
    font-family: 'Raleway', sans-serif;

}

  .newsletter-signup-message {
    font-size: 14px;
    text-align: center;
    color: #FDFDFD;
  }

  .single-post-newsletter-signup .newsletter-signup-popup input{
    display: flex;
    width: 420px;
    height: 45px;
    padding: 9px 13px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid  #131313;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 0px rgba(0, 0, 0, 0.00), 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
    color: rgba(26, 26, 26, 0.50);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.18px;
    font-family: 'Raleway', sans-serif;

}

.single-post-newsletter-signup .newsletter-signup-popup input::placeholder {
    color: #B1B1B1; /* Change this to your desired color */
    font-weight: 500;

}


  .archive-latest-articles.search-page .post-categories{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 107.692% */
    position: absolute;
    bottom: 15px;
    left: 7px;
    border-radius: 6px;
    background: #FFF;
    padding: 6px 8px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15), 0px 0px 0px 0px rgba(0, 0, 0, 0.00), 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
  }

  .archive-latest-articles.search-page .post-categories a{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 107.692% */
    background: var(--red-gradient);
    -webkit-background-clip: text;
    color: transparent !important;

  }

  .archive-latest-articles.search-page .archive-latest-article-image{
    position: relative;
  }


  .archive-latest-articles.search-page .author-post-date-readtime {
    color: var(--grey-900);
    font-size: 14px;
    line-height: 13px;
  }

  .archive-latest-articles.search-page .archive-featured-article-content-excerpt {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: var(--grey-900);
  }

  .archive-latest-articles.search-page h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    color: var(--black-800);
    padding: 0;

  }

  .archive-latest-articles.search-page .archive-latest-article-content {
    gap: 16px;
  }

  .archive-latest-articles.search-page .archive-latest-article-details {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    max-height: 151px;
  }

  .search-results-heading {
    color: var(--black-600) !important;
    font-family: Exo !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important; 
    margin: 0 !important;
  }

  .search-results-heading span{
    color: var(--black-800) !important;
  }



  .archive-latest-articles.search-page.mobile h5{
    font-family: Exo;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .archive-latest-articles.search-page.mobile .author-post-date-readtime{
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
  }

  .archive-latest-articles.search-page.mobile .post-category{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
  }

  .archive-latest-articles.search-page.mobile .post-category a{
    background: linear-gradient(90deg, #FF0700 1.78%, #A70000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   
  }

  .archive-latest-articles.search-page.mobile {
    gap: 16px;
  }

  .archive-latest-articles.search-page.mobile .archive-latest-article-details{
    gap: 6px;
  }

  @media screen and (max-width: 768px) {
    .single-post-newsletter-signup .cta-newsletter-sign-up-form button {
        width: 100%;
    }

    .cta-newsletter-sign-up-form .newsletter {
        width: 100%;
    }

    .homepage-latest-article-content p span {
        font-size: 12px;
        line-height: 20px;
    }

    .homepage-latest-articles {
        gap: 4px;
    }

    .swiper-container.featured-events-slider.homepage .swiper-scrollbar {
        display: none !important;
    }

}



.archive.author .alm-item h6 {
    font-size: 18px !important;
    margin: 0;
    line-height: 22px;
}

.archive.author .alm-item p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.archive.author .alm-item .post-item-content {
  height: 100%;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 147px;
    min-height: 147px;
}

.archive.author .alm-item .category-post-item {
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 269px 1fr;
}

.loader-post-read-time {
    font-size: 14px;
    display: flex;
    color: var(--grey-800);
    gap: 8px;
    align-items: center;
}

.archive.author .alm-listing {
    gap: 38px !important;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    margin: 0 !important;
}

.archive.author .alm-listing .alm-paging-content>li.alm-item, .alm-listing>li.alm-item {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 159px !important;
}

.archive.author .alm-listing>li.alm-item img {
    border-radius: 11px !important;
    -webkit-border-radius: 11px !important;
    -moz-border-radius: 11px !important;
    -ms-border-radius: 11px !important;
    -o-border-radius: 11px !important;
}


.archive.author .alm-item .img-wrapper {
    position: relative;
    height: 100% !important;
}
.archive.author .category-post-item {
    gap: 16px;
}


@media screen and (max-width:768px) {
    .author-fullname h1 {
        font-weight: 700;
        font-size: 24px !important;
        margin: 0;
        color: var(--black-800) !important;
        line-height: 26px !important;
    }

    .author-bio {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22.4px;
        padding-bottom: 20px;
    }

    .author-firstname-articles {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .author-post-title a {
        font-weight: 600;
    }

    .archive.author .author-post {
        gap: 8px;
    }
    .author-post-category a {
        font-size: 13px;
        line-height: 14px;
        font-weight: 400;
    }

    .author-post-date-readtime {
        color: #636366;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px
    }

    .search-results-heading {
        font-size: 16px !important;
        line-height: 20px !important;
        font-weight: 600 !important;
    }
}


.archive-latest-articles.search-page .author-post-date-readtime {
    font-weight: 400;
}

.alm-listing {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}
  
  .alm-item {
    list-style: none;
  }
.alm-item .img-wrapper {
    position: relative;
    height: 100%;
}
.alm-listing .alm-paging-content>li.alm-item img, .alm-listing>li.alm-item img {
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    object-fit: cover !important;
    height: 100% !important;
    max-height: 150px !important;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}

.alm-listing .alm-paging-content>li.alm-item, .alm-listing>li.alm-item{
    padding: 0 !important;
    margin: 0 !important;
}

.post-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 15px;
}

.post-item-content h6 {
    margin: 0;
}

.loader-post-read-time {
    font-size: 14px;
    display: flex;
    color: var(--grey-800);
    gap: 8px;
    align-items: center;
}

.category-post-item{
    display: grid;
    grid-template-columns: 214px 1fr;
    align-items: center;
    gap: 0px 30px;
    border-left: 1px solid #CCCCCC;
    padding-left: 35px;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-left: 10px;
}

.category-post-item-date {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--black-500);
}

.alm-btn-wrap {
    display: none !important;
}

.post-item-content p {
    margin: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--black-500);
}

.alm-listing>li.alm-item img {
    max-height: 119px !important;
    border-radius: 11px !important;
    -webkit-border-radius: 11px !important;
    -moz-border-radius: 11px !important;
    -ms-border-radius: 11px !important;
    -o-border-radius: 11px !important;
}

.archive.author .alm-listing>li.alm-item img {
    max-height: 151px !important;
    border-radius: 11px !important;
    -webkit-border-radius: 11px !important;
    -moz-border-radius: 11px !important;
    -ms-border-radius: 11px !important;
    -o-border-radius: 11px !important;
}
  


/* Infinite Loader Styles */

.alm-listing {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}
.alm-item .img-wrapper {
    position: relative;
    height: 100%;
}
.alm-listing .alm-paging-content>li.alm-item img, .alm-listing>li.alm-item img {
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    object-fit: cover !important;
    height: 100% !important;
    max-height: 150px !important;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}

.alm-listing .alm-paging-content>li.alm-item, .alm-listing>li.alm-item{
    padding: 0 !important;
    margin: 0 !important;
}

.post-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 5px;
}

.post-item-content h6 {
    margin: 0;
}

.loader-post-read-time {
    font-size: 14px;
    display: flex;
    color: var(--grey-800);
    gap: 8px;
    align-items: center;
}

.category-post-item{
    display: grid;
    grid-template-columns: 214px 1fr;
    align-items: center;
    gap: 0px 30px;
    border-left: 1px solid #CCCCCC;
    padding-left: 35px;
    padding-bottom: 20px;
    padding-top: 15px;
    margin-left: 10px;
}

.category-post-item-date {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: var(--black-500);
}
  
      .alm-listing .alm-paging-content>li.alm-item p, .alm-listing>li.alm-item p {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
    }
  
   .alm-listing .alm-paging-content>li.alm-item p, .alm-listing>li.alm-item p {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
    }
  
    .archive.author .category-post-item {
        margin: 0;
    }

    .archive.author .alm-listing>li.alm-item img {
        width: 269px !important;
        max-width: 100% !important;
    }

    .archive.author .category-post-item {
        grid-template-columns: 269px 1fr;
    }

    .homepage-featured-article-post-category {
        line-height: 19px;
        padding-bottom: 0px;
    }

    .swiper-container.featured-events-slider.homepage .card-body a {
        line-height: 20px;
    }


    .team-member-links {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .team-member-links a {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        color: var(--black-800);
        border: 1px solid var(--black-800);
        padding: 10px 20px;
        border-radius: 11px;
        background-color: #fff;
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        -ms-border-radius: 11px;
        -o-border-radius: 11px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
}

.team-member-links a:hover, .team-member-links a.active {
    background-color: var(--red-500);
    color: #fff;
    border: 1px solid var(--red-500);
}


[class*=" eicon-"], [class^=eicon] {
    display: none !important;
}

.archive.category .alm-listing>li.alm-item {
    padding: 0 !important;
    margin: 0 !important;
    min-height: auto !important;
}

@media screen and (max-width: 768px) {
    .team-member-links a{
       font-size: 12px;
       padding: 10px 20px;
       padding: 5px 15px;
    }
    
    .archive-latest-article-details h3 {
        font-size: 14px !important;
    }

    .archive-featured-article-content  h3 {
        font-size: 20px !important;

    }
}



@media screen and (max-width: 340px) {
    .team-member-links {
        flex-direction: column;
        text-align: center;
    }
    
}


.skeleton-container {
    display: flex;
  }
  
  .skeleton-avatar, .skeleton-line {
    background-color: #ccc;
    border-radius: 11px;
    background-image: linear-gradient(90deg, #F4F4F4 0px, rgba(229, 229, 229, 0.8) 40px, #F4F4F4 80px);
    background-size: 600px;
    animation: shine 2s infinite linear;
    -webkit-animation: shine 2s infinite ease-out;
}
  
  .skeleton-avatar {
    width: 146px;
    height: 81px;
    margin: 8px;
  }
  
  .skeleton-line {
    width: 300px;
    height: 15px;
    margin-top: 14px;
    display: flex;
    flex-direction: column
  }
  
  .skeleton-line:nth-child(2) {
    width: 80%; 
    height: 15px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
  }
  
  .skeleton-line:nth-child(3) {
    width: 60%; 
    height: 15px;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
  }
  
  @keyframes shine {
    0% {
      background-position: -100px;
    }
    100% {
      background-position: 280px;
    }
  }

  .elementor-widget-n-menu .e-n-menu-title-text:not(.e-link),.elementor-widget-n-menu .e-n-menu-title-text:not(.e-link)>span {
    cursor: pointer !important;
}



.culture span.icon-list-icon {
    display: none !important;
}

a.elementor-item{
    outline: none !important;
    background-color: transparent !important;
}

.archive-featured-article-content h5 {
    line-height: 28px !important;
}


.category-post-item .img-wrapper img{
    width: 100% !important;
    max-width: 100% !important;
    position: relative !important;
    object-fit: cover !important;
    height: 100% !important;
    max-height: 150px !important;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
}


.elementor-18 .elementor-element.e-con-boxed.elementor-element-61b5375:not(.elementor-motion-effects-element-type-background), .elementor-70732 .elementor-element.e-con-full.elementor-element-0c0615e:not(.elementor-motion-effects-element-type-background) {
    background-color: #00FFC6 !important;
}