/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.3.1751349541
Updated: 2025-07-01 05:59:01

*/

* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#page .site-content>.ast-container {
    flex-direction: column;
    max-width: 1340px;
    padding: 0 20px;
}
header .bottom-header .header-search .hfe-search-form__container {
    min-height: auto !important;
}
header .bottom-header .header-search .hfe-search-form__container::before {
    content: '';
    position: absolute;
    background-image: url(https://associationscommons.com/wp-content/uploads/2025/07/search.svg);
    width: 17px;
    height: 17px;
    top: 13px;
    left: 13px;
}
header .bottom-header .header-search .hfe-search-form__container input {
    height: auto;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px !important;
    width: auto;
    box-shadow: none;
    max-width: 265px;
}
header .bottom-header .header-menu nav .hfe-nav-menu .menu-item.menu-item-has-children .sub-menu {
    padding: 0 15px;
    min-width: 170px;
}
.home-posts-wrapper {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.home-posts-wrapper .post-wrapper {
    max-width: calc(74% - (30px * 1/2));
    width: 100%;
}
.home-posts-wrapper .post-sidebar {
    max-width: calc(26% - (30px * 1/2));
    width: 100%;
}
.home-posts-wrapper .post-wrapper .featured-posts .featured-post-slide {
    display: flex;
    flex-wrap: wrap;
}
.home-posts-wrapper .post-wrapper .featured-posts .featured-post-content {
    max-width: 36%;
    width: 100%;
    padding: 25px 20px;
    border: 1px solid rgba(0, 0, 0, .1);
}
.home-posts-wrapper .post-wrapper .featured-posts .featured-post-image {
    max-width: 64%;
    width: 100%;
    overflow: hidden;
}
.home-posts-wrapper .post-wrapper .featured-posts .featured-post-image img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    transition: all .3s ease;
}
.home-posts-wrapper .post-wrapper .featured-posts .featured-post-slide:hover .featured-post-image img {
    transform: scale(1.05);
}
.home-posts-wrapper .post-wrapper .featured-posts {
    margin-bottom: 30px;
}
.home-posts-wrapper .post-wrapper .featured-posts .featured-post-content .post-category {
    display: flex;
}
.home-posts-wrapper .post-wrapper .featured-posts .featured-post-content .post-category .category-link {
    background: #E7402E;
    border-radius: 20px;
    padding: 3px 11px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    line-height: 17px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Lufga';
    position: relative;
}
.home-posts-wrapper .post-wrapper .featured-posts .featured-post-content .post-category .category-link:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    border-radius: 50%;
}
.home-posts-wrapper .post-wrapper .featured-posts .featured-post-content h4 {
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
    font-family: "M PLUS 1", sans-serif;
    margin: 10px 0;
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* .home-posts-wrapper .post-wrapper .featured-posts .featured-post-slide:hover .featured-post-content h4 {
    text-decoration: underline;
} */
.home-posts-wrapper .post-wrapper .featured-posts .featured-post-content p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(34, 34, 34, .7);
    font-family: "M PLUS 1", sans-serif;
    font-weight: 500;
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-posts-wrapper .post-wrapper .featured-posts .featured-post-content .post-date {
    font-size: 16px;
    line-height: 23px;
    color: #E7402E;
    font-weight: bold;
    font-family: "M PLUS 1", sans-serif;
}
.home-posts-wrapper .post-wrapper .featured-posts .featured-post .swiper-pagination {
    display: flex;
    bottom: 25px;
    padding: 0 20px;
}
.home-posts-wrapper .post-wrapper .featured-posts .featured-post .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .25);
    opacity: 1;
}
.home-posts-wrapper .post-wrapper .featured-posts .featured-post .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E7402E;
    border-color: #E7402E;
}
.home-posts-wrapper .post-wrapper .random-posts .swiper-slide {
    height: auto;
}
.home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper {
    border: 1px solid rgba(0, 0, 0, .1);
    height: 100%;
}
.home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper .post-thumbnail {
    overflow: hidden;
}
.home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper .post-thumbnail img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    transition: all .3s ease;
}
.home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper:hover .post-thumbnail img {
    transform: scale(1.05);
}
.home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper .post-content {
    padding: 25px 35px 29px 20px;
}
.home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper .post-content .post-category {
    display: flex;
}
.home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper .post-content .category-link {
    background: #E7402E;
    border-radius: 20px;
    padding: 3px 11px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    line-height: 17px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Lufga';
    position: relative;
}
.home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper .post-content .category-link:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    border-radius: 50%;
}
.home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper .post-content .post-category.legacy .category-link {
    background: #FF8000;
}
.home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper .post-content .post-category.technology .category-link {
    background: #048EE4;
}
.home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper .post-content .post-category.strategy .category-link {
    background: #CF0FFF;
}
.home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper .post-content h3 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 29px;
    font-weight: bold;
    color: #222222;
    font-family: "M PLUS 1", sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper .post-content h3 a {
    color: #222;
}
/* .home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper:hover .post-content h3 a {
    text-decoration: underline;
} */
.home-posts-wrapper .post-wrapper .random-posts .swiper-button-next, 
.home-posts-wrapper .post-wrapper .random-posts .swiper-button-prev {
    width: 35px;
    height: 35px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    top: 50%;
    border: 1px solid #000;
    transition: all .3s ease;
}
.home-posts-wrapper .post-wrapper .random-posts .swiper-button-next::after, 
.home-posts-wrapper .post-wrapper .random-posts .swiper-button-prev::after {
    font-size: 18px;
}
.home-posts-wrapper .post-wrapper .random-posts .swiper-button-next:hover, 
.home-posts-wrapper .post-wrapper .random-posts .swiper-button-prev:hover {
    background: transparent !important;
    color: #000 !important;
}
.home-posts-wrapper .post-sidebar .latest-news .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.home-posts-wrapper .post-sidebar .latest-news .heading h2 {
    font-size: 50px;
    line-height: 60px;
    color: #222222;
    font-weight: bold;
    font-family: 'Lufga';
}
.home-posts-wrapper .post-sidebar .latest-news .heading a {
    font-size: 16px;
    line-height: 23px;
    color: #E7402E;
    font-family: 'M PLUS 1';
    font-weight: bold;
    transition: all .3s ease;
}
.home-posts-wrapper .post-sidebar .latest-news .heading a:hover {
    text-decoration: underline;
}
.home-posts-wrapper .post-sidebar .latest-news .news-posts {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 420px;
    overflow-y: scroll;
    padding-right: 14px;
}
.home-posts-wrapper .post-sidebar .latest-news .news-posts::-webkit-scrollbar {
    width: 8px;
}
.home-posts-wrapper .post-sidebar .latest-news .news-posts::-webkit-scrollbar-track {
    border-radius: 5px;
    background: rgba(34, 34, 34, .05);
}
.home-posts-wrapper .post-sidebar .latest-news .news-posts::-webkit-scrollbar-thumb {
    background: rgba(34, 34, 34, .12);
    border-radius: 5px;
}
.home-posts-wrapper .post-sidebar .latest-news .news-posts li {
    /* padding-left: 15px; */
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.home-posts-wrapper .post-sidebar .latest-news .news-posts li:last-child {
    margin: 0;
    border: 0;
    padding-bottom: 0;
}
.home-posts-wrapper .post-sidebar .latest-news .news-posts li .news-date {
    font-size: 12px;
    line-height: 17px;
    color: #E7402E;
    font-weight: bold;
    font-family: 'M PLUS 1';
    display: block;
    margin-bottom: 3px;
    position: relative;
}
.home-posts-wrapper .post-sidebar .latest-news .news-posts li a {
    font-size: 16px;
    line-height: 23px;
    color: #222222;
    font-weight: 600;
    font-family: 'M PLUS 1';
}
/* .home-posts-wrapper .post-sidebar .latest-news .news-posts li:hover a {
    text-decoration: underline;
} */
.home-posts-wrapper .post-sidebar .sidebar-ad {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.home-posts-wrapper .post-sidebar .sidebar-ad p {
    margin: 0;
}
.home-posts-wrapper .post-sidebar .sidebar-ad img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.home-posts-wrapper .post-wrapper .featured-posts .heading,
.home-posts-wrapper .post-sidebar .latest-events .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}
.home-posts-wrapper .post-wrapper .featured-posts .heading h2,
.home-posts-wrapper .post-sidebar .latest-events .heading h2 {
    font-size: 50px;
    line-height: 65px;
    color: #222222;
    font-weight: bold;
    font-family: 'Lufga';
}
.home-posts-wrapper .post-wrapper .featured-posts .heading a,
.home-posts-wrapper .post-sidebar .latest-events .heading a {
    font-size: 16px;
    line-height: 23px;
    color: #E7402E;
    font-weight: bold;
    font-family: 'M PLUS 1';
}
.home-posts-wrapper .post-wrapper .featured-posts .heading a:hover, 
.home-posts-wrapper .post-sidebar .latest-events .heading a:hover {
    text-decoration: underline;
}
.home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-slide {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(0, 0, 0, .10);
}
.home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-content {
    max-width: 56%;
    width: 100%;
    padding: 25px;
}
.home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-image {
    max-width: 44%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-content .post-location {
    font-size: 16px;
    line-height: 23px;
    color: #E7402E;
    font-weight: bold;
    font-family: 'M PLUS 1';
    text-transform: capitalize;
}
.home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-content a {
    font-size: 25px;
    line-height: 36px;
    color: #222222;
    font-weight: bold;
    font-family: 'M PLUS 1';
    display: block;
    margin: 10px 0 8px;
}
/* .home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-slide:hover .popular-post-content a {
    text-decoration: underline;
} */
.home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-content p {
    font-size: 18px;
    line-height: 30px;
    color: rgb(34, 34, 34, .7);
    font-weight: 500;
    font-family: 'M PLUS 1';
    margin: 0;
}
.home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-image img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    transition: all .3s ease;
}
.home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-slide:hover .popular-post-image img {
    transform: scale(1.05);
}
.home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-image .case-study-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #00000033;
    border-radius: 20px;
    color: #fff;
    padding: 2px 11px 6px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    font-family: 'M PLUS 1';
    text-transform: capitalize;
}
.home-posts-wrapper .post-sidebar .events .event {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.home-posts-wrapper .post-sidebar .events .event:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.home-posts-wrapper .post-sidebar .events .event .event-thumbnail {
    margin-bottom: 13px;
    overflow: hidden;
}
.home-posts-wrapper .post-sidebar .events .event-thumbnail img {
    width: 100%;
    /* height: 195px; */
    aspect-ratio: 3/2;
    object-fit: cover;
    transition: all .3s ease;
}
.home-posts-wrapper .post-sidebar .events .event:hover .event-thumbnail img {
    transform: scale(1.05);
}
.home-posts-wrapper .post-sidebar .events .event-content .event-date, 
.home-posts-wrapper .post-sidebar .events .event-content .event-location {
    font-size: 12px;
    line-height: 17px;
    color: #E7402E;
    font-weight: bold;
    font-family: 'M PLUS 1';
    /*display: flex;
    align-items: center;
    gap: 4px;*/
}
.home-posts-wrapper .post-sidebar .events .event-content .event-date {
    margin-bottom: 2px;
}
.home-posts-wrapper .post-sidebar .events .event-content h3 {
    margin-top: 7px;
    font-size: 18px;
    line-height: 24px;
    color: #222222;
    font-weight: 600;
    font-family: 'Lufga';
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-posts-wrapper .post-sidebar .events .event-content h3 a {
    color: #222222;
}
/* .home-posts-wrapper .post-sidebar .events .event:hover .event-content h3 a {
    text-decoration: underline;
} */
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper {
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    height: 100%;
}
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper .post-thumbnail {
    overflow: hidden;
    position: relative;
}
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper .post-thumbnail img {
    width: 100%;
    /* height: 200px; */
    aspect-ratio: 3/2;
    object-fit: cover;
    transition: all .3s ease;
}
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper:hover .post-thumbnail img {
    transform: scale(1.05);
}
/* .home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper:hover .post-content h3 a {
    text-decoration: underline;
} */
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper .post-thumbnail .case-study-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    font-family: 'M PLUS 1';
    background: #000;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 20px;
    display: none;
}
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper .post-thumbnail .case-study-tag.Featured {
    background: #FF8000;
}
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper .post-thumbnail .case-study-tag.New {
    background: #CF0FFF;
}
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper .post-content {
    padding: 20px 10px 20px 20px;
}
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper .post-content .post-location {
    font-size: 16px;
    line-height: 23px;
    color: #E7402E;
    font-weight: bold;
    font-family: 'M PLUS 1';
    text-transform: capitalize;
}
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper .post-content h3 {
    font-size: 22px;
    line-height: 32px;
    color: #222222;
    font-weight: bold;
    font-family: 'M PLUS 1';
    margin: 10px 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper .post-content h3 a {
    color: #222;
}
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper .post-content p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(34, 34, 34, .7);
    font-weight: 500;
    font-family: 'M PLUS 1';
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ad-posts-wrapper {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px !important;
}
.ad-posts-wrapper .left-ad {
    max-width: calc(74% - (30px * 1 / 2));
    width: 100%;
}
.ad-posts-wrapper .left-ad img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}
.ad-posts-wrapper .right-ad {
    max-width: calc(26% - (30px * 1 / 2));
    width: 100%;
}
.ad-posts-wrapper .right-ad img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}
.case-study-listing {
    padding: 30px 0 ;
}
.case-study-listing h1,
.case-study-listing h2 {
    font-size: 45px;
    line-height: 59px;
    color: #222222;
    font-family: 'Lufga';
    font-weight: bold;
    margin-bottom: 22px;
}
.case-study-listing .case-study-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.case-study-listing .case-study-wrapper .case-study-content {
    max-width: calc(74% - (30px * 1/2));
    width: 100%;
}
.case-study-listing .case-study-wrapper .featured-post-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.case-study-listing .case-study-wrapper .featured-post-wrapper .featured-post-content {
    max-width: 50%;
    width: 100%;
    padding: 40px 30px;
    border: 1px solid rgba(34, 34, 34, .1);
}
.case-study-listing .case-study-wrapper .featured-post-wrapper .featured-post-thumbnail {
    max-width: 50%;
    width: 100%;
}
.case-study-listing .case-study-wrapper .featured-post-wrapper .featured-post-thumbnail img {
    width: 100%;
    /* height: 330px; */
    aspect-ratio: 3/2;
    object-fit: cover;
}
.case-study-listing .case-study-wrapper .case-study-content .featured-post-slider .swiper-pagination {
    display: flex;
    padding: 0 30px;
    bottom: 15px;
}
.case-study-listing .case-study-wrapper .case-study-content .featured-post-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .25);
    opacity: 1;
}
.case-study-listing .case-study-wrapper .case-study-content .featured-post-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E7402E;
    border-color: #E7402E;
}
.case-study-listing .case-study-wrapper .featured-post-content .case-study-tag {
    background: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 3px 12px 5px;
    font-size: 12px;
    color: #000;
    border-radius: 50px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
    font-family: 'M PLUS 1';
}
.case-study-listing .case-study-wrapper .featured-post-content .post-location {
    font-size: 16px;
    line-height: 23px;
    color: #E7402E;
    font-weight: bold;
    font-family: 'M PLUS 1';
    text-transform: uppercase;
}
.case-study-listing .case-study-wrapper .featured-post-content h2 {
    font-size: 25px;
    line-height: 36px;
    color: #222222;
    font-weight: bold;
    font-family: 'M PLUS 1';
    display: block;
    margin: 10px 0 8px;
}
.case-study-listing .case-study-wrapper .featured-post-content h2 a {
    color: #222222;
}
.case-study-listing .case-study-wrapper .featured-post-content p {
    font-size: 18px;
    line-height: 30px;
    color: rgb(34, 34, 34, .7);
    font-weight: 500;
    font-family: 'M PLUS 1';
    margin: 0 0 27px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case-study-listing .case-study-wrapper .featured-post-content .read-more {
    padding: 11px 30px;
    background: #E7402E;
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    font-family: "Lufga", sans-serif;
    font-weight: 600;
    border: 1px solid #E7402E;
    transition: all .3s ease;
}
.case-study-listing .case-study-wrapper .featured-post-content .read-more:hover {
    background: transparent;
    color: #E7402E;
}
.case-study-listing .case-study-wrapper .case-study-content .archive-featured-post .swiper-pagination {
    display: flex;
    bottom: 15px;
    padding: 0 28px;
}
.case-study-listing .archive-featured-post .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .25);
    opacity: 1;
}
.case-study-listing .archive-featured-post .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E7402E;
    border-color: #E7402E;
}
.case-study-listing .case-study-wrapper .case-study-ads {
    max-width: calc(26% - (30px * 1/2));
    width: 100%;
}
.case-study-listing .case-study-wrapper .sidebar-ad {
    margin-bottom: 35px;
}
.case-study-listing .case-study-wrapper .sidebar-ad:last-child {
    margin: 0;
}
.case-study-listing .case-study-wrapper .sidebar-ad img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-ad {
    margin: 35px 0;
    text-align: end;
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-ad img {
    width: 100%;
    object-fit: cover;
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-item {
    margin-bottom: 40px;
    border: 1px solid rgba(34, 34, 34, .1);
    padding: 27px 20px 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-item:last-child {
    margin: 0;
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-item .read-more {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-item .case-study-item-image {
    width: 130px;
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-item .case-study-item-content {
    width: calc(100% - 130px);
    padding-left: 20px;
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-item .post-location {
    font-size: 16px;
    line-height: 1;
    color: #E7402E;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'M PLUS 1';
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-item h3 {
    font-size: 23px;
    line-height: 33px;
    color: #222222;
    font-weight: bold;
    font-family: 'M PLUS 1';
    margin: 5px 0;
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-item h3 a {
    color: #222;
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-item p {
    font-size: 16px;
    line-height: 28px;
    color: rgba(34, 34, 34, .7);
    font-weight: 500;
    font-family: 'M PLUS 1';
    margin: 0;
}
.case-study-detail {
    padding: 50px 0 100px;
}
.case-study-detail .case-study-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #555353;
    font-weight: 500;
    font-family: 'Lufga';
}
.case-study-detail .case-study-breadcrumb a {
    color: #555353;
}
.case-study-detail .case-study-breadcrumb span {
    color: #909090;
}
.case-study-detail .case-study-content {
    margin-top: 14px;
}
.case-study-detail .case-study-content .post-detail-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-detail-content {
    max-width: calc(74% - (30px * 1/2));
    width: 100%;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-detail-ads {
    max-width: calc(26% - (30px * 1/2));
    width: 100%;
}
.case-study-detail .case-study-content .post-detail-content h1 {
    font-size: 50px;
    line-height: 56px;
    color: #222222;
    font-family: 'Lufga';
    font-weight: bold;
    margin-bottom: 28px;
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-options {
    display: flex;
    align-items: center;
    gap: 20px;
}
.case-study-detail .case-study-content .post-detail-content .post-options .like-button {
    padding: 0;
    background: transparent;
    box-shadow: none;
    display: flex;
    display: none;
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-options .share-button {
    display: flex;
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-options #openShareModal {
    background: transparent;
    padding: 0;
    box-shadow: none;
}
.case-study-detail .case-study-content .post-detail-content .post-options .share-button a {
    display: flex;
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-author, 
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-date, 
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-location {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(34, 34, 34, .7);
    font-weight: 500;
    font-family: 'M PLUS 1';
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-author img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-author {
    margin-right: 20px;
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-location {
    margin-left: 20px;
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-date {
    padding: 0 20px;
    border-left: 1px solid rgba(34, 34, 34, .2);
    border-right: 1px solid rgba(34, 34, 34, .2);
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-date:last-child {
    border-right: 0;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-thumbnail {
    margin-bottom: 29px;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-thumbnail img {
    width: 100%;
    height: 565px;
    object-fit: cover;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-content p {
    font-size: 18px;
    line-height: 32px;
    color: rgba(0, 0, 0, .7);
    font-weight: 500;
    font-family: 'M PLUS 1';
    margin-bottom: 15px;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-content ul {
    margin: 0 0 14px 22px;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-content ul li {
    font-size: 18px;
    line-height: 32px;
    color: rgba(0, 0, 0, .7);
    font-weight: 500;
    font-family: 'M PLUS 1';
    margin: 0 0 6px;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-content ul li::marker {
    color: #E7402E;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-content ul li:last-child {
    margin: 0;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-content figure.wp-block-image {
    padding: 30px 35px;
    border-top: 1px solid rgba(34, 34, 34, .1);
    border-bottom: 1px solid rgba(34, 34, 34, .1);
    margin: 50px 0;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-content figure.wp-block-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-content h2 {
    font-size: 35px;
    line-height: 46px;
    color: #222222;
    font-weight: bold;
    font-family: 'Lufga';
    margin: 0 0 10px;
}
.case-study-detail .case-study-content .post-detail-wrapper .case-study-tags {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 27px;
}
.case-study-detail .case-study-content .post-detail-wrapper .case-study-tags li {
    line-height: 0;
}
.case-study-detail .case-study-content .post-detail-wrapper .case-study-tags li a {
    padding: 6px 21px;
    background: #131313;
    font-size: 13px;
    line-height: 17px;
    color: #FFFFFF;
    font-family: 'Lufga';
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #131313;
    transition: all .3s ease;
}
.case-study-detail .case-study-content .post-detail-wrapper .case-study-tags li a:hover {
    background: transparent;
    color: #131313;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-cta {
    padding: 38px 35px;
    margin-top: 50px;
    border-top: 1px solid rgba(34, 34, 34, .1);
    border-bottom: 1px solid rgba(34, 34, 34, .1);
}
.case-study-detail .case-study-content .post-detail-wrapper .post-cta img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.case-study-detail .case-study-content .related-case-studies {
    padding: 100px 0 0;
}
.case-study-detail .case-study-content .related-case-studies h2 {
    font-size: 50px;
    line-height: 65px;
    font-family: 'Lufga';
    font-weight: bold;
    color: #222222;
    margin-bottom: 30px;
}
.case-study-detail .case-study-content .related-case-studies .related-case-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.case-study-detail .case-study-content .related-case-studies .related-case-list .swiper-slide {
    height: auto;
    border: 1px solid rgba(0, 0, 0, .1);
}
.case-study-detail .case-study-content .related-case-studies .related-case-item .related-case-thumb img {
    width: 100%;
    height: 281px;
    object-fit: cover;
}
.case-study-detail .case-study-content .related-case-studies .related-case-item .related-case-content {
    /* border: 1px solid rgba(0, 0, 0, .1); */
    padding: 30px 30px 40px;
}
.case-study-detail .case-study-content .related-case-studies .related-case-item .related-case-content .post-location {
    font-size: 16px;
    line-height: 20px;
    color: #E7402E;
    font-weight: bold;
    font-family: 'M PLUS 1';
    text-transform: uppercase;
}
.case-study-detail .case-study-content .related-case-studies .related-case-item .related-case-content h3 {
    font-size: 25px;
    line-height: 36px;
    color: #222222;
    font-weight: bold;
    font-family: 'M PLUS 1';
    margin: 12px 0 8px;
}
.case-study-detail .case-study-content .related-case-studies .related-case-item .related-case-content p {
    font-size: 18px;
    line-height: 30px;
    color: rgba(34, 34, 34, .7);
    font-weight: 500;
    font-family: 'M PLUS 1';
    margin: 0 0 27px;
}
.case-study-detail .case-study-content .related-case-studies .related-case-item .related-case-content .read-more {
    display: inline-block;
    padding: 10px 30px;
    background: #E7402E;
    border: 1px solid #E7402E;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    font-family: 'M PLUS 1';
    font-weight: 600;
    transition: all .3s ease;
}
.case-study-detail .case-study-content .related-case-studies .related-case-item .related-case-content .read-more:hover {
    background: transparent;
    color: #E7402E;
}
.case-study-detail .case-study-content .related-case-studies .related-case-list .swiper-button-next, 
.case-study-detail .case-study-content .related-case-studies .related-case-list .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 50%;
    color: #fff;
}
.case-study-detail .case-study-content .related-case-studies .related-case-list .swiper-button-next::after, 
.case-study-detail .case-study-content .related-case-studies .related-case-list .swiper-button-prev::after {
    font-size: 18px;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-detail-ads .sidebar-ad {
    margin-bottom: 40px;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-detail-ads .sidebar-ad:last-child {
    margin: 0;
}
.archive-featured-post .post .post-thumbnail img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.archive-featured-post .post .post-content {
    padding: 24px 35px 35px 30px;
    border: 1px solid rgba(34, 34, 34, .1);
}
.archive-featured-post .post .post-content .publish-date {
    font-size: 16px;
    line-height: 20px;
    color: #E74317;
    font-weight: bold;
    font-family: "M PLUS 1", sans-serif;
    text-transform: capitalize;
    margin: 0;
}
/*.archive-featured-post .post .post-content .publish-date::before {
    content: '';
    display: inline-block;
    position: relative;
    width: 7px;
    height: 7px;
    background: #E7402E;
    border-radius: 50%;
}*/
.archive-featured-post .post .post-content h2 {
    font-size: 24px;
    line-height: 34px;
    margin: 6px 0 4px;
    font-family: "M PLUS 1", sans-serif;
}
.archive-featured-post .post .post-content h2 a {
    color: #222222;
}
.archive-featured-post .post .post-content p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(34, 34, 34, .7);
    font-weight: 500;
    font-family: "M PLUS 1", sans-serif;
    margin: 0;
}
.case-study-listing .case-study-wrapper .case-study-content .category-ad {
    margin: 35px 0;
    text-align: center;
}
.case-study-listing .case-study-wrapper .case-study-content .category-ad img {
    width: 100%;
    object-fit: cover;
}
.case-study-listing .case-study-wrapper .case-study-content .more-archive-title {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 30px;
}
.case-study-listing .case-study-wrapper .case-study-content .blog-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}
.case-study-listing .case-study-wrapper .case-study-content .blog-listing article {
    padding: 0;
    max-width: calc(33.33% - (20px * 2/3));
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0;
}
.case-study-listing .case-study-wrapper .case-study-content .blog-listing article .post-thumbnail img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.case-study-listing .case-study-wrapper .case-study-content .blog-listing article .post-content {
    padding: 20px 20px 30px;
}
.case-study-listing .case-study-wrapper .case-study-content .blog-listing article .post-content .publish-date {
    font-size: 16px;
    line-height: 20px;
    color: #E74317;
    margin: 0 0 7px;
    font-weight: bold;
    font-family: 'M PLUS 1';
    text-transform: uppercase;
}
.case-study-listing .case-study-wrapper .case-study-content .blog-listing article .post-content h3 {
    font-size: 20px;
    line-height: 29px;
    color: #222222;
    font-family: 'M PLUS 1';
    font-weight: bold;
}
.case-study-listing .case-study-wrapper .case-study-content .blog-listing article .post-content h3 a {
    color: #222;
}
.featured-event {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 21px;
}
.featured-event .featured-event-wrapper {
    max-width: calc(50% - (21px * 1/2));
    width: 100%;
}
.featured-event .featured-event-wrapper:first-child {
    max-width: 100%;
}
.featured-event .featured-event-wrapper .featured-event-thumbnail img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.featured-event .featured-event-wrapper:first-child .featured-event-thumbnail img {
    height: 443px;
}
.featured-event .featured-event-wrapper .featured-event-content {
    border: 1px solid rgba(32, 32, 32, .1);
    padding: 23px 20px 30px;
}
.featured-event .featured-event-wrapper:first-child .featured-event-content {
    border: 1px solid rgba(34, 34, 34, .1);
    padding: 28px 25px 35px;
}
.featured-event .featured-event-wrapper .featured-event-content .featured-event-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.featured-event .featured-event-wrapper:first-child .featured-event-content .featured-event-meta {
    margin-bottom: 5px;
}
.featured-event .featured-event-wrapper .featured-event-content .featured-event-meta .event-date, 
.featured-event .featured-event-wrapper .featured-event-content .featured-event-meta .event-location {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    line-height: 15px;
    color: #E74317;
    font-weight: 600;
    font-family: 'M PLUS 1';
}
.featured-event .featured-event-wrapper:first-child .featured-event-content .featured-event-meta .event-date, 
.featured-event .featured-event-wrapper:first-child .featured-event-content .featured-event-meta .event-location {
    font-size: 16px;
    line-height: 20px;
}
.featured-event .featured-event-wrapper:first-child .featured-event-content .featured-event-meta .event-date svg, 
.featured-event .featured-event-wrapper:first-child .featured-event-content .featured-event-meta .event-location svg {
    width: 17px;
    height: 17px;
}
.featured-event .featured-event-wrapper .featured-event-content .featured-event-meta .event-location {
    text-decoration: underline;
}
.featured-event .featured-event-wrapper .featured-event-content h2 {
    font-size: 20px;
    line-height: 29px;
    color: #222222;
    font-weight: bold;
    font-family: 'M PLUS 1';
    margin: 0;
}
.featured-event .featured-event-wrapper:first-child .featured-event-content h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 4px;
}
.featured-event .featured-event-wrapper .featured-event-content h2 a {
    color: #222;
}
.featured-event .featured-event-wrapper .featured-event-content p {
    display: none;
}
.featured-event .featured-event-wrapper:first-child .featured-event-content p {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: rgba(34, 34, 34, .7);
    font-weight: 500;
    font-family: 'M PLUS 1';
}
.more-events {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}
.more-events .event-item {
    max-width: calc(33.33% - (20px * 2/3));
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
}
.more-events .event-item .event-item-image img {
    width: 100%;
    aspect-ratio: 3/2;
    /* height: 236px; */
    object-fit: cover;
}
.more-events .event-item .event-item-content {
    padding: 17px 20px 30px;
}
.more-events .event-item .event-item-content h3 {
    font-size: 18px;
    line-height: 26px;
    color: #222222;
    font-family: 'M PLUS 1';
    font-weight: bold;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.more-events .event-item .event-item-content h3 a {
    color: #222;
}
.more-events .event-item .event-item-content .featured-event-meta .event-date, 
.more-events .event-item .event-item-content .featured-event-meta .event-location {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    line-height: 22px;
    color: #222222;
    font-weight: 500;
    font-family: 'M PLUS 1';
    text-decoration: underline;
}
.more-events .event-item .event-item-content .featured-event-meta .event-date svg, 
.more-events .event-item .event-item-content .featured-event-meta .event-location svg {
    width: 30px;
    height: 30px;
}
.more-events .event-item .event-item-content .featured-event-meta .event-date span, 
.more-events .event-item .event-item-content .featured-event-meta .event-location span {
    width: calc(100% - 30px);
}
.case-study-detail.events {
    padding: 50px 0 100px;
}
.case-study-detail.events .case-study-breadcrumb {
    max-width: 1040px;
    margin: 0 auto;
}
.case-study-detail.events .case-study-content .post-detail-wrapper {
    justify-content: center;
}
.case-study-detail.events .case-study-content .post-detail-wrapper .post-detail-content {
    max-width: 1040px;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-content hr {
    border: 0;
    background-color: rgba(34, 34, 34, .1);
    margin: 42px 0 50px;
}
.pagination {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.pagination .prev, .pagination .next {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(34, 34, 34, .1);
    transition: all .3s ease;
}
.pagination .prev:hover, .pagination .next:hover {
    background: #E7402E;
    border-color: #E7402E;
    color: #fff;
}
.pagination .prev:hover svg path, .pagination .next:hover svg path {
    fill: #fff;
}
.pagination ul li .page-numbers {
    width: 43px;
    height: 43px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: 'Work Sans';
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(34, 34, 34, .1);
    transition: all .3s ease;
}
.pagination ul li .page-numbers:hover {
    background: #E7402E;
    border-color: #E7402E;
    color: #fff;
}
.pagination ul li .page-numbers.current {
    background: #E7402E;
    border-color: #E7402E;
    color: #fff;
    font-weight: bold;
}

.home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-content .post-location.flex {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-content .post-location.flex .case-study-tag {
    background: #FAFAFA;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 1px 12px 5px;
    font-size: 12px;
    color: #000;
    border-radius: 50px;
    font-weight: 500;
}
body.search article .post-thumb-img-content img {
    object-fit: cover;
}
body.search article .entry-header {
    margin-bottom: 10px;
}
body.search article .ast-article-inner {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .1);
}
body.search article .entry-meta span {
    font-size: 16px;
    line-height: 20px;
    color: #E74317;
    margin: 0 0 7px;
    font-weight: bold;
    font-family: 'M PLUS 1';
}
body.search article .entry-title {
    font-size: 20px;
    line-height: 29px;
    color: #222222;
    font-family: 'M PLUS 1';
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
body.search article .ast-excerpt-container p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(34, 34, 34, .7);
    font-weight: 500;
    font-family: "M PLUS 1", sans-serif;
    margin: 0;
}
body.search .ast-pagination .pagination {
    margin: 0;
}
body.search .ast-pagination .pagination .prev, 
body.search .ast-pagination .pagination .next {
    width: auto;
    height: auto;
    color: #000;
}
body.search .ast-pagination .pagination .page-numbers:not(.next, .prev) {
    width: 43px;
    height: 43px;
    font-size: 16px;
    line-height: 43px;
    color: #000000;
    font-family: 'Work Sans';
    font-weight: 500;
    border: 1px solid rgba(34, 34, 34, .1);
    transition: all .3s ease;
}
body.search .ast-pagination .pagination .page-numbers.current, 
body.search .ast-pagination .pagination .page-numbers:hover {
    background: #E7402E;
    border-color: #E7402E;
    color: #fff;
}













@media only screen and (max-width: 767px) {
header .bottom-header .header-menu nav .hfe-nav-menu .menu-item.menu-item-has-children .sub-menu {
    padding: 0 10px;
}
.header-menu,
.bottom-header .menu-wrapper {
    position: static;
}
.header-menu .hfe-nav-menu nav {
    position: absolute;
    top: 100%;
}
.home-posts-wrapper .post-wrapper,
.home-posts-wrapper .post-sidebarm,
.home-posts-wrapper .post-wrapper .featured-posts .featured-post-content,
.home-posts-wrapper .post-wrapper .featured-posts .featured-post-image,
.home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper,
.home-posts-wrapper .post-sidebar,
.ad-posts-wrapper .left-ad,
.ad-posts-wrapper .right-ad,
.home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-content,
.home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-image,
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper {
    max-width: 100%;
}
/*.home-posts-wrapper .post-wrapper .featured-posts .featured-post-image img {
    height: 300px;
}*/
.home-posts-wrapper .post-wrapper .featured-posts .featured-post-content {
    padding: 20px 15px;
}
.home-posts-wrapper .post-wrapper .featured-posts .featured-post-content h4 {
    font-size: 24px;
    line-height: 32px;
    -webkit-line-clamp: 2;
}
.home-posts-wrapper .post-wrapper .featured-posts .featured-post-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
}
/*.home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper .post-thumbnail img {
    height: auto;
}*/
.home-posts-wrapper .post-wrapper .random-posts .random-post-wrapper .post-content {
    padding: 20px;
}
.home-posts-wrapper .post-sidebar .sidebar-ad {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.home-posts-wrapper .post-sidebar .latest-news .heading h2 {
    font-size: 24px;
    line-height: 30px;
}
.home-posts-wrapper .post-sidebar .latest-news .news-posts {
    max-height: 310px;
}
.home-posts-wrapper .post-sidebar .latest-news .news-posts li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
}
.home-posts-wrapper .post-wrapper .featured-posts .heading h2, 
.home-posts-wrapper .post-sidebar .latest-events .heading h2 {
    font-size: 24px;
    line-height: 30px;
}
.home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-content {
    padding: 20px;
}
.home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-content a {
    font-size: 24px;
    line-height: 30px;
    margin: 5px 0;
}
.home-posts-wrapper .post-wrapper .popular-case-studies .popular-post-content p {
    font-size: 16px;
    line-height: 26px;
}
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper .post-content {
    padding: 20px;
}
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper .post-content h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 5px 0;
}
.home-posts-wrapper .post-wrapper .case-posts-wrapper .case-post-wrapper .post-content p {
    font-size: 16px;
    line-height: 26px;
}
.home-posts-wrapper .post-sidebar .events .event {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.ad-posts-wrapper.bottom {
    padding-top: 0;
}
.ad-posts-wrapper.middle {
    padding: 0;
}
.ad-posts-wrapper .left-ad img {
    height: auto;
}
.ad-posts-wrapper .right-ad img {
    height: auto;
}
#page .site-content {
    overflow: hidden;
}
.case-study-listing {
    padding: 30px 0;
}
.case-study-listing .case-study-wrapper .case-study-content,
.case-study-listing .case-study-wrapper .case-study-ads,
.case-study-listing .case-study-wrapper .featured-post-wrapper .featured-post-content,
.case-study-listing .case-study-wrapper .featured-post-wrapper .featured-post-thumbnail {
    max-width: 100%;
}
.case-study-listing .case-study-wrapper .featured-post-wrapper .featured-post-content {
    padding: 25px 20px;
}
.case-study-listing .case-study-wrapper .featured-post-content h2 {
    font-size: 24px;
    line-height: 30px;
}
.case-study-listing .case-study-wrapper .featured-post-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px;
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-ad {
    margin: 30px 0;
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-ad img {
    height: auto;
}
.case-study-listing h1, .case-study-listing h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 15px;
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-item {
    margin-bottom: 20px;
    padding: 20px;
    gap: 20px;
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-item .case-study-item-image {
    width: 100%;
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-item .case-study-item-content {
    width: 100%;
    padding-left: 0;
}
.case-study-listing .case-study-wrapper .case-study-content .case-study-item h3 {
    font-size: 20px;
    line-height: 26px;
}
.case-study-listing .case-study-wrapper .sidebar-ad {
    margin-bottom: 20px;
}
.case-study-listing .case-study-wrapper .sidebar-ad:last-child {
    margin: 0;
}
.pagination {
    margin-top: 30px;
    gap: 5px;
}
.pagination .prev, .pagination .next {
    width: 40px;
    height: 40px;
}
.pagination ul {
    gap: 5px;
}
.pagination ul li .page-numbers {
    width: 40px;
    height: 40px;
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper {
    gap: 10px;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-detail-content,
.case-study-detail .case-study-content .post-detail-wrapper .post-detail-ads {
    max-width: 100%;
}
.case-study-detail .case-study-content .post-detail-content h1 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 15px;
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-author {
    margin-right: 8px;
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-author img {
    width: 30px;
    height: 30px;
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-date {
    padding: 0 8px;
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-location {
    margin-left: 8px;
}
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-author, 
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-date, 
.case-study-detail .case-study-content .post-detail-content .post-meta-wrapper .post-location {
    gap: 5px;
    font-size: 12px;
    line-height: 16px;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-content p {
    font-size: 16px;
    line-height: 26px;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-thumbnail img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-cta {
    padding: 20px 0;
    margin-top: 30px;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-cta img {
    height: auto;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-detail-ads .sidebar-ad img {
    width: 100%;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-content figure.wp-block-image {
    padding: 20px 0;
    margin: 20px 0;
}
.case-study-detail .case-study-content .post-detail-wrapper .post-content h2 {
    font-size: 28px;
    line-height: 36px;
}
.case-study-detail .case-study-content .post-detail-wrapper .case-study-tags {
    gap: 5px;
}
.case-study-detail .case-study-content .post-detail-wrapper .case-study-tags li a {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
}
.case-study-detail .case-study-content .related-case-studies {
    padding: 50px 0 0;
}
.case-study-detail .case-study-content .related-case-studies h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
}
.case-study-detail .case-study-content .related-case-studies .related-case-list {
    grid-template-columns: 1fr;
}
.case-study-detail .case-study-content .related-case-studies .related-case-item .related-case-thumb img {
    height: auto;
}
.case-study-detail .case-study-content .related-case-studies .related-case-item .related-case-content {
    padding: 20px 20px 25px;
}
.case-study-detail .case-study-content .related-case-studies .related-case-item .related-case-content .post-location {
    font-size: 14px;
    line-height: 18px;
}
.case-study-detail .case-study-content .related-case-studies .related-case-item .related-case-content h3 {
    font-size: 20px;
    line-height: normal;
    margin: 8px 0;
}
.case-study-detail .case-study-content .related-case-studies .related-case-item .related-case-content p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px;
}
.case-study-detail .case-study-content .related-case-studies .related-case-item .related-case-content .read-more {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
}
.archive-featured-post article .post-thumbnail img {
    height: auto;
}
.archive-featured-post article .post-content {
    padding: 20px 20px 25px;
}
.archive-featured-post article .post-content .publish-date {
    font-size: 14px;
    line-height: 18px;
    gap: 8px;
}
.archive-featured-post article .post-content h2 {
    font-size: 20px;
    line-height: normal;
    margin: 5px 0;
}
.archive-featured-post article .post-content p {
    font-size: 16px;
    line-height: 26px;
}
.case-study-listing .case-study-wrapper .case-study-content .category-ad {
    margin: 30px 0;
}
.case-study-listing .case-study-wrapper .case-study-content .category-ad img {
    height: auto;
}
.case-study-listing .case-study-wrapper .case-study-content .more-archive-title {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
}
.case-study-listing .case-study-wrapper .case-study-content .blog-listing {
    gap: 30px 20px;
}
.case-study-listing .case-study-wrapper .case-study-content .blog-listing article {
    max-width: 100%;
}
/*.case-study-listing .case-study-wrapper .case-study-content .blog-listing article .post-thumbnail img {
    height: auto;
}*/
.case-study-listing .case-study-wrapper .case-study-content .blog-listing article .post-content {
    border: 1px solid rgba(0, 0, 0, .1);
}
.case-study-listing .case-study-wrapper .case-study-content .blog-listing article .post-content .publish-date {
    font-size: 14px;
    line-height: 18px;
    gap: 8px;
}
.featured-event .featured-event-wrapper:first-child .featured-event-thumbnail img {
    height: auto;
}
.featured-event .featured-event-wrapper .featured-event-content,
.featured-event .featured-event-wrapper:first-child .featured-event-content {
    padding: 20px 20px 25px;
}
.featured-event .featured-event-wrapper .featured-event-content .featured-event-meta {
    gap: 5px;
}
.featured-event .featured-event-wrapper:first-child .featured-event-content .featured-event-meta .event-date, 
.featured-event .featured-event-wrapper:first-child .featured-event-content .featured-event-meta .event-location {
    font-size: 14px;
    line-height: 18px;
}
.featured-event .featured-event-wrapper .featured-event-content .featured-event-meta .event-date, 
.featured-event .featured-event-wrapper .featured-event-content .featured-event-meta .event-location {
    gap: 5px;
    font-size: 13px;
    line-height: 16px;
}
.featured-event .featured-event-wrapper:first-child .featured-event-content h2 {
    font-size: 20px;
    line-height: normal;
}
.featured-event .featured-event-wrapper:first-child .featured-event-content p {
    font-size: 16px;
    line-height: 26px;
}
.featured-event .featured-event-wrapper {
    max-width: 100%;
}
.more-events {
    gap: 30px 20px;
}
.more-events .event-item {
    max-width: 100%;
}
.more-events .event-item .event-item-content {
    padding: 20px 20px 25px;
}
.more-events .event-item .event-item-content .featured-event-meta .event-date, 
.more-events .event-item .event-item-content .featured-event-meta .event-location {
    font-size: 14px;
    line-height: 20px;
}
}