/*
Theme Name: Game Changers New York
Theme URI: https://gamechangersny.org/
Template: unite
Author: Game Changers New York
Author URI: https://gamechangersny.org/
Description: Child theme based on Unite Theme for Game Changers New York
Tags: one-column,two-columns,right-sidebar,translation-ready,custom-header,custom-background,custom-colors,custom-menu,featured-images,full-width-template,post-formats,theme-options,threaded-comments,portfolio,photography,e-commerce
Version: 1.1659979497
Updated: 2022-08-08 13:24:57

*/

.wpsl-dropdown {
    width: auto;
}

.chosen-container-multi {
    border: none;
}

.chosen-container-multi .chosen-choices {
    background-image: none;
    padding: 7px;
    border: none !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1) !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 26px;
    border: none;
    background-image: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 9px;
    right: 8px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 32px;
    font-size: 14px;
}

.chosen-container .chosen-drop {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-top: 3px;
    border-radius: 4px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2) !important;
}


/*Colors*/

.color-1 .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #e5e4cc;
}

.color-2 .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #c7f0db;
}

.color-3 .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #d3f4ff;
}

.nf-form-content {
    margin-top: 30px;
}

.nf-form-title {
    text-align: center;
}

.nf-form-layout {
    width: 80%;
    margin: 40px auto;
    background: #fff;
    box-shadow: 0 0 20px 1px rgb(0 0 0 / 30%);
    padding: 40px;
}

.nf-form-content input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):not([type="button"]),
.nf-form-content select {
    height: 50px;
    border: 1px solid #ddd;
    padding: 10px;
}

.nf-form-content textarea {
    padding: 10px;
}

.nf-field-label {
    margin-bottom: 5px !important;
}

.nf-field-label label {
    font-size: 13px;
}

.listcheckbox-container .nf-field-element,
.listradio-wrap .nf-field-element {
    margin-top: 10px !important;
}

.listcheckbox-container .nf-field-element ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.listradio-wrap .nf-field-element ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.listradio-wrap .nf-field-element ul li {
    margin: 0 !important;
}

.listcheckbox-container .nf-field-element ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 3 - 15px);
}

.listradio-wrap .nf-field-element ul li input[type="radio"],
.listcheckbox-container .nf-field-element ul li input[type="checkbox"] {
    margin-top: 0 !important;
}

.listradio-wrap .nf-field-element ul li label,
.listcheckbox-container .nf-field-element ul li label {
    line-height: normal;
    font-size: 13px;
    margin-left: 5px;
    margin-bottom: 0;
}

.nf-form-content input[type="button"] {
    background: #DE1275;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #DE1275;
}

.custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    align-items: center;*/
    padding: 10px 0;
    font-size: 14px;
}

.custom-row div:first-child {
    margin-right: 15px;
    font-weight: bold;
    flex-basis: 200px;
}

.custom-row div:last-child {
    flex-basis: calc(100% - 200px - 15px);
}

.wpsl-partner-details {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #ddd;
    margin-top: 40px;
}

.wpsl-locations-details {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    margin-top: 30px;
}

.wpsl-locations-details span {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.wpsl-locations-details .wpsl-location-address,
.wpsl-locations-details .wpsl-contact-details {
    flex: 1;
}

#wpsl-search-wrap div label {
    font-size: 14px;
}

.wpsl-filter #wpsl-search-input {
    width: 300px;
}

.wpsl-filter .wpsl-select-wrap .wpsl-dropdown span {
    height: 43px;
    line-height: 25px;
    font-size: 14px;
}

.wpsl-filter #wpsl-radius,
.wpsl-filter #wpsl-results {
    display: flex !important;
    align-items: center;
}


/* nf-fields-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

nf-field {
    width: calc(100% / 3 - 15px);
} */

.search-results h2.entry-title {
    font-size: 32px;
}
.search-results h1.page-title {
    color: #e04874;
}
.search-container input[type="text"] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
}
.search-container button {
    float: right;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    cursor: pointer;
    background: #DE1275;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #DE1275;
}
li#menu-item-1349 a {
    border-right: none;
    box-shadow: none;
}
section.no-results.not-found span.input-group-btn{
    margin-bottom: 20px;
    display: block;
}
section.no-results.not-found button.search-submit.btn.btn-primary{
    padding: 5px 16px;
}

#wpsl-search-wrap div label {
    color: #fff;
}
.wpsl-search{
    background-color: #31766f !important;
}
input#wpsl-search-btn {
    cursor: pointer;
    background: #DE1275;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #DE1275;
}
@media screen and (min-width: 764px) {
    .navbar-nav{
        width: 100%;
    }
    #menu-item-search-form{
        float: right;
    }


    .wpsl-input {
        display: block !important;
        float: none !important;
        /* width: 100%; */
    }
    input#wpsl-search-input {
        width: 500px !important;
    }
    div#gcny-wpsl-cat-wrap {
        float: none !important;
        /* display: block !important; */
        /* clear: both; */
    }
    #wpsl-sports-category, #wpsl-demographics-category, #wpsl-age-range-category {
        display: inline-block;
        float: none !important;
    }
    .wpsl-dropdown {
        width: 245px !important;
        z-index: 10;
    }
    
}
/* Add responsiveness - On small screens, display the navbar vertically instead of horizontally */
@media screen and (max-width: 764px) {
    #menu-primary-menu .search-container {
        float: none;
    }
    #menu-primary-menu a, #menu-primary-menu input[type=text], #menu-primary-menu .search-container button {
        float: none;
        display: block;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
    #menu-primary-menu input[type=text] {
        border: 1px solid #ccc;
    }
    .search-container button {
        padding: 6px 10px !important;
    }
    
    #wpsl-search-btn, #wpsl-search-wrap div{
        float: none;
    }
    #wpsl-search-wrap .wpsl-dropdown {
        padding: 9px 6px;
        margin-bottom: 10px;
        width: 98% !important;
    }
    #wpsl-radius, #wpsl-results {
        width: 98%;
    }
}
