/* Welcome and glad you are using Reverie.
 * This is the main stylesheet loaded by default.
 * Edit the file and have fun.
 * http://themefortress.com/reverie */
::selection {
	background: #ae8550; /* Safari */
	}
::-moz-selection {
	background: #ae8550; /* Firefox */
}
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #f7f7f7 url(../img/main-bg.jpg) repeat;
  color: #464646;
  padding: 0;
  margin: 0;
  font-family: "Alegreya Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing:0.05rem;
  position: relative;
  cursor: default;
}
.entry-content{ margin-bottom:2rem;}
article strong{font-family: "Alegreya Sans"; text-transform:uppercase; font-weight:800;}

h2{ font-family: "Alegreya Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight:300; font-size:2rem;}
h2 strong{ font-weight:500;}
a {
color: #ae8550;
text-decoration: none;
line-height: inherit;
text-transform:uppercase;
}

a:hover {
	color: #ae8550;
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none !important;
}

.start {
  float: left !important;
}

.end {
  float: right !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
    -ms-border-radius:3px;
  -o-border-radius: 3px;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
ul.pagination li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #008cba;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Start to customize Reverie */
a, a:visited, a:hover, a:visited:hover {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

figure {
  margin: 0 auto 1.25rem;
}
.single figure img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.single .entry-content figure img{
    -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom:1rem;
}

img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

img.aligncenter {
  display: block;
  margin: 18px auto;
}

.gallery dt, .gallery dl {
  display: inline-block;
}
.gallery dl {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
}

figure.figure {
  margin: 0 auto;
  display: table;
}
figure.figure figcaption {
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: italic;
  padding: 8px 10px;
  color: #999;
  margin-bottom: 1.25rem;
  display: table-caption;
  caption-side: bottom;
}

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px;
}

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0;
}

.footer-widget {
  background-color: #eee;
}


#content {
  background-color: #fff;
}

.index-card {
	background: url(../img/news-bottom.png) bottom center no-repeat;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

span.author,
time {
  font-size: 0.9375rem;
  color: #999;
}
span.author a,
time a {
  color: #999;
  font-weight: bold;
}
span.author a:hover, span.author a:focus,
time a:hover,
time a:focus {
  color: #444444;
}

.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.125rem 5rem;
  margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
}
.entry-author h4 a {
  color: #999;
}
.entry-author h4 a:hover, .entry-author h4 a:focus {
  color: #444444;
}
.entry-author p {
  color: #bbb;
}

.post header,
.page header {
  margin-bottom: 1.25rem;
}

.entry-tags {
  color: #999;
  font-size: 0.9375rem;
}
.entry-tags a {
  color: #999;
}
.entry-tags a:hover, .entry-tags a:focus {
  color: #444444;
}

.page-numbers {
  color: #999;
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
  font-weight: bold;
}
.page-numbers .next{ background:url(../img/cat-arrow-hover.png) no-repeat center center; text-indent:-99999px;}
.page-numbers .next:hover{ background:url(../img/cat-arrow-hover-black.png) no-repeat center center; text-indent:-99999px;}
.page-numbers .prev{background:url(../img/cat-arrow-hover-rev.png) no-repeat center center; text-indent:-99999px;}
.page-numbers .prev:hover{ background:url(../img/cat-arrow-hover-black-rev.png) no-repeat center center; text-indent:-99999px;}
.page-numbers li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.9rem;
  margin-left: 0.3125rem;
}
.page-numbers li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.page-numbers li:hover a,
.page-numbers li a:focus {
}
.page-numbers li.unavailable a {
  cursor: default;
  color: #999999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
  background: transparent;
}
.page-numbers li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current a:focus {
  background: #008cba;
}
.page-numbers li {
  float: left;
  display: block;
}

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block;
}

.page-numbers li span.current {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}

.page-numbers li {
  margin-left: 0.5rem;
}

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #ad8551;
}
.page-numbers li span.current {
  background: #ad8551;
  padding: 0.08rem 0.6rem 0.08rem;
  color: white;
  font-weight: bold;
  cursor: default;
}

.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

