/*
Theme Name: Flatsome Child
Theme URI: https://themeforest.net/item/flatsome-multipurpose-responsive-woocommerce-theme/full_screen_preview/5484319
Author: Jer Chapman
Author URI: https://jerchapman.com
Description: Macros Inc. Child Theme
Template: flatsome
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.3.14
Text Domain: flatsome-child
*/


/*
 * new cart page design

h1.cartTitle {
font-size: 36px;
}
h2.cartSubTitle {
	color: #82027e;
	font-size: 20px;
}
.checkout-page-title {
	display: none;
}
.cart_totals {
	min-width: 325px;
}
.customCartTable span.amount {
	font-weight: normal;
	color: #82027e;
}
.cart_totals > h2 {
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 12px;
}
.cartTotalsFlex {
	display: flex;
	margin-bottom: 20px;
}
.cartTotalsFlex .cartSubtotalName {
	flex-grow: 1;
}
.cartSubtotalPrice span.amount {
	color: rgb(102, 102, 102);
}
.coupon {
	margin-top: 10px;
	margin-bottom: 10px;
}
.privacy-policy {
	margin-top: 10px;
	margin-bottom: 10px;
}
.payment-methods {
	margin-top: 10px;
	margin-bottom: 10px;
}
.cart-secured {
	margin-top: 10px;
	margin-bottom: 10px;
}


#show-coupon-form {
	color: #82027e;
}
.order-total {
margin-top: 16px;
font-size: 22px;
font-weight: bold;
color: #000;
}
.customCartTable .order-total span.amount {
color: #000;
}
.product-name {
	font-size: 18px;
	margin-bottom: 10px;
}
.product-price {
	color: #82027e;
	margin-bottom: 10px;
	font-size: 18px;
}
.product-description, .privacy-policy {
font-size: 14px;
margin-top: 20px;
margin-bottom: 20px;
}
.product-image img {
max-width: 192px;
height: auto;
border-radius: 10px;
}
  
.existMemberBar {
  background-color: #82027e;
  color: #fff;
  text-align: center;
  padding: 10px;
    position: absolute;
  width: 100%;
  left: 0;
  margin-bottom: 20px;
}
.existMemberBar a {
  color: #fff;
  text-decoration: underline;
}

.cartTitle {
	padding-top: 80px;
}
.purple {
	color: #82027e;
}
.customCartTable {
	width: 100%;
}

.cartFlex {
	display: flex;
	padding: 25px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.flexSecond {
	flex-grow: 1;
	align-content: center;
	padding-left: 10px;
}

 */










/*
 * new JS macro calculator
 */
#macroform label.error {
	color: red;
	font-size: 125%;
}



#macroform .form-group {
	margin: 20px;
}
#macroform .help-block {
	font-size: 80%;
}
#macroform .inline {
	display: flex;
}
#macroform .macrocalc_hidden {
	display: none;
}
#macroform .do_calculate {
	display: block;
	padding: 10px;
	background-color: #82027e;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 60%;
	margin: auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#macroform .macro_results {
	border: 1px solid red;
	font-size: 125%;
	font-weight: bold;
	background-color: #efefef;
	display: none;
	padding: 50px;
}

#macroform .option {
	display: flex;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-radius: 8px;
	overflow: hidden;
}
#macroform .option input[type="radio"] {
  appearance: none;
  width: 0px;
  height: 0px;
  opacity: 0;
  margin: 0px;
  display: block;
  border: 0px none;
}
#macroform .option label {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.4);
  background-color: #efefef;
  transition: transform 0.4s ease 0s, color 0.4s ease 0s, background-color 0.4s ease 0s;
  user-select: none;
  padding: 12px;
  margin: 0px;
  box-sizing: border-box;
  text-align: center;
 /* height: 100%; */
  flex-grow: 1;
	border-right: 1px solid #333;
}

#macroform .option label:first-child {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
#macroform .option label:last-child {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
#macroform .option .checked {
  background-color: #82027e;
  color: #fff;
}

#macroform .flexText {
	display: flex;
	width: 100%;
}
#macroform .flexText .form-group {
	flex-grow: 1;
}

#macroform input[type="submit"].do_calculate {
	margin: auto;
	  display: block;
}



@media (max-width: 800px) {
	#macroform .form-group {
	  margin-top: 10px;
	  margin-bottom: 10px;
	  margin-right: 0px;
	  margin-left: 0px;
  	}
  	#macroform .flexText {
		display: block;
	}
}




