
body {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

section {
    width: 1300px;
    max-width: 96%;
    overflow: hidden;
    margin: 10px auto;
    padding: 0 0px;
}

section p {
    font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
    color: #666;
    line-height: 1.7em;
    font-weight: 500;
}

section.highlight {
    background: #f9f9f9;
}

dl.features {
    display: flex;
    gap: 5%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

dl.features dd {
    flex-grow: 1;
    flex-basis: min-content;
    min-width: inherit;
    box-sizing: border-box;
    align-content: center;
}

dl.features dt {
    flex-shrink: 0;
    width: 50%;
    box-sizing: border-box;
    align-content: center;
}

dl.features dt img {
    width: 100%;
    height: auto;
    display: block;
    background: #f4f4f0;
    aspect-ratio: 3 / 2;
    border-radius: 5px;
}

dl.features h2 {
    font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif;
    font-weight: Cormorant Garamond_weight;
    font-size: 60px;
    color: #0e0c19 !important;
    line-height: 1.15em;
}

dl.features h4 {
    font-family: 'Lora', Georgia, "Times New Roman", serif;
    font-weight: Quattrocento_weight;
    text-transform: uppercase;
    font-size: 14px;
    color: #26471F !important;
    letter-spacing: 1px;
    line-height: 1.4em;
}

dl.features p {
    font-weight: Proza Libre_weight;
    line-height: 1.75em;
}

p.directory-name strong {
    color: #000;
}

ul.three {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

ul.three li {
    flex: 0 0 calc(33% - 20px);
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
    border-width: 1px;
    border-bottom: 2px solid #8db700;
    position: relative;
}

a.post-edit-link {
    position: absolute;
    top: 10px;
    right: 10px;
}

ul.three h3 {

}

ul.three li p {
    padding: 0;
}

.dls dl {
    margin: 0 10px 0 0;
    display: inline-block;
    overflow: hidden;
}

.dls dl a {
    background: transparent;
    text-transform: lowercase;
    letter-spacing: 0px;
    background-color: #fff;
    color: #95B434;
    font-size: 14px;
    float: left;
    cursor: pointer;
    transition: all .3s;
    padding: 10px 20px 10px;
    border: 1px solid #eee;
    display: inline-block;
    margin: 5px 5px 0 0;
    border-radius: 10px;
    position: relative;
}

.dls a:hover {
    border: 1px solid #26471F;
    transition: all 0.3s ease-in;
}

.dls dl a:before {
    content: '';
    position: absolute;
    top: -7px;
    right: -7px;
    width: 20px;
    height: 20px;
    background: #fff url('svg/remove.svg') no-repeat;
    background-size: cover;
    opacity: 1;
    transition: opacity 0.3s ease-in;
    border-radius: 20px;
}

.dls dl dd {
    font-weight: 700;
    color: #26471F;
    line-height: 1.2;
    margin: 3px 0 0 0;
}

.dls dl dt {
    font-weight: normal;
    line-height: 1.2;
}

select {
    font-family: Open Sans, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    width: 300px;
    border-radius: 0px;
    text-indent: 0;
    line-height: inherit;
    padding: 0px 0 0px 15px;
    height: 40px;
    line-height: 1.1;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url('svg/arrow-right.svg') right 3px center no-repeat;
    background-size: 30px;
    border: 1px solid #26471F;
    color: #26471F !important;
    border-radius: 20px;
}

.filter-select select {
    float: left;
}

hr {
    border-bottom: 1px solid #999;
    margin: 20px auto;
    display: block;
     width: 1200px;
    max-width: 100%;
}

a.mapall {
background: #e16162;
    background: #26471F;
    border-bottom: 1px solid #26471F;
    position: relative;
    float: right;
    margin: 20px 0 0 0;
    color: #fff;
    padding: 6px 20px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 700;
    position: absolute;
    margin: 0px 0 0 21px;
}

a.reset {
    background: #e16162;
    background: #26471F;
    border-bottom: 1px solid #26471F;
    position: relative;
    float: right;
    margin: 20px 0 0 0;
    color: #fff;
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 700;
    position: absolute;
    margin: 14px 0 0 14px;
}

a.reset:hover {
    border: 0;
}

.pagination {
    margin-top: 40px;
    text-align: center;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 10px 16px;
    margin: 0 4px;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    font-weight: 600;
}

.pagination .current {
    background: #26471F;
    color: #fff;
    border-color: #26471F;
}

.breadcrumb {
    margin: 0 0 20px 0;
}

.breadcrumb a {
    border-bottom: 1px solid #8db700 !important;
    color: #8db700 !important;
}

.directory-links {
    overflow: hidden;
    margin: 10px 0;
}

.directory-links a {
    display: inline-block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
}

.dir-email {
    background: url('svg/icon-email.svg') no-repeat;
    background-size: 30px;  
}

.dir-facebook {
    background: url('svg/icon-facebook.svg') no-repeat;
    background-size: 30px;
}

.dir-instagram {
    background: url('svg/icon-instagram.svg') no-repeat;
    background-size: 30px;
}

a.dir-website {
    background: #95B434;
    color: #fff;
    border: 2px solid #95B434;
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 15px 0px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}

a.dir-map {
    color: #95B434;
    border: 2px solid #95B434;
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
    padding: 2px 15px 0px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}


h3 {
}

.inside {
    padding: 20px;
}

.inside h3 {
    font-family: 'Source Sans Pro', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4em;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #26471F;
    font-size: 16px;
}

.searching li {
    display: inline-block;
    float: left;
}

.searching li:nth-child(2) {
    margin: 0 20px;
}

.searching li select {
    font-size: 14px;
    padding: 0 0 0 15px;
    width: 170px;
    color: #999;
    background-size: 20px;
}

@media (max-width: 940px) {

dl.features h2 {
    font-size: 44px;
}

dl.features dt {
    flex-shrink: 0;
    width: 40%;
}

}

@media (max-width: 840px) {

ul.three li {
    flex: 0 0 calc(50% - 20px);
}

}

@media (max-width: 758px) {

.searching li:nth-child(2) {
    margin: 0 5px;
}

}

@media (max-width: 728px) {

.searching li:nth-child(1) {
    width: 100%;
}

.searching li:nth-child(2),
.searching li:nth-child(3) {
    margin: 10px 10px 10px 0;
}

}

@media (max-width: 640px) {

dl.features {
    display: flex;
    flex-direction: column;
}

dl.features dt {
    width: 100%;
    margin: 0 0 10px 0;
}

ul.three li {
    flex: 0 0 calc(100% - 0px);
}

}

@media (max-width: 587px) {

    .searching li:nth-child(3),
    .searching li:nth-child(2) {
        margin: 10px 0 0 0;
    }

}

@media (max-width: 540px) {

.filter-select {
    overflow: hidden;
}

a.mapall {
    position: relative;
    margin: 10px 0 0;
    float: none;
    display: inline-block;
    width: 300px;
}

}


.openid-connect-login-button a.button {
    border-width: 0px !important;
    border-radius: 0;
    letter-spacing: 2px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #8db700;
    padding-top: 16px !important;
    padding-right: 40px !important;
    padding-bottom: 16px !important;
    padding-left: 40px !important;
    display: inline-block;
    transition: all 300ms ease 0ms;
    color: #fff !important;
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
}

form.directory-search-form {
    overflow: hidden;
}

form.directory-search-form input[type="search"] {
    padding: 10px 20px;
    border: 1px solid #26471F;
    border-radius: 20px;
    width: 240px;
}

form.directory-search-form button {
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 700;
    margin: 0px 0 0 5px;
    background: #26471F;
}

form.directory-search-form button:hover {
    opacity: 0.9;
    cursor: pointer;
}

/* EVENTS */