.container-fluid {
	overflow-x: hidden;
}
#header.home-header {
	position: absolute;
}
#header.home-header.active {
	position: fixed;
}
#login-social-nav.home-social-nav {
	position: absolute;
}
#header.home-header.fixed {
	position: fixed;
	padding-top: 20px;
}
#login-social-nav.home-social-nav.fixed {
	position: fixed;
	z-index: 999;
	top: 15px;
}
#home-header-wrap {
	visibility: hidden;
	z-index: 10;
  position: absolute;
  height: 60px;
  background-color: rgba(43,86,97,0);
  width: 100%;
  text-align: center;
}
#home-header-wrap.shown {
	position: fixed;
	visibility: visible;
	background-color: rgba(43,86,97,1);
	z-index: 999;
	-moz-transition: all ease .3s;
  -ms-transition: all ease .3s;
  -o-transition: all ease .3s;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(128,128,128,1);
  -moz-box-shadow: 0px 2px 2px 0px rgba(128,128,128,1);
  box-shadow: 0px 2px 2px 0px rgba(128,128,128,1);
}
.home-header {
	visibility: visible;
}
#home-header-wrap.shown #page-logo {
	padding-top: 5px;
}
@media only screen and (max-width: 767px) {

	#home-header-wrap.shown {
		text-align: left;
	}
	#home-header-wrap.shown #header {
		padding-top: 0;
	}
	#header.home-header {
		position: fixed;
	}
	.home-learn-more-btn {
		visibility: hidden;
	}

}
@media only screen and (max-width: 659px){
	#home-top-logo {
	    text-align: left;
	    padding-left: 20px;
	}
}

/*--------------MC styles (moved from index.html)----------*/

.home-overview-div.row:nth-child(odd){
	background-color: #fafafc;
}
.home-overview-div.row{
	max-width: 100% !important;
	padding-top: 20px;
	padding-bottom: 20px;
}
.home-overview-detail p{
	width: 70%;
    margin: auto;
    font-size: 1.5em;
}
.sectionTitle{
	font-size: 2em !important;
	font-weight: bold;
	color: #2B5661;
}
.home-overview-img img {
   max-width: 100%;
}
ul.home-overview-detail{
	margin-top: 28%;
}
@media only screen and (max-width: 767px) {
	.home-overview-img img{
		max-width: 100%;
	}
}
#freeWeekButton {
	cursor: pointer;
}
form#freeWeekForm{
	padding-top: 215px;	
}
form#freeWeekForm input {
    margin-bottom: 39px;
}

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

.home-overview-div.row {
	margin-bottom: 80px;
	padding: 0;
}
/*.home-overview-img img {
	max-width: 500px;
}*/
.ptab-col-wrap:first-child > ul li:last-child{
	/* min-height: 73px; */ 
} 
.rtab {
	padding-top: 0;
}
.rtab ul {
	padding-left: 0;
	padding-right: 0;
}
#page-top-row {
	background-image: url(/assets/img/hkipromo_top_bg_lg.jpg);
	text-align: center;
}
#page-logo {
	display: inline-block;
	/*padding-top: 5px;*/
}
#page-logo a img {
	width: 85px;
}
div#page-top-row.smaller {
	background-image: none;
	background-color: #2b5661;
}
#page-top-row.smaller #page-logo a img {
	width: 62px;
}
#page-top-row.smaller #login-social-nav{
	top: 10px;
	position: fixed;
}
.mobileNav {
	display: none;
}
#header {
	width: auto;
	text-align: right;
}
#headNav{
  /*width: 582px;*/
  list-style-type: none;
  height: 33px;
  /*margin-left: 121px;*/
  }
