/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
}
html {
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: normal;
}
img, fieldset {
	border: 0;
}
abbr, acronym {
	text-decoration: none;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align=left] {
	display: block;
	float: left;
}
.right, .alignright, img[align=right] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align=middle] {
	display: block;
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
input[type=submit], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}

.youtube {
	position: relative;
	background-color: #000;
	padding-top: 56.25%;
	margin-bottom: 1.6em;
	overflow: hidden;
	cursor: pointer;
	img, iframe, .play, .play:before {
		position: absolute;
	}
	img {
		width: 100%;
		top: -16.67%;
		left: 0;
		opacity: 0.7;
	}
	&.custom-thumb img {
		top: 0;
	}
	iframe {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.play, .play:before {
		top: 50%;
		left: 50%;
		transform: translate3d(-50%,-50%,0);
	}
	.play {
		width: 90px;
		height: 60px;
		background-color: #ff1616;
		box-shadow: 0 0 30px rgba(0,0,0,0.6);
		z-index: 1;
		opacity: 0.8;
		border-radius: 6px;
	}
	.play:before {
		content: '';
		border-style: solid;
		border-width: 15px 0 15px 26px;
		border-color: transparent transparent transparent #fff;
	}
}