/*
 Theme Name:   Customizable Blogily Child
 Theme URI:    http://shark5060.net/
 Description:  Customizable Blogily Theme
 Author:       Lutz Schwemer Panchez
 Author URI:   http://shark5060.net
 Template:     customizable-blogily
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  customizable-blogily-child
*/
body {
	/* background-image: linear-gradient(135deg, #dedede 12.50%, #eeeeee 12.50%, #eeeeee 50%, #dedede 50%, #dedede 62.50%, #eeeeee 62.50%, #eeeeee 100%); */
	background-image: linear-gradient(135deg, #090909 12.50%, #181818 12.50%, #181818 50%, #090909 50%, #090909 62.50%, #181818 62.50%, #181818 100%);
	background-size: 5.66px 5.66px;
	/* color: #555; */
	color: #ddd;
}
pre {
	background: none;
	background-color: rgba(0,0,0,0.5);
	border-radius: 10px;
}
code {
	font-size: 10px;
}
.main-container {
	height: 100vh;
}
/*
#content header {
	display: none;
}*/
#navigation ul ul li {
	/* background: #fff; */
	background: #333;
}
#navigation ul li.current-menu-item ul a, #navigation ul ul li.current-menu-item a {
	/* border-bottom: 0px solid #fff; */
	border-bottom: 0px solid #333;
}
.primary-navigation.header-activated #navigation ul ul li a {
	/* color: #333; */
	color: #fff;
}
#content {
	padding-bottom: 10px;
	/* background: #fff; */
	/* background: #333; */
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0px 30px;
}
h1.title, h1, h2, h3, h4, h5, h6 {
	/* color: #212121; */
	color: #d3d3d3;
}
.single_post header {
	margin-bottom: 30px;	
}
footer, .copyrights {
	background: none;
}
@font-face {
	font-family: "Yanone Kaffeesatz";
	font-weight: 200;
	src: url(/wp-content/themes/customizable-blogily-child/fonts/YanoneKaffeesatz.ttf);
}
@font-face {
	font-family: "Source Code Pro";
	src: url(/wp-content/themes/customizable-blogily-child/fonts/SourceCodePro.ttf);
}
#systemfailure {
	position: relative;
    float: left;
    padding-left: 300px;
    margin-top: -40px;
    font: bold 15pt 'Source Code Pro';
    color: #ff0000;
	transform: rotate(-15deg);
	-webkit-animation: flicker 2s infinite;
}
.page h1.title {
	font-family: "Yanone Kaffeesatz";
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.single_post header:after {
	display: none;
}
.article p {
	/* color: #555555 */
	color: #dddddd;
}
.upper-widgets-grid {
	background: #333;
}
.upper-widgets-grid-wrapper {
	padding-top: 0px;
	margin-top: -20px;
}
#wrapper_image {
	z-index: 6;
	text-align: left;
	position: absolute;
	top: 30vh;
	left: 30vh;
	min-width: 606px;
	min-height: 726px;
	/* width: 1400px;
	height: 800px;
	margin-left: -700px;
	margin-top: -400px; */
}
footer {
	overflow: visible;
}
#footer_image {
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 250px;
    min-width: 100%;
	min-height: 156px;
	opacity: 0.5;
}
#wrapper_image, #footer_image img {
	height: auto;
	width: auto;
}
#page {
	z-index: 7;
	min-height: 580px;
	height: calc(100% - 357.5px);
	padding-top: 10px;
}
#bg_navigation {
	z-index: 99999999;
	position: absolute;
}
.bg_container {
	position: absolute;
	height: 100%;
	width: 100%;
	/* z-index: -5; */
	/* background: url("images/header_bg.png") repeat 0 0; */
	background: url("images/background.png") repeat 0 0;
	-webkit-animation: bg-scrolling-reverse 15s infinite; /* Safari 4+ */
  	-moz-animation:    bg-scrolling-reverse 15s infinite; /* Fx 5+ */
	-o-animation:      bg-scrolling-reverse 15s infinite; /* Opera 12+ */
	animation:         bg-scrolling-reverse 15s infinite; /* IE 10+ */
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function:    linear;
	-o-animation-timing-function:      linear;
	animation-timing-function:         linear;
}
@-webkit-keyframes bg-scrolling-reverse {
  100% { background-position: 400px 400px; }
}
@-moz-keyframes    bg-scrolling-reverse {
  100% { background-position: 400px 400px; }
}
@-o-keyframes      bg-scrolling-reverse {
  100% { background-position: 400px 400px; }
}
@keyframes         bg-scrolling-reverse {
  100% { background-position: 400px 400px; }
}
@-webkit-keyframes bg-scrolling {
  0% { background-position: 400px 400px; }
}
@-moz-keyframes    bg-scrolling {
  0% { background-position: 400px 400px; }
}
@-o-keyframes      bg-scrolling {
  0% { background-position: 400px 400px; }
}
@keyframes         bg-scrolling {
  0% { background-position: 400px 400px; }
}
@-webkit-keyframes flicker {
	0% {opacity:0;}
	9% {opacity:0;}
	10% {opacity:.5;}
	13% {opacity:0;}
	20% {opacity:.5;}
	25% {opacity:1;}
}
.bg_overlay {
	pointer-events: none;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.bg_divider {
	width: 100%;
	height: 100%;
	/* border-bottom: 5px solid #fff; */
	/* border-bottom: 5px solid #333; */
	position: absolute;
	box-shadow: 0 1px 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 15px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 1px 15px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 1px 15px 0 rgba(0,0,0,.15);
}
.site-title img {
	height: auto;
	width: 75%;
}
.site-branding {
	/* padding: 50px 10px 70px 10px; */
	padding: 50px 10px 30px 10px;
	text-align: right;
}
.upper-widgets-grid {
	float: right;
	min-width: 340px;
	background: none;
	padding: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.article {
	/* margin: 0 auto 30px 30%; */
	margin: 0 auto 30px 25%;
	float: none;
	max-width: 800px;
	width: 75%;
}
@media screen and (max-width: 865px) {
	.article {
		margin: 0;
		margin-bottom: 30px;
	}
	#wrapper_image {
		left: 0px;
		top: 20vh;
		min-width: 303px;
		min-height: 363px;
	}
	.site-branding {
		margin-top: 20px;
	}
}
.sidebar {
	display: none;
	width: 0px !important;
}
.social {
	margin-bottom: -5px;
	text-align: center;
}
.social svg {
	width: 34px;
	height: 34px;
	padding-left: 1px;
	padding-right: 1px;
	fill: #ccc;
	/* fill: #000; */
	opacity: 0.75;
}
.social svg:hover {
	opacity: 1;
	/* fill: #ccc; */
	fill: #fff;
}