#headNav li{
    /*display: inline;*/
    float: left;
  min-width: 28px;
  margin-right: 15px;
  height: 25px;
  text-decoration: none;
  cursor: pointer;
}
#headNav li:hover{
    /*border-bottom: 3px solid #c7a900;*/
    text-decoration: none;
    color: #c7a900 !important;
}
#headNav a{
    text-decoration: none;
     height: 25px;
}
#headNav a:hover{
 color: #c7a900 !important;
}
#headNav .here{
    border-bottom: 3px solid #c7a900;
    text-decoration: none;
    color: #c7a900 !important;
}
.meal-plan-demo {
	position: relative;
	top: -55px;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-o-transition: all ease .5s;
	-webkit-transition: all ease .5s;		
	transition: all ease .5s;		
}
/*
*****members header
*/

.mwelcome {
	z-index: 20;
}
#page-top-row-mem {
	background-image:url(/assets/img/page_top_bg_lg.jpg);
	text-align: center;
}
#page-top-row-mem, #page-top-row-mem #login-social-nav, #page-top-row-mem #header, .mwelcome {
	position: absolute;
}
#page-top-row-mem #header.active {
	position: fixed;
}
.sticky {
	position: fixed;
	top: 0;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(128,128,128,1);
  -moz-box-shadow: 0px 2px 2px 0px rgba(128,128,128,1);
  box-shadow: 0px 2px 2px 0px rgba(128,128,128,1);
}
#headNav {
	padding-left: 0;
}
@media only screen and (min-width: 0) {
/*this doesn't work, always has white underline
but also won't be hovering on mobile...*/
	a.team-member-name-mobile:hover {
		text-decoration: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#page-top-row {
		padding-left: 0;
		padding-right: 0;
	}
	#page-top-row #page-logo, #home-header-wrap #page-logo {
		position: absolute;
		left: 30%;
	}
	#header {
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
	}
	#headNav {
		padding-left: 0;
	}
	#login-social-nav ul{
		padding-left: 15px;
	}
}
/*-------JK added styles for member header search fix-------*/
@media only screen and (max-width: 414px) {
	#customWeek{
		display: none;
	}

}

