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

#ocn-cookie-inner {
	text-align: center;
}
p.ocn-cookie-content {
	text-align: left;
}
header.page-header {
    background-image: url(/wp-content/uploads/2020/01/raisin.jpg) !important;
}
.background-image-page-header-overlay {
    opacity: 0 !important;
}
#site-logo a.site-logo-text {
	font-size: 36px;
    font-weight: bolder;
	text-shadow: 0px 0px 4px #fff;
}
#site-navigation .menu-link {
	text-shadow: 0px 0px 4px #fff;
}
#media_image-2 {
	float: left;
	margin-right: 1em;
}

.oceanwp-mobile-menu-icon {
	top: -40px;
}

a.mobile-menu {
	background: transparent;
	color: #4c2022 !important;
}
.mobile-menu .hamburger-inner, .mobile-menu .hamburger-inner::before, .mobile-menu .hamburger-inner::after {
	background-color:#4c2022  !important;
}