.single-weekend-to-remember .first-section > .row-bg-wrap::after {
    background-color: #0a0a0a;
    opacity: 0.5;
}

body div.wtr-event-search {
    background: #19a9cc;
    background-image: url('images/wtr-search-left.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    padding: 60px 30px;
    display: flex;
    display: -webkit-flex;
    align-content: center;
    -webkit-align-content: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-bottom: 20px;
}

body .wtr-event-search > div {
    margin: 0;
}

.wtr-event-search .wtr-event-search-input-group input[type="text"], .wtr-event-search select, body[data-fancy-form-rcs="1"] .wtr-event-search .select2-container .select2-choice, body[data-fancy-form-rcs="1"] .wtr-event-search .select2-container .select2-choice:hover > .select2-chosen{
    height: 50px;
    color: #757577 !important;
    font-size: 1.1em;
    background: #fff !important;
    width: 140px;
}

body[data-fancy-form-rcs="1"] .wtr-event-search .select2-container .select2-choice > .select2-chosen {
    line-height: 40px;
    color: #757577 !important;
    font-size: 1.1em;
    min-width: 100px;
}

body[data-fancy-form-rcs="1"] .wtr-event-search .fancy-select-wrap {
    padding-top: 0;
}

.wtr-event-search input {
    margin-right: 20px;
}

.wtr-event-search input::-webkit-input-placeholder {
    color: #757577 !important;
    opacity: 1;
}

.wtr-event-search input:-moz-placeholder {
    color: #757577 !important;
    opacity: 1;
}
.wtr-event-search input::-moz-placeholder {
    color: #757577 !important;
    opacity: 1;
}
.wtr-event-search input:-ms-input-placeholder {
    color: #757577 !important;
    opacity: 1;
}
.wtr-event-search input::-ms-input-placeholder {
    color: #757577 !important;
    opacity: 1;
}
.wtr-event-search input::placeholder {
    color: #757577 !important;
    opacity: 1;
}

.wtr-event-search .wtr-event-search-widget-form {
    width: 100%;
}

.wtr-event-search-widget-form-row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.wtr-event-search-widget-form-row:first-of-type {
    margin: 0 4px 20px 4px;
}

.wtr-event-search small {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: #fff;
    margin: 25px 10px 0;
}

.wtr-search-double-input {
    display: flex;
    display: -webkit-flex;
}

.wtr-event-search-footer {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.wtr-event-search .wtr-event-search-footer button {
    width: 100%;
    border-radius: 0 !important;
    background: #fff;
    color: #3b3b3b;
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 10px 0;
    letter-spacing: 2px;
    font-weight: 500;
    border: none;
    border-bottom: 6px solid #38bfdd;
    border-left: 4px solid #38bfdd;
    border-right: 4px solid #38bfdd;
    cursor: pointer;
}

.wtr-event-search label, body[data-fancy-form-rcs="1"] .wtr-event-search .fancy-select-wrap label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    letter-spacing: 1px;
    color: #000 !important;
}

.wtr-search-error {
    color: red;
    display: none;
}

.wtr-search-error.active {
    display: block;
}

#eventresult_item {
    color: #545454;
}

.row .col .wtr-event-search h3 img {
    display: none;
    min-width: 50px;
    height: auto;
    border-right: 1px solid #fff;
    margin-right: 15px;
    margin-bottom: 0;
    padding-right: 15px;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    max-width: 130px;
    width: 50%;
}

.row .col .wtr-event-search h3 {
    font-size: 1.7em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background: #38bfdd;
    padding: 5px 10px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
    body div.wtr-event-search {
        background-image: none;
        justify-content: center;
    }

    .row .col .wtr-event-search h3 img {
        display: inline-block;
    }

    .row .col .wtr-event-search h3 {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        font-size: 1.2em;
        font-weight: bold;
    }
}

@media screen and (max-width: 768px) {
    .single-weekend-to-remember .first-section .nectar-split-heading .heading-line:nth-of-type(2) p {
        font-size: 1.6em !important;
    }
}

@media screen and (max-width: 615px) {
    .wtr-event-search {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

    .wtr-event-search-input-group:last-of-type {
        margin-left: 0;
    }

    .wtr-event-search-widget-form-row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
    .wtr-event-search-input-group {
        margin-bottom: 10px;
    }

    .row .col .wtr-event-search h3 {
        font-size: 1.1em;
    }
}


@media screen and (max-width: 450px) {

    .wtr-search-double-input {
        display: block;
    }

    .wtr-event-search input {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .wtr-event-search .wtr-event-search-input-group input[type="text"], .wtr-event-search select, body[data-fancy-form-rcs="1"] .wtr-event-search .select2-container .select2-choice, body[data-fancy-form-rcs="1"] .wtr-event-search .select2-container .select2-choice:hover > .select2-chosen {
        width: 100%;
    }

    .wtr-event-search-input-group {
        width: 100%;
    }

    .row .col .wtr-event-search h3 img {
        display: none;
    }
}

#eventresult_item a.btn.event-learn-more {
    display: block;
}

.event-result-clearfix {
    clear: both;
}
