.sharethis-inline-share-buttons {
    display: none !important;
}

html body.st-body-no-scroll {
    position: relative !important;
}

.feature-card {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .06);
    display: block;
    transition: box-shadow .3s;
    margin-bottom: 2rem;
}
.feature-card .img {
    display: block;
    height: 220px;
    background-color: #6f263d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: opacity .3s;
}

.feature-card .img .tab {
    position: absolute;
    top: 0;
    right: 1rem;
    display: inline-block;
    background-color: #6f263d;
    color: #fff;
    padding: .5rem 1rem;
}

.feature-card .img:hover {
    opacity: .8;
}

.feature-card .content {
    display: block;
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.feature-card .meta {
    color: #6f263d;
    display: block;
    margin-bottom: .6rem;
}

.feature-card .title {
    display: block;
    font-size: 1.4rem;
    padding-right: 3rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    font-family: museo-slab, serif;
    color: #6f263d;
    transition: opacity .3s;
    opacity: 1;
}

.feature-card .title:hover {
    opacity: .8;
}

.feature-card li {
    color: #3b3b3b;
}

.feature-card ul:not(.no-bullet) {
    list-style-type: none;
}

.feature-card ul:not(.no-bullet) li {
    position: relative;
}

.feature-card ul:not(.no-bullet) li:before {
    left: -1.2rem;
    position: absolute;
    content: "-";
}

.feature-card .button-container {
    padding: 2rem 1.5rem 1.5rem 1.5rem;
}

.feature-card .cta {
    display: inline-block;
    position: relative;
    padding: .4rem 1.5rem .4rem 0;
    font-size: 1rem;
    color: #6f263d;
    transition: opacity .3s;
    opacity: 1;
}

.feature-card .cta:hover {
    opacity: .8;
}

.feature-card .cta:after {
    content: "";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0;
    color: #6f263d;
}

.feature-card .cta-button {
    display: block;
    padding: .3rem .4rem .5rem .4rem;
    font-size: 1rem;
    text-align: center;
    border: 1px solid #6f263d;
    color: #6f263d;
    transition: background-color .3s;
}

.feature-card .cta-button:hover {
    background-color: #6f263d;
    color: #fff;
}

.feature-card .cta-button.is-active {
    background-color: #6f263d;
    color: #fff;
}

.feature-card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.pagination {
    margin: 1rem 0 2rem 0;
}

.pagination a,
.pagination button,
.pagination .page-numbers {
    font-family: "sofia-pro", sans-serif;
    display: inline-block;
    min-width: 40px;
    font-size: 1.1rem;
    color: #000;
    text-align: center;
    border-radius: 50%;
    padding: .3rem .85rem .4rem .85rem;
    transition: color .25s, background-color .25s;
    background-color: transparent;
}

.pagination a:hover,
.pagination button:hover {
    background-color: #e2e2e2;
}

.pagination li {
    margin-right: 1px;
}

.pagination .current {
    font-family: "sofia-pro", sans-serif;
    background-color: #6f263d;
    padding: .3rem .85rem .4rem .85rem;
    color: #fff;
    border-radius: 50%;
    font-size: 1.1rem;
}

.pagination .current:hover {
    background-color: #6f263d;
}

.pagination .pagination-next a,
.pagination .pagination-next button,
.pagination .pagination-previous a,
.pagination .pagination-previous button {
    background-color: transparent;
    color: #6f263d;
}

.pagination .pagination-next a:hover,
.pagination .pagination-next button:hover,
.pagination .pagination-previous a:hover,
.pagination .pagination-previous button:hover {
    color: #6f263d;
}

.pagination .pagination-next a::before,
.pagination .pagination-next.disabled::before,
.pagination .pagination-previous a::before,
.pagination .pagination-previous.disabled::before {
    display: none;
}

.pagination .pagination-next a::after,
.pagination .pagination-next.disabled::after,
.pagination .pagination-previous a::after,
.pagination .pagination-previous.disabled::after {
    display: none;
}

.pagination .prev,
.pagination .next {
    background-color: transparent;
    color: #6f263d;
    padding: .4rem 0;
    min-width: 20px;
    font-weight: 600;
    font-size: 1.1rem;
}

.pagination .prev:hover,
.pagination .next:hover {
    color: #ff9e1a;
    background-color: transparent;
}

.pagination {
    list-style-type: none;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
}

#st_gdpr_iframe {
    position: fixed !important;
}

.wrapper-head .video-container {
    width: 100%;
    height: 100%;
}

