/*
	Theme Name: we.Konekt
	Theme URI: http://wekonekt.brussels
	Description: wekonekt
	Version: 1
	Author: Modem Studio (@modem_studio)
	Author URI: http://modem.studio

*/

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

/* 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 {
	
}
body {
	font-family: 'Roboto', sans-serif;
	color: #233f90;
	font-size: 18px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}

img {
	max-width:100%;
	height: auto;
	vertical-align:bottom;
}
a {
	color:#233f90;
}
a.read-more,
a.action-link,
.featured-event a,
.category-select a,
.category-list a,
.event-title a,
.event-category a,
.about-menu a{
	text-decoration: none;
}
a:hover {
	color:#233f90;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1,h2, h3, h4{
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
.clear{
	clear: both;
}
.label{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
	font-weight: 900;
}
hr{
	border-top: 2px solid #233f90;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width: 100%;
	max-width: 1820px;
	margin:auto;
	position:relative;
}
.header-menu{
	position: fixed;
	top: 80px;
	left: 10px;
	right: 10px;
	z-index: 99;
	background-color: #ff6d63;
	height: 300px;
	margin-top: -450px;
	padding: 20px;
	z-index: 999;
	width: calc(100% - 20px);
}
.header a{
	color: white;
	text-decoration: none;
}
.menu-open{
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 9999;
	background-color: #ff6d63;
	display: block;
	padding: 20px;
	width: calc(100% - 20px);
}

.nav ul{
	margin: 0;
	padding: 0;
}
.nav ul li{
	list-style: none;
	margin-right: 20px;
	margin-bottom: 10px;
}
.logo img{
	max-width: 40px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.language-select{
	margin-top: 50px;
}
.language-select ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.language-select ul li{
	margin-right: 10px;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 10px;
	margin-left: 0;
}

.social{
	display: none;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
.social li{
	display: inline-block;
	margin-left: 20px;
}
.social li img{
	width: 25px;
	height: auto;
}
.footer{
	background-color: #233f90;
	z-index: 9;
	padding: 20px;
	color: white;
	margin-top: 100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.footer a{
	color: white;
	text-decoration: underline;
}
.column{
	width: 100%;
	padding: 10px; 
	float: left;
}
.social-icons{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.social-icon{
	display: inline-block;
	width: 30px;
	margin: 10px;
}
/*------------------------------------*\
    LANDING
\*------------------------------------*/
.featured-event{
	margin: 10px;
	margin-top: 81px;
	background-color: #233f90;
	color: white;
	text-align: center;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}
