/*
Theme Name: Her Flow Theme
Text Domain: Her Flow Theme
Version: 0.5
Description: Custom Her Flow Theme
Tags: WooCommerce, responsive
Author: Bird Design
Author URI: https://bird-design.co.nz
*/


body,
div,
h1,
h2,
h4,
h5,
h6,
html,
p {
    -webkit-text-size-adjust: none;
    box-sizing: border-box;
}
body {
    box-sizing: border-box;
    margin: 0;
    font-family: basic-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
}
p {
    color: #707070;
}
h1,
h2,
h3,
h4 {
    font-family: puffin-display, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ef327b;
}
h1.reverse,
h2.reverse,
h3.reverse,
p.reverse {
    color: #fff;
}
p {
    font-size: 17px;
}
ul {
    font-size: 20px;
}
a {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
.centred {
    text-align: center;
}

/*------------------   Form element styles   ------------------*/



p.centred a.button {
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin: 0 20px 0 20px;
    color: #ef327b;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 11px;
    min-width: 100px;
    height: 40px;
    display: inline-block;
    border: solid 1px #ef327b;
}
a.button {
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin: 0 40px 0 0;
    color: #ef327b;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 11px;
    min-width: 100px;
    height: 40px;
    display: inline-block;
    border: solid 1px #ef327b;
}
a.button:visited {
    color: #ef327b;
    text-decoration: none;
}
a.buttonReverse {
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin: 0 40px 0 0;
    color: #fff;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 11px;
    min-width: 100px;
    height: 40px;
    display: inline-block;
    border: solid 1px #fff;
}

a.buttonSolidReverse {
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin: 0 40px 0 0;
    color: #ef327b;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 11px;
    min-width: 100px;
    height: 40px;
    display: inline-block;
    border: solid 1px #fff;
    background-color: #FFF;
}

a.buttonSolid {
        box-sizing: border-box;
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        margin: 0 40px 0 0;
        color: #FFFFFF;
        border-radius: 3px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 11px;
        min-width: 100px;
        height: 40px;
        display: inline-block;
        border: solid 1px #ef327b;
        background-color: #ef327b;
    }

#wrapper {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.section {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 40px;
    display: flex;
    justify-content: center;
    background-color: #fff;
}
.section:nth-child(odd) {
    background-color: #fff;
}
.contentArea {
    width: 1024px;
    height: auto;
    overflow-y: visible;
}
.multiColWrapper {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
}

.multiColWrapperContact {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
}

.col1 {
    width: calc(55% - 30px);
}
.col2 {
    width: calc(45% - 30px);
}
.col1 h2,
.col2 h2 {
    margin-bottom: 40px;
}
.col2 h2 {
    font-size: 20px;
}

.contactCol1 {
    width: 60%;
}
.contactCol2 {
    width: calc(40% - 65px);
}

.contactItemText a {
    text-decoration: none;
    color: #707070;
}

.contactItemText a:visited {
    text-decoration: none;
    color: #707070;
}

.contactCol1 h2,
.contactCol2 h2 {
    margin-bottom: 40px;
}
.col2 h2 {
    font-size: 20px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    padding: 10% 0 10% 0;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}
