/*
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 */
/*menu*/
#site-navigation-wrap{margin-top:5px;}
/*phone on menu*/
.menuPhone a span{border:solid 1px #ffffff;border-radius:15px;background-color:#ffffff;color:#0f4078;padding:15px;}
/*breadcrumbs*/
.site-breadcrumbs{position:absolute !important;top:0px !important;right:0 !important;}
/*main content*/
.home #content-wrap{background-color:rgba(255,255,255,0) !important;}
#content-wrap{background-color:rgba(255,255,255,0.95);}
/*sidebar*/
aside ul li{border-bottom:solid 1px #555555 !important;}
.sidebar-container ul li:hover a{color:#ff0000 !important;}
.sidebar-container ul li.current-menu-item a{color:#ff0000;}
/*primary*/
#primary{padding-bottom:0 !important;}



