/*
.content {
    position: unset !important;
    top: unset !important;
    left: unset !important;
    background: unset !important;
    right: unset !important;
    bottom: unset !important;
    padding: unset !important;
    border: none !important;
    z-index: unset !important;
}

.thumbs, .gallery, .links, .slider {
    border-top: unset !important;
    border-bottom: unset !important;
    background: unset !important;
    margin: unset !important;
}
*/

/* Site Hacks */
.icons li .icon {
    padding: 15px 30px;
    line-height: unset !important;
    font-size: unset !important;
    width: unset !important;
    height: unset !important;
}

/* Plugin Hacks */
button.hr_paging_number {
    background: transparent !important;
    font-family: Interstate !important;
    border-radius: 0 !important;
    color: #3b3b3b !important;
    border: 3px solid #3b3b3b !important;
    font-size: 125% !important;
    font-weight: 700;
    margin-right: 3px;
    padding: 4px 8px;
    text-decoration: none;
    cursor: pointer!important;
    width: auto !important;
}

button.hr_paging_number.hr_active_page {
    background-color: #3b3b3b !important;
    color: white !important;
    font-weight: 700 !important;
}

.hr_paging_number:hover:not(.active) {
    background-color: #3b3b3b !important;
    color: white !important;
}

.gallery div.hr_page_form:first-child {
    display: none !important;
}

input.hr_searchfield {
    font-size: 150%;
    /* text-align: center; */
    width: 100%;
    background: transparent !important;
    text-align: center;
    display: inline-block;
    margin-left: 0;
    border-radius: 0 !important;
    border: none !important;
    color: #3b3b3b !important;
}

input.search-field {
    font-size: 150%;
    /* text-align: center; */
    width: 100%;
    background: transparent !important;
    text-align: center;
    display: inline-block;
    margin-left: 0;
    border-radius: 0 !important;
    border: none !important;
    color: #3b3b3b !important;
}

button.hr_searchsubmit {
    display: none !important;
}

button.search-submit {
    display: none !important;
}

form.hr-searchform-box {
    box-shadow: none !important;
}