ol.commentlist {
  margin-left: 0;
  margin-top: 2em;
}
ol.commentlist p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
ol.commentlist ul.children {
  margin-left: 4rem;
}
ol.commentlist li {
  list-style: none;
  margin-bottom: 2em;
}
ol.commentlist li .comment-author img {
  float: left;
  margin: 0 1em 0 0;
}
ol.commentlist li .author-meta {
  display: inline-block;
}
ol.commentlist li .author-meta cite.fn {
  font-style: normal;
  font-weight: 600;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta time a {
  color: #ccc;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
ol.commentlist li .author-meta .comment-edit-link {
  color: #bbb;
  font-size: 0.875rem;
}
ol.commentlist li section.comment {
  margin-left: 4rem;
  margin-bottom: 2rem;
}
ol.commentlist li section.comment a.comment-reply-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #bbb;
}
ol.commentlist li section.comment a.comment-reply-link:hover, ol.commentlist li section.comment a.comment-reply-link:focus {
  color: #444444;
}


footer.full-width {
  background: #323232 url(../img/bg-foot.jpg) repeat;
  padding-top: 3rem;
  color:#a4845b;
  padding-bottom: 1rem;
}
footer.full-width h6{ color:#fff; font-family:"Economica"; font-weight:400; text-transform:uppercase;}
footer.full-width ul{ list-style:none;}
footer.full-width p {
  font-size: 0.875rem;
}
footer.full-width a {
	text-decoration:underline;
	color:#ae8550;
	text-transform:none;
	
}
footer.full-width a:hover, footer.full-width a:focus {
  color: #fff;
}
footer.full-width ul {
	font-size:0.9rem;
}
footer.full-width ul.social li a {
	text-decoration:none;
}


li.fb{ background:url(../img/fb.png) left center no-repeat; padding-left:17px; }
li.tw{ background:url(../img/tw.png) left center no-repeat; padding-left:17px; }
li.li{ background:url(../img/in.png) left center no-repeat; padding-left:17px; }
li.yt{ background:url(../img/yt.png) left center no-repeat; padding-left:17px; }


.admin-bar > .fixed {
  margin-top: 2rem;
}

.f-topbar-fixed > .container {
  margin-top: 2rem;
}
.in-de-kijker,.in-de-kijker p,.in-de-kijker h3,.in-de-kijker h2,.in-de-kijker h4,.in-de-kijker a{color:white;}
.in-de-kijker a{font-weight: bold;}
.in-de-kijker h2,.in-de-kijker h4,.in-de-kijker h3{font-weight: bold;font-family: "Economica"; text-transform: uppercase;}
.in-de-kijker .image-column img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border:5px solid #b19775;
  margin-top:3rem;
}

.langsearch{display:block; position:absolute; right:0; top:0; margin-top:10px;padding-right: 1rem;}
.login{float:left;font-family:"Alegreya Sans";
display: block;
text-decoration: underline;
font-size: 0.9rem;
font-weight:800;padding-top: 8px;
margin: 0 10px 0 10px;color:#ae8551; text-transform:uppercase;}
.login:hover{color:#fff;}

#lang_sel_list a, #lang_sel_list a:visited {
font-family:"Alegreya Sans";
display: block;
font-size: 0.9rem;
font-weight:800;
text-decoration: none !important;
color:#ae8551;
background:#373737;
line-height: 18px;
padding-left: 5px;}	
#lang_sel_list a.lang_sel_sel:hover,.lang_sel_sel .icl_lang_sel_current {
text-decoration: underline;
color:#ae8551;
background: #373737;
}
#lang_sel_list ul a, #lang_sel_list_list ul a:visited{color:#ae8551; background: #373737;}
.social,#lang_sel_list,#searchform{float:left;}
.social .subscribe{
  text-decoration: underline; 
  text-transform: uppercase;
  font-family: "Alegreya Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  padding-top: 8px;
  margin: 0 10px 0 0;
}

#lang_sel_list{padding-top: 6px;margin: 0 15px; clear: both;}
#searchsubmit{ background:url(../img/ea-search.png) center center no-repeat; text-indent:-9999px;}
header input[type=search]:hover{ cursor:pointer;}
header input[type=search] {
	background: #373737 url(../img/ea-search.png) no-repeat right center;
	color:#ae8551;
	font-family:"Alegreya Sans";	
	font-weight:700;
	text-transform:uppercase;
	border:none;
	padding: 0;
	width: 16px;
	font-size: 0.9rem;
	height: 30px;
	margin:0;
	margin-right: 5px;
	text-indent:-99999px;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
header input[type=search]:focus { 
	width:130px;
	text-indent:0;
	background: #373737 url(../img/ea-search.png) no-repeat right center;	
	border:none;
	color:#ae8551;
	border-bottom: solid 2px #ae8551;}
header input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
}

header input[type=search]::-webkit-input-placeholder { /* WebKit browsers */
    color:  #ae8551;
}
header input[type=search]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ae8551;
    opacity:  1;
}
header input[type=search]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ae8551;
    opacity:  1;
}
header input[type=search]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ae8551;
}


