/*
	Theme Name: KG3D Theme
	Theme URI: http://kg3d.co
	Description: Based on HTML5 Blank WordPress Theme
	Version: 1.9.5
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

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

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

/* global box-sizing */
/* 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 {
	background: #222;
	color: #ccc;
	line-height: 1.7;
	font-family: 'Dosis', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:62.5%;
}
body {
	position:relative;
	background: rgb(34,34,34);
	background: linear-gradient(180deg, rgba(34,34,34,1) 0%, rgba(34,34,34,1) 81%, rgba(34,0,61,1) 100%);
	/*font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	color:#444;
	padding-bottom: 5px;
	margin-bottom: -400px;
}
body:before {
	content: '';
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 400px;
	background: transparent;
	background: radial-gradient(circle at bottom, rgba(67,0,191,.7) 0%, rgba(67,0,191,0) 50%);
	z-index: 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#b571ff;
	text-decoration:none;
}
a:hover {
	color:#04A4CC;
}
article a {
	color:#04A4CC;
	text-decoration:none;
}
article a:hover {
	color:#b571ff;
}
article.models a, article.img-gallery-magnific a {
	color:#b571ff;
	text-decoration:none;
}
article.models a:hover, article.img-gallery-magnific a:hover {
	color:#04A4CC;
	text-decoration:none;
}
.magnific-img {
	overflow: hidden;
}
.magnific-img img {
	border: 2px solid;
	transition: .5s all;
}
.pagination {
	font-size: 18px;
}
.magnific-img:hover img {
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

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

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
.wrapper:before {
	content: '';
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: rgba(34,34,34,1);
	z-index: 99;
}
/* header */
.header {
	position: relative;
	margin-top: 90px;
	border-radius: 20px;
	min-height: 65vh;
	background: #222 url("/wp-content/uploads/2024/08/KG3D_Featured.webp") no-repeat center -60px;
	background-attachment: fixed;
	background-size: cover;
	border: 2px solid rgb(45, 63, 73);
	overflow:hidden;
/*
	border: 2px solid rgb(0, 103, 166);
*/
	box-shadow: inset 0px 0px 50px rgba(0,0,0, 0.9);
}
#bgvid {
	display: block;
	/*mix-blend-mode: multiply;*/
	width: calc(100% - 4px);
	margin: 2px;
}
img.overlay {
	width:100%;
	margin-top: 50px;
	padding: 20px;
}
#overlay, #overlay.none {
	animation: none;
}
#overlay.zoom {
	animation: zoom-in-zoom-out .5s ease infinite;
}
#overlay.bounce {
	animation: bounce .5s ease infinite;
}
#overlay.spin {
	animation: spin 2s linear infinite;
}
@keyframes zoom-in-zoom-out {
	0% {
		transform: scale(.92);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(.92);
	}
}
@keyframes freestl-bounce {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes bounce {
	0% {
		transform: translateY(10%);
	}
	50% {
		transform: translateY(-10%);
	}
	100% {
		transform: translateY(10%);
	}
}

/* logo */
.logo {
	position: absolute;
	left: 40px;
	top: 10px;
	width: 125px;
	max-width: 125px;
}
.menu {
	position: absolute;
	right: 40px;
	top: 10px;
	width: 35px;
	max-width: 35px;
	display: none;
}
.cls-1, .cls-2, .cls-3 {
	fill: #ffffff;
	stroke-width:0px;
}
.side-menu:checked ~ .cls-1 {
	fill: #e8d2ff; /*  */
}
.side-menu:checked ~ .cls-2 {
	fill: #d0a3ff; /*  */
}
.side-menu:checked ~ .cls-3 {
	fill: #b571ff; /*  */
}
.headerbar_wrapper {
	position: fixed;
	top: 10px;
	left:0;
	width: 100%;
	height: 100px;
	text-align: center;
	z-index: 100;
}
.headerbar {
	position: relative;
	margin: auto;
	width: calc(100% - 20px);
	max-width: 1380px;
	height: 100px;
	background: rgb(72, 65, 84);
	background: linear-gradient(118deg, rgb(72, 65, 84) 0%, rgb(70, 43, 89) 68%, rgb(49, 0, 51) 100%);
	border: 2px solid rgb(69, 47, 89);
	border-radius: 15px 5px 15px 5px;
	box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38);
}
.headerbar .inset {
	position: relative;
	width: 100%;
	height: 96px;
	border-radius: 15px 5px 15px 5px;
	box-shadow: inset 0px 0px 20px rgba(0,0,0, 0.9);
	z-index: 10;
}
.headerbar:before {
	content: '';
	position: absolute;
	top: 1px;
	right: 0px;
	width: 400px;
	height: 97%;
	background: transparent;
	background: linear-gradient(-70deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,.4) 12.5%, rgba(0,0,0,0) 12.5%, rgba(0,0,0,0) 25%, rgba(0,0,0,.3) 25%, rgba(0,0,0,.3) 37.5%, rgba(0,0,0,0) 37.5%, rgba(0,0,0,0) 50%, rgba(0,0,0,.2) 50%, rgba(0,0,0,.2) 62.5%, rgba(0,0,0,0) 62.5%, rgba(0,0,0,0) 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1) 87.5%, rgba(0,0,0,0) 87.5%, rgba(0,0,0,0) 100%);
	border-radius: 13px 3px 13px 3px;
	z-index: 1;
}
.logo-img {
}
/* nav */
.nav {
	position: absolute;
	top: 0;
	right: 0;
}
.side-menu {
	display: none;
} /* Hide checkbox */
.nav ul {
	font-size: 20px;
	color: black;
	list-style-type: none;
	padding-inline-start: 0;
	margin-block-start: 30px;
	margin-block-end: 30px;
}
.nav ul li {
	display: inline;
	margin-right: 40px;
}
.nav ul li:last-of-type {
	padding-bottom: 10px;
}
.nav ul li.closebtn {
	margin-left: 200px;
	padding-top: 10px;
	display: none;
}
.nav ul li a {
	color: white;
	font-weight: bold;
	flex: auto;
	transition: color .5s;
	position: relative;
}
.nav ul li a:hover {
	color: #cfa4ff;
	font-weight: bold;
}
.nav ul li a:after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #b571ff;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
.nav ul li a:hover:after {
	width: 100%;
	left: 0;
}

