
/* FILTERS */

.recipe-filters-wrap {
    background:#289971;
    padding:30px 0;
    margin-bottom:30px;
}

.recipe-filters {
    display:flex;
    gap:2em;
}

.search-wrap {
    position:relative;
    border-radius: 25px;
    background: white;
    padding: 10px;
    display: flex;
    width: 100%;
}

.search-wrap i {
    margin: 12px 12px 7px 10px;
    float: right;
    cursor: pointer;
    transition:0.4s all;
}

.search-wrap i:hover {
    color:#f0b112;
}

.search-wrap input {
    width: 100%;
    border: 0;
    background: transparent;
    font-size: 15px;
    font-weight: 400;
    margin-left:12px;
}

.sort-wrap, .location-wrap {
    width: 350px;
    border-radius: 25px;
    background: white;
    padding: 10px;
    display: flex;
}

.location-wrap {
    width:470px;
}

.sort-wrap select, .location-wrap select {
    border: 0;
    background: transparent;
    width: 100%;
    font-size:15px;
    padding:0 15px;
}

/* CATEGORIES */

.categories {
    display: block;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    margin-bottom:20px;
}

.categories li {
    display: inline-block;
    margin: 4px;
}

.categories li label {
    position: relative;
    padding: 8px 13px;
    border-radius: 25px;
    color: white;
    cursor: pointer;
    background: #289971;
    opacity: 0.6;
    transition: 0.4s all;
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.categories li label i {
    margin-right:7px;
}

.categories li label:hover, .active_category {
    opacity: 1 !important;
}

.categories li input {
    visibility: hidden;
    position: absolute;
}

.no-msg {
    margin-top: 20px;
    text-align: center;
    display: block;
    width: 98%;
    padding: 10px !important;
    border-radius: 3px;
    color: #3a3a3a;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    margin: 20px auto 0;
}


/* Autocomplete */
.autocomplete-suggestions { background: #FFF; overflow: visible;margin-top:58px;left:0;right:0;border-radius:0px;max-height:initial !important;border-bottom: 0;box-shadow:none; }
.autocomplete-suggestion, .autocomplete-no-suggestion { padding: 10px 20px; white-space: nowrap; overflow: hidden;text-overflow:ellipsis;border-bottom: 1px solid #ebebeb;cursor: pointer; }
.autocomplete-suggestion:last-child {border-bottom:0;}
.autocomplete-selected { text-decoration:underline;}
.autocomplete-suggestions strong { font-weight: bold; color: #f1b112; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }
.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 white;
    margin-top:-7px;
}
.filter-tag {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    padding: 6px 10px;
    text-decoration: none;
    background: #4a7a96;
    color: white;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 13px;
    text-transform: capitalize;
}
.filter-tag a {
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    margin-left: 10px;
    opacity: 0.7;
    margin-top: 0;
    float: right;
    color: #ffffff;
}
.filter-tag a:hover {
    opacity:1.0;
}

.no-recipes-found {
    text-align: center;
    padding: 40px 0 !important;
}

/* ADJUSTMENTS */

.recipe-cards .info-wrap { 
    min-height:226px;
}

.cat-wrap {
    color: #289971;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    font-size:12px;
}

.loc-card {
    background: #289971;
    color: white;
    position: absolute;
    top: 20px;
    padding: 3px 20px;
    font-weight:bold;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 2; 

}

.recipe-cards .learn-btn {
    margin-left:0;
}

/* PAGINATION */
.pagination {
    text-align: center;
    margin-top: 20px;
    padding-bottom:50px;
}
.recipe-page {
    padding: 6px;
    display: inline-block;
    margin: 0px 6px 10px 0;
    color: #777;
    font-size: 17px;
    border: 1px solid white;
    width: 38px;
    border-radius: 3px;
    border-radius: 100%;
    background: white;
    box-shadow: 3px 3px 16px 0 #e5e5e5;
    transition: 0.3s all;
}
.recipe-page:hover {
    background: #fff;
    border: 1px solid #f0b116;
}
.active_page {
    background: #f1b112 !important;
    color: white;
    border-color: #f1b112;
}

/* SINGLE */

body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
    padding-top: 0px !important;
}

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

#page-container {
    background:#fff;
}

.post-thumbnail-header {
    width:100%;
    height:450px;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position:relative;
}

.post-thumbnail-header:before {
    content:'';
    height:100%;
    width:100%;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    /* background: rgb(17,17,17); */
    /* background: linear-gradient(180deg, rgba(17, 17, 17, 0.55) 0%, rgba(255,0,0,0) 100%); */
}

@media (max-width:1400px) {
    .post-thumbnail-header {
        width:100%;
        height:375px;
        background-size: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

.trail-wrapper {
    background: #fff;
    float: left;
    width: 100%;
    padding-top:60px;
    padding-bottom:80px;
}

.trail-description li {
    font-size: 17px;
    color: #292a2a;
    line-height: 1.8em;
}

.trail-content {
    float: left;
    width: 60%;
    background: white;
    padding: 0px;
    margin-top: 0px;
    position: relative;
    border-radius: 0px;
    min-height: 750px;
    margin-bottom: 70px;
}

.trail-content ul {
    list-style-type: circle;
    padding-left: 40px;
	margin-bottom: 18px;
}

.entry-title {
    line-height: 1.3em;
    font-size: 32px;
    text-align: left;
    color: #000;
    padding-top:10px;
    padding-bottom:25px;
}

.trail-meta {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.trail-meta p {
    float: left;
    color: #696969;
}

.trail-meta p a {
    color:#f1b112;
}

.trail-side-row a {
    color: #222!important;
}

.trail-description p {
    color: #222;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 400;
}

.trail-description p small {
    font-size: 11px;
    margin-top: 30px;
    display: block;
    opacity: 0.7;
}

.trail-description p a {
    text-decoration: underline !important;
    font-size: inherit !important;
    font-family: inherit !important;
}

/* Side */

.trail-image {
    float: right;
    width: 32%;
}

.trail-side {
    float: right;
    background: #f7f5f3;
    padding: 0px 0 30px 0;
    width: 32%;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
}

#map_canvas {
    float:right;
    width:32%;
    margin-top: 20px;
    height: 250px;
    display:block !important;
}

.trail-side-row {
    float: left;
    width: 100%;
    padding: 30px 30px 0;
}

.trail-side-row h5 {
    color:black;
}

.trail-side-row p {
    float: left;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    color: black;
    display: flex;
    word-break: break-word;
}

.trail-side-row p i {
    margin: 4px 20px 0 0;
    width: 15px !important;
} 

.related-wrap {
    margin:0 15px 0px;
}

.related-h3 {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #242424;
    padding-bottom: 30px;
    margin-top:50px;
}

.trail-description h2, .trail-description h3, .trail-description h4 { margin: 15px 0; font-weight: bold;}



@media (max-width:980px) {
    .et_pb_section_0.et_pb_section {
        padding-top: 86px;
        padding-bottom: 60px;
        margin-bottom: -5px;
    }
    .container {
        width:80% !important;
        padding-top:0 !important;
    }
    .recipe-cards ol {
        grid-template-columns: 1fr;
    }
    .trail-wrapper .container {
        width:90%;
    }
    .post-thumbnail-header {
        height:200px;
    }
    .trail-content {
        float: left;
        width: 100%;
        padding: 0;
        margin-top: -20px;
        min-height: auto;
        margin-bottom: 30px;
    }
    .trail-side, #map_canvas, .trail-image {
        width:100%;
    }
    .trail-side {
        margin-top:0px;
        margin-bottom:0;
    }
    .trail-meta p {
        width:100%;
        display:block;
        margin-bottom:20px;
    }
    .modal-content {
        width:90%;
    }
    .related-h3 {
        margin-top:50px;
    }
}

@media (max-width:767px) {
    .recipe-filters {
        display: block;
    }
    .sort-wrap, .location-wrap {
        width: 100%;
        padding: 14px 21px 14px 5px;
        display: block;
        margin-top: 20px;
    }

}
