/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

button.walk_select {
    margin-right: 5px;
    margin-bottom: 5px;
    color: #ffffff;
}

.wpb_accordion_header a {
    font-family: Roboto Slab;
    font-size: 18px;
    font-weight: 500;
    /*text-transform: uppercase;*/
}

.ui-accordion-header-active {
    border-left: 2px solid #ffb606;
}

.ui-accordion-content {
    border: 1px solid #efefef;
    border-top: 0 !important;
}

#walk-title {
    display: block;
    margin-bottom: 1.3em !important;
}

#walk-iframe{
    margin-bottom: 1.3em;
}

