@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

body {
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, p, a {
	font-family: 'Inter', sans-serif;
}

a {
	color:#006738;
}

a:hover {
	color:#6ccb45 !important;
}

a:visited {
	color:#006738;
}

h2 {
	font-size: 65px;
	color: #363636;
	font-weight: 400;
	line-height: 70px;
	margin-bottom: 15px;
}

h2.strong {
	font-weight: 800;
}

h3 {
	font-size: 48px;
	color: #565656;
	font-weight: 800;
}

h4 {
	font-size: 32px;
	color: #363636;
	font-weight: 400;
	margin: 10px 0;
}

p {
	font-size: 16px;
	color: #565656;
	font-wieight: 400;
	line-height: 35px;
}

.site-header {
	/* for drop shadow */
	position: relative;
	z-index: 10;
	box-shadow: 0px 5px 15px -8px black;
}

.site-branding, 
.site-info {
    width: 1386px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

#content {
    width: 1386px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

#colophon {
	z-index:0;
}

#main-header {
    padding: 30px 0;
}

.header-top-bar {
	background-color: #006738;
	color: #ffffff;
	padding: 14px 0;
}

.header-top-bar .inner {
	width: 1386px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.header-top-bar p {
	font-size: 16px;
	color: #ffffff;
	font-weight: 400; /* regular */
}

.header-top-bar a:hover {
	color:#363636;
}

.header-top-bar .social-icon {
	width:16px;
	height:16px;
	display:inline-block;
}

.icon-row .social-icon {
	width:16px;
	height:30px;
	display:inline-block;
	margin-right: 30px;
	z-index:100000;
	margin-top:20px;
	position:relative;
}

.social-icon .facebook-icon {
	position:relative;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/uploads/2023/01/f2-white.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.social-icon .facebook-icon:hover {
	background-image: url(/wp-content/uploads/2023/01/f2-green.svg);
}

.social-icon .twitter-icon {
	position:relative;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/uploads/2023/01/t2-white.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.social-icon .twitter-icon:hover {
	background-image: url(/wp-content/uploads/2023/01/t2-green.svg);
}

.social-icon .linkedin-icon {
	position:relative;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/uploads/2023/01/l2-white.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.social-icon .linkedin-icon:hover {
	background-image: url(/wp-content/uploads/2023/01/l2-green.svg);
}

.social-icon .instagram-icon {
	position:relative;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/uploads/2023/01/i2-white.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.social-icon .instagram-icon:hover {
	background-image: url(/wp-content/uploads/2023/01/i2-green.svg);
}

.social-icon .youtube-icon {
	position:relative;
	width: 16px;
	height: 16px;
	background-image: url(/wp-content/uploads/2023/01/youtube.svg);
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 3px;
}

.social-icon .youtube-icon:hover {
	background-image: url(/wp-content/uploads/2023/01/youtube-light-green.svg);
}

.site-branding {
	padding: 20px;
}

.site-branding img {
	max-width: 350px;
	padding-top: 4px;
}

#site-navigation {
	/*width: 950px;*/
	float: right;
}

.main-navigation li {
	padding: 15px 0px 25px 48px;
}

.main-navigation a {
	font-size: 16px;
	color: #006738;
	font-weight: 600;
	transition: 0.3s;
}

.menu-main-menu-container {
	max-width: 950px;
	float: right;
}

#mobile-menu {
    display: none;
}



.sub-menu {
	flex-direction: column;
}

.sub-menu li {
	padding: 0;
	background-color: #ebefed;
	color: #ffffff !important;
}

.sub-menu li:hover {
	background-color: #006738;
	color: #ffffff;
}

.sub-menu li a {
	padding: 10px 20px 10px 20px;
}

.sub-menu li a:hover {
	color: #ffffff;
}

.main-navigation .sub-menu li a {
	width: 220px;
}

.main-navigation .sub-menu li {
	margin: 0;
}



.social-icons-left {
	width: 180px;
	display: inline-block;
}

.social-icons-left img {
	max-width:16px;
	max-height:16px;
}

.social-icons-left a {
	margin-right: 15px;
}

.account-info-right {
	width: 375px;
	float: right;
	display: inline-block;
	position: relative;
	top: -10px;
	text-align:right;
}

.account-info-right img {
	max-width:20px;
	margin-right:0px;
	top: 3px;
	position: relative;
}

.account-info-right a {
	color: #ffffff;
	text-decoration: none;
	margin-right: 20px;
	font-size: 14px;
	transition: 0.3s;
}

.account-info-right .header-donate-button {
	font-size: 16px;
	font-weight: 700;
	background-color: #85e845;
	color: #002816;
	padding: 5px 15px 4px 5px;
	text-decoration: none;
	border-radius: 4px;
	margin-right: 0;

}


.header-donate-button a {
	margin-right: 0;
	
}

.header-donate-button img {
	max-width:30px;
	top: 7px;
	transition: all .3s ease-in-out;
}


.header-donate-button:hover img{
	max-width:30px;
	top: 7px;
	transform: scale(1.3);
}
	

.account-info-right .header-donate-button:hover {

	color:#ffffff;

}

.aws-container .aws-search-field {
    width: 400px;
    max-width: 100%;
    color: #464646;
    padding: 8px;
    line-height: 20px;
    display: block;
    font-size: 12px;
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    height: 35px;
    margin: 0!important;
    border: 1px solid #f2f2f2;
    outline: 0;
    background-color: #f2f2f2;
    float:right;
}

.aws-wrapper:before {
	content: "";
	background: url(/wp-content/uploads/2023/01/green-search.svg);
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 5;
}

.home-page-main-paragraph {
	padding-bottom: 15px;
}

.home-page-main-paragraph:after {
	content: "";
	background: url(/wp-content/uploads/2026/04/g-logo-homepage.png);
	height: 594px; 
	width: 503px;
	top: 50%;
    right: 0;
    position: absolute;
    transform: translate(0%, -50%);
	position: absolute;
	display: block !important;
}

.home-page-main-paragraph .vc_col-sm-8 {
	z-index: 2;
}

.home-page-main-paragraph p {
	margin-top: 25px;
}

.home-page-main-paragraph a {
	color: #565656;
	font-size: 16px;
	text-decoration: none;
	position: relative;
}

.home-page-main-paragraph a:hover {
	color: #006738;
}

.home-page-main-paragraph h2 {
	margin-bottom: 5px;
}

.home-page-main-paragraph h4 {
	margin: 5px 0;
}

.home-page-main-paragraph .learn-more {
	top:-10px;
	font-weight: 600;
}

.social-icons-left img { 
	width: 16px; 
	height: 16px; 
	position: relative; 
	top: 3px; 
} 
.account-info-right img { 
	width: 20px; 
	margin-right: 2px; 
	position: relative; 
	top: 4px; 
} 
.header-donate-button img { 
	width: 29px; 
	top: 8px; 
	margin-right: 0; 
} 



/* --------------------------- */
/* ---- Search banner box ---- */
/* --------------------------- */

.search-heart-banner {
	background: rgb(80,172,67);
	background: -moz-linear-gradient(90deg, rgba(80,172,67,1) 0%, rgba(0,103,56,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(80,172,67,1) 0%, rgba(0,103,56,1) 100%);
	background: linear-gradient(90deg, rgba(80,172,67,1) 0%, rgba(0,103,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#50ac43",endColorstr="#006738",GradientType=1);
}

.heart-overlay { /* Overlay of hearts */
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:0 !important;
	background: url(/wp-content/uploads/2023/01/hearts-pattern-background.png);
	background-size: cover;
}

.search-heart-banner {
	color: #ffffff;
}

.heart-search-inner {
	width: 1386px;
    margin: 0 auto 0 auto !important;
    padding: 30px 20px 0px 20px !important;
    position: relative !important;
}

.heart-search-inner .wpb_content_element {
	margin-bottom: 20px;
}

.heart-search-inner h3 {
	color:#ffffff;
	margin: 5px 0;
	line-height: 35px;
	font-weight: 800;
}

.heart-search-inner h4 {
	color: #ffffff;
	margin: 5px 0;
	font-size: 19px;
	font-weight: 400;
}

.heart-search-inner .aws-container .aws-search-field {
	width: 100%;
	height: 60px;
	border-radius: 5px !important;
	top: 3px;
}

.heart-search-inner .aws-wrapper:before {
	top: 14px;
}

.heart-search-inner .vc_single_image-wrapper img {
	max-width: 75px;
}

/* ----------------------------- */
/* ---- Heart signup banner ---- */
/* ----------------------------- */

.signup-heart-banner .heart-search-inner .vc_single_image-wrapper img {
	max-width: 212px;
	width: 100%;
	height: auto;
}

.signup-heart-banner .heart-overlay {
	margin-bottom: 0px !important;
}

.signup-heart-banner > .wpb_column > .vc_column-inner {
	padding-top: 0px !important;
}

.signup-heart-banner .heart-search-inner {
	padding: 0px 20px !important;
}

.signup-heart-banner .heart-search-inner .wpb_single_image {
	margin-bottom: 0px;
}

.signup-heart-banner .heart-search-inner h3 {
	/*margin: 35px 0 5px 0;*/
	margin: 0px 0 5px 0;
	line-height: 42px;
	font-size: 42px;
}

.signup-heart-banner .heart-search-inner h4 {
	margin: 17px 0 4px 0;
	font-size: 19px;
	line-height: 19px;
}

.signup-heart-banner .heart-search-inner .sign-up-half-width {
	width: 49%;
	display:inline-block;
	padding-right: 10px;
	margin-top: 20px;
}

.signup-heart-banner .heart-search-inner .sign-up-email-block {
	width: 77%;
	display:inline-block;
	float: left;
	margin-top: 10px;
}

.signup-heart-banner .heart-search-inner .sign-up-subscribe {
	width: 21%;
	display:inline-block;
}

.signup-heart-banner .heart-search-inner p {
	margin-top: 0;
}

.signup-heart-banner .heart-search-inner .wpcf7-form-control-wrap {
	padding: 0 1px;
}

.signup-heart-banner .heart-search-inner input[type="text"] {
	height: 42px;
    width: 100%;
    border-radius: 15px;
    padding: 0 20px;
    font-weight: 600;
    margin: 0;
}

.signup-heart-banner .heart-search-inner input[type="email"] {
	height: 42px;
    width: 100%;
    border-radius: 15px;
    padding: 0 20px;
    font-weight: 600;
}

.signup-heart-banner .heart-search-inner input[type="submit"] {
	height: 42px;
    width: 150px;
    border-radius: 15px;
    padding: 0 30px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 5%;
    background: #006738;
    border-color: #006738;
    color: #ffffff;
}

.signup-heart-banner .heart-search-inner input[type="submit"]:hover {
	opacity: 0.4;
	transition: 0.3;
	cursor: pointer;
}

.signup-heart-banner {
	height: 134px;
	background: rgb(0,103,56);
	background: -moz-linear-gradient(90deg, rgba(0,103,56,1) 0%, rgba(80,172,67,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,103,56,1) 0%, rgba(80,172,67,1) 100%);
	background: linear-gradient(90deg, rgba(0,103,56,1) 0%, rgba(80,172,67,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006738",endColorstr="#50ac43",GradientType=1);
}

.search-results .woocommerce-products-header__title {
	font-size: 25px;
} 


/* ---------------------------- */
/* ---- Home page callouts ---- */
/* ---------------------------- */

.home-page-callout{
	 display: inline-block;
transition: all .1s ease-in-out;
}

.home-page-callout:hover {transform: scale(1.05); cursor: pointer;}


.home-page-callout > .vc_column-inner {
	padding: 40px !important;
}

.home-page-callout > .vc_column-inner > .wpb_wrapper {
	border: solid #ffffff;
}

.home-page-callout h3 {
	color: #ffffff;
	margin: 65px 0 80px 0 !important;
	font-size: 35px;
	text-shadow: 0px 0px 15px #000000;
}

.home-page-callout h3:after {
	content:"";
	background: url(/wp-content/uploads/2023/01/arrow-white.png);
	height: 31px;
	width: 43px;
	position:absolute;
	bottom: 35px;
	left: calc(50% - 25px);
}

.home-page-callout {
	cursor: pointer;
}

.lets-work-together .wpb_images_carousel {
	padding: 30px 0 30px 0;
}

.vc_carousel-inner img { 
	padding: 15px; 
	text-align: center; 
	margin: 0 auto; 
	display: block; 
}

.start-with-why h2 {
	margin-top: 35px;
}

.video-home-section {
	padding-bottom: 30px;
}

.videos-home-sections p {
	color: #ffffff;
}

.video-home-section h2 {
	font-size: 25px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 15px;
	position: absolute;
	top: 0;
	left: 40px;
}

h2.woocommerce-loop-product__title { 
	line-height: normal; 
	text-align: center;
} 

h2.woocommerce-loop-category__title { 
	line-height: normal; 
	text-align: center;
} 

.woocommerce ul.products li.product .button, .woocommerce a.button, .woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce a.checkout-button {
    width: 180px;
    border-radius: 15px;
    padding: 20px 34px;
    font-weight: 600;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    background: #006738;
    border-color: #006738;
    color: #ffffff;
    display: block;
    text-align: center;
    transition: 0.3s;
}

.woocommerce ul.products li.product .button:hover {
	opacity: 0.8;
	cursor: pointer;
	background: #006738;
}

.woocommerce a.button:hover {
	opacity: 0.8;
	cursor: pointer;
	background: #006738;
	background-color: #006738 !important;
	color:#ffffff;
} 

.woocommerce a.checkout-button.button.alt {
	width:280px;
}

.woocommerce button.button.alt:hover {
	opacity: 0.8;
	cursor: pointer;
	background: #006738;
}

.woocommerce .return-to-shop  a.button {
	width: 184px;
}

.woocommerce button.button.alt {
	width: 180px;
	margin-top: 0;
	display: inherit;
}

.entry-summary .product_meta {
	display:none;
}

.woocommerce h2 {
	font-size: 30px;
}

.woocommerce .woocommerce-LoopProduct-link .price {
	text-align:center;
}

body.single-product .price {
    margin-bottom: 0;
}

.woocommerce .woocommerce-breadcrumb {
	padding: 30px 0 0 0;
}

.woocommerce-cart-form {
	padding-top: 60px;
}

.post .post-thumbnail {
	display: none;
}

.post .entry-meta {
	display: none;
}

.post-navigation {
	display:none;
}

.entry-footer {
	display:none;
}

.wpb_gmaps_widget {
	margin-bottom: 0px !important;
}

.contact-field input[type="text"], .contact-field input[type="email"], .contact-field input[type="number"], .contact-field textarea {
    width: 100%;
    padding: 10px;
}

.contact-field textarea {
	height: 140px;
}

.contact-field input[type="submit"] {
    width: 125px;
    border-radius: 15px;
    padding: 18px 35px;
    font-weight: 600;
    background: #006738;
    border-color: #006738;
    color: #ffffff;
    display: block;
    text-align: center;
    transition: 0.3s;
    text-transform: uppercase;
}

.contact-field input[type="submit"]:hover {
	opacity: 0.8;
	cursor: pointer;
}

.vc_carousel-inner .vc_item {
	display:flex;
	align-items:center;
	flex-direction: column;
	justify-content: center;
}

.single-post-content {
	padding-top:50px;
	padding-bottom:50px;
}


/* ------------------------ */
/* -------- Footer -------- */
/* ------------------------ */

.fwidgets {
    width: 20%;
    float: left;
    display: inline-block;
}

#colophon #f4 {
	width: 40%;
}

.fwidgets h2 {
	font-size: 26px;
	font-weight: 400;
	color: #ffffff;
}

#colophon {
    background: #00371e;
    padding-top: 40px;
    padding-bottom: 50px;
    color: #ffffff;
    display: flex;
    position: relative;
    overflow: hidden;
}

#colophon:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 20px;
    background: url(/wp-content/uploads/2023/01/footer-G.png);
    width: 535px;
    height: 460px;
    background-repeat: no-repeat;
    z-index: 0;
}

.footer-address-icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 20px;
}

#colophon #f2 p {
	margin: 0;
	color: #ffffff;
	display: inline-block;
	line-height: 40px;
}

#colophon #f3 p {
	margin: 0;
	color: #ffffff;
	display: inline-block;
}

#colophon #f3 .padded-text {
	padding-left: 32px;
}

#colophon #f2 .phone-number {
	font-size: 12px;
}

