/*
Theme Name: Coming Out 2020
Theme URI: http://emp-multimedia.pl
Description:
Author: Piotr Cieciura
Author URI: http://emp-multimedia.pl
Version: 1.0
Tags:

License:
License URI:

*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

body {
	background: #FFFFFF;
	font-family: 'Gaultier', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	color: #000;
}

body.single-graduates {
	background: #FFFFFF;
}

body.home {
	overflow-y: scroll;
	overflow-x: hidden;
}

body.home .background {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	background-image: url('images/bg.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.link {
	cursor: pointer;
}

a.link:hover, li.active > a.link {
	font-family: 'Comic Sans MS', sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

.grayscale {
	filter: grayscale(100%);
	-webkit-transition: all 0.5s ease-out;
	   -moz-transition: all 0.5s ease-out;
	   	-ms-transition: all 0.5s ease-out;
		 -o-transition: all 0.5s ease-out;
			transition: all 0.5s ease-out;

}
.grayscale:hover {
	filter: grayscale(0%);
}
/****************************************************************/
#header {
	width: 100%;
	background: #FFFFFF;
	line-height: 1;
	position: fixed;
	z-index: 999;
	min-height: 100px;
	border-bottom: 1px solid #000000;
}

ul.header_items {
	list-style: none;
}

ul.header_items li {
	display: inline-block;
}

#logo {
	height: 100px;
	display: inline-block;
	margin-left: 25px;
	padding: 0;
}

#logo img {
	height: 100px;
}

#nav {
	position: absolute;
	display: inline-block;
	margin: 0 130px 0 25px;
	padding: 41px 0;
}

#nav ul {
	list-style: none;
	text-align: center;
}

#nav ul li {
	display: inline-block;
	margin-left: 30px;
}

#nav ul li a {
	font-family: 'Podium', sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#nav ul li a:hover, #nav ul li.current-menu-item a {
	text-decoration: underline;
}

#lang {
	display: inline-block;
	position: absolute;
	padding: 0;
	top: 37px;
	right: 20px;
	font-family: 'Kolonial', sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#lang a {
	border-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-radius: 15px;
	padding: 0 10px 5px;
	text-decoration: none;
}

#lang a:hover, #lang a.selected {
	color: #000000;
	border-color: #000000;
	border-radius: 15px;
}

/****************************************************************/
#co_wrap {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 103px 0 0;
}
.co_item {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	position: relative;
	overflow: hidden;
	height: 0;
	opacity: 0;
}
.co_item .pic_inside {
	position: absolute;
	top: 0;
    left: 0;
	display: flex; 
	justify-content: center; 
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}
.co_item .pic_inside img {
	width: 65%;
	height: 65%;
	align-self: center;
}
.co_item .lh {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	right: 0;
	border-left: 1px solid #000000;
	z-index: 5;
}
.co_item .lv {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0px;
	right: 0px;
	border-bottom: 1px solid #000000;
	z-index: 5;
}
.co_item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	   -moz-transition: all 0.5s ease-out;
	   	-ms-transition: all 0.5s ease-out;
		 -o-transition: all 0.5s ease-out;
			transition: all 0.5s ease-out;
}
.co_item .co_title {
	position: absolute;
	bottom: 30px;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-decoration: none;
	color: #000000;
	font-size: 20pt;
	line-height: 1.25;
	font-family: 'Kolonial', sans-serif;
	width: 100%;
}
.co_item .co_title .reg {
	display: flex;
	font-family: 'Kolonial', sans-serif;
	font-style: normal;
}
.co_item .co_title .reg2 {
	display: flex;
	font-family: 'Kolonial', sans-serif;
	font-style: normal;
}
.co_item a.def_link {
	display: block;
	width: 100%;
	height: 100%;
}
.co_item:hover .overlay {
	opacity: 1;
	-webkit-transition: all 0.5s ease-out;
	   -moz-transition: all 0.5s ease-out;
	   	-ms-transition: all 0.5s ease-out;
		 -o-transition: all 0.5s ease-out;
			transition: all 0.5s ease-out;
}
html.touch 	.co_item  .overlay {
	top: 0px;
	left: -100%;
}
html.touch 	.co_item:hover .overlay {
	left: 0px;
}
.co_thumb {
	top: -1px;
	left: -1px;
	display: flex; 
	justify-content: center; 
	flex-wrap: wrap;
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.co_thumb img {
	width: 100%;
	height: 100%;
	align-self: center;
}
/****************************************************************/
.heading {
	font-family: 'Podium', sans-serif;
	font-size: 24pt;
	font-style: italic;
	line-height: 1.25;
}
#single_header {
	position: relative;
	width: 100%;
	padding-top: 180px;
	padding-bottom: 25px;
	z-index: 8;
	top: 0;
}
#single_header h2, #single_header h4 {
	font-family: 'Kolonial', sans-serif;
	margin: 0 auto;
	max-width: 870px;
	font-size: 50px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