.modalContent {
    position: relative;
    background-color: #fff;
    margin: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 90%;
    min-height: 70%;
    max-width: 1024px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.modalClose {
    z-index: 101;
    position: absolute;
    top: 35px;
    right: 35px;
}
.noScroll {
    overflow-y: hidden;
}
.modalOpen {
    display: block;
}
.headerSection {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-position: center, center;
    background-size: cover, cover;
    display: flex;
    flex-direction: column;
    background-color: #ef327b;
}
.headerSectionContentOuter {
    box-sizing: border-box;
    width: 100%;
    padding: 0px;
    flex-grow: 2;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    z-index: 10;
}
.headerSectionContentArea {
    width: 1024px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header {
    box-sizing: border-box;
    width: auto;
    height: 150px;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-grow: 0;
    background-color: #fff;
    border-bottom: 8px solid #c38400;
}
.headerContentArea {
    display: flex;
    flex-direction: row;
    flex-grow: 4;
    width: 1024px;
    align-items: center;
}
.logoWrapper {
    width: auto;
    height: auto;
    margin-top: 0;
    overflow-y: visible;
    z-index: 1000;
}
.headerMenu {
    display: flex;
    flex-direction: row;
    margin-left: 30px;
}
.headerMenuLink {
    margin-left: 0;
    margin-right: 8px;
    text-align: center;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.1);
}
.headerMenuLink a {
    font-family: basic-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ef327b;
    font-size: 22px;
}
.headerMenuLink a:visited {
    text-decoration: none;
    color: #ef327b;
}
.headerMenuLink::after {
    content: "";
    margin-left: 16px;
}
.headerButtonWrapper {
    display: flex;
    flex-direction: row;
    flex-grow: 4;
    justify-content: flex-end;
    align-items: center;
}
.submenu {
    z-index: 250;
    min-width: 200px;
    overflow-x: visible;
    padding-top: 45px;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    position: absolute;
}
a:visited.submenuLink {
    text-decoration: none;
    color: #000 !important;
}
#mobileMenuWrapper {
    display: none;
}
.owl-carousel button.owl-dot {
    min-width: 14px;
    width: 14px !important;
    height: 14px !important;
    border-radius: 7px;
    border-color: #fff !important;
    border-style: solid !important;
    border-width: 1px !important;
    background-color: unset !important;
    padding: 0 !important;
}
.owl-carousel button.owl-dot.active {
    position: relative;
    min-width: 14px;
    width: 14px !important;
    height: 14px !important;
    border-radius: 7px;
    border-color: #fff !important;
    border-style: solid !important;
    border-width: 1px !important;
    background-color: #fff !important;
    padding: 0 !important;
}
.owl-dots {
    display: flex;
    column-gap: 25px;
    justify-content: center;
}
.cardWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.card {
    width: 240px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 35px;
}

.cardImage {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}
.cardImage img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}
.cardDetails {
    width: 100%;
    text-align: center;
}
.cardDetails h3 {
    font-family: basic-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}