#colophon #f2 .contact-form {
	color: #ffffff;
	line-height: 30px;
}

#colophon #f2 ul {
	list-style: none;
	padding: 0;
}

#colophon #f2 a {
	color: #ffffff;
	line-height: 30px;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

#f1 #f3-address a {
	color: #ffffff !important;
	line-height: 30px;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

#colophon #f1 {
	width: 23%;
}

#colophon #f2 {
	width: 23%;
}

#colophon #f3 {
	width: 29%;
}

#colophon #f4 {
	width: 25%;
	position: relative;
    z-index: 9;
}

#colophon p {
	font-size: 15px;
}

#colophon #f4 {
	text-align: center;
	padding-top: 80px;
}

#colophon #f4 .social-icon {
	height: 30px;
	width: 30px;
	margin: 28px 18px;
}

#colophon #f4 .main-logo {
	display: block;
	margin: 20px auto 40px auto;
}

#colophon #f4 p { 
	margin: 5px 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 2;
}

.footer-inlife {
	background-color: #273d48;
	text-align: center;
    padding: 12px 0;
}

.footer-inlife p {
	margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.footer-inlife a {
    color: #ffffff;
}

.footer-icon {
	max-width: 12px;
	max-height: 12px;
	margin-right: 20px;
}

.icon-row {
	margin-top: 12px;
}

.light-blue-text {
	color: #39a5d0;
}

.banner-text {
	color: #69a3b9;
	font-weight: 500;
}

.main-banner {
	margin-bottom: -120px !important;
}

.service-icons img {
    top: 0;
    transition: 0.5s ease-in-out;
    position: relative;
}

.service-icons img:hover {
    top: -10px;
}
.vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item.fadeIn.animated {
    transition: 0.3s ease-in-out;
}
.vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item.fadeIn.animated:hover {
    transform: scale(1.02);
}
#f2-phone, 
#f3-address {
	padding-left: 25px;
    position: relative;
    font-weight:300;
}
#f2-email, 
#f2-form {
    padding-left: 25px;
    position: relative;
    margin-top: 12px;
    font-weight:300;
}
#f2-phone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(/wp-content/uploads/2023/01/phone.svg);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
}
#f2-email:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background: url(/wp-content/uploads/2023/01/email.svg);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
}
#f2-form:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(/wp-content/uploads/2023/01/form.svg);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
}
#f3-address:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url(/wp-content/uploads/2023/01/address-square.svg);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
}
#f2-phone a {
    color: inherit;
    text-decoration: none;
    font-weight:300;
}
#f2-email a {
    font-size: 16px;
    color: inherit;
    text-decoration: none;
    word-break: break-word;
    font-weight:300;
}
#f2-form a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	font-weight:300;
}

