.authorblock {
    max-width: none !important;
	/* margin-bottom: 20px; */
}
.dma-row {
/*
    display: grid;
    grid-template-columns: calc(33% - 10px) calc(33% - 10px) calc(33% - 10px);
    grid-gap: 20px;
*/
    display: grid;
    width: 100%;
	gap: 20px;
}

/** START GRID **/
/*
.dma-row.dma-row-1 {
    grid-template-columns: calc(100%);
}
*/
.dma-row.dma-row-2 {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
}
.dma-row.dma-row-3 {
    grid-template-columns: calc(33% - 11px) calc(33% - 11px) calc(33% - 11px);
}
.dma-row.dma-row-4 {
    grid-template-columns: calc(25% - 15px) calc(25% - 15px) calc(25% - 15px) calc(25% - 15px);
}
.dma-row.dma-row-5 {
    grid-template-columns: calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px);
}
/** END GRID **/

.authorblock.onpage .dma-row {
    grid-template-columns: 1fr 1fr 1fr;
}

.dma-column {
    background-color: #fff;
    padding: 10px;
/*    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);*/
/*	border: 2px solid #4879A3;*/
    position: relative;
	border-radius: 5px;
/*
    padding: 10px;
    display: grid;
    grid-template-columns: 250px 1fr;
*/
}
.dma-left {
    float: left;
    width: 25%;
}
.dma-right {
    float: left;
    width: calc(100% - 28%);
    margin-left: 20px;
}
.dma-socials {
    margin-top: 5px;
    margin-bottom: 15px;
}
.dmas {
    display: inline-block;
}
.dmas a {
    padding: 5px;
}
.dma-socials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40px, 10px));
    gap: 10px;
    width: 100%;
}
.authorblock.onpage .dma-socials {
	justify-content: center;
	text-align: center;
}
.authorblock .dma-socials a {
    text-decoration: none !important;
}
.dmas span {
    color: #333;
    border: 1px solid #333;
    border-radius: 3px;
    width: 33px;
    height: 33px;
    padding-top: 5px;
}
.dma-mail span:hover {
    color: #EA4335 !important;
    border: 1px solid #EA4335 !important;
}
.dma-facebook span:hover {
    color: #3b5998 !important;
    border: 1px solid #3b5998 !important;
}
.dma-twitter span:hover {
    color: #333 !important;
    border: 1px solid #333 !important;
}
.dma-linkedin span:hover {
    color: #0e76a8 !important;
    border: 1px solid #0e76a8 !important;
}
.dma-reddit span:hover {
    color: #FF5700 !important;
    border: 1px solid #FF5700 !important;
}

.dma-twitter .icon-twitter {
    padding-top: 11px;
}
.dma-twitter .icon-twitter svg {
    width: 28px;
    height: 28px;
    padding-top: 5px;
	fill: #A93F55;
}
.dma-twitter .icon-twitter svg:hover {
	fill: #333;
}
.dma-column a.payment-link {
    display: block;
    width: 100%;
}
.dma-column img {
    width: 100% !important;
	max-width: 75% !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    border-radius: 50% !important;
	border: 1px solid #4879A3;
}
.dma-heading {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0;
    display: block;
}
.dma-function {
    display: block;
    width: 100%;
    color: #333;
    font-style: italic;
}
.dma-text {
    color: #444;
    float: left;
}
.dma-button a {
    background-color: rgba(129, 44, 148, 0.1) !important;
    color: #000 !important;
/*    font-weight: bold;*/
    text-align: center;
    border-radius: 4px;
    width: 100%;
    padding: 5px 0;
    float: left;
    display: block;
    margin-top: 10px;
/*    border: 1px solid #812C94;*/
}
.dma-button a:hover {
    opacity: 0.8;
}

/* ABOUT US PAGE */
.authorblock.onpage .dma-left {
    width: 100%;
    text-align: center;
    padding-top: 25px;
}
.authorblock.onpage .dma-right {
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.authorblock.onpage .dma-column img {
    width: 80% !important;
}
.authorblock.onpage .dma-heading {
    float: none;
    margin-top: 20px;
}
/* END ABOUT US PAGE */

/* SINGLE BIO PAGE */
.authorblock.singlebio .dma-column {
    box-shadow: none;
    padding: 10px;
}
.authorblock.singlebio .uitlijn {
    font-weight: 600;
}
.authorblock.singlebio .dma-function {
     margin-bottom: 0; 
}
.authorblock.singlebio .dma-heading {
    margin-bottom: 15px;
}
.authorblock.singlebio .dma-text {
    margin-top: 10px;
}
.display-posts-listing.image-left .listing-item {
	overflow: hidden; 
/*	margin-bottom: 32px;*/
	width: 100%;
}

.display-posts-listing.image-left .image {
	float: left;
	margin: 0 16px 0 0;
	border-bottom:0;
	width: 100%;
}

.display-posts-listing.image-left .title {
	display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
	border-bottom:0;
}

.display-posts-listing.image-left .excerpt-dash { 
	display: none; 
}
.display-posts-listing.image-left .listing-item {
    overflow: hidden;
/*    margin-bottom: 32px;*/
/*    width: 31%;*/
    display: inline-block;
/*    float: left;*/
/*    margin-right: 2%;*/
}
@media screen and (min-width:1px) and (max-width:768px) {
    .display-posts-listing.image-left .listing-item {
        overflow: hidden;
/*        margin-bottom: 32px;*/
        width: 100%;
        display: inline-block;
        float: left;
        margin-right: 0;
    }
    .listing-item img {
        width: 100%;
    }
    .display-posts-listing.image-left .image {
        float: none;
        margin: 0 16px 0 0;
    }
}
.display-posts-listing.image-left.about {
    margin-top: 20px;
	margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.display-posts-listing.image-left .listing-item:first-child {
    margin-top: 0px;
}
.display-posts-listing.image-left .listing-item img {
    max-height: 200px;
    width: 100%;
    height: auto;
    min-height: 200px;
}
/* END SINGLE BIO PAGE */

@media only screen and (max-width: 768px) {
    .dma-row {
        grid-template-columns: none !important;
    }
}
@media screen and (min-width:1px) and (max-width:1099px) {
    .dma-row {
        grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    }
	.dma-left {
		margin: 0 auto;
		float: none;
	}
    .dma-right {
/*		width: calc(100% - 33%);*/
		width: 100%;
		margin-left: 0;
	}
	.authorblock .dma-heading, .dma-function, .dma-socials {
		text-align: center;
	}
    .dmas {
        margin-bottom: 13px;
    }
	.display-posts-listing.image-left.about {
		grid-template-columns: 1fr;
	}
	.dma-socials {
		justify-content: center;
		text-align: center;
	}
}