@media only screen and (max-width: 1099px) {
	#page-top-row-mem {
		text-align: left;
	}
	#page-top-row-mem {
		height: 60px;
		padding-top: 0;
		position: fixed;
	}
	/*#page-top-row-mem #page-logo {
		z-index: 999;
		position: fixed;
	}*/
	#page-top-row-mem #login-social-nav {
		z-index: 99;
	}
	#mem-nav {
		display: none;
	}
	#page-top-row-mem #page-logo {
		z-index: 999;
		position: fixed;
		display: inline-block;
		text-align: left;
		height: auto;
		/*margin-left: 20px;*/
		padding-top: 5px;
	}
	#page-top-row-mem #page-logo a {
		display: block;
		height: auto;
	}
	#page-top-row-mem #login-social-nav ul li:not(.searchli) {
		display: none;
	}
	#page-top-row-mem .searchli {
		margin-left: 80px;
	}
	#page-top-row-mem #login-social-nav {
		top: 15px;
	}
	#page-top-row-mem #headNav {
		display: none;
	}
	#page-top-row-mem .mobileNav {
		display: block;
		text-align: right;
		float: right;
	}
	#page-top-row-mem #header {
		padding: 0 0;
		margin-right: 0;
	}
	#page-top-row-mem #header-menu-close-btn {
		margin: 0;
		float: right;
		font-size: 28px;
		display: block;
	}
	#page-top-row-mem #header-nav {
		padding-left: 0;
		padding-right: 20px;
		width: 300px;
		list-style: none;
	}
	/*#page-top-row-mem .mobileNav ul {
		list-style: none;
	}*/
	#page-top-row-mem .mobileNav ul li {
		font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    clear: both;
	} 
	#page-top-row-mem .mobileNav ul li a:hover{
		color: black;
		text-decoration: none;
	}
}
/*------------------------------------------------------*/
@media only screen and (max-width: 768px) {
	#home-top{
		height: 271px;
		background-color: #1F3D45;
	}

	#video-overlay{
		background-color: #1F3D45;
	}
	#page-top-row {
		height: 60px;
		padding: 0;
		text-align: left;
	}

	.boxContent{
		padding-left: 105px !important;
	}
	#myGardens .boxContent{
		padding-left: 0px !important;
	}
	#extraTips .boxContent{
		padding-left: 0px !important; 
	}
	.home-learn-more-btn{
		display: none;
	}
	#home-free-week-btn{
		    width: 300px;
		    margin-left: 64%;
	}
	.sectionImg{
		display: none;
	} 
	.home-overview-img{
		width: 90%;
	}
	.tryItOut{
		display: none;
	}
	.mealControls{
		display: none !important;
	}
	.mealHoldP{
		display: block !important;
	}
	/*#page-top-row-m	em {
		text-align: left;
	}*/
	/*#mem-nav {
		display: none;
	}*/
	#page-top-row.smaller {
		height: 40px;
	}
	#page-top-row, #page-top-row.smaller, #page-top-row.smaller #header {
		padding-top: 0;
	}
	#page-logo {
		display: inline-block;
		text-align: left;
		height: auto;
		margin-left: 20px;
		padding-top: 5px;
	}
	#page-logo a {
		display: block;
		height: auto;
	}
	#login-social-nav.home-social-nav, #page-top-row #login-social-nav {
		display: none;
	}
	/*#login-social-nav ul li:not(.searchli) {
		display: none;
	}
	#login-social-nav ul li.searchli {
		margin-left: 80px;
	}
	#login-social-nav {
		top: 15px;
	}*/
	#headNav {
		display: none;
	}
	.mobileNav {
		display: block;
		text-align: right;
		float: right;
	}
	#header {
		padding: 0 0;
		margin-right: 0;
	}
	#header-menu-close-btn {
		margin: 0;
		float: right;
		font-size: 28px;
		display: block;
	}
	#page-top-row.smaller .mobileNav #header-menu-close-btn {
		padding-top: 0;
	}
	#header-nav {
		padding-left: 0;
		padding-right: 20px;
		width: 300px;
	}
	.mobileNav ul {
		list-style: none;
	}
	.mobileNav ul li {
		font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    clear: both;
	} 
	.mobileNav ul li a:hover{
		color: black;
		text-decoration: none;
	}
	#memberBody{
		display: none;
	}
	#save2{
		display: none;
	}
	.finalTable i{
		display: none;
	}
	.finalTableWrap{
		max-width: 90% !important;
		margin-right: 12px;

	}
	.finalTable{
		width: 96% !important;
		position: static !important;
		margin-top: 200px;
		max-width: 100% !important;
		margin-top: -41px;
	}
	.ingrow{
		float: left;
		width: 100% !important;
		position: static !important; 
	    left: 0px;
	    top: 0px;
	}
	.func{
		display: none;
	}
	#customWeek{
		width: 90% !important;
		font-size: 1em;
	}
	.customWeekTableWrap
	{
		width: 90% !important;
		float: left;
	}
	.customWeekTable{
		width: 100% !important;
		float: left;
	}
	.customWeekTable td{
		max-width: 14.28% !important;
	}
	.featWeek h1{
		display: none;
	}
	.featWeek .allMeals{
		margin-top: 50px;
		width: 100%;

	}
	.featWeek .week_meal p{
		display: none;
	}
	.featWeek .week_meal{
		    border-bottom: 0px;
		    width: 150px;
		    margin:auto;
		    float: none;
		    height: 	95px;
		    margin-bottom: 20px;

	}
	.featWeek .finalTableWrap{
		width: 90%;
		    margin-top: 20px;
    		margin-right: 41px;
	}
	.mealControls{
		display: none !important;
	}
	.mealHoldP{
		display: block !important;
	}
	#home-top{
		height: 271px;
		background-color: #1F3D45;
	}
	#video-overlay{
		background-color: #1F3D45;
	}
	.mainMealImg {
		width: 100%;
	}
	.mobileMeals{
		display: block;
		width: 90%;
		margin: auto;
	}
	.mobileMeals a{
		width: 100%;
		margin-bottom: 2px;
	}
	.week{
			    margin-bottom: -29px;

	}

}