/*
 * Buy modules from bf2023 originally
 */
 

.pricing-each {
	padding: 24px;
}
.third .pricing-each {
	padding-left: 36px;
}
.pricing-toplinks {
	display: none;
}
.pricing-details li {
	position: relative;
	list-style-type: none;
	margin-top: 21px;
}
.pricing-details li:before {
	content: "";
	position: absolute;
	top: 0px;
	left: -34px;
	width: 22px;
	height: 22px;
	background-size: contain;
	background-image: url('https://macrosinc.net/wp-content/uploads/2023/11/greencheck.webp');
}
.pricing-icon {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pricing-icon img {
	width: 100px;
	height: auto;
}
.pricing hr {
	width: 75%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #82027e;
}
.pricing-link {
	display: block;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-decoration: none;
	border: 1px solid #82027e;
	margin: auto;
	color: #fff;
	font-weight: bold;
	background-color: #82027e;
	text-transform: uppercase;
}
.pricing-link:hover {
	color: #fff;
	}
.pricing-button {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.pricing-title {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	color: #006663;
}
.pricing-subtitle {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.pricing-was {
	margin-top: 20px;
	text-align: center;
/*
	display: none;
*/
}
.pricing-was-dollar {
  text-decoration: line-through;
  text-align: center;
}
.pricing-price {
/*
	margin-top: 10px;
*/
	margin-bottom: 10px;
	text-align: center;
}
.pricing-dollar {
	font-size: 200%;
	color: #82027e;
}
.pricing-mainTitle {
	text-transform: uppercase;
	text-align: center;
	font-size: 2em;
	color: #006663;
}
.pricing-mainSubtitle {
	text-align: center;
	font-size: 1.4em;
	color: #E25102;
}
.pricing-details strong {
	font-size: 115%;
	font-weight: normal;
	color: #006663;
}
.pricing-per {
	color: #444444;
/*
	margin-left: 20px;
*/
	font-size: 90%;
}
.pricing-details-mobile {
	display: none;
}
.pricing-details-desktop {
	display: block;
}

.pricing-mostpopular {
	display: none;
}

.pricing-slick-arrows {
	text-align: center;
}
.pricing-save {
	text-align: center;
}
/*
.pricing-mostpopular {
	background-image: url('https://macrosinc.net/wp-content/uploads/2023/11/bf-flag.webp');
	width: 125px;
	height: 57px;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;  
	justify-content: center;
	margin-left: -14%;
}
.pricing-mostpopular .pricing-mostpopular-text {
	width: 65px;
  display: block;
  font-size: 1.2em;
  line-height: normal;
}
.mibf-tabs .nav-pills > li.active > a {
	  background-color: #E25102 !important;
}
*/
.pricing-swipe-more {
	text-align: center;
	font-weight: bold;
    text-transform: uppercase;
}
.pricing .slick-dots {
	  display: flex;  
	  margin: auto;
  text-align: center;
  width: fit-content;
}
.pricing .slick-dots li button { 
   font-size: 0; 
} 
.pricing .slick-slide:not(.slick-current) .pricing-each {
background-color: #efefef;
}

@media screen and (min-width: 768px) {
	.pricing {
		display: flex;
		margin-top: 10%;
	}
	.pricing .first, .pricing .second, .pricing .third {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		background-color: #F5F3F5;
		    flex-basis: 100%;
	}
	.pricing .second {
		background-color: #82027e;	
		-webkit-transform: scale(1.10);
		-moz-transform: scale(1.10);
		transform: scale(1.10);
		transition: all 0.5s ease-in-out;
		margin-right: 15px;
		margin-left: 15px;
		color: #fff;
	}
	.pricing .second .pricing-link {
		background-color: #fff;
		color: #82027e;
	}
	.pricing .second .pricing-details li:before {
		background-image: url('https://macrosinc.net/wp-content/uploads/2023/11/whitecheck.webp');
	}
/*
	.second .pricing-link {
		background-color: #fff;
		border: 0px none;
	}
*/
	.second hr {
		border-top: 1px solid #fff;
	}
	.second .pricing-details strong, .second .pricing-title, .second .pricing-dollar, .second .pricing-per {
		color: #fff;
	}
	
	.pricing-swipe-more {
		display: none;
	}
}

@media screen and (max-width: 768px) {

.pricing-details-mobile strong {
	border-bottom: 1px solid #efefef;
	width: 100%;
    display: block;
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 4px;
}

.third .pricing-each {
  padding-left: 24px;
}

.pricing-slick-arrows {
	display: none;
	width: 100%;
}
.pricing-slick-arrows .slick-arrow {
	font-size: 200%;
	color: #82027e;
	flex-grow: 1;
}

.pricing .slick-track {
  display: flex !important;
}

.pricing .slick-slide {
  height: auto;
/*
	align-self: center;
*/
}
.pricing .slick-slide .pricing-each {
  height: 100%;
}
.pricing-subtitle {
	background-color: #82027e;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	padding: 4px;
    text-transform: uppercase;
}

.pricing hr {
/*
  margin-top: 2px;
  margin-bottom: 2px;
*/
display: none;
}

.pricing-icon {
	display: none;
}
.pricing-title {
	display: block;
	padding: 4px;
/*
	background-color: #E25102;
*/
	font-size: 100%;
	text-transform: uppercase;
}

	.pricing-toplinks {	
		margin-left: 25%;
		margin-right: 25%;
		display: flex;
	}
	.pricing-toplinks div {
		flex-grow: 1;
	}
	.slick-current .pricing-each {
		background-color: #82027e;
/*
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		transform: scale(1.15);
		transition: all 0.5s ease-in-out;
*/
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		color: #fff;
	}
	.slick-current .pricing-title, .slick-current .pricing-dollar, .slick-current .pricing-per, .slick-current .pricing-details strong {
		color: #fff;
	}
/*
	.slick-track {
		margin-top: 100px;
		margin-bottom: 100px;
	}
*/
	.pricing-icon img {
		margin: auto;
	}
/*
	.slick-current .pricing-link {
		border: 0px none;
		color: #006663;
		background-color: #fff;
	}
*/
	.slick-current .pricing-details li::before {
		background-image: url('https://macrosinc.net/wp-content/uploads/2023/11/whitecheck.webp');
	}
	.slick-current .pricing-link {
		background-color: #fff;
		color: #82027e;
	}
		.pricing-details-mobile {
		display: block;
	}
	.pricing-details-desktop {
		display: none;
	}
	.pricing-mostpopular {
		margin-left: unset;
	}
}



.theme-amber .bfbadge.bfbadge-primary {
  background-color: #fbab18 !important;
}
.theme-amber .bfbadge.bfbadge-primary.bfbadge-right:after {
  border-left-color: #fbab18;
}
.theme-amber .bfbadge.bfbadge-primary.bfbadge-left:before {
  border-right-color: #fbab18;
}

.bfbadge {
  font-size: 1rem;
  font-weight: normal;
  position: relative;
}
.bfbadge:after, .bfbadge:before {
  position: absolute;
  display: inline-block;
  top: 0;
  content: "";
}
.bfbadge.bfbadge-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bfbadge.bfbadge-right:after {
  border-top: 0.75rem solid transparent;
  border-left: 1rem solid;
  border-bottom: 0.75rem solid transparent;
  right: -1rem;
}


	




/*
 * END BLACK FRIDAY 2023
 * can be removed after
 */














#gform_fields_49 .gfield_label {
	color: #82027e;
}

.purple_box {
	background-color: #82027e;
}
.page-id-14089 .topic-id-top_views h3.kb-topic__title {
	display: none;
}
.nutriwiki_sidebar_coaching_block, .nutriwiki_popular_articles_block {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 2em;
	background-color: #f7f7f7;
}
.nutriwiki_sidebar_coaching_block {
	font-size: 1.2em;
}
.nutriwiki_popular_articles_block .kb-topic__inner {
	background-color: #f7f7f7 !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.nutriwiki_right_sidebar #gform_wrapper_27 {
	background-color: #82027e;
	padding: 2em;
	color: #fff;
}
.nutriwiki_right_sidebar #gform_wrapper_27 h3, .nutriwiki_right_sidebar #gform_wrapper_27 label {
	color: #fff;
}
.nutriwiki_right_sidebar .nutriwiki_sidebar_ebook_form {
	background-color: #f7f7f7;
	padding: 2em;
}
.nutriwiki_right_sidebar #gform_wrapper_6 {
	background-color: #f7f7f7;
}


