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

ul.sub-menu span.nav-content {
	display: none !important;
}

footer svg {
	max-width: 10px !important;
}

footer ul {
	list-style-type: none;
	margin: 0;
}

/* Start CookieFirst */

body > div.cookiefirst-root [data-cookiefirst-button], body .cookiefirst-root [data-cookiefirst-button] {
	background: #57BF6D !important;
color: #ffffff !important;
border-color: #57BF6D !important;
}

body > div.cookiefirst-root [data-cookiefirst-button]:hover, body .cookiefirst-root [data-cookiefirst-button]:hover {
	background: #ffffff !important;
color: #57BF6D !important;
border-color: #57BF6D !important;
}

body > div.cookiefirst-root button[data-cookiefirst-button="secondary"], body .cookiefirst-root button[data-cookiefirst-button="secondary"] {
background: #ffffff !important;
border-color: #57BF6D !important;
border-radius: var(--banner-btn-hover-border-radius) !important;
color: #57BF6D !important;
}

body > div.cookiefirst-root button[data-cookiefirst-button="secondary"]:hover, body .cookiefirst-root button[data-cookiefirst-button="secondary"]:hover {
background: #57BF6D !important;
color: #ffffff !important;
border-color: #57BF6D !important;
}

body > div.cookiefirst-root a, body .cookiefirst-root [data-cookiefirst-accent-color] {
color: #57BF6D !important;
}

body .cookiefirst-root [data-cookiefirst-corner-style] [data-cookiefirst-button] {
background: var(--banner-btn-bg) !important;
	border-color: var(--banner-btn-border-color) !important;
color: var(--banner-btn-text) !important;
}

body .cookiefirst-root img {
display: none !important;
}

/* End CookieFirst */
