/*
Theme Name: JoinwebBasic
Text Domain: joinweb
Domain Path: /languages
Theme URI: http://joinweb.gr
Description: Lightweight naked Joinweb Theme. For use with custom grid.
Author: Joinweb
Author URI: http://joinweb.gr
Version: 3.0.0
License: MIT License
License URI: http://opensource.org/licenses/MIT
*/

/* breakpoints  -  based on Bootstrap 4 breakpoints
0 full
576 540
768 720
992 960
1140 1140
1220 1220
1440 1440
1640 1640
*/

/* Initializations, resets */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-size: 14px;
	line-height: 1.42857143;
	margin: 0;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
	border: 0;
}
.img-responsive,
figure img {
	display: block;
	max-width: 100%;
	height: auto;
}
.video-container,
.videoWidgetContainer,
.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.video-container iframe,
.video-container object,
.video-container embed,
.videoWidgetContainer iframe,
.videoWidgetContainer object,
.videoWidgetContainer embed,
.embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
svg:not(:root) {
	overflow: hidden;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
.inlineList {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	list-style: none;
}
.text-center {
	text-align: center;
}
.text-right{
	text-align: right;
}
a.skip-main {
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
	color: #fff;
	background-color:#000;
	left: auto;
	top: auto;
	width: 30%;
	height: auto;
	overflow:auto;
	margin: 10px 35%;
	padding:5px;
	border-radius: 15px;
	border:4px solid yellow;
	text-align:center;
	font-size:1.2em;
	z-index:999;
}

/* layout */
.wrapper,
.narrowWrapper,
.textWrapper,
.contentWrapper {
	margin: 0 auto;
	padding: 0 15px;
}
@media screen and (max-width: 576px) {
	.wrapper,
	.narrowWrapper,
	.textWrapper,
	.contentWrapper {
		width: 100%;
	}
}
@media screen and (min-width: 576px) and (max-width: 768px) {
	.wrapper,
	.narrowWrapper,
	.textWrapper,
	.contentWrapper {
		width: 540px;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	.wrapper,
	.narrowWrapper,
	.textWrapper,
	.contentWrapper {
		width: 720px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1140px) {
	.wrapper,
	.narrowWrapper,
	.contentWrapper {
		width: 960px;
	}
}
@media screen and (min-width: 1140px) {
	.wrapper {
		width: 1140px;
	}
	.contentWrapper {
		width: 1136px;
	}
	.narrowWrapper {
		width: 1086px;
	}
}
@media screen and (min-width: 1220px) {
	.wrapper {
		width: 1220px;
	}
}
@media screen and (min-width: 1440px) {
	.wrapper {
		width: 1440px;
	}
}
@media screen and (min-width: 1640px) {
	.wrapper {
		width: 1640px;
	}
}

.hiddenXs {
	display: none;
}
@media screen and ( min-width: 576px) {
	.hiddenXs {
		display: block;
	}
}
@media screen and ( min-width: 576px) and (max-width: 768px) {
	.hiddenSm {
		display: none;
	}
}
@media screen and ( min-width: 768px) and (max-width: 992px) {
	.hiddenMd {
		display: none;
	}
}
@media screen and ( min-width: 992px) and (max-width: 1140px) {
	.hiddenLg {
		display: none;
	}
}
@media screen and ( min-width: 1140px) {
	.hiddenXl {
		display: none;
	}
}
.grid {
	display: grid;
	column-gap: 15px;
}
.noGutter {
	column-gap: 0;
}

/* effects */
.mainContent {
	padding-top: 25px; /* header height */
	position: relative;
	z-index: 1;
	background: #fff;
	margin-bottom: 80px; /* footer height */
}
.hiddenFootnote {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 0;
	padding: 30px 0;
	background: #333;
}
.hiddenFootnote,
.hiddenFootnote a {
	color: #565656;
}
.overLay {
	background: rgba(0,0,0,0.3);
	padding: 30px;
	box-shadow: 0 0 25px 25px rgba(0,0,0,0.3);
	border-radius: 25px;
}

/* buttons */
.button /*,
.comment-respond input[type="submit"],
.wpcf7-submit */ {
	background: #DD5B33;
	color: #fff;
	font-weight: bold;
	border-radius: 16px;
	padding: 18px 32px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
	border: none;
	cursor: pointer;
}
.bigButton {
	width: 280px;
	padding: 18px 32px;
	font-size: 1.8rem;
}
.smallButton {
	width: 150px;
	padding: 18px;
	font-size: 1.6rem;
}
