#primary-menu.no-responsive > li > a {
    font-weight: normal;
    display: flex;
    align-items: center;
}

#primary-menu.no-responsive {
    margin: 0;
    display: flex;
}

#primary-menu.no-responsive > li > a {
    font-family: 'Proxima Nova';
    padding: 30px 0;
    font-size: 17px;
    letter-spacing: 0.07em;
    line-height: 1.71;
}

#primary-menu.no-responsive > li:hover > a {
    color: #0D0D0D;
}
#primary-menu.no-responsive > li > ul {
    transform: translate(0);
    border: 0;
    width: auto;
    min-width: 224px;
}
#primary-menu.no-responsive ul > li {
    border-top: 0;
}
#primary-menu.no-responsive > li:hover .menu_sub{
    opacity: 1;
    visibility: visible;
}

#primary-menu.no-responsive > li > ul > li > a {
    font-family: 'Proxima Nova';
    color: white;
    background-color: #03A688;
    font-size: 17px;
    line-height: 24px;
    padding: 12px 30px;
}

#primary-menu.no-responsive > li > ul > li:hover > a {
    color: white;
    background-color: #50BFAB;
}
.search-form__input {
    border: none!important;
    padding: 13.5px 20px 13.5px 0!important;
    color: #616161!important;
    background-color: transparent!important;
    color: var(--black)!important;
}

.styled-subtitle {
    font-family: 'Proxima Nova';
}

#page {
    background-color: transparent;
}

#page .content-info-events{
    margin-bottom: 0;
}

.gem-map-with-text .fullwidth-block .fullwidth-block-inner {
    background-image: url(../img/bg2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gem-map-with-text h4 {
    font-family: 'Proxima Nova';
    font-size: 24px;
    line-height: 38px;
    font-style: normal;
    font-weight: 700;
}
body, option, .gem-table thead th, .portfolio.columns-1 .portfolio-item .caption .subtitle, .gallery-item .overlay .subtitle, .cart_totals table .shipping td label, .widget_archive li, .woocommerce-cart-form.responsive .cart-item .gem-table .shop_table td.product-price, .gem-media-grid-2 .vc_gitem-animated-block .vc_gitem-zone-b .vc_gitem-post-data-source-post_excerpt > div, body .hamburger-minicart > .minicart .total strong, body .hamburger-minicart > .minicart ul li .quantity {
    font-family: 'Proxima Nova';
}

#page h1 {
    font-family: 'Proxima Nova';
    font-size: 50px;
    line-height: 69px;
}

.wh-main-posts .quickfinder-item {
    display: flex;
}

.wh-main-posts .quickfinder-item-image {
    position: relative;
}
.wh-main-posts .quickfinder-item-image:after {
    content: '';
    width: 2px;
    height: 100%;
    z-index: 1;
    background-color: #46485c;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.wh-main-posts .quickfinder-item:last-child .quickfinder-item-image:after {
    display: none;
}
.wh-main-posts .quickfinder-item-image-content {
    position: relative;
    z-index: 2;
}
.wh-main-posts .quickfinder-item-info  {
    padding: 0 0 50px 40px;
}

.wh-main-posts .quickfinder-item-title {
    font-family: 'Proxima Nova';
    color: rgb(76, 88, 103);
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 38px;
    font-style: normal;
    font-weight: 700;
}

body .wh-main-posts .quickfinder-item .quickfinder-item-text {
    font-family: 'Proxima Nova';
    line-height: 25px;
    font-size: 16px;
    color: #5f727f;
    font-style: normal;
    font-weight: normal;
}

.wh-project-users .project-user-inner-wrp {
    display: flex;
    background-color: #f4f6f7;
    padding: 43px 35px;
}

.wh-project-users .gem-team-style-6 .team-person-box-left {
    float: unset;
    margin-right: 10px;
}

.wh-project-users .gem-team-style-6 .team-person-box-left + .team-person-box-right {
    float: unset;
    padding-left: 0;
    width: auto;
}
#page .content-media-events .container {
    max-width: 1200px;
}
.wh-project-users .styled-subtitle {
    font-weight: normal;
}
@media (max-width: 1000px) {
    #page h1 {
        font-size: 5vw;
    }
}
@media (max-width: 575.98px) {
    header .logo {
        width: auto;
    }
    .wh-main-posts .quickfinder-item-image:after {
        display: none;
    }
    .wh-main-posts .quickfinder-item {
        flex-direction: column;
    }
    .wh-main-posts .quickfinder-item-info {
        padding: 0 0 20px;
    }
}