.featured-event-title{
	height: 300px;
	display: table-cell;
	vertical-align: middle;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.25);
}
.featured-event-title h1{
	font-size: 40px;
	color: white;
}
.featured-event-button{
	background-color: white;
	padding: 10px;
	display: inline-block;
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.sublogos{
	width: calc(100% - 20px);
	margin: 10px;
	padding: 20px;
	text-align: left;
	background-color: #233f90;
}
.sublogos img{
	margin-top: 10px;
	max-height: 66px;
}

.intro{
	max-width: 800px;
	font-size: 20px;
	margin: 50px auto;
	padding: 0 10px;
}
.page-content .intro{
	padding: 0;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
a.read-more{
	background-color: #ff6d63;
	padding: 10px;
	display: inline-block;
	color: white;
}
.action-buttons{
	margin: 100px 10px;
	text-align: center;
}
.blocks{ 
	padding: 0;
	width: 100%;
	list-style: none;
}
.blocks .block{
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}
.blocks .block .block-content{
	background-color: #233f90;
	color: white;
	padding: 20px;
	text-align: center;
}

.action-link{
	color: white;
	background-color: #ff6d63;
	padding: 10px;
	display: inline-block;
	margin-top: 10px;
}
.program{
	margin: 10px 0;
}
.program-landing{
	margin: 10px;
}
.program-items{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 2px solid #233f90;
}
.program-item{
	border-bottom: 2px solid #233f90;
	padding: 20px 0;
}
.more-info a{
	text-decoration: underline;
}
/*------------------------------------*\
    WEKONEKT WEEK
\*------------------------------------*/
.category-select{
	margin-bottom: 50px;
	margin-top: 30px;
}
.category-list{
	padding: 0;
	margin: 0;
	font-weight: 900;
}
.category-list li{
	list-style: none;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	color: white;
}
.category-list li a{
	padding: 10px 20px;
	border-bottom: none;
	display: block;
	background-color: #233f90;
	color: white;
	text-align: center;
	border-radius: 99px;
}
.category-list li a:hover,
.category-list li a.active{
	opacity: 0.5;
}
.category-list li a.public-activity{
	background-color: #ff6d63;
	color: white;
}
.category-list li a.public-activity-2020{
	background-color: teal;
	color: white;
}

.category-list li a.public-activity:hover,
.category-list li a.public-activity.active,
.category-list li a.public-activity-2020:hover,
.category-list li a.public-activity-2020.active{
	opacity: 0.5;
}
.submit{
	text-align: right;
}
.submit a{
	text-decoration: underline;
	margin-left: 20px;
}

.event-list{
	margin-bottom: 50px;
	padding: 0;
}
.event{
	list-style: none;
	display: table;
	width: 100%;
	padding: 10px;
	margin-bottom: 5px;
	border-bottom: 3px solid;
}
.event:first-child{
	border-top: 3px solid;
}
.event.public-activity,
.event.public-activity a{
	color: #ff6d63;
}
.event.public-activity-2020,
.event.public-activity-2020 a{
	color: teal;
}
.event-data{
	display: table-row;
}
.event-date-time,
.event-category-location{
	display: flex;
}
.event-date,
.event-time,
.event-category,
.event-location{
	flex: 1;
}
.event-date,
.event-time,
.event-title,
.event-category,
.event-location,
.event-contact{
	padding: 10px;
}
.event-time,
.event-category,
.event-location,
.event-contact{
	font-size: 14px;
}
.event .event-category a{
	background-color: #233f90;
	border-radius: 99px;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
	color: white;
}
.event.public-activity .event-category a{
	background-color: #ff6d63;
}
.event.public-activity-2020 .event-category a{
	background-color: teal;
}
.event-location a,
.event-contact a{
	text-decoration: underline;
}
.event-title h2,
.event-date h2{
	margin: 0;
	font-size: 35px;
}

/*------------------------------------*\
    PAGE
\*------------------------------------*/
.home-page-content{
	padding: 10px;
}
.page-content{
	padding: 10px;
	margin-top: 70px;
}
.single-page{
	max-width: 840px;
	padding: 10px;
	margin: auto;
	margin-top: 81px;
}
.single-page a{
	text-decoration: underline;
}
.about-menu{
	margin-top: 80px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.about-menu-item{
	margin: 10px;
	font-size: 18px;
}
.about-menu-item a{
	padding: 40px;
	display: block;
}
a#about-study-button{
	color: teal;
	border: 5px solid teal;
}
a#about-arts-button{
	color: #ff6d63;
	border: 5px solid #ff6d63;
}
a#about-research-button{
	color: #f0c05a;
	border: 5px solid #f0c05a;
}
a#about-week-button{
	color: #233f90;
	border: 5px solid #233f90;
}
a#about-team-button{
	color: black;
	border: 5px solid black;
}
#about-study{
	margin-top: 80px;
	border-top: 5px solid teal;
}
#about-arts{
	margin-top: 80px;
	border-top: 5px solid #ff6d63;
}
#about-research{
	margin-top: 80px;
	border-top: 5px solid #f0c05a;
}
#about-week{
	margin-top: 80px;
	border-top: 5px solid #233f90;
}
#about-team{
	margin-top: 80px;
	border-top: 5px solid black;
}
.partners{
	padding: 20px;
	list-style: none;
	background-color: #233f90;
}
.partner{
	margin-bottom: 5px;
}
.partner a{
	color: white;
	text-decoration: underline;
}
.map-wrapper{
	margin-bottom: 100px;
}
.map-wrapper iframe{
	width: 100%;
	border: none;
}
/*------------------------------------*\
    SINGLE
\*------------------------------------*/