#macrocalc {
	background-color: #fff;
}

#macrocalc .gform_wrapper {
	text-align: center;
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;
	font-size: 1.2em;
}
#macrocalc .gform_wrapper .percentbar_blue {
	background-color: #82027e;
}

#macrocalc .gform_body {
	text-align: center;
}
#macrocalc #gform_wrapper_51 select {
	margin: auto;
}

#field_51_5, #field_51_6, #field_51_7, #field_51_9 {

  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
	align-items: center;
	justify-content: left;
	
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    
    
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
}

body #gform_wrapper_51 .validation_message {
	display: none;
}
body #gform_wrapper_51 .gform_body .gform_fields .gfield input[type=text] {
	border-bottom: 1px solid #333;
	border-left: 0px none;
	border-top: 0px none;
	border-right: 0px none;
	box-shadow: none;
	float: right;
	margin-right: 6px;
	width: 100%;
}
#gform_wrapper_51 .ginput_counter {
	display: none;
}
#gform_63 .gform_wrapper .gf_progressbar_percentage span {
	line-height: 2.2;
}
/*
 * duplicates below are for A/B test of form with a captcha
 */
#field_62_5, #field_62_6, #field_62_7, #field_62_9 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: left;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
}
#gform_63 .gform_wrapper .gfield_required {
	display: none !important;
}
#gform_63 .gform_wrapper .gfield_radio li input[type=radio] {
    display: none;
}

