/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/*@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Teko:wght@300..700&display=swap');*/
p:last-child{
	margin-bottom: 0;
}
body{
	background: #fff;
}
ol li,
ul li{
	margin-bottom: 6px;
}
.text-italic{
	font-style: italic;
}
.text-uppercase{
	text-transform: uppercase;
}
.br-100{
	border-radius: 100px;
}
.text-secondary{
	color: #232323 !important;
}
p strong{
	font-weight: 600;
}
a.elementor-button{
	padding: 16px 28px 12px;
}
a.elementor-button svg{
	width: 15px;
	position: relative;
	top: -1px;
}
.btn-hover:hover a{
	padding-left: 40px !important;
}
a .elementor-button-text{
	transition: 0.5s ease-in-out;
}
.btn-hover:hover a .elementor-button-text{
	transform: translateX(-10px);
	transition: 0.5s ease-in-out;
}
#wpadminbar + .elementor-12 > header.header-main{
	top: 30px;
}
header.header-main{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	background: transparent !important;
}
header.header-main{
/*	background: linear-gradient(269deg, #221D52 18.76%, #3A0D7D 53.44%, #4F00A2 83.47%) !important;*/
}
header .em-signup-popup a:hover svg,
header .em-signup-popup a:hover g,
header .em-signup-popup a:hover svg path{
	fill: #F33C0E !important;
}
.menu-main ul.wpr-nav-menu > li{
	padding: 0 25px;
}
.menu-main ul.wpr-nav-menu > li > a{
	position: relative;
}
.menu-main ul.wpr-nav-menu > li > a:before{
	position: absolute;
	content: '';
	left: 0;
	bottom: -6px;
	width: 0;
	height: 3px;
	background: #F33C0E;
}
.menu-main ul.wpr-nav-menu > li:hover > a:before{
	width: 100%;
}
.menu-main ul li{
	margin-bottom: 0;
}
.menu-main ul ul.sub-menu{
	background: #fff;
	padding: 20px 15px 0;
}
.menu-main ul ul.sub-menu > li{
	border-top: 1px solid #E3E3E3 !important;
}
.menu-main ul li.menu-healthy > ul.sub-menu{
	min-width: 280px;
}
/*
.btn-arrow-hover a.elementor-button svg {
	width: 10px;
	position: relative;
	top: -1px;
	transition: all 0.4s ease-in-out;
}*/
.btn-arrow-hover a.elementor-button .elementor-button-text{
	position: relative;
	padding-right: 30px;
}
.btn-arrow-hover a.elementor-button .elementor-button-text:before{
	position: absolute;
	right: 	0px;
	content: '';
  height: 2.7px;
  width: 17px;
  background-color: #fff;
  top: 9.6px;
  transition: 0.3s ease-in-out;
}
.btn-arrow-hover a.elementor-button:hover .elementor-button-text:before{
  width: 22px;
  right: -8px;
  transition: 0.3s ease-in-out;
}
.btn-arrow-hover a.elementor-button .elementor-button-text:after{
	position: absolute;
	right: 	-1px;
	content: '\f105';
  	font-family: "Font Awesome 5 Pro";
  	font-weight: 400;
  top: -0.5px;
  transition: 0.3s ease-in-out;
}
.btn-arrow-hover a.elementor-button:hover .elementor-button-text:after{
	transition: 0.3s ease-in-out;
	right: -8px;
}
.btn-arrow-hover a.elementor-button{
	transition: 0.3s ease-in-out;
}
.btn-arrow-hover a.elementor-button:hover{
	margin-top: -5px;
	transition: 0.3s ease-in-out;
}

.title-bg{
	clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	border: none;
}
.title-bg1{
	clip-path: polygon(8% 0%, 100% 0%, 90% 100%, 0% 100%);
  
}
.box-banner-right .title-hover .elementor-icon-list-text{
	transition: 0.5s ease-in-out;
	transform: translateX(0px);
}
.box-banner-right .title-hover:hover .elementor-icon-list-text,
.box-banner-right .title-hover:hover .btn-read{
	transform: translateX(15px);
	transition: 0.5s ease-in-out;
}
.box-banner-right .title-hover:hover .btn-read a svg circle{
	fill: #ff6b46 !important;
	transition: 0.5s ease-in-out;
}
.box-banner-right .btn-read a svg{
	width: 30px;
	height: 30px;
}
.box-service-home{
	border: 2px solid #CACACD;
	transition: 0.3s ease-in-out;
}
.box-service-home .elementor-widget-image a:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(35, 35, 35, 0.00) 7.63%, rgba(35, 35, 35, 0.40) 78.71%);
	z-index: 1;
}
.box-service-home:hover{
	border-color: #F33C0E;
	transition: 0.3s ease-in-out;
}
.box-service-home:hover .btn-watch a{
	transition: 0.3s ease-in-out;
	color: #fff !important;
}
.box-service-home .btn-watch a svg{
	transform: translateX(0px);
	transition: 0.5s ease-in-out;
}
.box-service-home:hover .btn-watch a svg{
	fill: #fff !important;
	transform: translateX(5px);
	transition: 0.5s ease-in-out;
} 
.box-service-home .elementor-widget-image img{
	transition: 0.5s ease-in-out;
	filter: grayscale(100%);
}

