/*
Theme Name: Pure Digital Theme (IJ Capital)
Version: 1.0
Text Domain: pure-digital-ij
*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300..800;1,300..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p:empty {
    display: none;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Bootstrap Override */
a {
    text-decoration: none;
    color: inherit;
}
a:hover:not(.btn) {
    text-decoration: underline;
    color: inherit;
}
b, strong,
.b, .strong {
    font-weight: 700;
}
hr {
    border: 0;
}
.table>:not(caption)>*>* {
    border-bottom: 0px;
    padding: 12px 30px;
}
.form-control, 
.form-control:focus,
.form-control:focus-visible,
.form-select,
.form-select:focus,
.form-select:focus-visible,
.wpcf7-form-control:not(.wpcf7-submit),
.wpcf7-form-control:focus-visible {
    display: block;
    width: 100%;
    padding: 12px 5px;
    font-weight: 300;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #979797;
    color: #001114;
    font-size: 24px;
    letter-spacing: 1.39px;
}
.color-light .form-control, 
.color-light .form-control:focus,
.color-light .form-control:focus-visible,
.color-light .form-select,
.color-light .form-select:focus,
.color-light .form-select:focus-visible,
.color-light .wpcf7-form-control:not(.wpcf7-submit),
.color-light .wpcf7-form-control:focus-visible {
    color: #fff;
}
.color-light .form-select option,
.color-light .wpcf7-select option {
    color: #001114;
}
.form-select,
.wpcf7-select {
    text-wrap: auto;
}
.form-select,
.form-select:focus,
.form-select:focus-visible,
.wpcf7-select,
.wpcf7-select:focus,
.wpcf7-select:focus-visible,
select.cfx_input,
select.cfx_input:focus,
select.cfx_input:focus-visible {
    padding-right: 40px !important;
    background: transparent url(images/dropdown.png) no-repeat right .75rem center/auto !important;
}
.wpcf7-form-control-wrap {
    position: relative;
    padding: 10px 20px 15px;
    margin: 0px;
    display: block;
}
.wpcf7-form-control-required:before {
    content: '*';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 35px;
    color: #CEA575;
    line-height: 1;
}
.wpcf7-form-control-wrap:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 30px;
    left: 20px;
    background: #001114;
}
.wcf7-submit-btn-wrapper {
    position: relative;
}
.wcf7-submit-btn-wrapper .wpcf7-spinner {
    display: none;
}
.wcf7-submit-btn-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 16px;
    width: 60px;
    height: 60px;
    border-top: 3px solid #CEA575;
    border-left: 3px solid #CEA575;
    transition: var(--global-transition-speed) all var(--global-transition);
}
.wcf7-submit-btn-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 16px;
    width: 60px;
    height: 60px;
    border-bottom: 3px solid #001114;
    border-right: 3px solid #001114;
    transition: var(--global-transition-speed) all var(--global-transition);
}
.wcf7-contact-submit-btn-wrapper:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.wcf7-submit-btn-wrapper:hover:before {
    top: 12px;
    left: 28px;
}
.wcf7-submit-btn-wrapper:hover:after {
    bottom: 12px;
    right: 28px;
}
.wpcf7-submit,
.wpcf7-submit:active,
.wpcf7-submit:focus {
    border: 0;
}
.lh-1 * {
    line-height: 1;
}

