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

.authorblock .dma-button a {
	border-radius: 100px;
}

/** 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: 35px 10px 40px 20px;
    box-shadow: 0px 4px 24px rgb(183 37 101 / 75%);
    border-radius: 5px;
	border: 1px solid #7335AC;
    position: relative;
    margin-top: 20px;
/*
    padding: 10px;
    display: grid;
    grid-template-columns: 250px 1fr;
*/
}
.dma-left {
    float: left;
    width: 20%;
    margin: auto;
    display: flex;
    align-items: center;
    height: 100%;
}
.dma-right {
    float: left;
    width: calc(100% - 25%);
    margin-left: 20px;
}
.dma-socials {
    margin-top: 10px;
    margin-bottom: 10px;
}
.dmas {
    display: inline-block;
}
.dmas a {
    padding: 5px;
}
.dmas span {
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 3px;
    width: 33px;
    height: 33px;
    padding-top: 5px;
}

.dma-socials-home .dmas span {
    color: #333 !important;
    border: 1px solid #333 !important;
}
.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: #1DA1F2 !important;
    border: 1px solid #1DA1F2 !important;
}
.dma-linkedin span:hover {
    color: #0e76a8 !important;
    border: 1px solid #0e76a8 !important;
}
.dma-youtube span:hover {
    color: #c4302b !important;
    border: 1px solid #c4302b !important;
}
.dma-pinterest span:hover {
    color: #c8232c !important;
    border: 1px solid #c8232c !important;
}
.dma-column a.payment-link {
    display: block;
    width: 100%;
}
.dma-column img {
    width: 100% !important;
    height: auto !important;
    margin: 0;
    padding: 0;
    border-radius: 50%;
	border: 1px solid #7335AC;
}

.dma-heading {
    color: #000;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    margin: 5px 0;
    display: block;
}

.dma-function {
    display: block;
    width: 100%;
    color: #333;
    font-weight: 300;
    font-size: 20px;
    font-style: italic;
}
.dma-text {
    color: #444;
    float: left;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
}
.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-column {
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(42px);
    border-radius: 16px;
    box-shadow: none;
    border: 1px solid rgba(255,255,255,.3);
}

.authorblock .dma-left-max a {
    max-width: 300px;
    margin: 0 auto;
}

.authorblock .dma-left-max a img {
    max-height: 250px;
}

.authorblock.onpage .dma-left {
    width: 100%;
    text-align: center;
    padding-top: 0;
    height: auto;
}
.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;
}

.authorblock.onpage .dma-heading a {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
} 

.authorblock.onpage .dma-function {
    font-style: italic;
    font-weight: 300;
    font-size: 26px;
    color: #fff;
}
.authorblock.onpage .dma-button a {
    background-color: #B72565 !important;
    color: #ffffff !important;
}
/* END ABOUT US PAGE */

/* HEADER AUTHOR BLOCK */

/* END HEADER AUTHOR BLOCK */

.header-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-author .newbyline {
    margin: 10px 0 20px; 
}

.header-author-share .shortcode-button {
    background-color: transparent!important;
    box-shadow: none;
    padding-right: 0;
    padding-left: 0;
    right: 0 !important;
}

.header-author-share .shortcode-button span {
   font-weight: 400;
   font-family: sans-serif;
    font-size: 18px;
}



/* SINGLE BIO PAGE */
.authorblock.singlebio {
    background: linear-gradient(220deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(42px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    padding: 30px;
	margin-top: 15px;
}
.authorblock.singlebio .dma-column {
    box-shadow: none;
    padding: 10px;
    background-color: transparent;
    border: none;
    margin-top: 0;
}
.authorblock.singlebio .dma-function {
    margin-bottom: 0; 
    color: #fff;
    font-weight: 300;
    font-size: 24px;
}
.authorblock.singlebio .dma-heading {
    margin-bottom: 15px;
    color: #fff;
}
.authorblock.singlebio .dma-heading h2 {
    font-weight: 600;
    font-size: 26px;
    color: #fff;
	border: none;
	padding: 0;
}
.authorblock.singlebio .dma-text {
    margin-top: 20px;
    color: #fff;
}

.authorblock.singlebio .dma-text p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.authorblock.singlebio .dma-left {
    height: auto;
}

.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;
    }
}
.dma-heading h1 {
    color: #444;
}
/* END SINGLE BIO PAGE */

@media screen and (min-width:1px) and (max-width:1099px) {
    .dmas {
        margin-bottom: 13px;
    }
}

@media screen and (max-width: 768px) {
		
	.authorblock.singlebio {
		padding: 10px;
	}
	
	.authorblock.singlebio .dma-right, .authorblock.singlebio .dma-left {
		margin-left: 0;
	}
	.authorblock.singlebio .dma-function {
		font-size: 18px;
	}
	
	.authorblock.singlebio .dma-text {
		margin-top: 5px;
	}
	
	.authorblock.singlebio .dma-text p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
    .dma-row {
        grid-template-columns: none !important;
    }

    .dma-left {
        float: none;
        margin: 10px;
        height: auto;
    }

    .dma-right {
        width: 100%;
        margin: 0;
        float: none;
    }
}

@media screen and (max-width: 520px) {
	.authorblock .dma-heading a, .dma-heading  {
		font-size: 22px;
	}
	.authorblock .dma-function {
		font-size: 18px;
	}
	
	
	
}
		