/*
# ------------------ BEGIN LICENSE BLOCK ------------------
#
# This file is part of PluXml : https://www.pluxml.org
#
# Package:		theme.css
# Copyright (c) 2017-2019 PluXml
# Authors		Stephane F., Pedro "P3ter" CADETE., Thomas "sudwebdesign" Ingles.
# Licensed under the GPL license.
# See http://www.gnu.org/licenses/gpl.html
#
# ------------------- END LICENSE BLOCK -------------------
*/

@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
	url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
	url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: 'open_sansregular', sans-serif;
	font-size: 1.7em;
	line-height: 1.6em;
	color: #3A4145;
	background-color: #f7f7f7;
}
/* ---------- Header ---------- */

.heading-small {
	font-size: 2rem;
}
.header {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 2;
	display: flex; 
	justify-content: center; 
	align-items: center;
	text-align: center;
}
.header a {
	text-transform: uppercase;
	font-weight: bold;
	color: #f2f2f2;
}
.header a:hover {
	text-decoration: none;
}
.bg {
	background: url(../img/bg.jpg) no-repeat top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 648px;
}
.title {
	font-size: 10rem;
}
.subtitle {
	margin-top: 2rem;
	font-size: 2rem;
	font-weight: bold;
	color: #f2f2f2;
	text-transform: uppercase;
}

.nav {
	text-align: center;
	padding: 1rem 0rem;
	border-bottom: 1px solid #efefef;
	background-color: #fff;
}

.menu>li {
	font-size: 1.5rem;
	margin-left: .5rem;
}

.menu>li {
	border-bottom: 3px solid transparent;
}
.menu>li:hover {
	border-bottom: 3px solid #222;
}
.menu>li>span {
	cursor: default;
}
.menu>li ul {/* sub menu */
	display: none;
	position: absolute;
	padding: 0;
	line-height: 2.8rem;
	z-index: 10;
	border-bottom: 3px solid #222;
}

.menu>li:hover ul {/* show sub menu */
	display: block;
}
.menu ul li {
	display: block;
	margin: 0;
	padding: 0 1rem;
	background-color: #fff;
	text-align: left;
}

ul.menu .noactive:hover,
ul.menu .active span,
ul.menu span.active,
ul.menu li.active a,
ul.menu a.active,
ul.menu li span:hover,
ul.menu li a:hover {/* pluCss1.3.1 fix : plxMyshop 0.13.x, maybe more */
	color: #000 !important;
	text-decoration: none;
}

ul.menu li span,
ul.menu li a {/* pluCss1.3.1 fix : plxMyshop 0.13.x, maybe more */
	display: inline-block;
	height: 1.23rem;
	line-height: 1.23rem;
	padding-left: .35rem;
	padding-right: .35rem;
	margin-right: 5rem;
	width: 100%;
	cursor: pointer;
	background-color: rgba(255,255,255,.55);
	border-radius: 1px;
	color: #258fd6;
}
ul.menu li span a,
ul.menu li a span {/* pluCss1.3.1 fix : plxMyshop 0.13.x, maybe more */
	white-space: nowrap;
	display: inline;
	margin-right: -.35rem;
	padding-left: 0;
}
ul.menu li.noactive a,
ul.menu a.noactive{
/*	background-color: rgba(255,255,255,.55);*/
	border-radius: 1px;
	color: #258fd6;

}
/* ---------- Main ---------- */

.main {
	padding-top: 2rem;
}

.section1 {
	padding: 4rem 0rem;
	background-color: #f7f7f7
}
.section2 {
	padding: 4rem 0rem;
	color: #f2f2f2;
	background-color: #212026
}
.section3 {
	padding: 4rem 0rem;
	background-color: #edecf2
}
.section4 {
	padding-top: 4rem;
	background-color: #f7f7f7
}

.project {
	padding: 1rem;
}
.project-content {
	background-color: #fff;
}
/* ------- Article ------- */

article:after {
	display:block;
	content: "";
	clear: both;
}

.article header {
	margin-top: 2rem;
}

.article header div {
	margin: 0;
}

.article header h2,
.article header h2 a {
	color: #222;
	font-size: 3.2rem;
	line-height: 1.2em;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0;
}

.article header h2 a:hover {
	color: #111;
	text-decoration: none;
}