#single_header h2.garage {
	font-family: 'Kolonial', sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 1.25;
	margin-bottom: 0px;
}
#single_header h4.subgarage {
	font-family: 'Kolonial', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 2.5;
	margin-bottom: 0;
	color: gray;
}
.tabs {
	position: relative;
	z-index: 5;
	font-family: 'Kolonial', sans-serif;
	font-size: 12pt;
	line-height: 20px;
	margin: 0;
	list-style-type: none;
}
.tabs li {
	display: inline;
	margin-left: 20px;
}
.tabs li:first-child {
	margin-left: 0px;
}
#single {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	margin: 0 auto 60px;
	max-width: 870px;
	min-height: 500px;
}
#single .post-content {
	font-family: 'Gaultier', sans-serif;	
}
#single p {
	margin-bottom: 1em;
}
.tab_container .tab_content {
	margin-bottom: 0px;
	display: none;
}
.tab_container .tab_content div {
	display: block;
}
.tab_container .tab_content.fluid_media div {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.tab_container .tab_content.fluid_media iframe {
	position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}
.ac_text {
	font-family: 'Gaultier', sans-serif;
	position: relative;
	z-index: 5;
	margin-top: 38px;
	max-width: 400px;
	float: left;
}
.ac_photo {
	position: fixed;
	right: 0;
	top: 101px;
	width: 680px;
	height: calc(100% - 101px);
	z-index: 10;
}
.ac_photo img {
	object-fit: cover;
	width: inherit;
	height: 100%;
}
.logo img {
	margin: 0px 10px 10px 0px;
	float: left;
}
.logo br {
	display: none;
}
body.page #single_header {
	position: relative;
	width: 100%;
	padding-top: 180px;
	z-index: 8;
	top: 0;
}
body.page #single {
    padding-top: 25px;
}
/****************************************************************
#portfolio-gallery{
	position: relative;
	max-width: 470px;
	height: 100%;
}
#portfolio-gallery #g_prev{
	position: absolute;
	left: -30px;
	top: 100px;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	border-bottom: 1px solid #000;
}
#portfolio-gallery #g_next{
	position: absolute;
	right: -30px;
	top: 100px;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	border-bottom: 1px solid #000;
}
#portfolio-gallery  .gallery{
	width: 100%;
}
#portfolio-gallery .gallery-item{
	width: 100%;
}
****************************************************************/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/****************************************************************/
.portfolio-gallery{
	margin-top: 40px;
	position: relative;
	max-width: 100%;
	height: 100%;
}
.gallery-item {
 	width: 30%;
  	float: left;
	margin: 0px 20px 20px 0px;
}
.gallery-item img {
	display: block;
	width: 100%;
	height: auto;
}
.gallery-caption {
	padding-top: 15px;
	font-size: 13px;
	line-height: 15px;
}
.share {
	font-size: 26px;
	padding-top: 10px;
	display: block;
	font-weight: 900;
	color: rgb(0, 0, 0);
}
.share a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.share a:hover{
	color: #000;
}

/****************************************************************/
.news_toggle {
	position: fixed;
	top: 250px;
	left: 2px;
	cursor: pointer;
	width: 40px;
	height: 230px;
	padding: 15px 0 15px 4px;
	border: 1px solid #000000;
	background: #FFFFFF;
	border-radius: 30px;
	z-index: 10;
}

.news_toggle.en {
	height: 95px;
}