/* Form */

#gform_63 .gform_wrapper ul.gfield_checkbox li label, #gform_63 .gform_wrapper ul.gfield_radio li label {
text-align: center;
display:inline-block;
text-shadow: none;
min-width: 150px;
margin: 0 !important;
padding: 15px 20px 5px 20px;
border: 1px solid #4078A6;
border-radius: 2px;
color: black;
height: 50px;
}

body #gform_wrapper_62 .validation_message {
	display: none;
}
body #gform_wrapper_62 .gform_body .gform_fields .gfield input[type=text] {
	border-bottom: 1px solid #333;
	border-left: 0px none;
	border-top: 0px none;
	border-right: 0px none;
	box-shadow: none;
	float: right;
	margin-right: 6px;
	width: 100%;
}
#gform_wrapper_62 .ginput_counter {
	display: none;
}




/*
 * mi group fitness page
 */
.price_table_mi_fitness .col {
    margin: 0px;
    padding: 2px;
    align-self: center;
}
.price_table_mi_fitness .button {
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
}



/*
 * accountability page
 */
#gform_54 {
	font-size: 1.4rem;
}
#gform_wrapper_54 .top_label li.gfield.gf_left_half input.small {
	width: 90%;
}
#gfield_description_54_3 {
	font-size: 1rem;
}



/* mi meet registration form */
.page-id-15518 .gfield_required_text {
	color: #82027e;
	text-transform: capitalize;
}
.page-id-15518 legend.gfield_label {
	text-transform: capitalize;
}
.page-id-15518 label {
	font-weight: 400;
	font-size: 14px;
}

.dark .pricing-table .price {
	color: #fff;
}




/*
 * new macro calc 06-2022 work with Jem
 */

#gform_fields_63_5 .gfield .gform_appended {
	font-size: 1em;
}
#gform_fields_63_5 .ginput_counter {
	display: none;
}
#gform_fields_63_5 .gfield_html_formatted {
	font-size: 1.4em;
	border: 0px none;
	margin: 8px;
	font-size: 2em;
}
#gform_wrapper_63 .ginput_container_text {
	margin-left: 10px;
}
#gform_wrapper_63 li label {
	width: 100%;
	padding: 10px;
}
#gform_fields_63_5 .hidden_label label {
	width: unset;
	height: unset;
}
#gform_wrapper_63 .gf_progressbar_percentage {
	height: 30px;
}
#gform_wrapper_63 .gf_progressbar_percentage span {
	line-height: 30px;
	font-size: 1.2em;
	margin-right: 4px
}
#gform_wrapper_63 .ginput_container_select select {
	font-size: 1.4em;
}

#gform_wrapper_63 .percentbar_10 span {
	margin-right: 0px;
}

/*
 * 
 * method for radio fields to look like buttons
 * MACRO CALC ONLY
 */

#gform_63 .ginput_container_radio .gchoice {
	margin: 10px;
}
#gform_63 .ginput_container_radio input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
#gform_63 .ginput_container_radio input[type="radio"]:checked + label {
    background-color:#82027e;
    color: #fff;
}
#gform_63 .ginput_container_radio label {
	text-align: center;
	display:inline-block;
	text-shadow: none;
	min-width: 150px;
	margin: 0 !important;
	padding: 20px;
	border: 2px solid #82027e;
	border-radius: 9px;
	color: black;
	height: auto;
	width: 50%;
	max-width: unset;
}
/* for more info on last step */
#gform_63 .ginput_container_radio #input_63_119 label {
	width: 20%;
	padding: 10px;
}