/*----------MC styles (moved from members-home.html)----------*/
#membersHome{
	/*JK*/
	margin: 0 auto;
	height: auto; 
	overflow: hidden;
	/*/JK */
	max-width: 1200px;
	/*width: 1200px;*/
	/*margin: auto;*/
	float: left;
}
.memberBox{
	/*width: 580px;*/
	/*max-width: 585px;*/
  height: 450px;;
	/*margin-right: 20px;*/
	/*float: left;*/

}
.memberBox a{
	color: #072F42;
}
.memberBox a:hover{
	color: #7FC0D0;
}
.boxHead{
	width: 100%;
	height: 35px;
	text-align: center;
	color: white;
	padding-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.boxContent{
	padding-top: 20px;
	/*padding-left: 35px;*/
}
.wistia_video_foam_dummy{
	display: none !important;

}
.boxContent iframe{
	width: 300px !important;
	height: 250px !important;
}
#memberFav .boxHead{
	background-color: #C7A900;
}
#memberFav .boxContent, #featuredWeek .boxContent, #savedWeeks .boxContent {
	padding-left: 4%;
}
#memberFav .boxContent, #featuredWeek .boxContent{
	/*height: 360px;*/
	overflow-y: scroll;
	overflow-x: hidden;
	 direction:rtl;
}
#memberFav .boxContent, #featuredWeek .boxContent {
	height: 400px;
}
#featuredWeek .boxHead{
	background-color: #7FC0D0;
}
@media only screen and (min-width:767px) {
	#savedWeeks, #createMyWeek {}}
#savedWeeks .boxHead{
	background-color: #8ba4aa;
}
#savedWeeks .boxContent{
	height: 360px;
	overflow-y: scroll;
	overflow-x: hidden;
	 direction:rtl;
} 
#createMyWeek .boxHead{
	background-color: #7fc0d0;
}
#createMyWeek .boxContent a {
	display: block;
	text-align: center;
}
#extraTips, #blog {
	/*max-height: 300px;*/
	padding: 0;
}
#extraTips, #blog{
	height: auto;
}
@media only screen and (max-width: 1200px) {
	#extraTips, #blog {
		padding: 0 20px;
	}
}
#extraTips .boxHead{
	background-color: #7FC0D0;
}
#extraTips .row, #blog .row {
	text-align: center;
	max-width: 1200px;
	margin-left: 0;
	margin-right: 0;
}

#blog .boxHead{
	background-color: #e45c58;
}
/*#blog .boxContent{
	height: 300px;
}*/
.mealHold{
	float: left;
	width: 150px;
	margin: 10px;
	padding: 0;
	font-size: 13px;
	text-align: left;
	height: 165px;
	position: relative;
}
.imgOptionHold{
	width: 150px;
	height: auto;
}
.mealControls{
	display: none;
	background-color: #E45C58;
	width: 150px;
	margin: 0px;
	height: 30px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	color: white;
	text-align: center;
	padding-top: 6px;
}

.center{
	display: none;
}
.mealControls i{
	font-size: 15px;
	cursor: pointer;
	/*display: none;*/
	float: left;
	margin-left: 11px;
	margin-right: 11px;
}

.imgOptionHold:hover + .mealHoldP{
	display: none;
}
.imgOptionHold:hover .mealControls{
	display: block;
}
.mealHold img{
	height: 93px;
	width: 150px;

}
.mealHoldP {
	margin-top: 10px;
	display: block;
}

