#wtr-search {
    background: #fff;
}

.map h2 {
    display: none;
}

.no-map h2 {
    font-family: Newzald;  
}

.no-map #wtr-search  {
    background: #A2C5D3;
}
.no-map #wtr-search-head {
    background: #A2C5D3;
}
.no-map #wtr-event-map  {
    background-image: url(https://www.familylife.com/wp-content/uploads/sites/51/2022/03/wtr-search-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    margin: 0;
}

.no-map #wtr-search-head {
    /* height: 500px;  */
    padding: 0;
    margin: 0; 
}
.no-map #wtr-search-fields {
    order: 2; 
}
.no-map .google-map {
    display: none;
}
.no-map .wtr-field-group {
    padding-top: 30px; 
}
#wtr-search .select2-default {
    color: #000 !important;
}

#wtr-event-results {
    background: #fff;
}

#wtr-search-head {
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding: 25px 0;
}

#wtr-search-head > div {
    flex: 1;
}

.filter-form{
    max-width: 900px;
    margin: 0 auto 20px;
}

.wtr-field-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wtr-field-group label {
    width: 100%;
}

.wtr-field-group label.wtr-search-by-zip, 
.wtr-field-group label.wtr-search-by-distance{
    width: 48%;
}

.wtr-field-group label span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
    color: #000;
}

.wtr-field-group .search-select label span {
    background-color: #000;
}

.wtr-field-group select {
    width: 100%;
    color: #000;
}

.wtr-field-group input:invalid {
    border: 1px solid red;
}

#wtr-search-result-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 50px;
    padding: 25px 0;
    max-width: 1200px;
    margin: auto;
}

.wtr-event-item {
    padding: 20px;
    border: 1px solid #A9A9A9;
    color: #000;
}

.wtr-event-item-wrapper {
    max-width: 380px;
    position: relative;
}

.wtr-event-item  .title{
    font-size: 24px;
    margin-bottom: 10px;
}

.wtr-event-item .price{
    margin-top: 20px;
}

.wtr-event-item .clearfix{
    clear: both;
}
/*
.wtr-event-item .locDate{
    display: none;
}*/

.wtr-event-item a.btn {
    float: right;
    background-color: #20252F;
    color: #fff;
    padding: 14px 22px;
    display: inline-block;
    margin-top: 30px;
}

#wtr-search-fields button {
    max-width: 150px;
    flex-basis: 100%;
    color: #fff;
    background: #243746;
    border-radius: 0px;
    padding: 26px 22px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'AkkuratLLWeb-Regular', 'sans-serif';
    line-height: 1;
}
/*
#wtr-search-fields button:focus, #wtr-search-fields button:active  {
    margin-top: 15px;
}*/

#wtr-search-fields {
    margin-right: 15px;
    max-width: 38%;
}

#wtr_search_by_zip{
    width: 100%;
    border-radius: 0px;
    border: 1px solid #000;
    padding: 15px;
    line-height: 36px;
}

#wtr-event-map {
    margin-left: 15px;
    width: 100%;
    height: 370px;
}

#wtr-event-map .google-map {
    width: 100%;
    height: 100%;
    min-height: 370px;
}

.early-bird-card-banner {
    width: 90%;
    margin: 0 auto;
    background: #20252F;
    color: #fff;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    padding: 8px 0;
    display: block;
}

/*.early-bird .wtr-event-item, .bogo .wtr-event-item {
    border-bottom: none;
}*/

.early-bird .price span, .bogo .price span {
    text-decoration: line-through;
}

.early-bird .price span.early-bird-pricing, .bogo .price span.bogo-pricing {
    color: #000;
    text-decoration: none;
}

.no-map .hidden {
    display: none;
}

@media screen and (max-width:768px) {
    #wtr-search-head {
        display: block;
    }
    #wtr-search-fields {
        margin-right: 0;
        width: 100%;
    }
    #wtr-event-map {
        margin-left: 0; 
    }
    .no-map #wtr-search-head {
        padding: 10px;
    }


    #wtr-search-fields {
        max-width: none;
    }
    #wtr-event-map .google-map {
        height: 300px;
    }
    #wtr-search-head {
        padding: 25px 15px;
    }
    .wtr-event-item-wrapper {
        min-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
}