/*!
Theme Name: Kadence Intekai
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Paul Griffith
Author URI: #
Description: A child theme for the Kadence Theme for Intekai.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,400i');

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


body.home .entry-header .entry-title {
    display: none;
}

#menu-item-5944 {
    background-color: #425aa8;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}

#menu-item-5944 a {
    color: #fff;
}

#menu-item-5944 a:hover {
    color: #ffc63a;
}

.page-id-6107.mobile-transparent-header .content-container {
	padding-top: 4em;
}

h1.entry-title {
	text-shadow: 0px 5px 5px #0000008f;
	font-size: 48px;
	
}

.has-sidebar h1.entry-title,
.type-page h1.entry-title {
	margin-top: 125px;
}


.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea{
	background-color: #ffffff4d;
}

.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-textarea:focus{
	background-color: #ffffff;
}

.page-id-6112 .entry-title {
	display: none;
}

.page-id-6112 .entry-content {
	margin-top: 125px;
}

.page-id-6112 .entry-content h2 {
	font-size: 4em;
}

.page-id-6112 .entry-content .wp-block-group p {
	margin-bottom: 0px;
}

.page-id-6112 .entry-content .wp-block-group .your-name,
.page-id-6112 .entry-content .wp-block-group .your-tel,
.page-id-6112 .entry-content .your-email,
.page-id-6112 .entry-content .your-message,
.page-id-6112 .entry-content .your-message,
.page-id-6112 .entry-content .wpcf7-submit{
	margin: 15px;
}

.page-id-6112 .entry-content .wp-block-group .your-name,
.page-id-6112 .entry-content .wp-block-group .your-tel {	
	width: calc(50% - 25px);
	float: left;
}

.page-id-6112 .entry-content .wp-block-group .your-tel {
	margin-right: 0px;
}

.page-id-6112 .entry-content .your-email input,
.page-id-6112 .entry-content .your-message textarea {
	width: calc(100% - 20px);
	margin: 15px 0;
}

.page-id-6112 .entry-content .wp-block-image {
	/* margin-top: 64px; */
}



a#admin-meal-btn,
a#client-meal-btn {
	color: #fff;
	white-space: nowrap;
	line-height: 35px;
	font-size: 10px;
	text-decoration: none;
	background: #7570b3;
	border-radius: 15px;
	padding: 0px 15px;
	position: absolute;
	z-index: 999999;
	right: 70px;
	top: 25px;
}

a#admin-meal-btn:hover,
a#client-meal-btn:hover {
	background: #00bff3;
}


.entry-content {
	/* padding-top: 6em; */
}



/*Home mobile*/

body.home .entry-content {
	/* padding-top: 6em; */
	height: 100vh;
}

.home-mobile .wp-block-group__inner-container {
	position: relative;
	/*background: #00000021;*/
	/* padding: 120px 25px 50px; */
}

.home-mobile .wp-block-group__inner-container>* {
	position: relative;
	z-index: 12;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
	margin-top: 0;
	margin-bottom: 20px;
}

.home-mobile .wp-block-group__inner-container .wp-block-image {
	position: absolute;
	top: 20px;
	bottom: -35px;
	right: -220px;
	z-index: 1;
}


.brand.has-logo-image img {
	width: 50%;
}


/*SERVICES PAGE*/


.page-id-5988 .entry-content .wp-block-buttons {
	margin-bottom: 75px !important;
	
}

.page-id-5988 .entry-content  .wp-block-button {
	margin-left: auto !important;
	margin-right: auto !important;
}

.page-id-5988 .entry-content .wp-block-buttons:hover a {
	background: var(--global-palette-btn-bg-hover);
}

.service-title a, 
.service-more a {
	font-weight: 700;
	box-shadow: 0px 15px 15px #000;
	width: 300px;
	padding-left: 40px;
	padding-right: 40px;
}

.service-title a:hover, 
.service-more a:hover {
	box-shadow: 0px 15px 15px #000;
}


.service-title a {
	border-radius: 25px 25px 0 0;
	padding-top: 100px;
	height: 300px;
}


/*PAYMENTS PAGE*/

.pay-head,
.pay-wrap ul,
.pay-wrap {
	border-radius: 25px;
}

