/*============================================
Theme Name: Healthy-Finds
Theme URI: 
Version: 1.0
Description: 
============================================*/


/*============================================
    Index
============================================
    # Global Style
    # Homepage
        ## Header
============================================*/


/*============================================
    #. Global Style
============================================*/


/*---------- Google Font ----------*/

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

/* font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', sans-serif; */


/*---------- Typography ----------*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}

html,
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	color: #3c3c3c;
}

.container {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.sec-pad {
	padding: 65px 0 70px;
}


/* article, aside, figcaption, figure, footer, header, hgroup, main, nav, section{display: block;} */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1.4;
	color: #363636;
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

p {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

img,
img:hover,
a,
a:hover {
	text-decoration: none;
	outline: none;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

img {
	max-width: 100%;
	height: auto;
}


/*---------- Buttons ----------*/

.btn {
	outline: none;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
	padding: 20px 40px;
	border: 2px solid transparent;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.btn:hover {
	background: transparent;
	outline: none;
}

.btn:focus,
.btn:active {
	outline: none;
	box-shadow: none;
}

.green-btn {
	color: #fff;
	background: #67b42c;
	text-transform: none;
	border-radius: 40px;
	border-color: #67b42c;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.green-btn:hover {
	color: #67b42c;
	background: #fff;
}


/*---------- Background-Color ----------*/

.bg-light-green {
	background-color: #f5fdf0;
}

.bg_lightgreen_upsell {
	background-color: #f6fef1;
}

.bg-light-gray {
	background-color: #f4f4f4;
}

.bg-green {
	background-color: #79c145 !important;
}

.bg-sky {
	background-color: #78c3cb;
}

.bg-white {
	background-color: #ffffff;
}


/*---------- Color ----------*/

.light-gray {
	color: #bebebe;
}

.sky-color {
	color: #6fbcc4;
}


/*---------- width ----------*/

.w-25 {
	width: 25%;
}

.w-50 {
	width: 50%;
}

.w-75 {
	width: 75%;
}

.w-100 {
	width: 100%;
}

.container-85 {
	width: 100%;
	max-width: 85%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}


/*---------- font-weight ----------*/

.f-400 {
	font-weight: 400;
}

.f-500 {
	font-weight: 500;
}

.f-600 {
	font-weight: 600;
}

.f-700 {
	font-weight: 700 !important;
}

.f-800 {
	font-weight: 800;
}

.f-900 {
	font-weight: 900;
}


/*============================================
    Custom
============================================*/

.no-container {
	width: 100%;
	background-color: #f8f8f8;
	padding: 140px 0px;
	height: 100%;
}

@media (min-width: 1200px) {
	.container {
		max-width: 85%;
	}
	#homepage_header .container {
		max-width: 100%;
	}
}

.text-special {
	background: #66b42c;
	padding: 30px 30px 30px 30px;
}

@media (min-width: 992px) {
	.text-special {
		background: #66b42c;
		padding: 30px 30px 30px 80px;
	}
	.text-special-2 {
		padding-left: 80px;
	}
}

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

#banner-image {
	margin: 0 auto 0 auto;
	width: 100%;
	object-fit: cover;
}

.homepage-banner {
	background: url(../../assets/images/homepage-banner1.jpg);
	background-size: cover;
	background-position: center;
}

.about-banner {
	background: url(../../assets/images/about-banner.jpg);
	background-size: cover;
	background-position: center;
}

.contact-banner {
	background: url(../../assets/images/contact-banner.jpg);
	background-size: cover;
	background-position: center;
}

.influencers-banner {
	background: url(../../assets/images/influencers-banner.jpg);
	background-size: cover;
	background-position: center;
}

.brands-banner {
	background: url(../../assets/images/brands-banner.jpg);
	background-size: cover;
	background-position: center;
}

.news-banner {
	background: url(../../assets/images/news-banner.jpg);
	background-size: cover;
	background-position: center;
}

.faq-banner {
	background: url(../../assets/images/faq-banner.jpg);
	background-size: cover;
	background-position: center;
}

.coming-soon-banner {
	background: url(../../assets/images/coming-soon-banner.jpg);
	background-size: cover;
	background-position: center;
}

.contact-feature {
	background: url(../../assets/images/contact-feature.jpg);
	background-size: cover;
	background-position: center;
}

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

.align-left {
	text-align: left;
}

@media (min-width: 992px) {
	.align-left {
		text-align: center;
	}
}

.back-link {
	color: #5b3192 !important;
	text-decoration: underline !important;
}

.back-link:hover {
	color: #5b3192 !important;
}

.img-fit {
	width: 100%;
	object-fit: cover;
}

.no-padding {
	padding: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.bullet-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	text-decoration: none;
}

.no-list-type {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

ol {
	word-break: break-all;
	margin: 0;
	padding: 0;
}

ol ol {
	margin-left: 2em;
}

ol li {
	list-style-position: inside;
	padding: 0;
}

ol li::before {
	content: "";
	width: 12px;
	display: inline-block;
	font-weight: bold;
}

.no-list-type li {
	margin-bottom: 10px;
}

ul.bullet-list.check li {
	background-image: url("../../assets/images/check-bullets.png");
	background-position: 0 1px;
	padding: 0 0 0 40px;
}

.bullet-list li {
	background-image: url("../../assets/images/bullets.png");
	background-position: 0 11px;
	padding: 0 0 0 40px;
}

.bullet-list li {
	background-repeat: no-repeat;
	font-family: "Montserrat", sans-serif;
	color: #4b4142;
	font-size: 16px;
	line-height: 28px;
}

.font-chelsea {
	font-family: Poppins !important;
}


/* * FORMS * */

.radio-list {
	padding: 0;
	margin: 0 0 20px 0;
	list-style: none;
}

.radio-options:hover {
	cursor: pointer;
}

.radio-options>span {
	font-family: "Poppins" !important;
	font-size: 14px !important;
	color: #666 !important;
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
}

.radio-option {
	visibility: hidden;
	margin-left: -10px !important;
}

.radio-option:checked~span {
	color: #009fe3 !important;
}

.radio-option:checked~.radio-icon {
	background-image: url(../../assets/images/selected-radio.png);
}

.radio-icon {
	float: left;
	background-image: url(../../assets/images/radio-normal.png);
	background-repeat: no-repeat;
	background-position: 0 6px !important;
	background-size: 16px 16px;
	height: 25px;
	width: 25px;
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
}

.paragraph {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 17px !important;
	color: #7d7e7d !important;
	line-height: 28px;
	margin: 0px;
}

.paragraph.i {
	font-style: italic !important;
}

.paragraph.s {
	font-weight: bolder;
}

.paragraph>a {
	text-decoration: none !important;
	color: #60c428;
	font-weight: bold;
	border-bottom: 1px dotted #60c42800;
	transition: all 0.5s ease;
}

.paragraph>a:hover {
	text-decoration: none !important;
	color: #60c428;
	font-weight: bold;
	border-bottom: 1px dotted #60c428;
}

.caption {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 15px !important;
	color: #7d7e7d !important;
	line-height: 28px;
	margin: 0px;
}

.caption_2 {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 14px !important;
	color: #7d7e7d !important;
	line-height: 28px;
	margin: 0px;
}

.f-400 {
	font-weight: 400 !important;
}

.f-500 {
	font-weight: 500 !important;
}

.f-600 {
	font-weight: 600 !important;
}

.f-700 {
	font-weight: 700 !important;
}

.f-800 {
	font-weight: 800 !important;
}

.f-900 {
	font-weight: 900 !important;
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}


/* Typo */

h1,
.h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 70px;
	margin: 0px;
}

h2,
.h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 60px;
	margin: 0px;
}

