/*
 Theme Name:     Farmacy
 Description:    Divi Child Theme
 Author:         Karthik
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

@media only screen and (max-width: 500px) {
	.home .et_pb_slider .et_pb_slide {
		max-height: 600px;
		background-position: top left;
		background-size: cover;
	}
}
body .wpcf7 form .wpcf7-response-output {
    margin-right: auto;
    margin-left: auto;
}

/*
@media (max-width: 580px){
	body .et_section_specialty > .et_pb_row,
	body .et_pb_row {
		padding: 0 20px;
	} 
}
*/

.member-popup .wpcf7 label {
    min-width: 180px;
    text-align: right;
    display: inline-block;
    padding: 10px;
}
.member-popup form input[type=text], .member-popup form input[type=date], 
.member-popup .wpcf7-form .wpcf7-form-control-wrap.email .wpcf7-email {
    padding: 13px;
    font-size: 16px;
    border: 0;
    color: #404042;
    margin: 10px 0 0;
    width: 100%;
    text-transform: lowercase;
    font-family: 'proximanova-regular',Helvetica,Arial,Lucida,sans-serif;
    background-color: #F0F0F0;
    max-width: 450px;
    line-height: 20px;
    border-top: 1px solid #c3c3c3;
}
.member-popup .button-div {
	text-align: center;
    margin: 30px 0;
}
.member-popup .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    font-family: 'proximanova-regular',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    min-width: 200px;
    margin: 10px;
}
input.wpcf7-form-control.wpcf7-submit.wpcf7-reset {
    background: #404042;
}

.member-popup .wpcf7-form input[type="date"] {
    box-sizing: border-box;
    outline: 0;
}
.member-popup input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    color: transparent; 
    height: auto;
    width: auto;
    bottom: 0;
    cursor: pointer;
    position: absolute;
    right: 0px;
    left: 0;
    top: 0;
}
.member-popup .wpcf7-form input[type="date"]:before {
	content: attr(placeholder);
	margin-right: 0.5em;
	opacity: 0.7;
	width: 100%;
}
.member-popup .wpcf7-form input[type="date"].withVal:before {
    content: "";
    width: auto;
}
.member-popup .wpcf7-form span.wpcf7-not-valid-tip {
    margin: 0;
    text-align: center;
    position: relative;
    top: 0;
}
.member-popup input.wpcf7-not-valid {
    border-color: #ff0000 !important;
}
.member-popup .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-not-valid input[type=checkbox] {
    box-shadow: 0px 0px 2px 1px red;
}
.member-popup .text-div {
	margin: 20px 30px;
}


body .notification_block {
	padding: 0;
}
body .notification_title h6 {
	padding: 15px;
}
.notification_title.show_toggle {
    display: inherit;
    max-width: inherit;
}
.expanded_title, .notification_title {
    max-width: 85%;
}
.notification_title.show_toggle a {
    text-align: center;
    display: block;
    width: 100%;
}

.toggle_notify {
	padding: 12px 2vw 12px 0;
    position: fixed;
    right: 0;
    width: 100%;
    cursor: pointer;
}

.footer_section .wpcf7-not-valid-tip {
	display: none;
}
.customHide.wpcf7-response-output {
	display: none !important;
}
.wpcf7-not-valid-tip.newColor {
	color: #56c1b6;
	line-height: 20px;
}
.newForm {
	margin-bottom: 40px;
}

.quotes {
	display: inline-block;
}
.row.quotes-url {
    border-top: 1px solid #D5D2D2;
    margin: 40px 0 20px;
    text-align: center;
    position: relative;
}
.row.quotes-url .a-href {
	top: -20px;
	right: 0;
	left: 0;
	background:#fff;
	width: 130px;
	padding: 0 15px;
	position: absolute;
	margin: 0 auto;
}

.et_fullwidth_nav #main-header .container.et_menu_container {
	padding-left: 0;
}

#page-container .header_right_menu .et_pb_button:hover {
    border: 1px solid;
}
#top-menu-nav { /*
    position: relative;
    right: 3vw; */
}
#top-menu li {
	/*padding: 0 22px;*/
	padding: 0px 1.7vw;	
	margin-top: 5px;
}

.admin-bar .notification_block {
	margin-top: 32px;
}

.notification_block {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}


#page-container #main-header {
	/*position: inherit;*/
}
/*
@media only screen and (max-width: 800px) {
	#conditions_popup, #membership_popup, #membership_sign_up_popup {
		width: auto;
		height:auto;
		min-width: inherit;
		padding-bottom: 0;
	}
	#conditions_popup .et_pb_row {
		padding: inherit;
	}
}
*/
#page-container #conditions_popup .et_pb_button:hover {
	background: #10A1A4;
}
#conditions_popup img {
	max-width: 200px;
	margin-bottom: 20px;
}
.half-section .et_pb_image .et_pb_image_wrap {
	display: inherit;
}
.half-section .et_pb_image .et_pb_image_wrap img { width: 100%; }

.contact-icons .et_pb_blurb_position_left .et_pb_blurb_container {
    vertical-align: middle;
}
.contact-icons .et_pb_column {
    width: auto;
    display: inline-block;
    float: inherit;
    vertical-align: middle;
	margin: 0 5vw 20px 0 !important;
}

.widget_recent_entries ul li {
	padding-bottom: 3px;
}
.article_blog_page article .entry-featured-image-url {
    margin: 10px 5% 30px 0;
    max-width: 45%;
    float: left;
}
.article_blog_page article .entry-title, .article_blog_page article .post-meta,
.article_blog_page article .post-content {
	float: left;
	max-width: 50%;
}

div.wpcf7 .wpcf7-form {
	position: relative;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
}

