/*
Theme Name: Dreamvillin'
Theme URI: http://hugoandmarie.com
Author: Sarahana Shrestha / Hugo and Marie
Author URI: http://hugoandmarie.com
*/



@charset "UTF-8";
@import url(css/global.css);
@import url(css/tablet.css) screen and (min-device-width: 768px ) and (max-device-width: 1024px);
@import url(css/mobile.css) screen and (min-device-width: 320px) and (max-device-width: 480px);



/* @import must be at top of file, otherwise CSS will not work */

	

/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,.clearfix:after,.row:before,.row:after, .tt-dropdown-menu:after, .tt-dataset-images .tt-suggestions:after {
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

.row:after,.clearfix:after, .tt-dropdown-menu:after, .tt-dataset-images .tt-suggestions:after {
	clear:both;
}

.row,.clearfix,.tt-dropdown-menu, .tt-dataset-images .tt-suggestions {
	zoom:1;
}

.column {
	float: left;
	display: block;
}

/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}