h3,
.h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 46px;
	margin: 0px;
}

h4,
.h4 {
	font-family: "Montserrat", sans-serif;
	color: #454545;
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
	margin: 0px;
}

.title {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	color: #ff9582;
	margin: 0px;
}

h5,
.h5 {
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 32px;
	margin: 0px;
}

.bold {
	font-family: "Montserrat", sans-serif;
	font-weight: bolder;
}

.big-font {
	font-size: 50px;
}

.gray-fade-box {
	padding: 25px;
	margin: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: -webkit-linear-gradient( bottom, rgba(248, 248, 248, 1), rgba(250, 250, 250, 0.1));
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient( bottom, rgba(248, 248, 248, 1), rgba(250, 250, 250, 0.1));
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient( bottom, rgba(248, 248, 248, 1), rgba(250, 250, 250, 0.1));
	/* For Firefox 3.6 to 15 */
	background: linear-gradient( to bottom, rgba(240, 240, 240, 0.5), rgba(250, 250, 250, 0.1));
	/* Standard syntax (must be last) */
}


/* Header Styles */


/* header{
	  padding-bottom: 10px;
	  position: relative;
  } */


/* Landing Page */

@media (max-width: 992px) {
	.cl_gap_top_20 {
		padding-top: 20px;
	}
	.cl_gap_bottom_20 {
		padding-bottom: 20px;
	}
	.cl_gap_top_40 {
		padding-top: 40px;
	}
	.cl_gap_bottom_40 {
		padding-bottom: 40px;
	}
	.cl_gap_top_60 {
		padding-top: 60px;
	}
	.cl_gap_bottom_60 {
		padding-bottom: 60px;
	}
}

