﻿/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
#main-header {border-bottom:3px solid  #bf1430;}
#et-info {width:100%; text-align:center;}
.et_fixed_nav #top-header { position: absolute !important; }
.et-fixed-header { top: 0px!important; }
.et_pb_post {     margin-bottom:0px!important;}

/*--------------------------------------------------------*/
/*-----Author Avatar on Grid Blog Module by Divi Soup-----*/
/*--------------------------------------------------------*/

/*Set the image postion and width*/

.ds-avatar-grid .ds-avatar {
    width: 64px;
    float: left;
    margin-right: 15px;
}

/*Make the image round - remove this declaration if you want a square image*/

.ds-avatar-grid .ds-avatar img {
    border-radius: 50%;
}

/*Clear the float so the excerpt sits below the avatar*/

.ds-avatar-grid .post-content {
    clear: left;
}

/*--------------------------------------------------------*/
/*---End Author Avatar on Grid Blog Module by Divi Soup---*/
/*--------------------------------------------------------*/

/*-------------------------------------------------------------*/
/*-----Author Avatar on Fullwidth Blog Module by Divi Soup-----*/
/*-------------------------------------------------------------*/

/*Set the image postion and width*/

.ds-avatar-fullwidth .ds-avatar {
    width: 64px;
    float: left;
    margin: 30px 15px 0 0;
}

/*Make the image round - remove this declaration if you want a square image*/

.ds-avatar-fullwidth .ds-avatar img {
    border-radius: 50%;
}

/*Clear the float so the excerpt sits below the avatar*/

.ds-avatar-fullwidth .post-content {
    clear: left;
}

/*-------------------------------------------------------------*/
/*---End Author Avatar on Fullwidth Blog Module by Divi Soup---*/
/*-------------------------------------------------------------*/



