@media all and (min-width: 480px) {

	/* Slider */
	.slider-comment-icon {
		display: inline-block;
	}

	.slider-header {
		font-size: 30px;
	}

	.slider-caption {
		font-size: 16px;
		line-height: 1.5em;
	}

	.slider-categories {
		display: block;
	}
	/* */

}

@media all and (min-width: 640px) {

	/* Layout */
	.article-container {
		display: inline-block;
		width: 100%;
	}
	/* */

	/* Footer */
	.widget-item-footer-outer,
	.widget-item-footer-outer-col2,
	.widget-item-footer-outer-col4 {
		width: 50%;
		margin-right: 40px;
		margin-bottom: 40px;
	}

	.widget-item-footer-outer:nth-child(2n),
	.widget-item-footer-outer-col2:nth-child(2n),
	.widget-item-footer-outer-col4:nth-child(2n) {
		margin-right: 0px;
	}

	.widget-item-footer-outer:nth-child(2n+1),
	.widget-item-footer-outer-col2:nth-child(2n+1),
	.widget-item-footer-outer-col4:nth-child(2n+1) {
		margin-left: -40px;
	}

	.footer-widget-area-inner,
	.footer-widget-area-inner-col2,
	.footer-widget-area-inner-col4 {
		padding-left: 40px;
	}
	/* */

	/* Header & Footer Navigation */
	.footer-nav li {
		float: left;
	}

	.header-menu-touch .footer-nav li {
		float: none;
	}

	.footer-nav li a {
		line-height: 10px !important;
	}

	.header-menu-outer .footer-nav li a {
		line-height: 50px !important;
	}

	.footer-nav li.nav-sep {
		display: inline;
	}
	/* */

	/* Slider */
	.slider-header {
		font-size: 50px;
	}

	.slide-text-padding {
		padding: 30px 50px;
	}

	.bx-wrapper .bx-prev {
		left: 0px;
	}

	.bx-wrapper .bx-next {
		right: 0px;
	}
	/* */

}