.content_gap_10 {
	padding-top: 10px;
}

.content_gap_20 {
	padding-top: 20px;
}

.content_gap_30 {
	padding-top: 30px;
}

.content_gap_40 {
	padding-top: 40px;
}

.content_gap_50 {
	padding-top: 50px;
}

.content_gap_60 {
	padding-top: 60px;
}

.content_gap_70 {
	padding-top: 70px;
}

.content_gap_80 {
	padding-top: 80px;
}

.content_gap_100 {
	padding-top: 100px;
}

.content_gap_120 {
	padding-top: 120px;
}

.content_gap_180 {
	padding-top: 180px;
}

.content_gap_200 {
	padding-top: 200px;
}

.content_gap_10_bottom {
	padding-bottom: 10px;
}

.content_gap_20_bottom {
	padding-bottom: 20px;
}

.content_gap_30_bottom {
	padding-bottom: 30px;
}

.content_gap_40_bottom {
	padding-bottom: 40px;
}

.content_gap_50_bottom {
	padding-bottom: 50px;
}

.content_gap_60_bottom {
	padding-bottom: 60px;
}

.content_gap_70_bottom {
	padding-bottom: 70px;
}

.content_gap_80_bottom {
	padding-bottom: 80px;
}

.content_gap_100_bottom {
	padding-bottom: 100px;
}

.content_gap_120_bottom {
	padding-bottom: 120px;
}

.content_gap_180_bottom {
	padding-bottom: 180px;
}


/* * TESTIMONIALS * */

.testimonials {
	font-family: "Poppins";
	font-size: 16px;
	color: #4b4142;
	display: inline-block;
	width: 100%;
	margin-bottom: 24px;
	line-height: 28px !important;
}

.testimonials>span.col {
	padding-left: 110px;
	display: block;
}

.testimonials>strong {
	font-family: Poppins !important;
}

.testimonials .pull-left {
	margin-right: 30px;
}

.testimonials .pull-right {
	margin-left: 30px;
}

h4 .title {
	font-family: Poppins !important;
	font-size: 20px !important;
	color: #ec008c !important;
	line-height: 28px !important;
}

.alert {
	font-size: 14px;
}

.img-responsive {
	display: unset !important;
}

.center-align {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.safari_responsive {
	margin: 0 -1px;
}

.align-left {
	text-align: center;
}

@media (min-width: 992px) {
	.align-left {
		text-align: left !important;
		margin-bottom: 0px !important;
	}
}

.align-right {
	text-align: center;
}

@media (min-width: 992px) {
	.align-right {
		text-align: right !important;
		margin-bottom: 0px !important;
	}
}

.section_spacer {
	background: #60c428;
	height: 2px;
	width: 25%;
}

@media (max-width: 992px) {
	.section_spacer {
		width: 50%;
	}
}

.spacer-news {
	background: #60c428;
	height: 1px;
	width: 60%;
}

.green {
	color: #60c428 !important;
}

.bg-green {
	background-color: #60c428;
}

.border-green {
	border-color: #60c428;
}

.cyan {
	color: #55c7d1 !important;
}

.bg-cyan {
	background-color: #55c7d1 !important;
}

.border-cyan {
	border-color: #55c7d1 !important;
}

.purple {
	color: #552b8e !important;
}

.bg-purple {
	background-color: #552b8e !important;
}

.border-purple {
	border-color: #552b8e !important;
}

.light_red {
	color: #ff9582 !important;
}

.white {
	color: #fff !important;
}

.dark_gray {
	color: #454545 !important;
}

#terms ul {
	list-style: none;
	padding-left: 0px;
}