#gform_63 .ginput_container {
	text-align: center;
}
#gform_63 .gform_page_footer {
	text-align: center;
}

/* age and height fields
 */
#gform_fields_63_5 .gfield {
	text-align: center;
	padding: 20px;
	border: 2px solid #82027e;
	border-radius: 9px;
	height: auto;
	width: 50%;
	margin: auto;
}
#gform_fields_63_5 .gfield_html {
	padding: unset;
	border: 0px none;
	border-radius: unset;
	height: unset;
	width: auto;
}
#gform_wrapper_63 .gfield_validation_message {
	text-align: center;
	padding: 0.6em;
}

#gform_submit_button_63 {
	  font-size: 1.4em;
}

/*
 * remove instructions on age field
 */
#gfield_instruction_63_113 {
	display: none;
}


/*
 * style to apply via JS to age page to make purple BG
 */
.validFieldAgePage, .validFieldAgePage label {
	background-color: #82027e;
	color: #fff !important;
}


/*
 * change width of progress bar for brad
 */
#gf_progressbar_wrapper_63 {
	width: 75%;
	margin: auto;
}
/*
 * remove header for brad
 */
#gform_wrapper_63 .gform_heading {
	display: none;
}
/*
 * bigger description text for brad
 */
#gform_wrapper_63 .gfield_description {
	font-size: 1.2em;
}



/*
 * RUNNING QUIZ FORM FOR JEM 05-2023
 */

#gform_fields_65_5 .gfield .gform_appended {
	font-size: 1em;
}
#gform_fields_65_5 .ginput_counter {
	display: none;
}
#gform_fields_65_5 .gfield_html_formatted {
	font-size: 1.4em;
	border: 0px none;
	margin: 8px;
	font-size: 2em;
}
#gform_wrapper_65 .ginput_container_text {
	margin-left: 10px;
}
#gform_wrapper_65 li label {
	width: 100%;
	padding: 10px;
}
#gform_fields_65_5 .hidden_label label {
	width: unset;
	height: unset;
}
#gform_wrapper_65 .gf_progressbar_percentage {
	height: 30px;
}
#gform_wrapper_65 .gf_progressbar_percentage span {
	line-height: 30px;
	font-size: 1.2em;
	margin-right: 4px
}
#gform_wrapper_65 .ginput_container_select select {
	font-size: 1.4em;
}

#gform_wrapper_65 .percentbar_10 span {
	margin-right: 0px;
}

/*
 * 
 * method for radio fields to look like buttons
 */

#gform_65 .ginput_container_radio .gchoice {
	margin: 10px;
}
#gform_65 .ginput_container_radio input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
#gform_65 .ginput_container_radio input[type="radio"]:checked + label {
    background-color:#82027e;
    color: #fff;
}
#gform_65 .ginput_container_radio label {
	text-align: center;
	display:inline-block;
	text-shadow: none;
	min-width: 150px;
	margin: 0 !important;
	padding: 20px;
	border: 2px solid #82027e;
	border-radius: 9px;
	color: black;
	height: auto;
	width: 50%;
	max-width: unset;
}
#gform_65 .ginput_container_checkbox .gchoice {
	margin: 10px;
}
#gform_65 .ginput_container_checkbox input[type="checkbox"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
#gform_65 .ginput_container_checkbox input[type="checkbox"]:checked + label {
    background-color:#82027e;
    color: #fff;
}
#gform_65 .ginput_container_checkbox label {
	text-align: center;
	display:inline-block;
	text-shadow: none;
	min-width: 150px;
	margin: 0 !important;
	padding: 20px;
	border: 2px solid #82027e;
	border-radius: 9px;
	color: black;
	height: auto;
	width: 50%;
	max-width: unset;
}
/* for more info on last step */
#gform_65 .ginput_container_radio #input_65_119 label {
	width: 20%;
	padding: 10px;
}

#gform_65 .ginput_container {
	text-align: center;
}
#gform_65 .gform_page_footer {
	text-align: center;
}

/* age and height fields
 */

#gform_wrapper_65 .gfield_validation_message {
	text-align: center;
	padding: 0.6em;
}

#gform_submit_button_65 {
	  font-size: 1.4em;
}

/*
 * remove instructions on age field
 */
#gfield_instruction_65_113 {
	display: none;
}


