/*
Theme Name: THS 6.0
Theme URI:  http://
Description: Newest Version
Version:
Author: 
Author URI: 
*/

@import url('css/layers.min.css');
@import url('css/dash.css');

/*

	COLOR KEY:
		

*/


* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
	outline: none;
}

body {
	background: url(images/maze.png);
	font-family: "proxima-nova-1","proxima-nova-2", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #3E3E3E;
}

.wrap {
	width: 92%;		
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.my-game {
	margin-bottom: 40px;
}

.my-game img {
	margin-bottom: 40px;
	margin-top: -4.7%;
}


/* ------------ General Styles ------------ */

p {
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	color: #b4567b;
	-webkit-transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-ms-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
}

a:hover {
	color: #2f7db2;
}

a:visited {

}

strong {
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: proxima-nova-1,proxima-nova-2, sans-serif;
	color: #2f7db2;
}

h2 {
	font-size: 33px;
	line-height: 43px;
	font-family: proxima-nova-1,proxima-nova-2, sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}

h3 {
	font-size: 26px;
	font-family: proxima-nova-1,proxima-nova-2, sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	color: #2f7db2;
}

h4 {
	font-size: 21px;
	font-family: proxima-nova-1,proxima-nova-2, sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	color: #2f7db2;
}

ul {
	
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

img.grayscale:hover {
	-webkit-filter: grayscale(0%);
	-webkit-transition: -webkit-filter 1s;
}

/* ------------- Header -------------- */

#header {
	height: 250px;
	width: 100%;
	background: #198cc4;
}

#header .wrap {
	height: 250px;
}

#sasquatch {
	width: 196px;
	height: 233px;
	position: absolute;
	top: 10px;
	left: 20px;
	background: url(images/sasquatch@2x.png) no-repeat left;
	background-size: 196px 206px;
	z-index: 600;
}

#header h1, #header h4 {
	display: block;
	width: 340px;
	height: 106px;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat;
	position: absolute;
	top: 40px;
	left: 32%;
}

#header h4 a {
	display: block;
	text-indent: -9999px;
	width: 340px;
	height: 106px;
}

ul#social {
	position: absolute;
	top: 30px;
	right: 25px;
	list-style: none;
}

ul#social li {
	display: inline-block;
	margin: 0 5px;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

ul#social li a {
	text-indent: -9999px;
	display: block;
	width: 50px;
	height: 50px;
}

ul#social li#rss {
	background: url(images/rss.png) no-repeat;
	background-size: 50px 50px;
}

ul#social li#instagram {
	background: url(images/instagram.png) no-repeat;
	background-size: 50px 50px;
}

ul#social li#twitter {
	background: url(images/twitter.png) no-repeat;
	background-size: 50px 50px;
}

ul#social li#facebook {
	background: url(images/facebook.png) no-repeat;
	background-size: 50px 50px;
	margin-right: 0;
}

#search {
	position: absolute;
	bottom: 100px;
	right: 50px;
}

#search form, #search input {
	width: 100%;
}

#search input {
	padding: 5px;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 0 5px rgba(204,204,204,0.5);
	moz-box-shadow: inset 0 0 5px rgba(204,204,204,0.5);
	box-shadow: inset 0 0 5px rgba(204,204,204,0.5);
	color: #939191;
	font-family: proxima-nova-1,proxima-nova-2, sans-serif;
	font-weight: 400;
	font-size: 19px;
	background: #fff;
}

p.subtitle {
	width: 340px;
	text-align: center;
	position: absolute;
	letter-spacing: 1px;
	bottom: 45px;
	left: 30%;
	font-family: proxima-nova-1,proxima-nova-2, sans-serif;
	font-weight: 300;
	font-size: 24px;
	color: #fff;
	text-shadow: 0 2px 0 #14709c;
}



span.ss-icon.ss-star {
	color: #2f7db2;

}

span.ss-icon.ss-star:before {
	margin-right: 5px;
	vertical-align: middle;
}

/* ------------ Navigation ------------ */

div.menu-main-menu-container {
	height: 42px;
	width: 205%;
	margin-left: -100%;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #00547e;
}

