/*
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 */
  .booking-menu-item a span { 
    text-transform: uppercase !important;
    fill: #333333 !important;
    color: #fff !important;
    background-color: #FC7F6A;
    border-radius: 50px 50px 50px 50px;
	height: 30px;
	margin: 20px 0px;
	padding: 10px 15px;
}

@media(max-width:615px) {
	#top-bar-wrap { display: none; }
}