.mealControls a{
	color: white !important;
}
.favSlide{
	/*width: 580px;*/
	/*height: 300px;*/
	/*padding-left: 44px;*/
	overflow: hidden;
}
#viewShoppingList{
	height: 93px;
	width: 150px;
	color: #7FC0D0;
	cursor: pointer;
	text-align: center;
}
#viewShoppingList p{
	margin-top: 33px;
}
#planNewWeek{
	width: 324px;
    margin: auto;
    margin-top: 30px;

}
.newWeek{
	font-size: 87px;
    /* margin: auto; */
    width: 75px;
    /*margin-left: 232px;*/
    margin-top: 12px;
    color: #7FC0D0;
    cursor: pointer;
}
.newWeek:hover{
	color: #8BA4AA;
}
.large{
	/*width: 100%;*/
	/*height: 300px;*/
	/*padding: 0;*/
}
.myWeek{
	width: 150px;
	height: 165px;
	float: left;
	margin: 10px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 20px;
	
}
.myWeek i{
	display: block;
	margin:auto;
	margin-bottom: 10px;
	width: 82px !important;
}
.myWeek p{
	min-height: 137px;
}
.myWeek a{
	color: #7FC0D0;
	width: 150px;
	height: 93px;
	text-decoration: none;
}
.arrow{
	color: white;
	font-size: 36px;
}
.tipsSlide, .blogSlide{
	display: inline-block;
}
/*.tipsSlide.row, .blogSlide.row {
	margin: 0;
}*/
.tipsSlide img, .blogSlide img {
	width: 100%;
}
.tipHolder, .blogHolder{
	/*max-width: 300px;*/
  /*max-height: 200px;*/
  margin: 10px auto;
  float: left;
  /*margin-right: 25px;
  margin-left: 38px;*/
}
.tipHolder a, .blogHolder a {
	display: block;
}
.tipHolder p, .blogHolder p{
	/*text-transform: capitalize;*/
	/*font-size: 16px;*/
	text-align: center;	
	margin-top: 10px;
}
.tipHolder p {
	font-size: 16px;
}
.blogHolder.col-sm-2 {
	width: 20%;
}
.blogHolder p {
	font-size: 13px;
}
.blogSlide img {
	max-width: 150px;
	max-height: 150px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
}
/*.blogSlide{
	display: inline-block;
}

.blogHolder{
	float: 	left;
	width: 	151px;
	margin: 10px;
	height: 200px;
	margin-right: 30px;
    margin-left: 37px;
}
.blogHolder p{
	font-size: 13px;
	text-transform: capitalize;
	text-align: center;
	margin-top: 10px;
}
.blogHolder img{

	margin-bottom: 20px;
	width: 150px;
    height: 150px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    overflow: hidden;
    margin: auto;
}*/
.slideBox .arrow, .slideBox2 .arrow{
	width: 50px;
	background-color: #8BA4AA;
	height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	padding-top: 8px;
}
#extraTips .fa-chevron-left, #blog .fa-chevron-left {
	float: left;
}
#extraTips .fa-chevron-right, #blog .fa-chevron-right {
	float: right;
}
/*.slideBox2 .arrow{
	width: 50px;
	background-color: #8BA4AA;
	height: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	padding-top: 8px;
}*/
.prevBox {
	padding-left: 0;
}
.nextBox {
	padding-right: 0;
}
/*#prevBox{
	/*float: left;
    margin-top: 64px;
    margin-left: -33px;*!/
}
#nextBox{
	/*float: right;
	margin-top: 64px;*!/
}*/
.memberBox .slideBox, .memberBox .slideBox2 {
	margin-top: 5%;
}
.slideBox .arrow:hover, .slideBox2 .arrow:hover{
	background-color: #E45C58;
	-webkit-box-shadow: -3px -1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -3px -1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -3px -1px 5px 0px rgba(50, 50, 50, 0.75);

}
/*.slideBox2 .arrow:hover{
	background-color: #E45C58;
	-webkit-box-shadow: -3px -1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    -3px -1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         -3px -1px 5px 0px rgba(50, 50, 50, 0.75);

}*/

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

