.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;
}

/** 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: transparent !important;
    padding: 10px 10px 55px 10px;
    position: relative;
    padding: 10px;
	display: grid;
    grid-template-columns: 0.30fr 1fr;
    align-items: center;
    gap: 20px;
}
.dma-left {
/*     float: left;
    width: 25%; */
}
.dma-right {
/*     float: left;
    width: calc(100% - 28%);
    margin-left: 20px; */
}
.dma-socials {
    margin: 15px 0;
}

.singlebio .dma-socials {
	text-align: center;
}
.dmas {
    display: inline-block;
}
.dmas a {
    padding-right: 5px;
	text-decoration: none;
}
.dmas span {
    color: #333;
    width: 33px;
    height: 33px;
    padding-top: 5px;
}

.dma-mail span {
    color: #B81414 !important;

}
.dma-facebook span {
    color: #1AD1F9 !important;

}
.dma-twitter span {
    color: #1AD1F9 !important;
 
}
.dma-linkedin span {
    color: #005793 !important;

}
span.icon-provenexpert {
    width: 33px;
    height: 33px;
    display: inline-block;
    line-height: 1;
    vertical-align: -9px;
}
span.icon-provenexpert svg {
    width: 20px;
    padding-top: 5px;
}
.dma-column a.payment-link {
    display: block;
    width: 100%;
}
.dma-column img {
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 0;
	border-radius: 10px;
}
.dma-heading {
    font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
    margin: 0 0 5px 0;
	color: #000000;
    display: block;
}
.dma-function {
    display: block;
    width: 100%;
    color: #000;
    margin-bottom: 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}
.dma-text {
    font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -0.408px;
	color: #000;
}
.dma-button a {
    background-color: #8dbce5;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    padding: 5px 0;
    float: left;
    display: block;
    margin-top: 10px;
}
.dma-button a:hover {
    opacity: 0.8;
}
.half-page .dma-right {
    width: calc(100% - 32%);
}

/* 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 {
	grid-template-columns: 1fr;
	gap: 0;
}

.authorblock.onpage .dma-column .dma-socials {
	margin-bottom: 0;
}

.authorblock.onpage .dma-column img {
    width: 50% !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: 0;
	align-items: flex-start;
}
.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;
}

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

/*. SINGLE SHORTCODE ON PAGES */

.authorblock-solo {
	box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 10px;
    border: 2px solid #DADADA;
}

.authorblock-solo .dma-socials {
	margin: 5px 0;
}

.authorblock-solo .dma-function a {
	color: #000 !important;
}

.authorblock-solo .dma-heading {
	color: #000 !important;
}

.authorblock-solo .dma-text {
	color: #2c3e50 !important;
}

.authorblock-solo .dma-function {
	font-size: 14px;
	opacity: .8;
}

.authorblock-solo .dma-button a {
	background-color: #ebebeb!important;
    color: #000 !important;
    border: 2px solid #DADADA;
	    font-size: 15px;
    text-decoration: none;
}

.authorblock-solo .dma-column {
	grid-template-columns: 0.20fr 1fr;
    align-items: flex-start;
   
}

/*. END SINGLE SHORTCODE ON PAGES */

/* CV block */

.cv_block-title {
	font-size: 16px;
    font-weight: 600;
	color: #000;
	padding-top: 10px;
}

.cv_block-name {
	font-size: 14px;
}

.cv_block-name-second {
	padding-top: 15px;
}

/* END CV block */

@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);
    }
}
@media only screen and (max-width: 520px) {
    .dma-left, .dma-right {
		margin: 0;
        width: 100%;	
    }
	.dma-column, .authorblock-solo .dma-column {
		grid-template-columns: 1fr;
	}
}

.authorblock.singlebio .dma-text p {
    font-size: 16px;
    line-height: 26px !important;
    letter-spacing: normal;
}