.container .post-entries-container.sixteen.columns {
	width: 960px;
}
.container .post-entries-container.two-thirds.column {
	width: 640px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {

	.container .post-entries-container.two-thirds.column {
		width: 512px;
	}
	.container .post-entries-container.sixteen.columns {
		width: 768px;
	}

	/* Top Menu */
	.top-menu li a {
		padding: 0 10px;
	}

	.main-menu li a,
	.fixed-menu > ul > li > a {
		padding: 0 15px;
	}

	/* Post Title Entry Block */
	.entry-latest-block.entry-four .post-title {
		font-size: 14px;
	}

	.entry-latest-block.entry-half-small .post-title {
		font-size: 20px;
	}


}

@media only screen and (max-width: 767px) {
	.container .post-entries-container.two-thirds.column,
	.container .post-entries-container.sixteen.columns {
		width: 100%;
	}
	.post-carousel .slides li {
		margin-right: 30px !important;
	}

	/* Hide top menu & fixed menu */
	.top-menu,
	.fixed-menu-wrapper,
	.main-menu,
	.footer-menu {
		display: none;
	}
	.main-menu-mobile,
	.footer-menu-mobile {
		display: block;
	}

	/* Top Search */
	.top-search {
		float: left;
		width: 100%;
		margin-right: -120px;
	}
	.top-search-container {
		margin-right: 120px;
	}
	.top-search-input {
		width: 100%;
		min-width: 0;
	}
	.top-search-input-icon {
		right: 135px;
	}

	/* Post Single */
	.entry-single-title {
		font-size: 36px;
	}

	/* Comment List */
	.comment-list li li {
		margin-left: 0px;
	}

	/* Footer Social */
	.site-footer .footer-social {
		display: block;
		clear: both;
		float: none !important;
		text-align: left;
		padding-top: 30px ;
	}

	/* Widget Slider */
	.main-slider .slider-meta {
		display: none;
	}
	.main-slider .slider-title {
		font-size: 20px;
	}

	/* Widget Entries */
	.widget-entries-title h3 {
		float: none;
		text-align: center;
		border-bottom: 4px solid #fff;
		padding: 10px 0;
	}

	/* Review section */
	.entry-review-section {
		float: none !important;
		width: 100%;
	}

	/* Post Entry Block */
	.entry-latest-block {
		width: 100% !important;
		float: none;
	}
	.entry-latest-block .post-title {
		font-size: 20px !important;
	}
	.entry-latest-block img {
		width: 100%;
		height: auto;
	}

	/* Forms */
	input[type="text"],
	input[type="password"] {
		width: 100%;
	}

	/* Widget Category Thumbnail */
	.widget-category-post-thumbnail-double {
		margin-bottom: 0;
	}
	.widget-category-post-thumbnail-double .entry-list-thumbnail {
		margin-bottom: 40px;
	}

}

@media only screen and (max-width: 480px) {

	.top-search .top-search-input {
		padding-right: 80px;
	}

}