/* GLOBAL */
body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: 0.3px;
    font-style: normal;
    font-weight: 300;
    font-variation-settings: "wdth" 100;
    color: #001114;
    --bs-body-color: #001114;
    --global-transition: ease-in-out;
    --global-transition-speed: .25s;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Merriweather", serif;
    font-style: normal;
    font-weight: 300;
}
h1, .h1 {
    font-size: 60px;
    line-height: 1.5;
}
h2, .h2 {
    font-size: 50px;
    line-height: 1.5;
}
h3, .h3 {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 1.07px;
}
h4, .h4 {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 1.33px;
}
h5, .h5 {
    font-size: 21px;
    line-height: 1.5;
    letter-spacing: 1.33px;
}
h6, .h6 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1.33px;
}
img  {
    max-width: 100%;
    height: auto;
}
.color-light {
    color: #fff;
}
.acf-loop {
    background-size: cover !important;
    position: relative;
    z-index: 2;
}
.acf-loop.row-padding-none {
    padding-top: 0px;
    padding-bottom: 0px;
}
.acf-loop.row-padding-default {
    padding-top: 48px;
    padding-bottom: 48px;
}
.acf-loop.row-padding-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}
.main .acf-loop  ~ .acf-loop > .container:before {
    display: none;
}
@media (max-width: 991px) {
    .acf-loop {
        overflow-x: hidden;
    }
    .acf-loop .acf-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* HEADER */
#header {
    background: rgba(0, 17, 20, 0.76);
    position: fixed;
    width: 100%;
    z-index: 3;
}
.no-banner #header {
    background: rgb(0, 17, 20);
}
.header-top {
    border-bottom: 2px solid #001114;
    transition: all 0.15s ease-out;
    opacity: 1;
    height: auto;
    overflow: hidden;
    padding: 16px 0px;
}
.fixed-header .header-top {
    opacity: 0;
    height: 0;
    padding: 0px;
}
.header-top .widget-wrapper * {
    margin: 0px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.83px;
    line-height: 20px;
}
.header-top .widget-wrapper strong,
.header-top .widget-wrapper bold {
    color: #CEA575;
}
#header .site-logo {
    max-height: 34px;
    max-width: 100%;
    width: 100%;
}
#header.fixed-header .site-logo-main,
#header:not(.fixed-header) .site-logo-fixed,
.no-banner #header:not(.fixed-header) .site-logo-main,
.search #header:not(.fixed-header) .site-logo-main {
    display: none !important;
}
.no-banner #header:not(.fixed-header) .site-logo-fixed,
.search #header:not(.fixed-header) .site-logo-fixed {
    display: block !important;
}
.no-banner .main .acf-loop:first-of-type,
.search .main {
    padding-top: 200px;
}
@media all and (max-width: 991px) {
    #header .site-logo {
        width: auto;
    }
    .header-bottom .navbar-brand {
        width: calc(100% - 45px);
        margin: 0px;
        padding: var(--bs-navbar-brand-padding-y) 0px;
        text-align: left;
    }
    .header-bottom .navbar-toggler  {
        width: 45px;
    }
}
@media all and (max-width: 380px) {
    .navbar-brand {
        max-width: calc(100% - 75px);
        display: inline-block;
    }
}