#post-6107 .payments-block-new .wp-block-group__inner-container {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 50px 5%;
}

#post-6107 .entry-content .payments-block-new .wp-block-group__inner-container> div {
	width: 340px;
}

#post-6107 .entry-content> div ul {
	padding: 0;
	text-align: center;
}

#post-6107 .payments-detail-list li {
	list-style-type: none;
	text-align: center;
	font-size: 24px;
	margin-left: -24px;
}

#post-6107 .payments-detail-list .fa-check {
	color: #ffffff;
	background-color: var(--global-palette-btn-bg-hover);
	border-radius: 25px;
	padding: 5px;
}

#post-6107 .entry-content> div li {
	list-style-type: none;
}

#post-6107 .sub-head {
	font-size: 28px;
	font-weight: 700;
	color: #ff4545;
}


#post-6107 .pay-wrap  ul li:nth-child(2).page-body-description {
	font-size: 24px;
	font-weight: 700;
}


#post-6107 .pay-wrap  ul li:nth-child(3).page-body-description {
	font-size: 18px;
	text-decoration: line-through;
	color: #3d3d3d;
}

#post-6107 .pay-wrap  ul li:nth-child(3).page-body-description::before {
	content: "Regular ";
}
#post-6107 .pay-wrap  ul li:nth-child(3).page-body-description::after {
	content: " /month";
}

#post-6107 .pay-wrap  ul li:nth-child(4).page-body-description {
	/*color: #ffc63a; OLD*/
	color: #bb1818;
	font-weight: 700;
	font-size: 32px;
}
#post-6107 .pay-wrap  ul li:nth-child(4).page-body-description::after {
	content: " /month";
}

/*
Old set up with multiple lines

#post-6107 .pay-wrap  ul li:nth-child(4).page-body-description {
	color: #ffc63a;
	font-size: 20px;
	text-shadow: 1px 1px #3d3d3d;
}
#post-6107 .pay-wrap  ul li:nth-child(5).page-body-description,
#post-6107 .pay-wrap  ul li:nth-child(6).page-body-description {
	color: #3d3d3d;
	font-weight: 700;
}
*/

#post-6107 .pay-wrap  ul li:nth-child(5).page-body-description {
	color: #3d3d3d;
	font-weight: 700;
	font-size: 20px;
}

#post-6107 .pay-wrap  ul li:nth-child(5).page-body-description {
	font-size: 24px;
}
#post-6107 .pay-wrap  ul li:nth-child(5).page-body-description::after {
	content: " /month";
}

#post-6107 .pay-wrap  ul li:nth-child(6).page-body-description {
	font-size: 18px;
}

.pay-head,
#post-6107 .pay-wrap  ul li:nth-child(1) {
	background-color: var(--global-palette-btn-bg);
	font-weight:  700;
	color: #fff;
	font-size: 24px;
	padding: 15px;
	margin-bottom: 10px;
	text-shadow: none;
}

.pay-head.Intekai_Premium::before {
	content: "MOST POPULAR";
	/* color: #ffc63a; */
	color: #fff;
	font-size: 18px;
	/* background: #bb1818 !important; */
	/* box-shadow: 0px 0px 5px #ffc63a !important; */
	display: block;
	margin-top: -75px;
	margin-bottom: 10px;
	border-radius: 25px;
	background: url(./img/splash2.png) top center no-repeat;
	background-size: 75%;
	height: 0px;
	padding: 25px 0 50px;
}

.pay-head.Intekai_Premium{
    margin-top: 0px;
}

.pay-body {
	/*color: #fff; OLD */
	color: #3d3d3d;
}

#post-6107 .pay-wrap ul {
	/*background-color: #00000070; OLD*/
	background-color: #fff;
	transition: 1s;
	/*text-shadow: 1px 1px #000; */
}

#post-6107 .sub-head,
#post-6107 .page-body-description,
#post-6107 .pay-radio {
	padding-left: 20px;
	padding-right: 20px;
}

#post-6107 .page-body-description {
	font-size: 80%;
	margin: 20px 0;
	/* height: 100px; */
}

.discount-heading {
	background-color: #425aa8;
	border-radius: 25px;
	color: #ffffff !important;
}