body .footer-overlay {
	right: 0;
	/*left: 0;*/
	position: fixed;
	width: auto !important;
	bottom: 0px;
	padding: 0;
	z-index: 1000;
	text-align: center;
	background: inherit;
}
.footer-overlay .close-icon.dot {
	display: block;
}
.footer-overlay .hide-icon {
	display: none;
}
.footer-overlay .et_pb_module {
	margin-bottom: 20px !important;
}
.footer-overlay .et_pb_module img {
	max-width: 70px;
	cursor: pointer;
}

.footer_section strong {
	font-family: 'Maven Pro',Helvetica,Arial,Lucida,sans-serif;
}
.et_pb_row.footer-logos {
	text-align: center;
}
.footer-logos .et_pb_column .et_pb_module {
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 1vw;
	margin-bottom: inherit !important;
}
.et_pb_row {
	width: 90%;
}
	
.is-modal .yikes-easy-mc-form .submit-button-inline-label {
    width: inherit;
}
.wpcf7-form .wpcf7-form-control-wrap.email {
    /*display: block;*/
    font-family: 'proximanova-regular',Helvetica,Arial,Lucida,sans-serif;
	position: inherit;
}
.wpcf7-form .wpcf7-form-control-wrap.email .wpcf7-email {
	padding: 13px;
	font-size: 16px;
	border: 0;
    color: #404042;
	margin: 0 0px 10px;
	width: 100%;
	text-transform: lowercase;
	font-family: 'proximanova-regular',Helvetica,Arial,Lucida,sans-serif;
    background-color: #F0F0F0;
	max-width: 350px;
	line-height: 20px;
	/*
	border-bottom: 1px solid #404042 !important;
    text-align: center;
	border-radius: 30px;
	*/
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {	
    /*
	position: absolute;
	right: 0;
	top: 20px;
	color: #404042;
	border: 0;	
	background: url(mail.png) no-repeat right bottom;
	font-size: 0;
	width: 40px;
	height: 30px;
	*/
	/*
	font-size: 28px;
	content: "\7c";
	font-family: 'ETmodules';
    color: #10A1A4;
    border-top: 1px solid #D5D2D2;
    background: inherit;
	margin: 20px 0 0;
	*/
	cursor: pointer;
    border: 0 solid;
	padding: 13px 50px;
	color: #fff;
	background: #56C2B6;
	vertical-align: top;
    font-family: "Maven Pro";
    font-size: 13px;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
	/*
	background-color: #ffffff;
    color: #C0DA78;
    */
}
.wpcf7-form .wpcf7-response-output {
	width: inherit; /*
	margin: 10px auto; 
	font-weight: bold; */
	color: #404042;
	max-width: max-content;
	margin: 30px auto 0;
}
.wpcf7-form .mc4wp-checkbox {
	display: none;
	font-size: 0;
}
.wpcf7-form span.wpcf7-not-valid-tip {
	/*text-align: left;*/
	position: absolute;
	top: 45px;
	right: 0;
	left: 0;
	margin: 10px;
}

#sb_instagram #sbi_load {
	margin: 30px 0 0;
}
#page-container .et_pb_button:hover {
    border-right: 0;
    background: inherit;
    border-bottom: 0;
    border-left: 0;
    border-color: #10A1A4;
}

.image-full-width img {
	width: 100%;
}
.blog_header {
    margin: 20px 0;
}
.post .entry-title {
    /*line-height: 30px;*/
	font-family: 'Maven Pro',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: 900;
	color: #161616;
	font-size: 32px;
	line-height: 40px;
	padding-bottom: 10px;
}
.logo_container a {
    display: inline-block;
    max-width: 250px;
    padding: 10px 20px;
}
.et_header_style_left .container .logo_container {
    position: relative;
    width: auto;
    height: inherit;
    display: inline-block;
    float: inherit;
	vertical-align: top;
padding: 15px 0 15px;
}

form.sign_up_form input[type=email], form.sign_up_form input[type=number], form.sign_up_form input[type=text], form.sign_up_form input[type=url], form.sign_up_form select {	
    padding: 5px 10px !important;
    min-height: 45px;
}

#main-header {
	/* max-width: 1500px; */
	max-width: 1320px;
	-webkit-box-s-webkit-box-shadow: none;
	-moz-box-shadow: none;	
	box-shadow: none;	
    margin: 0 auto;
}

#main-footer {
	display: none;
}


/* Header Styles */
#et-top-navigation {
	/* padding-left: 0px !important; */
	float: left;
	/* width:40%; */
	font-weight: 500;
}
.start_now:hover, .number:hover {
	background-color: transparent !important;
}

.mobile_menu_bar:before{
	color: #404042 !important;
   }

 .mobile_menu_bar:before{
	color: #000000 !important;
   }

.et_mobile_menu{
	border-top: none;
 }

 .mobile_nav .mobile_menu_bar:before {
    color: #56c2b6 !important;
    font-weight:normal;
    font-size:40px;
}

.mobile_nav ul li{
	text-align:center;
}
.et_mobile_menu li a{
	border-bottom:none;
	font-weight: 500;
}

.mobile_nav .mobile_menu_bar:before {
	background-image: url(menu_closed.png);
    background-size: 35px 20px;
    display: inline-block;
    width: 40px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
	background-position: top center;
}

.opened .mobile_menu_bar::before {
    background-image: url(menu_open.png);
    content: "";
    background-size: 22px 20px;
}
.et_mobile_menu{
	padding: 0px 0px 20px 0px;
	}	


/* --------------------------------------------------- */

/* header responsive */
@media (min-width: 1500px) {
	.et_pb_section .circle_image_2 {
		width: auto;
	}
}
@media only screen and (min-width: 1350px) {
	/* #main-header .logo_container{
	 	height: 80%; 
	} */
	.header_right_menu .et_pb_section{
		padding: 0;
		background: inherit;
	}
}

@media (min-width: 981px){
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
		/*
		padding-top: 40px !important;
		*/
	}
	.et_header_style_left #main-header #et-top-navigation,
	.et_header_style_split #main-header #et-top-navigation {
		/*padding: 15px 0;*/
		
		padding-top: 40px !important;
		display: inline-block;
		float: inherit;
		padding-left: 0px !important;		
	}
}