/*
 * style to apply via JS to age page to make purple BG
 */
.validFieldAgePage, .validFieldAgePage label {
	background-color: #82027e;
	color: #fff !important;
}


/*
 * change width of progress bar for brad
 */
#gf_progressbar_wrapper_65 {
	width: 75%;
	margin: auto;
}
/*
 * remove header for brad
 */
#gform_wrapper_65 .gform_heading {
	display: none;
}
/*
 * bigger description text for brad
 */
#gform_wrapper_65 .gfield_description {
	font-size: 1.2em;
}







/*
 * 
 * ADTEST FOR JAY 07-2023 cloning macro calc
 * 
 * can be removed after test
 */





/*
 * new macro calc 06-2022 work with Jem
 */

#gform_fields_66_5 .gfield .gform_appended {
	font-size: 1em;
}
#gform_fields_66_5 .ginput_counter {
	display: none;
}
#gform_fields_66_5 .gfield_html_formatted {
	font-size: 1.4em;
	border: 0px none;
	margin: 8px;
	font-size: 2em;
}
#gform_wrapper_66 .ginput_container_text {
	margin-left: 10px;
}
#gform_wrapper_66 li label {
	width: 100%;
	padding: 10px;
}
#gform_fields_66_5 .hidden_label label {
	width: unset;
	height: unset;
}
#gform_wrapper_66 .gf_progressbar_percentage {
	height: 30px;
}
#gform_wrapper_66 .gf_progressbar_percentage span {
	line-height: 30px;
	font-size: 1.2em;
	margin-right: 4px
}
#gform_wrapper_66 .ginput_container_select select {
	font-size: 1.4em;
}

#gform_wrapper_66 .percentbar_10 span {
	margin-right: 0px;
}

/*
 * 
 * method for radio fields to look like buttons
 * MACRO CALC ONLY
 */

#gform_66 .ginput_container_radio .gchoice {
	margin: 10px;
}
#gform_66 .ginput_container_radio input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
#gform_66 .ginput_container_radio input[type="radio"]:checked + label {
    background-color:#82027e;
    color: #fff;
}
#gform_66 .ginput_container_radio label {
	text-align: center;
	display:inline-block;
	text-shadow: none;
	min-width: 150px;
	margin: 0 !important;
	padding: 20px;
	border: 2px solid #82027e;
	border-radius: 9px;
	color: black;
	height: auto;
	width: 50%;
	max-width: unset;
}
/* for more info on last step */
#gform_66 .ginput_container_radio #input_66_119 label {
	width: 20%;
	padding: 10px;
}

#gform_66 .ginput_container {
	text-align: center;
}
#gform_66 .gform_page_footer {
	text-align: center;
}

/* age and height fields
 */
#gform_fields_66_5 .gfield {
	text-align: center;
	padding: 20px;
	border: 2px solid #82027e;
	border-radius: 9px;
	height: auto;
	width: 50%;
	margin: auto;
}
#gform_fields_66_5 .gfield_html {
	padding: unset;
	border: 0px none;
	border-radius: unset;
	height: unset;
	width: auto;
}
#gform_wrapper_66 .gfield_validation_message {
	text-align: center;
	padding: 0.6em;
}

#gform_submit_button_66 {
	  font-size: 1.4em;
}

/*
 * remove instructions on age field
 */
#gfield_instruction_66_113 {
	display: none;
}


/*
 * style to apply via JS to age page to make purple BG
 */
.validFieldAgePage, .validFieldAgePage label {
	background-color: #82027e;
	color: #fff !important;
}


/*
 * change width of progress bar for brad
 */
#gf_progressbar_wrapper_66 {
	width: 75%;
	margin: auto;
}
/*
 * remove header for brad
 */
#gform_wrapper_66 .gform_heading {
	display: none;
}
/*
 * bigger description text for brad
 */
#gform_wrapper_66 .gfield_description {
	font-size: 1.2em;
}






/* END ADTEST 07-2023
 */






