/* Social Widget */
.dpc-social-widget {
    margin-top: 18px;
    margin-bottom: 18px;
}

.author .dpc-social-widget {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
}

.custom-social-widget-code {
    margin-bottom: 1em;
}

.dpc-social-widget .single-social span.single-social-icon svg {
    max-width: 20px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s;
}

.dpc-social-widget .single-social span.single-social-icon {
    padding: 15px 10px 10px 0;
    margin-right: 10px;
}

.dpc-social-widget.author .single-social span.single-social-icon {
    background-color: rgba(127, 127, 127, 0.1);
}

.dpc-social-widget .single-social span.single-social-icon svg:hover {
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity = 50)";
    opacity: .50;
}

.dpc-author-info.author-has-image .author-right-content::after {
    content: "";
    display: table;
    table-layout: fixed;
}

.dpc-author-info.author-has-image .author-right-content::after {
    clear: both;
}

.dpc-author-info.author-has-image .author-left-content img {
    max-height: 100px;
    margin-bottom: 1em;
}

@media (min-width: 37.5em) {
    .dpc-author-info.author-has-image {
        display: flex;
    }

    .dpc-author-info.author-has-image .author-left-content {
        float: left;
        max-width: 300px;
    }

    .dpc-author-info.author-has-image .author-left-content img {
        width: 100%;
        max-height: 300px;
        margin-bottom: 0;
    }

    .dpc-author-info.author-has-image .author-right-content {
        float: right;
        padding-left: 30px;
    }
}

.author-right-content h2.author-name {
    margin: 0;
    text-align: left;
}

.dpc-author-info {
    margin: 1em auto;
    padding: 1em;
    background-color: rgba(127, 127, 127, 0.1);
}

.author .page-header {
    margin-bottom: 1.5em;
}