/*
Theme Name:     Divi Child
Description:    Child theme based on Divi
Author:         Cher Rineer
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* bold links */
a
{
font-weight: bold;
color: #002F66;
}

/* pullquote styles */
#pullquote
{
font-weight: bold;
color: #FCB217;
line-height: 140%;
font-size: 22px;
}


#pullquotetwo
{
font-weight: bold;
color: #FCB217;
line-height: 120%;
font-size: 18px;
}

/* change arrow colors on slider on home page */
.et-pb-slider-arrows  {
color: #444242;
}

/* make h4 title in footer widget white */
#main-footer .footer-widget h4 {
	color: #ffffff;
}

#footer-widgets .footer-widget li {
	position: relative;
	padding-left: 14px;
	color: #ffffff;
}

/* remove border and background color in blog image caption */
.wp-caption {
border: none;
background: #fff;
}


/* remove sidebar from every page - including search page 
div#sidebar {
display: none;
}


#main-content .container:before {
background: none;
}

#left-area {
width: 100%;
}
*/