@media only screen and (max-width: 1365px) {
	#top-menu li {
		/*padding-right: 10px;
		margin-left: 10px;*/
	}
}

@media only screen and (max-width: 1275px) {
	.container #top-menu li a {
		font-size: 11px;
	}
	#top-menu li { /*
		padding-right: 15px;
		margin-left: 10px;		 */
	}
	.header_right_menu .et_pb_module {
		font-size: 10px;
	}
	body #page-container .right_menu .start_now {
		font-size: 10px;
	}
	body #page-container .right_menu .number {
		font-size: 10px;
	}
}

@media only screen and (max-width: 1100px) {
	header #top-menu li {
		padding: 0px 1vw;
	}
}
@media only screen and (max-width: 1131px) {
	.container #top-menu li a {
		font-size: 11px;
	}
	header #top-menu li {
		/*padding: 0 12px;
		margin-left: 0px;*/
		/* margin-top: 10px; */
	}
	.header_right_menu .et_pb_module {
		font-size: 10px;
	}
	body #page-container .right_menu .start_now {
		font-size: 9px;
	}
	body #page-container .right_menu .number {
		font-size: 9px;
	}
	.mail_section .circle_image_2{
		top: -30px !important;
	}
}

@media only screen and (max-width: 1067px) {
	.container #top-menu li a {
		font-size: 12px;
	}
	#et-top-navigation {
		float: right;	
	}
	.header_right_menu {		
		margin-top: 0px !important;
	}
	.header_right_menu .et_pb_section{
		padding: 0px;
	}
	.header_right_menu .right_menu{
		/*padding-top: 0px !important;*/
	}
}

@media only screen and (max-width: 980px) {
	.header_right_menu a.number {		
		border: none;
		font-size: 14px !important;
	}
	#et_mobile_nav_menu {
		margin: 0 15px;
	}
	#main-header .logo_container{
		height: inherit;
		z-index: 1;
		width: 50%;
		padding: 10px 10px; /*
		text-align: left !important;
		padding-left: 15px !important; */
	}
	.header_right_menu{
		width: 100%;
	}
	.header_right_menu .et_pb_section{		
		padding: 0px;
	}
	.mail_image{
		width: 20vw;
	}
	/* .right_menu{
		text-align: center !important;
	} */
	form .mc4wp-form-fields input[type="email"]{
		display: block;
    	margin: 0 auto;
    	margin-bottom: 5px;
    	width: 45% !important;
	}
	form .mc4wp-form-fields input[type="submit"]{
		width: 30% !important;
	}
	.mail_section .circle_image_2{
		top: -40px !important;
	}
	.footer_section .testimonial_text{
		text-align: center;
	}
	.programs .programs_title{
		margin-bottom: 10px !important;
	}
}

@media only screen and (max-width:980px) {
	.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
		display: inline-block;
		padding-top: 25px !important; 
		padding-left: 0px !important; 
		position: initial;
		/*
		position: absolute;
		top: 0; */
	}
	.container{
		width:100%;
	}
  	.logo_container span{
		padding-top:90px;
	 	display: none;
	}
	.logo_container a {
		margin: 0;
	}
	#logo{
		max-height:70%;
		max-width: 100% !important;
	}
  	.about_section .et_pb_image .et_pb_image_wrap img{
    max-width: 80%;
	}
	form .mc4wp-form-fields input[type="email"]{
		width: 95% !important;
		margin-bottom:15px;
	}
	form .mc4wp-form-fields input[type="submit"]{
		width: 95% !important;
	}
	.programs{
		border-bottom: none;
	}
	.programs ul{
		line-height:21px;
	}
	#sb_instagram #sbi_images .sbi_item{
		/*padding:10px 0px !important;*/
	}
	form .mc4wp-form-fields input[type="email"]::placeholder{
		font-size:13px !important;
	}
	.event_date h3{
		font-size: 60px !important;
	}
	#sbi_images .sbi_item .sbi_type_image{
		width: 50%;
	    height: 130px;
	}	
}

@media only screen and (max-width:549px) {
	.et_pb_row {
		width: 100%;
  		padding: 0px 20px;
  	}
	.events .event_date {
    	width: 30%;
    }
    .events .event_image {
	    width: 64%;
	    float: right;
	    margin-right: 0%; 
	    max-width: 100%;
	    padding-bottom:10px;
	}
	.events .event_title_content {
	    width: 68%;
	    margin-right: 0%; 
	    display: inline-block;
	    float: right;
	}
	.event_title_content h3{
		font-size:13px !important;
		line-height:19px;
	}
	.event_title_content p{
		font-size:13px;
		line-height:19px;
	}
}


/* --------------------------------------------------- */

/* Right header menu */

.right_menu {	
    padding: 5px 0;
	width: 100% !important; /*
    padding: 20px 0;
	float: right;
	text-align: right;
	padding-top: 20px !important; */
}

.right_menu .et_pb_row_0 .et_pb_row {
	/*padding: 0px !important;*/
}

.right_menu .et_pb_button_module_wrapper {
	display: inline-block;
	padding-right: 0px;
}

.right_menu .et_pb_column > div {
	/*
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
	margin-bottom: 0px !important;
	*/
}
.header_right_menu {
	float: right;	
	position: absolute;
	right: 0px;
	top: 10px;
}

.circle_image_1 .et_pb_column_2 {
	position: absolute;
	top: -25px;
}

.who_we_are {
	margin-top: 60px;
}

.fb_icon {
	display: inline-block;
}

.insta_icon {
	display: inline-block;
	padding-left: 10px;
}

.mobile_right_text a{
	/*font-family: proximanova-regular;
    line-height: 18px;*/
}
.mobile_right_shop a, .mobile_right_tel a{
	border: 1px solid #56c2b6 !important;
    color: #56c2b6 !important;
    margin: 10px;
}


