/*
	Theme Name: Arnhemse Stockdagen
	Description: Arnhemse Stockdagen 2015
	Version: 1.0
	Author: Merel de Goede
	Tags: Arnhemse Stockdagen Arnhem 2015
*/

/* MailChimp */
/*#mc_embed_signup_scroll {
	display: none !important;
}*/

#mc_embed_signup .brandingLogo {
	display: none !important;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border: 1px solid #ABB0B2 !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: none !important;
}

#mc_embed_signup form {
	margin: 20px 0 !important;
}

#mc_embed_signup .mc-field-group {
	padding-bottom: 0 !important;
}

#mc_embed_signup div#mce-responses {
	margin: 0 !important;
	padding: 0 !important;
}

#mc_embed_signup #mce-success-response {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#mc_embed_signup #mce-success-response {
	color: #000000 !important;
}

#mc_embed_signup .button {
	background: #000000 !important;
	border-radius: 0 !important;
	height: 35px !important;
	font-size: 19px !important;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 13px;
	text-align: left;
	color: black;
	font-family: 'Inter', sans-serif;
}

header, #head, #content-home, #content, #single, #deelnemers, #partners, #footer {
    max-width: 920px;
    width: 90% !important;
    margin: 0 auto;
}

p a {
	color: #96a17f;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

#uitgelicht .uitgelichtdeelnemer img {
	width: 100% !important;
}

#home-content .uitgelichtdeelnemer p {
	text-align: center !important;
}

/*-------------------------HEADER-------------------------*/

header {
	width: 920px;
	margin: 0 auto;
}

#head {
	width: 920px;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#title {
	text-align: center;
}

#title img {
	width: auto;
	height: 30px;
}

#social {
	position: relative;
	float: right;
	width: auto;
	height: 30px;
	top: 20px;
}

#social .fa-instagram {
	color: #96a17f;
	font-size: 16px;
}

#social img {
	width: 24px;
	height: 24px;
}
#social a {
	text-decoration: none;
	margin-left: 5px;
}

#social .app {
	  display: flex;
	  float:  right;
  align-items: center;
  justify-content: center;
}

#social span {
	font-size:  8px;
	color:  #000;
	text-decoration: none;
	margin-left:  3px;
}

#navigation {
    max-width: 920px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 0;
    list-style: none;
}

.menu-item {
	width: auto;
	text-align: center;
	margin-right: 27px;
}
.menu-item:last-of-type {
	margin-right: 0;
}
.sub-menu .menu-item {
	margin: 0;
	font-size: 12px;
}
#main-nav a {
	color: black;
	text-decoration: none;
}
#main-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 0;
    list-style: none;
}

#main-nav li {
    display: inline-block;
}

#main-nav li a	{
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
}
#main-nav li.current-menu-item a:hover {
	color: #96a17f;
}
#main-nav .current-menu-item a, #main-nav .current_page_item a, #main-nav a:hover {
	color: #96a17f;
}

#main-nav .current-menu-item ul.sub-menu a, #main-nav .current_page_item ul.sub-menu a {
	color: #96a17f;
}

#main-nav ul ul { /* this targets all sub menus */
	display: none; /* hide all sub menus from view */
	position: absolute;
	top: 25px; /* this should be the same height as the top level menu -- height + padding + borders */
	background: white;
	padding: 0 10px;
	padding-bottom: 8px;
	margin-left: -16px;
	min-width: 110%;
    white-space: nowrap;
}
#main-nav ul ul li { /* this targets all submenu items */
	float: none; /* overwriting our float up above */
	padding-bottom: 3px;
}
#main-nav ul li:hover > ul {
	display: block; /* show sub menus when hovering over a parent */
}
#main-nav ul ul li a { /* target all sub menu item links */
	padding: 5px 0;
}

#navigation #social-img img {
	width: 20px;
	height: 20px;
	margin-top: 4px;
	opacity: 1;
}

#navigation #social-img img:hover {
	opacity: 0.6;
}

/* Hamburger menu */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
}

.menu-toggle::before {
	content: "☰";
}

.menu-toggle.active::before {
    content: "x";
    font-size: 24px;
}