#f4 img {
	max-width: 230px;
}

#f4 img:last-child {
    margin-top: 10px;
}
#f4 .footer-logos img {
    max-width: inherit;
    width: 74px;
    margin: 20px 15px 0;
}
a.cl-link {
	color: inherit;
	text-decoration: none;
}
a#cl-email {
    text-decoration: none;
    color: inherit;
    word-break: break-word;
}

.news-page-post-list .vc_btn3 {
	padding: 0 15px;
	height: 50px;
    border-radius: 15px !important;
    padding: 0 35px;
    font-weight: 600;
    background: #006738 !important;
    border-color: #006738 !important;
    color: #ffffff;
}

.contact-page-details h4 {
	color: #363636;
}

.contact-page-details a {
	color: #363636;
	text-decoration: none;
}



/* ------------------------- */
/* ---- Mail Chimp form ---- */
/* ------------------------- */

#mc-embedded-subscribe-form {
	margin: 0 !important;
}

#mc_embed_signup .mc-field-group-half input, #mc_embed_signup .mc-field-group-full input {
	height: 42px;
    width: 100%;
    border-radius: 15px;
    padding: 0 20px;
    font-weight: 600;
    margin: 0;
}

#mc_embed_signup .mc-field-group-full input {
	padding: 0 15px;
}

