
#et-main-area {
    overflow:hidden;
}
#main-content {
    background: rgb(242,242,242) !important;
}

#main-content .container:before {
    display:none;
}

div.et_pb_section.et_pb_section_0 {
    background-image: linear-gradient(180deg,rgba(66,65,67,0.7) 0%,rgba(66,65,67,0.7) 100%),url(/wp-content/uploads/2021/03/Community_Navigators3.jpg)!important;
    padding-bottom:0;
    background-position:center;
}
.et_pb_row_0.et_pb_row {
    padding-top: 130px!important;
    padding-bottom: 95px!important;
    padding-top: 130px;
    padding-bottom: 95px;
}
.et_pb_text_0 h1 {
    font-size: 75px;
    color: #faae42 !important;
    line-height: 1.1em;
    text-align:center;
    text-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.15);
    font-family:"Abril Fatface", serif;
    text-transform:capitalize;
}

/* FILTERS */

.filters-wrap {
    background: white;
    width: 100%;
    padding: 15px 0;
}

.filters-wrap .container {
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

input.form-control, select.form-control {
    width: 100%;
    background: white;
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
    border: 0;
    box-shadow: none;
    box-sizing: border-box;
    padding: 15px 12px;
    color: rgba(0, 0, 0, 0.6);
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: normal;
    transition: 0.3s ease;
    border: 1px solid #d3d8de;
    border-radius: 5px;
    font-size: 17px;
}

.proximity-tags {
    position:relative;
    width: 30%;
}
.proximity-tags a {
    position: absolute;
    left: 0;
    background: #faae42;
    top: 0;
    width: 49px;
    height: 52px;
    color: white;
    transition: 0.4s all;
    border-radius: 5px 0px 0px 5px;
    text-align: center;
}
.proximity-tags a:hover {
    filter: brightness(110%);
}
.proximity-tags a i {
    color: #ffffff;
    padding: 20px 11px;
}
.proximity-tags input {
    padding-left:62px;
}
.proximity-tags span {
    position: absolute;
    left: 61px;
    top: 13px;
    background: #faae42;
    padding: 0 9px;
    color: white;
    border-radius: 2px;
    font-size: 13px;
}
.proximity-tags a.remove-proximity-tag {
    position: relative;
    background: none;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    margin-left: 7px;
    opacity: 0.7;
}
.proximity-tags a.remove-proximity-tag:hover {
    opacity:1.0;
}

.select-proximity {
    position:relative;
}
.select-proximity i {
    position: absolute;
    right: 9px;
    top: 21px;
}


/* Search Autocomplete */
.directory-search .autocomplete-suggestions { background: #FFF; overflow: visible;margin-top:13px;left:0;border-radius:4px;max-height:initial !important;border: 1px solid #ebebeb;border-bottom: 0;box-shadow:none; }
.directory-search .autocomplete-suggestion, .directory-search .autocomplete-no-suggestion { padding: 9px 10px; white-space: nowrap; overflow: hidden;text-overflow:ellipsis;border-bottom: 1px solid #ebebeb;cursor: pointer; }
.directory-search .autocomplete-suggestion:last-child {border-bottom:0;}
.directory-search .autocomplete-selected { text-decoration:underline;}
.directory-search .autocomplete-suggestions strong { font-weight: bold; color: #faae42; }
.directory-search .autocomplete-group { padding: 2px 5px; }
.directory-search .autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.directory-search .autocomplete-suggestions:before {
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    top:0;
    left:calc(50% - 7.5px);
    border-color:rgba(204,204,204,1);
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 7px solid #f2f2f2;
    margin-top:-7px;
}

.directory-search {
    width: 58%;
    background: white;
    padding: 0;
    position: relative;
}

.directory-search input {
    padding: 15px 50px 15px 15px;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-right: 0;
    font-size: 17px;
    border-radius: 5px;
}

.directory-search input:focus {
    border-color:#e0e0e0;
}

.directory-search a {
    background: #faae42;
    color: white;
    padding: 13px 17px 12px;
    float: right;
    border-left: 0;
    transition: 0.4s all;
    position: absolute;
    right: 0;
    border-radius: 0 5px 5px 0px;
}

.directory-search a:hover {
    filter:brightness(110%);
}

a.remove-search {
    margin: 0 0 0 5px;
    color: white;
    vertical-align: middle;
    font-size: 8px;
}

.filters {
    float: left;
    width: 25%;
    padding: 0 25px 40px 0;
    color:#6b6b6b;
}
.filters h4 {
    text-transform: capitalize;
    color: #666666;
    margin-top: 11px;
    padding-bottom: 21px;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-size: 17px;
    font-weight:600;
}

.filters ul {
    list-style-type: none;
    padding: 0;
}
.filters li {
    margin:0;
}
.filters label {
    min-width: 100%;
    cursor:pointer;
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    background: white;
    padding: 15px 20px;
    font-weight:600;
}

label.has-sub {
    z-index:1;
}

.filters label i {
    position: relative;
    margin-right: 10px;
    left: 0;
}

.filters label i.chevvy {
    font-size: 10px;
    float: right;
    right: -10px;
    top: 11px;
    left: auto;
}

.cat-list li input {
    visibility: hidden;
    position: absolute;
}

.cat-list li label {
    color:black;
}

.cat-list li label.sub-cat {
    position:relative;
    z-index:1;
}

.cat-list li label:hover {
    color: #faae42;
    box-shadow: 0 0 0 1px #faae42;
}

.cat-list li input:checked + label {
    background:#faae42;
    color:white;
    box-shadow: 0 0 0 1px #faae42;
}

.cat-list li ul.sub-cat {
    padding-left:16px;
    margin-top: -3px;
    margin-bottom: 2px;
}

.cat-list li ul.sub-cat li label {
    padding: 10px 16px;
    margin: -2px 0px 1px 0px;
    border-top: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.cat-list li ul.sub-cat li label:hover {
    color: #faae42;
    font-weight: 600;
    box-shadow:none;
}

.cat-list li ul.sub-cat li input:checked + label {
    color: #faae42;
    font-weight: 600;
    box-shadow:-2px 0px 0 0px #faae42;
    background:white;
}

.tag-list {
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.tag-list input {
    position: absolute;
    visibility: hidden;
}
.tag-list label {
    min-width: auto;
    cursor: pointer;
    display: block;
    position: relative;
    margin-bottom: 7px;
    margin-right: 5px;
    cursor: pointer;
    text-transform: capitalize;
    border-radius: 5px;
    color: #1384a4;
    font-weight: bold;
    background: #d3e9ef;
    padding: 1px 10px;
    display: inline-block;
    font-size: 13px;
    transition: 0.3s all;
}
.tag-list input:checked + label, .tag-list label:hover {
    background: #1384a4;
    color: white;
}

.filters input::placeholder {
    text-transform: none;
    color:#999;
    font-weight:400;
}


/* Listings */

select.sort {
    border: 1px solid #e3e2e3;
    background-color: #ffffff;
    color: #757575;
    float: left;
    padding: 10px;
    margin-top: -3px;
    margin-bottom: 6px;
    font-size: 14px;
    border-radius: 5px;
}

#directory-results {
    clear:both;
    padding-bottom:50px;
}

#listing-results {
    clear:both;
}

.listings {
    position:relative;
    float:right;
    width:75%;
    padding:0 0 50px 0;
    margin-top:5px;
}
.listing-box {
    background: white;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 2px 2px 6px 0px #eaeaea;
    height: 131px;
    overflow: hidden;
}
.listing-box h3 {
    padding: 4px 0 7px 0;
    line-height: 18px;
    margin-left: -2px;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-size:17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.listing-box:hover > h3 a span {
    background-size: 100% 2px;
}
.listing-box h3 a span {
    display: inline;
    padding-bottom:0;
    background-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-size: 0px 2px;
    background-position: 0px 95%;
    background-repeat:no-repeat;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0.1% 0px;
    color:black;
}

.listing-box p {
    line-height: 20px;
    font-size: 13px;
    margin-top: 0px;
    color: black;
    padding-bottom: 5px;
}

.listing-info {
    padding:10px 20px 9px;
}

.cat-wrap {
    display:block;
    line-height:16px;
    margin-bottom:3px;
    text-transform: uppercase;
    font-size: 11px;
}
.cat-wrap i {
    margin-right: 7px;
}

.tags-wrap {
    height: 30px;
    overflow: hidden;
}

.tag {
    text-transform: uppercase;
    background: #333749;
    font-size: 10px;
    padding: 3px 6px;
    border-radius: 3px;
    color: white;
    display: inline-block;
    line-height: 12px;
    margin-right: 6px;
}

.info-wrap {
    background: #333749;
    padding: 7px 14px;
    position:relative;
}

.info-wrap:before {
    content:'';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 33px solid #333749;
    border-top: 134px solid #ffffff;
    position: absolute;
    left: -51px;
    top: 0;
}

.info-row p {
    color: white;
    font-size: 12px;
    line-height: 18px;
    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0px 0px 2px #d78d24;
}

.info-row p a {
    color:white;
}

.info-row i {
    margin-right:7px;
}

/* Tooltips */
.tooltip{
    position:absolute;
    z-index:1070;
    display:block;
    margin:0;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style:normal;
    font-weight:400;
    line-height:1.5;
    text-align:left;
    text-align:start;
    text-decoration:none;
    text-shadow:none;
    text-transform:none;
    letter-spacing:normal;
    word-break:normal;
    word-spacing:normal;
    white-space:normal;
    line-break:auto;
    font-size:.875rem;
    word-wrap:break-word;
    opacity:0
}
.tooltip.show{
    opacity:.9
}
.tooltip .arrow{
    position:absolute;
    display:block;
    width:.8rem;
    height:.4rem
}
.tooltip .arrow::before{
    position:absolute;
    content:"";
    border-color:transparent;
    border-style:solid
}
.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{
    padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{
    bottom:0
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{
    top:0;
    border-width:.4rem .4rem 0;
    border-top-color:#000
}
.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{
    padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{
    left:0;
    width:.4rem;
    height:.8rem
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{
    right:0;
    border-width:.4rem .4rem .4rem 0;
    border-right-color:#000
}
.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{
    padding:.4rem 0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{
    top:0
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{
    bottom:0;
    border-width:0 .4rem .4rem;
    border-bottom-color:#000
}
.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{
    padding:0 .4rem
}
.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{
    right:0;
    width:.4rem;
    height:.8rem
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{
    left:0;
    border-width:.4rem 0 .4rem .4rem;
    border-left-color:#000
}
.tooltip-inner{
    max-width:200px;
    padding:.25rem .5rem;
    color:#fff;
    text-align:center;
    background-color:#000;
    border-radius:.25rem
}

/* MISC */
.member-page {
    padding: 2px 10px;
    display: inline-block;
    margin: 0px 6px 0 0;
    color: #777;
}
.member-page:hover {
    background: #e4e4e4;
}
.active_page {
    background: #222222 !important;
    color: white;
}
.elip {margin-right:6px;}
#map_canvas {
    width: 100%;
    height: 452px;
    margin-top:0px;
    display:none;
}
.display {
    float:right;
}
.display a {
    margin-left:10px;
    opacity:0.5;
    font-size:17px;
    color: #222222;
}
.display a:hover, .active_display {
    opacity:1.0 !important;
}

/* MAP */
.infoContent {
    min-width:375px;
    padding:7px 0;
}
.infoContent p {
    margin:0;
}
.infoThumb {
    float: left;
    height: 75px;
    width: 100px;
    margin-right: 10px;
}
.infoThumb i {
    font-size: 30px;
    color: white;
    text-align: center;
    display: block;
    margin-top: 22px;
}
.infoTitle {
    padding:0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width:250px;
    margin-bottom:5px;
}
.infoTitle a {
    font-size:16px;
    text-transform: none;
}
.infoTitle a:hover {
    text-decoration:underline;
}
.reset-filters {
    background: transparent;
    color: #444;
    border: 1px solid;
    padding: 12px 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight:700;
    text-transform: uppercase;
    opacity: 1.0;
    margin-bottom: 20px;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    transition:0.4s all;
}
.reset-filters:hover {
    background:#404040;
    color:white !important;
    border-color:#444 !important;
}

.filter-tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    width:100%;
    padding: 6px 10px;
    text-decoration: none;
    background: #faae42;
    color: white;
    margin-top: 10px;
    font-size: 13px;
    text-transform: capitalize;
}
.filter-tag a {
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    margin-left: 10px;
    opacity: 0.7;
    margin-top: 0;
    float: right;
    color: #ffffff;
}
.filter-tag a:hover {
    opacity:1.0;
}


/* Mobile*/
.filters-trigger {
    display:none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right:0;
    background: #faae42;
    color: white;
    z-index: 999;
    padding: 20px 40px;
    cursor:pointer;
    text-align:center;
}
.filters-trigger:hover {
    opacity:0.8;
}
.filters-trigger i {
    font-size: 14px;
    margin-right: 7px;
}
.close-filters {
    display:none;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.close-filters span {
    display: block;
    background: rgba(0, 0, 0, 0.75);
    width: 20px;
    height: 2px;
    border-radius: 3px;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: 0.3s ease;
}
.close-filters span:first-child {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}
.close-filters span:nth-child(2) {
    opacity:0;
    margin: 4px 0;
}
.close-filters span:last-child {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}
.no-msg {
    padding: 10px;
    border-radius: 3px;
    color: #666666;
    background-color: #ffffff;
    border: 1px solid #666666;
}

.region-filters {
    margin-top: -20px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.region-filters a {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    padding: 20px;
    text-align: center;
    font-weight: 600 !important;
    font-size: 20px;
    color: white;
    transition: 0.4s all;
    opacity: 0.35;
    background: #424143;
}

.region-filters a img {
    margin: 0 auto 5px;
    display: block;
    width: 70px;
}

.region-filters a.active-region {
    opacity:1;
}

.region-filters a:hover {
    filter:brightness(110%);
    opacity:1;
}

.region-filters a:nth-of-type(2) {
    background:#f16725;
}

.region-filters a:nth-of-type(3) {
    background:#faae42;
}

.region-filters a:last-of-type {
    margin-right:0;
    background:#3da358;
}


@media (max-width:1199px) {
    .member-box.grid {
        width:48.5%;
    }
    .member-box.grid:nth-of-type(even) {
        margin-right:0 !important;
    }
    .member-thumb {
        width: 327px;
        height: auto;
    }
    .member-box.grid:nth-of-type(3n+3) {
        margin-right:3%;
    }
    .calendar .date-header h1 {
        font-size:14px;
        margin-top:5px;
    }
    .leader img {
        min-width:auto;
        max-width:100%;
    }
    .ev-btns-wrap {
        display:none;
    }
}
@media (max-width:979px) {
    .et_pb_text_0 h1 {
        font-size: 80px;
    }
    .filters {
        width:37%;
    }
    .members { 
        width:63%;
    }
    .member-box.grid {
        width:100%;
        margin-right:0;
    }
    .member-thumb {
        width: 100% !important;
        height: 170px !important;
        margin-bottom: 20px;
    }
    .display a[data-view="grid"] {display:none;}
    .display {
        float: left;
        margin: 10px 0;
    }
}
@media (max-width:767px) {
    .et_pb_row_0.et_pb_row {
        padding-top: 20px!important;
        padding-bottom: 45px!important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .et_pb_text_0 h1 {
        font-size: 40px;
    }
    .filters-wrap .container {
        display:block;
    }
    .proximity-tags {
        width: 100%;
        margin-bottom: 10px;
    }
    .directory-search {
        width: 100%;
        margin-top: 10px;
    }
    body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
        padding-top: 28px;
    }
    .filters {
        width:100%;
        padding:0;
    }
    .display {
        float: right;
        margin: 10px 0 0;
    }
    .listings {
        width:100%;
    }
    .listing-box {
        display: block;
        grid-template-columns: 100%;
        gap: 20px;
        margin-bottom: 20px;
        box-shadow: 2px 2px 6px 0px #eaeaea;
        height: auto;
        overflow: visible;
    }
    .info-wrap {
        background:white;
    }
    .info-wrap:before {
        display:none;
    }
    .info-row p {
        color:#010101;
        text-shadow:none;
    }
    .info-row p a {
        color: #010101;
        text-decoration: underline;
    }
    .member-page {
        padding: 2px 10px;
        display: inline-block;
        margin: 0px 6px 10px 0;
        box-shadow: 0 0 0 1px #222;
        font-size: 12px;
    }

}