#mobile-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 50px;
    right: 0;
    background: white;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	z-index: 99;
}

#mobile-menu ul {
    list-style: none;
    padding: 0;
	text-align: center;
}

#mobile-menu li {
    padding: 15px;
	margin: 0!important;
}

#mobile-menu li a {
   color: #000;
   text-decoration: none;
}

#mobile-menu li.current_page_item a,
#mobile-menu li a:hover {
	color: #96a17f;
}




/*-------------------------HOMEPAGE TEMPLATE-------------------------*/

.homebutton {
	height:  35px;
	line-height: 35px;
	color:  #fff!important;
	padding:  0 30px;
	display: inline-block;
}

.homebutton.musis {
	background-color: #96a17f;
}

.homebutton.centrum {
	background-color: #000000;
}

.homebutton.modekwartier {
	background-color: #f2ebdb;
	color: #000!important;
}

#content-home {
	width: 920px;
	height: auto;
	overflow: hidden;
	margin: 15px auto 0 auto;
}

#content-home img {
	width: 920px;
	height: auto;
}

#content-home li {
	list-style-type: none;
}

#content-home ul {
	list-style-type: none;
}

#data-content {
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #96a17f;
}

#data li {
	list-style-type: none;
}

#data ul {
	list-style-type: none;
}

#data {
	width: 100%;
	font-size: 19px;
	text-align: center;
	margin: 20px auto;
}

#days {
	font-size: 17px;
	margin-top: 20px;
}

#days li {
	list-style-type: none;
}

#days ul {
	list-style-type: none;
}

#location h3 {
	text-align: center;
	padding: 0;
	margin: 5px;
	color:  #96a17f;
}

#location p {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.textwidget a {
	text-decoration: none;
	color: black;
}

p.centrum a {
	color: #6d8965;
	text-decoration: none;
}
p.modekwartier a {
	color: #cc7a80;
	text-decoration: none;
}
p.eusebiuskerk a {
	color: #edb95b;
	text-decoration: none;
}

#data p.days {
	width: 420px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 17px;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 55px; /* Chrome, Safari, Opera */
    -moz-column-gap: 55px; /* Firefox */
    column-gap: 55px;
}

#home-content {
	position: relative;
	width: 920px;
	overflow: hidden;
	height: auto;
	margin-top: 20px;
	line-height: 1.9;
}

#home-content p {
	margin-right: 20px;
}

#asd {
	position: relative;
	float: left;
	width: 600px;
	overflow: hidden;
	height: auto;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #96a17f;
	text-align: left;
}

#asd p {
	margin-top: 0;
	text-align: left!important;
}

#uitgelicht {
	width: 100%;
	overflow: hidden;
	min-height: auto;
}

.uitgelichtdeelnemer {
    width: 45%; /* 2 kolommen op tablets */
    height: auto;
    margin: 10px;
    display: inline-block;
}

.uitgelichtdeelnemer:hover {
	opacity: 0.7;
}

#uitgelicht .uitgelichtdeelnemer img {
	position: absolute;
	top: 0;
	left: 0;
	height: 150px;
	width: auto;
}

.uitgelichtdeelnemer.modekwartier p {
	background: #DEA5A4;
}
.uitgelichtdeelnemer.centrum p {
	background: #6093AC;
}
.uitgelichtdeelnemer.eusebiuskerk p {
	background: #96a17f;
}



#home-content .uitgelichtdeelnemer p {
	position: absolute;
	top: 150px;
	left: 0;
	margin: 0;
	font-size: 11px;
	width: 190px;
	height: 40px;;
	line-height: normal;
	padding-top: 8px;
	padding-left: 8px;
}

.uitgelichtdeelnemer p i {
	font-style: normal;
	font-size: 9px;
	margin-right: 0;
}

.uitgelichtdeelnemer a {
	text-decoration: none;
	color: white;
}

#advertenties {
	position: relative;
	float: left;
	width: 298px;
	overflow: hidden;
	height: auto;
	margin-left: 20px;
}

#advertenties img {
	width: 100%;
	height: auto;
}

/*-------------------------PAGE-------------------------*/


