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

.img-icon#style-3 {
	height: 50px !important;
}

div#style-4 {
    color: white !important;
    background-color: #002246 !important;
    font-size: 15px;
}

#scroll-top {
    bottom: 0;
    right: 0;
    bottom: 75px;
    margin: 0 auto;
    border-radius: 0 !important;
}

.page-header .page-header-title, .page-header.background-image-page-header .page-header-title {
    color: #ffffff !important;
}