@media only screen and (max-width: 1170px) {
	.container {
		width:940px;
	}

	#main {
		width:660px;
		float:left;
	}

	#sidebar {
		width:240px;
		float:right;
	}
	.post_list .post-excerpt p {
		display: none;
	}
		.fullwidth .post_list .post-excerpt p {
			display: block;
		}
	.banner_img_top{
		background-attachment: scroll;
	}
}
@media only screen and (max-width: 941px) {

	.container, .container.fullwidth { width:726px; }

	#main {
		float: none;
	}
	#sidebar {
		width:100%;
		margin-top:60px;
	}
	.widget {
		width:480px;
		margin-left:auto;
		margin-right:auto;
	}

	.follow_text {
		display: none;
	}
	#footer .menu {
		float: none;
		margin-bottom: 30px;
	}
	#footer_meta h2 {
		float: none;
		text-align: center;
	}
	#md-shopping-cart {
		display: none;
	}
		#md-shopping-cart.md-cart-mobile {
			display: block;
			line-height: 56px;
			right: 20px;
		}
	.slicknav_menu {
		display:block;
	}
	.menu_wrap {
		display: none;
	}
	.footer-widget, .footer-widget:last-child {
		width: 480px;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}

	/* Floating bar */
	#floating_footer_bar {
		line-height: 40px !important
	}
		.subscribe_button {
			display: block;
		}
		.subscription_form {
			float: none;
			text-align: center;
	    border-bottom: 1px dotted rgba(255, 255, 255, 0.55);
			padding: 20px 0;
			display: none;
		}
			.close_subscribe_box {
				display: block;
				position: absolute;
				top: 0%;
				right: 0;
			}
				.close_subscribe_box i {
					font-size: 15px;
				}
			.subscription_form .mc4wp-form {
				float: none;
				display: inline-block;
			}
			.subscription_form label {
				display: block;
				margin-right: 0;
				font-size: 12px;
			}
			.subscription_form .mc4wp-form input[type=submit] {
		    padding: 4px 13px;
			}
			.subscription_form .mc4wp-form input {
				font-size: 14px;
			}
		.footer_wrap_icons {
			float: none;
			text-align: center;
			width: 100%;
		}
			.footer_social {
				float: right;
				padding-right: 0;
			}
				.footer_social a {
					margin-left: 15px;
					font-size: 12px;
				}

			#footer-search {
				float: left;
		    border: none;
			}

	/* List layout */
	.post_list .post-img, .post_list .wrap_content {
		display: block;
		width: 100%;
	}
	.post_list .post-header {
		text-align: center;
	}
	.post_list .post-share {
		padding-top: 17px;
		float: none;
		border-top: 4px double #EEE;
		text-align: center;
	}
	.post_list .post-share a{
		margin: 0 10px;
	}
	.post_list .meta_date  {
		text-align: center;
		margin-top: 17px;
    margin-bottom: 25px;
	}
	.wrap_buttons .more-link {
		float: none;
		margin-bottom: 40px;
	}
	.post_list .post-excerpt p {
		display: block;;
	}
	.excerpt_small {
		display: none;
	}
	.excerpt_large {
    display: block;;
	}
}
@media only screen and (min-width: 769px) and (max-width: 941px) {

	#main {
		width:100%;
		padding-right:0;
	}
}

@media screen and (min-width: 601px) and (max-width: 782px) {
	/* Fix top-bar when scroll... */
	.admin-bar .is-sticky #top-bar {
		top: 46px !important;
	}
}

@media only screen and (max-width: 768px) {
	.container, .container.fullwidth {
		width: 95%;
	}

	.footer_sticky_bar {
		position: relative;
	}

	#main {
		width:100%;
		padding-right:0;
	}

	#respond #submit {
		width: 100%;
	}

		#footer_meta h2 {
			float:none;
			text-align:center;
		}

	.meta_bottom {
		float: none;
		text-align: center;
		border-bottom: 1px solid #EEE;
    padding-bottom: 17px;
	}

	.post-tags {
		float: none;
		text-align: center;
	}
	.wrap_content {
    padding: 37px 25px 20px;
	}
	.post-share {
		float: none;
		text-align: center;
    margin-top: 15px;
	}
	.post_grid .post-share a {
		margin: 0 8px;
	}
	.thecomment .comment-text span.date {
		float: none;
	}
	.about-widget .sign {
		max-width: 270px;
	}
	#footer .menu > li {
		margin: 0 8px;
	}
	/* Styling for Woocommerce */
	.woocommerce-page ul.products li.product {
    width: 100%;
    float: none;
    margin-right: 0;
	}
	.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
		float: left;
	}
	.related.products ul.products li.product {
		margin-bottom: 48px;
	}
		.related.products ul.products li.product:last-child {
			margin-bottom: 0;
		}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 100%;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100%;
	}
	.footer-widget, .footer-widget:last-child {
		width: 100%;
		margin-right: 0;
		float: none;
	}
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
	#main {
		width:100%;
	}

}

@media only screen and (max-width: 610px) {
	/* Grid layout */
	.post_grid {
		width: 100%;
		float: none;
		display: block;
	}
}

@media screen and (max-width: 600px)  {
	/* Fix top-bar when scroll... */
	.admin-bar .is-sticky #top-bar {
		top: 0 !important;
	}
}

@media only screen and (max-width: 479px) {
	.widget {
		width:100%;
	}

	#respond input {
		width: 100%;
		box-sizing:border-box;
	}

	#footer_meta h2 {
   		line-height: 21px;
   	}

	#top-social a {
	    font-size: 14px;
	    margin-left: 12px;
	}

	.item-related, .post-related.fullwidth .item-related {
		width: 100%;
    margin-bottom: 30px;
    float: none;
    margin-right: 0;
	}
	.item-related:last-child, .post-related.fullwidth .item-related:last-child {
		margin-bottom: 0;
	}
	.footer_social a {
		margin-left: 12px;
		font-size: 11px;
	}

}
