/* ==========================================================
   AZ POOL ADVISOR — POLISHED CONTRIBUTING COMPANY BOX
   ========================================================== */
.saboxplugin-wrap.azpa-contributor-author-box {
    border: 1px solid #dce2e8;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: none;
    text-align: left;
}

.azpa-contributor-author-box .saboxplugin-tab {
    padding: 0;
}

.azpa-contributor-author-box .azpa-sab-heading {
    margin: 0 0 24px;
    padding: 14px 22px;
    background: #022559;
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.azpa-contributor-author-box .saboxplugin-gravatar {
    float: left;
    width: 180px;
    box-sizing: border-box;
    padding: 0 25px 24px 25px;
    text-align: center;
}

.azpa-contributor-author-box .saboxplugin-gravatar img,
.azpa-contributor-author-box .saboxplugin-gravatar .azpa-sab-company-logo {
    display: block;
    width: 100% !important;
    max-width: 130px !important;
    height: 110px !important;
    margin: 0 auto;
    object-fit: contain;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.azpa-contributor-author-box .saboxplugin-authorname {
    margin: 0 24px 0 180px;
    padding-top: 1px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.azpa-contributor-author-box .saboxplugin-authorname a,
.azpa-contributor-author-box .saboxplugin-authorname a:hover {
    color: #022559 !important;
    text-decoration: none !important;
}

.azpa-contributor-author-box .azpa-sab-location {
    margin: 5px 24px 10px 180px;
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

.azpa-contributor-author-box .saboxplugin-desc {
    margin: 0 24px 10px 180px;
    color: #222;
    font-size: 15px;
    line-height: 1.65;
}

.azpa-contributor-author-box .saboxplugin-desc p {
    margin: 0 0 12px;
}

.azpa-contributor-author-box .saboxplugin-web.azpa-sab-visit {
    margin: 14px 24px 24px 180px;
    text-align: left;
}

.azpa-contributor-author-box .azpa-sab-visit a,
.azpa-contributor-author-box .azpa-sab-visit a:hover {
    display: inline-block;
    padding: 11px 18px;
    border-radius: 4px;
    background: #022559;
    color: #fff !important;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: none !important;
}

.azpa-contributor-author-box .azpa-sab-visit a:hover {
    opacity: .9;
}

.azpa-contributor-author-box .azpa-sab-disclosure {
    clear: both;
    margin: 0;
    padding: 16px 22px;
    border-top: 1px solid #e2e6ea;
    background: #f6f7f8;
    color: #62676d;
    font-size: 12px;
    line-height: 1.6;
}

.azpa-contributor-author-box .azpa-sab-disclosure strong {
    color: #333;
    font-weight: 700;
}

.azpa-contributor-author-box .saboxplugin-socials {
    border-top: 1px solid #e2e6ea;
    background: #fff;
    padding: 8px 16px;
}

.azpa-contributor-author-box .sab-edit-settings,
.azpa-contributor-author-box .sab-profile-edit {
    display: none !important;
}

@media screen and (max-width: 600px) {
    .saboxplugin-wrap.azpa-contributor-author-box {
        text-align: center;
    }

    .azpa-contributor-author-box .azpa-sab-heading {
        margin-bottom: 20px;
        text-align: left;
    }

    .azpa-contributor-author-box .saboxplugin-gravatar {
        float: none;
        width: 100%;
        padding: 0 20px 15px;
    }

    .azpa-contributor-author-box .saboxplugin-authorname,
    .azpa-contributor-author-box .azpa-sab-location,
    .azpa-contributor-author-box .saboxplugin-desc,
    .azpa-contributor-author-box .saboxplugin-web.azpa-sab-visit {
        margin-left: 20px;
        margin-right: 20px;
        text-align: center;
    }

    .azpa-contributor-author-box .saboxplugin-authorname {
        font-size: 22px;
    }
}
.azpa-standalone-contributor { margin: 0 0 30px; }
.azpa-standalone-contributor .clearfix:after { content:""; display:table; clear:both; }
.azpa-standalone-contributor .saboxplugin-authorname span { color:#022559; }