.lgo-foot{width:262px !important;margin-top: 33px; margin: 0 auto; display: block;}
.page-template-home-php header{margin-bottom:0 !important;}
.news-hover h6, .news-hover h5{color:#fff; font-weight:600;}
.news-hover h6 {color:#ae8550;font-family:"Alegreya Sans"; font-weight:500; font-size:1.2rem; letter-spacing:0.05rem; margin-top:65px; margin-bottom:0; text-transform:none;}
.news-hover h5{color: #fff;
font-family: "Economica";
font-weight: 500;
font-size: 1.8rem;
text-transform: uppercase;
line-height:2rem;
width: 80%; margin-top:0;}
.news-hover{ 
		position: absolute;
		height: 100%;
		width:100%;
		top: 0;
		left: 0;     
		background-color:background-color:rgb(55,55,55); background-color:rgba(55,55,55, 1);
		padding: 30px;
		display:block;
        -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;}
		
.news-hover:hover {background-color:rgb(55,55,55); background-color:rgba(55,55,55,0.6);}
.news-readmore{ color:#ae8550; text-transform:uppercase;}
.news-readmore:hover{ color:#464646;}
.page-template-home-php #wp-calendar{ width:100%; border:none;}	
.page-template-home-php table thead, .page-template-home-php table tfoot{background:#fff;}

.page-template-home-php .eo-events {list-style:none;}

.event-date-kal{line-height: 0.9;padding-top: 0.4rem; text-align:center;display:block; height:50px; width:50px; position:absolute; color:#fff; background:#fff; border:4px solid;
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px; 
  border-radius: 50px;
    -ms-border-radius: 50px;
  -o-border-radius: 50px; }
  
  .event-date-home .day{ font-family:"Alegreya Sans";font-size: 1.2rem;}
  .event-date-home .month{font-family:"Economica"; text-transform:uppercase; font-weight:700;font-size:0.8rem;}
  
  .event-date-kal .day{ font-family:"Alegreya Sans";font-size: 1.2rem; color:#4d4d4d; font-weight:700;}
  .event-date-kal .month{font-family:"Economica"; text-transform:uppercase; font-weight:700;font-size:0.8rem; color:#4d4d4d;}
  .event-details{ margin-left:72px;font-size: 0.9rem; display:inline-block;}
  .kalarrow{ width:18px; height:15px; background:url(../img/arrow.png) no-repeat; display:block; float:right;}
  
  .home #wp-calendar{
    border-spacing: 6px;
    border-collapse: separate;
    width: 320px !important;
    display: table;
    margin: 0 auto;
  }

  #wp-calendar td{
    height: 36px;
    width: 36px;
    line-height:0;
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
  }
  .page-template-home-php .event{ 
    color:#fff;
    background:#a4845b;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height:50px; width:50px;
  }
   .page-template-home-php .event:hover{ background:#373737;}
  .page-template-home-php .event a{ color:#fff;}
  .page-template-home-php .today{ 
    color:#fff;
    background:#373737;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
  }
    .page-template-home-php .today:hover{ background:#a4845b;}
 #eo-widget-next-month a:hover,#eo-widget-prev-month a:hover{ color:#373737;}
  .section-header{
    padding:0.8rem 3.5rem;
    font-family:"Alegreya Sans";
    color:#fff;
    font-size:1.5rem;
    font-weight:500;
    display: table;
    text-align:center;
    width:310px;
    position: relative;
    margin: 0 auto;
    background:#a4845b;
    margin-bottom: -27px;
    margin-top: 2rem;
  }
  
.black{background:#373737;}
a.totop:hover{ color:#ae8550 !important;}
.home .totop{ display:none !important;}
.owl-carousel .item:hover .owl-carousel-item-imgoverlay {
opacity: 1;
background-color: transparent !important;
}




@media only screen and (max-width: 40em)  {

  ul.dropdown{
    display: none;
  }

	.page-template-aanbod-php .widget_facebook_widget,.page-template-aanbodoverzicht-php .widget_facebook_widget{ display:none;}
	  #sidebar {
	  background:#fff;
  }
	.minushead{margin-top: 0;min-height: 800px;}
		.page-template-aanbodoverzicht-php li.page-item-139,.page-template-aanbod-php li.page-item-139{max-height: 30px;}
	.page-template-aanbodoverzicht-php .page-item-143,.page-template-aanbod-php .page-item-143{max-height: 30px;}
	.xoxo li{ max-height:30px;}
  .entry-author .avatar {
    margin-bottom: 1.25rem;
  }
body > header.contain-to-grid {
  margin-bottom: 0;
  max-width: 100%;
  padding-bottom: 0;
  max-height: none;
}
.nextevent{padding:2rem 1rem 1rem 2rem;}
.homecal{padding:2rem 4rem 0rem 3rem;}
.totop{ display:none;}
.langsearch {
display: block;
position: absolute;
width:100%;
right: 0;
top: 0;
margin-top: 10px;
padding-right: 10px;
background:#373737;
}
.langsearch .center{    
    margin: 0 auto;
    display: block;
    width: 185px;
}

header h1{margin:0; padding:0;}
header h1 a{ display:none; height:165px;}
.divider{display:none !important;}
.mainmenu{ height: auto; margin:0; padding:0;padding-right: 0rem; margin-top: 5rem; }
.mainmenu li {float:right; list-style:none;}
.mainmenu li a{ font-family:"Alegreya Sans"; color:#fff;padding: 0 1rem; font-size: 1.1rem; text-transform:none;}
.mainmenu li.active a,.mainmenu li a:hover{ color:#ae8551;}
#menu-item-34,#menu-item-32,#menu-item-31,#menu-item-30,#menu-item-29,#menu-item-123,#menu-item-1097,#menu-item-679{ float:right;width: 100%;text-align: center;}
#menu-item-29 a{ padding: 0 1rem;}
.menu-item-home:hover{cursor:pointer;}
.menu-item-home {
display: block;
height: 120px;
float:left;
position: relative;
text-indent: -9999px;
background: #ae8551 url(../img/eu-logo.jpg) center center no-repeat;
background-size: 170px;
width: 100%;
margin-top:1rem;
}
.imagehead {
 display:none;
}

.totop{
display: block !important;
position: relative;
bottom: auto;
right: auto;
font-family: "Economica";
font-size: 1.5rem;
font-weight: bold;
color: #ae8550;
text-transform: uppercase !important;
text-decoration: none !important;
background: url(../img/totop.png) center top no-repeat;
height: 65px;
padding-top: 35px;
width: 110px;
margin: 1rem auto;
}
.mobile-space{padding: 2rem 2rem; text-align:center;}

#content {
    padding: 1rem;
  }
ul {
margin-left: 1rem;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
width: 100% !important;
}
#sidebar,.kalender-widget{ padding:0;}

.related-posts h2 {
	text-align:center;
}
.introtekst h2{ 
	padding:2rem;
	font-size: 1.4rem;
	line-height:1.5rem;
	text-align:center;}
.page-template-home-php .tabs{ width:100%;padding:2rem 1rem; }
.page-template-home-php .tabs-content{ width:100%;}
.homecal {
padding: 1rem;
}

.event-date-home{
	line-height: 0.9;padding-top: 0.5rem; text-align:center;display:block; height:50px; width:50px; position:relative; left:auto; color:#fff; background:#373737;
	margin: 2rem;
margin-left: 0;
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px; 
  border-radius: 50px;
    -ms-border-radius: 50px;
  -o-border-radius: 50px; }

.owl-prev {
position: absolute;
 left: 0;
top: 180px;
}
.owl-next{position: absolute;
right: 0;
top: 180px;}
.overedu{color:#fff; padding:2rem;}
}

@media only screen and (max-width: 40em) {.homezlider{ display:none;} }

@media only screen and (min-width: 40.063em) {
  #lang_sel_list{ clear: none;}
  .in-de-kijker .image-column img{
    margin-top: 0;
  }
	  #sidebar {
	  background:#fff;
  }
	.minushead{margin-top: 0;min-height: 800px;}
	.page-template-aanbodoverzicht-php li.page-item-139,.page-template-aanbod-php li.page-item-139{max-height: 30px;}
	.page-template-aanbodoverzicht-php .page-item-143,.page-template-aanbod-php .page-item-143{max-height: 30px;}
	.xoxo li{ max-height:30px;}
.overedu{color:#fff;padding-top:3.5rem;}
.owl-next{position: absolute;
right: -40px;
top: 130px;}
.owl-prev{position: absolute;
left: -40px;
top: 130px;}

.page-template-home-php .homeevent{ color:#ae8550; font-family:"Economica"; text-transform:uppercase; font-size: 1.5rem; line-height: 3.2rem;}
.event-date-home{
	line-height: 0.9;padding-top: 0.5rem; text-align:center;display:block; height:50px; width:50px; position:absolute; left:35px; color:#fff; background:#373737;
  -webkit-border-radius: 50px; 
  -moz-border-radius: 50px; 
  border-radius: 50px;
    -ms-border-radius: 50px;
  -o-border-radius: 50px; }
  
.page-template-home-php .tabs{ width:40%;}
.page-template-home-php .tabs-content{ width:60%;}
.totop{
display: block !important;
position: absolute;
bottom: 270px;
right: 130px;
font-family: "Economica";
font-size: 1.5rem;
font-weight: bold;
color: #ae8550;
text-transform: uppercase !important;
text-decoration: none !important;
background: url(../img/totop.png) center top no-repeat;
height: 65px;
padding-top: 35px;
}

.column, .columns {
padding-left: 0.9375rem;
	padding-right: 0.9375rem;
}
	.imagehead {
height: 470px;
}
	body > header.contain-to-grid {
  margin-bottom: 0;
  max-width:64.063em;
  padding-bottom: 0;
  /* max-height: 165px; */
}
  .sliderinfo{
  display: block;
width: 666px;
height: 333px;
position: relative;
margin: 0 auto;
z-index: 5555;	
background: #fff;
margin-top: 110px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;}
  #content {
    padding: 3.125rem;
  }

header h1{margin:0; padding:0;}
header h1 a{ display:block; height:165px;  position:absolute; left:0; top:0; text-indent:-9999px; background: #ae8551 url(../img/eu-logo.jpg) center center no-repeat; background-size:60%; width:390px;}
.divider{display:none !important;}
.mainmenu{ height:165px; margin:0; padding:0;padding-right: 1rem;}
.mainmenu > li {float:right; list-style:none;margin-top: 75px;}
.mainmenu li a{ font-family:"Alegreya Sans"; color:#fff;padding: 0 1rem; font-size: 1.1rem; text-transform:none;}
.mainmenu li.active a,.mainmenu li a:hover{ color:#ae8551;}
.menu-item-home{display:none;}
#menu-item-34,#menu-item-32,#menu-item-31,#menu-item-30,#menu-item-29,#menu-item-123,#menu-item-1097,#menu-item-679{ float:right;}
#menu-item-29 a{ padding-right:0;}

    


.menu-item-home:hover{cursor:pointer;}

  .entry-author {
    margin: 3.125rem -3.125rem;
  }
  .menu-item-home{display:none;}
  
  .mainmenu li a {
	  padding: 0 0.8rem;
	  font-size:1rem;
  }
  .nextevent{padding:7rem 6rem 6rem 7rem;}
.homecal{padding:4rem 7rem 2rem 8rem;}
.mobile-space{padding: 3.125rem 8rem !important; text-align:center;}

/* Dropdown*/

li.has-dropdown{
  position: relative;
} 
ul.dropdown{
  position: absolute;
  list-style: none;
  margin: 0;
  background: #373737;
  z-index: 1;
  width: 240px;
  padding:1rem 0;
  display: none;
  left: -0.5rem;
}
ul.dropdown li{
  padding: 0 1.5rem;
  margin-bottom: 0.2rem;
  padding-left: 2rem;
  background: url(../img/cat-arrow.png) 9px 8px no-repeat;
  background-size: 11px 9px;

}
ul.dropdown li:last-child{
  margin-bottom: 0;
}
ul.dropdown li a{
  padding:0;
  line-height: 1.1rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Economica";
}
li.has-dropdown:hover ul.dropdown{display: block;} 
li.has-dropdown.active ul.dropdown li a{ color:white; }
li.has-dropdown.active ul.dropdown li.active a{ color: #ae8551; }


}

@media only screen and (min-width: 40.063em) and (max-width: 1850px) {

#sidebar {
	  background:#fff;
  }
.menu-item-home{display:block;
height: 165px;
position: relative;
text-indent: -9999px;
background: #ae8551 url(../img/eu-logo.jpg) center center no-repeat;
background-size: 70%;
width: 300px;
float:left !important;
margin-top: 0 !important;}

.menu-item-home:before{
content: "";
position: absolute;
top: 0;
bottom: 0;
background-color:#ae8551;
width: 9999px;
height: 100%;}

header .headhead{display:none;}
.orbit-container{margin-top: 4rem;}
} 
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	  #sidebar {
	  background:#fff;
  }
	.minushead{margin-top: 0;min-height: 800px;}
	.page-template-aanbodoverzicht-php li.page-item-139,.page-template-aanbod-php li.page-item-139{max-height: 30px;}
	.page-template-aanbodoverzicht-php .page-item-143,.page-template-aanbod-php .page-item-143{max-height: 30px;}
	.xoxo li{ max-height:30px;}
.mainmenu {
padding-right:0;
margin:0 auto;
}
.imagehead {
 display:none;
}
.menu-item-home {
display: block;
height: 120px;
position: relative;
text-indent: -9999px;
background: #ae8551 url(../img/eu-logo.jpg) center center no-repeat;
background-size: 200px;
width: 100%;
margin-top: 65px !important;
}
#menu-item-29 { margin-right:1em;}
.page-template-aanbod-php .widget_facebook_widget,.page-template-aanbodoverzicht-php .widget_facebook_widget{ display:none;}

  li.has-dropdown > a {
     pointer-events: none;
     cursor: default;
  }


}
	 
@media only screen and (min-width: 64.063em) {
  li.has-dropdown {
     pointer-events:auto;
     cursor: default;
  }
	body > header.contain-to-grid {
  margin-bottom: 0;
  max-width: 100%;
  padding-bottom: 0;
  max-height: 165px;
}
	.xoxo li{ max-height:50px;}
	.page-template-aanbodoverzicht-php li.page-item-139,.page-template-aanbod-php li.page-item-139{max-height: 70px;}
	.page-template-aanbodoverzicht-php .page-item-143,.page-template-aanbod-php .page-item-143{max-height: 70px;}
  #sidebar {
    padding-right:0;
    padding-left: 0;
    margin-top: 0;
    background:#fff;
    padding-top: 1rem;
  }

  .footer-widget {
    margin-top: 3rem;
    padding-top: 2rem;
  }
  .mainmenu li a {
    padding: 0 1.5rem;
    font-size:1.2rem;
	}
	.mobile-space{padding: 3.125rem 8rem; text-align:center;}
	.minushead{margin-top: -290px;min-height: 800px;}
	.page-template-aanbod-php .widget_facebook_widget{ display:block;}
}
.fullwidth {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: initial !important;
}
.imagehead{ height:470px;}
.kalender-widget ul{ list-style:none;}
.kalender-widget h4{
font-family: "Alegreya Sans";
font-size: 1.05rem;
color: #ae8550;
font-weight: 500;
font-style: italic;
margin-left: 29px;
text-transform: none;
margin-top: 20px !important;}
.kalender-widget ul li a{ font-family:"Economica"; font-size:1.2rem; color:#fff; font-weight:500; text-transform:uppercase; line-height:1rem;}
.kalender-widget ul li a:hover{ color:#ae8550;}
.kalender-widget ul li{ padding-left:30px; background:url(../img/cat-arrow.png) left 3px no-repeat;}
.kalender-widget ul li:hover{ padding-left:30px; background:url(../img/cat-arrow-hover.png) left 3px no-repeat;}
ul.wp-block-navigation__submenu-container{ margin-left:0; margin-bottom:10px; display:none;}
ul.wp-block-navigation__submenu-container li a { font-family:"Alegreya Sans"; font-size: 0.9rem; text-transform:none;}
ul.wp-block-navigation__submenu-container li,ul.wp-block-navigation__submenu-container li:hover{
padding-left:0;
background:none;
}
.wp-block-page-list li ul li { height:auto; max-height:none;}

.wp-block-page-list li{
	margin-bottom: 8px;
overflow: hidden;
-webkit-transition: max-height .3s ease;
-moz-transition: max-height .3s ease;
-ms-transition: max-height .3s ease;
-o-transition: max-height .3s ease;
}
.wp-block-page-list li.page-item-256 {max-height: 22px;}
.wp-block-page-list li.current-menu-item  ul.wp-block-navigation__submenu-container, .wp-block-page-list li.current-menu-ancestor ul{display:block;}
.wp-block-page-list li.current-menu-item ul li a:hover{color:#fff;}
.wp-block-page-list li.current-menu-item ul li a:before,.wp-block-page-list li.current-menu-ancestor ul li a:before {content:"• ";}
.wp-block-page-list li.current-menu-item > a { color:#ae8550;}

body.page-template-inschrijvingen .wp-block-page-list li.page_item_has_children{
    height: auto;
    max-height: none;
}

.wp-block-page-list li.current-menu-ancestor{
  background:url(../img/cat-arrow-hover.png) left 3px no-repeat;
  overflow: hidden;
  height: auto;
  max-height: none;
}
.page-template-aanbodoverzicht-php .listing-item{ min-height: 400px;}
ul.children .current-menu-item{ background:none;}


.overedu h2 { color:#ae8550; font-family:"Economica"; text-transform:uppercase;}

.aboutslider ul li img {width:100%;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;  -ms-border-radius: 50%;-o-border-radius: 50%; background-size:cover;}
.aboutslider .orbit-bullets {
margin: 0 auto;
overflow: hidden;
position: relative;
top: auto;
right: auto;
float: none;
text-align: center;
display: block;
z-index: 9999;
margin-top: 1rem;
}
.aboutslider .orbit-bullets li {
display: inline-block;
width: 0.8rem;
height: 0.8rem;
background: none;
float: none;
margin-right: 10px;
border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
border: solid #a37c4a 0.15rem;
}
.aboutslider .orbit-bullets li.active{ background:#a37c4a;}

.owl-carousel-item-imgoverlay {opacity:1 !important;}
.owl-carousel .item{padding:2.2rem;}
.page-template-overons-php .owl-carousel .item{padding:0;}
.page-template-overons-php .widget_owl_widget{background: none;}
.page-template-overons-php .owl-carousel-item-imgtitle{ display:none;}
.owl-carousel .item img{
-webkit-border-radius: 300px;
-moz-border-radius: 300px;
border-radius: 300px;
-ms-border-radius: 300px;
-o-border-radius: 300px;
border: solid #b19775 0.5rem;
}
.page-template-overons-php .owl-carousel .item img{
-webkit-border-radius: 300px;
-moz-border-radius: 300px;
border-radius: 300px;
-ms-border-radius: 300px;
-o-border-radius: 300px;
border: none;
}
.page-template-overons-php .page-item-149{max-height: 45px;}
.page-template-overons-php .page-item-262,.page-template-overons-php .page-item-958 { max-height:20px;}
.widget_facebook_widget{ background:#fff; border:1px solid #d1d1cf;}
.widget_text{ background:#ae8551 !important;}
.widget_text h4{ margin:0 !important; color:#363835; text-transform:uppercase; font-style:normal; font-family:"Economica";font-size: 1.5rem;}
.widget_text h4 span{ color:#fff;}



.related-posts h2{ text-transform:uppercase; font-family:"Economica"; color:#ad8551; margin:1.5rem 0;}
.prevnext{padding: 1.8rem 0;height: 75px; background-image: url(../img/news-detail-bottom.png),url(../img/news-detail-bottom.png);background-position: top, bottom ;background-repeat: repeat-x;}
.prevnext a{ color:#000; font-family:"alegreya sans"; font-weight:500;}
.prevnext a[rel="prev"],.alignleft a{ float:left; text-transform:none;padding-left: 30px;
background: url(../img/cat-arrow-hover-black-rev.png) left 2px no-repeat;}
.prevnext a[rel="next"],.alignright a{ float:right; text-transform:none;padding-right: 30px;
background: url(../img/cat-arrow-hover-black.png) right 2px no-repeat;}
.related-posts div {text-align:center;}
.related-posts div a{width: 100%;
display: block; color:#464646;font-family:"Economica"; font-size:1.4rem;}
.related-posts  .updated{
margin-bottom: 5px;
display: block;}

.excerpt-dash{display:none;}

.page-template-aanbodoverzicht-php .display-posts-listing .image,.page-template-aanbodoverzicht-php .display-posts-listing .title{ margin:0 auto; display:block; margin:0 auto; display:block; font-family:"Economica"; font-weight:700; font-size:1.3rem; color:#000; text-transform:uppercase; margin:1rem 0;text-decoration: none;font-style: normal;}
.page-template-aanbodoverzicht-php .display-posts-listing .excerpt{ line-height:1.4rem; margin-bottom:1rem; display:block;}



.page-template-kalender-php .eo-events,.page-template-kalendersub-php .eo-events{ list-style:none;}
.page-template-kalender-php .eo-events li,.page-template-kalendersub-php .eo-events li{border-bottom: dotted 2px #ad8551; padding:1rem 0;}
.page-template-kalender-php .eo-events li a,.page-template-kalendersub-php .eo-events li a{ font-family:"Economica"; text-transform:uppercase;  font-size:1.2rem; color:#ad8551; font-weight:700;margin-left: 70px;text-decoration: none;font-style: normal; display:inline-block;}
.page-template-kalender-php .eo-events li a[rel="tag"],.page-template-kalendersub-php .eo-events li a[rel="tag"]{font-family:"alegreya sans"; font-size:0.9rem;  color:#464646; font-weight:600; text-transform:none; margin-left:0; }
.page-template-kalender-php .eo-events li,.page-template-kalendersub-php .eo-events li{font-family:"alegreya sans"; font-size:1rem;  color:#464646; font-weight:600; text-transform:none; margin-left:0; }

#text-9,#text-8{ background:none !important; text-align:right; font-family:"alegreya sans"; color:#ae8550;font-weight: 500; font-size:1.1rem; line-height:1.3rem; font-style:italic;}
#text-9 span,#text-8 span{ color:#343332; display:block; margin-top:1rem; font-size:1rem;}



.page-template-home-php .tabs-content h2{ text-transform:uppercase;color: #ae8550;font-family: "Economica";}
.page-template-home-php .tabs dd.active a { color: #ae8550;
  background: url(../img/cat-arrow-hover.png) left 10px no-repeat;
}
.page-template-home-php .tabs dd > a {
	padding:0.5rem 0;
  display: block;
  padding-left: 30px;
background: url(../img/cat-arrow-hover-black.png) left 10px no-repeat;
font-family: "Economica";
font-size: 1.4rem;
color: #464646;
font-weight: 500;
text-transform: uppercase;
line-height: 1.4rem;
}
.page-template-home-php .tabs dd > a:hover {
  padding-left: 30px;
background: url(../img/cat-arrow-hover.png) left 10px no-repeat;
color:#ae8550;
}


.page-template-home-php .owl-theme .owl-controls .owl-buttons div{ display:block; height:21px; width:23px; text-indent:-99999px; }
.page-template-home-php .owl-theme .owl-controls .owl-buttons .owl-prev{ background:url(../img/arrowleft.png);}
.page-template-home-php .owl-theme .owl-controls .owl-buttons .owl-next{background:url(../img/arrowright.png);}



.page-template-home-php .owl-carousel-item-imgoverlay{position: relative;
opacity: 0;
margin-top: 1rem;
text-align: center;
width: 100%;
color: white;}

.page-template-home-php .owl-carousel-item-imgtitle{ color:#ebebeb;font-family: "Economica";font-size: 1.4rem;  text-transform:uppercase;}
.page-template-home-php .owl-carousel-item-imgcontent{ color:#373737;font-family: "Alegreya Sans"; font-size:1rem; font-weight:500; margin-top:0.4rem;}



.breadcrumbs {
display: block;
padding: 0.5625rem 0.575rem 0.5625rem;
overflow: hidden;
margin-left: 0;
list-style: none;
border-style: none;
border-width: 0;
background-color: #fff;
border-color: #fff;
-webkit-border-radius: 0;
border-radius: 0;
}
.breadcrumbs > * a, .breadcrumbs > * span {
text-transform: uppercase;
color: #373737;
line-height: 2.5rem;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
text-decoration: none;
color:#ae8550;
}
.breadcrumbs span{font-family: "Economica";font-size: 1.4rem; color:#373737;line-height: 2.2rem; letter-spacing:0.07rem; }	
.breadcrumbs span:first-child a{font-family: "Alegreya Sans"; color:#ad8551; font-size:2.8rem;font-weight:800;  text-decoration:none; text-transform:none;line-height: 2.2rem;}
.breadcrumbs span:first-child a:hover{ text-decoration:none;}


.single-post .updated{font-family: "Alegreya Sans"; color:#ad8551; font-weight:600; font-style:italic;}
.single-post .entry-title{font-family: "Economica";font-size: 1.9rem; color:#373737; text-transform:uppercase; margin-bottom:1rem;}


.category-nieuws-overzicht .read-more{ display: block;
width: 120px;
font-family: "Alegreya Sans";
font-weight: 700;
font-size: 0.9rem;
margin: 0 auto;
margin-top: 1rem;
background: url(../img/cat-arrow-hover.png)0px 4px no-repeat;}
.category-nieuws-overzicht header h2 a{font-family: "Economica"; color:#464646;}

.category-nieuws-overzicht .updated {
font-family: "Alegreya Sans";
color: #ad8551;
font-weight: 600;
font-style: italic;
}

.home .homezlider .orbit-slides-container li{display: block;
min-height: 554px;}

.ondertitel{font-family: "Alegreya Sans"; text-transform:none; font-weight:600; font-size:1.5rem; line-height:1.5rem;}
article.page a{ text-decoration:underline; font-style:italic; text-transform:none; color:#464646;font-family: "Alegreya Sans";font-weight: 500;}
article.page h2{ color:#ad8551;font-family: "Economica";font-size: 1.9rem; text-transform:uppercase; }

.slideleft{ height:333px; width:333px;}
.slideright{ height:333px; width:333px;padding-left: 0.9375rem;
padding-right: 0.9375rem;}

.news-hover:hover + .orbit-container li{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); 
  filter: gray; }
  
.inschrijving a{ display:block; height:180px; width:180px; background-color:#ae8550; color:#fff !important; font-family:"Economica" !important
;font-size: 1.4rem;
line-height: 1.4rem;
padding-top: 58px; text-transform:uppercase !important; font-weight:bold !important; margin:4rem auto; text-align:center; text-decoration:none !important; font-style:normal !important; -webkit-border-radius: 300px;
-moz-border-radius: 300px;
border-radius: 300px;
-ms-border-radius: 300px;
-o-border-radius: 300px;}
.overeducatieveacademie a:hover{color:#fff;}
.tabs-content a:hover{color:#464646;}

.owl-carousel-item-imgoverlay{ text-shadow:none !important;}
.owl-carousel-item-imgoverlay:hover{ background:none !important;}
.gform_wrapper select {
font-size: 1rem !important;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password],.gform_wrapper textarea {
font-size: 1rem !important;
}
.fb_iframe_widget iframe {
position: absolute;
margin-left: -15px;
}

.afronden img{  
   -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius:500px;
  -o-border-radius:500px;
  border-radius:500px;
}
.category-nieuws-overzicht .post header,.category-nieuws-overzicht .page header {
margin-bottom: 0;
}

.nieuws-ondertitel{
	font-family: "Alegreya Sans";
	font-size: 1.05rem;
	color: #ae8550;
	font-weight: 500;
	font-style: italic;
	margin-bottom:0.5rem;
	display:block;
	text-transform: none;}
	
.category-nieuws-overzicht figure img{   -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius:500px;
  -o-border-radius:500px;
  border-radius:500px;}
.eo-no-events{ 
border-bottom:none !important;
padding: 1rem 0;
font-family: "alegreya sans";
font-size: 2rem !important;
color: #464646;
font-weight: 600;
text-transform: none;
margin-left: 0;}
li.page-item-139,li.page-item-143 {  max-height: 75px;}
li.page-item-1686{ max-height:20px;}

#wp-calendar .eo-event-cat-korte-trainingen-hulpverleners{background-color: #39b887 !important;}
#wp-calendar .eo-event-cat-creatieve-therapie{background-color: #a34248 !important;}
#wp-calendar .eo-event-cat-eerstvolgende{background-color: #a34248 !important;}
#wp-calendar .eo-event-cat-workshops-voor-iedereen{background-color: #d21711 !important;}
#wp-calendar .eo-event-cat-vorming-op-maat{background-color: #6290cb !important;}
#wp-calendar .eo-event-cat-vierjarige-therapeutenopleiding{background-color: #db9e50 !important;}
#wp-calendar .eo-event-cat-therapeutenopleiding{background-color: #db9e50 !important;}
#wp-calendar .eo-event-cat-korte-trainingen-leerkrachten{background-color: #6290cb !important;}
#wp-calendar .eo-event-cat-jaaropleidingen-leerkrachten{background-color: #0529b6 !important;}
#wp-calendar .eo-event-cat-jaaropleidingen-hulpverleners{background-color: #db9e50 !important;}
#wp-calendar .eo-event-cat-interactionele-vormgeving-en-kunst{background-color: #6290cb !important;}
#wp-calendar .eo-event-cat-interactionele-vormgeving{background-color: #39b887 !important;}
#wp-calendar .eo-event-cat-conference{background-color: #a34248 !important;}

.nextevent .eo-event-cat-korte-trainingen-hulpverleners span{background-color: #39b887 !important;}
.nextevent .eo-event-cat-creatieve-therapie span{background-color: #a34248 !important;}
.nextevent .eo-event-cat-eerstvolgende span{background-color: #a34248 !important;}
.nextevent .eo-event-cat-workshops-voor-iedereen span{background-color: #d21711 !important;}
.nextevent .eo-event-cat-vorming-op-maat span{background-color: #6290cb !important;}
.nextevent .eo-event-cat-vierjarige-therapeutenopleiding span{background-color: #db9e50 !important;}
.nextevent .eo-event-cat-therapeutenopleiding span{background-color: #db9e50 !important;}
.nextevent .eo-event-cat-korte-trainingen-leerkrachten span{background-color: #6290cb !important;}
.nextevent .eo-event-cat-jaaropleidingen-leerkrachten span{background-color: #0529b6 !important;}
.nextevent .eo-event-cat-jaaropleidingen-hulpverleners span{background-color: #db9e50 !important;}
.nextevent .eo-event-cat-interactionele-vormgeving-en-kunst span{background-color: #6290cb !important;}
.nextevent .eo-event-cat-interactionele-vormgeving span{background-color: #39b887 !important;}
.nextevent .eo-event-cat-conference span{background-color: #a34248 !important;}

.eo-event-meta{
  margin:0;
  padding:0;
  list-style: none;
}
.eo-event-meta .event-date-kal{
  position: relative;
  margin-bottom: 1rem;
}
.event-content{
  margin: 1rem 0;
}
.nextevent ul li{margin-bottom: 1.5rem;}

.wpml-ls-legacy-list-horizontal {
    border:0;
    padding: 0;
    clear: none;
}

#lang_sel_list {
    padding-top: 0;
    margin: 0;
    margin-left: 9px;
}
.woocommerce table.cart .product-thumbnail { display:none; }
.woocommerce .product_meta { display:none; }
.woocommerce div.product div.summary { width:100% !important; float: none !important}

body.woocommerce-checkout .woocommerce td.product-name dl.variation {
  text-align: left;
  padding: 1rem;
}

body.woocommerce-checkout .woocommerce td.product-name dl.variation dt {
  float: none;
  margin-top: 1rem;
}

body.woocommerce-checkout .dd ul.bulleted {
  list-style: none;
  padding-left: 1rem;
}

body.woocommerce-checkout #comments {
  display: none;
}

#customer_details {
  margin-bottom: 3rem;
}