#terms li {
	position: relative;
	padding-left: 36px;
	margin-bottom: 20px;
}

#terms li:before {
	position: absolute;
	left: 0px;
}

.icon-check-tp:before {
	content: "\f00c";
	color: #ff9582;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	font-size: 17px;
}

#container-special {
	margin: 0px !important;
	padding: 0px !important;
}

#row-special {
	margin: 0px !important;
	padding: 0px !important;
}

.button a {
	text-decoration: none;
}

.button-green {
	text-align: center;
	padding: 25px 0px;
	font-weight: 600;
	color: #fff !important;
	font-size: 17px !important;
	margin: 0px auto;
	border-radius: 50px;
	display: block !important;
	background-color: #60c328;
	text-decoration: none;
	max-width: 100%;
	width: 240px;
	transition: all 0.5s ease;
	border: none;
	outline: none;
}

.button-green:hover {
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
	background-color: #4e9c21;
}

.button-cyan {
	text-align: center;
	padding: 25px 0px;
	font-weight: 600;
	color: #fff !important;
	font-size: 17px !important;
	margin: 0px auto;
	border-radius: 50px;
	display: block !important;
	background-color: #55c7d1;
	text-decoration: none;
	max-width: 100%;
	width: 240px;
	transition: all 0.5s ease;
	border: none;
	outline: none;
}

.button-cyan:hover {
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
	background-color: #46a2ab;
}

.button-purple {
	text-align: center;
	padding: 25px 0px;
	font-weight: 600;
	color: #fff !important;
	font-size: 17px !important;
	margin: 0px auto;
	border-radius: 50px;
	display: block !important;
	background-color: #552b8e;
	text-decoration: none;
	max-width: 100%;
	width: 240px;
	transition: all 0.5s ease;
	border: none;
	outline: none;
}

.button-purple:hover {
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
	background-color: #361c5c;
}

@media (max-width: 991.98px) {
	.button-green,
	.button-cyan,
	.button-purple {
		max-width: 100%;
		width: 60%;
		float: none !important;
	}
}

.more_button {
	text-align: center;
	padding: 25px 0px;
	font-weight: 600;
	color: #60c328 !important;
	font-size: 17px !important;
	margin: 0px auto;
	border-radius: 50px;
	display: block !important;
	border: 2px solid #60c328;
	background-color: #60c32800;
	text-decoration: none;
	max-width: 100%;
	width: 20%;
	transition: all 0.5s ease;
	outline: none;
}

.more_button:hover {
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
	border: 2px solid #60c328;
	background-color: #60c328;
}

@media (max-width: 991.98px) {
	.more_button {
		max-width: 100%;
		width: 60%;
	}
}

.button-news {
	text-align: center;
	padding: 15px 0px;
	font-weight: 600;
	color: #fff !important;
	font-size: 15px !important;
	border-radius: 50px;
	display: block !important;
	background-color: #60c328;
	text-decoration: none;
	max-width: 100%;
	width: 100%;
	transition: all 0.5s ease;
	border: none;
	outline: none;
}

.button-news:hover {
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
	background-color: #4e9c21;
}

@media (max-width: 991.98px) {
	.button-news {
		max-width: 100%;
		width: 40%;
		float: left !important;
	}
}

.button-news-special {
	text-align: center;
	padding: 25px 0px;
	font-weight: 600;
	color: #fff !important;
	font-size: 17px !important;
	border-radius: 50px;
	display: block !important;
	background-color: #552b8e;
	text-decoration: none;
	max-width: 100%;
	width: 40%;
	transition: all 0.5s ease;
	border: none;
	outline: none;
}

.button-news-special:hover {
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
	background-color: #361c5c;
}

@media (max-width: 1199.98px) {
	.button-news-special {
		max-width: 100%;
		width: 60%;
		float: left !important;
	}
}

@media (min-width: 992px) {
	.flex {
		width: 100%;
		display: flex;
		padding: 0px 150px;
	}
}