/*MENU*/
#navbar-main .menu-item.menu-item-has-children {
    position: relative;
}
#navbar-main .menu-item .nav-link {
    display: block;
    position: relative;
    color: #fff;
    font-family: "Merriweather", serif;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 1.28px;
    line-height: 1;
    padding: 0px !important;
}
#navbar-main .menu-item .nav-link:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0px;
    height: 1px;
    width: 0px;
    background: #CEA575;
    transition: var(--global-transition-speed) all var(--global-transition);
}
#navbar-main .sub-menu .menu-item .nav-link:after {
    bottom: -10px;
}
/*#navbar-main .menu-item.menu-item-has-children .nav-link:after {*/
#navbar-main .menu-item.menu-item-has-children .sub-menu .nav-link:after {
    width: 25px;
}
@media all and (min-width: 992px) {
    .header-bottom {
        height: 98px;
    }
    #navbar-main .navbar-nav {
        align-items: center;
        height: 98px;
    }
    #navbar-main #menu-main > .menu-item {
        height: 98px;
    }
    #navbar-main #menu-main > .menu-item:not(.btn-menu-item) > .nav-link {
        line-height: 48px;
    }
    #navbar-main .menu-item.menu-item-has-children .sub-menu {
        list-style: none;
        display: none;
        position: absolute;
        top: 100%;
        left: -30px;
        width: 400px;
        background: rgba(0, 17, 20, 0.76);
        padding: 0px 0px 15px ;
    }
    #navbar-main .menu-item.menu-item-has-children .sub-menu:before {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 2px;
        left: 30px;
        right: 0px;
        background: #CEA575;
    }
    #navbar-main .menu-item.menu-item-has-children:hover > .sub-menu {
        display: block;
    }
    #navbar-main .menu-item:hover > .nav-link:after,
    #navbar-main > .menu-item.current-menu-item > .nav-link:after,
    #navbar-main .menu-item.current-menu-parent > .nav-link:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 5px;
        left: 0px;
        height: 1px;
        width: 25px;
        background: #CEA575;
    }
    #navbar-main .menu-item > .sub-menu .nav-link:hover {
        color: #CEA575;
    }
    #navbar-main .menu-item > .sub-menu > .menu-item:hover > .nav-link:after {
        background: #fff;
        width: 25px;
        bottom: -10px;
    }
    #navbar-main .menu-item {
        transition: 0.15s all ease;
        padding: 25px 20px;
    }
    #navbar-main .sub-menu .menu-item {
        padding: 20px 30px;
    }
    .fixed-header #navbar-main .menu-item {
        padding: 25px 20px;
    }
    #navbar-main .menu-item .nav-link:hover {
        text-decoration: none;
        color: #fff;
    }
    #navbar-main .menu-item.current-menu-item .nav-link {
        font-weight: 700;
    }

    #navbar-main .menu-item.btn-menu-item .nav-link {
        position: relative;
        display: block;
        padding: 10px !important;
    }
    #navbar-main .menu-item.btn-menu-item > .nav-link:before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        border-top: 1px solid #CEA575;
        border-left: 1px solid #CEA575;
        position: absolute;
        top: 0px;
        left: 0px;
        background: transparent;
        transition: var(--global-transition-speed) all var(--global-transition);
    }
    #navbar-main .menu-item.btn-menu-item > .nav-link:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: unset;
        width: 30px;
        height: 30px;
        border-bottom: 1px solid #CEA575;
        border-right: 1px solid #CEA575;
        background: transparent;
        transition: var(--global-transition-speed) all var(--global-transition);
    }
    #navbar-main .menu-item.btn-menu-item:hover > .nav-link:before {
        height: 100%;
    }
    #navbar-main .menu-item.btn-menu-item:hover > .nav-link:after {
        width: 100%;
        right: 0px;
    }
}
@media all and (max-width: 991px) {
    .navbar-toggler {
        width: 45px;
        height: 30px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        border: 0px;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler span {
        display: block;
        position: absolute;
        height: 2px;
        background: #d3531a;
        border-radius: 9px;
        opacity: 1;
        right: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .navbar-toggler span:nth-child(1) {
        width: 100%;
        top: 0px;
        background: #fff;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .navbar-toggler span:nth-child(2) {
        width: 66%;
        top: 50%;
        background: #CEA575;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .navbar-toggler span:nth-child(3) {
        width: 33%;
        top: 100%;
        background: #fff;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -1px;
        left: 9px;
        width: 100%;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 31px;
        left: 7px;
        width: 100%;
    }
    #navbar-main .menu-item .nav-link {
        padding: 15px 0px !important;
    }
    #navbar-main .menu-item.menu-item-has-children .nav-link:after {
        bottom: 5px;
    }
    #navbar-main .menu-item.menu-item-has-children .sub-menu {
        list-style: none;
        padding: 0px 0px 0px 30px;
    }
    #navbar-main .menu-item .nav-link:hover {
        text-decoration: none;
        color: #CEA575;
    }
    /*#navbar-main .menu-item.btn-menu-item {
        padding: 10px;
        text-align: center;
    }
    #navbar-main .menu-item.btn-menu-item > .nav-link {
        width: auto;
        display: inline-block;
        padding: 15px 20px !important;
    }
    #navbar-main .menu-item.btn-menu-item > .nav-link:before {
        left: 0px;
        top: 0px;
    }
    #navbar-main .menu-item.btn-menu-item > .nav-link:after {
        right: 0px;
        bottom: 0px;
    }
    #navbar-main .menu-item.btn-menu-item:hover > .nav-link:before {
        bottom: 0px;
    }
    #navbar-main .menu-item.btn-menu-item:hover > .nav-link:after {
        left: 0px;
    }*/
}

/* MAIN */
.main {
    min-height: 1000px;
    overflow-x: hidden;
    position: relative;
    z-index: 2;
}

