/* -----------------------------------------------------------------------------
 * ACF Widget
 * -----------------------------------------------------------------------------
 */

.widget-content h3 {
    margin-bottom: 0;
}
.acf-widget-data {
    border: 0;
    margin: 0;
    padding: 0;
}
.acf-widget-data .acf-controllers {
    background: url(images/acf-controllers.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    text-indent: -999em;
}
.acf-widget-data .accord-toggle.accord-open .acf-controllers {
    background-position: -20px 0;
}
.acf-widget-data .accord-toggle.accord-open.accord-loading .acf-controllers {
    background: url(images/ajax-loader.gif) no-repeat 50% 50%;
}
.acf-widget-data .accord-toggle-sub .acf-controllers {
    background-position: 0 -20px;
}
.acf-widget-data .accord-toggle-sub.sub-accord-open .acf-controllers {
    background-position: -20px -20px;
}
.acf-widget-data .accord-toggle,
.acf-widget-data .accord-toggle-sub {
    position: relative;
    cursor: pointer;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    margin-top: 0.2rem;
    border-radius: 2px;
    font-weight: normal;
    overflow: hidden;
    transition: background 0.2s linear;
}
.acf-widget-data .accord-toggle {
    color: #fff;
    background: rgba(0,0,0,0.70);
}
.acf-widget-data .accord-content.accord-toggle-sub {
    border: 1px rgba(0,0,0,0.12) solid;
    background:  #fff;
    font-size: 0.9rem;
    font-weight: normal;
    margin: 0 0 0 1rem;
}
.acf-widget-data .accord-toggle:hover {
    background: rgba(0,0,0,0.6);
}
.acf-widget-data .accord-content.accord-toggle-sub:hover {
    background: #f2f2f2;
}
.acf-widget-data .accord-toggle span.label,
.acf-widget-data .accord-toggle-sub span.label {
    font-weight: 500;
    font-size: 0.8rem;
}
.acf-widget-data .accord-toggle-sub span.label {
    color: rgba(0,0,0,0.54);
}
.acf-widget-data .accord-content {
    display: none;
    background: #f2f2f2;
    padding: 0.5rem 1rem;
    margin-bottom: 0.25rem;
    font-weight: normal;
    overflow: hidden;
    border-radius: 2px;
    line-height: 1.8;
}
.acf-widget-data .accord-content .acf-field-title {
    font-size: 1rem;
}
.acf-widget-data .accord-content .acf-field-item {
    font-size: 0.8rem;
}
.acf-widget-data .sub-sub-accord-content {
    margin-left: 2rem;
}
.acf-widget-data .sub-sub-accord-content2 {
    margin-left: 3rem;
}
.acf-widget-data table td,
.acf-widget-data table th,
.acf-widget-data table tbody td,
.acf-widget-data table thead th {
    border: 0;
}
.acf-widget-data table .oddbg {
    background: #f2f2f2;
}
.acf-widget-data table .evenbg {
    background: #fff;
}
.acf-widget-data .acf-field-heading {
    padding-right: 0.5rem;
    font-weight: 600;
}
.acf-widget-data .Title-field {
    display: none;
}
.acf-widget-data .acf-widget-block-heading {
    display: none;
}
.acf-widget-data .accord-toggle .label {
    color: rgba(255,255,255,0.70);
}
.sub-accord-open {
    display: block;
}
.sub-sub-accord-content.sub-accord-open {
    display: block;
}


/* Proclamations */

.chapter-logo-parent {
    background: white;
    width: 15%;
    border: 1px solid #888;
    box-shadow: 5px 5px #888;
    border-radius: 20px;
    padding: 10px;
    line-height: 5.5rem;
}

/* Search Controls
 * -----------------------------------------------------------------------------
 */

.select-container {
    overflow: hidden;
    margin-top: 1rem;
}
.select-container div {
    float: left;
}
.search-cat-message {
    clear: both;
    color: #dc3545;
    font-weight: 600;
    padding: 0.5rem 0;
}
.search-cat-field input,
.select-container select {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    margin-right: 0.5rem;
    font-size: 1rem;
    line-height: 1.25;
    color: rgba(0,0,0,0.54);
    border: 2px solid rgba(0,0,0,0.12);
    border-radius: 0.25rem;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: calc(2.25rem + 2px);
}
.search-cat-field input:focus,
.select-container select:focus {
    color: rgba(0,0,0,0.87);
    border-color: #49aa43;
    outline: 0;
}
.select-container .cat-reset {
    background: #666;
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 0.6rem 1rem;
}
.select-container .cat-reset:hover {
    background: #444;
}


@media (max-width: 576px) {
    .chapter-logo-parent{
        display:none;
    }
    .chapter-logo-text{
        display:block;
    }

}

@media (min-width: 768px) {
    .select-container div {
        float: none;
        margin: 0 0 0.5rem;
    }
    .select-container .cat-reset {
        display: block;
        font-size: 1rem;
        width: 100%;
    }
    .search-cat-field input,
    .select-container select {
        width: 100%;
        margin: 0;
    }
    .search-cat-message {
        margin: 0;
    }
    .chapter-logo-parent {
        display:block;
        background: white;
        width: 18.5%;
        position: relative;
        bottom: 7.5rem;
        left: 31rem;
        border: 1px solid #888;
        box-shadow: 5px 5px #888;
        border-radius: 20px;
        padding: 10px;
        height: 7rem;
        line-height: 5.5rem;
    }
    .chapter-logo-text{
        display:none;
    }
    .acf-field-item.Logo-field {
        height: 0;
    }
}

@media (min-width: 992px) {

    .chapter-logo-parent {
        background: white;
        width: 15%;
        position: relative;
        bottom: 7.5rem;
        left: 39.5rem;
        border: 1px solid #888;
        box-shadow: 5px 5px #888;
        border-radius: 20px;
        padding: 10px;
        height: 7rem;
        line-height: 5.5rem;
    }
    .acf-field-item.Logo-field {
        height: 0;
    }
}

@media(min-width: 1200px) {

}