ul.download_files {
	padding: 0;
}
ul.download_files li div.file:hover {
	border: 2px solid rgb(26, 67, 93);
	background: rgb(11, 34, 49);
	background: linear-gradient(-180deg, rgb(17, 45, 63) 0%, rgb(4, 21, 33) 97%);
}
ul.download_files li div.file {
	border-radius: 15px 5px 15px 5px;
	display: block;
	border: 2px solid rgb(126, 37, 129);
	background: rgb(77, 16, 79);
	background: linear-gradient(-180deg, rgb(77, 16, 79) 0%, rgb(49, 0, 51) 97%);
	padding: 20px;
	box-shadow: inset 0px 0px 50px rgba(0,0,0, 0.6);
}
ul.download_files li {
	/*display: inline-block;*/
	display: flex;
	margin-bottom: 20px;
	list-style:none;
}
ul.download_files li div.desc {
	border-radius: 15px 5px 15px 5px;
	border: 2px solid rgb(65, 65, 65);
	background: rgb(44, 44, 44);
	background: linear-gradient(-180deg, rgb(44, 44, 44) 0%, rgb(30, 30, 30) 97%);
	width: 75%;
	margin-left: 20px;
	padding: 20px;
	box-shadow: inset 0px 0px 50px rgba(0,0,0, 0.6);
}
ul.download_files li a {
	display:inline-block;
	width: 25%;
}
article.downloads h3 {
	font-size: 18px;
	margin-top:0;
	overflow-wrap: break-word;
}
ul.download_files span {
	font-size: 15px;
	color: #777777;
}
/* sidebar */
.sidebar {
	padding: 5px 20px;
}
.mfp-bottom-bar {
	font-size: 14px;
}
/* footer */
.footer {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 20px;
	background: rgb(72, 65, 84);
	background: linear-gradient(118deg, rgb(72, 65, 84) 0%, rgb(70, 43, 89) 68%, rgb(49, 0, 51) 100%);
	border: 2px solid rgb(69, 47, 89);
	border-radius: 15px 5px 15px 5px;
	box-shadow: inset 0px 0px 50px rgba(0,0,0, 0.9);
	color: #aaaaaa;
	display: flex;
}
.footer div {
	flex:1;
	width: 33%;
	height: 70px;
	align-items: center;
	padding: 5px;
}
.footer .copyright {
	text-align: left;
}
.footer .social {
	text-align: center;
}
.footer .social img {
	width: 24px;
	height: 24px;
}


