
@media only screen and (max-width: 900px) {

	body, div, p, a, table, td {
		-webkit-text-size-adjust: none;
		letter-spacing: .015em;
	}

	body {
		overflow-x: hidden;
		overflow-y: auto;
	}

	body.menu-active {
		overflow: hidden;
		position: relative;
		height: 100%;
	}

	.menu-active .boxed {
		margin-left: 50%;
		overflow: hidden;
	}

	.boxed {
		z-index: 2;
		position: relative;
		width: 100%;
		transition: margin 0.2s;
		-moz-transition: margin 0.2s;
		-webkit-transition: margin 0.2s;
		-o-transition: margin 0.2s;
		height: 100%;
	}

	.wrapper {
		width: 90%;
	}

	.ad-link.top {
		display: none;
	}

	.ad-banner img {
		max-width: 100%;
		height: auto;
	}

	.header .header-menu {
		width: 100%;
		margin: 30px 0px 0px 0px;
		clear: both;
		float: none;
		display: block;
	}

	.header .header-addons {
		float: none;
		display: block;
		width: 100%;
		clear: both;
		text-align: center;
		padding-top: 20px;
		border-top: 1px solid rgba(0,0,0,0.1);
		margin-top: 25px;
		margin-bottom: -10px;
	}
	.header .header-addons .header-search{float: left;}
	.header .header-addons .social_linking{width: 220px; float: right;}
	.featured-block .article-photo a, .article-photo{ width:250px; margin:auto;}
	.flexslider .article-photo{ width:100%;}
	.flexslider .article-photo a{ width:100%;}
	.header .header-addons > div {
		display: inline-block!important;
		text-align: left;
	}

	.header .header-addons .header-weather {
		margin-top: 3px;
		margin-right: 20px;
		margin-bottom: 7px;
	}

	a.mobile-menu {
		display: block!important;
		position: absolute;
		font-size: 30px;
		right: 0px;
		top: 30px;
		width: 30px;
		line-height: 100%;
		padding: 5px;
		background: #fff;
		color: #5a9e25;
		text-align: center;
		z-index:999999;
	}

	.header .header-logo {
		margin-left: 0px;
		display: block;
		float: none;
		text-align:center;
	}
	.header-logo img{ width:30%;}
	.header-adds{ width:100%; margin-bottom:25px;}
	
	.secondary-menu,
	.main-menu {
		display: none;
	}

	body.menu-active .themenumobile {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}

	.themenumobile {
		display: block;
		z-index: 1;
		/*background: #232323;
		background:#5aadda;;*/
		background:#62318d;
		width: 50%;
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		box-shadow: inset -60px 0px 60px -70px rgba(0,0,0,0.3);
		overflow-x: hidden;
		overflow-y: auto;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.themenumobile strong {
		display: block;
		margin: 20px 15px -15px 15px;
		border-bottom: 2px solid rgba(255,255,255,0.1);
		text-align: center;
		font-size: 18px;
		/*color: #ccc;*/
		color:#fff;
		padding-bottom: 20px;
		display:none
	}

	.themenumobile > ul {
		display: block;
		float: left;
		margin: 0;
		padding-top: 30px;
		width: 100%;
	}
	.togg_icon{
		color: white;
		display: inline-block;
		font-size: 20px;
		margin-right: 10px !important;
		margin-top: 6px !important;
		padding:0 !important
	}
	.themenumobile > ul ul {
		background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
		border-left: 0 none;
		float: left;
	}
	.themenumobile > ul ul li>a{
		padding-left:30px !important;
	}

	.themenumobile ul li {
		display: block;
		float:left;
		width:100%
	}

	.themenumobile ul li a {
		display: block;
		padding: 12px 20px; 
		border-bottom: 1px solid rgba(255,255,255,0.49);
		font-weight: bold;
		/*color: #ccc;*/
		color:#fff;
	}
	/*'Merienda One'*/
	.themenumobile ul li a:hover {
		background: rgba(255,255,255,0.05);
	}

	.escape-mobile-menu {
		display: block;
		position: absolute;
		height: 100%;
		top: 0px;
		right: 0px;
		width: 50%;
		z-index: 1;
		background: #232323;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		box-shadow: inset 30px 0px 30px -40px #000, inset 1px 0px 0px rgba(255,255,255,0.3);
	}

	body.menu-active .escape-mobile-menu {
		z-index: 3;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		opacity: 0.5;
	}

	body.menu-active .escape-mobile-menu:hover {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		filter: alpha(opacity=40);
		opacity: 0.4;
	}

	body.menu-active .demo-settings {
		display: none;
	}

	.article-block-big li {
		width: 28.85%;
		margin-right: 2.17%;
	}

	.article-block-big li .article-photo img,
	.article-block-big li .article-photo {
		width: 100%!important;
		height: auto!important;
	}

	.double-block .content-block,
	.double-block .content-block.main {
		display: block;
		width: 100%;
		margin: 0px;
		float: none;
	}

	.footer ul {
		display: block;
		float: none;
		width: 58%;
		clear: both;
		margin-bottom: 15px;
		margin:auto;
	}

	.footer ul li:first-child {
		margin-left: 0px;
	}

	.footer ul:after {
		display: block;
		content: '';
		clear: both;
	}

	.main-content .main-page {
		float: none;
	}


	.double-block .content-block .featured-block img {
		width: 100%;
		height: auto;
	}

	.double-block .content-block:not(.main) .featured-block {
		display: block;
	}

	.single-block .content-block {
		display: block;
		width: 100%;
	}

	#writecomment {
		width: 70%;
	}

	#writecomment p label {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		text-align: left;
		line-height: 130%;
	}
	
	.article-title h1 {
		line-height: 110%;
	}
	
	.article-title h1,
	.article-tags,
	.article-title .author {
		margin-right: 0px;
		margin-top: 20px;
		clear: both;
	}

	.article-title .author:after {
		display: block;
		clear: both;
		content: ''
	}

	.article-title .share-block {
		float: none;
		position: relative;
		display: block;
		width: 100%;
		clear: both;
		padding-left: 0px;
	}

	.article-title .share-block:before {
		display: none;
	}

	.full-width .article-title h1 {
		margin-top: 0px;
	}

	.full-width .article-title .share-block {
		display: none;
	}

	.gallery-preview {
		width: 100%;
		max-width: 450px;
	}

	.photo-gallery-grid {
		width: 109.8%;
	}

	.photo-gallery-grid .photo-gallery-block {
		width: 28.85%;
		margin-right: 2.17%;
	}
	
	.block-content.archive > .block:nth-child(4n),
	.block-content.archive > .block:nth-child(5n),
	.block-content.archive > .block {
		width: 30%;
		margin-right: 5%;
	}

	.block-content.archive > .block:nth-child(3n) {
		margin-right: 0px;
	}

	.gallery-photo .hover-effect,
	.gallery-photo .hover-effect .cover img {
		width: 100%;
	}

	.gallery-photo {
		width: 100%;
	}
	.food_poli{ width:250px; margin:auto;}
	.main-sidebar{ display:block!important;width: 100%;}
	.main-sidebar .widget > div{ width:100%;}
	.rec_cont_box_text{ width:70%;}
	.footer .logo-footer{width: 100%; text-align: center;}
	.footer p{ width:100%; text-align:center;}
	.ad_pic{ width:100%; text-align:center; float: left;}
	.mobile_on{ display:inline-block;}
	.mobile_off{ display:none;}
	.food_poli{ padding-top:10px;}
	.featured-block .article-content h2{ font-size:14px;}
	.content{ background:#FFF;}
	.flex-direction-nav a:before {font-size: 23px!important;}
	.flex-direction-nav a{height: 23px!important;}
	
	/*BMI Changes*/
	.bmi_sidebar{ width:22%!Important; margin-left:0px!Important;}
	.bmi_page{ margin-left:29px!important; margin-right:29px!important;}
	.bmi_side_box{ height:auto!important;}
	/*BMI Changes*/
	
	.head-top-right{ width:100%;}
	
	/* Nutrients, Ayurveda, Dieting, Diet Landing pages starts */
	.nuts_mob_list li{ width:49%; float:left; margin-left:5px; margin-bottom:5px;  } 
	.mob_onn{ display:block;}
	.mob_off{ display:none;}
	.main-menu .the-menu{ display:none;}
	.land_list li{ width:41%;}
	.diet .land_list li{ width:41%;}
	.diet_land{ background:none; width:100%; height:auto; }
	.d_land_list li{ width:100%; text-align:center; margin-left:0px; }
	.life_land{background:none; width:100%; height:auto;}  /* Added by Jinia */
	.teen_land{ background:none; width:100%; height:auto; } /* Added by Jinia */
	/* Nutrients, Ayurveda, Dieting, Diet Landing pages ends */
	.t-outer{height:6%;} /* Top Bar */
	.kid_n{font-size: 14px;font-family:sans-serif; line-height:13px;}  /* Kids Nutrition Landing page */
	
}