.form-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.newsletter-email {
	text-align: center;
	margin: auto;
	padding: 25px 0px;
	font-weight: 500;
	color: #454545;
	font-size: 17px !important;
	border-radius: 50px;
	display: block !important;
	background-color: #fff;
	text-decoration: none;
	max-width: 100%;
	width: 90%;
	transition: all 0.5s ease;
	border: none;
	outline: none;
	box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.06), 0 0px 25px 0 rgba(0, 0, 0, 0.06);
}

@media (min-width: 992px) {
	.newsletter-email {
		text-align: left;
		margin: auto;
		padding: 25px 50px;
		font-weight: 500;
		color: #454545;
		font-size: 17px !important;
		border-radius: 50px;
		display: block !important;
		background-color: #fff;
		text-decoration: none;
		max-width: 100%;
		width: 60%;
		transition: all 0.5s ease;
		border: none;
		outline: none;
		box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.06), 0 0px 25px 0 rgba(0, 0, 0, 0.06);
	}
}

#newsletter-form ::placeholder {
	color: #adadad;
	opacity: 1;
	/* Firefox */
}

#newsletter-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #adadad;
}

#newsletter-form ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #adadad;
}

.newsletter-button {
	text-align: center;
	padding: 25px 0px;
	font-weight: 600;
	color: #fff;
	font-size: 17px !important;
	border-radius: 50px;
	display: block !important;
	background-color: #60c328;
	text-decoration: none;
	max-width: 100%;
	width: 90%;
	transition: all 0.5s ease;
	border: none;
	outline: none;
	margin-top: 30px !important;
	margin: auto;
}

@media (min-width: 992px) {
	.newsletter-button {
		text-align: center;
		padding: 25px 0px;
		font-weight: 600;
		color: #fff;
		font-size: 17px !important;
		border-radius: 50px;
		display: block !important;
		background-color: #60c328;
		text-decoration: none;
		max-width: 100%;
		width: 20%;
		transition: all 0.5s ease;
		border: none;
		outline: none;
		margin-left: -40%;
		margin-top: 0px !important;
	}
}

.newsletter-button:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background-color: #4e9c21;
}

.news-page 

.social {
	font-size: 14px;
	margin-left: 14px;
	color: #fff;
	transition: all 0.5s ease;
}

.social:hover {
	color: #61c427;
}

.follow {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.5px;
}

.follow_spacer {
	height: 1px;
	width: 22px;
	background-color: #fff;
	margin-left: 14px;
	display: inline-block;
	vertical-align: middle;
}

.social_black {
	font-size: 14px;
	margin-left: 14px;
	color: #454545;
	transition: all 0.5s ease;
}

.social_black:hover {
	color: #61c427;
}

.follow_black {
	font-size: 14px;
	font-weight: 600;
	color: #454545;
	letter-spacing: 0.5px;
}

.follow_spacer_black {
	height: 1px;
	width: 22px;
	background-color: #454545;
	margin-left: 14px;
	display: inline-block;
	vertical-align: middle;
}

.responsive_margin {
	margin: 0px auto;
}


/* Team section start */

.team_container {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: auto;
}

.team_image {
	display: block;
	width: 100%;
	height: auto;
}

.team_text {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 17px !important;
	color: #7d7e7d !important;
	line-height: 28px;
	background-color: #fff;
	margin: 0px auto;
	padding: 20px;
}

