/* ---------------------------------------------------
iPhone 4 and 4S -----------
--------------------------------------------------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {

}


/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	.home-latest-articles .paginated_content .paginated_page article{min-height: auto !important;}
	.home-latest-articles .paginated_content .paginated_page article .post-content .excerpt{ display: none;}

}


/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	
	.home-latest-articles .paginated_content .paginated_page article{width:100% !important; min-height: auto;}
	.home-latest-articles .paginated_content .paginated_page article .post-content .excerpt{ display: block;}

}



/* ---------------------------------------------------
iPhone 5 and 5S -----------
--------------------------------------------------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {

}


/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	.home-latest-articles .paginated_content .paginated_page article{min-height: auto !important;}
	.home-latest-articles .paginated_content .paginated_page article .post-content .excerpt{ display: none;}

}


/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	
	.home-latest-articles .paginated_content .paginated_page article{width:100% !important; min-height: auto;}
	.home-latest-articles .paginated_content .paginated_page article .post-content .excerpt{ display: block !important;}

}


/* ---------------------------------------------------
iPhone X -----------
--------------------------------------------------- */
/* Portrait and Landscape */
@media only screen and (min-width: 375px) and (max-width: 767px) { 
		
}


/* Portrait */
@media only screen and (min-width: 375px) and (orientation: portrait) {	
	.home-latest-articles .paginated_content .paginated_page article{width:100% !important; min-height: auto !important;}	
	.home-latest-articles .paginated_content .paginated_page article .post-content .excerpt{ display: none;}
}

/* Landscape */
@media only screen and (min-width: 812px) and (orientation: landscape) { 
	
	.home-latest-articles .paginated_content .paginated_page article .post-content .excerpt{ display: block;}

}


/* ---------------------------------------------------
iPhone 6 -----------
--------------------------------------------------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
	
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
	.home-latest-articles .paginated_content .paginated_page article{min-height: auto !important;}
	.home-latest-articles .paginated_content .paginated_page article .post-content .excerpt{ display: none;}
	.posts-blog-feed-module .header a{height: auto !important;}

}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	
	.home-latest-articles .paginated_content .paginated_page article{width:100% !important; min-height: auto;}
	.home-latest-articles .paginated_content .paginated_page article .post-content .excerpt{ display: block;}

}


/* ---------------------------------------------------
iPhone 6+ -----------
--------------------------------------------------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {

}


/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
	.home-latest-articles .paginated_content .paginated_page article{min-height: auto !important;}
	.home-latest-articles .paginated_content .paginated_page article .post-content .excerpt{ display: none;}
	.posts-blog-feed-module .header a{height: auto !important;}
	

}


/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
	
	.home-latest-articles .paginated_content .paginated_page article{width:100% !important; min-height: auto;}
	.home-latest-articles .paginated_content .paginated_page article .post-content .excerpt{ display: block;}
	
}


/* ---------------------------------------------------
 Galaxy S3 -----------
--------------------------------------------------- */
/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {

}


/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
	.home-latest-articles .paginated_content .paginated_page article{min-height: auto !important;}
	.home-latest-articles .paginated_content .paginated_page article .post-content .excerpt{ display: none;}

}


/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
	
	.home-latest-articles .paginated_content .paginated_page article{width:100% !important; min-height: auto;}
	.home-latest-articles .paginated_content .paginated_page article .post-content .excerpt{ display: block;}

}



/* ---------------------------------------------------
Galaxy S4 -----------
--------------------------------------------------- */
/* Portrait and Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {

}


/* Portrait */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
	.home-latest-articles .paginated_content .paginated_page article{min-height: auto !important;}
	.home-latest-articles .paginated_content .paginated_page article .post-content .excerpt{ display: none;}

}


/* Landscape */
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
	
	.home-latest-articles .paginated_content .paginated_page article{width:100% !important; min-height: auto;}
	.home-latest-articles .paginated_content .paginated_page article .post-content .excerpt{ display: block;}

}



/* ---------------------------------------------------
Galaxy S5 -----------
--------------------------------------------------- */

/* Portrait and Landscape */
@media screen and (device-width: 360px) and (device-height: 640px)  and (-webkit-device-pixel-ratio: 3) {

}


/* Portrait */
@media screen and (device-width: 360px)  and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
	.home-latest-articles .paginated_content .paginated_page article{min-height: auto !important;}
	.home-latest-articles .paginated_content .paginated_page article .post-content .excerpt{ display: none;}

}


/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px)  and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
	
	.home-latest-articles .paginated_content .paginated_page article{width:100% !important; min-height: auto;}
	.home-latest-articles .paginated_content .paginated_page article .post-content .excerpt{ display: block;}

}



/* ---------------------------------------------------
 iPad 1 and 2 -----------
--------------------------------------------------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
	
	.home-latest-articles .paginated_content .paginated_page article{width:50% !important; min-height: auto !important;}	
	.home-latest-articles .paginated_content .paginated_page article{min-height: 180px !important;}
	
	.home-latest-articles .paginated_content .paginated_page article{min-height: 240px;}


}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

}

/* ---------------------------------------------------
iPad 3 and 4 -----------
--------------------------------------------------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
		
	.home-latest-articles .paginated_content .paginated_page article{width:50% !important; min-height: auto !important;}	
	.home-latest-articles .paginated_content .paginated_page article{min-height: 220px !important;}
	

}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	
	.home-latest-articles .paginated_content .paginated_page article{min-height: 320px !important;}

}