/*
 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

/* Styles brought over from previous theme */
/* Color Boxes
   common CSS */
.scbb-content-box-update {background-color:#bed4df; margin:0 0 15px;overflow:hidden;padding:20px;-moz-border-radius:5px;-webkit-borde
.scbb-content-box-update h3 {color:#ffffff; font-style:italic; margin-top:0em; margin-bottom:0em}
.scbb-content-box-alert {background-color:#ff3d40; margin:0 0 15px;overflow:hidden;padding:20px;-moz-border-radius:5px;-webkit-border
.scbb-content-box-alert h3 {color:#ffffff; font-style:italic; margin-top:0em; margin-bottom:0em}
.logo {
    width: 100%;
    max-width: 250px;
}

blockquote {
    text-align: justify;
    color: #555;
    border-left: solid 10px #159E79;
}

.header {
    background: #159E79;
    color: #fff;
}

.header-nav{
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.header-nav ul li a {
    color: #fff;
}
.header-nav ul li a:hover {
    text-decoration: underline;
}

.header .widget {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    border-top: solid 1px rgba(0, 0, 0, 0.08);
}

.header .widget a {
    color: #fff;
}

.header .widget a:hover {
    text-decoration: underline;
}
