/*======================================================
						MAX_1360PX 
 ===================================================== */
@media screen and (max-width: 1360px) {
	.wptheme2ColLeft .latest-news-container .content-item .item-text{
	height:78px;
	overflow:hidden;
	}
	.wptheme2ColLeft .latest-news-container .content-item .content{
		width: 55%;
		  padding: 0px 10px 5px 5px;
	}
}

/*======================================================
						MAX_1024PX 
 ===================================================== */

@media screen and (max-width: 1024px) {
	.top-part-header .headerTitle{
		font-size: 18px;
	}
	
	.banner-one .text h1{
		font-size: 16px;
	}
	.banner-one .text a{
		margin-top: 5px;
	}

	.dashboard .place-holder a span{
		font-size: 16px;
	}
}

/*======================================================
						MAX_990PX 
 ===================================================== */

@media screen and (max-width: 990px) {
	.center{
	  width:98%;
	  max-width: 1540px;
	  margin:0px auto;
	}
	.dashboard .place-holder a span{
		font-size: 14px;
		
	}
}

/*======================================================
						MAX_800PX 
 ===================================================== */

@media screen and (max-width: 800px) {
	.top-part-header .headerTitle{
		display: none;
	}
	
	.activities header a{
	  font-size: 10px;
	  width: 55px;
	  text-align: left;
	  margin-right: -11px;
	  margin-top: 8px;
	}
}

/*======================================================
						MAX_720PX 
 ===================================================== */
@media screen and (max-width: 720px) {
	.top-nav ul{
		margin-left:3%
	}
	
	.wptheme1Col .column{
		width: 48%;
	}
	
	.middle{
		margin-left:3% ;
		margin-right:1%;
	}
	
	.right{
		margin-top: 4%;
	}
	
	.bottom.column{
		width: 48%;
		float: left;
		margin-left:3%;
		margin-top:4%;
	}
	
	.dashboard .place-holder{
		height: 180px;
	
		width:46%;
		float: left;	
	}
	
	.bottom.column .ten{
		width: 100%;
		margin:0%;
	}
	
	.bottom.column .eleven{
		width: 100%;
		margin:0%;	
	}
	
	.banner-two{
		float: left;
		width: 100%;
		background-color: #bcbdc1;
		height: 180px;
		margin:8%;
		margin-left: 0;
		margin-right: 0;
		box-sizing:border-box;
	}
	
	.banner-two .banner-image{
		background-image: url(mme-theme/themes/html/static/img/small-bannerTwo-pic.jpg);
	}
}
/*======================================================
						MAX_700PX 
 ===================================================== */
@media screen and (max-width: 700px) {
	.wptheme2ColLeft .latest-news-container .content-item .news-picture{
		width:100%;
		display: block;
		margin:0 auto;
		margin-bottom:5px;
		max-height: 400px;
		max-width: none;
		min-width: none;
		float: none;
	}
	.wptheme2ColLeft .latest-news-container .content-item .content{
			margin: 0 auto;
			float: none;
			width: 100%;
			padding:20px;
		}
	.wptheme2ColLeft .latest-news-container .content-item .item-text{
		height: auto;
	}
	.wptheme2ColLeft, .wptheme1ColRight{
		width: 48%
	}
	.bottomCol-Row .twoColLeft-oneCol{
		width: 100%;
		margin-top:1.2%;
		float: none;
		overflow: auto;
	}
	.wptheme2ColLeft .latest-news-container .wpthemeControlHeader .view-all{
		font-size:12px;
	}
}

/*======================================================
						MAX_520PX 
 ===================================================== */
@media screen and (max-width: 520px) {
	.wptheme2ColLeft, .wptheme1ColRight{
		width: 98%;
	}
	.wptheme1Col .column{
		width: 100%;
		margin-bottom: 3px;
		box-sizing:border-box;
	}
	
	.center{
	  width:98%;
	  max-width: 1540px;
	  margin:0px auto;
	}
	.wide{
	
		width: 100%;
		margin-left:0px; 
			box-sizing:border-box;
	}
	.middle{
		margin:0px;
	}
	.dashboard .place-holder{
		margin: 1% !important;
		box-sizing:border-box;
		width: 48%;
	}
	.dashboard .place-holder.one, .dashboard .place-holder.seven{
		width: 98%;
	}
	.banner-two{
		margin-top: 3px;
		margin-bottom:3px;
	}
	.left.column, .middle.column, .right.column, .bottom.column{
		margin: 0px;
	}
	.bottom.column .place-holder.ten, .bottom.column .place-holder.eleven{
		margin: 1%;
		width: 98%;
	}
	.dashboard .place-holder.wide.eight{
		width: 98%;
		margin: 1%;
	}
	.right-side-header {
		width: 60%;
	}
	.right-side-header .search-icon{
		display: none;
	}
	.profile-info-container{
		width: 62%;
		padding-right: 10px;
	}
	#pancake-side-menu{
		width: 300px;
	}
}

@media screen and (max-width: 410px) {
	.top-nav {
		display: none;
	}
	.profile-info-container {
		width: 65%;
		margin-right: 0px;
		float: left;
	
	}
	.right-side-header{
		width: 65%;
	}
	.pancake-btn{
		margin: 44px 20px 0;
	}
	header{
		margin-bottom: 10px;
	}
	#pancake-side-menu{
		width: 100%;
	}

}