/* --------------------------------------------------- */

/*Instagram posts*/

#sbi_load {
	padding-top: 0px !important;
	margin-bottom: 30px;
}

#sbi_load .sbi_load_btn .sbi_btn_text {
	font-size: 40px !important;
	line-height:0px !important;
}

.mc4wp-form-fields{
	text-align: center;
	font-size:0;
}
.alm-btn-wrap {
	display: inline-block;
    width: 100%;
    text-align: center;
}

.alm-load-more-btn.more {
	color: #fff;
    font-size: 15px;
    /*font-family: 'proximanova-bold'!important;*/
    background-color: #56c2b6 !important;
    padding:15px 95px !important;
    cursor: pointer;
    border: none;
}

.alm-btn-wrap .alm-load-more-btn.done{
	cursor: not-allowed;
    opacity: 0.5;
}

form .mc4wp-form-fields input[type="email"]{
	width:22%;
	padding:12px;
	font-size:16px;
	background-color:#ffffff;
	color:#000000;
	border:1px solid #ffffff;	
    line-height: 18px;
}

form .mc4wp-form-fields input[type="email"]::placeholder{
	color:#D5D2D2;
	font-size:16px;
}	

form .mc4wp-form-fields input[type="submit"] {	
    line-height: 18px;
	padding: 12px 35px;
	background-color:#C0DA78;
	color:#ffffff;
	font-size:14px;
	font-family: 'proximanova-bold';
	letter-spacing: 3.5px;
	border:1px solid #C0DA78;
	vertical-align: top;
}

form .mc4wp-form-fields input[type="submit"]:hover{
	background-color:#ffffff;
	color:#C0DA78;
	cursor: pointer;
}








.banner_module u {
	position: relative;
	text-decoration: none;
}

#sb_instagram{
	padding-bottom:0px !important;
}

/* After Update R 12/7 to 15/7 */

#paragraph_terms p {
    padding-bottom: 0;
}
#conditions_popup, #membership_popup, #membership_sign_up_popup{
	min-height: 520px;
	width: 730px;		
}
.comment_section{
	display: none;
}
.single #left-area{
	padding-bottom: 0px;
}
.single article{
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.single_title{
	color: #323631;		
	font-size: 54px;		
	font-weight: 300;	
	line-height: 54px;
	padding-bottom: 35px;
}
.single .et_post_meta_wrapper{
	width: 85% !important;
	max-width: 85% !important;
}
.blockquote_content h3 {
	min-height: 140px !important;
}
.blog_meta_breadcrumb{
	/*margin-left: 8px;*/
	font-size: 12px;
	line-height: 26px;
}
.posted_person{
	color: #56C2B6;
}
.single #main-header{
	box-shadow: 0 1px 0 rgba(0,0,0,.1);
}
.single.et_pb_pagebuilder_layout.et_full_width_page .single_detail_content{
	padding-top: 50px;
}
.row1{
	width: 100%;
}
#related_blog #related_articles .custom_col_width100 {
    padding: 25px 0;
}
#related_articles .custom_col_width100 {
    padding-bottom: 45px;
    /*border-top: 1px solid #bdbdbd;*/
    display: inline-block !important;
}
#related_articles .custom_col_width20 {
    width: 30%;
    float: left;
}
#related_articles .custom_col_width80 {
    width: 67%;
    float: right;
}
#related_news .article_image {
    float: right;
}
.custom_col_width80 {
    width: 80%;
    float: left;
}
#related_articles:last-child .custom_col_width100{
	border-bottom: none;
}
.article_date h6{
	color: #404042;
	font-family: "proxima-nova";
	font-size: 14px;
	line-height: 26px;
}
.article_title h3 {
	color: #161616;
	font-family: "Maven Pro";
	font-size: 32px;
	font-weight: 900;
	line-height: 40px;
}
.article_content{
	line-height: 24px;
	font-size: 16px;
	font-family: "proxima-nova";
	color: #404042;
}
@media only screen and (max-width: 980px) {
	body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row {
		width: inherit !important;
		max-width: inherit !important;
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.single_title {
		font-size: 36px;
	}
	#related_articles .article_title h3 {
		font-size: 24px;
		line-height: 30px;
		margin-top: 10px;
	}
	#related_articles .custom_col_width100{
		padding-top: 0px !important;
	}
	#related_articles .custom_col_width80 {
		width: 100%;
		float: inherit;
	}
	#related_articles .custom_col_width20 {
		width: 100%;
		float: inherit;
	}
	.custom_col_width20 .article_image img {
		max-width: 100%;
		padding-top: 20px;
	}
}
.more-link{
	padding: 20px 0px;
	color: #56c2b6;
    text-transform: uppercase;
    font-weight: bold;
}
#main-header {
	border-bottom: 1px solid #ddd;
}
.article_blog_page .et_pb_blog_0:not(.et_pb_blog_grid) .et_pb_post:last-child{
	border-bottom: none;
}
.article_blog_page .et_pb_post{
	margin-bottom: 30px;
	padding-bottom: 20px;
}
@media only screen and (max-width: 800px){
	#conditions_popup, #membership_popup, #membership_sign_up_popup{
		width: auto;
		height:auto;
		min-width: inherit;
		min-height: inherit;
		padding: 10px;
	}
	#page-container #condition_popup_yes.et_pb_button {
	    min-width: 75vw;
	}
}

/* K 18-7-19 */
.event_title_content{
	font-family: "proximanova-regular";
	font-size:16px;
}
.event_title_content a{
	font-family: "proximanova-semibold";
}