@media all and (min-width: 680px) {

	/* Widget Areas */
	.sidebar {
		max-width: 300px;
		float: right;
		position: relative;
		margin-left: -300px;
		overflow: hidden;
	}
	/* */

	/* Layout */
	.article-wrapper-outer {
		float: left;
		margin-bottom: 0px;
	}

	.row-1-2 {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.col-1-2 {
		width: 50%;
		display: inline-block;
		padding-right: 10px;
		float: left;
	}

	.col-1-2:nth-child(2n+2) {
		padding-left: 10px;
	}

	.main-container {
		padding-right: 0px;
	}

	.main-container-sidebar,
	.main-container-sidebar-cc2 {
		padding-right: 320px;
	}

	.site-content-sidebar,
	.site-content-sidebar-cc2 {
		float: left;
		padding-right: 20px;
		padding-bottom: 0px;
		width: 100%;
	}
	/* */

	/* Related Posts */
	.related-posts-row {
		padding-left: 40px;
	}

	.related-post-item {
		width: 33.3334%;
		margin-right: 20px;
		margin-bottom: 0;
	}

	.related-post-item:first-child {
		margin-left: -40px;
	}
	/* */

}

@media all and (min-width: 760px) {

	/* Article */
	.article-content-outer-cc2 .home-listing-title-inner,
	.article-content-outer-sidebar-cc2 .home-listing-title-inner,
	.article-content-outer-cc3 .home-listing-title-inner,
	.home-listing-title-inner {
		font-size: 50px;
	}

	.article-content-outer {
		margin: 40px 110px;
	}

	.article-content-outer-cc2 {
		margin: 30px 50px;
	}

	.author-box {
		padding: 40px 110px;
	}

	.listing-comment {
		margin-left: 20px;
	}

	.article-date {
		width: auto;
	}
	/* */

	/* Widget Areas */
	.widget-item-home-outer-col2,
	.widget-item-upper-outer-col2 {
		width: 50%;
		margin-right: 40px;
		display: inline-block;
		vertical-align: top;
	}

	.widget-item-home-outer-col2:nth-child(2n),
	.widget-item-upper-outer-col2:nth-child(2n) {
		margin-right: 0px;
	}

	.widget-item-home-outer-col2:nth-child(2n+1),
	.widget-item-upper-outer-col2:nth-child(2n+1) {
		margin-left: -40px;
	}

	.home-widget-area-inner-col2,
	.upper-widget-area-inner-col2 {
		padding-left: 40px;
	}
	/* */

	/* Post Comments */
	.comments-outer {
		padding: 0px 110px 40px 110px;
	}

	.comment-info {
		margin-top: 0px;
	}

	.comment-author-img {
		display: table-cell;
	}

	.comment-content {
		display: table-cell;
	}

	.comment-text-w-a {
		margin-left: 60px;
	}
	/* */

	/* Woo Commerce */

	.brnhmbx-wc-outer h1.page-title {
		font-size: 50px;
		margin-top: -22px;
	}

	/* */

}

@media all and (min-width: 786px) {

	.leaderboard-static.leaderboard-full {
		display: block;
	}

}

@media all and (min-width: 860px) {

	/* Footer */
	.footer-nav {
		float: right;
	}

	.header-menu-touch .footer-nav {
		float: none;
	}
	/* */

	/* Post Comments */
	.comment.depth-2,
	.comment.depth-3 {
		padding-left: 20px;
	}
	/* */

	/* Woo Commerce */
	.brnhmbx-wc-outer {
		padding: 60px 60px 20px 60px;
	}

	ul.products li.product {
		width: 50% !important;
		margin-right: 0px !important;
		padding-right: 0px !important;
		padding-left: 10px !important;
	}

	ul.products li.first {
		padding-right: 10px !important;
		padding-left: 0px !important;
		clear: left !important;
	}
	/* */

}

@media all and (min-width: 960px) {

	/* Layout */
	.row-1-3 {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	/* */

}

@media all and (min-width: 1000px) {

	/* Article */
	.article-content-outer-cc3 .home-listing-title-inner {
		font-size: 30px;
	}
	/* */

	/* Layout */
	.col-1-3 {
		width: 33.3334%;
		display: inline-block;
		padding-right: 14px;
		float: left;
	}

	.col-1-3:nth-child(2n+2) {
		padding-left: 7px;
		padding-right: 7px;
	}

	.col-1-3:nth-child(3n+3) {
		padding-left: 14px;
	}

	.row-2-3 .col-1-3 {
		width: 50%;
		display: inline-block;
		padding-right: 10px;
		float: left;
	}

	.row-2-3 .col-1-3:nth-child(2n+2) {
		padding-left: 10px;
		padding-right: 0px;
	}
	/* */

	/* Widget Areas */
	.widget-item-home-outer,
	.widget-item-upper-outer {
		width: 33.3334%;
		display: inline-block;
		vertical-align: top;
		margin-right: 40px;
	}

	.widget-item-home-outer:nth-child(3n),
	.widget-item-upper-outer:nth-child(3n) {
		margin-right: 0px;
	}

	.widget-item-home-outer:nth-child(3n+1),
	.widget-item-upper-outer:nth-child(3n+1) {
		margin-left: -80px;
	}

	.home-widget-area-inner,
	.upper-widget-area-inner {
		padding-left: 80px;
	}

	.widget-item-home-outer-col2-sidebar {
		width: 50%;
		margin-right: 40px;
		display: inline-block;
		vertical-align: top;
	}

	.widget-item-home-outer-col2-sidebar:nth-child(2n) {
		margin-right: 0px;
	}

	.widget-item-home-outer-col2-sidebar:nth-child(2n+1) {
		margin-left: -40px;
	}

	.home-widget-area-inner-col2-sidebar {
		padding-left: 40px;
	}
	/* */

	/* Footer */
	.widget-item-footer-outer,
	.widget-item-footer-outer-col4 {
		width: 33.3334%;
		margin-right: 40px;
		margin-bottom: 40px;
	}

	.widget-item-footer-outer:nth-child(2n),
	.widget-item-footer-outer-col4:nth-child(2n) {
		margin-right: 40px;
	}

	.widget-item-footer-outer:nth-child(2n+1),
	.widget-item-footer-outer-col4:nth-child(2n+1) {
		margin-left: 0px;
	}

	.widget-item-footer-outer:nth-child(3n),
	.widget-item-footer-outer-col4:nth-child(3n) {
		margin-right: 0px;
	}

	.widget-item-footer-outer:nth-child(3n+1),
	.widget-item-footer-outer-col4:nth-child(3n+1) {
		margin-left: -80px;
	}

	.footer-widget-area-inner,
	.footer-widget-area-inner-col4 {
		padding-left: 80px;
	}

	.footer-social .social-menu-item {
		margin-right: 15px;
	}

	.footer-social .social-menu-item i {
		display: none;
	}

	.footer-social .social-menu-item span {
		display: inline-block;
	}
	/* */

	/* Page Navigation */
	.pagenavi .page-numbers {
		display: inline-block;
	}

	.page-navi-prev {
		float: left;
		width: 50%;
	}

	.page-navi-next {
		float: right;
		width: 50%;
	}
	/* */

	/* Related Posts */
	.related-posts-row-sidebar {
		padding-left: 40px;
	}

	.related-post-item-sidebar {
		width: 33.3334%;
		margin-right: 20px;
		margin-bottom: 0;
	}

	.related-post-item-sidebar:first-child {
		margin-left: -40px;
	}
	/* */

	/* Woo Commerce */
	.woocommerce .woocommerce-pagination ul.page-numbers li span {
		display: inline-block;
	}

	.woocommerce-pagination .page-numbers {
		padding: 3px 10px 0px 10px !important;
	}

	.woocommerce .woocommerce-pagination ul.page-numbers {
		margin-left: 0px !important;
	}
	/* */
}

@media all and (min-width: 1020px) {

	/* Article */
	.article-content-outer-sidebar-cc2 .home-listing-title-inner {
		font-size: 30px;
	}
	/* */

	/* Layout */
	.col-1-2-sidebar {
		width: 50%;
		display: inline-block;
		padding-right: 10px;
		float: left;
	}

	.col-1-2-sidebar:nth-child(2n+2) {
		padding-left: 10px;
	}
	/* */

}

@media all and (min-width: 1080px) {

	/* Article */
	.article-content-outer-sidebar {
		margin: 40px 110px;
	}

	.article-content-outer-sidebar-cc2,
	.article-content-outer-cc3 {
		margin: 30px 50px;
	}

	.author-box-sidebar {
		padding: 40px 110px;
	}

	.home-listing-title-z-inner {
		font-size: 22px;
	}

	.post-styleZ-info {
		padding-left: 40px;
	}

	.post-styleZ-info-with-t {
		padding-left: 190px;
	}
	/* */

	/* Post Comments */
	.comments-outer-sidebar {
		padding: 0px 110px 40px 110px;
	}

	.comment-reply-edit {
		float: right;
		padding: 0px 0px 0px 20px;
		width: 220px;
	}

	.comment.depth-2,
	.comment.depth-3 {
		padding-left: 60px;
	}

	.comment.depth-3 .comment-reply-edit {
		width: 150px;
	}

	.comment-info {
		width: 50%;
	}

	.btnReply {
		float: right;
		margin-left: 20px;
		margin-right: 0px;
	}

	.btnEdit {
		float: right;
	}
	/* */

	/* Widgets */
	.listing-date-z {
		display: inline-block;
	}
	/* */

	/* Page Navigation */
	.page-navi-prev-info,
	.page-navi-next-info {
		width: 70%;
	}
	/* */

}

@media all and (min-width: 1106px) {

	.leaderboard-static.leaderboard-among {
		display: block;
	}

}

@media all and (min-width: 1160px) {

	/* Footer */
	.widget-item-footer-outer-col4 {
		width: 25%;
		margin-right: 40px;
		margin-bottom: 40px;
	}

	.widget-item-footer-outer-col4:nth-child(2n),
	.widget-item-footer-outer-col4:nth-child(3n) {
		margin-right: 40px;
	}

	.widget-item-footer-outer-col4:nth-child(2n+1),
	.widget-item-footer-outer-col4:nth-child(3n+1) {
		margin-left: 0px;
	}

	.widget-item-footer-outer-col4:nth-child(4n) {
		margin-right: 0px;
	}

	.widget-item-footer-outer-col4:nth-child(4n+1) {
		margin-left: -120px;
	}

	.footer-widget-area-inner-col4 {
		padding-left: 120px;
	}
	/* */

}
