/*
	Theme Name: CircuitCircle Skrolr
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme - modified for circuit circle
	Version: 1.4.3
	Author: Todd Motto (@toddmotto) / Stephan Kropop (Remixed by Konrad Behr 08/2024)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

/*** a:before { content: "\2192"; } ***/

div.gallery a:before, article.post-12 a:before { content: ""; }

a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#e52729;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'ocra';
    src: url('fonts/ocra-webfont.eot');
    src: url('fonts/ocra-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ocra-webfont.ttf') format('truetype'),
         url('fonts/ocra-webfont.woff') format('woff'),
         url('fonts/ocra-webfont.svg#ocraregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/** konrad updates **/

.circuit_control_video {width:100%;height:auto; aspect-ratio: 16 / 9 !important;background:#000; }
.circuit_control_audio {background:#000;padding:4px;}
h3 {font-size:1em}
article.post h2 {padding-left:30px;}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
	
	.slogan {margin-top:50px !important;
	font-size:1.5em !important;}

}
@media only screen and (min-width:480px) {
	
	.logo img {width:50% !important; height:auto}
	
	.skrollable.skrollable-between div#skrollr-body div.wrapper header.header.clear {
	height:350px;}
	
		div.slogan.skrollable.skrollable-between { 
		margin-top:0;
	}
	.slogan {margin-top:30px !important;
	font-size:1.5em !important;
	
		padding:0.1em !important;
	
		position: relative !important}
	
	h3 {font-size:1em}
	


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


	
}
@media only screen and (max-width:1024px) {
	
	article.post h2 {padding-left:4px;}
	
	h2 img {
		display:none
	}
	
	div.slogan.skrollable.skrollable-between { 
		font-size:1.2em;
	}
	.skrollable.skrollable-between div#skrollr-body div.wrapper header.header.clear {
		height:250px;
		
	}
	}	
	
	div.text h2 strong, article.post h2 {
		font-size:1.1em !important;
	
	}

	div.wrapper main section article, .header, .mqlanguage {
		width:80% !important;
	}

	
	
}
@media only screen and (min-width:1140px) {
	
	
	

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*
 * Circuit Circle Specific
 * 
 */


article.post,
article.page { 
	width: 70% !important;
	max-width:800px !important;
	margin: auto;
	font-size: 1.6em;
	background-color: rgba(240, 240, 240, 0.9);
	padding: 1em;
	max-width:1200px;
	margin-bottom: 2em; 
}
body { background-image: url('img/potis_bg.png')}


article { position: relative; }

article.post-12 { background-color: #1A1A1A; color: #EFEFEF; margin-bottom: 0px; }
article.post-12 div{ }
article.post-12 img:not(.robot_small) { 
	height: 4em; 
	width: auto;
	margin: .1rem;
 }

article.post-765 h2 {text-align:left;}
article.post-765 {text-align:center; background-color: #FFF; color: #EFEFEF; margin-bottom: 0px; min-height:200px;}
article.post-765 img:not(.robot_small) { 
	height: 4em; 
	width: auto;
	margin: .1rem;
 }

article.post-765 img {padding:4px;min-height:57px !important; width:auto}



article h2 { 
	font-family: "ocra";
	color: #FFF; 
	text-shadow: 	3px 3px 0 #000,
					-2px -2px 0 #000,  
					2px -2px 0 #000,
					-2px 2px 0 #000,
					2px 2px 0 #000; 
	
	
	letter-spacing:2px;
	background:#000;
	
}

div.text h2{ 
	
	margin-left: 0 !important; 	
	background:red;
}

div.slogan h2 { 
	font-family: "ocra";
}

div.slogan { 
	width: 100%;
	margin: auto; 
	font-size: 3.2em; 
	color: #FFF; 
	text-shadow: 	4px 4px 0 #000,
					-2px -2px 0 #000,  
					2px -2px 0 #000,
					-2px 2px 0 #000,
					4px 4px 0 #000; 
					
	text-align: center;
	position: absolute;
	top: 4em;
	word-spacing: -0.5em;
	z-index:2;
	
}

/* .logo { text-align: center; } */
/* footer { height: 3em; } */
header { background-color: rgba(240, 240, 240, 0.9); margin: auto; position: relative; height: 54em; margin-bottom: 2em; }
header {
	width:70% !important;
	max-width: 800px;
	}

.logo { position: absolute; top:0px; width: 92%; }
.robot { position: absolute;  right: -6%; top: 2em; width: 35%;z-index:1; }
.robot_small { 
	height: 4em; 	
	position: absolute;
	top: -0.0em;
	left: -4%;
	
}

article.post-58 div.text { text-align: center;  }
div.mqlanguage { width: 70%; margin: 1em auto; text-align: left; height: 2em; background: #000; max-width:800px;}
div.mqlanguage ul { margin: 0 0 0 -30px; }
div.mqlanguage li { list-style-type:none; display: inline-block; z-index: 100; padding: 0.2em; }

/* a.qtrans_flag { height: 24px; width: auto; } */

.size-full { max-width: 100%; width: 100%; height: auto; }

.gallery { text-align: center; }
.gallery .gallery-caption { display: none; }
.gallery > br { display: none; }
.gallery dl.gallery-item{ float: none !important; display: inline-block !important; width: auto !important; padding: .35rem; }
.gallery img { border: none !important; }
.gallery dl.gallery-item:nth-of-type(2n) { transform: rotateZ(-2deg); }
.gallery dl.gallery-item:nth-of-type(3n) { transform: rotateZ(2deg); }
.gallery dl.gallery-item:nth-of-type(5n) { transform: rotateZ(-1deg); }
.gallery dl.gallery-item:nth-of-type(7n) { transform: rotateZ(1deg); }