/*--------------JK member styles--------------*/
@media only screen and (min-width:992px){
	#memberFav, #featuredWeek, #savedWeeks, #createMyWeek {
		max-width: 600px;
	}
}	
@media only screen and (max-width:991px) {
	#memberFav, #featuredWeek, #savedWeeks, #createMyWeek {
		max-width: 800px;
		float: none;
		margin: 0 auto;
		/*padding: 0 60px;*/
	}
	#membersHome {
		text-align: center;
		padding: 0 30px;
	}
}
@media only screen and (max-width: 768px) {
	#membersHome {
		padding: 0 30px;
	}
	#featuredWeek .boxContent {
		overflow-y: scroll;
    overflow-x: hidden;
    direction: rtl;
	}
	#extraTips {
		/*padding: 0 30px;*/
		/*height: auto;*/
		max-height: none;
		padding-top: 152px;
	}
	#memberFav {
		padding-top: 112px;
	}
	.tipsSlide {
		overflow: hidden;
	}
	.slideBox {
		display: none;
	}
	.tipHolder {
		margin: 10px auto 40px;
	}
	.tipHolder img {
		max-width: 300px;
	}
	.popUpBox{
		    width: 94%;
		    right: 10px;
		    font-size: 1em;
	}
	.popUpBox button{
		margin-left: 5px;
	}
	.popUpBox h3{
		width: 100%;
	  	text-align: center;
	    font-size: 1em;
	}
}
@media only screen and (max-width: 732px) {
	#savedWeeks {
		padding-top: 49px;
	}
	#featuredWeek {
		padding-top: 40px;
	}
	#extraTips {
		padding-top: 139px;
	}
}
@media only screen and (max-width: 667px) {

	#memberFav {
		padding-top: 112px;
	}

}
@media only screen and (max-width:445px) {
	.mealHold {
		float: none;
		margin: 10px auto;
	}
	#home-free-week-btn{
		margin: auto;
		width: 300px;
		margin-top: -20px;


	}
	.boxContent{
		padding-left: 0px !important;
	}
	.myWeek{
		    margin: auto;
    		float: none;
	}
	.ingrow h3{
		font-size: 1.5em;
	}
}
/*------------------------------------------*/

/*-----------Login page---------------*/
section.login-wrap {
	text-align: center;
}
.login-wrap > div {
	margin: 0 auto;
	float: none;
}
.form-group label {
	text-align: left;
}
label.log-label {
	width: auto;
}
input.log-input {
	width: 100%;
}
.login-wrap .form-group:last-child {
	text-align: left;
}
.login-wrap .form-group:last-child input {
	float: left;
	display: block;
}
.login-wrap .normA {
	display: block;
	clear: both;
} 
@media only screen and (max-width: 767px) {
	/*#page-top-row-mem {
		height: 60px;
		padding-top: 0;
		position: fixed;
	}
	#page-top-row-mem #page-logo {
		z-index: 999;
		position: fixed;
	}
	#page-top-row-mem #login-social-nav {
		z-index: 99;
	}*/
	.page-row {
		margin-top: 80px;
	}
	.page-title {
		margin-bottom: 20px;
	}
	.login-wrap > div {
		padding: 0;
	}
}
/*for very narrow screens*/
@media only screen and (max-width: 400px) {
	#page-top-row-mem #page-logo {
		padding-top:12px;
		margin-left: 10px;
	}
	#page-top-row-mem #page-logo img {
		width: 65px;
	}
	#page-top-row-mem #keywords {
		width: 150px;
	}
	#page-top-row-mem .searchli {
		margin-left: 50px;
	}
	#page-top-row-mem .searchSubmit {
		font-size: 14px;
		padding: 2px 3px;
		top: 2px;	
	}
	#page-top-row-mem #header-menu-close-btn {
		padding: 10px 10px 10px 5px;
	}
}

