/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

body .contact-info-widget.default i {color:#FFFFFF !important;}
#footer-widgets .footer-box .widget-title {    border-color: #FFF;}
.sa_hover_container h3 {
    font-size: 25px;
    font-weight: 400;
    color: #fb561f;
	    text-shadow: 0px 0px 10px #FFF;
}
.sa_hover_container p {
color: #000;
text-shadow: 0px 0px 1px #FFF;
}
.sa_hover_container a {
    background: #fb561f;
    font-size: 14px;
    text-transform: uppercase;
    background: #fb561f;
    padding: 10px 20px;
    margin-top: 30px;
    display: inline-block;
    color: #FFF;
    font-weight: bold;
}
body.page #comments {display:none;}
.sidebar-box.widget_rss li
{
	margin-bottom:20px
}
.sidebar-box.widget_rss li a {
	font-weight:bold;
}