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

.single-post header.blog-post-title {background-color: rgba(0,81,181,0.2);}
body, #primary {color:#032f48; }
#primary {color:#032f48; border-color: #0693e3; border-width: 0 4px 0 0;}
p {color:#032f48;}
#primary p {color:#032f48;}


li.left-block { float: left; text-align:center;}
li.left-block a {  display: block; color: white; text-align: center;  padding: 16px;  text-decoration: underline;}

#footer-widgets .footer-box a, #footer-widgets a {  color: #fff;
}
#footer-widgets .tagcloud a {text-transform:uppercase;
    background-color: #0053b4;
    border-color: #fff;
}
#footer-widgets .footer-box a {
    color: #fff;
}
            /* Footer Widgets CSS */
            #footer-widgets {
                background-color: #0053b4;
            }

            #footer-widgets,#footer-widgets p,#footer-widgets li a:before {
                color: #fff;
            }

            #footer-widgets li, #footer-widgets li a {
                border-color: #fff;
            }

            #footer-widgets .footer-box a,#footer-widgets a {
                color: #fff;
            }

            #footer-widgets .footer-box a:hover,#footer-widgets a:hover {
                color: #090;
            }

            /* Footer Bottom CSS */
            #footer-bottom {
                background-color: #0053b4;
            }

            #footer-bottom,#footer-bottom p {
                color: #fff;
            }

            #footer-bottom a,#footer-bottom #footer-bottom-menu a {
                color: #fff;
            }

            #footer-bottom a:hover,#footer-bottom #footer-bottom-menu a:hover {
                color: #00aa03;
            }