@media only screen and (min-width: 601px) and (max-width:899px) {
.header-logo img { width: 100%; }
.header-adds {width: 50%!important;  margin-bottom: 25px; margin-top: 25px; }
.double-block .content-block:not(.main) .featured-block{margin-top: 20px;}
.food_poli{margin-top: 20px;}
.header .header-logo{width: 193px; float:left;}
.block-content {width: 95%; }
.mobile_on{ display:inline-block;}
.mobile_off{ display:none;}
.featured-block .article-content h2{ font-size:14px;}
.mobile_on .rec_day{ margin:auto; width:100%; padding-top:0px; float:none;}
.mobile_on .rec_cont_box{ margin-top:0px;}
.art_list_pics{ width:210px;}
.art_list_content{margin-left: 225px!important;}

.flexslider .slides img {height: 100%!important;}
.caption-wrap {width: 97.9%!important; bottom: -0px!important;}
.info-message success{float: left; width: 100%; text-align: center;}
.info-message span.icon-text{ margin-left:28%!important;}
.metaslider{ max-width:100%!important;}
.header .header-addons{width: 48%!important; float: left!important; margin-top:0px!important; border-top:0px!important; clear:none!important; }
.search-input{ width:100%!important; box-shadow:none!important;}
.search-input:focus{ width:100%!important;}
.header .header-addons .social_linking{ margin-top:5px!important; margin-bottom:0px!important;}
.header .header-addons .header-search{ width:90%; }

/*two logo in header edit by kamal*/
.header_we_logo img { width: 67px; height: 28px; margin-top: 10px; }
.header .header_we_logo{ right:0px!important;}
.flex-direction-nav a:before {font-size: 23px!important;}
.flex-direction-nav a{height: 23px!important;}

.ad_pic{ width:100%;}
.ad_pic img{ width:300px;}

/*BMI Changes*/
.bmi_sidebar{ width:22%!Important; margin-left:0px!Important;}
.bmi_page{ margin-left:24px!important; margin-right:24px!important;}
.bmi_side_box{ height:auto!important;}
.sm_bmi_calc_shortcode{margin-left: 20%;}
/*BMI Changes*/

.head-top-right{ width:100%;}
.t-outer{height:6%;} /* Top Bar */
.kid_n{font-size: 14px;font-family:sans-serif; line-height:13px;}  /* Kids Nutrition Landing page */

}