#mc_embed_signup .mc-field-group-half {
	width: 49%;
    display: inline-block;
    padding-right: 10px;
    margin-top: 20px;
    padding-bottom: 0px;
}

#mc_embed_signup .mc-field-group-full {
	width: 77%;
    display: inline-block;
    float: left;
    margin-top: 2px;
}

#mc_embed_signup input[type="submit"] {
	height: 42px;
    width: 150px;
    border-radius: 15px;
    padding: 0 30px;
    font-weight: 600;
    margin-top: 10px;
    margin-left: 5%;
    background: #006738;
    border-color: #006738;
    color: #ffffff;
    margin-top: 2px;
    text-transform: uppercase;
}

#mc_embed_signup input {
	font-family: 'Inter', sans-serif;
}

#mc_embed_signup .optionalParent .foot {
	display: inline-block;
	width: 155px;
}

#mc_embed_signup #mce-success-response {
    color: #fff !important;
    position: absolute;
    background: #000;
    top: 45px;
    margin: 0;
    padding: 10px 20px !important;
}
.cat-bathing .payment_method_ppcp-gateway, .cat-bathing .ppc-button-wrapper {
    display: none;
}





.vat-relief-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.vat-relief-info {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #0073aa;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
}

.vat-relief-info:hover {
    background-color: #005f8d;
}