/* Sign Up modal R 30/7/19 */
.sign_up_form label.FNAME-label, .sign_up_form label.LNAME-label{
	width: 49.5% !important;
}
.sign_up_form label.EMAIL-label, 
.sign_up_form label.PHONE-label{
	width: 100% !important;
}
.sign_up_form{
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
}
.sign_up_form input[type=email], .sign_up_form input[type=number], .sign_up_form input[type=text], .sign_up_form input[type=url], .sign_up_form select{
	padding: 1em !important;
	font-family: 'proxima-nova';
	background: transparent !important;
}
.sign_up_button{
	width: 40% !important;
	background: #56C2B6 !important;
	border: none !important;
}
.sign_up_button span{
	font-family: 'proxima-nova';
	font-weight: bold;
	color: #ffffff !important;
	letter-spacing: 3.5px;
	text-transform: uppercase;
}
.g-recaptcha{
	text-align: left;
}
#membership_popup{
	padding: 2% 0 !important;
}
.yikes-easy-mc-error-message, .yikes-easy-mc-success-message{
	margin-bottom: 15px;
	padding: 3px 15px !important;
	font-family: 'proxima-nova';
}
.sign_up_form #yikes-easy-mc-form-1-FNAME:placeholder-shown, .sign_up_form #yikes-easy-mc-form-1-LNAME:placeholder-shown, .sign_up_form #yikes-easy-mc-form-1-EMAIL:placeholder-shown,
.sign_up_form #yikes-easy-mc-form-1-PHONE:placeholder-shown{
	font-size: 16px;
	font-family: 'proxima-nova';
}
.sign_up_form #yikes-easy-mc-form-1-PHONE{
	padding-left: 50px !important;
}
.age_verify_checkbox label, .age_verify_checkbox input[type="checkbox"]{
	cursor: pointer;
}
.subscribe_form #recaptcha-1{
/*     display: none; */
}
.subscribe_form label.EMAIL-label{
	display: inline-block !important;
	width: 23% !important;
	padding-right: 0px !important;
	margin-bottom: 0px !important;
}
.yikes-easy-mc-form .subscribe_button{
	display: inline-block !important;
	width: 13% !important;
	padding: 12px 0px 11px 0px !important;
	background-color: #C0DA78;
	color: #ffffff;
	font-size: 14px;
	font-family: 'proximanova-bold';
	letter-spacing: 3.5px;
	border: 1px solid #C0DA78;
	text-transform: uppercase;
	vertical-align: top;
	margin-top: 0px !important;
	margin-left: -3px !important;
}
.yikes-easy-mc-form .subscribe_button:hover{
	background-color: #ffffff;
	color: #C0DA78;
}
.subscribe_form #yikes-easy-mc-form-2-EMAIL{
	margin-bottom: 0px !important;
	padding: 12px !important;
	background: #ffffff;
	border: 1px solid #ffffff;
}
.subscribe_form #yikes-easy-mc-form-2-EMAIL::placeholder{
	font-size: 16px;
	font-family: 'proxima-nova';
	opacity: 0.3;
}
.mail_subscribe .mc4wp-alert.mc4wp-success,.mail_subscribe .mc4wp-alert.mc4wp-notice{
    color: #fff;
    font-weight: bold;
    margin: 10px 0 0;
    text-transform: capitalize;
}
@media only screen and (max-width: 870px){
	
	.subscribe_form label.EMAIL-label{
		width: 80% !important;
	}
	.yikes-easy-mc-form .subscribe_button{
		width: 50% !important;
		margin-top: 20px !important;
	}
	
}

/* Add Phone Number R 20/8/19 */
.iti--allow-dropdown{
	width: 100%;
}
.mfp-title {
display: none !important;
}




/* -----------------  Notification Block ---------------------------------- */

.notification_block{
	background-color: #12a1a4;
	padding:10px;
}
.notification_title {
	display: inline-block;
}
.notification_title h6 {
	font-family: 'proximanova-regular';
    color: white;
    font-size: 16px;
    padding: 0;
}
.toggle_block {
	text-align:right;
	float: right;
}
.notification_block .toggle_notify a:after { 
	content: "\2228";
    font-size: 13px;
    margin-left: 5px;
}	
.notification_block .toggle_notify a {
	font-family: 'proximanova-regular';
	color:white;
    cursor: pointer;
    text-transform: uppercase;
}

.notification_block .notification_header #more_details a:after{
	content: "\2228";
    font-size: 14px;
}
.notification_block .notification_header #close_details a:after{
	content: "\2227";
    font-size: 14px;
    
}

.expanded_notification {
	text-align: center;	
    max-width: 900px;
    padding: 25px 0 10px;
    margin: 0 auto;
}
.expanded_title h4 {
	font-family: 'proximanova-regular';
	color:white;
	margin-bottom: 5px;
}
.expanded_content h6 {
	font-family: 'proximanova-regular';
	color:white;
    font-size: 16px;
}
.expanded_content a.more {
    display: block;
    margin: 15px auto 0;
    padding: 3px 10px;
    max-width: 160px;
    border: 2px solid #fff;
}

.et_fixed_nav.et_show_nav #page-container {
	/*transition: none;
	padding-top: 0 !important;*/
}

@media only screen and (max-width:460px){
	.toggle_block {
		max-width: 20%;
	}
	.notification_title {
		max-width: 80%;
		vertical-align: middle;
	}
	.notification_block .notification_header #more_details a:after,
	.notification_block .toggle_notify a {
		font-size: 12px;
    	line-height: 15px;
	}
	.expanded_title h4, .expanded_content h6,
	.notification_title h6 {
    	font-size: 12px;
    	line-height: 13px;
	}
	.show_toggle.notification_title {
    	max-width: inherit;
	}
	.show_toggle.notification_title h6 {
    	line-height: 15px;
	}
}




#main-header #et-top-navigation {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#page-container #main-header.et-fixed-header {
    position: fixed;
    transform: matrix(1, 0, 0, 1, 0, -125);
}
#page-container #main-header {
    /* position: absolute;
    background: inherit; 
    position: inherit; */
	border: 0; 
    max-width: inherit;
    transform: translate3d(0%, 0%, 0px);
}
header #top-menu li.centered-inline-logo-wrap {
	width: inherit !important;
	height: inherit;
	margin: inherit;
}

