/*
Theme Name: The Mighty Wonton - Monika Domaschenz
Author: Miss Lee Wong & Celine David
Author URI: http://themightywonton.com
Version: 2.0
License: BSD 2-Clause
License URI: http://opensource.org/licenses/bsd-license.php
*/

/************************************************
*	MONIKA DOMASCHENZ 	 						*
************************************************/
html,
body,
body div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
	font-weight: 700;
}

html {
	height: 100%;
	min-height: 100%;
	font-size: 100%;
	/* to make sure IE behaves */
}

body {
	background: #FFF;
	color: #000;
	font-size: .875em;
	line-height: 1.2em;
	font-family: acumin-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	height: 100%;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.01em;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

img {
	width: 100%;
	height: auto;
}

img.lazy {
	background-image: url('../images/load.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 30px 30px;
}

ul li {
	list-style: none;
	list-style-type: none;
}

:focus,
:active {
	/* Chrome + Safari */
	outline-style: none;
	outline: none !important;
}

::-moz-focus-inner {
	/* Firefox */
	border: 0 !important;
}

/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/************************************************
*	Hyperlinks									*
************************************************/
a,
a:visited {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}

/************************************************
*	Typography 									*
************************************************/
h1 {
	font-size: 1em;
	font-weight: 700;
	padding-bottom: .5em;
}

h1:after {
	content: '';
	display: block;
	border: 1px solid #000;
	width: 5px;
	margin-top: .6em;
}

/************************************************
*	Content 					     		    * 
************************************************/
a img,
a:hover img,
a:visited img {
	cursor: pointer !important;
}

.logo img {
	max-width: 40%;
}

.logo-m img {
	max-width: 14px;
}

.container {
	width: 100%;
	padding: 1.75em 0 0;
}

#content {
	padding: 0;
}

.row {
	min-width: 250px;
	width: 100%;
	float: left;
}

.home .grid {
	margin-top: 3em;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.col-full,
.col-half,
.col-third,
.col-quarto {
	width: 100%;
	margin-bottom: 1.5em;
	float: left;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.col-full:after,
.col-half:after,
.col-third:after,
.col-quarto:after,
.col-full:before,
.col-half:before,
.col-third:before,
.col-quarto:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.last {
	padding-right: 0 !important;
}

.banner {
	margin-bottom: 2em;
}

.banner .col-third,
.work .col-half {
	margin-bottom: 0;
}

.logo {
	margin-bottom: .25em;
}

.logo-m {
	width: 100%;
	margin-bottom: 1em;
	float: left;
}

.single-post .banner {
	display: none !important;
}

.splash {
	height: calc(100vh - 140px);
}

.slickLogo,
.slickSplash {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
}

.slickLogo.slick-initialized,
.slickSplash.slick-initialized {
	opacity: 1;
	visibility: visible;
}

ul.slickSplash,
ul.slickSplash .slick-list,
ul.slickSplash .slick-track {
	height: 100% !important;
}

ul.slickSplash li.slick-item {
	background-position: center;
	background-size: cover;
}

article .col-half {
	margin-bottom: .5em;
}

.work-blurb {
	width: 100%;
	margin-bottom: 2em;
	float: left;
}

.entry {
	margin: 0;
	padding: 0 0 2em 0;
}

.thumb {
	padding-bottom: .5em;
}

.gutters {
	padding: 0 1.5em;
}

.more-work {
	display: none !important
		/* temporary */
	;
	padding-top: 3.5em;
}

.divider {
	margin: .5em 0 .75em;
	width: 100%;
	height: 2px;
	background: transparent url(../images/dash.png) repeat-x left;
	background-size: 28px 2px;
}

.entry-content ul li {
	list-style-type: square;
}

/************************************************
*	Prev/Next project 							*
************************************************/
.backnext {
	display: inline-block;
	float: left;
}

.backnext span {
	color: #ADADAD;
}

/************************************************
*	General 					     		    * 
************************************************/
.showmobile {
	display: block;
}

.hidemobile {
	display: none;
}

.bigscreen {
	display: inline;
}



/* © WWW.THEMIGHTYWONTON.COM */