/*
Theme Name: Room 237
Description: Child theme of Invictus v2.6.52.
Version: 2.6.52
Author: Tim Postier
Author URI: http://www.EliteWebsiteStudio.com
Template: invictus_2.6.52
Tags: black, white, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, rtl-language-support, editor-style
*/

@import url("../invictus_2.6.52/style.css");

/************************************************************************************
COLUMN
*************************************************************************************/
.col {
	background: transparent;
	float: left;
	margin-left: 3.2%;
	margin-bottom: 10px;
	margin-top: 0;
}
.fullwidth .col {
	float: none;
	margin-left: 0;
}
/* grid4 col */
.grid4 .col {
	width: 22.6%;
}
/* grid3 col */
.grid3 .col {
	width: 31.2%;
}
/* grid2 col */
.grid2 .col {
	width: 48.4%;
}
/* clear col */
.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

/* reset cols to fullwidth */
@media screen and (max-width: 400px) {
	/* grid4 */
	.col {
		width: 100% !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 2px;
		clear: none !important;
	}
	.grid3 .col:nth-of-type(3n+3) {
		border-bottom: 1px dotted #EEE;
		margin-bottom: 10px !important;
		padding-bottom: 10px !important;
	}
}