.news_toggle h2 {
	margin-top: 10px;
	font-family: 'Kolonial', sans-serif;
	font-size: 20pt;
	font-style: normal;
	font-weight: 900;
	text-decoration: none;
	line-height: 1;
	color: #000000;
	text-transform: uppercase;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		 -o-transform: rotate(90deg);
			transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
#news_wrap {
	background: #FFFFFF;
	position: fixed;
	top: 51px;
	border-right: 1px solid #000000;
	left: -500px;
	width: 500px;
	bottom: 0;
	overflow: hidden;
	z-index: 20;
	-webkit-transition: all .5s ease-out;
	   -moz-transition: all .5s ease-out;
		-ms-transition: all .5s ease-out;
		 -o-transition: all .5s ease-out;
			transition: all .5s ease-out;
}
.news_close{
	color: rgb(0, 0, 0);
	position: absolute;
	top: 151px;
	right: 20px;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
#nw_inner {
	padding: 25px;
}
#nw_inner article {
	margin-bottom: 100px;
}
#news_wrap h2.sec_title {
	font-size: 23pt;
	font-family: 'Kolonial', sans-serif;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	margin-bottom: 25px;
}
#news_wrap .news {
	padding-top: 20px;
	margin-bottom: 20px;
}
#news_wrap .news_inner {
	font-family: 'Gaultier', sans-serif;
	min-height: 110px;
	margin-left: 100px;
	position: relative;
}
#news_wrap .news .news_thumb {
	position: absolute;
	left: 0px;
	top: 0px;
}
#news_wrap .news h2.post-title {
	font-family: 'Kolonial', sans-serif;
	font-size: 16px;
	line-height: 19pt;
	text-transform: uppercase;
	margin-bottom: 15pt;
}
#news_wrap .news h2.post-title span {
	color: #000000;
}
#news_wrap .news h2.post-title a{
	text-decoration: none;
	color: #000000;
}
#news_wrap .news h2.post-title a:hover{
	text-decoration: none;
	color: #000;
}
/****************************************************************/
#scrollbar {  }
#scrollbar .viewport { margin-right: 20px; height: 200px; overflow: hidden; position: relative; }
#scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#scrollbar .scrollbar{ background: #eee; position: relative; background-position: 0 0; float: right; width: 5px; }
#scrollbar .track {  height: 100%; width:5px; position: relative; padding: 0 1px; }
#scrollbar .thumb { background: #ccc; height: 20px; width: 5px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0px; }
#scrollbar .thumb .end { overflow: hidden; height: 0px; width: 0px; }
#scrollbar .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

/****************************************************************/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}

/** Responsive **/
@media screen and (max-width: 1700px) {
	#logo {
		height: 60px;
		padding: 20px 0;
	}
	#logo img {
		height: 60px;
	}
	.ac_photo {
		width: 500px;
	}
}
@media screen and (max-width: 1300px) {
	.ac_photo {
		width: 400px;
	}
	.co_item .co_title {
		font-size: 14pt;
	}
}
@media screen and (max-width: 900px) {
	#header {
		position: fixed;
		top: 0px;
		width: 100%;
	}
	#logo {
		height: 50px;
		padding: 25px 0;
	}
	#logo img {
		height: 50px;
	}
	#menu_toggle {
		background: #FFFFFF url(images/menu_toggle.png);
    	position: absolute;
    	top: 32px;
    	right: 15px;
    	width: 30px;
    	height: 30px;
	}
	#nav {
		position: relative;
		padding: 15px;
    	float: none;
    	margin: 0;
    	display: none;
	}
	#nav ul {
		list-style: none;
	}
	#nav ul li {
		float: none;
		margin: 0px;
	}
	#nav ul li a {
		font-family: 'Podium', sans-serif;
		font-style: normal;
		color: rgb(0, 0, 0);
	}
	#lang {
		right: 65px;
	}
	#single {
		padding-top: 0px;
		max-width: 600px;
	}
	#single_header {
		position: relative;
		padding-top: 160px;
		margin: 0 auto;
		max-width: 600px;
	}
	#co_wrap {
		width: 100%;
		padding: 57px 0 0 0;
	}
	.co_item .overlay h2 {
		margin: 20px 30px 20px 20px;
		font-size: 30px;
		text-transform: uppercase;
		color: rgb(0, 0, 0);
	}
	.co_thumb {
		overflow: hidden;
		display: flex;
		margin: 0;
		padding: 0;
	}
	.ac_photo {
		width: 100%;
		opacity: 0.05;
		z-index: -1;
	}
}

@media only screen and (max-width: 700px)
{
	#single_header {
		max-width: 400px;
	}
	#single {
		max-width: 400px;
	}
	.gallery-item {
		width: 48%;
		margin: 1%;
	}
}
@media only screen and (max-width: 450px)
{
	#logo {
		height: 25px;
		padding: 38px 0;
	}
	#logo img {
		height: 25px;
	}
	#single_header {
		max-width: 350px;
	}
	#single {
		max-width: 350px;
	}
	.gallery-item {
		width: 100%;
		margin: 0px 0px 15px;
	}
}
@media only screen and (max-width: 320px)
{
	#single_header {
		max-width: 300px;
	}
	#single {
		max-width: 300px;
	}
}