.events {
	display: inline-block;
	margin-bottom: 30px;
}
.events .event-content {
    max-width: 31%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
}
.row.events .event-content:first-child {
/* 	margin-right: 4%; */
    margin-left: 0;	
}
.events .event-content:last-child {
    margin-right: 0;
/*     margin-left: 2%; */
}
.events .event-content:nth-child(3n+3) {
    margin-right: 0;
}
.events .event-image {	
    height: 303px;
    width: 100%;
    background-size: cover;
    background-position: top center;
    display: inline-block;
    margin: 0 0px 25px 0;
}
.events .event-image img {
	display: none;
}
.events .event-detail {
	font-family: 'proximanova-regular',Helvetica,Arial,Lucida,sans-serif;
	color: #404042;
    font-size: 16px;
    line-height: 24px;
}
.events .event-detail .title {
	font-family: 'Maven Pro',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    color: #161616;
    font-size: inherit;
    padding-bottom: 5px;
}
.events .event-detail .event-date {
	color: #002244;
    /* text-transform: lowercase; */
}
.events .event-info {
	margin: 15px 0;
}

.events-page .events {
	margin-bottom: 0;
}
.events-page .events .event-content:last-child {
	border: 0;
}
.events-page .events .event-content {
    max-width: inherit;
    margin: 15px 0 !important;
    border-bottom: 1px solid #D5D2D2;
	width: 100%;
}
.events-page .events .event-detail {
    max-width: 65%;
    display: inline-block;
    float: right;
    color: #000;
    width: 100%;
    text-align: justify;
}
.events-page .events .event-detail .title {
    color: #161616;
	font-size: 20px;
	padding-bottom: 10px;
}
.events-page .event-image {
    max-width: 30%;
}


.blogs .first-blog .blog-image, .blogs .first-blog .blog-detail {
    display: inline-block;
    max-width: 49%;
	vertical-align: top;
}
.blogs .first-blog .blog-detail .title a {
	background: inherit;
}
.blogs .first-blog .blog-detail .title {
	font-size: 32px;	
	font-weight: 900;	
	line-height: 40px;
	background: inherit;
}
.blogs .first-blog .blog-detail {
    padding-left: 5%;
}
.blog-content.first-blog {
    margin: 60px 0;
}
.blogs .first-blog .blog-image img {
    max-width: 500px;
}
.blogs .blog-detail .title {
    color: #FFFFFF;
    font-family: "Maven Pro";
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
	margin: 0 0 10px;
	/*background: url(white-arrow.svg) no-repeat right center;
	padding-right: 15px;*/
	display: inline-block;
	padding-bottom: 3px;
}
.blogs .blog-detail .title a {
    background: url(white-arrow.svg) no-repeat right 65%;
    padding-right: 15px;
}
.blogs .blog-info {
    margin: 10% 0 0;
}
.blogs .blog-info a {
    color: #D5D2D2;
    font-size: 14px;
    font-weight: 900;
	text-transform: uppercase;
}
.discount_program ul li {
    padding-left: 10px;
    margin-left: 5px;
}
.et_pb_section .et_pb_testimonial::before {
    background: url(quote.png) no-repeat right center;
    left: 0;
    margin: 0;
    top: -5px;
    min-width: 25px;
    min-height: 25px;
    content: "";
}
.et_pb_testimonial .et_pb_testimonial_author {
	margin-top: 5px;
}
.home .footer_section {
	border: inherit;
}
.footer_section {
    border-top: 2px solid #f1f1f1;
}

/*@media (min-width: 1400px) {*/
@media (min-width: 981px) {
	#page-container {
		/* background: #fff; */
		margin: 0 auto;
		margin-top: 0px !important; /*
		max-width: 1500px;
		border-right: 1px solid #f1f1f1;
		border-left: 1px solid #f1f1f1;	 */
		padding: 0 2%;
	}
	#page-container #main-header {
		padding: 0 0%;
		max-width: 96%;
		/*box-shadow: 0 0 7px rgba(0,0,0,.1); */
		box-shadow: inherit !important;
	}
	.notification_block {
		/*max-width: 96%;*/
		left: 0;
		padding-left: 2%;
		padding-right: 2%;
	}
}
@media only screen and (min-width:981px) {
	.et_header_style_split .centered-inline-logo-wrap #logo {
		height: auto !important;
		max-height: 100%;
	}
	.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo {
		height: auto !important;
		max-height: 70px;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation, 
	.et_header_style_split .et-fixed-header #et-top-navigation {		
		padding: 0px inherit !important;
	}
}


/*
@media only screen and (max-width:980px) and (min-width:501px){
	.header_right_menu{
		display: block;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    right: 7%;
	    border:none;
	    padding-right: 10px;
	}
	.header_right_menu a.number{
		border: none;
		font-size: 14px !important;
	}
	.header_right_menu p{
		display:none;
	}
	.et_pb_button_module_wrapper.et_pb_button_0_wrapper.et_pb_button_alignment_center.et_pb_module:after {
		content: '';
		height: 60%;
		width: 2px;
		background: #ddd;
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translate(0%, -50%);
	}
	#main-header .container #et-top-navigation{
		padding-top: 32px !important;
	}
	
}
*/
@media only screen and (max-width:500px) {
	/*
	.header_right_menu{
		display: block;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    right: 10%;
	    border:none;
	    padding-right: 10px;
	}
	.header_right_menu a.number{
		border: none;
		font-size: 14px !important;
	}
	.header_right_menu p{
		display:none;
	}
	*/
	/*
	.et_pb_button_module_wrapper.et_pb_button_0_wrapper.et_pb_button_alignment_center.et_pb_module:after {
		content: '';
		height: 60%;
		width: 2px;
		background: #ddd;
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translate(0%, -50%);
	}
	.instagram_section .et_pb_row {
		padding: 0; 
	}
	*/

	.et_pb_row.et_pb_row_fullwidth{
		width: 100% !important;
	}
}

