.laugh-monkey-spot-term-box {

}
.laugh-monkey-spot-term-title {
    font-size: 20px;
    font-weight: 500;
    line-height: calc( 30 / 20 );
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.fa-search {
    margin-right: 10px;
    display: block;
}
.laugh-monkey-spot-term-toggle {
    width: 30px;
    height: 30px;
    margin-left: auto;
    display: flex;
    align-items: center;
    align-content: center;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.laugh-monkey-spot-term-toggle .fa-chevron-up {
    display: block;
}
.laugh-monkey-spot-term-toggle .fa-chevron-down {
    display: none;
}
.laugh-monkey-spot-term-toggle:not(.on) .fa-chevron-up {
    display: none;
}
.laugh-monkey-spot-term-toggle:not(.on) .fa-chevron-down {
    display: block;
}

.laugh-monkey-spot-term-list {
    max-height: 0;
    transition: max-height .4s 0.1s;
    overflow: hidden;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}
.laugh-monkey-spot-term-list.open {
    max-height: 100%;
}

.laugh-monkey-spot-term-list > li {
    width: 100%;
    margin-top: 28px;
}
.laugh-monkey-spot-term-list > li > a {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: calc(26 / 18);
    text-decoration: none;
}
.laugh-monkey-spot-term-list .children {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}
.laugh-monkey-spot-term-list .children > li {
    width: 25%;
}
.laugh-monkey-spot-term-list .children > li> a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: calc(23 / 16);
    margin-top: 12px;
    text-decoration: none;
}
iframe[src*="google.com/maps"] {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.c-entries--simple .c-entries__item .c-entry-summary--spot {
    padding-bottom: 0.8rem;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.2rem;
}

.c-entries--simple .c-entries__item .c-entry-summary--spot a {
    color: inherit;
    text-decoration: none;
}

.c-entries--simple .c-entries__item .c-entry-summary--spot a:hover {
    text-decoration: underline;
}

.c-meta__spot-list {
    margin-top: 12px;
}

.c-meta__spot-list a {
    text-decoration: none;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 1px 8px;
    border: 1px solid #000;
    border-radius: 2em;
    display: inline-block;
    color: #000;
    font-size: 10px;
    line-height: 1.5;
}

.c-entries--simple .c-entries__item .c-entry-summary--spot .c-meta__spot-list a:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}
