* {
    box-sizing: border-box;
}

body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0
}

#wrapper {
    width: 100vw;
    overflow: visible !important;
}

#pageContent .vc_section.vc_section-has-fill,
#pageContent .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
#pageContent .vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0px;
}

#pageContent .wpb_button,
#pageContent .wpb_content_element,
#pageContent ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0px;
}

#pageContent .vc_col-has-fill>.vc_column-inner,
#pageContent .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
#pageContent .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
#pageContent .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0
}

#homeHero {
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#homeHero>div {
    display: flex;
    height: 500px;
    flex-direction: row;
    align-items: center;
}

#homeHero h1 {
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 80px
}

#homeHero a {
    background-color: var(--brandCol-2) !important;
    border-color: var(--brandCol-2) !important;
    font-size: 17px;
    margin-top: 15px
}

#homeHero a:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: var(--brandCol-2) !important
}

.heroCTA {
    color: var(--brandCol-1);
    font-size: 18px;
    line-height: 23px;
}

.heroCTA h3 {
    color: var(--brandCol-2);
    margin-bottom: 12px
}

.heroCTA {
    margin-bottom: 12px !important
}

.heartHome i {
    display: inline-block;
    margin: 0 2px
}


.homeHelp h2 {
    color: var(--brandCol-2);
    margin-bottom: 20px
}

.homeHelp a {
    display: block;
}

.homeBook .wpb_text_column {
    padding: 35px 25px;
}

.homeBook h3 {
    margin-bottom: 20px
}

.homeBook a {
    text-transform: uppercase;
    background-image: url(../img/shopping-cart.png) !important;
    background-repeat: no-repeat !important;
    background-size: 18px auto !important;
    background-position: 17px 12px !important;
    padding-left: 50px;
}

.imgBot20 img {
    margin-bottom: 20px
}

.homeBlog i {
    font-size: 47px;
    color: var(--brandCol-2);
    margin-bottom: 20px;
}

.headLogo,
.headLogo h2 {
    position: relative;
}

.headLogo {
    margin-bottom: 60px !important
}

.headLogo h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
}

.headLogo h2:before {
    content: '';
    display: block;
    width: 240px;
    height: 1px;
    background: var(--brandCol-1);
    position: absolute;
    bottom: -44px;
    left: calc((50% - (560px / 2)) + 8px);
}

.headLogo h2:after {
    content: '';
    display: block;
    width: 240px;
    height: 1px;
    background: var(--brandCol-1);
    position: absolute;
    bottom: -44px;
    right: calc((50% - (560px / 2)) + 8px);
}

.headLogo:after {
    content: '';
    display: block;
    width: 58px;
    height: 60px;
    background-image: url(../img/favicon.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    margin: 12px auto;
}

.homeApproach .fa-regular {
    font-size: 58px;
    margin-bottom: 14px
}

.approachColour .fa-regular {
    color: var(--brandCol-1)
}

.approachSound .fa-regular {
    color: var(--brandCol-2)
}

.approachEnergy .fa-regular {
    color: #e6488b
}

.footerSubscribe {
    min-height: 340px;
}

.clientLove img {
    width: 90px;
    border-radius: 50%;
}

.swiperReview {
    overflow: hidden;
}

.reviewItemWrapper {
    width: 980px;
    margin: 0px auto;
    max-width: 100%;
}

.swiperBtn-prev {}

.swiperBtn {
    width: 30px;
    height: 30px;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    left: 30px;
    top: 50px;
    display: flex;
    align-items: center;
    font-size: 24px;
}

.swiperBtn.revNext {
    left: auto;
    right: 30px
}

.swiperReview {
    position: relative;
}

.rName h3 {
    padding-bottom: 40px;
}

.rName {
    margin-bottom: 20px;
    background: url(../img/stars.png) no-repeat center bottom;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #e6e6e6;
}

.home #pageContent {
    padding-top: 0;
    padding-bottom: 0
}

#pageContent {
    padding-top: 40px;
    padding-bottom: 40px
}

.innerSidebar>div>div>div {
    margin-bottom: 40px !important
}

.innerSidebar>div>div>div:last-child {
    margin-bottom: 0 !important
}