#content {
	width: 920px;
	height: auto;
	overflow: hidden;
	margin: 20px auto 0 auto;
	line-height: 1.9;
}

#content h2 {
	text-align: center;
	color: #96a17f;
	padding: 0;
	margin: 5px;
	font-weight: 100;
}

#image img {
	width: 920px;
	height: auto;
}

#content  a {
	color: #96a17f;
	text-decoration: none;
}

#content  a:hover {
	text-decoration: underline;
}

.gallery {
	margin: 0;
	padding: 0;
	line-height: 0;
}

.gallery img {
	border: none !important;
}

.gallery-item {
	width: 450px !important;
}

.gallery-item:nth-of-type(even) {
	margin-left: 20px;
}

.gallery-icon img {
	width: 450px;
	height: auto;
}

.gallery-caption {
	display: none;
}

/*------------------------- SINGLE POST (EVENT UITLEG) -------------------------*/

#single {
	width: 920px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	line-height: 1.9;
}

#single h2 {
	margin: 5px;
	margin-top: 15px;
	font-size: 22px;
	text-align: center;
	font-weight: 100;
}

#single h2.modekwartier {
	color: #DEA5A4;
}

#single h2.centrum {
	color: #6093AC;
}
#single h2.eusebiuskerk {
	color: #96a17f;
}

#praktisch {
	position: relative;
	float: left;
	width: 220px;
	padding: 30px;
	height: auto;
}

#praktisch p {
	width: 220px;
	color: white;
}

#praktisch p a {
	color: white;
}

#praktisch.modekwartier {
	background: #DEA5A4;
}

#praktisch.centrum {
	background: #6093AC;
}
#praktisch.eusebiuskerk {
	background: #96a17f;
}

#event {
	position: relative;
	float: left;
	width: 600px;
	margin-left: 40px;

}

#event img {
	width: 100%;
	height: auto;
}

#event p img {
	max-width: 150px;
	height: auto;
	max-height: 100px;
	width: auto;
}

/*------------------------- DEELNEMERS TEMPLATE -------------------------*/

#deelnemers {
	width: 920px;
	height: auto;
	overflow: hidden;
	margin: 20px auto 0 auto;
	line-height: 1.9;
	text-align: center;
}

#deelnemers h2 {
	color: #96a17f;
	padding: 0;
	margin: 5px;
	font-weight: 100;
}

.deelnemer {
	position: relative;
	float: left;
	width: 220px;
	height: 222px;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
	text-align: center;
	line-height: 0;
}

/* .deelnemer:nth-child(5n) {
	margin-right: 0;
} */

.deelnemerfilter .deelnemer:nth-child(4n+1) {
	margin-right: 0;
}
.deelnemerfilter .deelnemer:nth-child(4n+2) {
	margin-right: 10px;
}

.deelnemer:hover {
	opacity: 0.7;
}

#deelnemers .deelnemer img {
	position: absolute;
	top: 0;
	left: 0;
	height: 182px;
	width: 100%;
	object-fit: cover;
}

.deelnemer.modekwartier p {
	background: #DEA5A4;
}
.deelnemer.centrum p {
	background: #6093AC;
}
.deelnemer.eusebiuskerk p {
	background: #96a17f;
}

.deelnemer p {
	position: absolute;
	top: 182px;
	left: 0;
	font-size: 11px;
	width: 222px;
	height: 32px;;
	line-height: normal;
	padding-top: 8px;
	margin: 0;
}

.deelnemer p i {
	font-style: normal;
	font-size: 9px;
}

.deelnemer a {
	text-decoration: none;
	color: white;
}

/*------------------------- PARTNERS TEMPLATE -------------------------*/

#partners {
	width: 920px;
	height: auto;
	overflow: hidden;
	margin: 20px auto 0 auto;
	line-height: 1.9;
	text-align: center;
}

#partners h2 {
	color: #96a17f;
	padding: 0;
	margin: 5px;
	font-weight: 100;
}

#partners #image img {
	min-width: 920px;
	height: auto;
}

#partners img {
	max-width: 200px;
	height: auto;
	max-height: 150px;
	width: auto;
}

