/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023.1
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

body {
	border: 0;
	margin: 0;
	background-color: white;
	color: black;
	line-height: 1.3;
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;

}
* {
	box-sizing: border-box;
}

body {
	transition: filter 1s;
}

body.switched {
	color: white;
	background-color: #666;
	filter: saturate(0);
}



body.switched #content {

	background-color: black;
}

.mobile {
	display: none !important;
}
.desktop {
	display: block;
}

.row {
	clear: both;
	width:  100%;
	border-bottom: 2px solid black;
}

.row:first-of-type {
	border-top: 2px solid black;
}

.home .row#main {
    background-color: white;
    position: relative;
    z-index: 10000;
}

.home.switched .row#main {
	background-color: black;
}

#video {
	background-image: url(/video/poster.png);
	background-color: black;	
	cursor: none;
	position: relative;
}



#video video {
	width: 100%;
	background-color: black;
	display: block;
    position: relative;
}

#videoCursor {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    left: -45px;
    top: -45px;
    z-index: 100000;
    mix-blend-mode: color-dodge;
    filter: grayscale(1);
    display: none;
}


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

#content {
	margin: 0 auto;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

body.switched #content, body.switched .col, body.switched #menu ul li, body.switched .row {
	border-color: white;
}


body.switched #menu ul li a {
	color: white;
}

.col {
	float: left;
	border-right:  2px solid black;
}
.col:last-of-type {
	border-right-width: 0;
}

.col2 {
	width: 50%;
}

.colMain {
	width: 75%;
}
.colMainInner {
	padding: 120px;
}

.colGutter {
	width: 25%;
}

#footer {
	background-color: black;
}
.colFooter {
	width: 90%;
}

.footerInner {
	
	padding-left: 7.5%;
	position: relative;
	z-index: 1;
	background-color: white;
	margin-left: 25%;
}

.switched .footerInner {
	background-color: black;
}

.footerInner::before {
	content: "";
	width: 10%;
	background-color: black;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url(/img/footer_star.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 100%;
}

.footerInner p {
	padding: 30px;
	margin: 0;
	font-size: 15px;
}

.row#video {
	overflow: hidden;
}

body.switched #header h2 {
	background-image:  url("/img/arrow_inverted.png");
	color: white;
}

h1, h2, h3, h4 {
	font-size: 4vw;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	font-family: "Roboto Mono";
	font-weight: 700;

}

h2, h3, h4 {
	font-size: 30px;
	margin-bottom: 25px;
	color: #cc6633;
	padding-top: 10px;
}





.entry-content p {
	clear: both;
	margin: 0;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

figure.wp-block-image.size-full {
	float: left;
    width: 10vw;
    margin: 0;
    padding: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    margin-block-end: 0;
    margin-block-start: 0;
    margin-right: 2vw;
    margin-top: 20px;
}
h4 {
	margin: 0;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 20px;
	line-height: 10vw;
    border-bottom: 2px solid #cc6633;
    border-top: 2px solid #cc6633;
    margin-bottom: 20px;
    position: relative;
    font-size: 25px;
}

figure.wp-block-image.size-medium img {
	width: 100% !important;
}

.home h3 {
	margin-bottom: 40px;
	padding-top: 0;
}

#header h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 100px;
	margin: 0;
	background-image: url("/img/arrow.png");
	background-repeat: no-repeat;
	background-size: 55px;
	background-position: 30px center;
	color: black;
	font-family: Helvetica, Arial, sans-serif;

}

a {
	text-decoration: none;
	color: #cc6633;
	font-weight: bold;
}

#menu ul, #menu ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}


.switched #menu ul li.current-menu-item a {
	background-color: #444444;
}

#menu ul li {
	float: left;
	width:  16.67%;
	border-right: 2px solid black;
	border-collapse: collapse;
	position: relative;
	overflow: hidden;
}


#menu ul li a {
	color: black;
	font-weight: normal;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 1;
	padding: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}

#menu ul li a:hover, #menu ul li.current-menu-item a {

	background-color: #cc6633;
}

#menu .switchOuter {
	float: right;
	margin-top: 14px;
	margin-right: 30px;
}

.switchOuter {
	width: 64px;
	border-radius: 15.5px;
	height: 32px;
	border: 2px solid black;
	position: relative;
	cursor: pointer;
	transition: background-color 0.5s;
	background-color: #999999;
}

.switchOuter.on {
	background-color: #cc6633;
}

.switchNubbin {
	width: 26px;
	height: 26px;
	margin:  1px;
	background-color: black;
	border-radius: 50%;
	position: absolute;
	left: 1px;
	transition: left 0.5s;
}

