
.complimentary_destinations h4{
    text-align: center;
    font-weight: 600;
}

.member_destinations h4{
    text-align: center;
    font-weight: 600;
    padding-top: 60px;
}

.proj-content {
    margin: 50px auto;
}
.slides.da-thumbs-plus {
    padding-left: 0;
}
.cbp-l-grid-gallery .cbp-l-caption-title {
    font-family: 'Helvetica Now Display', sans-serif !important;
}
.cbp-l-filters-button .cbp-filter-item {
    display: none !important;
}
.explore_wrapper {
    margin-top: 30px;
}
button {
    display: inline-block;
    transition: all .25s;
    text-decoration: none !important;
}

.cbp-l-filters-button{
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 20px;
}

.cbp-l-filters-button label{
    display: block;
    font-weight: bold;
    margin-bottom: .5rem;
    font-size: 1.1rem;
    text-align: center;
}

.cbp-l-filters-button .cope_select_filter_wrap {
    display: flex;
}

a > button {
    color: #fff;
    background: #FE68A8;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    border: 2px solid #FE68A8;
}
a > button:hover {
    background: transparent;
    color: #FE68A8;
}
a > button > i {
    margin-left: 7px;
}
.vc_custom_heading {
    margin-bottom: 15px;
}
.logo_wrap_pink {
    padding-top: 30px;
}
section.header-destinations {
    text-align: center;
}
section.header-destinations .logo_wrap_pink img {
    max-width: 200px;
}
.heading-destinations {
    text-align: center;
    margin: 50px auto;
}
.heading-destinations h2 {
    font-size: 26px;
    line-height: 35px;
}
.heading-destinations p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 30px 10px 50px 10px;
}
div.loading_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 13px;
}
#loadingDestinations {
    border: 3px solid #777777;
    border-radius: 50%;
    border-top: 3px solid #fff;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin-right: 6px;
}
.cbp-l-grid-gallery .cbp-l-filters-button {
    visibility: visible;
    opacity: 1;
    transition: all .4s;
    text-align: center;
}
.cbp-l-filters-button select {
    padding: 10px 12px;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    border: 1px solid #3c3b3b;
    color: #000;
    margin: 0.5em;
    max-width: 200px;
    width: 100%;
}

@media (min-width: 1200px) {
    .projects_description {
        align-items: stretch;
        width: 100%;
    }
    .content_container {
        padding-left: 25px;
    }
    section.header .logo_wrap_pink img {
        max-width: 200px;
    }
    .heading-destinations h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .heading-destinations p {
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        margin: 30px 70px 50px 70px;
    }
    .cbp-l-filters-button label{
    display: initial;
    }
    .cbp-l-filters-button .cope_select_filter_wrap{
    display: initial;
    }
    .cbp-l-filters-button select {
        width: auto;
    }
}