/*-------------------------FOOTER-------------------------*/

#footer {
	width: 920px;
	height: auto;
	margin: 40px auto 10px auto;
	overflow: hidden;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #96a17f;
	font-size: 12px;
}

#footleft {
	position: relative;
	float: left;
	width: 50%;
	text-align: left;
}

#footright {
	position: relative;
	float: left;
	width: 50%;
	text-align: right;
}

#footer p a {
	color: #96a17f;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}
#footer img {
	width: 100px;
	height: auto;
}



@media only screen and (max-device-width : 920px) {
	  #data p.days {
		  width: 620px;
		  font-size: 14px;
		  -webkit-column-gap: 35px; /* Chrome, Safari, Opera */
		  -moz-column-gap: 35px; /* Firefox */
		  column-gap: 35px;
	  }

	  #footer {
		  font-size: 10px;
	  }
}

.gform_wrapper .gform_body input[type='text'],
.gform_wrapper .gform_body input[type='email'],
.gform_wrapper .gform_body input[type='tel'],
.gform_wrapper .gform_body input[type='url'] {
    width: 100% !important;
    height: 50px;
    margin: 0;
    border: 1px solid #f1f1f1;
    padding: 0 2% 0 20px !important;
    line-height: 50px;
    color: #080924;
    box-shadow: none;
}

.gform_wrapper .gform_body input[type='text']::placeholder,
.gform_wrapper .gform_body input[type='email']::placeholder,
.gform_wrapper .gform_body input[type='tel']::placeholder,
.gform_wrapper .gform_body input[type='url']::placeholder {
    color: #080924;
}

.gform_wrapper .gform_body .gfield_label,
.gform_wrapper .gform_body label {
    color: #080924;
}

.gform_wrapper .gform_body textarea {
    min-height: 150px;
    border: 1px solid #f1f1f1;
    padding: 20px;
    color: #080924;
}

.gform_wrapper input[type='submit'] {
    width: auto !important;
    height: 50px !important;
    border-radius: 60px !important;
    padding: 0 30px !important;
    background-color: #96a17f !important;
    font-weight: 700;
    line-height: 50px !important;
    color: #fff !important;
}

.gform_wrapper .gform_footer {
    margin: 20px 0 0;
    padding: 0;
}

.gform_wrapper input[type='submit']:hover {
    background-color: #707a5a !important;
    color: #fff !important;
}

@media only screen and (max-width: 1024px) {
    header, #content-home, #content, #single, #deelnemers, #partners, #footer {
        width: 95%;
    }
    #navigation {
        flex-direction: column;
		align-items: end;
    }
}

@media only screen and (max-width: 768px) {
	#head {
		padding: 0;
		height: 20px;
		position: relative;
	}
	#head img {
		width: auto;
		height: 20px;
	}

	#head #social {
		position: absolute;
		right: 0;
		top: 0;
	}
    .menu-toggle {
        display: block;
    }
    
    #main-nav {
        display: none;
    }
    
    #mobile-menu.active {
        display: flex;
    }


    header, #content-home, #content, #single, #deelnemers, #partners, #footer {
        width: 100%;
    }

    #title {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        left: 0;
    }

    #main-nav ul {
        flex-direction: column;
        align-items: center;
    }

	#mobile-menu ul li .sub-menu li {
		padding: 5px;
	}

	#mobile-menu ul li .sub-menu li a {
		font-size: 12px;
	}

    .uitgelichtdeelnemer {
        width: 100%; /* 1 kolom op mobiele schermen */
    }

	#data {
		margin: 0;
	}

	#content-home img {
		width: 100%;
		object-fit: contain;
		height: auto;
	}

	.textwidget {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.textwidget br {
		display: none;
	}

	.textwidget .homebutton {
		width: 100%;
		padding: 0;
		height: 25px;
		line-height: 25px;
		font-size: 16px;
	}

	#home-content {
		width: 100%;
	}

	#asd {
		width: 100%;
		border-right: 0;
	}

	#footleft,
	#footright {
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 12px;
    }

    #footer {
        font-size: 10px;
        text-align: center;
    }
}