/* Enter Your Custom CSS Here */
#main-content h4.widgettitle a {
    color: white !important;
  	text-decoration:none !important;
}

.wp-caption {
    text-align: left !important;
}

body {
    color: #424242;
}
#main-content h3.entry-title a, .et_pb_text_inner h3 a, .et_pb_bg_layout_light .et_pb_widget li a, .et_pb_bg_layout_light .et_pb_widget.woocommerce .product_list_widget li a, .et_pb_widget a, .et_pb_widget a:visited {
	color:#9d2235 !important;
}

#main-content a {
    text-decoration: underline;
}
p a:hover {
    text-decoration: none !important;
} 

#footer .et_pb_widget h4.widgettitle {
    background: none !important;
}
h1 a, h2 a, h3 a, h4 a{
	text-decoration: none !important;
}
h1:hover a {
	text-decoration: underline !important;
}
h2:hover a {
	text-decoration: underline !important;
}
h3:hover a {
	text-decoration: underline !important;
}
h4:hover a {
	text-decoration: underline !important;
}
a:hover {
	text-decoration: underline !important;
}