.box-service-home:hover .elementor-widget-image img{
	transform: scale(1.05);
	transition: 0.5s ease-in-out;
	filter: unset;
}

.title-bg-footer {
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
    border: none;
}
.slider-food-home{
	position: relative;
}
.slider-food-home .owl-carousel .owl-item{
	padding: 40px;
}
.slider-food-home .owl-theme .owl-nav {
	position: absolute;
	top: 45%;
	right: 0;
	width: 100%;
}
.slider-food-home .owl-theme .owl-nav button{
	position: absolute;
  top: 0;
  right: 50px;
  background: transparent !important;
}
.slider-food-home .owl-nav .owl-prev{
	left: 40%;
	right: unset !important;
}
.slider-food-home .owl-nav button i{
	font-size: 24px;
	font-family: "Font Awesome 5 Pro";
	color: #F33C0E;
}
.box-calc-home.box-service-home{
	border: 2px solid transparent;
}
.box-calc-home.box-service-home:before{
	display: none;
}
.box-calc-home.box-service-home .elementor-widget-image img {
    filter: unset;
    transform: scale(1) !important;
}
.box-calc-home.box-service-home:hover{
	transform: translateY(-5px);
	transition: 0.5s ease-in-out;
	border: 2px solid #F33C0E;
}

.box-calc-home.box-service-home:hover .btn-watch a{
	color: #F33C0E !important;
}

.box-calc-home.box-service-home:hover .btn-watch a svg{
	fill: #F33C0E !important;
} 
.post-home-slider .slick-list{
	padding: 0 !important;
}
.post-readmore .premium-blog-post-content{
	display: none !important;
}
.post-readmore .premium-blog-post-container{
	position: relative;
}
.post-readmore .premium-blog-thumbnail-container,
.post-content-plan-inner .image-plan{
	position: relative;
}
.post-readmore .premium-blog-thumbnail-container:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('assets/images/icon-video.svg') no-repeat center center;
}
.post-readmore .premium-blog-thumbnail-overlay{
	z-index: 9;
}
.post-content-plan-inner .image-plan:after,
.post-readmore .premium-blog-thumbnail-container:after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(35, 35, 35, 0.00) 0%, rgba(36, 36, 36, 0.10) 45%, rgba(37, 37, 37, 0.90) 100%);
}
.post-readmore  .btn-watch-more{
	position: absolute;
	bottom: 15px;
	left: 20px;
	z-index: 2;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
}
.box-hover-style1 {
	margin-top: -5px;
}
.box-hover-style1 .premium-blog-post-container{
	padding-top: 5px;
}

.box-hover-style1 .premium-blog-post-container .premium-blog-thumb-effect-wrapper{
	border:2px solid transparent;
	transition: 0.5s ease-in-out;
}
.box-hover-style1 .premium-blog-post-container:hover .premium-blog-thumb-effect-wrapper{
	transform: translateY(-5px);
	transition: 0.5s ease-in-out;
	border: 2px solid #F33C0E;
}
.btn-no-boder:hover{
	color: #F33C0E !important;
}
.btn-no-boder i,
.box-healthy-tip .elementor-button i{
	transition: 0.4s ease-in-out;
}
.box-healthy-tip .elementor-button:hover i,
.btn-no-boder:hover i{
	transform: translateX(5px);
	transition: 0.4s ease-in-out;
} 
.box-hover-style1 .premium-blog-entry-title{
	margin-right: 5px;
}
.box-healthy-tip.post-readmore .premium-blog-thumbnail-container:before{
	display: none;
}
.content-plan,
.box-healthy-tip .premium-blog-content-wrapper {
	position: absolute;
	top: unset !important;
	bottom: 30px;
	left: 20px;
	z-index: 2;
	transition: 0.5s ease-in-out;
}
.box-healthy-tip .premium-blog-post-container:hover .premium-blog-content-wrapper {
	bottom: 35px;
	transition: 0.5s ease-in-out;
}
.box-healthy-tip .slick-list{
	padding: 0 !important;
}
.blog-id.post-readmore .premium-blog-post-content{
	display: block !important;
	top: -12px;
	position: relative;
}
.day-plan{
	clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
	background: #F33C0E;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	text-transform: uppercase;
	padding: 1px 20px;
	display: block;
	margin-bottom: 5px;
}
/*single video*/
.single-post-content-video{
	max-width: 1460px;
	padding: 60px 15px 160px;
	margin: 0 auto;
}
.single-post-content-video .post-content-video-inner{
	display: flex;
	width: 100%;
	gap: 20px;
	justify-content: space-between;
}
.single-post-content-video .post-content-video-inner .content-left-video{
	width: 65%;
	position: relative;
}
.single-post-content-video .post-content-video-inner .content-right-video{
	width: 30%;
}
.more-videos{
	padding: 15px 25px;
	background: rgba(242, 242, 242, 0.55);
}
.more-videos h4 {
    margin: 0 0 10px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #1A1A1A;
}