ul.nav {
	list-style: none;
	text-align: right;
	height: 35px;
	padding-top: 8px;
	background: #b05277;
	font-family: proxima-nova-1,proxima-nova-2, sans-serif;
	font-weight: 600;
	width: 98%;
	margin: 0 auto;
	padding-right: 2%;
	font-size: 22px;
	border-top: 1px solid #d06694;
	text-shadow: 0 2px 0 #7d2f4d;
}

ul.nav li {
	display: inline-block;
	margin-left: 20px;
}

ul.nav li a {
	color: #fff;
	display: inline-block;
	width: auto;
}

ul.nav li a:hover {
	color: #f9d94c;
	-webkit-transition-property:  all;
	-webkit-transition-duration: 0.18s;
	-webkit-transition-timing-function: ease;
}

ul.nav li:last-child a {

}

ul.nav li a:hover {

}

ul.nav li.current-menu-item {

}


/* ------------ Intro ------------ */



/* ------------ Post ------------ */

#post-heading {

	font-family: "proxima-nova-soft-1", "proxima-nova-soft-2";
	font-weight: 600;
}

#post-heading h3, #post-heading h1, #post-heading h2 {
	font-family: "proxima-nova-soft-1", "proxima-nova-soft-2";
	font-weight: 600;
}

#post-heading h1, #post-heading h2 {
	margin-bottom: 5px;
	line-height: 36px;
}

#post-heading h2 a {
	color: #2f7db2;
}

#post-heading h2 a:hover {
	color: #b4567b;
}

#post-heading ul {
	list-style: none;
}

#post-heading ul li {
	display: inline;
}

#post-heading h3 {
	font-size: 16px;
	padding: none;
	margin: none;
	color: #a6b4bb;
	font-family: "proxima-nova-1","proxima-nova-2", sans-serif !important;
	font-weight: 300 !important;
}

#post-heading span.dash {
	margin-right: 10px;
	
}

#post-heading span.dash:before {
	vertical-align: top;
	font-size: 22px;
}

#posts {
	
}

#index {
	padding: 30px 0 30px 0;
}

.post {
	background: #fff;
	width: 86%;
	padding: 4%;
	margin-bottom: 40px;
	-moz-box-shadow: 0 0 10px rgba(0,1,1,.2);
	-webkit-box-shadow: 0 0 10px rgba(0,1,1,.2);
	box-shadow: 0 0 10px rgba(0,1,1,.2);
}

.full-width {
	width: 109.4%;
	margin-left: -4.7%;
	background: #b05277;
	height: 50px;
}

#sub-box h3 {
	color: #fff;
	padding-left: 40px;
	padding-top: 10px;
	font-size: 20px;
}

#sub-box h3 a {
	color: #fff;
}

li#twitter-button {
	padding: 16px 0 0 20px;
}

li#fb-button {
	margin-top: -20px !important;
}

#sub-box ul {
	list-style: none;
}

#sub-box ul li {
	display: inline-block;
}

#sub-box h3.dash:before {
	vertical-align: middle;
	font-size: 28px;
}

.post-header {
	width: 100%;
	height: auto;
	position: relative;
}

span.dash.comment:before {
	color: #2f7db2;
}

ul.meta-block {
	list-style: none;
	font-size: 13px;
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 30px;
}

ul.meta-block li {
	display: inline;
	margin-right: 15px;
}

ul.meta-block li a {
	color: #078bc5;
}

ul.meta-block li a:hover {
	color: #b4567b;
}

.post img {
	max-width: 100%;
	height: auto;
}

.post img.full-width {
	max-width: 109.4% !important;
	margin-left: -4.7% !important;
	height: auto;
}

.entry-content img, .fluid-width-video-wrapper {
	margin-bottom: 20px !important;
}


.post hr {
	background: #b05277;
	border-top: 1px solid #7d2f4d;
	border-bottom: 1px solid #7d2f4d;
	height: 10px;
	margin: 30px 0 30px 0;
	outline: none;
	border-right: none;
}

.post ul, .post ol, .post blockquote, .post h2, .post h3, .post h4, .post h5 {
	margin-bottom: 20px;
}

.entry-content ul, .entry-content ol, .entry-content p {
	margin-bottom: 20px;
}



a.more-link {
	font-family: "proxima-nova-soft-1", "proxima-nova-soft-2";
	font-weight: 600;
	font-size: 26px;
	color: #078bc5;
	display: block;
	margin-top: 20px;
	text-align: right;
}