/*
styles for new babelfish homepage
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@900&family=Poppins:wght@300;400;500;600;700&display=swap');

.rounded-right, .img.rounded-right img, .rounded-right > img, .rounded-right > iframe, .rounded-right > video, .rounded-right > .bg {
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.rounded-left, .img.rounded-left img, .rounded-left > img, .rounded-left > iframe, .rounded-left > video, .rounded-left > .bg  {
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.rounded-left, .rounded-right {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.babelShadow {
	box-shadow: 0 9px 26px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 9px 26px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 0 9px 26px rgba(0, 0, 0, 0.1);
}
.page-id-20498 .flickity-page-dots .dot {
    border: 3px solid #82027e;
}
.page-id-20498 {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.04em;
	color: #151515;
}
.page-id-20498 h1,.page-id-20498 h2,.page-id-20498 h3,.page-id-20498 h4,.page-id-20498 h5,.page-id-20498 h6 {
	font-family: 'Poppins', sans-serif;
}
.page-id-20498 .button:not(.header-button .primary) {
	letter-spacing: inherit;
	margin-top: 10px;
	transition: none;
}
.page-id-20498 .button:hover {
	background-color: #4c024c;
}
.babelBodyLarge {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}
.babelHeadingDisplay {
	font-size: 55px;
	font-weight: 600;
	line-height: 70px;
	margin-bottom: 20px
}
.babelHeadingDisplay img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
}
.babelHeading1 {
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 6px;
	font-weight: 600;
}
.babelHeading1 img {
	margin-bottom: 0px !important;
}
.babelHeading2 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
	font-weight: 600;
}
.babelHeading3 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 20px;
	font-weight: 600;
}
.babelHeading3 img {
	margin-bottom: 0px !important;
	margin-right: 6px !important;
	vertical-align: text-top;
}
.babelHeading4 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 6px;
	font-weight: 600;
}
.babelHeading5 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: 600;
}
.babelHeading5 img {
	margin-bottom: 0px !important;
	margin-right: 0px !important;
	vertical-align: middle;
}
.babelRoundSection section, .babelRoundSection {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.babelNoPaddingMargin, .babelNoPaddingMargin > p {
	margin: 0px;
	padding: 0px;
}
.babelFutura {
	font-weight: 700;
}
.scrollerRightSlide {
	width: 90%;
	padding: 30px;
	background-color: #fff;
	text-align: center;
	border: solid #BDBDBD 0; 
	box-shadow: 0 9px 26px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 9px 26px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 0 9px 26px rgba(0, 0, 0, 0.1);
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
/*
	height: 100%;
*/
	min-height: 513px;
	margin-bottom: 20px;
}
.scrollerRightSlide p {
  margin: auto;
  text-align: left;
  max-width: 80%;
  padding-top: 10px;
}
.scrollerRightSlide img {
	max-width: 100%;
	height: auto;
}

.babelGradientOrange {
	background: rgb(255,116,95);
	background: linear-gradient(315deg, rgba(255,116,95,1) 0%, rgba(255,165,144,1) 100%);
}
.babelCheckMark {
	max-width: 32px;
	height: auto;
}
.babelPlusSign img {
	max-width: 52px;
	height: auto;
}

.mobileSearch {
	display: none;
}

.babelMostPopular {
	color: #82027e;
	border-color: #82027e;
}
.babelMostPopular span {
	color: #82027e;
}
.babelRoundedPoints .babelRoundSection {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
.babelMILogo {
	display: inline-block;
    height: 1.5em;
    width: 1.5em;
    vertical-align: middle;
}

.babelSliderSection, .babelSliderSection .col {
	padding: 0px !important;
	overflow: hidden;
}
.babelSliderSection .babelButtonRow {
	margin-left: 0px;
}



/*
 * 
 * RECIPE PAGES
 * 
 */
.recipesHolder, .recipeMacros {
	padding: 2em;
	background-color: #efefef;
	border-radius:12px;
}
.recipeMethodHolder {
	display: grid;
	grid-template-columns: 50% 50%;
	background-color: #fff;
	font-size: 16px;
}

.recipeMetaTitle {
	font-weight: bold;
  font-size: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #4A148C;
}
.recipeMetaInfo {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	text-align: center;
}
.recipeMetaInfo ul {
	list-style-type: none;
}
.recipeMetaInfo li, .recipeCuisine li, .recipeDietType li, .recipeServings div, .recipeCalories div, .recipeFat div, .recipeCarbs div, .recipeProtein div {
	background:#fff;
	color:#212121;
	font-weight:600;
	font-size:15px;
	padding:8px 22px;
	border-radius:999px;
	margin: 0px !important;
	display: inline-block;
}
.recipeMetaInfo ul li:not(:first-child) {
	margin-top:  8px !important;
}
.recipeMetaInfo strong {
	display: block;
}
.recipeCategory strong, .recipeCuisine strong, .recipeDietType strong, .recipeServings strong, .recipeCalories strong, .recipeFat strong, .recipeCarbs strong, .recipeProtein strong {
	font-size: 15px;
	color: #4A148C;
	margin: 0 0 6px 0;
	font-weight: normal;
	display: block;
}
.recipeMainTitle {
	font-size: 150%;
	text-align: center;
	color: #4A148C;
}

.recipeMacros {
	text-align: center;
}
.recipeMacrosHolderTop {
	display: grid;
	grid-template-columns: 20% 20% 20% 20% 20%;
}
.recipeMacrosHolderBottom {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	margin-top: 2em;
	margin-bottom: 2em;
}
.recipeLarger {
	font-size: 140%;
	font-weight: bold;
	color: #000;
}
.recipeIngredients p {
	font-size:14px;
	color:#555;
	margin-top:8px;
}



.more_recipes {
	margin: 0px;
	padding: 0px;
	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-gap: 10px;
}
.more_recipes li {
	list-style-type: none;
	max-width: 300px;
	padding: 20px;
	background-color: #efefef;
	border-radius: 20px;
}
.more_recipes_link img {
	display: block;
	margin-bottom: 10px;
}
a.more_recipes_link .more_recipes_title {
	color: #000;
	font-size: 90%;
	text-align: center;
	display: block;
}
.entry-content ul.more_recipes li {
	margin-left: 0px;
}

#primary-sidebar ul.wpcategorieswidget-2 {
	margin: 0px;
	list-style-type: none;
}
#primary-sidebar ul.wpcategorieswidget-2 li.recipes ul {
	margin: 0px;
	display: block;
}