.single-video-descs .video-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 56.5%;
    height: 0px;
}

.single-video-descs .video-wrapper iframe,
.more-videos .vdeo-info-wrpr .vdeo-wrpr iframe {
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    left: 0;
}

.atoply {
    display: flex;
    align-items: center;
    display: -ms-flexbox;
    margin: 25px 0;
}

.atoply p {
    margin: 0;
    margin-left: 1rem;
    color: #6D6D6D;
    line-height: 30px;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.more-videos input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
    display: none;
}

.more-videos input[type="checkbox"]:checked:before {
    content: none;
}

.more-videos label {
    cursor: pointer;
    width: 50px;
    margin: 0 !important;
    padding: 0;
    height: 25px;
    background: grey;
    display: block !important;
    border-radius: 100px;
    position: relative;
    /* overflow: hidden; */
    box-shadow: 0px 0px 7px rgb(0 0 0 / 10%);
}

.more-videos label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 15px;
    transition: 0.3s;
}

.more-videos input:checked+label {
    background: #F33C0E;
}

.more-videos input:checked+label:after {
    left: 105%;
    transform: translateX(-105%);
}

.more-videos label:active:after {
    /* width: 130px; */
}
.date-info{
	margin-bottom: 10px;
	color: #222;
}
.title-content-video .elementor-heading-title{
	color: #232323;
	font-size: 48px;
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 30px;
}
#media-video{
	width: 100% !important;
}
.content-left-video .title-content-video{
	color: #1A1A1A;
	font-size: 24px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	margin-top: 30px;
	position: relative;
	padding-bottom: 15px;
}
.content-left-video .title-content-video:before{
	position: absolute;
	content: '';
	left: 0;
	width: 100px;
	height: 6px;
	bottom: 0;
	background: #F33C0E;
	clip-path: polygon(0% 0%, 100% 0%, 94% 100%, 0% 100%);
}

