<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 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
------------------------------------------------------- */

.et_pb_menu__logo a &gt; img {
    width: 60px;
}

.et_pb_blog_show_content .et_section_regular, .et_pb_post_content .et_section_regular {
    padding: 0 !important;
}

.et_pb_blog_show_content .et_section_regular .et_pb_row , .et_pb_post_content .et_section_regular .et_pb_row {
    width: 100%;
}

.et-social-google-plus a.icon:before {
    font-family: "FontAwesome" !important;
    font-weight: 900;
    content: "\f168";
    background-repeat: no-repeat;
    margin-top:1px;
}

.et-social-tumblr a.icon:before {
    font-family: "FontAwesome" !important;
    font-weight: 900;
    content: "\f02f";
    background-repeat: no-repeat;
    margin-top:1px;
}

.et-social-instagram a.icon:before {
    font-family: "FontAwesome" !important;
    font-weight: 900;
    content: "\f0e0";
    background-repeat: no-repeat;
    margin-top:1px;
}

.footer-logo-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.post-meta a {
    color: #00a68e !important;
}

.et-pb-widget li a {
    color: #00a68e !important;
}

.et-pb-post {
    color: #2d3028 !important;
}

.show-print{
    display: none;
}

@media print {
    .hidden-print {
        display: none !important;
    }
    .show-print {
        display:block;
    }
}

/*Related Posts*/
.rpbt_shortcode ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/*Co-authors Bio on Posts*/
.author-bio{
    background-color: #2d3028;
    padding-left: 15px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 25px;
}

.author-avatar{
    float: left;
    margin-right: 10px;
}

.author-name{
    font-size:17px;
    font-weight: bold;
}

.author-description{
    color: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.author-align hr {
    border: .5px solid #f8f8f8;
}</pre></body></html>