/* BANNER */
.banner-container {
    z-index: 1;
    position: relative;
}
.banner-slider .banner-slide {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    overflow: hidden;
    padding-top: 200px;
    padding-bottom: 0px;
    color: #fff;
}
.banner-slider .banner-slide .slide-content {
    min-height: 400px;
}
.banner-slider .banner-slide .slide-content:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    max-width: 450px;
    height: 15px;
    background: #CEA575;
}
.banner-content-section {
    position: relative;
    padding-bottom: 100px;
    min-height: 650px;
}
.banner-slider .banner-slide .banner-content-area {
    position: relative;
    min-height: 200px;
}
.banner-slider .banner-slide .banner-content-area > * {
    z-index: 2;
}
.banner-slider .banner-title {
    margin: 0px 0px 100px;
}
.banner-slider .banner-title h2 {
    font-family: "Merriweather", serif;
    font-size: 58px;
    letter-spacing: 0;
    line-height: 1.2;
}
.banner-slider .banner-title h2 span {
    color: #CEA575;
}
.banner-navigator .slick-dots {
    list-style: none;
    padding: 0px;
}
.banner-navigator .slick-dots li {
    display: inline-block;
    margin: 0px 15px 0px 0px;
}
.banner-navigator .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: rgba(216,216,216,0.4);
    border: 0;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}
.banner-navigator .slick-dots li.slick-active button {
    background: #fff;
}
.banner-slider .banner-slide .banner-description a:not(.btn) {
    text-decoration: underline;
}
/* STYLE 1 */
.banner-style-1 .banner-description {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 45px 50px;
    position: relative;
}
.banner-style-1 .banner-description:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-top: 1px solid #CEA575;
    border-left: 1px solid #CEA575;
    position: absolute;
    top: 0px;
    left: 0px;
}
.banner-style-1 .banner-description:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #CEA575;
    border-right: 1px solid #CEA575;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
/* STYLE 2 */
.banner-style-2 .banner-content-section {
    position: relative;
    padding: 100px 75px;
    margin: 0px 0px 100px;
}
.banner-style-2 .banner-content-section .content-section-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(28, 45, 90, 0.99);
    mix-blend-mode: multiply;
    z-index: 1;
}
.banner-style-2 .banner-content-section:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 85px;
    height: 85px;
    border-top: 2px solid #CEA575;
    border-left: 2px solid #CEA575;
    z-index: 2;
}
.banner-style-2 .banner-content-section:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 85px;
    height: 85px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 2;
}
.banner-style-2 .banner-content-section .banner-title {
    margin: 0px 0px 70px;
    padding: 0px 0px 70px;
    border-bottom: 1px solid #CEA575;
    position: relative;
    z-index: 2;
}
.banner-style-2 .banner-content-section .banner-title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
    height: 4px;
    max-width: 150px;
    background: #CEA575;;
}
.banner-style-2 .banner-description {
    position: relative;
    z-index: 2;
    letter-spacing: 0.5px;
    line-height: 1.55;
}
@media all and (max-width: 767px) {
    .banner-style-2 .banner-content-section {
        padding: 60px 45px;
    }
}