.discount-heading h2 {
	color: #fff;
	padding: 10px;
}

.discount-heading canvas {
	display: none;
}

.discount-heading .wpcdt-timer-wrap {
	height: 100px;
}

.discount-heading .time_circles div h4,
.discount-heading .time_circles div span {
	color: #fff;
	margin: 30px 0;
}

.discount-heading .time_circles div span {
	font-size: 24px !important;
}

.discount-heading .time_circles div h4 {
	font-size: 14px !important;
}

.discount-heading .time_circles > div {
	top: 0px !important;
	margin-top: -20px;
}

.pay-button {
	margin-top: 25px;
}

.pay-button .pay-now-cc {
	border-radius: 25px;
	width: 100%;
	box-shadow: 0px 15px 15px #000;
	background-color: #bb1818;
}

.pay-button .pay-now-cc:hover {
	box-shadow: 0px 15px 15px #000;
}

.pay-wrap {
	background-position: center;
	background-size: cover !important;
}

#ub_countdown_b0decfb9-7c64-459e-9ad6-0dcc4339cf30 {
	margin: auto;
	width: 100%;
	display: block;
}

#ub_countdown_b0decfb9-7c64-459e-9ad6-0dcc4339cf30 .ub-countdown-digit-container {
	margin: 10px auto;
}

/*Assessment*/

#wpforms-5732-field_13-container {
    display: none;
}

/*Intekai Diet Programmes*/

.latest-blog li {
	background-color: #fff;
	height: 550px;
}

.latest-blog .wp-block-post-featured-image a {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.latest-blog .wp-block-post-title,
.latest-blog .wp-block-post-excerpt,
.latest-blog .wp-block-post-date {
	padding-left: 40px;
	padding-right: 40px;
}

.latest-blog .wp-block-post-title {
	color: #425aa8;
}

.latest-blog .wp-block-post-featured-image {
	padding-bottom: 0px;
}

.latest-blog .wp-block-post-date {
	margin-top: 15px;
	font-size: 75%;
}

/*RECIPES*/

.recipes-block {
	justify-content: space-between;
}

.recipes-block .wp-block-column {
	margin-bottom: 32px;
}

.recipes-block .wp-block-image {
	position: relative;
}

.recipes-block .wp-block-image figcaption {
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 3px 3px #000;
	position: absolute;
	top: 120px;
	left: calc(50% - 150px);
	width: 300px;
	text-align: center;
}

.recipes-block .wp-block-image figcaption a {
	color: #fff;
	text-decoration: none;
}

.recipes-block .wp-block-image:hover figcaption a {
	color: #ffc63a;
}

.recipes-block .wp-block-image figcaption {
	font-size: 28px;
	top: 120px;
	left: calc(50% - 150px);
}

/*BLOG*/

#post-6240 .wp-block-post-featured-image img {
	width: 100%;
}

#post-6240 .wp-block-post-featured-image a {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

#post-6240 .blog-query li {
	margin-bottom: 2.5em;
}

/*SIDEBAR SECONDARY*/
#secondary .wpp-list {
	padding-left: 0;
	margin-left: 0;
}

#secondary .wpp-list a {
	text-decoration: none;
}

#secondary .wpp-views {
	color: #fff;
	background-color: #000;
	padding: 5px 10px;
	border-radius: 5px !important;
	height: auto;
}

.footer-widget-area.footer-widget3,
.footer-widget-area.footer-widget4{
	display: none;
}

.footer-widget-area.footer-widget5 {
	width: 25%;
	overflow: hidden;
	font-size: 75%;
}

/*BLOG Modal*/

#pum-6160 {
	font-family: "Open Sans", sans-serif;
}
.es_subscription_form {
	text-align: center;
}

.es_subscription_form .es-field-wrap label input {
	margin-top: 10px;
}

/*GALLERY*/

#envira-gallery-wrap-225 .envira-gallery-item-inner {
	background-color: #fff;
}

#envira-gallery-225 .envira-gallery-item .envira-gallery-item-inner .envira-caption {
	font-size: 18px !important;
}

