.authorblock {
    max-width: none !important;
    margin-bottom: 20px;
	margin-left: 95px;
}
.dma-row {
    display: grid;
    grid-template-columns: calc(33% - 10px) calc(33% - 10px) calc(33% - 10px);
    grid-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 **/

.dma-column {
    background-color: #FFF5EA;
    position: relative;
	padding: 15px;
	border: 2px solid #FF9900;
	box-shadow: 0px 1px 0px #B96500;
	border-radius: 5px;
}

.dma-column:before {
	background: #FFF5EA;
    position: absolute;
    width: 190px;
    height: 95px;
    border-radius: 150px 150px 0 0;
    top: 50%;
    left: 0;
    content: "";
    transform: translate(-75%, -50%) rotate(-90deg);
    border: 2px solid #FF9900;
    border-bottom: 0;
}
.dma-right {
	padding-left: 100px;
    width: 100%;
}
.dma-socials {
	margin: 10px 0;
    display: flex;
    width: 100%;
    align-items: center;
			padding-top: 10px;
}
.authorblock.onpage.parent-page .dma-socials {
    justify-content: center;
}
.dmas {
    display: inline-block;
	padding-right: 5px;
}

.dmas:last-child {
	padding-right: 0;
}

.dmas svg {
	width: 22px;
    height: 22px;
} 

.dmas a {
    padding: 5px;
}
.dmas span {
    color: #333;
    border: 1px solid #333;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding-top: 5px;
	display: flex;
    align-items: center;
    padding: 0;
	justify-content: center;
}

.dma-mail span {
	background: #FFCFBF;
	border: 1px solid #C03D11 !important;
	color: #EA4335 !important;
}

.dma-mail span:hover {
    color: #fff !important;
}

.dma-mail span:hover svg {
	fill: #fff;
}

.dma-facebook span {
	background: #0077B7;
	border: 1px solid #FFFFFF !important;
	color: #FFF5EA !important; 
}

.dma-facebook span:hover {
	background: #0077B7;
	border: 1px solid #FFFFFF;
	color: #FFF5EA !important; 
}

.dma-twitter span {
	background: #fff;
	border: 1px solid #000 !important;
	color: #000  !important;
}

.dma-twitter span:hover {
    color: #000 !important;
	background: #000 !important;
}

.dma-twitter span svg path {
	fill: #000;
}

.dma-twitter span:hover svg path {
		fill: #fff;
}

.dma-linkedin span {
	background: #0077B7;
	border: 1px solid #FFFFFF !important;
	color: #FFF5EA !important; 
}

.dma-linkedin span:hover {
    color: #0077B7 !important;
	background: #FFF5EA;
		border: 1px solid #0077B7 !important ;
}

.dma-linkedin span:hover svg {
	fill:  #0077B7;
}

.dma-provenexpert span {
	background: #fff;
	border: 1px solid #D9C594 !important;
	color: #D9C594 !important; 
}

.dma-provenexpert span:hover {
    color: #D9C594 !important;
	background: transparent;
		border: 1px solid #D9C594 !important ;
}

.dma-provenexpert span:hover svg g {
	fill: #D9C594;
}

.dmas svg {
	width: 20px !important;
    height: 20px!important;
}

.dma-column a.payment-link {
    display: block;
    width: 100%;
}

.dma-left-img {
	position: absolute;
    max-width: 160px;
    top: 50%;
    left: 50px;
    content: "";
    transform: translate(-80%, -50%);
}

.dma-column img {
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 0;
}
.dma-heading {
    color: #C03D11;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 0;
    display: block;
    float: left;
}
.dma-function {
    display: block;
    float: left;
    width: 100%;
    color: #000;
    font-style: italic;
}
.dma-function.new {
    font-style: normal;
    margin-bottom: 0;
}
.dma-text {
    color: #000;
    float: left;
}
.dma-button a {
    background: #fff;
	border: 1px solid #FF9900;
	box-shadow: 0px 1px 0px #B96500;
	border-radius: 5px;
    color: #000;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    float: left;
    display: block;
    margin-top: 10px;
	outline: none;
}
.dma-function.new a {
    text-decoration: underline;
}
.dma-button a:hover {
    opacity: 0.8;
	color: #000;
}

.singlebio .dma-left-img {
/*	top: 10%;*/
	top: 135px;
}

.singlebio .dma-column:before {
/*	top: 10%;*/
	top: 135px;
}

/* ABOUT US PAGE */
.authorblock.onpage {
	margin-left: 0;
}

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

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

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

.authorblock.onpage .dma-row {
	gap: 45px;
}

.authorblock.onpage .dma-column:before {
	width: 64px;
    height: 32px;
    border-radius: 50px 50px 0 0;
}

.authorblock.onpage .dma-left-img {
	    position: absolute;
    max-width: 160px;
    top: 50%;
    left: 50px;
    content: "";
    transform: translate(-80%, -50%);
}


.authorblock.onpage .dma-left {
    width: 100%;
    text-align: center;
    padding-top: 25px;
}
.authorblock.onpage .dma-right {
    width: 100%;
    margin-left: 0;
	padding-left: 20px;
    text-align: left;
}
.authorblock.onpage .dma-column img {
    width: 30% !important;
    margin: 0 auto;
}
.authorblock.onpage .dma-heading {
    float: none;
    margin-top: 20px;
}

.authorblock.onpage .dma-heading p {
	width: 100%;
	font-weight: 600;
	color: #000;
	margin-bottom: 0;
	min-width: 180px;
    margin-right: 10px;
}

.authorblock.parent-page {
	margin-top: 100px;
}

.authorblock.parent-page .dma-column:before {
    width: 190px;
    height: 95px;
    border-radius: 150px 150px 0 0;
	top: 0%;
    left: 50%;
    content: "";
    transform: translate(-50%,-100%);
}

.authorblock.parent-page .dma-right {
	padding: 0;
	text-align: center;
}

.authorblock.parent-page .dma-left-img  {
	top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
}

.authorblock.onpage .dma-column img {
	width: 65% !important;
}

/* END ABOUT US PAGE */

/* SINGLE BIO PAGE */
.authorblock.singlebio .dma-column {
    box-shadow: none;
  padding: 0 15px 0 0;
}
.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;
	width: 100%;
}
.display-posts-listing .listing-item {
	padding: 2rem;
    border: 2px solid #FF9900;
    background-color: #FFF5EA;
    border-radius: 5px;
    transition: all 0.3s ease;
    margin-top: 0;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}