@media only screen and (min-width: 901px) and (max-width: 1024px) {
.double-block .content-block.main{width: 385px;}	
.main-sidebar{display: block!important; width: 250px;}
.rec_cont_box_text{width: 35%;}
.wrapper {width:95%;}
.block-content{width: 91.2%;}
.article-block-big li{width: 168px;}
.ad-banner img{ width:100%; }
.dailyfood_pic{min-height: 135px;}
.content{padding: 20px 0px 5px 0px;}
.mobile_on{ display:none;}
.mobile_off{ display:inline-block; width:100%!important;}	
.featured-block .article-content h2{ font-size:14px;}
.article-photo{ width:100%!important;}

/**/
.main-menu .the-menu li a{ font-size:13px; padding:14px 10px; }

/*BMI Changes*/
.bmi_sidebar{ width:22%!Important; margin-left:0px!Important;}
.bmi_page{ margin-left:29px!important; margin-right:29px!important;}
.bmi_side_box{ height:auto!important;}
.sm_bmi_calc_shortcode{margin-left: 20%;}

.bmi_side_box{ height:auto!important;}

/*BMI Changes*/

.head-top-right{ width:100%;}

.t-outer{height:6%;} /* Top Bar */
.kid_n{font-size: 14px;font-family:sans-serif; line-height:13px;}  /* Kids Nutrition Landing page */

}


/*@media only screen and (min-width:1025px) and (max-width:1199px) {
.double-block .content-block.main{ width: 64%; }
.main-content .main-page { display: block; width: 70.4%;}

}
*/