.article header small,
.comment small {
	color: #9EABB3;
}

.article header span:before,
.article header time:before,
.article footer span:before {
	padding-left: 1.5rem;
	padding-right: .3rem;
}

.article .art-date {
	font-size: 1.5rem;
	color: #9EABB3;
}

.article .written-by:after {
	content: '|';
	padding-left: 0;
}

.article .classified-in:after {
	content: '|';
	padding-left: 0;
}

.article img.art_thumbnail {
	padding: 30px 15px 15px 0;
	float: left;
}

.page.mode-article .article footer {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

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

.footer {
	margin-top: 4rem;
	background: #f7f7f7;
	color: #666;
	padding: 1rem 0 6rem;
	text-align: center;
}

.footer p {
	margin: 0;
}
@media (min-width: 128rem) {
	.container {
		padding-left: 15rem;
		padding-right: 15rem;
	}
	.heading-small {
		font-size: 3rem;
	}
}

@media (min-width: 64rem) {
	.container {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.heading-small {
		font-size: 2.5rem;
	}
}

@media (max-width: 767px) {
	.header {
		position: sticky;
		top: 0;
	}
	.header:hover .grid {
	overflow: unset
	}
	.header div.grid{
		overflow: unset;/* fix hidden sub-menu */
	}
	.logo {
		background-size: 5rem;
		background-position: 2.5rem 0;
		padding-left: 8rem;
		margin-left: -1rem;
	}
	.heading-small {
		line-height: .5;
		margin-bottom: .5rem
	}
	.header a:hover {
		color: #eee;
	}
	.header h1 * {
		font-size: 1.61rem;
	}
	.header h2 {
		font-size: 1.23rem;
	}
	.header,
	.footer {
		padding: 1rem 0;
	}
	.aside {
		padding-left: 1.5rem;
	}
	.nav {
		position: sticky;
		top: 0;
		z-index: 4; /* responsive slide is in 3 */
		height: auto;
		max-height: 80%;
		overflow-y: auto;
		text-align: left;
		margin-top: 0;
		z-index: 10;
		border-radius: 1rem;
		background-color: #fff;
	}
	.nav>.container {
		padding: 0;
	}
	ul.menu {
		padding: 0 15px 7.5px 15px;
	}
	.menu li {
		background: #efefef;
	}
	.menu li:hover {}
	.menu>li span::before {/* sub menu icon */
		margin-left: -1.5rem;
	}
	.responsive-menu label {
		background-color: transparent;
		color: #333;
		font-size: 2.6rem;
		text-align: right;
	}
	.responsive-menu label:after {
		content: '\2630';
	}
	.responsive-menu label > span {
		font-size: 1.6rem;
	}
	.menu>li ul {
		position: relative !important;
		border-bottom: 0px solid transparent;
	}
	.menu>li ul li:hover {
		background-color: #fff;
	}
	.menu>li ul li:hover a {
/*		text-decoration: underline; */
	}
	 ul.menu li.active a,
	 ul.menu li.active:hover,
	 ul.menu li,
	 ul.menu li:hover {
		background-color: #fff;
/*		color: #000;*/
	}
	.comment {
		background-image: none;
		padding-left: 0;
	}
	.level-1 {
		margin-left: 1rem;
	}
	.level-2 {
		margin-left: 2rem;
	}
	.level-3 {
		margin-left: 3rem;
	}
	.level-4 {
		margin-left: 4rem;
	}
	.level-5,
	.level-max {
		margin-left: 5rem;
	}
}
@media (max-width: 463px) {
	.header {
		height: 7rem;
	}
	.logo {
		background-position: 1rem 0;
		padding-left: 2rem;
		background-size: 4rem;
		padding-left: 6rem;
		margin-left: -1rem;
		height: 5rem;
	}
	.heading-small {
		font-size: 3rem;
	}
	.nav {
		padding-top: 0rem;
	}
	ul.menu {
		margin: 0 2px .5px 2px;
		border-radius: 15px;
	}
	.header .title {
		font-size: 0rem;
	}
	.header .subtitle {
		margin-top: 0px;
	}
	.header h1 * {
		font-size: 2rem;
	}
	.header h2 {
		font-size: 1.5rem;
	}
	.bg {
		height: 100px;
	}
	.static.group,
	.static.menu a {
		padding: 0;
	}
}


