/* ----------- 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) {
	.zfk-mobile-only {
        display:block !important;
    }

}

/* Portrait */
@media only screen 
  and (max-device-width: 320px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	.zfk-more-update-button {margin-right: -30px;}
	.entry-title-mobile a {
		color: #333 !important;
		font-weight: 700;
		font-size: 11px;
		margin-right: -15px;
	}
	.zfk-pillar{margin-top: -20px;}
		#m-community h2 {
		margin-top: 0px;
		text-align: center;
		font-size: 13px !important;
		font-style: italic;
		line-height: 15px !important;
	}
	.post h2{line-height: 15px !important;}
	.tagline-right h4{line-height: 3vh !important;}
}

/* Landscape */
@media only screen 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	.zfk-spacing-no.zfk-one-half {
		width: 50% !important;
	}
	#advps_container6{width: 100% !important;}
	.socialize {
		margin-bottom: 0px !important;
		padding: 0 150px;
		margin-top: -5px;
	}
	.zfk-recent-posts .columns .column {
		margin-bottom: 0px;
	}
	.zfk-recent-posts {
		margin-bottom: 10px !important;
		margin-right: -35px;
	}
}