.team_overlay {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-color: #60c428;
	background-size: cover;
	cursor: auto;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.team_container:hover .team_overlay {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.team_overlay_text {
	position: absolute;
	background-color: #60c428;
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 15px !important;
	color: #ffffff !important;
	line-height: 25px;
	padding: 20px;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/* Team section start end*/

.icon-list-influencers:before {
	content: "\f06c";
	color: #60c328;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	font-variant: normal;
	margin-right: 14px;
}

.list_margin {
	margin-bottom: 20px;
}


/* FAQ Start */

.list-group-item {
	color: #7d7e7d !important;
	background-color: transparent !important;
	border: transparent !important;
	padding: 1rem 0rem;
}

.list-group-item.active {
	color: #60c428 !important;
	background-color: transparent !important;
	border-color: transparent !important;
	font-weight: 700;
}

.btn-link {
	color: #454545 !important;
	text-decoration: none !important;
}

.accordion>.card {
	background-color: #ffffff00;
	border: none;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem 2.1rem;
	color: #7d7e7d;
}

.accordion button {
	color: #454545;
	text-transform: none !important;
	background: none;
	display: block;
	border: none;
	padding: 1.5rem 2.1rem;
	cursor: pointer;
	width: 100%;
	text-align: left;
	background: #d0e9c2;
	outline: none;
}

.accordion button[aria-expanded="true"] {
	background: none;
	color: #454545;
}

.fa-plus:before {
	color: #454545;
	border-radius: 50px;
	padding: 10px;
}

.accordion button[aria-expanded="true"] .fa-plus:before {
	content: "\f068";
	background-color: #d0e9c2;
}


/* FAQ End */


/* Under Construction start */

.coming_soon_text {
	font-family: "Raleway", sans-serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 90px;
	padding: 15px 30px;
	border: solid 4px #fff;
	border-radius: 10px;
	display: inline-block;
}


/* Under Construction End */


/* Footer Start */

.news-page .stay-connected-section {
	background-color: #f7f7f7 !important;
}

.pre-footer.no-container {
	padding: 100px 0px 60px 0px;
}

.footer-bg {
	background: url(../../assets/images/footer-bg.jpg);
	background-size: cover;
	background-position: center;
}

.pre-footer .paragraph {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 17px !important;
	color: #adadad !important;
	line-height: inherit;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.pre-footer .caption {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 14px !important;
	color: #adadad !important;
	line-height: 1.7 !important;
	margin-bottom: 0px;
}

.pre-footer a {
	color: #adadad;
	text-decoration: none !important;
	transition: all 0.5s ease;
}

.pre-footer a:hover {
	color: #fff;
	text-decoration: none !important;
	cursor: pointer;
}

.pre-footer ul {
	list-style: none;
	padding: 0;
}

.footer_spacer {
	background: #adadad;
	height: 1px;
	width: 100%;
}

.pre-footer .fab {
	margin-left: 30px;
}

.footer-float {
	float: right;
}

@media (max-width: 992px) {
	.footer-float {
		float: none;
	}
}


/* Footer End */


/* Food Donates 2020 Banner Start */

.food_Donates.bg-light-gray {
	background-color: #f5f5f5 !important;
}

.food_Donates .author {
	position: relative;
}

.food_Donates .author::after {
	position: absolute;
	height: 1px;
	width: 200px;
	background: #60c428;
	content: "";
	top: -6px;
	left: 50%;
	margin-left: -100px;
}

@media (max-width: 992px) {
	.food_Donates p.paragraph.qoute br {
		display: none;
	}
}


/* Food Donates 2020 Banner End */

.navbar-brand img {
	max-width: 110px;
}


/*============================================
            	Gift Cart Page
============================================*/

.gift-card-form .card {
	cursor: pointer;
	transition: all 200ms ease-out;
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(236, 243, 232, 0.125);
}

.gift-card-form .card:hover {
	background-color: #ecf3e8;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0.063rem solid #ecf3e8;
	border: 1px solid rgba(236, 243, 232, 0.125);
}

.gift-card-form input:checked+.card {
	border: 1px solid rgba(12, 84, 141, 0.15);
	background-color: rgba(12, 84, 141, 0.15);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.gift-card-form .card-title {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: normal;
	text-transform: uppercase;
}

.gift-card-form .card-text:last-child {
	margin-bottom: 0;
	font-size: 0.882em;
	font-weight: 500;
	line-height: 24px;
}

.gift-card-form .card-link-box {
	background-color: #0aa4b1;
	font-family: "Raleway";
	font-size: 0.706em;
	text-align: center;
	margin: 0px auto;
	padding: 10px;
}

.img-left {
	max-width: 100%;
	max-height: 80px;
}


/* Checkout Form CSS Start */

.close {
	font-size: 50px;
	font-weight: 400;
	color: #55c7d1;
	/*filter: alpha(opacity=10);*/
	opacity: 1;
	transition: all 200ms ease-out;
}

.close:hover,
.close:focus {
	color: #46a2ab;
	text-decoration: none;
	cursor: pointer;
	/*filter: alpha(opacity=20);*/
}

.min-purchase {
	background: #f1f1f1;
	border-radius: 10px;
	line-height: 30px !important;
	margin-top: 15px;
	font-size: 0.8em !important;
}


/* Checkout Form CSS End */

footer .footer-logo img {
	max-width: 125px;
}


/*============================================
    Gift Cards Thank You Page
============================================*/

.giftcards-thankyou-banner {
	background: url(../../assets/images/giftcards-thankyou-banner.jpg);
	background-size: cover;
	background-position: center;
}

.full-screen {
	min-height: 90vh;
}

.thankyou-text {
	font-family: "Raleway", sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 60px;
	padding: 30px;
	border: solid 2px #fff;
	border-radius: 10px;
	display: inline-block;
}


/*============================================
    Carousel CSS Start
============================================*/

.carousel-control-next,
.carousel-control-prev {
	position: inherit;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: inline-block;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	width: auto;
	color: #454545;
	text-align: center;
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: all 0.5s ease;
	text-align: center;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
	color: #454545;
}

.carousel-control-next:focus,
.carousel-control-prev:focus {
	color: #454545;
	opacity: 0.5;
}

.carousel_icons {
	font-size: 30px;
	display: block;
	margin-bottom: -10px;
}

.icon_text {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 0px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	/* Show 4th slide on md if col-md-4*/
	.carousel-inner .active.col-md-4.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: absolute;
		top: 0;
		right: -33.3333%;
		/*change this with javascript in the future*/
		z-index: -1;
		display: block;
		visibility: visible;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	/* Show 3rd slide on sm if col-sm-6*/
	.carousel-inner .active.col-sm-6.carousel-item+.carousel-item+.carousel-item {
		position: absolute;
		top: 0;
		right: -50%;
		/*change this with javascript in the future*/
		z-index: -1;
		display: block;
		visibility: visible;
	}
}

@media (min-width: 576px) {
	.carousel-item {
		margin-right: 0;
	}
	/* show 2 items */
	.carousel-inner .active+.carousel-item {
		display: block;
	}
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
		transition: none;
	}
	.carousel-inner .carousel-item-next {
		position: relative;
		transform: translate3d(0, 0, 0);
	}
	/* left or forward direction */
	.active.carousel-item-left+.carousel-item-next.carousel-item-left,
	.carousel-item-next.carousel-item-left+.carousel-item,
	.carousel-item-next.carousel-item-left+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	/* farthest right hidden item must be also positioned for animations */
	.carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		visibility: visible;
	}
	/* right or prev direction */
	.active.carousel-item-right+.carousel-item-prev.carousel-item-right,
	.carousel-item-prev.carousel-item-right+.carousel-item,
	.carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}


/* MD */

@media (min-width: 768px) {
	/* show 3rd of 3 item slide */
	.carousel-inner .active+.carousel-item+.carousel-item {
		display: block;
	}
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
		transition: none;
	}
	.carousel-inner .carousel-item-next {
		position: relative;
		transform: translate3d(0, 0, 0);
	}
	/* left or forward direction */
	.carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	/* right or prev direction */
	.carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}


/* LG */

@media (min-width: 992px) {
	/* show 4th item */
	.carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
		display: block;
	}
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
		transition: none;
	}
	/* Show 5th slide on lg if col-lg-3 */
	.carousel-inner .active.col-lg-3.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: absolute;
		top: 0;
		right: -25%;
		/*change this with javascript in the future*/
		z-index: -1;
		display: block;
		visibility: visible;
	}
	/* left or forward direction */
	.carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	/* right or prev direction //t - previous slide direction last item animation fix */
	.carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}