.post-img img {
	margin: 0 auto;
}

.post .entry-content h2 {
	font-family: "proxima-nova-soft-1", "proxima-nova-soft-2";
	font-weight: 600;
	font-size: 29px;
	margin-bottom: 20px;
}

.post .entry-content h3 {
	font-family: "proxima-nova-soft-1", "proxima-nova-soft-2";
	font-weight: 600;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 20px;
}

.post .entry-content h4 {
	font-family: "proxima-nova-soft-1", "proxima-nova-soft-2";
	font-weight: 600;
	font-size: 22px;
}


a.more-link:hover {
	color: #b4567b;
}

h3.divider {
	width: 98%;
	background: #b05277;
	border-top: 1px solid #7d2f4d;
	border-bottom: 1px solid #7d2f4d;
	padding: 7px 0 7px 2%;
	text-align: left;
	color: #fff;
	font-family: "proxima-nova-soft-1", "proxima-nova-soft-2";
	font-weight: 600;
	text-shadow: 0 2px 0 #7d2f4d;
	margin-bottom: 0;
}

#comments-display {
	
	padding-top: 40px;
	margin: 0 auto;
}



body.single .post {
	border-bottom: none;
}

.tags {
	width: 80%;
	padding: 20px 10%;
}

.tags a {
	font-size: 12px;
	font-family: "proxima-nova-soft-1", "proxima-nova-soft-2";
	font-weight: 600;
	background: #ec8ab1;
	padding: 5px 8px;
	color: #fff;
	border-radius: 5px;
	text-shadow: 0 1px 0 #7d2f4d;
	-webkit-transition: background .2s ease-out;
	-moz-transition: background .2s ease-out;
	-ms-transition: background .2s ease-out;
	-o-transition: background .2s ease-out;
	transition: background .2s ease-out;
}

.tags a:hover {
	background: #198cc4;
}

.entry-content .center {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.entry-content p, .entry-content ul, .entry-content ol {
	margin-bottom: 20px !important;
}

.entry-content h4 {
	margin-bottom: 15px;
}

.entry-content ul, .entry-content ol {
	list-style-position: inside;
	padding-left: 50px !important;
	line-height: 40px;
}


#authors .author {
	width: 100%;
	min-height: 215px;
	position: relative;
	margin-bottom: 30px;
}

#authors .author img {
	width: 160px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #4f4d4d;
}

#authors .author h3 {
	
	position: absolute;
	left: 190px;
	top: 0;
}


#authors .author small {
	font-size: 12px;
	font-style: italic;
	margin-left: 20px;
}

#authors .author p {
	width: 75%;	
	padding-right: 5%;
	position: absolute;
	top: 40px;
	left: 190px;
	font-size: 15px;
	line-height: 24px;
}

#authors .author ul {
	list-style: none;
	position: absolute;
	left: 190px;
	bottom: 0;
	margin: 0 !important;
	padding: 0 !important;
}

#authors .author ul li {
	display: inline;
	margin-right: 30px;
}

ul#contributors h3 {
	margin-left: 0 !important;
}

ul.podcast {
	list-style: none;
}

ul.podcast a:before {
	vertical-align: middle;
	margin-right: 5px;
}

.entry-content blockquote {
	width: 100%;
	padding: 20px 0 20px 100px;
	font-style: normal;
	font-family: "proxima-nova-soft-1", "proxima-nova-soft-2";
	font-weight: 300;
	text-shadow: 0 1px 0 #fff;
	font-size: 16px;
	line-height: 26px;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0 !important;
}

.gallery-icon img {
	border: 2px solid #f6f6f6;
}

.gallery-icon img:hover {
	border: 2px solid #2f7db2;
}

/* ------------ Sidebar ------------ */

#sidebar.column.three {
	width: 25.95% !important;
}

#sidebar ul {

}

p.about-blurb {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 0;
}

.widget {
	margin-bottom: 30px;
	padding: 2% 8%;
	background: #fff;
	-moz-box-shadow: 0 0 10px rgba(0,1,1,.2);
	-webkit-box-shadow: 0 0 10px rgba(0,1,1,.2);
	box-shadow: 0 0 10px rgba(0,1,1,.2);
}

.widget a {
	
}

.widget ul {
	list-style: none;
}

.widget ul li {
	padding: 4px;
	border-bottom: 1px solid #fff;
}