.vat-relief-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.vat-relief-content {
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    max-width: 640px;
    text-align: left;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.vat-relief-content h3 {
    margin-top: 0;
    color: #006738;
}

#close-vat-relief {
    margin-top: 15px;
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 4px;
    cursor: pointer;
}

#close-vat-relief:hover {
    background: #005f8d;
}








@media only screen and (max-width: 1620px) {
	.home-page-callout h3 {
	    font-size: 30px;
	}
	.home-page-callout > .vc_column-inner {
		padding: 20px !important;
	}
}


@media only screen and (max-width: 1400px) {
	.signup-heart-banner .heart-search-inner input[type="submit"] {
	    padding: 0 15px;
	}

	.signup-heart-banner .heart-search-inner .wpb_single_image img {
		min-width: 200px;
	}
}

@media only screen and (max-width: 1386px) {
	.site-branding, .site-info, #content {
		width: 100%;
	}

	.header-top-bar, .heart-search-inner {
		width: 100%;
	}

	.header-top-bar .inner {
		width: 100%;
	}
}

@media only screen and (max-width: 1360px) {
	.main-navigation li {
	    padding: 15px 0px 25px 25px;
	}

	.site-branding img {
	    max-width: 280px;
	    padding-top: 13px;
    	padding-bottom: 5px;
	}
}