.footer .other {
	line-height: 70px;
	text-align: right;
}
.footer a {
	margin: 10px;
}
.footer .social a {
	margin: 5px;
}
/* newsletter */
article.newsletter .col25 {
	float: left;
	width: 25%;
	margin-top: 6px;
}
article.newsletter .col75 {
	float: left;
	width: 75%;
	margin-top: 6px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
article {
	margin-top: 20px;
	padding: 30px 20px 20px 20px;
	color: #d2d2d2;
	font-size: 1.8em;
	background: rgba(16,16,16,1);
	background: linear-gradient(90deg, rgba(16,16,16,1) 0%, rgb(19, 39, 49) 73%, rgb(7, 62, 98) 97%);
	border-radius: 15px 5px 15px 5px;
	border: 2px solid rgb(6, 60, 93);
	box-shadow: inset 0px 0px 20px rgba(0,0,0, 0.8);
	margin-bottom: 20px;
}
body.home article {
	position: relative;
	margin-top: 20px;
	padding: 30px 20px 20px 20px;
	color: #d2d2d2;
	font-size: 1.8em;
	background: rgba(16,16,16,1);
	background: linear-gradient(90deg, rgba(16,16,16,1) 0%, rgb(19, 39, 49) 73%, rgb(7, 62, 98) 97%);
	border-radius: 15px 5px 15px 5px;
	border: 2px solid rgb(6, 60, 93);
	box-shadow: inset 0px 0px 20px rgba(0,0,0, 0.8);
	margin-bottom: 20px;
}
article.models, article.img-gallery-magnific {
	color: #d2d2d2;
	background: rgba(16,16,16,1);
	background: linear-gradient(90deg, rgba(16,16,16,1) 0%, rgba(0,0,0,1) 73%, rgb(40, 18, 56) 97%);
	border: 2px solid rgb(69, 47, 89);
	box-shadow: inset 0px 0px 20px rgba(0,0,0, 0.8);
}
body.home article .freestls {
	position: absolute;
	top: 0;
	right: 0;
	width: 106px;
	height: 106px;
	background: url('./img/free_stls.webp');
	background-size: contain;
	pointer-events: none;
	z-index: 10;
}
body.home article:hover .freestls {
	animation: freestl-bounce .75s ease infinite;
}
main section.cat {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	flex-basis: 100%;
	flex: 1;
}
main section.cat article:nth-child(odd) {
	width: 49%;
	margin-right: 1%;
	margin-bottom: 10px;
}
main section.cat article:nth-child(even) {
	width: 49%;
	margin-left: 1%;
	margin-bottom: 10px;
}
main section.cat article:nth-child(odd):last-of-type {
	width: 100%;
	margin-right: 0;
	margin-top: 10px;
}
main section.cat article:nth-child(odd):first-of-type:last-of-type {
	width: 100%;
	margin-top: 20px;
}
article h2:first-of-type {
	margin-top: 0;
}
span.author, span.date {
	color: #aa99aa;
	display: block;
}
.akismet_comment_form_privacy_notice {
	font-size: 15px;
}
/*------------------------------------*\
Alternate front page flex loop
\*------------------------------------*/
body.home article.fl {
	display: flex;
	flex: 1;
	flex-direction: row;
}
body.home article.fl:nth-child(odd) {
	flex-direction: row-reverse;
}
body.home article.fl .artbody {
	flex-shrink: 0;
	flex-basis: 50%;
	padding-left: 10px;
	padding-right: 0;
}
body.home article.fl:nth-child(odd) .artbody {
	padding-left: 0;
	padding-right: 10px;
}
body.home article.fl .artfeat {
	position: relative;
	flex-shrink: 0;
	flex-basis: 50%;
	color: #d2d2d2;
	background: rgba(16,16,16,1);
	background: linear-gradient(90deg, rgba(16,16,16,1) 0%, rgb(19, 39, 49) 73%, rgb(7, 62, 98) 97%);
	border-radius: 15px 5px 15px 5px;
	box-shadow: inset 0px 0px 20px rgba(0,0,0, 0.8);
	background-position: center;
}
body.home article.fl .artfeat:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #b571ff00;
	border-radius: 15px 5px 15px 5px;
	border: 2px solid rgb(6, 60, 93);
	transition: background .5s;
	cursor: pointer;
}

body.home article.fl .artfeat:hover:after {
	background: #b571ff30;
}
/*------------------------------------*\
    MOUSE BUILDER CONTROLS
\*------------------------------------*/

