@charset "utf-8";


.h-100 {
    height: 100% !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}


    .press-page section.featured-posts .feat-post .feat-content-wrapper .logo img {
        width: auto !important;
    }

.press-page .posts-page-title {
    background-color: #f7b333;
}
.press-page .posts-page-title .title h1 {
    color: #000;
}

.press-page .posts-page-title .title .bold-part {
    font-weight: 600;
    font-style: normal;
}
.press-page .page-post:hover, .press-page .feat-content-wrapper:hover {
    box-shadow: 2px 2px 5px grey;
}
.press-page section.featured-posts {
    padding-right: 0;
    padding-left: 0;
}

.press-page section.featured-posts .feat-post .feat-content-wrapper {
    background-color: #f7b333;
    height: 365px;
    transition: all 0.3s;
}

.press-page section.featured-posts .feat-post .feat-content-wrapper .logo {
    height: 60px;
    width: auto;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.press-page section.featured-posts .feat-post .feat-content-wrapper .feat-title {
    color: #000;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.press-page section.featured-posts .feat-post .feat-content-wrapper .logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: right;
}

.press-page section.featured-posts .feat-post .feat-content-wrapper .feat-info {
    margin-bottom: 3rem;
    color: #000;
}
@media (max-width: 991.98px) {
    .press-page section.featured-posts .feat-post .feat-content-wrapper .feat-info {
        text-align: right;
        margin-bottom: 0;
    }
}

@media (max-width: 991.98px) {
    .press-page section.featured-posts .feat-post .feat-content-wrapper .logo {
        text-align: right;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 991.98px) {
    .press-page .posts-page-title .title h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 991.98px) {
    .press-page section.featured-posts .feat-post {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 991.98px) {
    .press-page section.featured-posts .feat-post .feat-content-wrapper {
        height: 250px;
    }
}

@media (max-width: 991.98px) {
    .press-page section.featured-posts .feat-post .feat-content-wrapper .logo img {
        width: 60%;
    }
}

@media (max-width: 991.98px) {
    .press-page section.featured-posts .feat-post .feat-content-wrapper .feat-title {
        text-align: right;
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

.press-page section.featured-posts .feat-post .feat-content-wrapper .arrow-button {
    margin-bottom: 1rem;
    color: #f7b333;
}
.press-page section.featured-posts .feat-post .feat-content-wrapper .arrow-button .arrow-circ-wrapper {
    background-color: #f7b333;
}
.press-page section.page-posts {
    padding-right: 0;
    padding-left: 0;
}
.press-page section.page-posts .page-post {
    max-width: 32%;
    margin-bottom: 0.8rem;
    height: auto;
    margin-top: 0.5rem;
    justify-content: flex-start;
    transition: all 0.3s;
}
@media (max-width: 991.98px) {
    .press-page section.page-posts .page-post {
        max-width: 48%;
        margin-bottom: 0;
        margin-top: 0.8rem;
    }
}
@media (max-width: 991.98px) {
    .press-page section.page-posts .page-post .page-post-text-wrapper {
        align-items: center;
    }
}
.press-page section.page-posts .page-post .logo {
    margin-right: 0;
    margin-bottom: 1.5rem;
    width: auto;
    height: 60px;
    max-width: 100%;
    display: flex;
    align-items: center;
	
	display: flex; justify-content: flex-end;
}
@media (max-width: 991.98px) {
    .press-page section.page-posts .page-post .logo {
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
        height: 34px;
    }
}
.press-page section.page-posts .page-post .logo img {
    max-height: 100%;
    max-width: 60%;
    width: auto;
}
.press-page section.page-posts .page-post .page-post-content-wrapper {
    padding: 1rem;
    justify-content: flex-start;
}
@media (max-width: 991.98px) {
    .press-page section.page-posts .page-post .page-post-content-wrapper {
        padding: 1rem 0.5rem 0 1rem;
    }
}
.press-page section.page-posts .page-post .page-post-wrapper {
    height: 250px;
}
@media (max-width: 991.98px) {
    .press-page section.page-posts .page-post .page-post-wrapper {
        height: 200px;
    }
}
.press-page section.page-posts .page-post .page-post-title {
    font-size: 1.2rem !important;
    text-align: right;
}
@media (max-width: 991.98px) {
    .press-page section.page-posts .page-post .page-post-title {
        font-size: 0.8rem !important;
        margin-left: 0;
        text-align: right;
        margin-bottom: 0;
        font-weight: 600;
    }
}
.press-page section.page-posts .page-post .page-post-info {
    margin-bottom: 2.8rem;
}
@media (max-width: 991.98px) {
    .press-page section.page-posts .page-post .page-post-info {
        margin-left: 0;
        text-align: right;
        margin-bottom: 0;
        font-size: 0.8rem;
    }
}
.press-page section.page-posts .page-post-content-wrapper a {
    margin-top: auto;
    margin-bottom: 1rem;
}
.press-page section.page-posts .page-post-content-wrapper .arrow-button {
    margin: auto;
    background-color: #4c4c4e;
    border-color: #4c4c4e;
}
@media (max-width: 991.98px) {
    .press-page section.page-posts .page-post-content-wrapper .arrow-button {
        background-color: transparent;
        color: #f7b333;
        font-size: 1.15rem;
        margin-bottom: 0;
    }
}
.press-page section.page-posts .navigation {
    margin-top: 3rem;
    padding-bottom: 0;
}
.press-page section.page-posts .navigation .posts-page-link:hover, .press-page section.page-posts .navigation .page-numbers.current .posts-page-link {
    background-color: #f7b333;
}
.press-page section.invest-button {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}
.press-page section.invest-button .arrow-button {
    border-color: #f7b333;
    background-color: #f7b333;
    max-width: none;
    width: 250px;
    color: #000;
}
.press-page section.invest-button .arrow-button .arrow-circ-wrapper {
    background-color: #fff;
}
.press-page section.strip {
    margin-top: 6rem;
}

section.page-posts .page-post-wrapper {
    height: 280px;
}
@media (max-width: 991.98px) {
    section.page-posts .page-post-wrapper {
        height: 180px;
    }
}
section.page-posts .page-post {
    margin-top: 3rem;
    height: 270px;
}
@media (max-width: 991.98px) {
    section.page-posts .page-post {
        margin-top: 0.7rem;
    }
}
section.page-posts .page-post .page-post-content-wrapper {
    background-color: #DADADA;
    height: 100%;
    padding: 1.5rem 0 1rem 3rem;
    justify-content: space-around;
    padding-bottom: 1rem;
}
@media (max-width: 991.98px) {
    section.page-posts .page-post .page-post-content-wrapper {
        padding: 0.5rem 0;
        justify-content: space-between;
    }
}
section.page-posts .page-post .page-post-content-wrapper .page-post-text-wrapper .page-post-title {
    color: #000;
    width: 99%;
    font-size: 1.4rem;
    font-weight: 600;
}
@media (max-width: 991.98px) {
    section.page-posts .page-post .page-post-content-wrapper .page-post-text-wrapper .page-post-title {
        font-size: 1rem;
        margin: 0.3rem 0 0 0;
        font-weight: 600;
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    section.page-posts .page-post .page-post-content-wrapper .page-post-text-wrapper .page-post-info {
        margin-bottom: 0;
        font-size: 0.7rem;
    }
}
@media (max-width: 991.98px) {
    section.page-posts .page-post .page-post-content-wrapper .page-post-text-wrapper {
        text-align: center;
    }
}

section.page-posts .page-post .page-post-content-wrapper .arrow-button .arrow-circ-wrapper {
    background-color: #fff;
}
@media (max-width: 991.98px) {
    
    section.page-posts .page-post .page-post-content-wrapper .arrow-button .arrow-circ-wrapper {
        display: none;
    }
}
@media (max-width: 991.98px) {
    section.page-posts .page-post .page-post-content-wrapper .arrow-button::after {
        content: '>';
        margin-left: 7px;
        transition: margin-left 0.5s;
    }
    section.page-posts .page-post .page-post-content-wrapper .arrow-button:hover::after {
        margin-left: 10px;
    }
}
section.page-posts .page-post .page-post-img-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
}
section.page-posts .page-post .page-post-img-wrapper a.post-img-link, section.featured-posts .feat-post .feat-img-wrapper a.post-img-link {
    display: flex;
    justify-content: center;
}
section.page-posts .page-post .page-post-img-wrapper .page-post-thumb {
    position: absolute;
    /*right: 0;*/
    top: 0;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    width: auto;
}
@media (max-width: 991.98px) {
    section.page-posts .page-post {
        height: fit-content;
        max-width: 47%;
    }
}
section.page-posts .navigation {
    padding-top: 2rem;
    padding-bottom: 4rem;
    text-align: center;
}
section.page-posts .navigation .posts-page-link {
    margin: 0;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.page-posts .navigation .posts-page-link a {
    color: #000;
    width: 30px;
    height: 30px;
}
section.page-posts .navigation .posts-page-link:last-of-type {
    position: relative;

}
section.page-posts .navigation .posts-page-links-dots {
    position: absolute;
    left: -8px;
    bottom: 0px;
    pointer-events: none;
}
section.page-posts .navigation .placeholder.gap {
    width: 10px;
}
section.page-posts .navigation .posts-page-link:hover, section.page-posts .navigation .page-numbers.current .posts-page-link {
    background-color: #803D4D;
    border-radius: 50px;
    color: #fff;
}

@media (max-width: 991.98px) {
    .load-more-button {
        margin-top: 0;
    }
}
.load-more-button p {
    font-size: 1.4rem;
    font-family: "Zilla Slab";
    font-weight: 600;
}