.cardDetails p {
    font-weight: 300;
    font-size: 14px;
    margin-top: 0;
    color: #ef327b;
}
.footer {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 40px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border-top: 8px solid #c38400;
}
footer a {
    color: #ef327b;
}
footer a:visited {
    text-decoration: none;
    color: #ef327b;
}
.footerContentArea {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footerMenu {
    display: flex;
    flex-direction: row;
    margin-top: 35px;
    margin-bottom: 40px;
}
.footerMenuLink {
    margin-left: 0;
    margin-right: 12px;
    text-align: center;
    list-style-type: none;
    padding-left: 0px;
}

.footerMenuLink a {
    color: #ef327b;
    font-size: 20px;
}
.footerMenuLink a:visited {
    text-decoration: none;
    color: #ef327b;
}
.footerMenuLink::after {
    content: "";
    margin-left: 16px;
}
.credit a {
    font-size: 12px;
    color: #ef327b;
    font-weight: 100;
}
.credit a:visited {
    color: #ef327b !important;
}
.menuButton {
    margin-left: 15px;
}
.mobileMenu {
    position: fixed;
    top: 0;
    right: -310px;
    z-index: 16000161;
    width: 300px;
    height: 100vh;
    min-height: 300px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: 0.3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.active {
    position: fixed;
    right: 0;
}
.mobileMenu #closeButton {
    flex-basis: 15%;
    color: #fff;
}
.mobileMenu #pageList {
    flex-basis: 60%;
    color: #fff;
}
.mobileMenu #pageList ul {
    margin-left: 0;
    margin-top: 0;
    padding: 0;
}
.mobileMenu #pageList ul li.mobileMenuItem {
    list-style: none;
    font-size: 20px;
    line-height: 26px;
    color: #EF327B;
    font-weight: 100;
    border-top: 1px solid #EF327B;
    padding-top: 20px;
    padding-bottom: 20px;
}
.mobileMenu #pageList ul li.mobileMenuItem:last-child {
    border-bottom: 1px solid #EF327B;
}
.mobileMenu #pageList ul li.mobileMenuItem ul {
    list-style-type: "– ";
    margin-left: 20px;
    color: #EF327B;
}
.mobileMenu #pageList ul li.mobileMenuItem ul li a {
    color: #EF327B;
}
.mobileMenu #pageList ul li.mobileMenuItem ul li a:visited {
    color: #EF327B;
}
.mobileMenu #pageList ul li.mobileMenuItem a {
    color: #EF327B;
    font-size: 20px;
    line-height: 26px;
    font-weight: 100;
}
.mobileMenu #pageList ul li.mobileMenuItem a:visited {
    color: #EF327B;
    text-decoration: none;
}
.mobileMenu #details {
    flex-basis: 20%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-width: 0;
    border-style: solid;
    border-color: #fff;
}
.mobileMenu #details ul {
    margin-left: 0;
    margin-top: 0;
    padding: 0;
}
.mobileMenu #details ul li.mobileMenuItem {
    list-style: none;
    color: #fff;
    font-size: 16px;
    line-height: 18.5px;
}
.mobileMenu #details ul li.mobileMenuItem a {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 100;
}
.mobileMenu #details ul li.mobileMenuItem a:visited {
    color: #fff;
    text-decoration: none;
}
.mobileMenu #details .iconRow {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
    .headerContentArea {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    .headerSectionContentArea {
        width: 100%;
    }
    .headerMenu {
        display: none;
    }
    #mobileMenuWrapper {
        display: flex;
    }
    .multiColWrapper {
        flex-direction: row;
    }

    .multiColWrapperContact {
        flex-direction: column;
    }

    .col1,
    .col2,
    .contactCol1,
    .contactCol2 {
  
    }

    .contactCol1,
    .contactCol2 {
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }


    .col2,.contactCol2 {
        margin-top: 60px;
    }
    .col1 h2,
    .col2 h2,
    .contactCol1 h2,
    .contactCol2 h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .contactItem {
		flex-direction: column;
		align-items: center;
		height: auto;
		width: 100%;
		margin-bottom: 20px;
	}

	.contactItemIcon {
		margin-right: 0px;
		text-align: center;
	}

	.contactItemText {
		text-align: center;
	}

    .servicePromoWrapper {
        flex-direction: column;
        align-items: center;
    }
   
    .footerMenuLink:last-child::before {
        display: none;
    }
    .contentArea {
        width: 100%;
    }
    .owl-carousel {
        margin: 50px -40px 50px -40px;
        width: calc(100% + 80px) !important;
        height: 400px;
    }
    .owl-carousel .item {
        width: calc(100% + 0px);
        height: 400px;
    }
    .footerMenu {
        flex-direction: column;
    }
    .footerMenuLink {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    .footerMenuLink::after {
        content: "";
        margin-left: 0;
    }

    a.buttonReverse {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 594px) {
    .headerContentArea {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    .mobileMenu {
        padding-bottom: 150px;
    }
    .headerSectionContentArea {
        width: 100%;
    }
    p {
        font-size: 22px;
    }
    .headerMenu {
        display: none;
    }
    #mobileMenuWrapper {
        display: flex;
        justify-content: flex-end;
    }
    .multiColWrapper {
        flex-direction: column;
    }

    .multiColWrapperContact {
        flex-direction: column;
    }

    .col1,
    .col2,
    .contactCol1,
    .contactCol2 {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .col, .contactCol2 {
        margin-top: 60px;
    }
    .col1 h2,
    .col2 h2,
    .contactCol1 h2,
    .contactCol2 h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .contactItem {
		flex-direction: column;
		align-items: center;
		height: auto;
	}

	.contactItemIcon {
		margin-right: 0px;
        text-align: center;
	}

	.contactItemText {
		text-align: center;
	}

    .button {
        text-align: center;
    }
    .contentArea {
        width: 100%;
    }
    .footerMenuLink:last-child::before {
        display: none;
    }
    .owl-carousel {
        margin: 50px -40px 50px -40px;
        width: calc(100% + 80px) !important;
        height: 200px;
    }
    .owl-carousel .item {
        width: calc(100% + 0px) !important;
        height: 200px;
    }
    .owl-dots {
        column-gap: 10px;
    }
    .footerMenu {
        flex-direction: column;
    }
    .footerMenuLink {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    .footerMenuLink::after {
        content: "";
        margin-left: 0;
    }
}