.date-info{
	color: #6D6D6D;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 30px;
}
.border-video{
	background: linear-gradient(0deg, #DEDEDE 0%, #DEDEDE 100%), #DEDEDE;
	height: 1px;
	width: 100%;
	margin-bottom: 30px;
}
.video-desc{
	color: #6D6D6D;
	font-size: 16px;
}
a.play-video{
	position: relative;
}
a.play-video .icon-video{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
}
.small-videos .video-more-item{
	display: flex;
	gap: 20px;
	width: 100%;
}
.small-videos .video-more-item:not(:first-child){
	margin-top: 25px;
}
.small-videos .video-image,
.small-videos .video-content{
	width: 49%;
}
.small-videos .video-content a{
	color: #1A1A1A;
	font-size: 15px;
	letter-spacing: -0.623px;
	font-weight: 500;
	margin-bottom: 10px;
    display: block;
    line-height: 1.2;
}
.small-videos .video-cat a{
	pointer-events: none;
	color: #6D6D6D;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: -0.24px;
}
/*plan*/
.post-content-plan-inner{
	display: flex;
	gap: 50px;
}
.post-content-plan-inner .content-box1{
	width: 20%;
}
.post-content-plan-inner .content-box2{
	width: 58%;
}
.post-content-plan-inner .content-box3{
	width: 22%;
}

.post-content-plan-inner .day-plan{
	display: inline-block;
}
.title-content-plan{
	color: #FFF;
	font-size: 26px;
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 0;
}
.title-content-plan-full{
	color: #232323;
	font-size: 26px;
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.btn-download{
    padding: 17px 20px 17px 20px;
    background: #F33C0E;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    text-align: center;
    border: 2px solid transparent;
    transition: 0.5s ease-in-out;
}
.btn-download:hover{
	background: #fff;
	border-color: #F33C0E;
	color: #F33C0E;
	transform: translateY(10px);
	transition: 0.5s ease-in-out;
}
.btn-download i{
	transition: 0.5s ease-in-out;
	position: relative;
}
.btn-download i:after{
	position: absolute;
	content: '';
	width: 2px;
	height: 100%;
	background: #F33C0E;
	right: -4px;
    top: 0;
	opacity: 0;
	transition: 0.5s ease-in-out;
}
.btn-download:hover i{
	transition: 0.5s ease-in-out;
	transform: rotate(90deg);
}
.btn-download:hover i:after{
	opacity: 1;
	transition: 0.5s ease-in-out;
}

.content-left-blog{
	width: 42%;
}
.content-right-blog{
	width: 58%;
}
.title-blog{
	margin-top: 40px;
}
.single-post-content-video.single-post-blog .post-content-video-inner{
	gap: 40px;
}
.secondary-content-blog{
	margin-top: 30px;
}
.nav-top-sub .premium-nav-menu-container{
	height: auto !important;
}
.nav-top-sub ul.premium-nav-menu{
	border-bottom: 1px solid #E7E7E7;
	overflow: hidden;
}
.nav-top-sub ul.premium-nav-menu li{
	margin-bottom: 0;
}
.nav-top-sub ul.premium-nav-menu li.current-menu-item a:after{
	border-radius: 100px;
}
.nav-top-sub ul.premium-nav-menu li a{
	color: #232323;
	white-space: nowrap;
	font-size: 20px;
	display: inline-block;
	padding: 0 0 10px;
}

/*Cal*/
.custom-form-calc h3{
	background: #F33C0E !important;
	font-size: 26px;
	font-style: italic;
	font-weight: 600 !important;
}

.custom-form-calc .fcp-row{
	border-left: 1px solid #8D8D8D;
	border-right: 1px solid #8D8D8D;
}
.custom-form-calc .row{
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 30px;
}
.custom-form-calc .row .col{
	padding: 0 5px;
	width: 50%;
}
.custom-form-calc .form-container{
	padding: 30px;
	background: #f6f6f6;
}
.custom-form-calc label{
	color: #232323;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 8px;
}
.custom-form-calc select,
.custom-form-calc input[type="text"]{
	border: 1px solid #838793;
	border-radius: 0;
	background: #FFF;
	color: #232323;
	font-size: 14px;
	padding: 8px 20px;
	font-weight: 300;
}
/*.custom-form-calc input[type="radio"]{
	padding: 6px !important;
    width: auto;
    display: inline-block;
    border-radius: 100px;
    border-color: #8D8D8D;
}*/
.custom-form-calc input[name="fcp-protein-intake-radio"],
.custom-form-calc input[name="fcp-cc-gender"],
.custom-form-calc input[name="fcp-cc-intake-radio"],
.custom-form-calc input[name="fcp-bfc-intake-radio"],
.custom-form-calc input[name="fcp-bfc-gender"],
.custom-form-calc input[name="fcp-bmi-intake-radio"],
.custom-form-calc input.fcp-water-radio {
  opacity: 0;
}
.custom-form-calc.body-fat .form-container .row:nth-child(2) label,
.custom-form-calc .form-container .row:first-child label{
  position: relative;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  position: relative;
  padding-right: 3px;
}

.custom-form-calc.body-fat .form-container .row:nth-child(2) label:before,
.custom-form-calc .form-container .row:first-child label:before {
	content: "";
	position: absolute;
	right: 3px;
	top: 8px;
	width: 9px;
	height: 9px;
	border-radius: 100px;
	background: #F33C0E;
	opacity: 0;
}
.custom-form-calc.body-fat .form-container .row:nth-child(2) label:after,
.custom-form-calc .form-container .row:first-child label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #8D8D8D;
  border-radius: 100px;
}
.custom-form-calc .form-container .row{
	flex-direction: row !important;
}
.custom-form-calc .form-container .row:first-child{
	margin-top: 0;
}
.custom-form-calc.body-fat .form-container .row:nth-child(2) label.checked::before,
.custom-form-calc .form-container .row:first-child label.checked::before {
  opacity: 1;
}
.custom-form-calc.body-fat .form-container .row:nth-child(2) label.checked:after,
.custom-form-calc .form-container .row:first-child label.checked:after {
	border-color: #F33C0E;
}
.custom-form-calc .form-container .row:last-child {
	margin-bottom: 0;
}
.custom-form-calc .form-container .row:last-child .col:first-child{
	display: none;
}

.custom-form-calc button.fcp-btn{
	display: flex;
	padding: 20px 40px 20px 20px !important;
	justify-content: center;
	align-items: center;
	gap: 15px;
	font-size: 18px !important;
	font-weight: 500;
	align-self: stretch;
	background: #F33C0E !important;
	width: 300px;
	border-radius: 0 !important;
	position: relative;
}
.custom-form-calc button.fcp-btn span{
	position: relative;
}
.custom-form-calc button.fcp-btn span:before{
	position: absolute;
	content: '\f061';
	right: 	-30px;
  	font-family: "Font Awesome 5 Pro";
  	font-weight: 400;
  	top: 1px;
  	font-size: 18px;
}
.custom-form-calc button.fcp-btn:hover{
	border-color: #F33C0E !important;
	color: #F33C0E !important;
	background: #fff !important;
}
.fcp-result-string{
	background: #1D1D1D !important;
	font-size: 26px !important;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px !important;
}
.fcp-result-string .fcp-protein-calculated-result,
.fcp-result-string .fcp-cc-calculated-result,
.fcp-result-string .fcp-calculated-result,
.fcp-result-string .fcp-bmi-calculated-result,
.body-fat .fcp-result-string .fcp-bfc-calculated-result{
	color: #FC541A !important;
	font-size: 26px !important;
}

.body-fat .fcp-result-string {
	margin-left: -30px !important;
    margin-right: -30px !important;
}
#bfcResultTable{
	display: block !important;
	padding-top: 15px;
}
.body-fat.custom-form-calc .fcp-row{
	border-bottom: 1px solid #8D8D8D;
}
#bfcResultTable .row{
	margin: 20px 0;
}
#bfcResultTable .row:first-child > div{
	color: #232323;
	font-size: 26px;
	font-weight: 500;
}
#bfcResultTable .row > div{
	color: #232323;
	font-size: 22px;
	font-weight: 300;
	min-width: 160px;
}
#bfcResultTable .row:first-child > div:not(:first-child),
#bfcResultTable .row > div:not(:first-child){
	font-weight: 500;
	text-align: center;
	min-width: 150px;
}
#bfcResultTable .row:nth-child(2) > div:not(:first-child){
	color: #53D950;
	font-style: italic;	
}
#bfcResultTable .row:nth-child(3) > div:not(:first-child){
	color: #FE9C5F;
	font-style: italic;	
}
#bfcResultTable .row:nth-child(4) > div:not(:first-child){
	color: #FA3E38;
	font-style: italic;	
}
#bfcResultTable .row:last-child{
	margin-bottom: 0;
}
.body-bmi #bmiClassList,
#ccClassList{
	border-left: 1px solid #8D8D8D;
    border-right: 1px solid #8D8D8D;
    border-bottom: 1px solid #8D8D8D;
    padding: 30px 30px 20px;
    background: #F6F6F6;
}
#bmiResultTable,
#ccResultTable{
	display: table !important;
}
#ccResultTable,
#ccResultTable td,
#bmiResultTable,
#bmiResultTable th,
#bmiResultTable td{
	border: 0;
	background: transparent !important;
	padding: 5px 0;
	margin-bottom: 0;
}
#bmiResultTable th{
	color: #232323;
	font-size: 28px;
	font-weight: 500;
	text-align: left;
}
#bmiResultTable td{
	color: #232323;
	font-size: 22px;
	font-weight: 300;
	width: 50%;
	text-align: left;
}
#bmiResultTable td:last-child{
	font-style: italic;
	font-weight: 500;
}
#bmiResultTable tr:nth-child(2) td:last-child{
	color: #25ADFF;
}
#bmiResultTable tr:nth-child(4) td:last-child{
	color: #53D950;
}
#bmiResultTable tr:nth-child(5) td:last-child{
	color: #FE9C5F;
}

