/*
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 */
#footer-callout-wrap {
    background-color: transparent;
    border-top: 0;
}
body {
    overflow-x:hidden;
}
a:focus {
    outline:none !important;
}
#top-bar-wrap {
    background-color: transparent !important;
    border-bottom: none !important;
}
.top-bar-left {
    float: none !important;
}
#topbar-template {
    display: unset;
}
li.button.menu-item a {
	background-color:#1b3d6f !important;
	color:#fff !important;
	border-radius:10px;
	line-height:20px !important;
	padding:12px 25px !important;
}
li.button {
    background-color: transparent !important;
	padding:0px !important;
}