/* global styles */

@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@1,8..60,900&display=swap');

.flexible-section,
.flexible-section *,
.flexible-section *:after,
.flexible-section *:before {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.section-padding.nexus-section {
    padding: 0 20px;
}

.section-padding.nexus-hero {
    overflow: hidden;
}

.flexible-section.nexus-section .container {
    margin: 0 auto;
}

.fs-80 {
    font-size: 80px;
    line-height: 90px;
}

.fs-40 {
    line-height: 48px;
    font-size: 40px;
}

.fs-30 {
    font-size: 30px;
    line-height: 42px;
}

@media (max-width: 1024px) {
    .fs-80 {
        font-size: 60px;
        line-height: 70px;
    }

    .fs-30 {
        font-size: 22px;
        line-height: 28px;
    }

    .fs-40 {
        line-height: 38px;
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .fs-80 {
        font-size: 26px;
        line-height: 32px;
    }

    .fs-30 {
        font-size: 16px;
        line-height: 23px;
    }

    .fs-40 {
        line-height: 28px;
        font-size: 20px;
    }
}

/* global styles end */

/* nexus styles */

/* hero section styles */

.nexus-hero {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 760px;
    display: flex;
    align-items: flex-end;
}

.flexible-section.nexus-hero .container,
.flexible-section.post_catalog .container {
    max-width: 1360px;
    padding-bottom: 90px;
    padding-top: 65px;
}

.flexible-section.post_catalog .container {
    padding-top: 40px;
    padding-bottom: 100px;
}

.nexus-hero .page-title {
    margin-bottom: 10px;
}

.nexus-hero .desc,
.nexus-hero .desc p {
    margin-bottom: 0;
}

.nexus-hero .desc {
    max-width: 1088px;
    width: 100%;
}

.nexus-hero .boxes-main .d-flex {
    margin-left: -30px;
    margin-right: -30px;
}

.nexus-hero .boxes-main .d-flex .box-item {
    padding: 0 30px;
    width: 235px;
}

.nexus-hero .boxes-main .d-flex .box-item a {
    padding: 25px 30px 18px 30px;
    width: 175px;
    height: 175px;
    display: inline-block;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #FFF;
    margin-top: 60px;
    transition: all 0.3s;
}

.nexus-hero .boxes-main .d-flex .box-item a .icon-container {
    width: 115px;
    height: 100px;
    position: relative;
}

.nexus-hero .boxes-main .d-flex .box-item a .icon-container img.icon-static {
    opacity: 1;
    visibility: visible;
}

.nexus-hero .boxes-main .d-flex .box-item a .icon-container img {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-position: center center;
}

.nexus-hero .boxes-main .d-flex .box-item.active-item a,
.nexus-hero .boxes-main .d-flex .box-item a:hover {
    background-color: #7FAF35;
}

.nexus-hero .boxes-main .d-flex .box-item .btn-title {
    transition: all 0.3s;
}

.nexus-hero .boxes-main .d-flex .box-item.active-item .btn-title,
.nexus-hero .boxes-main .d-flex .box-item a:hover .btn-title {
    color: #FFF;
}

.nexus-hero .boxes-main .d-flex .box-item.active-item .icon-static,
.nexus-hero .boxes-main .d-flex .box-item a:hover .icon-static {
    visibility: hidden;
    opacity: 0;
}

.nexus-hero .boxes-main .d-flex .box-item.active-item {
    /*pointer-events: none;*/
    /*cursor: default;*/
}

.nexus-hero .boxes-main .d-flex .box-item.active-item .icon-active,
.nexus-hero .boxes-main .d-flex .box-item a:hover .icon-active {
    visibility: visible;
    opacity: 1;
}

.nexus-hero.dark-mode:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #3E3C3CED 0%, #3D3C3CC3 25%, #3C3C3CA5 59%, #7C7C7CA5 100%) 0% 0% no-repeat padding-box;
}

.nexus-hero.dark-mode .container {
    position: relative;
    z-index: 2;
}

.nexus-hero.dark-mode .page-title h1 {
    color: #FFF;
}

.nexus-hero.dark-mode .desc {
    color: #FFF;
}

.nexus-hero.videos .desc {
    max-width: 1195px;
}

.section-padding.nexus-hero.newsletter {
    background-position: bottom center;
}

@media (max-width: 1024px) {
    .nexus-hero .boxes-main .d-flex {
        max-width: 600px;
        width: 100%;
    }

    .nexus-hero .container {
        padding-bottom: 60px;
    }

    .nexus-hero.videos .desc {
        max-width: 500px;
    }

    .nexus-hero .desc {
        max-width: 500px;
    }

    .nexus-hero .boxes-main .d-flex {
        margin-left: -20px;
        margin-right: -20px;
    }

    .nexus-hero .boxes-main .d-flex .box-item {
        padding: 0 20px;
        width: 215px;
    }

    .nexus-hero .boxes-main .d-flex .box-item a {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .nexus-hero {
        min-height: 600px;
        background-position: bottom center;
    }

    .nexus-hero .page-title {
        margin-bottom: 5px;
    }

    .nexus-hero .desc {
        max-width: 500px;
    }

    .nexus-hero .boxes-main .d-flex {
        margin-top: 15px;
    }

    .nexus-hero .boxes-main .d-flex .box-item {
        width: 140px;
    }

    .nexus-hero .boxes-main .d-flex .box-item a {
        width: 120px;
        height: 120px;
        margin-top: 20px;
        padding: 15px 10px 8px 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;

    }

    .nexus-hero .boxes-main .d-flex .box-item a .icon-container .btn-title {
        font-size: 14px;
        line-height: 23px;
    }

    .nexus-hero .boxes-main .d-flex .box-item a .icon-container {
        width: 80px;
        height: 70px;
    }

    .nexus-hero .boxes-main .d-flex .box-item a .icon-container img {
        width: 80px;
        height: 70px;
    }

    .nexus-hero .boxes-main .d-flex {
        margin-left: -10px;
        margin-right: -10px;
    }

    .nexus-hero .boxes-main .d-flex .box-item {
        padding: 0 10px;
    }

    .flexible-section.post_catalog .container {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .nexus-hero .boxes-main .d-flex {
        max-width: 350px;
    }
}

/* post catalog styles */

.post_catalog {
    background-color: #EFEFEF;
}

.post_catalog .page-filter {
    padding-bottom: 60px;
}

.catalog-main .list-title h2 {
    margin: 0;
}

.post_catalog .page-filter .filter-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post_catalog .page-filter .filter-navigation .filter-col {
    max-width: calc(100% - 230px);
    width: 100%;
}

.post_catalog .page-filter .filter-navigation .filter-col .filter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.post_catalog .page-filter .filter-navigation .filter-col .filter .filter-style.filter-by {
    width: 20%;
}

.post_catalog .page-filter .filter-navigation .filter-col .filter .filter-style {
    width: 24%;
    padding-right: 10px;
}

.post_catalog .page-filter .filter-navigation .filter-col .filter .filter-by span {
    color: #828283;
    font-family: "Gilam SemiBold", sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.post_catalog .page-filter .filter-navigation .filter-col .filter .filter-style .categories {
    position: relative;
    z-index: 9;
}

.post_catalog .page-filter .filter-navigation .filter-col .filter .filter-style .categories.active {
    z-index: 10;
}

.filter-col .filter .filter-style .categories .selected {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 220px;
}

.filter-col .filter .filter-style .categories .selected span {
    color: #7FAF35;
    font-family: "Gilam SemiBold", sans-serif;
    font-size: 24px;
    line-height: 33px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.filter-col .filter .filter-style .categories .selected img {
    width: 24px;
    height: 14px;
    object-fit: contain;
    object-position: center center;
    transition: all 0.3s;
}

.filter-col .filter .filter-style .categories.active .selected img {
    transform: rotate(-180deg);
}

.filter-col .filter .filter-style .categories ul {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 0;
    width: -webkit-calc(100% + 64px);
    width: -moz-calc(100% + 64px);
    width: calc(100% + 64px);
    padding: 28px;
    list-style: none;
    background: #fff;
    top: 73px;
    z-index: 11;
    margin: auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    box-shadow: 1px 1px 25px 1px rgba(130, 130, 131, 0.12);
    border-radius: 0;
}

.filter-col .filter .filter-style .categories.active ul {
    pointer-events: auto;
    opacity: 1;
}

.filter-col .filter .filter-style .categories ul li {
    font-family: "Gilam Light", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #828283;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
    margin-bottom: 11px;
}

.filter-col .filter .filter-style .categories ul li:last-child {
    margin-bottom: 0;
}

.filter-col .filter .filter-style .categories ul li:hover,
.filter-col .filter .filter-style .categories ul li.active {
    color: #7FAF35;
}

.post_catalog .page-filter .filter-navigation .search-col {
    max-width: 230px;
    width: 100%;
}

.search-col .search-form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.search-col .search-form form .search-button {
    background-image: url('/wp-content/themes/Im theme/assets/img/search_icon.svg');
    width: 30px;
    height: 30px;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
}

.search-col .search-form form .search-input:focus,
.search-col .search-form form .search-button:focus {
    outline: none;
}

.search-col .search-form form .search-input {
    margin-left: 8px;
    display: inline-block;
    width: calc(100% - 38px);
    background-color: transparent;
    border: none;
    color: #828283;
    font-family: "Gilam SemiBold", sans-serif;
    font-size: 20px;
    line-height: 28px;
    padding: 0 0px 0 33px;
}

.search-col .search-form form .remove {
    position: absolute;
    top: calc(50% + 1px);
    left: 48px;
    display: inline-block;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    z-index: 5;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    cursor: auto;
}

.search-col .search-form.active-close form .remove {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer;
}

.search-col .search-form form .remove img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.post_catalog .list-post-styles {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.post_catalog .list-post-styles .post-item {
    width: 33.333%;
    padding: 0 5px;
    margin-top: 40px;
}

.post_catalog .post-item-container {
    box-shadow: 0px 3px 6px #00000029;
    background-color: #FFF;
    height: 100%;
    display: block;
}

.post-item-container .feat-img-container a {
    width: 100%;
    position: relative;
    padding-top: 50%;
    height: auto;
    overflow: hidden;
    max-width: 100%;
    display: block;
    border: none;
}

.post-item-container .feat-img-container a img {
    border: none;
    padding: 0;
    border-radius: 0;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    box-shadow: none;
}

.post-item-container .feat-img-container a:after {
    content: "";
    display: block;
    padding-top: 44%;
}

.post-item-container .post-content-container {
    padding: 30px 40px;
    position: relative;
}

.post-item-container .post-content-container .post-excerpt {
    padding-bottom: 43px;
}

.post-item-container .post-content-container .post-meta {
    display: flex;
    align-items: center;
}

.post-item-container .post-content-container .post-meta .date {
    margin-right: 5px;
}

.post-item-container .post-content-container .post-meta .read-time-post span {
    display: inline-block;
    margin-right: 5px;
}

.post-item-container .post-content-container .post-meta .date,
.post-item-container .post-content-container .post-meta .read-time-post {
    color: #838383;
    font-size: 20px;
    line-height: 28px;
    opacity: 0.5;
    font-family: "Gilam Regular", Sans-Serif;
}

.post-item-container .post-content-container .post-meta {
    display: flex;
    align-items: center;
}

.post-item-container .post-content-container .post-title {
    margin: 10px 0;
}

.post-item-container .post-content-container .post-title h3 {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #081834;
    font-size: 25px;
    line-height: 35px;
    font-family: "Gilam Medium", Sans-Serif;
}

.post-item-container .post-content-container .post-title h3 sup {
    font-size: 14px;
    line-height: 0;
}

.post-item-container .post-content-container .post-excerpt,
.post-item-container .post-content-container .post-excerpt p {
    margin: 0;
    color: #838383;
    font-size: 20px;
    line-height: 28px;
    font-family: "Gilam Regular", Sans-Serif;
}

.post-item-container .post-content-container .read-more-btn {
    margin-top: 15px;
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 2;
}

.post-style .post-item-container .post-content-container .read-more-btn {
    bottom: 30px;
}

.post-item-container .post-content-container .read-more-btn span,
.post-item-container .post-content-container .read-more-btn a {
    display: inline-block;
    color: #7FAF35;
    font-size: 20px;
    line-height: 28px;
    font-family: "Gilam Light", Sans-Serif;
}

.search-categories .mob-icon,
.search-categories .mob-icon-close {
    display: none;
}

.load-more-main {
    margin-top: 100px;
    text-align: center;
}

.load-more-main a {
    color: var(--white);
    font-size: 24px;
    letter-spacing: 0;
    line-height: 17px;
    font-family: var(--font-gilam-medium);
    background-color: var(--green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    transition: all 0.3s;
    max-width: 375px;
    min-height: 75px;
    width: 100%;
    text-transform: uppercase;
}

.flexible-section.post_catalog .container .page-default-filter {
    padding-bottom: 220px;
}

.post-list-style-global.research-style,
.post-list-style-global.videos-style,
.page-default-filter .post-list-style-global {
    border-bottom: 1px solid #707070;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.post-list-style-global.research-style:last-child,
.post-list-style-global.videos-style:last-child,
.page-default-filter .post-list-style-global:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.page-default-filter .load-more-main,
.page-videos-filter .load-more-main,
.research-style .load-more-main {
    display: none;
}

.filtered-list .research-post .post-content-container .post-title,
.newsletter-style .post-item-container .post-content-container .post-title,
.research-style .post-item-container .post-content-container .post-title {
    margin-bottom: 40px;
}

.filtered-list .research-post .post-content-container,
.newsletter-style .post-item-container .post-content-container,
.research-style .post-item-container .post-content-container {
    min-height: 310px;
}

.newsletter-style .post-item-container,
.research-style .post-item-container {
    min-height: 730px;
}

.post_catalog .list-main.list-post-styles.slick-slider {
    margin: -25px -5px;
}

.post_catalog .list-main.list-post-styles.slick-slider .slick-list {
    padding: 25px 0;
}

.post_catalog .list-main.list-post-styles button.slick-arrow:before {
    display: none;
}

.post_catalog .list-main.list-post-styles button.slick-arrow {
    background-image: url('/wp-content/uploads/2023/10/chevron-left-svgrepo-com.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 45px;
    height: 45px;
    z-index: 5;
}

.post_catalog .list-main.list-post-styles button.slick-arrow.slick-next {
    transform: rotate(-180deg);
}

.post_catalog .list-main.list-post-styles button.slick-prev {
    left: -140px;
}

.post_catalog .list-main.list-post-styles button.slick-next {
    right: -140px;
}

.vid-main {
    height: 250px;
    width: 100%;
    position: relative;
}

.vid-main video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

.videos-item .post-item-container .post-content-container {
    border-top: 10px solid #7FAF35;
    min-height: 228px;
}

.videos-item .post-item-container .post-content-container .post-title {
    margin-bottom: 50px;
}

.videos-item .post-item-container .post-content-container .read-more-btn {
    bottom: 30px;
}

.page-template-template-nexus .overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
    cursor: pointer;
}

.video-popup-main {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-template-nexus .overlay.active,
.video-popup-main.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.video-popup-main .video-popup-container {
    max-width: 1360px;
    width: 100%;
    margin: auto;
    position: relative;
}

.video-popup-main .video-popup-container .close-video-popup a {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: -50px;
    background-image: url('/wp-content/themes/Im theme/assets/img/filter_close_btn.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.video-popup-main .video-popup-container .video-main {
    position: relative;
    max-width: 90%;
    width: 100%;
    margin: auto;
}

.video-popup-main .video-popup-container .vide-main {
    width: 100%;
    height: 700px;
}

.video-popup-main .video-popup-container .vide-main video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}

.video-popup-main .video-popup-container .video-title {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 90px;
    padding-right: 90px;
    background: transparent linear-gradient(180deg, #121212 0%, #606060BE 100%) 0% 0% no-repeat padding-box;
    opacity: 0.5;
    font-size: 26px;
    line-height: 36px;
    font-family: "Gilam Regular", Sans-Serif;
    color: #FFF;
    z-index: 5;
}

.page-research-filter .load-more-main {
    display: none;
}

.nothing-text {
    margin: 50px 0 220px 0;
}

.video-duration {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-family: "Gilam Medium", Sans-Serif;
    font-size: 20px;
    line-height: 28px;
    opacity: 0.9;
    color: #FFF;
    z-index: 5;
}

.close-menu-drop {
    display: none;
}

.all-posts,
.post-searched-posts,
.research-searched-posts,
.videos-searched-posts {
    display: none;
}

.all-posts.active,
.post-searched-posts.active,
.research-searched-posts.active,
.videos-searched-posts.active {
    display: block;
}

.videos-searched-posts .list-title,
.research-searched-posts .list-title {
    margin-top: 60px;
}

@media (max-width: 1670px) {
    .post_catalog .list-main.list-post-styles button.slick-prev {
        left: -60px;
    }

    .post_catalog .list-main.list-post-styles button.slick-next {
        right: -60px;
    }
}

@media (max-width: 1500px) {
    .post_catalog .list-main.list-post-styles.slick-slider {
        max-width: 1200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1350px) {
    .post_catalog .list-main.list-post-styles button.slick-arrow {
        width: 30px;
        height: 30px;
    }

    .post_catalog .list-main.list-post-styles button.slick-prev {
        left: -35px;
    }

    .post_catalog .list-main.list-post-styles button.slick-next {
        right: -35px;
    }

    .newsletter-style .post-item-container,
    .research-style .post-item-container {
        min-height: auto;
    }
}

@media (max-width: 1280px) {
    .post_catalog .list-main.list-post-styles.slick-slider {
        max-width: 900px;
    }

    .post-style .post-item-container .post-content-container {
        min-height: 330px;
    }
}

@media (max-width: 1200px) {
    .filter-col .filter .filter-style .categories .selected span {
        margin-right: 10px;
    }

    .post-item-container .post-content-container {
        padding: 30px 32px;
    }

    .post-item-container .post-content-container .post-meta .date,
    .post-item-container .post-content-container .post-meta .read-time-post {
        font-size: 18px;
        line-height: 25px;
    }

    .post-item-container .post-content-container .post-title h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .post-item-container .post-content-container .post-excerpt,
    .post-item-container .post-content-container .post-excerpt p {
        font-size: 18px;
        line-height: 25px;
    }

    .post-item-container .post-content-container .read-more-btn {
        left: 30px;
        bottom: 32px;
    }

    .post-style .post-item-container .post-content-container .read-more-btn {
        bottom: 22px;
    }

    .post_catalog .page-filter .filter-navigation .filter-col .filter .filter-by span {
        font-size: 18px;
    }

    .filter-col .filter .filter-style .categories .selected span {
        font-size: 20px;
        line-height: 28px;
    }

    .filter-col .filter .filter-style .categories .selected img {
        width: 20px;
        height: 10px;
    }

    .post_catalog .page-filter .filter-navigation .filter-col .filter .filter-style.filter-by {
        width: 25%
    }

    .post_catalog .page-filter .filter-navigation .filter-col .filter .filter-style {
        width: 25%
    }

    .search-col .search-form form .search-input {
        font-size: 18px;
        padding-left: 25px;
    }

    .flexible-section.post_catalog .container .page-default-filter {
        padding-bottom: 100px;
    }

    .video-popup-main .video-popup-container .video-title {
        font-size: 18px;
        line-height: 28px;
        padding: 10px 20px;
        min-height: auto;
    }

    .video-popup-main .video-popup-container .close-video-popup a {
        width: 24px;
        height: 24px;
        top: -32px;
        right: 0;
    }

    .video-popup-main .video-popup-container .vide-main {
        height: 400px;
    }

    .post_catalog {
        overflow: hidden;
    }

    .filter-col .filter .filter-style .categories .selected {
        width: 80%;
    }
}

@media (max-width: 992px) {
    .post_catalog .list-post-styles .post-item {
        width: 50%;
    }

    .post_catalog .list-main.list-post-styles.slick-slider {
        max-width: 700px;
    }

    .post_catalog .list-main.list-post-styles button.slick-prev {
        /*         left: -24px; */
    }

    .post_catalog .list-main.list-post-styles button.slick-next {
        /*         right: -24px; */
    }

    .post-style .post-item-container .post-content-container {
        min-height: auto;
    }

    .post_catalog .page-filter .filter-navigation .filter-col .filter .filter-style {
        width: 33.333%;
    }

    .filter-col .filter .filter-style .categories .selected {
        width: 90%;
    }

    .nothing-text {
        margin: 50px 0 50px 0;
    }
}

@media (max-width: 767px) {
    .flexible-section.post_catalog .container .page-default-filter {
        padding-bottom: 0px;
    }

    .post_catalog .page-filter .filter-navigation {
        flex-direction: column-reverse;
    }

    .post_catalog .page-filter .filter-navigation .filter-col {
        max-width: 388px;
        margin-top: 15px;
    }

    .post_catalog .page-filter .filter-navigation .filter-col .filter .filter-style.filter-by {
        width: 33.333%;
    }

    .post_catalog .page-filter .filter-navigation .filter-col .filter .filter-style {
        width: 33.333%;
    }

    .post_catalog .page-filter .filter-navigation .search-col {
        max-width: 100%;
    }

    .post_catalog .list-post-styles {
        margin-left: auto;
        margin-right: auto;
    }

    .post_catalog .list-post-styles .post-item {
        padding: 0;
        margin-top: 30px;
    }

    .post_catalog .page-filter {
        padding-bottom: 50px;
    }

    .post-item-container .post-content-container {
        padding: 12px 32px 32px 32px;
    }

    .post-item-container .post-content-container .post-meta .date,
    .post-item-container .post-content-container .post-meta .read-time-post {
        font-size: 16px;
        line-height: 22px;
    }

    .post-item-container .post-content-container .post-title {
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .post-item-container .post-content-container .post-title h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .post-item-container .post-content-container .post-excerpt {
        display: none;
    }

    .post_catalog .post-item-container {
        min-height: 560px;
    }

    .post_catalog .newsletter-style .post-item-container {
        min-height: 529px;
    }

    .post-item-container .feat-img-container a:after {
        padding-top: 58%;
    }

    .post_catalog .page-filter .filter-navigation .filter-col .filter .filter-by span {
        font-size: 16px;
        line-height: 22px;
    }

    .filter-col .filter .filter-style .categories .selected span {
        font-size: 16px;
        line-height: 22px;
    }

    .filter-col .filter .filter-style .categories .selected img {
        width: 18px;
        height: 9px;
    }

    .filter-col .filter .filter-style .categories .selected span {
        margin-right: 25px;
    }

    .post_catalog .page-filter .filter-navigation .filter-col .filter {
        justify-content: space-between;
    }

    .post_catalog .page-filter .filter-navigation .filter-col .filter .filter-style.filter-by {
        width: 26%;
    }

    .post_catalog .page-filter .filter-navigation .filter-col .filter .filter-style {
        width: 37%;
    }

    .post_catalog .page-filter .filter-navigation .filter-col .filter .filter-style.ingredient-filter {
        padding-right: 0;
    }

    .search-form {
        position: relative;
    }

    .search-categories > .search {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: -20px;
        width: calc(100% + 40px);
        background-color: #EFEFEF;
        z-index: -1;
        pointer-events: none;
        box-shadow: 0px 6px 6px #00000029;
        padding: 0 20px 40px 20px;
        top: 8px;
        transition: visibility 0.3s, opacity 0.3s;
    }

    .search-categories.active > .search {
        visibility: visible;
        opacity: 1;
        z-index: 15;
        pointer-events: auto;
    }

    .search-col .search-form form {
        flex-direction: column;
    }

    .search-col .search-form form .search-button {
        margin-bottom: 30px;
    }

    .search-col .search-form form .search-input {
        width: 250px;
        background-color: #FFF;
        border: 1px solid #707070;
        margin: auto;
        padding: 6px;
        color: #707070;
        text-align: center;
        font-size: 12px;
        line-height: 16px;
    }

    .search-categories .mob-icon-close {
        display: inline-block;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        transition: visibility 0.3s, opacity 0.3s;
        visibility: hidden;
        opacity: 0;
        z-index: -1;
        pointer-events: none;
    }

    .search-categories .mob-icon-close a {
        width: 18px;
        height: 18px;
        font-size: 0;
        background-image: url('/wp-content/themes/Im%20theme/assets/img/filter_close_btn.svg');
        border: none;
        box-shadow: none;
        outline: none;
        padding: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        cursor: pointer;
        display: inline-flex;
    }

    .search-categories.active .mob-icon-close {
        visibility: visible;
        opacity: 1;
        z-index: 16;
        pointer-events: auto;
    }

    .search-categories .mob-icon {
        display: block;
        border-bottom: 1px solid #707070;
        padding-bottom: 20px;
        margin-left: -20px;
        margin-right: -20px;
        text-align: center;
    }

    .search-categories .mob-icon a {
        width: 30px;
        height: 30px;
        font-size: 0;
        background-image: url('/wp-content/themes/Im theme/assets/img/search_icon.svg');
        border: none;
        box-shadow: none;
        outline: none;
        padding: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        cursor: pointer;
        display: inline-flex;
    }

    .load-more-main {
        margin-top: 50px;
    }

    .load-more-main a {
        max-width: 200px;
        min-height: 50px;
        font-size: 20px;
        line-height: 28px;
        padding: 10px;
    }

    .post-list-style-global.research-style,
    .post-list-style-global.videos-style,
    .page-default-filter .post-list-style-global {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .post_catalog .list-main.list-post-styles.slick-slider {
        max-width: 428px;
    }

    .filtered-list .research-post .post-content-container .post-title,
    .newsletter-style .post-item-container .post-content-container .post-title,
    .research-style .post-item-container .post-content-container .post-title {
        margin-bottom: 70px;
    }

    .filtered-list .research-post .post-content-container,
    .newsletter-style .post-item-container .post-content-container,
    .research-style .post-item-container .post-content-container {
        min-height: auto;
    }

    .post_catalog .list-main.list-post-styles.slick-slider .slick-list {
        padding-bottom: 105px;
    }

    .post_catalog .list-main.list-post-styles button.slick-arrow {
        bottom: 40px;
        transform: none;
        top: unset;
    }

    .post_catalog .list-main.list-post-styles button.slick-arrow.slick-prev {
        transform: translateX(-50%);
        left: calc(50% - 60px);
    }

    .post_catalog .list-main.list-post-styles button.slick-arrow.slick-next {
        transform: translateX(-50%) rotate(-180deg);
        right: calc(50% - 100px);
        left: unset;
    }

    .post_catalog .newsletter-style .list-main .post-item,
    .post_catalog .research-style .list-main .post-item {
        padding: 5px;
    }

    .vid-main {
        height: 220px;
    }

    .post_catalog .videos-item .post-item-container {
        min-height: auto;
    }

    .video-popup-main .video-popup-container .video-title {
        font-size: 12px;
        line-height: 18px;
        padding: 5px;
    }

    .video-popup-main .video-popup-container .vide-main {
        height: 220px;
    }

    .video-popup-main .video-popup-container .video-main {
        max-width: 100%;
    }

    .filter-col .filter .filter-style .categories .selected span {
        width: 85%;
        margin-right: 0;
    }

    .post_catalog .list-post-styles.post-items-main-list .post-item,
    .post_catalog .list-post-styles.filtered-list .post-item.videos-item,
    .post_catalog .list-post-styles.videos-items-main-list .post-item.videos-item,
    .post_catalog .list-post-styles.research-items-main-list .post-item.research-post,
    .post_catalog .list-post-styles.filtered-list .post-item.research-post {
        width: 100%;
    }

    .post-searched-posts {
        margin-top: 30px;
    }

    .video-duration {
        font-size: 16px;
        line-height: 22px;
    }

    .search-col .search-form.active-close form .remove {
        top: unset;
        bottom: 2px;
    }

    .filter-col .filter .filter-style .categories ul {
        top: 50px;
        width: 335px;
        /*left: -87px;*/
        padding: 22px 16px 30px 16px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        text-align: center;

    }

    .filter-col .filter .filter-style.item-f-1 .categories ul {
        left: -87px;
    }

    .filter-col .filter .filter-style.item-f-2 .categories ul {
        left: calc(-100% - 87px);
    }

    .filter-col .filter .filter-style .categories ul li {
        width: 33.333%;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 23px;
    }

    .close-menu-drop {
        width: 100%;
        font-size: 0;
        background-image: url('/wp-content/themes/Im%20theme/assets/img/filter_close_btn.svg');
        border: none;
        box-shadow: none;
        outline: none;
        padding: 0;
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: center center;
        cursor: pointer;
        margin-top: 5px;
        height: 18px;
        display: inline-flex;
    }
}

@media (max-width: 600px) {
    .post_catalog .list-main .post-item {
        width: 100%;
    }
}

/* nexus styles end */

/* flexible-sections template css */

/* hero styles */

.flexible-sections .container {
    padding: 0;
}

.banner_sections {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 742px;
}

.banner_sections > .container {
    max-width: 1410px;
}

.banner_sections .container > .d-flex {
    padding-top: 90px;
}

.banner_sections .logo-container-main {
    margin-top: -28px;
}

.banner_sections .logo-container-main img {
    max-width: 300px;
    width: 100%;
    height: 380px;
    object-position: top center;
    object-fit: contain;
}

.banner_sections .container .text-left {
    width: 38%;
}

.banner_sections .container .text-left.content-col {
    width: 62%;
    padding-left: 20px;
}

.banner_sections .content-col .desc {
    max-width: 800px;
    width: 100%;
}

.banner_sections .content-col .desc,
.banner_sections .content-col .desc p {
    font-family: 'Source Serif 4', serif;
    font-weight: 900;
    font-style: italic;
    margin: 0;
}

.banner_sections .content-col .author-name {
    margin-top: 30px;
}

.banner_sections .content-col .position h3 {
    font-style: italic;
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .banner_sections:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .banner_sections {
        position: relative;
        min-height: 500px;
        background-position: 50% 0%;
    }

    .banner_sections .container {
        position: relative;
        z-index: 2;
    }

    .banner_sections .container > .d-flex {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .banner_sections {
        background-position: 64% 49%;
    }

    .banner_sections .container > .d-flex {
        flex-direction: column-reverse;
    }

    .banner_sections .container .text-left {
        width: 100%;
    }

    .banner_sections .logo-container-main {
        margin-top: 0;
        text-align: center;
    }

    .banner_sections .container .text-left.content-col {
        width: 100%;
        padding: 0;
    }

    .banner_sections .content-col .desc {
        max-width: 100%;
    }
}

/* icon box styles */

.icon_box_sections .container {
    max-width: 1380px;
}

.icon_box_sections {
    padding-top: 50px;
}

.icon_box_sections .box-item {
    margin-top: 40px;
    padding: 0 10px;
    width: 25%;
}

.icon_box_sections .box-item-container {
    text-align: center;
}

.icon_box_sections .icon-item {
    margin-bottom: 30px;
}

.icon_box_sections .icon-item img {
    max-width: 122px;
    height: 122px;
    object-fit: contain;
    object-position: center center;
    margin: auto;
}

@media (max-width: 1200px) {
    .icon_box_sections .title-item h3 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 1024px) {
    .icon_box_sections .box-item {
        width: 50%;
    }

    .icon_box_sections .title-item h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .icon_box_sections .boxes-flex {
        max-width: 600px;
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .icon_box_sections .box-item {
        width: 50%;
    }

    .icon_box_sections .title-item h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .icon_box_sections .icon-item:nth-child(odd),
    .icon_box_sections .icon-item:first-child,
    .icon_box_sections .icon-item:nth-child(even) {
        padding: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .icon_box_sections .icon-item img {
        max-width: 80px;
        height: 80px;
    }
}

/* image box styles */

.image_box_sections {
    padding-top: 100px;
}

.image_box_sections .container {
    max-width: 1380px;
}

.image_box_sections .col-content {
    width: 40%;
    padding-right: 20px;
}

.image_box_sections .col-content .section-title {
    margin-bottom: 30px;
}

.image_box_sections .col-content .section-title h2 {
    color: #39465C;
}

.image_box_sections .col-content .desc {
    color: #838383;
    width: 100%;
    max-width: 470px;
}

.image_box_sections .img-cont {
    width: 60%;
}

.image_box_sections .img-cont .img-container {
    text-align: right;
}

.image_box_sections .img-cont .img-container img {
    max-width: 821px;
    width: 100%;
    height: 521px;
    object-fit: cover;
    object-position: top center;
}

.image_box_sections .author-name {
    text-align: right;
    margin-top: 15px;
}

@media (max-width: 1024px) {
    .image_box_sections {
        padding-top: 60px;
    }

    .image_box_sections .col-content {
        width: 50%;
    }

    .image_box_sections .img-cont {
        width: 50%;
    }

    .image_box_sections .img-cont .img-container img {
        height: 350px;
    }

    .image_box_sections .author-name {
        margin-top: 10px;
    }

    .image_box_sections .col-content .desc {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .image_box_sections .col-content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .image_box_sections .img-cont {
        width: 100%;
    }

    .image_box_sections .img-cont .img-container {
        text-align: center;
    }

    .image_box_sections .img-cont .img-container img {
        height: 250px;
        max-width: 400px;
    }

    .image_box_sections .author-name {
        text-align: center;
        margin-top: 10px;
    }

    .image_box_sections .col-content .section-title {
        margin-bottom: 20px;
    }
}

/* image box styles end */

/* steps section styles */

.steps_sections > .container {
    padding-top: 120px;
    margin-top: 80px;
    border-top: 1px solid #707070;
    max-width: 1380px;
}

.steps_sections .d-flex .img-cont {
    width: 40%;
    padding-right: 20px;
}

.steps_sections .d-flex .img-cont img {
    max-width: 472px;
    height: 358px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.steps_sections .d-flex .col-content {
    width: 60%;
}

.steps_sections .d-flex .col-content .section-title {
    max-width: 400px;
    width: 100%;
    margin-bottom: 40px;
}

.steps_sections .d-flex .col-content .section-title h2 {
    color: #39465C;
}

.steps_sections .d-flex .col-content .desc {
    color: #838383;
    max-width: 800px;
    width: 100%;
}

.steps_sections .steps-container {
    padding-top: 100px;
    width: 100%;
}

.steps_sections .steps-container .img-steps {
    width: 40%;
    padding-right: 20px;
    padding-top: 20px;
    position: relative;
}

.steps_sections .steps-container .img-steps-title {
    color: #39465C;
}

.steps_sections .steps-container .abs-img-line {
    width: 168px;
    height: 591px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 42px;
    transform: translateX(-50%);
    /*background-image: url('/wp-content/themes/Im theme/assets/img/Journey.svg');*/
}
.steps_sections .steps-container .steps-by-img-container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 56%;
}
.steps_sections .steps-container .steps-by-img-container .img-item {
    text-align: right;
    margin-bottom: 25px;
}

.steps_sections .steps-container .steps-by-img-container .img-item:nth-child(even) {
    text-align: left;
}

.steps_sections .steps-container .steps-by-img-container .img-item img {
    max-width: 122px;
    width: 100%;
    height: 122px;
    object-fit: contain;
    object-position: center center;
}

.steps_sections .steps-container .steps-by-img-container .img-item:last-child {
    margin-bottom: 0;
}

.steps_sections .steps-container .steps-text {
    width: 60%;
}

.steps_sections .steps-container .desc-container {
    margin-bottom: 30px;
}

.steps_sections .steps-container .desc-container:last-child {
    margin-bottom: 0;
}

.steps_sections .steps-container .desc-container .desc {
    color: #838383;
    max-width: 815px;
    width: 100%;
}

.steps_sections .steps-container .desc-container .desc strong {
    color: #7FAF35;
}

.steps_sections .img-steps-container {
    max-width: 472px;
    width: 100%;
}

@media (max-width: 1280px) {
    .steps_sections .steps-container {
        flex-direction: column-reverse;
    }

    .steps_sections .steps-container .steps-text {
        width: 100%;
    }

    .steps_sections .steps-container .desc-container {
        margin-bottom: 20px;
    }

    .steps_sections .steps-container .desc-container .desc {
        max-width: 100%;
    }

    .steps_sections .steps-container .img-steps {
        padding-right: 0;
        margin-top: 50px;
        padding-top: 0;
        width: 100%;
    }

    .steps_sections .img-steps-container {
        margin: auto;
    }
}

@media (max-width: 1024px) {
    .steps_sections > .container {
        margin-top: 50px;
        padding-top: 50px;
    }

    .steps_sections .d-flex .img-cont {
        width: 50%;
    }

    .steps_sections .d-flex .col-content {
        width: 50%;
    }

    .steps_sections .steps-container {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .steps_sections > .container > .d-flex:first-child {
        flex-direction: column-reverse;
    }

    .steps_sections .d-flex .img-cont {
        width: 100%;
        padding-right: 0;
        margin-top: 30px;
    }

    .steps_sections .d-flex .img-container {
        text-align: center;
    }

    .steps_sections .d-flex .img-cont img {
        height: 250px;
        max-width: 400px;
    }

    .steps_sections .d-flex .col-content .section-title {
        margin-bottom: 20px;
    }

    .steps_sections .d-flex .col-content .desc {
        max-width: 100%;
    }

    .steps_sections .img-steps-container {
        max-width: 315px;
    }

    .steps_sections .steps-container .steps-by-img-container .img-item img {
        width: 80px;
        height: 80px;
    }

    .steps_sections .steps-container .steps-by-img-container .img-item {
        margin-bottom: 15px;
    }

    .steps_sections .d-flex .col-content {
        width: 100%;
    }
}

/* steps section styles end */

/* pdf viewer section styles */

.pdf_viewer_section > .container {
    padding-top: 120px;
    padding-bottom: 200px;
    margin-top: 80px;
    border-top: 1px solid #707070;
    max-width: 1380px;
}

.pdf_viewer_section .section-title {
    margin-bottom: 40px;
}

.pdf_viewer_section .section-title h2 {
    color: #39465C;
}

.pdf_viewer_section .desc {
    margin-bottom: 0;
    color: #838383;
}

.pdf_viewer_section .desc p {
    margin-bottom: 0;
}

.pdf_viewer_section .pdf-container {
    margin-top: 100px;
}

.pdf_viewer_section .pdf-container .pdf-main div[data-app="eapps-pdf-embed"] {
    margin: auto;
}
.pdf_viewer_section .pdf-container iframe {
    width: 100%;
    border: none;
}

.eapps-widget > .eapps-widget-toolbar {
    display: none !important;
}

.eapps-widget > div[data-app="eapps-pdf-embed"] {
    max-width: 100% !important;
    width: 100% !important;
}

.eapps-widget > div[data-app="eapps-pdf-embed"] > div {
    max-width: 100% !important;
    width: 100% !important;
}

div[title="Remove Elfsight logo"] {
    visibility: hidden !important;
    opacity: 0 !important;
}

.pdf-main {
    position: relative;
}

.pdf-main:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #FFF;
    z-index: 999999;
    height: 40px;
    bottom: 0;
}

.pdf_viewer_section {
    position: relative;
    z-index: 1;
}

@media (max-width: 1024px) {
    .pdf_viewer_section > .container {
        padding-bottom: 100px;
        margin-top: 50px;
        padding-top: 50px;
    }

    .pdf_viewer_section .pdf-container {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .pdf_viewer_section .section-title {
        margin-bottom: 20px;
    }
}

/* pdf viewer section styles end */

/* flexible-sections template css end */

.post_catalog .page-filter .filter-navigation.newsletter-filter .filter-col .filter {
    display: none;
}

/*.page-newsletter-filter .load-more-main {*/
/*    display: none;*/
/*}*/