@media only screen and (max-width: 1280px) {
	#site-navigation {
	    /*width: 800px;*/
	}

	.menu-main-menu-container {
	    max-width: 800px;
	}

	#colophon #f2 {
	    width: 30%;
	}

	#colophon #f4 {
	    width: 35%;
	}
	#colophon #f1 {
	    width: 35%;
	}

	#colophon #f2 {
	    width: 38%;
	}

	#colophon #f3 {
	    width: 27%;
	}

	#colophon #f4 {
	    width: 100%;
	}

	.home-page-callout h3 {
	    font-size: 26px;
	}
}

@media only screen and (max-width: 1150px) {
		.home-page-callout h3 {
	    font-size: 22px;
	}
}

@media only screen and (max-width: 1140px) {
	#site-navigation {
	    /*width: 700px;*/
	}

	.main-navigation li {
	    padding: 15px 0px 25px 20px;
	}

	.main-navigation a {
		font-size: 15px;
	}

	.signup-heart-banner .vc_col-sm-3 {
		width: 25%;
	}

	.signup-heart-banner .vc_col-sm-2 {
		width: 5%;
	}

	.signup-heart-banner .vc_col-sm-7 {
		width: 69%;
	}
}

@media only screen and (max-width: 1024px) {
	#site-navigation {
	    display:none;
	}

	#mobile-menu {
		display: block;
	}

	.custom-logo-link {
	    display: block;
	    width: auto;
	    margin: auto;
	    text-align: center;
	}

	.site-branding img {
		max-width: 220px;
	}

	.search-banner-space {
		display:none;
	}

	.search-heart-banner .vc_col-sm-4 {
		padding-right: 10px;
		width: 38%;
	}

	.home-page-callout h3 {
    	font-size: 18px;
	}
}