/* Carousel CSS End */


/*============================================
    Exclusive Offers Page Start
============================================*/

.purple {
	color: #481984 !important;
}

.bg-gray {
	background-color: #f5f5f5;
}

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

.bg-img {
	display: flex;
	flex-direction: column;
	height: auto;
	align-content: center;
	min-height: 300px;
	justify-content: center;
	width: 100%;
	object-fit: cover;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

.pg-cta-button {
	text-align: center;
	padding: 20px !important;
	font-weight: 900;
	color: #fff !important;
	font-size: 24px !important;
	border-radius: 0px;
	background-color: #481984;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	max-width: 100%;
	transition: all 0.5s ease;
	border: none;
	outline: none;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.pg-cta-button:hover {
	cursor: pointer !important;
	text-decoration: none;
	background-color: #76c341;
}

#exclusive-offers .card {
	cursor: pointer;
	transition: all 200ms ease-out;
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(236, 243, 232, 0.125);
}

#exclusive-offers .card:hover {
	background-color: #ecf3e8;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 0.063rem solid #ecf3e8;
	border: 1px solid rgba(236, 243, 232, 0.125);
}

#exclusive-offers input:checked+.card {
	border: 1px solid rgba(12, 84, 141, 0.15);
	background-color: rgba(12, 84, 141, 0.15);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#exclusive-offers .card-title {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.1rem;
	line-height: normal;
	margin: 0px auto;
}