#bmiResultTable tr:nth-child(6) td:last-child{
	color: #FA3E38;
}

#bmiResultTable tr:nth-child(7) td:last-child{
	color: #D50004;
}
#bmiResultTable tr:nth-child(8) td:last-child{
	color: #B10000;
}
.body-carb #ccClassList > .row{
	margin: 0;
}
.body-fat.body-carb .fcp-result-string {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#ccResultTable td{
	color: #232323;
	font-size: 22px;
	font-weight: 300;
	padding: 0 !important;
}
#ccResultTable td p{
	margin-bottom: 3px;
}
#ccResultTable td ul{
	margin-bottom: 30px;
}
#ccResultTable td ul.secondary-text{
	margin-top: 30px;
    padding-left: 70px;
}
#ccResultTable td ul li{
	margin-bottom: 2px;
}
#ccResultTable td strong{
	font-weight: 500;
}
#ccResultTable td ul:not(.secondary-text) li{
	font-weight: 400;
	font-style: italic;
}
.custom-form-calc.body-fat .form-container .row:nth-child(2) .col:nth-child(2) label {
    min-width: 108px;
}
.custom-form-calc .form-container .row:first-child label, .custom-form-calc.body-fat .form-container .row:nth-child(2) label {
    min-width: 80px;
}

.protein-cal.custom-form-calc .fcp-row{
	border: 0;
}
.protein-cal.custom-form-calc .form-container{
	border-left: 1px solid #8D8D8D;
    border-right: 1px solid #8D8D8D;
}
.protein-cal .fcp-table td{
	padding: 0;
	background: transparent !important;
	border: 0 !important;
}
.protein-cal.custom-form-calc .form-container{
	border-radius: 0;
}
.contact-form label{
	display: block;
	margin-bottom: 5px;
	color: #232323;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
}
.contact-form input,
.contact-form textarea{
	border-radius: 0px;
	border: 1px solid #AEAEAE;
	background: #FFF;
	padding: 20px;
	height: 56px;
	color: #232323;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
}
.contact-form textarea{
	height: 70px;
}
.contact-form .wpcf7-submit {
	padding: 14px 28px;
	border-radius: 0px;
	background: #F33C0E;
	font-size: 20px;
	font-weight: 700;
	display: block;
    width: 100%;
    margin-top: 15px;
    border: 2px solid transparent;
    color: #fff;
    height: auto;
    text-transform: uppercase;
    font-style: normal;
    transition: 0.3s ease-in-out;
}
.contact-form .wpcf7-submit:hover{
	background: #fff;
	color: #F33C0E;
	border-color: #F33C0E;
	transform: translateY(-5px);
    transition: 0.3s ease-in-out;
}