@media only screen and (max-width: 900px) {
	.search-heart-banner .vc_col-sm-1 {
		display: none;
	}

	.search-heart-banner .vc_col-sm-4 {
		width: 33%;
	}

	.search-heart-banner .vc_col-sm-3 {
		width: 33%;
	}

	.signup-heart-banner {
	    height: auto;
	    padding-top: 20px;
	}

	.signup-heart-banner .heart-search-inner .sign-up-email-block {
    	width: 97%;
    }

	.signup-heart-banner p {
		margin: 0;
	}

	.signup-heart-banner .heart-search-inner .sign-up-subscribe {
	    width: 21%;
	    display: block;
	    margin: auto;
	}
	
	.signup-heart-banner .heart-search-inner .sign-up-subscribe .wpcf7-submit
	{float:left; margin:10px 0 10px 0}

	.signup-heart-banner .wpb_text_column {
		margin-bottom: 5px;
	}

	.signup-heart-banner .wpb_text_column h3 {
		text-align: center;
		font-size: 40px;
	}

	.signup-heart-banner .wpb_text_column h4 {
		text-align: center;
	}

	.signup-heart-banner .vc_col-sm-3 {
		width: 100%;
	}

	.signup-heart-banner .vc_col-sm-2 {
		display:none;
	}

	.signup-heart-banner .vc_col-sm-7 {
		width: 100%;
	}

	.home-page-callout h3 {
    	font-size: 16px;
	}
	.home-page-callout > .vc_column-inner {
		padding: 15px !important;
	}
	
	
	
	h2 {
	font-size: 45px;
	color: #363636;
	font-weight: 400;
	line-height: 47px;
	margin-bottom: 15px;
}

	
}

