/*
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 */
p { margin-bottom: 10px; }
p > :last-child { margin-bottom: 0 !important; }
a:focus { outline: 0 !important; }

.policy h2, .policy h3 {margin-top: 40px}


/* LOGO */
#site-logo #site-logo-inner a img {
    height: 100px !important;
}


/* SUB PAGES */
header.page-header {
    background-image: url("../../uploads/2026/02/millie-pgtitle-1-50.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}



/* COOKIE NOTICE */

#ocn-cookie-wrap.floating #ocn-cookie-inner { 
	text-align: center;
	display: contents !important;
}
p.ocn-cookie-content::before {
  content: "";
  background-image:url('../../uploads/2022/02/wch-cookie-policy-final.svg');
  background-size: 100% 100%;
  display: inline-block;
  height:50px;
  width:50px;
  position:relative;
  top:15px;
  margin-right: 10px;
}
.ocn-cookie-content a {
	color: #13aff0;
}
.ocn-cookie-content a:hover {
	color: #0c88bc;
}
/* FOOTER BOTTOM */
span.footer-copyright, #footer-bottom-menu a {
    letter-spacing: 1px;
    text-transform: uppercase;
}
span.footer-copyright {
	font-size: 13px;
	line-height: 2em;
}
#footer-bottom-menu a {
	font-size: 12.5px;
	line-height: 2em;
}



/* WOOCOMMERCE */

/* keep coupon input open at all times */
form.checkout_coupon.woocommerce-form-coupon {
display: block !important;
}
.woocommerce-checkout form.checkout_coupon {
    border: 3px dashed rgba(22, 165, 110,.5) !important;
}
.woocommerce-form-coupon-toggle {
display: none !important;
}


/* When the browser is at least 600px and above */
@media screen and (min-width: 600px) {
  .element {
    /* Apply some styles */
  }
}
