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

/* Parent stylesheet should be loaded from functions.php not using @import */
footer .textwidget p{
	color: #ffffff;
}

h4.widget-title {
    margin-top: 2rem;
}

#footer-widgets .social-widget li a, #footer-widgets i{
	border: none;
}
.contact-info-widget span.oceanwp-contact-text, .oceanwp-info-wrap a{
	line-height: 40px !important;
}

header{
	border-bottom: none !important;
}
header img{max-width: 120px !important;}