@media only screen and (max-width: 767px) {
	h2 {
		font-size: 45px;
		line-height: 50px;
	}
	
	#mc_embed_signup .mc-field-group-half {
	    width: 100%;
	    display: block;
	    padding-right: 0;
	    margin-top: 0;
	    padding-bottom: 0px;
	}
	div#mc_embed_signup_scroll {
	    margin-top: 20px;
	}
	
	.heart-search-inner .aws-wrapper:before {
	    top: 3px;
    }
	
	.woocommerce-message a.button {
		
	width: 100px;
    border-radius: 15px;
    padding: 10px 20px 10px 20px;
    font-weight: 600;
    margin: 10px 0 30px 10px;
	
	}
	
	
	.woocommerce-Tabs-panel h2 {
	font-size: 25px!important;
		line-height: 28px;
		font-weight:bold;
	}
	
	
		h2.woocommerce-loop-product__title  {
		font-size: 20px!important;
		line-height: 24px;
	}

	h4 {
		font-size: 25px;
	}

	.search-heart-banner .vc_col-sm-4 {
		width: 100%;
	}

	.search-heart-banner .vc_col-sm-3 {
		width: 100%;
	}

	.search-heart-banner .vc_col-sm-1 {
		display:block;
	}

	.heart-search-inner h3 {
		text-align: center;
	}

	.heart-search-inner h4 {
		text-align: center;
	}

	.heart-search-inner .wpb_single_image.vc_align_left {
	    text-align: center;
	}

	.signup-heart-banner .heart-search-inner input[type="email"] {
	    width: 100%;
	    margin-top: 5px;
	    margin-left: 0;
	}

	.signup-heart-banner .heart-search-inner input[type="submit"] {
	    width: 130px;
	    margin-top: 15px;
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	}

	#mc_embed_signup .mc-field-group-full {
	    width: 100%;
	    display: block;
	    float: none;
	    margin-top: 0;
	}

	.home-page-main-paragraph:after {
		display:none !important;
	}
	.heart-search-inner .aws-container .aws-search-field {
		top: -10px;
	}
}

@media only screen and (max-width: 620px) {
	.header-top-bar .inner {
		height: 65px;
	}

	.social-icons-left {
	    width: 100%;
	    display: block;
	    margin: auto;
	    text-align: center;
	}

	.account-info-right {
		width: 100%;
		float:none;
		display:block;
		top: 8px;
		margin:auto;
		text-align: center;
	}

	.social-icons-left a {
	    margin: 0 7px 0;
	}

	.account-info-right a {
		margin: 0 10px 0;
	}

	#colophon .fwidgets {
		width: 100% !important;
		text-align: center;
	}

	#colophon #f1, 
	#colophon #f2 {
	    text-align: center;
	}

	#f2-phone, 
	#f2-email, 
	#f2-form,  
	#f3-address {
		padding-left: 0;
	}
	#f2-phone:before, 
	#f2-email:before, 
	#f2-form:before, 
	#f3-address:before {
		position: relative;
		display: block;
		text-align: center;
		margin: 0 auto 10px;
		top: 0;
	}
	#f2-email:before {
		width: 14px;
    	height: 10px;
	}
}

@media only screen and (max-width: 500px) {
	.account-info-right {
	    width: 210px
	}

	.header-donate-button {
		margin: auto;
		width: 142px;
		padding: 0px 20px 7px 12px;
		
	}

	.header-top-bar .inner {
		height: 100px;
	}

	.account-info-right .header-donate-button {
	    margin: 5px auto 0;
	}
	
	.home-page-main-paragraph h2
	{font-size:35px;}
	
		h2.woocommerce-loop-product__title  {
		font-size: 20px!important;
		line-height: 24px;
	}
	
}


.adam-smells-like-cabbage:hover, .adam-smells-like-cabbage {cursor: pointer;}

.adam-smells-like-cabbage img {	transition: all .3s ease-in-out;}
.adam-smells-like-cabbage:hover .but-is-nice img {transform: scale(1.5);}

/* 21/01/26 changes */
h4.pewc-field-label {
	font-size: 20px;
}

.pewc-product-extra-groups-wrap .pewc-total-field-wrapper {
	display: none !important;
}

body.novatrelief .wts-vat-text {
	display: none;
}