@media (max-width: 1080px) and (orientation: portrait) {

	body.home .entry-content {
		/* padding-top: 6em !important; */
	}
	
	body.home .n2_clear {
	    /*
		-webkit-transform: rotate(90deg);
	    -moz-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	    transform: rotate(90deg);*/
	}
	
	body.home .n2-section-smartslider {
	    width: calc(100vw);
	    height: 100%;
	}

	div#n2-ss-14-align {
		width: 100vw;
		height: 100vh !important;
	}

}

@media (max-width: 780px) and (orientation: landscape) {
	
	.home .n2-ss-slider {
		min-height: 100vh;
	}
	
}

@media (min-width: 480px) {
	
	body.home .entry-content {
		padding-top: 0em;
	}
}

@media (min-width: 780px) {

	a#admin-meal-btn,
	a#client-meal-btn {
		line-height: 45px;
		font-size: 18px;
		border-radius: 22px;
		padding: 0px 25px;
		right: auto;/*50px;*/
		/* left: 100px; */
		left: 50%;
		margin-left: -70px;
		margin-left: 25%;
		top: 7.5%;
	}

	.brand.has-logo-image img {
		width: 100%;
	}
	
	h1.entry-title {
		font-size: 110px;
	}
    
	#secondary {
		margin-top: 170px;
	}
	
	body.page-id-6240 #secondary {
		margin-top: 600px;
	}

	body.page-id-6240 .n2-ss-no-bga-fixed {
		max-height: 580px !important;
		overflow: hidden;
	}

	
	.page-id-6112 .entry-content .wp-block-group {
		width: 50%;
		float: left;
	}

	.page-id-6112 .entry-content .us-address {
		margin-left: 20px;
		margin-left: var(--global-md-spacing);
	}
	.page-id-6112 .entry-content .wp-block-image {
		/* width: 45%; */
		/* float: right; */
	}

	.footer-widget-area.footer-widget3,
	.footer-widget-area.footer-widget4 {
		display: flex;
	}
	
	.footer-widget-area.footer-widget5 {
		width: 100;
		overflow: visible;
		font-size: 100%;
	}

	/*SERVICES*/
	
	.page-id-5988 .entry-content .wp-block-buttons {
		margin-bottom: 0 !important;
	}

	/*PAYMENTS*/

	#post-6107 .payments-block-new .wp-block-group__inner-container {
		justify-content: space-between;
	}

	#post-6107 .entry-content .payments-block-new .wp-block-group__inner-container> div {
		flex: 1 0 21%;
	}

	#post-6107 .entry-content> div {
		flex: 1 0 21%;
	}

	#post-6107 .pay-wrap ul {
		/*background-color: #000000bd; OLD*/
		background-color: #fff; /*NEW*/
		transition: 1s;
		/*text-shadow: none; OLD*/
	}
	
	#post-6107 .pay-wrap ul:hover {
		/*background-color: #00000036; OLD*/
		/*text-shadow: 1px 1px #000; OLD */
		background-color: #fffbd4;
	}

	

	#post-6107 .page-body-description {
		/* height: 110px; */
	}

	/*RECIPES*/
	
	.recipes-block .wp-block-image figcaption {
		font-size: 24px;
		top: 50px;
		left: 0;
		width: 100%;
	}
	
}

@media (min-width: 1080px) {


	.has-sidebar h1.entry-title,
	.type-page h1.entry-title {
		margin-top: 125px;
	}

	body.page-id-6240 #secondary {
		margin-top: 483px;
	}

	body.page-id-6240 .n2-ss-no-bga-fixed {
		max-height: 450px !important;
		overflow: hidden;
	}
	
	/*RECIPES*/
	
	.recipes-block .wp-block-image figcaption {
		font-size: 28px;
		top: 120px;
		left: calc(50% - 150px);
	}
}

@media (min-width: 1199px) {
	
	.home-mobile {
		display: none;
	}
}

@media (min-width: 2000px) {


	body.page-id-6240 #secondary {
		margin-top: calc(327px + 120%);
	}

	body.page-id-6240 .n2-ss-no-bga-fixed {
		max-height: 700px !important;
		overflow: hidden;
	}
}

@media only screen and (max-width: 600px) {
	body.page {
		background-image: url('./img/bkg3.png') !important;
		background-attachment: scroll !important;
	}
}