/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Djenie
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 1.1682046255
Updated: 2023-04-21 03:04:15

*/
/*posts comments area- /logged.../*/
.logged-in-as {
	color: #fff;
    border-radius: 5px;
    /* height: 31px; */
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 5px 10px 5px 10px;
}

/*blog-grid- content button space*/
.et_pb_bg_layout_light .et_pb_post p {
    color: #333;
    margin-bottom: 15px;
}
/*comment form - posts - white text.*/
#commentform label, #commentform span {
color: #fff;
}
/*breadcrumbs */
.wp-block-code{
    border: 0px;
    font-family: Menlo,Consolas,monaco,monospace;
	font-size: 16px;
    padding: 0.8em 1em;
}
/*download pdf infographic- posts*/
/*.dwn_btn_{
    color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: 'Gruppo',display!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #00d5ff;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
	box-shadow: 0px 12px 18px -11px rgb(0 0 0 / 30%);
	
}
.modal-content{
	border-radius:5px;
	border:2px solid #ffff;
}
.modal-header{
	background-color: #0f2f83;
}
.modal-header h4{
	color: #ffffff!important
}
span.close {
	color:#ffff;
}*/

/* remove Divi defaul z-index */
.et_builder_inner_content, .et_pb_column {
    z-index: unset !important;
}


/* Post Author avatar*/
.custom-blog-module .et_pb_post .divi-booster-entry-header {
    display: flex;
    align-items: center;
}

.custom-blog-module .et_pb_post .divi-booster-author-avatar img {
    border-radius: 50%; 
    height: 30px;
    min-width: 30px;
    width: 30px;
    margin-right: 10px;
}

.custom-blog-module .et_pb_post .divi-booster-author-avatar {
    margin-right: 15px; /* Adjust the space between the avatar and the title */
    text-align: left;
}
.custom-blog-module .et_pb_post .divi-booster-author-avatar span.author a {
	color: #333;
	vertical-align: top;
	display: inline-grid;
}
.custom-blog-module .et_pb_post .divi-booster-author-avatar span.author .divi-booster-author-bio {
	font-family: 'gilroy bold',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 800;
	font-size: 12px;
    line-height: 14px;
	color: rgba(0,0,0,0.6);
}
.custom-blog-module .et_pb_module.hide-author-avatar .divi-booster-author-avatar { 
	display: none !important; 
}