/* FOOTER */
#footer {
    background: #001114;
    color: #fff;
    padding: 100px 0px 0px;
    font-size: 14px;
}
.footer-navigation,
.footer-bottom-navigation {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-navigation .menu-item {
    display: inline-block;
    padding: 5px 20px 5px 0px;
    margin: 0px 20px 10px 0px;
    border-right: 1px solid #CEA575;
}
.footer-navigation .menu-item:last-child {
    border: none;
}
.footer-navigation .menu-item a {
    font-family: "Merriweather", serif;
    font-size: 18px;
    letter-spacing: 1.28px;
    line-height: 20px;
}
.footer-contacts {
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1.28px;
    line-height: 26px;
}
.footer-contacts .widget-wrapper {
    border-right: 1px solid #CEA575;
    padding-right: 60px;
}
.footer-contacts strong,
.footer-contacts b {
    color: #CEA575;
}
.footer-contacts p:last-of-type {
    margin: 0px;
}
.footer-bottom-navigation .menu-item {
    display: inline-block;
    padding: 0px 10px 0px 0px;
    margin: 0px 10px 10px 0px;
    border-right: 1px solid #fff;
}
.footer-bottom-navigation .menu-item:last-child {
    border-right: none;
    padding: 0px;
    margin: 0px;
}
.site-logo-footer {
	max-height: 51px;
}
@media all and (max-width: 991px) {
    .footer-contacts .widget-wrapper {
        padding-right: 30px;
    }
}

/* SINGLE POST */
.single-post-banner {
    height: 750px;
    background-size: cover !important;
    overflow: hidden;
}
.single-post-banner img {
    display: none;
}
.post-section-date {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}
.post-section-title h1 span {
    color: #CEA575;
}
.prev-next-posts {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 2.11px;
    line-height: 1.25;
}
.prev-next-posts .post-navigator {
    position: relative;
    background-size: cover !important;
}
.prev-next-posts .post-navigator:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1C2D5A;
    opacity: 0.87;
    z-index: 1;
}
.prev-next-posts .post-navigator > div {
    z-index: 2;
    position: relative;
}
.prev-next-posts .post-navigator > a {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.post-navigator-prev {
    padding: 150px 0px 150px 30px;
}
.post-navigator-next {
    padding: 150px 30px 150px 0px;
}
.prev-next-posts .post-navigator .author-label {
    margin: 60px 0px 0px;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
}
.prev-next-posts .post-navigator .author-label .author-display-name {
    color: #CEA575;
}
@media all and (max-width: 767px) {
    .prev-next-posts {
        font-size: 16px;
    }
    .post-navigator-prev {
        padding: 100px 0px 30px 15px;
    }
    .post-navigator-next {
        padding: 100px 15px 30px 0px;
    }
    .single-post-banner {
        height: 500px;
    }
}

/* CASE STUDIES SINGLE */
.single-case-studies .post-section-data > div {
    min-height: 100%;
}
.single-case-studies .post-data-item {
    padding: 15px 0px 30px 40px;
    border-left: 3px solid #979797;
    min-height: 100%;
}
.single-case-studies .post-section-data > div:nth-child(even) .post-data-item {
    border-color: #CEA575;
}
.single-case-studies .post-data-item .post-data-item-label {
    font-family: "Merriweather", serif;
    font-size: 22px;
    letter-spacing: 1.22px;
    line-height: 40px;
}
.single-case-studies .post-data-item .post-data-item-value {
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 2.22px;
    line-height: 40px;
}
.single-case-studies .post-section-notes {
    opacity: 0.51;
}
.single-case-studies .post-section-title {
    max-width: 750px;
    padding: 100px;
    position: relative;
}
.single-case-studies .post-section-title .banner-bg {
    position: absolute;
    z-index: 1;
    background: rgba(28, 45, 90, 0.99);
    mix-blend-mode: multiply;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.single-case-studies .post-section-title h1 {
    color: #fff;
    position: relative;
    z-index: 2;
}
.single-case-studies .post-banner {
    padding: 300px 0px 0px;
    background-size: cover !important;
}
.prev-next-posts .post-navigator .author-label.case-study-type {
    margin: 100px 0px 0px;
}
@media all and (max-width: 991px) {
    .single-case-studies .post-section-title {
        padding: 30px;
    }
}

/* FUNDS */
.single-funds .fund-banner {
    padding: 300px 0px 90px;
    background-size: cover !important;
}
.single-funds .fund-banner .fund-section-title {
    border-bottom: 1px solid #CEA575;
    position: relative;
}
.single-funds .fund-banner .fund-section-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    max-width: 450px;
    height: 3px;
    bottom: -1px;
    left: 0px;
    background: #CEA575;
}
.single-funds .fund-banner .fund-section-title span {
    color: #CEA575;
}
.single-funds .fund-section-navigator {
    background: #1C2D5A;
    color: #fff;
}
.single-funds .fund-section-navigator .fund-section-title {
    display: inline-block;
}
.single-funds .fund-section-navigator a {
    display: block;
    padding: 16px 20px;
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.single-funds .fund-section-navigator a:hover, 
.single-funds .fund-section-navigator a.active {
    border-bottom: 8px solid #CEA575;
    text-decoration: none;
}
.single-funds .fund-section-navigator.affix {
    position: fixed;
    top: 100px;
    z-index: 3;
    width: 100%;
}
@media all and (max-width: 767px) {
    .single-funds .fund-section-navigator a {
        display: none;
    }
    .single-funds .fund-section-navigator a.active,
    .single-funds .fund-section-navigator .fund-section-title {
        display: block;
        width: 100%;
    }
}