.display-posts-listing.image-left .listing-item {
	overflow: hidden; 
	margin-bottom: 32px;
	width: 100%;
}

.display-posts-listing.image-left .image {
	float: left;
	margin: 0;
}

.display-posts-listing.image-left .image img {
	width: 100%;
	border-radius: 5px;
}

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

.display-posts-listing.image-left .excerpt-dash { 
	display: none; 
}
.display-posts-listing.image-left .listing-item {
    overflow: hidden;
    margin-bottom: 32px;
    width: 32%;
    display: inline-block;
    float: left;
    margin-right: 2%;
}


.display-posts-listing .listing-item:last-child {
	margin-right: 0;
}

.authorblock.singlebio .dma-heading h1 {
    margin: 20px 0 0;
    font-size: 2em;
}
.authorblock.singlebio h2 {
    font-size: 1.5em;
}

.display-posts-listing.image-left.about .title {
    float: left;
}

@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;
    }
}
/* END SINGLE BIO PAGE */

@media only screen and (max-width: 768px) {
	.authorblock {
		margin-left: 0;
		margin-top: 120px;
	}
	
	.dma-socials {
		justify-content: center;
	}
	
	.dma-right {
		padding-left: 0;
		padding-top: 85px;
		text-align: center;
		height: 100%;
	}
	.dma-heading {
		float: none;
	}
	.authorblock .dma-column:before {
		top: 0%;
    	left: 50%;
    	transform: translate(-50%,-100%);
	}
    .dma-row {
        grid-template-columns: none !important;
    }
	.authorblock .dma-left-img {
		top: 0 !important; 
    	left: 50% !important; ;
    	transform: translate(-50%, -50%) !important; ;
	}
	.authorblock.singlebio .dma-text {
		padding: 0 15px;
	}
	
    .authorblock.onpage .dma-right {
        padding-left: 0;
        padding-top: 0;
        text-align: center !important;
    }

    .authorblock.onpage .dma-heading {
        display: block;
        margin-top: 20px !important;
    }

    .authorblock.onpage .dma-heading .dmas {
        margin-bottom: 0;
    }
	
	.authorblock.parent-page .dma-row {
		gap: 115px;
	}
	
	.authorblock.parent-page .dma-left-img {
		transform: translate(-50%, -75%) !important;
	}
	
}
@media screen and (min-width:1px) and (max-width:1099px) {
    .dma-row {
        grid-template-columns: calc(50% - 15px) calc(50% - 15px);
    }
    .dmas {
        margin-bottom: 13px;
    }
}