/*------------------------------------*\
    MAP
\*------------------------------------*/

.acf-map{
	width: 100%;
	z-index: 0;
}

#map{
	margin-top: 50px;
	height: calc(100vh - 50px);
}
.filters {
    width: 150px;
    background: white;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 99;
    display: none;
}
.filters ul{
	list-style: none;
	margin: 0;
	padding: 10px;
}
.gmnoprint img {
    max-width: none !important; 
}
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
max-width: none !important;
}

.gm-style-iw h2 a{
	text-transform: uppercase;
	border-bottom: none;
}
.gm-style-iw p.address{
	text-transform: uppercase;
	border-bottom: none;
	font-size: 13px;
	line-height: normal;
}


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

@font-face {
	font-family:'Font-Name';
	src:url(#);
	src:url(#) format('embedded-opentype'),
		url(#) format('woff'),
		url(#) format('truetype'),
		url(#) format('svg');
    font-weight:normal;
    font-style:normal;
}

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

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

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

}
@media only screen and (min-width:768px) {
body {
	cursor: url("/wp-content/themes/wekonekt/img/circle-open.png") 20 20, pointer;
	cursor: url("/wp-content/themes/wekonekt/img/circle-open.svg") 20 20, pointer;
	cursor: -webkit-image-set(url("/wp-content/themes/wekonekt/img/circle-open.png") 1x, url("/wp-content/themes/wekonekt/img/circle-open-x2.png") 2x) 20 20, pointer;
}
a:hover {
	cursor: url("/wp-content/themes/wekonekt/img/circle-full.png") 20 20, pointer; /* Legacy */
	cursor: url("/wp-content/themes/wekonekt/img/circle-full.svg") 20 20, pointer; /* FF */
	cursor: -webkit-image-set(url("/wp-content/themes/wekonekt/img/circle-full.png") 1x, url("/wp-content/themes/wekonekt/img/circle-full-x2.png") 2x) 20 20, pointer; /* Webkit */ 
}
.menu-open{
	display: none;
}
.header-menu{
	top: 10px;
	max-width: 1800px;
	height: auto;
	margin-top: 0 !important;
	margin: auto;
}
.nav ul li{
	display: inline-block;
	margin-bottom: 0;
}
.nav{
	float: left;
}
.logo{
	float: left;
}
.logo img{
	margin: -10px;
	margin-right: 20px;
	
}
.language-select{
	float: right;
	margin-top: 0;
}
.language-select ul li{
	margin-right: 0;
	margin-left: 10px;
}
.featured-event-title h1{
	font-size: 60px;
}
.blocks .block{
	max-width: 23.33%;
	margin: 5%;
}
.program-item-date{
	display: inline-block;
	width: 20%;
}
.program-item-title{
	display: inline-block;
	width: 60%;
}
.more-info{
	display: inline-block;
	width: 20%;
}
.event-date-time,
.event-title,
.event-category,
.event-location,
.event-contact{
	display: table-cell;
	vertical-align: top;
	width: 10%;
}
.event-title{
	width: 60%;
}
.event-title h2,
.event-date h2{
	font-size: 35px;
}
.partners{
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}
.column{
	width: 50%;
}
.about-menu-item{
	display: inline-block;
	width: calc(33.33% - 20px);
	margin: 10px;
}
}
@media only screen and (min-width:1024px) {
.column{
	width: 25%;
}

}
@media only screen and (min-width:1140px) {
.partners{
	-moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}
.about-menu-item{
	width: calc(20% - 20px);
}
}
@media only screen and (min-width:1280px) {

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

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	
	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;
	}
	.landing-title{
		padding-top: 20px;
	}
	.landing-subtitle{
		padding-bottom: 0px;
	}
	.sublogos,
	.header,
	.category-select,
	.submit{
		display: none;
	}
}