/**
 *	AUTHOR
 */
.author-wrapper {
    display: flex;
    justify-content: space-between;
}

.author-side {
    width: 100%;
    min-width: 300px;
    max-width: 30%;
}

.author-side-content {
    padding: 20px;
}

.author-side-alphabet {
    padding: 20px;
    background: #efefef;
}

.author-alphabet-mobile-wrapper {
    display: none;
}

.author-side-alphabet-title {
    padding: 0 0 0 22px;
}

.alfabet-items-wrapper-toggle {
    display: none;
}

.author-website {
    display: flex;
    margin: 0 0 10px;
}

.author-website .fa {
    margin: 0 7px 0 0;
    font-size: 20px;
}

.author-website a {
    font-weight: 600;
    line-height: 17px;
}

.author-social {
    display: flex;
}

.author-social-label {
    font-weight: 600;
}

.author-social-button {
    padding: 0 0 0 10px;
    font-size: 17px;
}

.author-main {
    max-width: 70%;
    min-width: 650px;
    padding-right: 40px;
}

.author-main-content {
    display: flex;
    margin: 0 0 40px;
}

.author-main-info-content {
    width: 100%;
}

.author-main-info-content.wide {
    width: auto;
}

.author-image-main-wrapper {
    float: right;
    margin: 0 0 40px 30px;
}

.author-intro {
    margin: 0 0 20px;
    font-weight: 600;
}

.author-product-list-listtitle {
    font-weight: 700;
}

.author-product-list-title {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #c0c0c0;
}

.author-product-list-product {
    padding: 0;
}

.author-side-alphabet {
    margin: 0 0 20px;
    background: #efefef;
}

.alfabet-items-wrapper {
    display: flex;
    flex-flow: row wrap;
    text-transform: uppercase;
}

.alfabet-item {
    flex: 0 0 12%;
    margin: 2px 6%;
    padding: 3px 0;
    text-align: center;
    color: #000;
}

.alfabet-item.highlighted {
    background: #ccc;
}


.author-overview-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    border-top: 1px solid #c0c0c0;
}

.author-overview-author-info-wrapper {}

.author-overview-image-wrapper {
    margin: 0 0 20px 30px;
    display: inline-block;
    float: right;
}

.author-overview-image-wide-wrapper {
    margin: 0 0 20px;
}

.author-overview-image.schaduw {
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
}

.author-overview-wrapper.search-result { border: 0; }
.author-overview-wrapper.search-result .author-overview-image-wrapper       { float: left; width: var(--cover-large-width); margin: 0 var(--cover-large-margin) 0 0; }
.author-overview-wrapper.search-result .author-overview-image-wrapper img   { width: 100%; height: auto; }
.author-overview-wrapper.search-result .author-overview-author-info-wrapper { width: CALC(100% - var(--cover-large-container)); }

@media only screen and (max-width:767.9px) {

    .author-overview-wrapper.search-result .author-overview-image-wrapper       { width: 23%; }
    .author-overview-wrapper.search-result .author-overview-author-info-wrapper { width: 73%; }

}