/*
Theme Name:     Pinboard Child
Description:    Pinboard Child Theme
Template:       pinboard
*/

@import url("../pinboard/style.css");
@media (max-width: 760px) {
    .staff-profiles-item {
        width: 90% !important;
        margin-top: 20px !important;
    }
}

.telephone-number {
    text-align: right;
    margin-right: 8px;
}

.shr-map {
    float: right;
    width: 50%;
}

.bio-box {
    width: 60%;
    display: block;
    padding: 25px;
    margin: 30px auto;
    background: #FFF;
    border-bottom: rgba(0, 0, 0, .13) 1px solid;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.bio-img {
    float: right;
    padding: 0.8%;
    margin: 20px;
    border: 1px solid #EEE;
    box-shadow: 0 0 3px #EEE;
}

.bio-img:hover {
    background: #F0F0F0;
}

.menu-left {
    width: 48%;
    display: block;
    float: left;
    margin: 0 auto;
}

.menu-right {
    width: 48%;
    display: block;
    float: right;
    margin: 0 auto;
}

.menu-box {
    padding: 25px;
    margin: 0;
    margin-top: 0;
    background: #FFF;
    border-bottom: rgba(0, 0, 0, .13) 1px solid;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.menu-box p {
    margin: 0;
}

.menu-img {
    float: left;
    margin: 20px;
}

.post-5 .entry, .post-45 .entry, .post-5457 .entry, .post-5478 .entry {
    border-bottom: rgba(0, 0, 0, 0) 0 solid;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.search .post-5 .entry, .search .post-45 .entry, .search .post-5457 .entry, .search .post-5478 .entry {
    border-bottom: rgba(0, 0, 0, .13) 1px solid !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1) !important;
}

.search .entry-header {
    display: block !important;
}

.archive .entry-header {
    display: block !important;
}

.post-template-default .entry-header {
    display: block !important;
}

.post-template-default .entry-meta {
    display: none !important;
}

.blog-category {
    cursor: pointer;
}

.accordion {
    display: block;
    margin: 0 auto;
    color: #a31996;
    cursor: pointer;
    padding: 18px;
    width: 90%;
    border: none;
    border-bottom: #eee 1px solid;
    text-align: left;
}

.no-accordion {
    display: block;
    margin: 0 auto;
    padding: 18px;
    width: 90%;
    border: none;
    border-bottom: #eee 1px solid;
    text-align: left;
}

.accordion h5, .no-accordion h5{
    margin-bottom: 0;
}

.panel  {
    padding: 20px;
    width: 80%;
    margin: 0 auto;
    background: #eee;
    display: none;
}

.glyphicon {
    float: right;
    margin-top: 2px;
}

#header input#s {
    height: 32px;
}

.clients-slider {
    display: block;
    width: 90%;
    margin: 0 auto
}

.clients-slider-box {
    display: block;
    width: 100%;
}

.clients-slider-content {
    padding: 30px;
}

.press {
    width: 48%;
    display: block;
    float: right;
    margin: 10px;
}

.press-img {
    width: 100%;
}

.press-btn {
    display: block;
    text-align: center;
    width: 30%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 5px;
    background: #562551;
    color: #fff;
    border-radius: 3px;
}

.press-info {
    text-align: center;
    padding: 20px;
}

.menu-box a:hover {
    text-decoration: none;
    cursor: pointer;
}

.press-btn:hover {
    background: #cca7c8;
}

.staff-profiles {
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
}

.staff-profiles-item {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.staff-profiles-image {
    display: block;
    margin: 0 auto;
}

a {
    text-decoration: none !important;
}