/*!
Theme Name: SQZ Toolbox Light
Theme URI: http://underscores.me/
Author: Squeeze Creative
Author URI: https://squeezecreative.com.au/
Description: Squeeze Creative, a digital creative studio in Sydney, specialising in web design, logo and brand identity design. theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sqz-toolbox
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/


/****************************************************/
body {background:#fff;}
@media (min-width: 1200px) {
	.container, .section-promotion_slider .owl-nav {
		max-width: 1400px;
	}
}
#sqz-content {overflow:hidden;}
.sqz-center {
	max-width:80%;	
	margin:auto;
}

.sqz-wide{
	max-width: 100vw;
	margin-left: -80px;
	margin-right: -80px;
}

.sqz-full {
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 920px) {
	.sqz-wide {
		margin: 0;
		max-width: 920px;
		width: 100%;
	}

}

.sqz-slide{
	position: relative;
}

.sqz-gallery {display:block; column-count:3;}
.sqz-gallery_item {display:inline-block; vertical-align:top;}
.sqz-plain_color {color:#fff;}
.sqz-btn + .sqz-btn {margin-left:20px;}
.sqz-post.sqz-featured_post {padding:30px; height:100%;}
.sqz-featured_post.sqz-has_featured_image {padding:0; margin-bottom:30px; height:auto;}
.sqz-featured_post .sqz-thumb {margin:0;}
.sqz-wrapper {transition:all 0.5s ease-in-out 0s;}
.sqz-wrapper.hidden {opacity:0;}
.sqz-loading_overlay {position:fixed; left:-20%; top:0; right:0; bottom:0; background:#4A468D; transition:all 0.5s ease-in-out 0s; z-index:999;}
.sqz-loading_overlay.hidden {left:100%;}
@media (max-width:767px) {
	.sqz-gallery {column-count:2;}
}

@media (max-width:375px) {
	.sqz-gallery {column-count:1;}
}