div#builder {
	position: relative;
	border: 2px solid #ffffff33;
	padding: 0;
	border-radius: 5px 15px 5px 1px;
	overflow:hidden;
}
#controls {
	border: 2px solid #ffffff33;
	padding: 0;
	border-radius: 5px 15px 5px 1px;
	width: 100%;
	display: flex;
	flex-direction: row;
}
#controls h3 {
	margin: 0;
	display: inline-block;
}
.halfsies {
	text-align: center;
	flex: 1;
	width: 50%;
	min-width: 50%;
	overflow: auto;
	border: 0;
}

#sidePanel {
	text-align: center;
}

table {
	width: 70%;
	margin: auto;
	margin-bottom: 30px;
	border-collapse: revert;
	border-spacing: 2px;
}
td {
	border: 1px solid #666666;
	border-radius: 3px;
	background-color: #aaaaaa;
	height: 14px;
	cursor: pointer;
}
td.dis {
	border: 1px solid #666666;
	background-color: #000000;
}
td:hover {
	background-color: #999999;
}
td.dis:hover {
	background-color: #222222;
}
#wl1 {
	background: url('./img/w1_s_on.png');
	background-size: contain;
}
#wl1.off {
	background: url('./img/w1_s_off.png');
	background-size: contain;
}
#wl2 {
	background: url('./img/w2_s_on.png');
	background-size: contain;
}
#wl2.off {
	background: url('./img/w2_s_off.png');
	background-size: contain;
}
#wl3 {
	background: url('./img/w3_s_on.png');
	background-size: contain;
}
#wl3.off {
	background: url('./img/w3_s_off.png');
	background-size: contain;
}
#ft1 {
	background: url('./img/rank_cyl_on.png');
	background-size: contain;
}
#ft1.off {
	background: url('./img/rank_cyl_off.png');
	background-size: contain;
}
#ft2 {
	background: url('./img/radar_on.png');
	background-size: contain;
}
#ft2.off {
	background: url('./img/radar_off.png');
	background-size: contain;
}
#ft3 {
	background: url('./img/manipulator_on.png');
	background-size: contain;
}
#ft3.off {
	background: url('./img/manipulator_off.png');
	background-size: contain;
}
.icons {
	margin-bottom: 50px;
}
#wheelOptions {
	display: flex;
	flex-direction: column;
}
.optionside {
	flex: 1;
	width: 100%;
	min-width: 100%;
}
.icons .icon, .icons .icont {
	cursor: pointer;
	display: inline-block;
	width: 60px;
	height: 60px;
}
#save {
	background-color: #338888;
	padding: 15px;
	margin: 30px;
	font-size: 1.2em;
}