.innerHero {
    text-align: center;
    background: url(../img/heroInnerBg.jpg) no-repeat center center;
    background-size: cover;
    height: 243px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-menu .current-menu-item {
    background-color: #f1ac4d;
}

img.alignnone {
    float: none;
    margin: 5px 0 5px 0;
}

img.alignleft {
    float: left;
    margin: 5px 10px 5px 0px;
}

img.aligncenter {
    display: block;
    float: none;
    margin: 5px auto;
}

img.alignright {
    float: right;
    margin: 5px 0 5px 10px;
}

.fullwidthTxt .wpb_content_element {
    margin-bottom: 60px !important
}


.fullwidthTxt .wpb_content_element:last-child {
    margin-bottom: 0px !important
}

.beforeFooterCTA {
    margin-top: 40px;
    margin-bottom: -40px !important
}

.twoColPage>.vc_row {
    margin-bottom: 60px !important
}

.twoColPage .vc_col-sm-8 .wpb_text_column {
    margin-bottom: 40px !important;
}

.twoColPage .vc_col-sm-8 .wpb_text_column:last-child {
    margin-bottom: 0 !important
}

.innerContent .wpb_text_column {
    margin-bottom: 40px !important;
}

.innerContent .wpb_text_column:last-child {
    margin-bottom: 0 !important
}

.twoColPage>.vc_row:last-child {
    margin-bottom: 0px !important
}

.wpb-content-wrapper>section {
    margin-bottom: 40px;
}

.wpb-content-wrapper>section:last-child {
    margin-bottom: 0px;
}

.fullServiceList {
    background: #f7f7f7
}

.fullServiceList {
    padding-bottom: 10px !important
}

.fullServiceList>div {
    margin-bottom: 60px
}

.faqTitle {
    padding: 20px 25px 0;
    cursor: pointer;
}

.faqContent {
    max-height: 0;
    transition: max-height 0.4s ease-out;
    overflow: hidden;
}

.faqItem.active .faqContent {
    max-height: 1000px;
    transition: max-height 0.25s ease-in;
}

.faqItem {
    margin-bottom: 10px;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #e5e5e5;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding-bottom: 25px
}

.faqContent {
    padding: 0 50px 0px 25px;
}

.active .faqContent {
    margin-top: 25px
}

.active .faqTitle h3 {
    color: #f1ac4d
}

.faqandtesti .smallContainer {
    max-width: 100%;
}

.testiItemWrapper {
    overflow: hidden;
}

.testiItemWrapper {
    background-color: #f7f7f7;
    padding: 30px
}

.swiperTesti {
    overflow: hidden;
}

.testiContainer {
    position: relative;
    width: 100%;
}

.testiPrev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    font-size: 16px;
    background: #eaeaea;
    color: #47b9c7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testiNext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    left: auto;
    font-size: 16px;
    background: #eaeaea;
    color: #47b9c7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reqForm {
    padding: 35px 25px 0;
    background-color: #f5f5f5;
}

.reqForm label {
    font-weight: bold;
    font-size: 14px;
    color: #000
}

.reqForm label span {
    color: #B94A48
}

.reqForm .wpcf7-list-item label span {
    color: #000
}

.reqForm input,
.reqForm textarea {
    width: 100%;
    color: #555;
    border: 1px solid #ccc;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-family: var(--fontBody);
}

.reqForm input[type=checkbox] {
    width: auto;
}

.wpcf7-list-item {
    margin-left: 0
}

.reqForm textarea {
    height: 110px
}

.reqForm .row {
    margin-bottom: 10px
}

.reqForm .row>div {
    margin-bottom: 20px;
    position: relative;
}

.reqForm .wpcf7-submit {
    background: var(--brandCol-1);
    border-color: var(--brandCol-1);
    color: #fff;
    width: auto;
    cursor: pointer;
}

.twoColInner .wpb_text_column {
    margin-bottom: 40px !important
}

.twoColInner .wpb_text_column:last-child {
    margin-bottom: 0px !important
}

.twoColList ul {
    column-count: 2;
    column-gap: 40px;
}

.childPagesWidget h4 {
    color: #f1ac4d
}

.childPagesWidget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.childPagesWidget a {
    border: 2px solid var(--brandCol-1);
    background: var(--brandCol-1);
    padding: 12px 16px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s;
    text-transform: none;
    line-height: 18px;
    width: 100%;
    min-width: 100%;
    display: block;

}

.childPagesWidget .current_page_item a {
    background: #fcb53b;
    border-color: #fcb53b
}


.childPagesWidget li {
    margin-bottom: 18px
}

.childPagesWidget li:last-child {
    margin-bottom: 0
}

.childPagesWidget a span {
    display: inline;
}