@media only screen and (max-width: 480px) {
	#sb_instagram.sbi_col_2 #sbi_images .sbi_item {
		width: 50% !important;
	}
	#sb_instagram .sbi_photo {
		height: 40vw !important;
	}
}

@media only screen and (max-width: 980px) {
	.deals .et_pb_row {
		margin: 20px 0;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.events-page .event-image,
	.events-page .events .event-detail {
		max-width: inherit;
	}
	.farm-img img {
		max-width: 40vw;	
	}
	#page-container .et_pb_button {
		padding-top: 10px !important; 
	}
	#page-container #events h2 {
		text-align: center;
	}
	.events .event-content {
		width: inherit;
		max-width: inherit;
		margin: 0 auto 20px !important;
	}
	.events .event-image {
		margin-bottom: 15px;
	}
	.events .event-info {
		margin: 10px 0;
		font-size: 13px;
		line-height: 20px;
	}
	.events .et_pb_button_module_wrapper {
		text-align: center;
	}
	#page-container .latest-blogs h2 {
		padding-bottom: 0;
	}
	.blogs .first-blog .blog-image, .blogs .first-blog .blog-detail {
		max-width: inherit;
		padding: inherit;
	}
	.blogs .first-blog .blog-image img {
		max-width: inherit;
		width: 100%;
	}
	.blogs .first-blog .blog-detail .title {
		font-size: 26px;
		line-height: 30px;
		margin: 10px 0 0;
	}
	.blog-content.first-blog {
		margin: 30px 0;
	}
	.blogs .blog-detail .title {
		font-size: 13px;
		line-height: 16px;
	}
	#contact .et_pb_text_inner {
		text-align: center;
	}
	
	#page-container #main-header {
		padding: 0;
	}

	.et_header_style_split .mobile_menu_bar {
		position: absolute;
		top: 30px;
		right: 30px;
		padding: 0;
	}
	.mobile_nav .select_page {
		display: none !important;
	}
	.et_header_style_split #et_mobile_nav_menu {
		/*position: initial;*/
		margin: 0;
		font-size: 0;
	}
	.et_header_style_split #main-header .mobile_nav {
		display: inline-block;
		background: inherit;
		padding: 0;
	}
	.header_right_menu {
		text-align: right;
		float: right;
		position: absolute;
		display: block;
		top: 50%;
		transform: translateY(-50%);
		right: 10%;
		padding-right: 10px;
		width: inherit;
		font-size: 14px !important;
		border: 0;
	}
	.header_right_menu .right_menu {
		padding-right: 10px;
		padding-top: 5px !important;
	}
	.header_right_menu .right_menu .et_pb_button_module_wrapper {
		padding-right: 10px;
		vertical-align: middle;
		display: inline-block;
	}	
	
	.et_pb_button_module_wrapper.et_pb_button_0_wrapper.et_pb_button_alignment_center.et_pb_module:after {
		content: '';
		height: 60%;
		width: 2px;
		background: #ddd;
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translate(0%, -50%);
	}
	.et_mobile_menu {
		/*margin-top: 20px;*/
	}
	/*t_mobile_menu li a,*/
	.et_mobile_menu li.mble a {
		font-size: 12px;
		font-weight: 900;
		letter-spacing: 2px;
		line-height: 15px;
		text-transform: uppercase;
		padding: 15px 0;
		color: #000 !important;
	}
	.et_mobile_menu li.mble-hide {
		display: none;
	}	
	.et_mobile_menu li.mobile_right_text a {
		font-size: 12px;
		line-height: 15px;
		color: #515151;
	}
	.wpcf7-form .wpcf7-form-control-wrap.email .wpcf7-email {
		max-width: 65%;
		margin-bottom: 0;
	}
	.wpcf7-form .wpcf7-form-control.wpcf7-submit {
		padding: 13px;
	}
	
	body .article_blog_page article .entry-featured-image-url {
		margin: inherit;
		max-width: inherit;
	}
	body .article_blog_page article .entry-title, 
	body .article_blog_page article .post-meta, body .article_blog_page article .post-content {
		max-width: inherit;
		float: inherit;
	}
	body .blog-sidebar.et_pb_widget_area {
		border: 0;
	}
}





.quotes {
    font-family: 'proximanova-regular',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    color: #404042;
    line-height: 30px;
}
.quotes .quote-content {
    padding-left: 0;
    padding-right: 0;
}
.quotes .quote_inner {
    margin-bottom: 20px;
}
.quotes .quote_author {
    /*margin-top: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;*/
    font-size: 16px !important;
	font-weight: bold;
	display: inline-block;
	line-height: 24px;
}
.quote-content.first-blog {
	margin-right: 4%;
}

.owl-carousel .owl-nav {
	display: none;
}
.owl-carousel .owl-dots {
    text-align: center;
    padding: 10px 0 0;
    /*padding: 0 0 15px;*/
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
    background: #404042;
    display: block;
    height: 14px;
    margin: 7px;
    width: 17px;
    cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: #15A1A2;
}







/* -----------------  In the News/Press Page ---------------------------------- */

