

/*Medium Smart Phones v2*/
@media (min-width: 601px) and (max-width: 640px) {


.msitem {
	margin:0;
	width: 100%;
	margin-bottom: 15px;
}

.blog-button-section {
	text-align: center;
}

} 



















/*Google Nexus and Other Large Smart Phones v1*/
@media (min-width: 481px) and (max-width: 600px) {


.msitem {
	margin:0;
	width: 100%;
	margin-bottom: 15px;
}

.blog-button-section {
	text-align: center;
}

} 






/*iPhone Landscape Mode and Mediium Smart Phones*/
@media (min-width: 415px) and (max-width: 480px) {


.msitem {
	margin:0;
	width: 100%;
	margin-bottom: 15px;
}

.blog-button-section {
	text-align: center;
}

}















/*iPhone Landscape Mode and Mediium Smart Phones*/
@media (min-width: 376px) and (max-width: 414px) {

.masonry-grid-section .content-section h2 {
	font-size: 16px;
	line-height: 23px;
}

.msitem {
	margin:0;
	width: 100%;
	margin-bottom: 15px;
}

.blog-button-section {
	text-align: center;
}

}











/*iPhone Landscape Mode and Mediium Smart Phones*/
@media (min-width: 361px) and (max-width: 375px) {

.masonry-grid-section .content-section h2 {
	font-size: 14px;
	line-height: 21px;
}

.msitem {
	margin:0;
	width: 100%;
	margin-bottom: 15px;
}

.blog-button-section {
	text-align: center;
}

}
















/*Other Major Small Smart Phones*/
@media (min-width: 321px) and (max-width: 360px) {

.masonry-grid-section .content-section h2 {
	font-size: 14px;
	line-height: 21px;
}

.msitem {
	margin:0;
	width: 100%;
	margin-bottom: 15px;
}

.blog-button-section {
	text-align: center;
}

}

















/*iPhone Portrait Mode and Very Small Mobile Phones*/
@media screen and (max-width: 320px) {

.masonry-grid-section .content-section h2 {
	font-size: 14px;
	line-height: 21px;
}

.msitem {
	margin:0;
	width: 100%;
	margin-bottom: 15px;
}

.blog-button-section {
	text-align: center;
}

}