/*------------breakfast/lunch/dinner browse pages--------------*/
.week {
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
	max-width: 1200px;
	text-align: center;
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.small_meal{
		float: left;
		width:20%;
		text-align: center;
	}
	.small_meal p{
		width: 75%;
		margin: auto;
	}
}
.small_meal {	
	padding: 0 10px;
	float: none;
	display: inline-block;
	vertical-align: top;
	/*margin: 0 10px;*/
}
.small_meal a {
	overflow: hidden;
	display: block;
}
.small_meal .circular, .small_meal p {
	margin: 0 auto;
}
@media only screen and (max-width:991px) {
 .small_meal {
 	float: left;
 	padding-bottom: 15px;
 }
 #blog {
 	display: none;
 }
 #createMyWeek {
 	display: none;
 }
}
@media only screen and (max-width:991px) {
	.circular-title p {
		min-height: 75px;
	}
}
@media only screen and (max-width:767px) {
	.small_meal {
		padding-bottom: 15px;
		padding-left: 50px;
	}
	.small_meal p {
		width: 100%;
	}
	.circular-title {
		float: left;
		text-align: left;
		font-size: 28px;
		padding-top: 50px;
		padding-left: 50px;
		height: 150px;
		width: 70%;
		display: inline-block;
	}
	.circular {
		display: inline-block;
		float: left;
	}
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
	.small_meal img {
		width: auto;
	}
}
@media only screen and (max-width:550px) {
	.small_meal {
		padding-left: 20px;
	}
	.circular {
		height: auto;
		width: auto;
	}
	.circular img {
		width: 100px;
		height: 100px;
		left: 0;
	}
	.circular-title {
		/*max-width: 80%;*/
		font-size: 18px;
		padding-top: 20px;
		padding-left: 20px;
		height: auto;
	}
}
@media only screen and (max-width:350px) {
	.small_meal {
		padding-left: 0;
	}
	.small_meal p {
		width: 90%;
	}
	.circular, .circular-title {
		width: 100%;
		text-align: center;
	}
	.circular-title {
		padding-left: 0;
		padding-top: 10px;
	}
	.circular-title p {
		margin: 0 auto;
	}
	.circular img {
		-webkit-border-radius: 150px;
		-moz-border-radius: 150px;
		border-radius: 150px;
		margin: 0 auto;
		text-align: center;
	} 
}
/*----------------------------------------------------------------*/

/*-------------------------Meal page---------------------------*/
.meal-section {
	text-align: center;
}
.meal-section .row, .mainMealImg {
	padding: 0 20px;
}
.meal-section .cap {
	margin: 0 auto;
}
.mainMealImg {
	margin: 0 auto;
	display: block;
}
#directions, .ingredients_wrap, .vid_box, .nutrition {
	max-width: none;
}
#directions, .ingredients_wrap {
	text-align: left;
}
.vid_box {
	margin-right: 0;
}
/*.vid_box iframe {
	width: 100%;
	max-width: 600px;
}*/
.nutrition {
	text-align: center;
}
.recimage {
	/*overflow: hidden;*/
}
.wp-nutrition-label {
	float: none;
	margin: 0 auto;
}
.sponsor-memhome{
		font-size: 22px;
		font-family: Dosis, sans-serif;
		text-align: center;
		font-weight: 600;
		color: #2b5661;
	}
.sponsor-logo{
		padding-left: 10px;
	}	
.sponsor-logo-meal{
		padding-left: 10px;
		padding-top: 10px;
	}
@media only screen and (max-width: 845px) {
	.nutrition, .vid_box {
		width: 100%;
	}
	
}
@media only screen and (max-width: 766px) {
	.nutrition {
		margin-top: 0;
	}
}
@media only screen and (max-width: 367px) {
		.sponsor-logo{
			width: 78%;
	}	
		.sponsor-logo-meal{
			width: 78%;
	}	
}
/*--------------------------------------------------------------------*/
#footer-meta a{
	color: white !important;
}

#fotter-meta a:hover{
	text-decoration: underline;
}