.wrapper-head .video-container video {
    position: relative;
    max-width: 1980px;
    min-height: 100%;
    margin: 0 auto;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.wrapper-head .video-container > div {
    position: relative;
    width: 100%;
    height: 100%;
}

.wrapper-head .video-container > div::before,
.wrapper-head .video-container > div::after {
    content: '';
    height: 100%;
    width: 200px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
}

.wrapper-head .video-container > div::before {
    transform: translateX(-50%) translateX(-890px);
    background: linear-gradient(270deg, rgba(54,54,54,0) 0%, rgba(54,54,54,1) 100%);
}

.wrapper-head .video-container > div::after {
    transform: translateX(-50%) translateX(890px);
    background: linear-gradient(90deg, rgba(54,54,54,0) 0%, rgba(54,54,54,1) 100%);
}

@media only screen and (min-width: 1545px) {
    .wrapper-head .video-container video {
        min-width: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .card-project .content {
        padding: 3rem 1rem 1rem 1rem;
    }

    .wrapper-head .video-container video {
        min-width: 100%;
    }
}

/* Client requested to remove dark tint over video and add shadow to text */
.wrapper-head .overlay {
    background-color: rgba(0,0,0,0.1);
    text-shadow: 0 0 10px rgba(0,0,0,0.7);
}

/* Client requested for the video to be more in frame */
@media only screen and (max-width: 640px) {
    .wrapper-head .content-hero { padding: 2rem 0; }
    .wrapper-head .content-hero h1 {
        font-size: 2rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .wrapper-head .content-hero h1::before,
    .wrapper-head .content-hero h1::after { border-bottom: 3px solid #fff; }
    .wrapper-head .content-hero h1::after { width: 3px; }
    .wrapper-head .content-hero p { font-size: 1rem; }
}
@media only screen and (max-width: 800px) {
    .wrapper-head .content-hero { padding: 4rem 0; }
    .wrapper-head .content-hero h1 {
        font-size: 3rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .wrapper-head .content-hero h1::before,
    .wrapper-head .content-hero h1::after { border-bottom: 5px solid #fff; }
    .wrapper-head .content-hero h1::after { width: 5px; }
    .wrapper-head .content-hero p { font-size: 1.1rem; }
}

.wpcf7-not-valid-tip,
div.wpcf7-response-output {
    text-transform: lowercase !important;
    font-weight: 400 !important;
    display: block;
    padding: 1em !important;
    margin: 0 0 .8em 0 !important;
    border: none !important;
    border-right: 2px dotted #91071a !important;
    border-left: 2px dotted #91071a !important;
    color: #91071a !important;
    background-color: #fdcdd4 !important;
    line-height: 1 !important;
    font-size: 1rem !important;
}

.wpcf7-form.sent div.wpcf7-response-output {
    font-size: 1rem !important;
    display: block !important;
    text-transform: lowercase !important;
    font-weight: 400 !important;
    padding: 1em !important;
    margin: 0 0 .8em 0 !important;
    margin-bottom: 0.8em !important;
    border-right: 2px dotted #008000 !important;
    border-left: 2px dotted #008000 !important;
    color: #363636 !important;
    background-color: #d9f2f4 !important;
    line-height: 1 !important;
}

.wpcf7-checkbox,
.wpcf7-radio {
    display: block;
}

.wpcf7-list-item {
    display: block;
    margin: 0 !important
}

.wpcf7-list-item label {
    display: inline-block;
    font-weight: 400;
    font-size: .86em;
    color: #363636;
    margin: 0 0 .3em 0 !important;
    position: relative;
    padding-left: 35px;
    padding-top: .45rem;
    padding-bottom: .45rem;
    cursor: pointer;
    user-select: none;
    line-height: 1.8;
}

.wpcf7-list-item label input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    visibility: hidden;
}

.wpcf7-list-item .wpcf7-list-item-label {
    color: #363636;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
}

.wpcf7-list-item .wpcf7-list-item-label:before {
    position: absolute;
    top: .56rem;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border: 2px solid #6f263d;
    transition: background-color .2s;
}

.wpcf7-list-item .wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    left: 9px;
    top: 14px;
    width: 5px;
    height: 10px;
    border: solid #6f263d;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
    display: block;
}

.gallery-project-detail .grid-row-3 {
    margin-top: -210px;
}

@media only screen and (max-width: 640px) {
    .gallery-project-detail .grid-row-3 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1300px) {
    .wrapper-head .menu-title {
        margin-right: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .wrapper-head .menu-title {
        margin-right: 0;
    }
}

@media screen and (max-width: 39.9375em) {
    .gallery-project-detail .block-img {
        height: auto;
    }

    .gallery-project-detail--page .puller {
        margin-top: 0;
    }

    .gallery-project-detail--page .block-img {
        padding: 2.5rem;
    }

    .gallery-project-detail--page .block-img .content .title {
        font-size: 1.5rem;
    }
}


.block-img--75 {
    height: 75%;
}

.invest-icons-img {
    margin-bottom: 2rem;
}
