@font-face {
 font-family: "BetterTimes";
 src: url("../fonts/BetterTimes.ttf") format("truetype");
}
 @font-face {
 font-family: "CircularStdM";
 src: url("../fonts/CircularStd-Medium.otf") format("opentype");
}
.nutritionLandingPage {
	margin: 0;
	padding: 0;
	font-family: "CircularStdM" !important;
}
.nutritionLandingPage .header .header-bar {
	background-image: URL("../images/GreenTexture_Bkgd.jpg");
	background-size: cover;
	width: 100%;
	height: 150px;
}
.nutritionLandingPage .header .header-banner {
	width: 100%;
	height: 650px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.nutritionLandingPage .header .header-banner .caption-container {
	position: absolute;
	width: 100%;
	z-index: 999;
	height: 100%;
	text-align: center;
	background-color: #00000045;
}
.nutritionLandingPage .header .header-banner .caption-container .caption {
	bottom: 30px;
	position: absolute;
	width: 100%;
}
.nutritionLandingPage .header .header-banner .caption-container .caption span {
	display: block;
}
.nutritionLandingPage .header .header-banner .caption-container .caption span#caption-text-1 {
	font-size: 15.385vw;
	line-height: 112%;
	color: #ffffff;
	font-family: "modesto-text", serif;
	font-weight: 400;
}
 @media only screen and (min-width: 576px) {
.nutritionLandingPage .header .header-banner .caption-container .caption span#caption-text-1 {
 font-size: 70px;
}
}
 @media only screen and (min-width: 768px) {
.nutritionLandingPage .header .header-banner .caption-container .caption span#caption-text-1 {
 font-size: 70px;
}
}
.nutritionLandingPage .header .header-banner .caption-container .caption span#caption-text-2 {
	font-size: 80px;
	line-height: 1;
	color: #fccb4f;
	font-family: "BetterTimes";
}
.nutritionLandingPage .text-section {
	background-image: URL("../images/text-section-bg-img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 350px;/*box-shadow: inset 0 0 0 2000px #1987540d; */
}
.nutritionLandingPage .text-section .text-section-text {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	line-height:1.2;
	font-weight: 500;
	color: #07351a;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
}
 @media only screen and (min-width: 768px) {
 .nutritionLandingPage .text-section .text-section-text {
 width: 60%;
 line-height:1.5;
}
}
.nutritionLandingPage .enhance-section .row {
	width: 100%;
	padding: 0;
	
	
	margin: 0;
}

.nutritionLandingPage .enhance-section .enhance-imgs {
	width: 100%;
}
.nutritionLandingPage .enhance-section .enhance-imgs img {
	width: 100%;
	height: 480px;
	object-fit: cover;
}
.nutritionLandingPage .enhance-section .row .col {
	padding: 0;
	margin: 0;
}
 .nutritionLandingPage .enhance-section .enhance-imgs .col:nth-child(2) {
 padding-left: 10px;
}


 @media only screen and (min-width: 768px) {
.nutritionLandingPage .img-text-section>.row {
	padding: 80px 0 !important;
}



}
.nutritionLandingPage .img-text-section .it-text {
	margin: 0 5%;
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
	
	position: relative;
}
 @media only screen and (min-width: 768px) {
 .nutritionLandingPage .img-text-section .it-text {
 margin: 0 75px;
 padding-top:0;
 transform: translate(0, -50%);
	top: 50%;
}
}
 @media only screen and (min-width: 1200px) {
.nutritionLandingPage .img-text-section .it-text {
 margin: 0 100px;
}
}
.nutritionLandingPage .img-text-section .it-text h2 {
	font-size: 2.5rem;
	color: #07351a;
	font-family: "modesto-text", serif;
	font-weight: 400;
}
 @media only screen and (min-width: 768px) {
 .nutritionLandingPage .img-text-section .it-text h2 {
 font-size: 3rem;
}
}
.nutritionLandingPage .img-text-section .it-text p {
	font-weight: 500;
	font-size: 17px;
}
.nutritionLandingPage .img-text-section .it-text button {
	font-size: 16px;
	font-weight: 600;
	background-color: transparent;
	color: #07351a;
	border-color: #07351a;
	border-radius: 0;
	border-width: medium;
	padding: 15px 30px;
	letter-spacing: 1.2px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: "CircularStdM" !important;
}
.nutritionLandingPage .img-text-section .it-text button:hover {
	background-color: #07351a;
	color: #ffffff;
}
.nutritionLandingPage .img-text-section.grain-section .it-text button:hover {
	background-color: #ffffff;
	color: #07351a;
}
.nutritionLandingPage .img-text-section.looking-ahead-section .it-text button:hover {
	background-color: #ffffff;
	color: rgba(0, 0, 0, 0.5);
}
.nutritionLandingPage .img-text-section img {
	width: 100%;
	height: 480px;
	object-fit: cover;
}
.nutritionLandingPage .img-text-section .col {
	margin: 0;
	padding: 0;
}
.nutritionLandingPage .img-text-section .row {
	width: 100%;
	padding: 0;
 --bs-gutter-x: 0;
}
.nutritionLandingPage .row {
 --bs-gutter-x: 0;
}
.nutritionLandingPage .recipes-text .btn {
	width: 300px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 15px;
}
.nutritionLandingPage .grain-section>.row {
	background-size: cover;
}
.nutritionLandingPage .grain-section .grain-text h2 {
	color: #fccb4f;
	margin-bottom: 15px;
	font-family: "BetterTimes";
	font-size: 90px;
	font-weight: normal;
	text-transform: none;
}
.nutritionLandingPage .grain-section .grain-text h4 {
	color: #CF7F00;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1.5px;
}
.nutritionLandingPage .grain-section .grain-text p {
	color: #ffffff;
	margin-top: 30px;
}
.nutritionLandingPage .grain-section .grain-text .btn {
	color: #ffffff;
	border-color: #ffffff;
}
.nutritionLandingPage .grain-section .grain-imgs img {
	width: 380px;
	height: 380px;
	border-radius: 50%;
	max-width: none;
}
 .nutritionLandingPage .grain-section .grain-imgs .col:nth-child(1) {
 position: relative;
 z-index: 999;
 margin-top: 150px;
}
 .nutritionLandingPage .grain-section .grain-imgs .col:nth-child(2) {
 margin-left: -100px;
}


.nutritionLandingPage .looking-ahead-section .bgimg {
	background-size: cover;
	padding-top:20px;
	padding-bottom:20px;
}


@media only screen and (min-width: 768px) {
	
	.nutritionLandingPage .looking-ahead-section .bgimg {
		padding-top:0;
	padding-bottom:0;
}

.nutritionLandingPage .looking-ahead-section .row {
	width: 83%;
	margin-left: auto;
	margin-right: auto;
}
.nutritionLandingPage .looking-ahead-section .row .col {
	background-size: cover;
	box-shadow: inset 0 0 0 2000px #4c331982;
	background-position: 50%;
	height: 490px;
}
.nutritionLandingPage .looking-ahead-section .looking-ahead-text {
	margin: 0 170px;
}

}
.nutritionLandingPage .looking-ahead-section .looking-ahead-text h2 {
	color: #e5aa5c;
	margin-bottom: 20px;
	letter-spacing: 1.5px;
}
.nutritionLandingPage .looking-ahead-section .looking-ahead-text p {
	font-size: 22px;
	font-weight: 500;
	color: #ffffff;
	line-height: 160%;
	letter-spacing: 0.5px;
}
.nutritionLandingPage .looking-ahead-section .looking-ahead-text .btn {
	color: #ffffff;
	border-color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	margin-top: 35px;
}
.nutritionLandingPage .footer {
	width: 100%;
	height: 300px;
	background-color: #eee;
}
.nutritionLandingPage .footer .footer-nav {
	top: 50%;
	position: relative;
	transform: translate(0, -50%);
	text-align: center;
}
.nutritionLandingPage .header .header-nav .head-nav-list, .nutritionLandingPage .footer .footer-nav .foot-nav-list, .nutritionLandingPage .header .head-nav-list-mobile {
	list-style-type: none;
	padding: 0;
	margin-bottom: 80px;
}
.nutritionLandingPage .header .header-nav .head-nav-list, .nutritionLandingPage .header .head-nav-list-mobile {
	margin-bottom: 0px;
}
.nutritionLandingPage .header .head-nav-list-mobile {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 9999;
	background-color: #ffffff;
}
.nutritionLandingPage .header .head-nav-list-mobile li {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #eee;
}
.nutritionLandingPage .header .header-nav .head-nav-list li, .nutritionLandingPage .footer .footer-nav .foot-nav-list li {
	display: inline-block;
}
.nutritionLandingPage .header .header-nav .head-nav-list li a, .nutritionLandingPage .header .head-nav-list-mobile li a {
	color: #ffffff;
}
.nutritionLandingPage .header .header-nav .head-nav-list li a, .nutritionLandingPage .footer .footer-nav .foot-nav-list li a, .nutritionLandingPage .header .head-nav-list-mobile li a {
	font-size: 18px;
	letter-spacing: 1.2px;
	font-weight: 500;
	padding: 0 25px;
}
.nutritionLandingPage .header .head-nav-list-mobile li a {
	font-size: 1.125em;
	line-height: 180%;
	color: #0b371c;
}
.nutritionLandingPage .header .header-nav .head-nav-list li a {
	padding: 0 10px;
}
.nutritionLandingPage .header .header-nav .head-nav-list li a:hover {
	/*color: #fccb4f;*/
    opacity: 0.7;
}
.nutritionLandingPage .footer .footer-nav .foot-nav-list li a:hover {
	/*color: #b97712;*/
    opacity: 0.7;
}
 .nutritionLandingPage .footer .footer-nav .foot-nav-list li:not(:first-child):before {
 content: "|";
 top: -2px;
 position: relative;
}
.nutritionLandingPage .footer .footer-nav .copyright {
	font-size: 15px;
	font-weight: 500;
}
.header .header-bar .row {
	top: 50%;
	position: relative;
	transform: translate(0, -50%);
	width: 93%;
	margin-left: auto;
	margin-right: auto;
}
.header .header-bar .header-nav {
	height: 100%;
	position: relative;
}
.header .header-bar .header-nav .head-nav-list {
	position: absolute;
	bottom: 0;
	right: 0;
}
.header .header-bar .logo {
	height: 80px;
}
.nutritionLandingPage .header-nav-mobile {
	display: none;
}
.nutritionLandingPage .header-nav-mobile #hamburger-menu {
	/*background-image: url("/wp-content/themes/center4nutrition/images/iconbars.png");*/
    background-image: url("../images/iconbars.png");
	width: 46px;
	height: 46px;
	background-color: transparent;
	border: none;
	background-repeat: no-repeat;
	background-position: center center;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

/* For Desktop View */
@media screen and (min-width: 1024px) {
}

/* For Tablet View */
@media screen and (max-device-width: 1024px) {
 .nutritionLandingPage .text-section .text-section-text {
 width: 80%;
}
 .nutritionLandingPage .img-text-section .it-text {
 margin: 30px 40px 0 40px;
}
 .nutritionLandingPage .grain-section .grain-imgs {
 justify-content: center!important;
}
 .nutritionLandingPage .header .header-banner {
 height: 500px;
}
 body .headerphoto {
 height: 130px !important;
}
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
}

/* For Mobile Landscape View */
@media screen and (max-device-width: 640px) and (orientation: landscape) {
}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
 .nutritionLandingPage .header .header-banner .caption-container .caption span#caption-text-1 {
 font-size: 50px;
 line-height: 55px;
}
 .nutritionLandingPage .header .header-banner .caption-container .caption span#caption-text-2 {
 font-size: 50px;
 line-height: 50px;
}
 .nutritionLandingPage .text-section {
 height: 450px;
}
 .nutritionLandingPage .text-section .text-section-text {
 font-size: 20px;
}
 .nutritionLandingPage .img-text-section .it-text h2 {
 font-size: 2rem;
}
 .nutritionLandingPage .img-text-section .it-text {
 margin: 30px 20px 0 20px;
}
 .nutritionLandingPage .grain-section .grain-imgs img {
 width: 200px;
 height: 200px;
}
 .nutritionLandingPage .grain-section .grain-imgs .col:nth-child(1) {
 margin-top: 80px;
 margin-left: 25px;
}
 .nutritionLandingPage .grain-section .grain-text h2 {
 font-size: 50px;
}
 .nutritionLandingPage .looking-ahead-section .row {
 width: 100%;
}
 .header .header-bar .logo {
 height: 60px;
 margin-left: 20px;
}
 .nutritionLandingPage .header .header-bar {
 height: 120px;
}
 .header .header-bar .header-nav {
 display: none;
}
 .nutritionLandingPage .header-nav-mobile {
 display: block;
}
 .nutritionLandingPage .header-nav {
 display: none;
}
 body .headerphoto {
 height: 100px !important;
}
 .slicknav_menu .slicknav_btn {
 top: -85px;
}
 .nutritionLandingPage .img-text-section .it-text button {
 padding: 15px 15px;
 font-size: 15px;
}
 .nutritionLandingPage .header .header-banner {
 height: 250px;
}
 .nutritionLandingPage .enhance-section .enhance-imgs img {
 padding: 20px;
}
 .nutritionLandingPage .looking-ahead-section .row .col {
 height: 720px;
}
}