@media only screen and (max-width: 1024px) {
	.more_recipes {
		display: block;
	}
	.more_recipes li {
		display: block;
		margin-bottom: 6px;
		margin-left: auto !important;
		margin-right: auto;
	}

}







@media only screen and (max-width: 1024px) {

.recipeMacrosHolderBottom, .recipeMethodHolder {
	display: block;
}




	.row.babelMobileFreebiesRow .row .col {
		min-width: 300px;
	}
.babelHeadingDisplay {
	font-size: 28px;
	line-height: 30px;
}
.babelHeading1 {
	font-size: 25px;
	line-height: 35px;
}
.babelHeading2 {
	font-size: 24px;
	line-height: 35px;
}
.babelHeading3 {
	font-size: 18px;
	line-height: 24px;
}
.babelHeading4 {
	font-size: 15px;
	line-height: 18px;
}
.babelHeading5 {
	font-size: 16px;
	line-height: 20px;
}
	.babelTopTitle {
		margin-left: 1em;
	}
	
	
.babelRoundedPoints .babelHeading5 {
	font-size: 90%;
	margin-left: 8px;
}

	.row.babelMobileFreebiesRow .scrollerRightSlide {
		width: 250px;
		margin-right: 10px;
		margin-left: 10px;
	}
	.row.babelMobileFreebiesRow .row.babelJoinNowMobile {
		padding-bottom: 0px;
	}
	.row.babelMobileFreebiesRow .row, .row.babelMobileFreebiesRow {
		flex-flow: unset;
		padding-bottom: 40px;
		padding-top: 10px;
	}
	.babelMobileFreebiesRow {
		overflow: scroll;
	}
.scrollerRightSlide img {
	max-width: 100%;
	height: auto;
}
.babelSliderSection .flickity-page-dots {
  position: unset;
  margin-top: 20px;
}
.babelFreeAccessMobile .section-bg.bg-loaded {
	background-size: contain !important;
	background-position-y: bottom !important;
}
.babelMobileGoodThings .section-bg.bg-loaded {
	background-size: contain !important;
	background-position-y: bottom !important;
}
.babelMobileGoodThings .babelHeadingDisplay {
	font-size: 225%;
	line-height: initial;
}
	#gform_63 .ginput_container_radio label {
		width: 100%;
	}
	#gform_page_63_10 .gform_page_footer {
		width: 90%;
		display: flex;
		flex-direction: column-reverse;
/*
		width: 50%;
*/
		margin: auto !important;
	}
	#gform_submit_button_63 {
		padding-bottom: 1.4em;
		padding-top:  1.4em;
	}
	#gform_page_63_10 .gform_page_footer input.gform_next_button {
		font-size: 1.4em;
	}
	#gform_fields_63_5 .gfield {
		width: 100%;
	}
	#input_63_88 {
		width: 100%;
	}
	
	.mobileSearch {
		margin-bottom: 10px;
		display: block;
	}
	
	
}