.childPagesWidget a:before {
    content: '';
    display: inline-block;
    background: url(../img/icoQuestion.png) no-repeat center center;
    background-size: 100% auto;
    min-width: 23px;
    min-height: 23px;
    margin-right: 8px;
    vertical-align: middle;
}

.childPagesWidget .current_page_item a:before {
    background-image: url(../img/check.png)
}

.contactMap {
    margin-bottom: -40px !important
}

.contactMap iframe {
    width: 100%;
    height: 300px;
    border: 0
}

.pageTesti {
    column-count: 2;
    column-gap: 40px;
}

.testiCol {
    margin-bottom: 40px;
    display: inline-block;
}

.woocommerce-breadcrumb {
    width: var(--mainContainer) !important;
    max-width: calc(100% - 40px) !important;
    margin: 30px auto !important;
    display: none;
}

.quantity input {
    width: 60px !important;
    height: auto;
    padding: 14px 6px
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background-color: var(--brandCol-1) !important;
    padding: 15px 27px;
}

.product_meta {
    display: none;
}

.summary.entry-summary {
    display: flex;
    flex-direction: column;
}

.product_title.entry-title {
    order: 1
}

.price {
    order: 2
}

.productContent {
    order: 4
}

.summary.entry-summary .cart {
    order: 3
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: var(--brandCol-1)
}

.woocommerce a.button:hover,
.woocommerce button:hover {
    background-color: #f1ac4d !important;
    color: #fff !important
}

.newsItemContent {
    padding: 20px;
    border: 1px solid #ccc;
    font-size: 14px
}

.newsThumb img {
    display: block;
}

.readMore .btn {
    padding-top: 3px;
    padding-bottom: 3px
}


.noUlLink a {
    text-decoration: none;
}

#wpLoop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px
}

.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 60px;
}

.mShare {
    margin-bottom: 40px;
    text-align: right;
}

.mShare a {
    font-size: 30px;
}

#singleHero {
    height: 360px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.singleTitle {
    /*background-color: rgba(10, 0, 0, 0.5);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);*/
    width: 680px;
    max-width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0px auto
}

.singleTitle .mDate {
    color: var(--brandCol-1);
}

.singleTitleWrapper {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#singleHero>div {
    height: 100%;
}

iframe {
    max-width: 100%;
}

.twoColPage img,
.twoColPage .vc_figure,
.twoColPage .vc_single_image-wrapper {
    width: 100%
}

.vc_figure-caption {
    margin-top: -40px !important;
    margin-bottom: 40px;
    padding: 15px;
    background: #f1f1f1;
    text-align: left !important;
}

.newsThumb img {
    width: 100%
}

.sitemap h2 {
    font-size: 19px;
    line-height: 23px
}

#footerWidgets {
    background: var(--brandCol-1);
    padding: 40px 0
}

#footerWidgets .row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footerNewsletter input[type=text],
.footerNewsletter input[type=email] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4px 10px;
    font-family: var(--fontBody);
    width: 100%;
    border-width: 1px;
    border-radius: 0;
    padding: 12px 15px;
}

.footerNewsletter input[type=submit] {
    width: 100%;
    padding: 12px 24px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fcb53b;
    border: 1px solid #fcb53b;
    cursor: pointer;
    padding-left: 30px;
    background-image: url(../img/arrowRight.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-right: 10px !important;
}

.footerNewsletter {
    margin-left: -4px;
    margin-right: -4px;
    align-items: center;
    margin-bottom: 25px;

}

.footerNewsletter>div {
    padding-left: 4px;
    padding-right: 4px
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px 20px;
}

.sliderBlogContainer {
    overflow: hidden;
    position: relative
}

.blogWrapper {
    height: auto !important;
    overflow: hidden;
    padding: 30px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #f1ac4d;
    text-align: left;
}

.blogWrapper p {
    margin-top: 10px;
    margin-bottom: 0
}

.blogWrapper h5 {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 24px;
}

.blogWrapper h5 a {
    color: #fff;
}

.blogContent {
    width: 100%;
    min-width: 100%
}

.blogWrapper:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: -1
}

.blogWrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 110%;
    min-height: 110%;
    z-index: -2
}

.goldBullet ::marker {
    color: #ffd249
}

.pinkBullet ::marker {
    color: #e0629a
}

#singleHero {
    background-image: url(../img/defaultBlog.jpg);
    background-image: url(../img/heroInnerBg.jpg);

}

.boxzilla-844 .footerNewsletter input {
    width: 100%;
    margin-bottom: 8px
}

.boxzilla-844 {
    text-align: center;
}