/* Smaller Monitors */
@media screen and (max-width: 1260px) {

	div.wrapper,
	#main .wrapper-welcome, footer .wrapper-footer {
		padding-right: 2%;
		padding-left: 2%;
		width: 92%;
		margin-right: 2%;
		margin-left: 2%;
	}
	
	#main .wrapper-welcome, footer .wrapper-footer {
		border: 0;
	}
	
}

/* Tablet Landscape */
@media screen and (max-width: 1020px) {

	#featured-posts-main {
		min-height: auto;
	}
	
	.wpzoom-post .post-cover {
		width: 22%;
	}

}

/* Tablet Landscape */
@media screen and (max-width: 960px) {

	.featured-thumbnail .thumb-wrapper {
		padding: 20px 20px 25px;
	}

	.featured-thumbnail .column-icon {
		display: none;
	}

	.wpzoom-post .post-cover {
		display: none;
	}

}

/* Tabled Portrait */
@media screen and (max-width: 768px) {

	.title-s {
		font-size: 14px;
		line-height: 21px;
	}

	.wrapper-welcome {
		font-size: 13px;
		line-height: 21px;
	}

	#main {
		font-size: 12px;
		line-height: 19px;
	}
	
	.loop-post .post-excerpt {
		font-size: 13px;
		line-height: 19px;
		padding-top: 5px;
	}

}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 640px) {

	/* Wrappers */
	
	div.wrapper,
	#main .wrapper-welcome, footer .wrapper-footer {
		padding-right: 3%;
		padding-left: 3%;
		width: 94%;
		margin-right: 0;
		margin-left: 0;
	}
	
	#main .wrapper-main {
		padding-bottom: 10px; 
	}
	
	#content, aside,
	.wrapper-reversed #content {
		display: block;
		float: none;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	
	#content {
		margin-bottom: 20px;
	}

	/* Main Menu */
	
	#nav-main-menu .dropdown,
	#nav-main-menu .cleaner { display: none; }
	
	#nav-main-menu { 
		padding: 15px 0;
		text-align: center; 
	}

	#selectnav1 { 
		display: inline-block;
		font-family: Arial, tahoma, sans-serif;
		font-size: 13px;
		padding: 5px;
	}
	
	/* Header */
	
	.header-contact .wpzoom-icon {
		display: none;
	}
	
	/* Widgets */

	#main .column-3 {
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
	}
	
	#main .column-3 .post-cover {
		display: inline;
		float: left;
		margin-right: 0;
		width: 24%;
	}
	
	#main .column-3 .column-content {
		background: none;
		border: 0;
		display: inline;
		float: left;
		padding: 0 3%;
		width: 70%;
	}

	.column-content .column-title {
		margin-bottom: 5px;
	}

	.wpzoom-post .post-cover {
		display: inline;
		width: auto;
	}

	.home .wpzoom-post .post-cover {
		display: none;
	}

	.featured-thumbnail .thumb-wrapper {
		padding: 15px 15px 20px;
	}
	
	.featured-thumbnail .column-subtitle {
		display: none;
	}

}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 480px) {

	/* Header */
	
	div.wrapper-header {
		padding-top: 15px;
		padding-bottom: 0;
	}
	
	#logo {
		display: block;
		float: none;
		margin: 0 0 20px;
		text-align: center;
	}
	
	.header-helpful {
		display: block;
		float: none;
		margin: 15px 0 0;
		text-align: center;
	}
	
	.header-contact {
		background: none;
		border: 0;
		display: inline-block;
		float: none;
		margin: 0 5px;
		padding: 0;
	}
	
	#nav-main-menu {
		margin-top: 15px;
	}
	
	/* Slider */
	
	.featured-thumbnail .thumb-wrapper {
		text-align: center;
	}
	
	.featured-thumbnail .column-icon {
		display: inline-block;
		float: none;
		margin-right: 0;
		padding: 10px 15px;
		width: auto;
	}

	.featured-thumbnail .icon {
		font-size: 20px;
		font-weight: bold;
		line-height: 28px;
	}
	
	.featured-thumbnail .column-title {
		display: none;
	}

	#main .column-2 {
		display: block;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
		width: 100%;
	}
	
	.wrapper-welcome h1 {
		font-size: 20px;
		line-height: 26px;
	}

	.loop-post .post-cover {
		display: none;
	}

}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 320px) {

	#featured-posts,
	.slider-widget-clients,
	.wpzoom-post .post-cover {
		display: none;
	}
	
	#main .wrapper-welcome {
		text-align: center;
	}

	#main .column-3 .post-cover {
		display: none;
	}
	
	#main .column-3 .column-content {
		width: 94%;
	}

}