.widget a:hover {


}

h3.widget-title {
	background: #b05277;
	border-top: 1px solid #7d2f4d;
	border-bottom: 1px solid #7d2f4d;
	width: 100%;
	padding: 7px 0;
	text-align: center;
	color: #fff;
	font-family: "proxima-nova-soft-1", "proxima-nova-soft-2";
	font-weight: 600;
	text-shadow: 0 2px 0 #7d2f4d;
	margin-bottom: 0;
	-moz-box-shadow: 0 0 10px rgba(0,1,1,.2);
	-webkit-box-shadow: 0 0 10px rgba(0,1,1,.2);
	box-shadow: 0 0 10px rgba(0,1,1,.2);
}

.widget p {

}

.non-widget {
	width: 100%;
	margin-bottom: 30px;
}

.non-widget img {
	width: 100%;
	height: auto;
}

/* ------------ Footer ------------ */

#footer {
	background: #b05277;
	border-top: 1px solid #7d2f4d;
	border-bottom: 1px solid #7d2f4d;
	padding: 13px 0 7px 2%;
}

p#copy {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

p#copy a {
	color: #fff;
	text-decoration: underline;
}

/* ---------- Misc ----------- */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
}

div.center, img.center, .center a img {
	margin: 0 auto;
	text-align: center;
	margin-right: auto !important;
	margin-left: auto !important;
}

div.center, .center, img.center, p .center, p.center, p img.center {
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

div.left-small {
	float: none;
	width: 84%;
	padding: 0 8% 0 8%;
}

#mobile-nav, a#nav-toggle {
	display: none !important;
}

/* -------- Media Queries ---------- */


/* Retina Screens */

@media (min--moz-device-pixel-ratio: 1.5),
       (-o-min-device-pixel-ratio: 3/2),
       (-webkit-min-device-pixel-ratio: 1.5),
       (min-device-pixel-ratio: 1.5),
       (min-resolution: 144dpi),
       (min-resolution: 1.5dppx) {

		   body {
			   background: url(images/maze@2x.png);
			   background-size: 46px 23px;
		   }
		   
		   #header h1, #header h4 {
				background: url(images/logo@2x.png) no-repeat;
				background-size: 300px 94px;
			}

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 630px) {

	#mobile-nav, a#nav-toggle {
		display: block !important;
	}

	body, html {
		max-width: 100%;
		overflow-x: hidden;
	}
	
	#sasquatch, ul.nav {
		display: none;
	}

	.wrap {
		width: 100%;
		max-width: 100%;
	}
	
	#featured-posts {
		border-right: 0;
	}
	
	#header h1, #header h4 {
		width: 260px;
		height: 81px;
		background-size: 260px 81px;
		position: static;
		margin-left: 10px;
	}
	
	p.subtitle {
		display: none;
	}
	
	#header {
		height: 130px;
		padding-top: 20px;
	}
	
	div.menu-main-menu-container {
		display: none;
	}
	
	.wp-pagenavi {
		width: 100%;
		height: 55px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	
	.post {
		width: 90%;
		padding: 5%;
	}
	
	.post-heading h


}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) 
and (max-width : 480px) {


}

/* Smartphones (portrait) ----------- */
@media only screen
and (min-width : 320px) 
and (max-width : 321px)
 {

		
}		
	
/* iPad (portrait) ----------- */
@media only screen
and (min-width : 768px) 
and (max-width : 769px)
 {	

 }
 
 /* iPad (portrait) ----------- */
@media only screen
and (min-width : 1024px) 
and (max-width : 1025px)
 {	
 
}

@media only screen
and (max-width : 639px)
 {	
 	#featured-posts {
	 	height: 300px;
 	}
 	
 	#featured-posts .column {
	 	border-bottom: 1px solid #fff;
 	}
}

@media only screen
and (max-width : 755px)
 {	
 	ul#social {
	 	display: none;
 	}
}
		

@media only screen
and (min-width : 1px)
and (max-width : 850px)
 {	
	 #sidebar, #search {
		 display: none;
	 }
	 
	 #posts.column.nine {
		 width: 100%;
	 }
	 
	 ul.nav {
		 font-size: 16px;
	 }
	 
	 #featured-posts .column a {
		 font-size: 16px;
	 }
	
}