/*------------------------------------*\
    COMMENTS
\*------------------------------------*/
div.comments {
	border: 2px solid #ffffff33;
	padding: 10px;
	border-radius: 5px 15px 5px 1px;
	background: #ffffff05;
}
div.comments h2 {
	font-size: 18px;
}
div.comments ul {
	list-style-type: none;
	padding-left: 0;
}
div.comments ul li {
	margin-bottom: 20px;
}
div.comments cite {
	font-size: 28px;
	margin: 0 5px 0 20px;
}
div.comments .commentmetadata {
	margin-top: 10px;
	font-size: 12px;
}
input:not([type='image']),
textarea
{
	border: 2px solid rgb(96, 96, 96);
	background: rgb(51, 51, 51);
	background: linear-gradient(-180deg, rgb(63, 63, 63) 0%, rgb(31, 31, 31) 97%);
	border-radius: 5px;
	color: white;
}
div.comments .comment-edit-link, #cancel-comment-reply-link, input[type='submit'], button, .pagination a {
	padding: 2px 20px;
	border: 2px solid rgb(26, 67, 93);
	background: rgb(11, 34, 49);
	background: linear-gradient(-180deg, rgb(17, 45, 63) 0%, rgb(4, 21, 33) 97%);
	border-radius: 5px;
	color: white;
}
.pagination span {
	padding: 2px 20px;
	border: 2px solid rgb(91, 91, 91);
	background: rgb(52, 52, 52);
	background: linear-gradient(-180deg, rgb(66, 66, 66) 0%, rgb(35, 35, 35) 97%);
	border-radius: 5px;
	color: white;
}
div.comments .comment-edit-link:hover, #cancel-comment-reply-link:hover, input[type='submit']:hover, button:not(.mfp-close):hover {
	border: 2px solid rgb(126, 37, 129);
	background: rgb(77, 16, 79);
	background: linear-gradient(-180deg, rgb(77, 16, 79) 0%, rgb(49, 0, 51) 97%);
}
#cancel-comment-reply-link {
	margin-left: 20px;
}
div.comments .comment-body {
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .1);
	padding: 10px;
}
div.comments .comment-respond label[for="comment"] { /* [for="comment"] */
	display: block;
}
div.comments .logged-in-as {
	border: 2px solid #ffffff77;
	display: inline;
	padding: 10px;
	border-radius: 15px 5px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	flex-basis: 100%;
	flex: 1;
	max-width: 1024px;
}
.comment-form-author label, .comment-form-email label, .comment-form-url label {
	width: 70px;
	margin-right: 1%;
	margin-bottom: 10px;
	text-align: right;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input {
	width: auto;
	margin-left: 1%;
	margin-bottom: 10px;
}

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



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

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
h1 {
	position:relative;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 4em;
	padding-left: 20px;
	color: #a6f6ff;
	background: rgb(144, 160, 166);
	background: linear-gradient(90deg, rgb(144, 160, 166) 0%, rgb(66, 85, 98) 73%, rgb(26, 67, 93) 97%);
	border: 2px solid rgb(63, 80, 91);
/*
	background: rgb(35,171,255);
	background: linear-gradient(90deg, rgba(35,171,255,1) 0%, rgba(0,103,166,1) 73%, rgba(92,0,166,1) 97%);
	border: 2px solid rgba(0,103,166,1);
*/
	box-shadow: inset 0px 0px 20px rgba(0,0,0, 0.8);
	border-radius: 15px 5px 15px 5px;
}
h1 span {
	position:relative;
	z-index:50;
}
h1:before {
	content: '';
	position: absolute;
	top: 1px;
	right: 0px;
	width: 300px;
	height: calc(100% - 2px);
	background: rgb(255,255,255);
	background: linear-gradient(-70deg, rgba(255,255,255,.4) 0%, rgba(255,255,255,.4) 12.5%, rgba(255,255,255,0) 12.5%, rgba(255,255,255,0) 25%, rgba(255,255,255,.3) 25%, rgba(255,255,255,.3) 37.5%, rgba(255,255,255,0) 37.5%, rgba(255,255,255,0) 50%, rgba(255,255,255,.2) 50%, rgba(255,255,255,.2) 62.5%, rgba(255,255,255,0) 62.5%, rgba(255,255,255,0) 75%, rgba(255,255,255,.1) 75%, rgba(255,255,255,.1) 87.5%, rgba(255,255,255,0) 87.5%, rgba(255,255,255,0) 100%);
	border-radius: 13px 3px 13px 3px;
	z-index: 10;
}
h1 a {
	position: relative;
	color: #000000;
	z-index:12;
}
h1 a:hover {
	color: #37005d;
}
h1, h2, h3, h4 {
	font-weight: 300;
}
span.headtitle {
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	text-align: justify;
	text-justify: inter-word;
	position: absolute;
	top: 0;
	height: 100%;
	right: 10px;
	font-size: 18vh;
	line-height: 15vh;
	color: rgba(255,255,255,.10);
	font-weight: bold;
}

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

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

}
@media only screen and (max-width:480px) {
	.footer {
		display: block;
	}
	.footer div {
		width: 100%;
		padding: 0;
		height: 50px;
		align-items: center;
	}
	.footer .copyright {
		text-align: center;
	}
	.footer .social {
		text-align: center;
	}
	.footer .social .a {
		margin: 0;
	}
	.footer .social img {
		width: 24px;
		height: 24px;
	}
	.footer .other {
		text-align: center;
	}

	main section.cat {
		display: revert;
	}
	main section.cat article:nth-child(odd), main section.cat article:nth-child(even), main section.cat article:nth-child(odd):last-of-type {
		width: 100%;
		margin: 20px 0 20px 0;
	}

}
@media only screen and (max-width:768px) {
	h1 {
		font-size: 2.5em;
	}
	h1:before {
		width: 200px;
	}
	span.headtitle {
		font-size: 18vw;
		line-height: 15vw;
	}
	img.overlay {
		width:100%;
		margin-top: 130px;
		padding: 20px;
	}
	.menu {
		position: absolute;
		right: 40px;
		top: 10px;
		width: 35px;
		max-width: 35px;
		display: block;
	}
	/* nav */
	.nav {
		position: absolute;
		top: 0;
		left: 0;
	}
	.nav ul {
		font-size: 20px;
		list-style-type: none;
		padding-inline-start: 0;
		margin-block-start: 30px;
		margin-block-end: 30px;
		margin-top: 110px;
		margin-bottom: 0;
		padding-left: 0;
		color: #000000;
		background: rgb(144, 160, 166);
		background: linear-gradient(90deg, rgb(144, 160, 166) 0%, rgb(66, 85, 98) 73%, rgb(26, 67, 93) 97%);
		border: 2px solid rgb(63, 80, 91);
		display: none;
		box-shadow: inset 0px 0px 20px rgba(0,0,0, 0.8);
		border-radius: 15px 5px 15px 5px;
		transition: max-height .5s ease-out;
		overflow: hidden;
	}
	.nav ul li {
		display: block;
		margin-right: 0;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.nav ul a {
		color: white;
		font-weight: bold;
	}
	.nav ul a:hover {
		color: #a6f6ff;
		font-weight: bold;
	}
	.nav ul li.closebtn {
		display: revert;
	}
	ul.download_files li {
		/*display: inline-block;*/
		display: initial;
		margin-bottom: 20px;
		list-style:none;
	}
	ul.download_files li div.desc {
		border-radius: 15px 5px 15px 5px;
		border: 2px solid rgb(65, 65, 65);
		background: rgb(44, 44, 44);
		background: linear-gradient(-180deg, rgb(44, 44, 44) 0%, rgb(30, 30, 30) 97%);
		display: block;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 40px;
		padding: 20px;
	}
	ul.download_files li a {
		display:block;
		width: 100%;
	}
	div.comments {
		font-size: 14px;
	}
	div.comments .logged-in-as {
		display: block;
		font-size: 14px;
		border: 2px solid #ffffff77;
		padding: 10px;
		border-radius: 15px 5px;
	}
	#controls {
		flex-direction: column;
	}
	#wheelOptions {
		flex-direction: row;
	}
	.halfsies {
		width: 100%;
		min-width: 100%;
	}
	.optionside {
		flex: 1;
		width: 50%;
		min-width: 50%;
	}
	.optionside .icons {
		margin-bottom: 0;
	}
	.magnific-img {
		display: inline-block;
		width: 49%;
		padding: 1vw;
	}

	body.home article.fl {
		display: block;
		flex: revert;
	}
	body.home article.fl .artbody {
		flex-shrink: initial;
		flex-basis: initial;
		padding-right: 0;
	}
	body.home article.fl .artfeat {
		flex-shrink: revert;
		flex-basis: revert;
		display: block;
		padding-bottom: 56.25%
	}
}
@media only screen and (max-width:1024px) {
	.menu {
		position: absolute;
		right: 40px;
		top: 10px;
		width: 35px;
		max-width: 35px;
		display: block;
	}
	/* nav */
	.nav {
		position: absolute;
		top: 0;
		left: 0;
	}
	.nav ul {
		position: fixed;
		top: 10px;
		right: 10px;
		font-size: 10vh;
		list-style-type: none;
		padding-inline-start: 0;
		margin-block-start: 30px;
		margin-block-end: 30px;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
		color: #000000;
		background: rgb(144, 160, 166);
		background: linear-gradient(90deg, rgb(144, 160, 166) 0%, rgb(66, 85, 98) 73%, rgb(26, 67, 93) 97%);
		border: 2px solid rgb(63, 80, 91);
		box-shadow: inset 0px 0px 20px rgba(0,0,0, 0.8);
		border-radius: 15px 5px 15px 5px;
		display: none;
		max-width: 600px;
		transition: max-height .5s ease-out;
		overflow: hidden;
	}
	.nav ul li {
		display: block;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 0;
		line-height: 10vh;
	}
	.nav ul a {
		color: white;
		font-weight: bold;
	}
	.nav ul a:hover {
		color: #a6f6ff;
		font-weight: bold;
	}
	.nav ul li.closebtn {
		display: revert;
	}
	.footer {
		display: block;
	}
	.footer div {
		width: 100%;
		padding: 0;
		height: 50px;
		align-items: center;
	}
	.footer .copyright {
		text-align: center;
	}
	.footer .social {
		text-align: center;
	}
	.footer .other {
		text-align: center;
	}
	.footer a {
		margin: 0;
	}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {
	.header {
		background-size: contain;
	}

}
@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 {

}
/* iframe responsive */
.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
/*------------------------------------*\
    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;
	}
}

