/* custom style declarations for the sub times */

body {
    font: 'Arial', sans-serif;
    font-weight: normal;
}

.btn-search {
    display: none;
}

.entry-content a,
.reusable-footer-blocks a {
    border-bottom: solid 1px #666666;
}

a.adv-link {
    border-bottom: none;
}

.entry-header {
    margin-bottom: 10px;
}

.entry-header::after {
    display: none;
}

.entry-title {
    margin-top: 30px;
}

.entry-title-404 a {
    color: #000;
}

.entry {
    margin-bottom: 10px;
}

.entry-content p:last-child {
    margin: 0 0 8px 0;
}

.entry-footer {
    margin-top: 0;
}

.entry-avatar,
.entry-background {
    display: none;
}

.full-width-content.featured-image .site-inner,
.full-width-content .site-inner {
    margin-top: 25px;
}

.pagination {
    margin: 30px 0;
}

.archive-description {
    display: none;
}

#em-location-data table.em-location-data {
    width: 100%;
}

span.physical-location,
span.virtual-location {
    font-size: .85em;
}

span.physical-location a {
    border-bottom: none;
    color: #000;
}

.css-events-list table.events-table td {
    padding: 0 0 20px 0;
}

@media all and (max-width: 1023px) {
    .btn-search {
        display: inline-block;
        float: right;
        background: transparent;
        padding: 20px 9px 20px 15px;
        margin-top: 14px;
        position: relative;
        z-index: 30000;
    }

    .btn-search:hover,
    .btn-search:visited,
    .btn-search:focus,
    .btn-search:active {
        background: transparent;
        box-shadow: none;
    }

    .btn-search a {
        color: #000000;
    }

    .btn-search a:hover {
        color: #0066cc;
    }
}