.section-calculator-food .title-label{
	color: #232323;
	font-size: 14px;
	font-weight: 300;
    text-align: left;
}
.section-calculator-food .form-calculator-food{
	text-align: center;

}
.section-calculator-food .form-calculator-food input{
	border: 1px solid #838793;
	background: #FFF;
	border-radius: 0;
	outline: none;
	color: #232323;
	font-weight: 300;
}
.section-calculator-food .form-calculator-food .button-calc{
	margin-top: 20px;
}
.section-calculator-food .btn-calc-food{
	background: #F33C0E;
	padding: 15px 30px;
	min-width: 220px;
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 0;
	border: 2px solid transparent;
	outline: none;
	transition: 0.3s ease-in-out;
}
.section-calculator-food .btn-calc-food i{
	font-size: 14px;
	padding-left: 20px;
}
.section-calculator-food .btn-calc-food:hover{
	background: #fff;
	color: #F33C0E;
	border-color: #F33C0E;
    transition: 0.3s ease-in-out;
}


.food-overlay.active:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(assets/images/loading3.gif) no-repeat top 40% center rgb(255 255 255 / 90%);
	background-size: 70px;
	z-index: 1;
	opacity: 1;
}
.info-calc-food{
	margin-top: 20px;
}
.info-calc-food .name-food{
	color: #232323;
	font-size: 26px;
	font-weight: 300;
	margin-top: 0;
}
.info-calc-food .name-food b{
	font-weight: 600;
}
.info-calc-food ul{
	list-style: none;
	padding-left: 12px;
}
.info-calc-food ul li{
	color: #232323;
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
	margin-bottom: 8px;
	position: relative;
	padding-left: 20px;
}
.info-calc-food ul li:before{
	position: absolute;
	content: '';
	left: 0;
	top: 10px;
    width: 8px;
    height: 8px;
	border-radius: 100px;
	background: #232323;
}
.info-calc-food ul.list-val2 li:before{
	background: #767676;
}
.info-calc-food ul.list-val1 li:first-child .val-food,
.info-calc-food ul.list-val1 li:nth-child(2) .val-food{
	font-weight: 500;
}
.ingredient-food ul.list-val1 li:nth-child(2) .val-food{
	font-weight: 300;
}
.info-calc-food ul.list-val2{
	margin-top: 10px;
}
.info-calc-food ul.list-val2 li{
	color: #767676;
}
.btn-calc-food:disabled {
	opacity: 0.7;
}
.loading-container {
  display: none;
}
.loading-container.active {
  display: block;
}
.loading-text{
	text-align: center;
}

.loading-container {
  width: 50%;
  margin: 20px auto;
}

.progress-bar {
  width: 100%;
  background: #eee;
  height: 30px;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); /* inner shadow */
}