.switchOuter.on .switchNubbin {
	left: 31px;

}

td:first-of-type {
	width: 100px;
}

.switched .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #222222;
}

@media only screen and (max-width: 1500px) {
	#menu ul li {
		width: 33.3333%;
	}

	#menu ul li:nth-of-type(1),
	#menu ul li:nth-of-type(2),
	#menu ul li:nth-of-type(3) {
		border-bottom:  2px solid black;
	}

	#menu ul li:nth-of-type(3) {
		border-right-width: 0;
	}

	#menu .switchOuter {
		margin-right: 0;
		margin-left: 40px;
		float: left;
	}
}

@media only screen and (max-width: 1200px) {

	

	#menu ul li a {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	.colGutter {
		display: none;
	}
	.colMain {
		width: 100%;
		float: none;
		border-right-width: 0;
	}
	.colMainInner {
		padding: 80px;
	}
}

@media only screen and (max-width: 1000px) {


	figure.wp-block-image.size-full {
	    width: 15vw;
	}
	h4 {
		line-height: 15vw;
	}

	h4 {
		font-size: 24px;
	}


	#content {
		border-width: 0;
		width: 100%;
	}

	#menu ul li a {
		
		padding: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 16px;
	}
	#menu .switchOuter {
		margin-top: 22px;
	}


	h1, h3 {
		font-size: 35px;

	}

	h3 {
		font-size: 25px;
	}

	.footerInner::before {
		
		width: 100%;
		position: relative;
		height: 60px;
		
		z-index: -1;
		background-image: url(/img/footer_star.png);
		background-position: 50% 65%;
		background-repeat: no-repeat;
		background-size: 70px;
		display: block;
	}

	.footerInner {
		margin-left: 0;
		padding-left: 0;
	}


	#menu .switchOuter {
		margin-left: 30px;
	}
}

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
    #videoCursor {
    	display: none;
    }
}

@media only screen and (max-width: 800px) {
	#header h2 {
		font-size: 20px;

		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 80px;
		background-size: 35px;
		background-position: 30px center;

	}
	.colMainInner {
		padding: 30px;
	}

	figure.wp-block-image.size-full {
		float: none;
		width: auto;

    	border-top: 2px solid #cc6633;
    	padding-top: 20px;
	}
	figure.wp-block-image img {
		width: 200px;

	}

	h4 {
		line-height: 1.4;
		padding-top: 0;
		
    	border-top: none;
	}

	#menu ul li a {
		
		padding: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 16px;
	}
	#menu .switchOuter {
		margin-top: 22px;
		margin-left: 20px;
	}

}

@media only screen and (max-width: 675px) {
	
	#header .col2:last-of-type {
		display: none;
	}

	.mobile {
		display: block !important;
	}

	.desktop {
		display: none !important;
	}

	span.mobile {
		display: inline !important;
	}

	#header .col2 {
		width: 100%;
		float: none;
		border-width: 0;
	}


	#menu ul li a {
		
		padding: 20px;
		padding-top: 25px;
		padding-bottom: 25px;
		font-size: 14px;
	}
	#header h2 {
		
		padding-left: 70px;
		background-size: 30px;
		background-position: 30px center;

	}
	#menu .switchOuter {
		margin-top: 15px;
		margin-right: 20px;
	}

	td:first-of-type {
		width: 70px;
	}
}


@media only screen and (max-width: 600px) {
	
	#menu ul li {
		width: 50%;
		text-align: center;
	}


	#menu ul li:nth-of-type(2),
	#menu ul li:nth-of-type(4) {
		border-right-width: 0;
	}

	#menu ul li:nth-of-type(3) {
		border-bottom-width: 0;
		border-right-width: 2px;
	}

	#menu ul li:last-of-type {
		width: 100%;
		text-align: center;
		border-top: 2px solid black;
		border-right-width: 0;
	}	
	.switchOuter {
		display: none;
	}
}


@media only screen and (max-width: 520px) {
	
	#menu ul li a {
		
		padding: 15px;
		font-size: 14px;
	}
	

	#menu .switchOuter {
		margin-top: 10px;
		margin-right: 15px;
	}
	
}

@media only screen and (max-width: 480px) {

	#menu .switchOuter {
		display: none;
	}
	.colFooterIcon {
		display: none;
	}

	.colFooter {
		float: none;
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {
	#menu ul li a {
		
		padding: 13px;
		padding-top: 16px;
		padding-bottom: 16px;
		font-size: 12px;
	}

	#header h2 {
		padding: 20px;
		padding-left: 60px;
		background-position:  20px center;
	}

}