/* -----------------------------------------------------------------------------------

	General styles (containers, columns, tables):		
		@media (min-width: 768px)
		@media (min-width: 992px)
		@media screen and (max-width: 767px)

	Custom responsive code (layout, elements):
		@media only screen and (min-width: 992px)
		@media only screen and (min-width: 768px) and (max-width: 991px)
		@media only screen and (min-width: 480px) and (max-width: 767px)
		@media only screen and (max-width: 479px)
		@media only screen and (max-width: 991px)
		@media only screen and (max-width: 767px)
	
----------------------------------------------------------------------------------- */




/* General styles */
@media (min-width: 768px) {
	.container {width: 750px;}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float: left;}
	.col-sm-12 {width: 100%;}
	.col-sm-11 {width: 91.66666667%;}
	.col-sm-10 {width: 83.33333333%;}
	.col-sm-9 {width: 75%;}
	.col-sm-8 {width: 66.66666667%;}
	.col-sm-7 {width: 58.33333333%;}
	.col-sm-6 {width: 50%;}
	.col-sm-5 {width: 41.66666667%;}
	.col-sm-4 {width: 33.33333333%;}
	.col-sm-3 {width: 25%;}
	.col-sm-2 {width: 16.66666667%;}
	.col-sm-1 {width: 8.33333333%;}
}
@media (min-width: 992px) {
	.container {width: 970px;}
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float: left;}
	.col-md-12 {width: 100%;}
	.col-md-11 {width: 91.66666667%;}
	.col-md-10 {width: 83.33333333%;}
	.col-md-9 {width: 75%;}
	.col-md-8 {width: 66.66666667%;}
	.col-md-7 {width: 58.33333333%;}
	.col-md-6 {width: 50%;}
	.col-md-5 {width: 41.66666667%;}
	.col-md-4 {width: 33.33333333%;}
	.col-md-3 {width: 25%;}
	.col-md-2 {width: 16.66666667%;}
	.col-md-1 {width: 8.33333333%;}
}
@media screen and (max-width: 767px) {
	.table-responsive {width: 100%;margin-bottom: 15px;overflow-y: hidden;overflow-x: auto;-ms-overflow-style: -ms-autohiding-scrollbar;border: 1px solid #dddddd;-webkit-overflow-scrolling: touch;}
	.table-responsive > .table {margin-bottom: 0;}
	.table-responsive > .table > thead > tr > th,.table-responsive > .table > tbody > tr > th,.table-responsive > .table > tfoot > tr > th,.table-responsive > .table > thead > tr > td,.table-responsive > .table > tbody > tr > td,.table-responsive > .table > tfoot > tr > td {white-space: nowrap;}
	.table-responsive > .table-bordered {border: 0;}
	.table-responsive > .table-bordered > thead > tr > th:first-child,.table-responsive > .table-bordered > tbody > tr > th:first-child,.table-responsive > .table-bordered > tfoot > tr > th:first-child,.table-responsive > .table-bordered > thead > tr > td:first-child,.table-responsive > .table-bordered > tbody > tr > td:first-child,.table-responsive > .table-bordered > tfoot > tr > td:first-child {border-left: 0;}
	.table-responsive > .table-bordered > thead > tr > th:last-child,.table-responsive > .table-bordered > tbody > tr > th:last-child,.table-responsive > .table-bordered > tfoot > tr > th:last-child,.table-responsive > .table-bordered > thead > tr > td:last-child,.table-responsive > .table-bordered > tbody > tr > td:last-child,.table-responsive > .table-bordered > tfoot > tr > td:last-child {border-right: 0;}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,.table-responsive > .table-bordered > tfoot > tr:last-child > th,.table-responsive > .table-bordered > tbody > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-child > td {border-bottom: 0;}
}

/* Custom responsive code */
@media only screen and (min-width: 1600px) {
	.mt-grid.full-width .grid-sizer,
	.mt-grid.full-width .hentry {
		width: 25%;
	}
}
@media only screen and (min-width: 2000px) {
	.mt-grid.full-width .grid-sizer,
	.mt-grid.full-width .hentry {
		width: 20%;
	}
}
@media only screen and (min-width: 992px) {
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

}

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

}

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

}

@media only screen and (max-width: 991px) {
	.fixed-header .header-wrapper {
		position: static;
		width: 100%;
	}
	.header {
		height: auto !important;
		text-align: center;
	}
	.header .logo {
		position: static;
		display: inline-block;
	}
	.navigation-wrapper {
		margin: 0 auto;
		padding: 0;
	}
	.navigation-wrapper .sf-menu {
		display: none !important;
	}
	.mt-mobile-nav-trigger {
		display: inline-block;
		margin: 10px auto;
	}
	.fixed-header .content-wrapper {
		padding-top: 0 !important;
	}
	.post-prev {
		margin-bottom: 20px;
	}
	.grid-sizer,
	.mt-grid .hentry {
		width: 50%;
	}
	.mt-grid.full-width .grid-sizer,
	.mt-grid.full-width .hentry {
		width: 50%;
	}	
}

@media only screen and (max-width: 767px) {
	.grid-sizer,
	.mt-grid .hentry {
		width: 100%;
	}
	.mt-grid.full-width .grid-sizer,
	.mt-grid.full-width .hentry {
		width: 100%;
	}	
}