#exclusive-offers .card-text:last-child {
	margin-bottom: 0;
	font-size: 0.882em;
	font-weight: 500;
}

.img-left {
	max-width: 100%;
	max-height: 80px;
}


/*============================================
    Brand carousel Start
============================================*/

.carousel-control-next,
.carousel-control-prev {
	position: inherit;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: inline-block;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	width: auto;
	color: #454545;
	text-align: center;
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: all 0.5s ease;
	text-align: center;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
	color: #454545;
}

.carousel-control-next:focus,
.carousel-control-prev:focus {
	color: #454545;
	opacity: 0.5;
}

.carousel_icons {
	font-size: 30px;
	display: block;
	margin-bottom: -10px;
}

.icon_text {
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 0px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	/* Show 4th slide on md if col-md-4*/
	.carousel-inner .active.col-md-4.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: absolute;
		top: 0;
		right: -33.3333%;
		/*change this with javascript in the future*/
		z-index: -1;
		display: block;
		visibility: visible;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	/* Show 3rd slide on sm if col-sm-6*/
	.carousel-inner .active.col-sm-6.carousel-item+.carousel-item+.carousel-item {
		position: absolute;
		top: 0;
		right: -50%;
		/*change this with javascript in the future*/
		z-index: -1;
		display: block;
		visibility: visible;
	}
}

@media (min-width: 576px) {
	.carousel-item {
		margin-right: 0;
	}
	/* show 2 items */
	.carousel-inner .active+.carousel-item {
		display: block;
	}
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
		transition: none;
	}
	.carousel-inner .carousel-item-next {
		position: relative;
		transform: translate3d(0, 0, 0);
	}
	/* left or forward direction */
	.active.carousel-item-left+.carousel-item-next.carousel-item-left,
	.carousel-item-next.carousel-item-left+.carousel-item,
	.carousel-item-next.carousel-item-left+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	/* farthest right hidden item must be also positioned for animations */
	.carousel-inner .carousel-item-prev.carousel-item-right {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
		visibility: visible;
	}
	/* right or prev direction */
	.active.carousel-item-right+.carousel-item-prev.carousel-item-right,
	.carousel-item-prev.carousel-item-right+.carousel-item,
	.carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}


/* MD */

@media (min-width: 768px) {
	/* show 3rd of 3 item slide */
	.carousel-inner .active+.carousel-item+.carousel-item {
		display: block;
	}
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
		transition: none;
	}
	.carousel-inner .carousel-item-next {
		position: relative;
		transform: translate3d(0, 0, 0);
	}
	/* left or forward direction */
	.carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	/* right or prev direction */
	.carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}


/* LG */

@media (min-width: 992px) {
	/* show 4th item */
	.carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
		display: block;
	}
	.carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
		transition: none;
	}
	/* Show 5th slide on lg if col-lg-3 */
	.carousel-inner .active.col-lg-3.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: absolute;
		top: 0;
		right: -25%;
		/*change this with javascript in the future*/
		z-index: -1;
		display: block;
		visibility: visible;
	}
	/* left or forward direction */
	.carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	/* right or prev direction //t - previous slide direction last item animation fix */
	.carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
		position: relative;
		transform: translate3d(100%, 0, 0);
		visibility: visible;
		display: block;
		visibility: visible;
	}
}


/* Brand Carousel CSS End */

#news .card {
	border: 1px solid rgba(0, 0, 0, 0.125);
}

#faq .accordion button {
	background: #d0e9c2;
}

#faq .accordion button[aria-expanded="true"] {
	background: none;
}

.hpb-color h1 {
	color: #454545;
}

select {
    background-image: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	-moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}