.progress-fill {
  width: 0%;
  height: 100%;
  border-radius: 100px;
  background: #F33C0E;
  background-size: 200% 100%;
  animation: gradientFlow 2s linear infinite;
  transition: width 0.4s ease;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.video-preview.loading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: rgba(0,0,0,0.6);
    border-radius: 0;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.video-preview .spinner {
    width: 14px;
    height: 14px;
    border: 2px solid #ccc;
    border-top: 2px solid #f86e38;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    position: absolute;
    display: block;
}
.video-preview-hover{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    aspect-ratio: 21 / 9;
  	object-fit: cover;
}
@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



@media only screen and (min-width: 1200px){
	.slider-food-home .slick-initialized .slick-slide {
	    /*display: flex;
	    margin: 35px 45px;*/
	}
}

@media only screen and (max-width: 1199px){
	.mobmenul-container i {
		font-size: 40px;
	}
	.mobmenul-container {
        top: 0;
    }
	.home .mob-menu-header-holder{
		background: transparent !important;
	}
	.mobmenu-left-panel {
    width: 100%;
    background: transparent !important;
	}
	.mob-menu-header-holder{
/*		top: 66px !important;*/
		background: transparent !important;
		display: flex !important;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		padding-right: 5px;
		padding-top: 30px;
	}
	#mobmenuleft.wp-mobile-menu{
		padding-left: 40px;
		padding-right: 40px;
	}
	#mobmenuleft li a{
		color: #fff !important;
		padding: 15px 0;
		text-transform: uppercase;
		font-family: "Kanit", Sans-serif !important;
	}
	#mobmenuleft .sub-menu li a{
		padding: 8px 0;
	}
	.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
	    right: 5px !important;
	    top: 5px !important;
	}
	.mobmenu-left-panel .mob-cancel-button {
        color: #fff !important;
        font-size: 20px !important;
   }
   .mob-menu-left-bg-holder{
        background: rgba(37, 37, 37, 0.40) !important;
        backdrop-filter: blur(10px);
   }
   .mob-expand-submenu i {
        font-size: 16px;
    }
    .mob-expand-submenu {
	    right: -50px !important;
	}
   .menu-li-moresport > a{
   		display: inline-block !important;
   		min-width: 138px;
   }
   .menu-li-moresport .mob-expand-submenu{
   		top: 2px;
   }
   #mobmenuleft li{
   		background: transparent !important;
   }
   .mobmenu-content #mobmenuleft .sub-menu,
   .mobmenu-content #mobmenuleft > li > a:hover{
   		background: transparent;
   }
   .mobmenu-content li > .sub-menu li{
   		padding-left: 15px;
   }

   .btn-sign-up {
/*   		border-top: 1px solid rgba(255, 255, 255, 0.25);*/
   		padding-top: 20px !important;
   }
   .btn-sign-up a{
	   	display: inline-block !important;
		padding: 14px 46px 12px 25px !important;
		border-radius: 0px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cmask id='mask0_934_20907' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='18' height='18'%3E%3Cpath d='M18 0H0V18H18V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_934_20907)'%3E%3Cpath d='M12.9223 9.03196C12.5765 8.86753 12.2236 8.72588 11.8644 8.60724C13.0274 7.73424 13.7813 6.34412 13.7813 4.78126C13.7813 2.14488 11.6364 0 8.99999 0C6.36359 0 4.21873 2.14488 4.21873 4.78126C4.21873 6.34584 4.97417 7.73732 6.13943 8.61016C5.0718 8.96165 4.07003 9.50857 3.19322 10.2298C1.58546 11.5523 0.467599 13.3968 0.0456193 15.4238C-0.0866386 16.059 0.0718106 16.7113 0.480256 17.2136C0.886697 17.7133 1.48938 18 2.13372 18H10.793C11.1813 18 11.4961 17.6852 11.4961 17.2969C11.4961 16.9085 11.1813 16.5937 10.793 16.5937H2.13372C1.83356 16.5937 1.65247 16.4262 1.57126 16.3264C1.43102 16.1539 1.37674 15.9294 1.42234 15.7104C2.15201 12.2056 5.24351 9.64525 8.81359 9.55891C8.87543 9.5613 8.93755 9.5625 8.99999 9.5625C9.06302 9.5625 9.12577 9.56126 9.18821 9.55884C10.2823 9.58451 11.3345 9.83419 12.3187 10.302C12.6694 10.4687 13.0889 10.3196 13.2556 9.96883C13.4222 9.61812 13.2731 9.19867 12.9223 9.03196ZM9.17148 8.15192C9.11442 8.1509 9.05725 8.15038 8.99999 8.15038C8.94324 8.15038 8.8865 8.15094 8.82983 8.152C7.04759 8.06309 5.62499 6.58519 5.62499 4.78126C5.62499 2.92025 7.13899 1.40626 8.99999 1.40626C10.861 1.40626 12.375 2.92025 12.375 4.78126C12.375 6.58474 10.9531 8.06234 9.17148 8.15192Z' fill='white'/%3E%3Cpath d='M17.2969 13.9571H15.3632V12.0234C15.3632 11.6351 15.0485 11.3203 14.6602 11.3203C14.2718 11.3203 13.9571 11.6351 13.9571 12.0234V13.9571H12.0234C11.6351 13.9571 11.3203 14.2718 11.3203 14.6602C11.3203 15.0485 11.6351 15.3632 12.0234 15.3632H13.9571V17.2969C13.9571 17.6852 14.2718 18 14.6602 18C15.0485 18 15.3632 17.6852 15.3632 17.2969V15.3632H17.2969C17.6852 15.3632 18 15.0485 18 14.6602C18 14.2718 17.6852 13.9571 17.2969 13.9571Z' fill='white'/%3E%3C/g%3E%3C/svg%3E") 
		no-repeat right 16px center #F33C0E !important;
/*		background-color: #F33C0E;*/
		margin-top: 15px;
   }
   .btn-login a{
		border: 2px solid #F33C0E;
		padding: 12px 30px !important;
		display: inline-block !important;
		margin-top: 15px;
   }
	.custom-arrow-video .slick-arrow.slick-prev {
	    right: 80px;
	}
	.custom-arrow-video .slick-arrow{
		right: 15px;
	}
	.custom-accordion-head .league-sport .leaague-left,
	.custom-accordion-head .league-sport .leaague-right,
	.list-item-team-sprot .info-match .info-team {
	    width: 200px;
	}
	.slider-food-home .slick-initialized .slick-slide {
	    margin: 50px 20px;
	    box-shadow: 0px 0px 20.9px 0px rgba(0, 0, 0, 0.26) !important;
	}
	.post-home-slider .slick-list{
		padding-right: 60px !important;
	}
	.box-healthy-tip .slick-list{
		padding-right: 110px !important;
	}

}
@media only screen and (max-width: 848px){
	.slider-food-home .owl-nav .owl-prev {
    left: 6%;
	}
	.slider-food-home .owl-theme .owl-nav {
    	top: 67%;
	}
	.slider-food-home .owl-theme .owl-nav button {
		right: 44px;
	}
	.check-more-post .premium-blog-post-outer-container{
		display: none;
	}
	.check-more-post .premium-blog-post-outer-container:nth-child(1),
	.check-more-post .premium-blog-post-outer-container:nth-child(2){
		display: block;
	}
	.single-post-content-video .post-content-video-inner .content-right-video{
		display: none;
	}
	.single-post-content-video .post-content-video-inner .content-left-video{
		width: 100%;
	}
	.single-post-content-video{
		padding: 40px 20px 50px;
	}
	.post-content-plan-inner {
    	flex-wrap: wrap;
    	gap: 30px;
	}
	.post-content-plan-inner .content-box1 {
	    width: 38%;
	}
	.post-content-plan-inner .content-box2 {
	    width: 56%;
	}
	.post-content-plan-inner .content-box3 {
	    width: 100%;
	}
	.btn-download{
		max-width: 300px;
    	margin: 10px auto 0;
	}
	.post-content-blog-inner{
		flex-wrap: wrap;
	}
	.content-left-blog,
	.content-right-blog {
	    width: 100%;
	}
	.contact-form label,
	.contact-form input, .contact-form textarea{
		font-weight: 300;
	}
	.loading-container{
		width: 100%;
	}
}
@media only screen and (min-width: 768px){
	
}
@media only screen and (max-width: 767px) {
	.slider-food-home .food-nutrition-mb {
		box-shadow: none !important;
	}
	.slider-food-home .owl-carousel .owl-item{
		padding: 0px;
	}
	.slider-food-home .owl-theme .owl-nav {
	  top: 50%;
	}
  .slider-food-home .owl-nav .owl-prev {
    left: 1%;
	}
  .slider-food-home .owl-theme .owl-nav button {
    right: 3px;
	}
	.slider-calc-home-mb{
		display: block !important;
	}

	.slider-calc-home-mb .owl-stage {
		padding-left: 0px !important;
	}
	.post-plan .premium-blog-post-outer-container{
		width: 278px !important;
		margin: 0 auto;
	}
	.check-more-post .premium-blog-post-outer-container:nth-child(2){
		display: none;
	}
	.single-post-content-video{
		padding: 30px 20px 60px;
	}
	#media-video {
		height: 192px !important;
	}
	.title-content-video .elementor-heading-title{
		font-size: 30px;
	}
	.post-content-plan-inner .content-box2,
	.post-content-plan-inner .content-box1 {
        width: 100%;
    }
    .image-plan{
    	margin-bottom: 20px;
    }
    .image-plan img{
    	width: 100%;
    }
    .post-content-plan-inner{
    	padding-bottom: 40px;
    }
    .title-blog {
	    margin-top: 0;
	}
	.custom-form-calc .row{
		margin: 0;
	}
	.custom-form-calc .row:not(:first-child) .col {
	    padding: 10px 0;
	    width: 100%;
	}
	.custom-form-calc button.fcp-btn{
		width: 100%;
	}
	#bfcResultTable .row > div{
		min-width: auto !important;
		font-size: 18px;
	}
	#bfcResultTable .row:first-child > div{
		font-size: 20px;
	}
	#bfcResultTable .row:nth-child(3) > div:first-child,
	#bfcResultTable .row:nth-child(4) > div:first-child{
		min-width: 110px !important;
	}
	.custom-form-calc .form-container .row:first-child,
	.custom-form-calc.body-fat .form-container .row:nth-child(2) {
	    flex-wrap: nowrap;
	}
	.custom-form-calc .row:first-child .col{
		padding: 0;
	}
	.custom-form-calc .form-container .row:first-child label,
	.custom-form-calc.body-fat .form-container .row:nth-child(2) label{
		min-width: 80px;
	}
	.custom-form-calc.body-fat .form-container .row:nth-child(2) .col:nth-child(2) label{
		min-width: 108px;
	}
	.custom-form-calc.body-fat .form-container .row:nth-child(4) .col:nth-child(2),
	.custom-form-calc.body-fat .form-container .row:nth-child(5) .col:nth-child(2){
		display: none;
	}
	.custom-form-calc.body-fat .form-container .row:nth-child(4){
		margin-bottom: 10px;
	}
	.custom-form-calc.body-fat .form-container .row:nth-child(5){
		margin-bottom: 20px;
	}
	#bfcResultTable {
		padding-top: 5px;
	}
	#fcp-bmi-intake-form .fcp-btn{
		margin-top: 20px;
	}
	#bmiResultTable th {
	    font-size: 24px;
	}
	#bmiResultTable td {
	    font-size: 18px;
	}
	#ccResultTable td ul.secondary-text {
	    padding-left: 50px;
	}
	.info-calc-food{
		margin-top: 60px;
	}

}