.alm-reveal{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.alm-reveal .col-md-4{
	margin-bottom: 45px;
}

.alm-reveal .full_col_width {
  border: 1px solid #ededed;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
  height: 100%;
}

.alm-reveal .press_content, .alm-reveal .press_catdate_title, .alm-reveal .read_more{
	padding: 10px 20px 5px;
}

.alm-reveal .full_col_width img{
  width: 100%;
  max-height: 265px;
  min-height: 265px;
  object-fit: cover;
}

.alm-reveal .press_catdate_title h6 {
	/*font-family: 'proximanova-light';
	color:#404042;*/
    font-size: 13px;
    line-height: 26px;
	/*text-transform: uppercase;*/
}
.alm-reveal .press_catdate_title h3 {
	font-family: 'Maven Pro';
    font-weight: 900;
	color: #161616;
    font-size: 18px;
    line-height: 22px;
	/*text-transform: uppercase;*/
	/*letter-spacing: 1px;*/
	padding-bottom: 0;
}
.alm-reveal .press_content p {
	/*font-family: 'proximanova-light';
	color:#404042;*/
    font-size: 16px;
    line-height: 24px;
}

.alm-reveal .read_more h5{
	/*font-family: 'proximanova-light';*/
    font-weight: bold;
	/*font-family: 'proximanova-medium';*/
	color: #10A1A4;
    font-size: 16px;
    line-height: 24px;
}

.press_content {
    padding-bottom: 60px !important;
}
.alm-reveal .read_more {
    position: absolute;
    padding: 0 20px 10px;
    bottom: 0;
}
.read_more a {
	display: block;
}
.alm-reveal .read_more .logo img {
    max-width: 60px;
    min-height: inherit;
}
.read_more a span {
    vertical-align: middle;
    display: inline-block;
	max-width: 75%;
}
.publication {	
    color: #404042;
    /*letter-spacing: 1px;
    text-transform: uppercase;
    margin-left: 10px;*/
}

.col-md-4 {
    position: relative;
    width: 100%;
    padding-right: 25px;
}

.alm-btn-wrap{
	text-align: center;
}

.alm-btn-wrap .alm-load-more-btn.more {
	/*
	font-family: 'proximanova-bold'!important;
	color: #ffffff!important;
    border-width: 0px!important; */
    font-size: 14px; 
	font-weight: bold;
    background-color: #56C2B6;
    letter-spacing: 3.5px;
    line-height: 17px;
    padding: 14px 100px;
    cursor:pointer;
    text-transform: uppercase;
}
.alm-btn-wrap .alm-load-more-btn.done{
	cursor: not-allowed;
    opacity: 0.5;
}

@media (min-width: 768px){
	.col-md-4 {
	    -ms-flex: 0 0 33%;
	    flex: 0 0 33%;
	    max-width: 33%;
	}
}
@media only screen and (max-width: 500px){
	.alm-reveal .press_catdate_title h3, .alm-reveal .read_more h5, .alm-reveal .press_content p{
		font-size: 14px !important;
    	line-height: 18px !important;
	}
	.alm-btn-wrap .alm-load-more-btn.more{
		padding: 14px 90px;
	}	
	.alm-reveal .press_content {
		padding-top: 0;
		padding-bottom: 100px !important;
	}
	.alm-reveal .press_catdate_title h6 {		
		line-height: 20px;
	}
	.alm-reveal .publication { /*
		line-height: 20px;
		font-size: 16px; */
	}
	
}



.shop-slider .show-mobile {
    display: none;
}
.shop-slider .hide-mobile {
    display: block;
}
.shop-slider .owl-carousel .owl-nav {
    /* display: block; */
}
.shop-slider .owl-carousel.owl-theme .owl-nav .owl-prev,
.shop-slider .owl-carousel.owl-theme .owl-nav .owl-next {
	position: absolute;
    left: 2%;
    top: 45%;
    /* border: 1px solid #fff; */
    border-radius: 25px;
    height: 40px;
    width: 40px;
}
.shop-slider .owl-carousel.owl-theme .owl-nav button.owl-next {
    right: 2%;
    left: inherit;
}
.shop-slider .owl-carousel.owl-theme .owl-nav .owl-prev span,
.shop-slider .owl-carousel.owl-theme .owl-nav .owl-next span {
    color: #fff;
    font-size: 50px;
}
.shop-slider .owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.shop-slider .owl-carousel.owl-theme .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.shop-slider .owl-carousel .owl-dots .owl-dot.active span {
    background: #fdfbf5;
}
.shop-slider .owl-carousel .owl-dots .owl-dot span {
    display: inline-block;
    height: 8px;
    margin: 5px;
    width: 8px;
    cursor: pointer;
    border: 1px solid #fdfbf5;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .shop-slider .show-mobile {
        display: block;
    }
    .shop-slider .hide-mobile {
        display: none;
    }

	.age-gate-wrapper .age-gate {
		font-size: 14px;
		line-height: 20px;
	}
	.age-gate-wrapper .age-gate .age-gate-heading.age-gate-logo img {
		max-width: 140px;
	}
	.age-gate-wrapper .age-gate-subheading {
		font-size: 20px;
		line-height: 46px;
		letter-spacing: 1.71px;
	}
	.age-gate-wrapper .age-gate-challenge {
		letter-spacing: 1.71px;
		font-size: 16px;
		line-height: 36px;
	}
	.age-gate-wrapper .age-gate button {
		font-size: 18px;
		min-width: 150px;		
		line-height: 36px;
	}
}

.age-gate-wrapper {
	z-index: 100000;
}
.age-gate {
    font-family: "proximanova-regular";
    color: #0F1A22;
    font-size: 15px;
    line-height: 25px;
}
.age-gate-form {
    max-width: 600px;
}
.age-gate .age-gate-heading.age-gate-logo img {	
    max-width: 200px;
    margin-bottom: 5px;
}
.age-gate-subheading {
    color: #404042;
    font-size: 28px;
    line-height: 66px;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: 'proximanova-bold';
}
.age-gate-challenge {
    font-family: 'proximanova-bold';
    color: #0F1921;
    letter-spacing: 2.14px;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 66px;
}
.age-gate button.age-gate-submit-yes {
    background: #56C2B6;
    border-color: #56C2B6;
    color: #fff;
}
.age-gate button {
    border: 1px solid #0F1921;
    min-width: 180px;
    font-family: 'proximanova-bold';
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 2.14px;
    color: #0F1921;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
}
.age-gate-additional-information {
    margin: 30px 0 0;
}
.age-gate-additional-information em {
    color: #D5D2D2;
    font-size: 12px;
    font-style: inherit;
}
