/* font icon */

@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?49093933");
  src: url("../font/fontello.eot?49093933#iefix") format("embedded-opentype"),
    url("../font/fontello.woff?49093933") format("woff"),
    url("../font/fontello.ttf?49093933") format("truetype"),
    url("../font/fontello.svg?49093933#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Trade Gothic W02 Bold";
  src: url("../font/675502/78397af4-a9d9-4b09-bbd0-9e73b50505ae.eot?#iefix");
  src: url("../font/675502/78397af4-a9d9-4b09-bbd0-9e73b50505ae.eot?#iefix") format("eot"),
    url("../font/675502/deb066dd-c277-45d4-b299-5eaab6340830.woff2") format("woff2"),
    url("../font/675502/e6479257-b3cc-46ce-8211-c61bf17beade.woff") format("woff"),
    url("../font/675502/e1818938-fb5b-4dd7-b591-7c9203690937.ttf") format("truetype"),
    url("../font/675502/30f633f8-d29f-464b-9fe9-5d8974aee0ac.svg#30f633f8-d29f-464b-9fe9-5d8974aee0ac") format("svg");
}

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=d40f68c5-c531-41af-8e4f-949034f9800d");

@font-face {
  font-family: "Franklin Gothic Medium Cond W0";
  src: url("../font/06470e24-ec8c-4333-8730-836ca707b3d0.eot?#iefix");
  src: url("../font/06470e24-ec8c-4333-8730-836ca707b3d0.eot?#iefix") format("eot"),
    url("../font/bd1452d0-858b-401f-9543-5f7c4cd5d70c.woff2") format("woff2"),
    url("../font/532915f0-f889-4748-ad91-52bfe759190f.woff") format("woff"),
    url("../font/9c5b3823-c9cb-4d31-af12-b7f369587b31.ttf") format("truetype");
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'fontello';
		src: url('../font/fontello.svg?49093933#fontello') format('svg');
	}
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-star:before {
  content: "\e800";
}

/* '' */

/*
==========================================================================
Author's custom styles
========================================================================== */

html,
body {
  height: 100%;
}

body {
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #5e6568;
  line-height: 19px;
  background-color: #e0edf3;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-family: "Trade Gothic W02 Bold";
  text-transform: uppercase;
  font-weight: normal;
}

h1 a,
h2 a,
h3 a {
  color: #30393d;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
  color: #54798b;
  text-decoration: none;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

header.main {
  background-color: #000;
  margin: 0 auto;
}

header.main h1 {
  text-align: center;
  font-size: 5.3rem;
  line-height: 5.3rem;
}

@media (max-width: 767px) {
  header.main h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px and max-width: 979px) {
  header.main h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}

header.main a {
  color: #fff;
  text-decoration: none;
}

.navbar.main {
  font-size: 0.8rem;
  background-color: #fff;
  margin-bottom: 0;
}

.navbar.main .nav>li>a {
  color: #34393e;
  text-shadow: none;
  font-weight: bold;
  text-transform: uppercase;
}

.navbar .btn-navbar,
.navbar .btn-navbar:hover {
  float: left;
  margin-bottom: 5px;
  background: none;
  border: 1px solid #000;
  background-color: #000;
}

.navbar .btn-navbar .icon-bar {
  background-color: #fff;
}

.navbar .btn-navbar:hover .icon-bar {
  background-color: #e5007d;
}

@media (max-width: 979px) {

  .nav-collapse .nav>li>a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #000;
  }
}

.navbar.main .nav>li.current-menu-item,
.navbar.main .nav>li.current-parent,
.navbar.main .nav>li.current-menu-ancestor {
  background-color: #000;
}

.navbar.main .nav>li.current-menu-item a,
.navbar.main .nav>li.current-parent a,
.navbar.main .nav>li.current-menu-ancestor a {
  color: #fff;
}

.navbar.main .nav>li>a:hover,
.navbar.main .nav>li.current-menu-item>a:hover,
.navbar.main .nav>li.current-parent>a:hover,
.navbar.main .nav>li.current-menu-ancestor>a:hover {
  text-decoration: none;
  color: #fff;
}

.navbar.main .nav>li:hover {
  background-color: #000;
}

@media (min-width: 979px) {
  .navbar.main .container {
    width: 1000px;
  }
}

#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -130px;
  /* zelfde height als footer */
}

.main-content {
  border-top: 1px solid #c6dee7;
  padding-top: 20px;
}

@media (max-width: 979px) {
  .main-content {
    padding-top: 0px;
  }
}

footer.main {
  background-color: #000;
  color: #fff;
  padding: 30px 0;
  min-height: 70px;
  text-align: center;
}

#push {
  height: 130px;
}

footer.main .widget_text {
  font-family: "Franklin Gothic Medium Cond W0", sans-serif;
  font-size: 1.25rem;
  line-height: 30px;
  text-transform: uppercase;
}

footer.main .container>div:first-child {
  font-size: 36px;
  line-height: 40px;
}

footer.main .widget_wpcom_social_media_icons_widget ul {
  margin: 10px 0;
}

footer.main .widget_wpcom_social_media_icons_widget a {
  color: #fff;
  font-size: 2rem;
}

.footer-last {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .footer-last {
    flex-direction: row;
  }
}

.footer-last .widget {
  width: 50%;
  font-size: 1.2rem;
  text-transform: none;
}

.vrbrcht-widget-sponsor,
.vrbrcht-widget-sponsor div p {
  display: flex;
}

.vrbrcht-widget-sponsor-text {
  align-items: center;
  line-height: 1.2rem;
  text-align: left;
  font-size: 1rem;
}

.vrbrcht-widget-sponsor-text img {
  margin-right: 5px;
}

.vrbrcht-widget-sponsor-vrijburcht-logo {
  margin: 0 10px 0 20px;
}

footer.main .footer-last .widget_text {
  font-size: 1.2rem;
  text-transform: none;
}

.footer-last img {
  height: 30px;
}

.footer-last img.stadspas {
  height: 50px;
}

.footer-last p {
  margin: 0;
}

.footer-last a {
  color: #fff;
  font-size: 1.2rem;
  text-transform: none;
}

/* sidebar */
.sidebar section {
  padding: 0 10px 10px;
  margin-bottom: 40px;
}

.sidebar {
  margin-bottom: 20px;
}

.sidebar h2 {
  font-size: 1.2rem;
  padding: 0 10px;
}

.sidebar h2.entry-title {
  margin-top: 0;
}

.sidebar ul {
  list-style: none;
  margin: 0;
}

.sidebar ul li a {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
}

.sidebar ul li.sidebar-news {
  padding: 4px 25px;
  background: url(https://gallery.mailchimp.com/ed971446f0b46c8ead5877cfa/images/50e0e0a3-5765-4336-b879-fcb4063466d7.png) no-repeat left 2px;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar ul li.sidebar-news .date {
  font-weight: normal;
  display: inline-block;
  width: 80px;
}

.sidebar ul li.sidebar-news a {
  font-weight: normal;
}

.sidebar ul li a:hover {
  text-decoration: none;
  color: #000;
}

.sidebar .media-heading {
  font-size: 0.9rem;
  padding: 0;
  line-height: 0.9rem;
}

.sidebar .media-body time {
  display: block;
  line-height: 13px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.6rem;
  color: #709cb0;
}

.sidebar .media-body time span {
  display: block;
}

.sidebar .media img {
  padding: 3px;
  background-color: #fff;
  box-shadow: 0 0 1px #888;
  margin: 0 0 2px 0;
}

.sidebar-events {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}

.sidebar-events a {
  display: block;
  overflow: hidden;
  position: relative;
}

.sidebar-events .event-categories {
  font-size: 0.7rem;
  font-weight: bold;
  color: #e5007d;
  float: none;
  display: block;
}

.sidebar-events .date {
  display: block;
  color: #fff;
  background-color: #000;
  padding: 2px;
  font-size: 0.9rem;
}

.sidebar .widget {
  background-color: #fff;
  box-shadow: 1px 1px 5px #c4c6c7;
  margin-bottom: 20px;
  padding: 5px;
}

/* events */

.content-listing.span7 {
  width: 580px;
  margin-left: 0;
}

.event,
.page {
  margin: 0 0 25px 0;
}

/*.event header,*/
/* .event-list > header, */
.page article>header,
.error404 article>header {
  margin: 0 0 23px 0;
  padding: 0;
  border-bottom: 1px solid #fff;
  position: relative;
}

.event h2,
/*.content h2*/
/*.event-list h1, */
  {
  margin: 0;
  padding: 10px 0;
  width: 67%;
  height: auto;
  border-bottom: 4px solid #30393d;
  font-weight: bold;
  font-size: 2rem;
  color: #30393d;
}

h1.term-heading {
  margin: 0;
  padding: 10px 0;
  height: auto;
  font-weight: bold;
  font-size: 1.5rem;
  color: #9a9a9a;
  border: none;
}

h1.term-heading a {
  color: #9a9a9a;
}

h1.term-heading a.tax-selected {
  color: #30393d;
}

.archive .event h2 {
  font-size: 1.8rem;
}

.event footer,
.featured.post footer.featured {
  margin: 0;
  padding: 0;
  margin-left: -1% !important;
  position: absolute;
  bottom: 0;
  min-height: 0 !important;
}

.event footer>a,
.event-price,
.event-notes {
  color: #bd4478;
}

.event footer>a:hover {
  color: #f2307f;
  text-decoration: none;
}

.event-box {
  margin: 0;
  padding: 0;
  background-color: #fdfefe;
  border: 1px solid #dce7ed;
  border-bottom: 1px solid #cfdbe1;
  border-top: 0;
  box-shadow: 0px -1px 1px #888;
}

.event-content {
  margin: 0;
  padding: 22px 22px 11px;
  border: 1px solid #fff;
  border-bottom: 1px solid #e8ebec;
  position: relative;
}

.event-content img {
  display: block;
  margin: 0 auto;
  padding: 3px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

/*
.event time {
	margin: 0;
	padding: 10px;
	width: auto;
	height: auto;
	background: #e5007d;
	position: absolute;
	display: block;
	top: -10px;
	left: -10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2rem;
}*/

.event-age {
  margin: 0;
  padding: 10px 5px;
  width: 33%;
  height: auto;
  border-bottom: 4px solid #889398;
  bottom: 0;
  right: 0;
  position: absolute;
  float: right;
  text-align: right;
  color: #81888d;
  font-size: 1.5rem;
  font-weight: bold;
}

.event-categories {
  float: right;
}

.event-categories a {
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}

.event-list .row {
  margin-left: 0;
}

/*
.event-list .span4 {
	width: 280px;
}

.event-list .span4:nth-child(odd) {
	margin-right: 20px;
}*/

.pagination {
  text-align: center;
  padding-bottom: 20px;
}

.pagination a {
  border: 1px solid #fff;
  padding: 4px 8px;
  color: #bd4478;
  background-color: #fdfefe;
}

/*?*/

#_atssh {
  margin-top: -1px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  footer.main {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* v2 */

@media (min-width: 767px) {
  .content-featured {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media (max-width: 767px) {
  .content-featured {
    display: flex;
    flex-direction: column-reverse;
  }

  .content-featured .column-1 {
    order: 1;
  }

  .content-featured .column-2 {
    order: 3;
  }

  .content-featured .column-3 {
    order: 2;
  }

  article.featured-slideshow {
    display: none;
  }
}

article.featured,
article.event.featured,
article.featured-slideshow {
  background-color: #e5007d;
  box-shadow: 1px 1px 5px #c4c6c7;
  margin-bottom: 15px;
}

article.featured-slideshow {
  margin-bottom: 10px;
}

article.event,
article.featured {
  position: relative;
}

.theater-news article.featured {
  margin-bottom: 15px;
}

article.event:nth-child(even)>.entry-thumbnail {
  float: right;
}

@media (min-width: 768px) {
  article.event:nth-child(even)>.entry-text {
    margin-left: 1.4%;
  }
}

.ribbon {
  position: absolute;
  left: 10%;
  top: -7px;
  z-index: 999;
  -ms-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
  background-color: #e5007d;
  padding: 5px 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  font-family: "Trade Gothic W02 Bold";
}

.featured div.entry-text {
  padding-left: 18px;
  height: 200px;
}

header.entry-header {
  margin-left: -2%;
}

a {
  color: #000;
}

section.featured {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}

.featured a:hover,
.featured .icon-star {
  color: #fff;
}

footer.featured,
.featured.post footer.featured {
  padding: 5px 10px 5px 5px;
  right: 0;
}

footer.featured a {
  color: #000;
}

footer.featured a:hover {
  color: #fff;
}

footer.event {
  padding: 0 15px 5px 0;
  /*width: 98% !important;*/
}

.entry-title {
  font-size: 20px;
  color: #fff;
  background-color: #000;
  padding: 0 0 0 10px;
  line-height: 30px;
  margin-top: 2px;
}

.entry-content {
  margin-left: -2%;
  /* moet nog weg bij kleinere schermen */
  margin-bottom: 20px;
  padding-right: 10px;
  color: #000;
}

.entry-content a {
  color: #e5007d;
}

h1.entry-title,
h1.overview-title {
  font-size: 20px;
  color: #fff;
  background-color: #000;
  padding: 5px;
  line-height: 1.1;
  margin-top: 0px;
}

h1.overview-title {
  margin-bottom: 0;
}

h1.entry-title a {
  color: #fff;
}

.entry-meta {
  color: #000;
}

.date {
  text-transform: uppercase;
  font-weight: 600;
}

.column-featured {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.featured-event-list,
.featured-event-list ul {
  /*	display: flex;
	flex-direction: column;
	flex: 1;*/
}

.featured-event-list a:hover,
.sidebar ul li.sidebar-events a:hover,
.sidebar ul li.sidebar-news a:hover {
  color: #e5007d;
  text-decoration: none;
}

.featured-event-list a:hover .event-categories,
.sidebar ul li.sidebar-events a:hover .event-categories {
  color: #000;
}

.featured-event-list {
  background-color: #fff;
  box-shadow: 1px 1px 5px #c4c6c7;
}

.featured-event-list .listview {
  height: 801px;
}

.widget_em_widget {
  height: 500px;
}

@media (min-width: 1200px) {
  .widget_em_widget {
    height: 450px;
  }
}

.featured-event-list.visible-tablet .listview {
  height: 673px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .featured-event-list .listview {
    height: 920px;
  }
}

.featured-event-list-others .listview {
  height: 416px;
  padding: 10px;
}

@media (max-width: 767px) {
  .featured-event-list-others .listview {
    height: 175px;
  }
}

.featured-event-list-others.visible-tablet .listview {
  height: 413px;
  padding: 10px;
}

@media (min-width: 1200px) {
  .featured-event-list-others .listview {
    height: 150px;
  }
}

.featured-event-list-others-empty {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.featured.category-theater-mededelingen {
  background-color: #fff;
}

.featured-mededeling {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.featured-mededeling .entry-title,
.featured-event-list .overview-title {
  background-color: #e5007d;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.featured-mededeling .entry-title {
  font-size: 0.9rem;
  line-height: 1.4;
  padding: 0 7px;
}

.featured-news {
  height: 467px;
}

.featured-news a {
  display: flex;
  width: 100%;
  justify-content: center;
}

.featured-news .entry-content {
  /*min-height: 134px;
	max-height: 164px;*/
  height: 75px;
}

article.event.featured .entry-content {
  height: 114px;
}

@media (min-width: 1200px) {
  .featured-news .entry-content {
    height: 122px;
  }
}

.featured-event-list .overview-title {
  padding: 5px;
}

.featured-event-list .ribbon {
  right: 3%;
  left: auto;
}

.featured-event-list-others .ribbon {
  top: -10px;
  -ms-transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
}

.featured-mededeling .ribbon {
  bottom: 10px;
  top: auto;
  right: auto;
  left: 5%;
  -ms-transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
}

.featured-mededeling .entry-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.featured-news .ribbon {
  right: 10%;
  left: auto;
}

.news-other-overview {
  position: relative;
}

.news-other-overview .ribbon {
  font-size: 0.8rem;
  line-height: 1;
  padding: 5px;
  top: -17px;
  background-color: #fff;
}

.news-other {
  margin-bottom: 10px;
  background-color: #e5007d;
  padding: 0 5px 0 0;
  box-shadow: 1px 1px 5px #c4c6c7;
}

.news-other a {
  display: block;
  overflow: hidden;
}

.news-other a:hover {
  color: #fff;
  text-decoration: none;
}

.news-other img {
  float: left;
  margin-right: 10px;
}

.news-other h2,
.entry-content h2 {
  font-size: 1rem;
  line-height: 1;
}

section.for-rent {
  margin-top: 15px;
  background-color: #fff;
}

.for-rent p {
  margin: 0px auto;
  width: 95%;
  font-size: 0.9rem;
  line-height: 2;
  text-align: center;
  color: #000;
}

.entry-content h2 {
  margin: 20px 0 10px;
}

.featured.category-theater-mededelingen .entry-thumbnail {
  opacity: 0.7;
}

.featured-event-list {
  position: relative;
}

.list-image {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  width: 50px;
  height: 50px;
}

.list-day {
  display: inline-block;
  width: 27px;
  font-weight: bold;
}

.list-date {
  display: inline-block;
  width: 47px;
  font-weight: bold;
}

.list-time {
  display: inline-block;
  width: 77px;
  font-weight: bold;
}

.list-name {
  display: block;
}

.events-overview {
  margin-bottom: 30px;
}

.events-overview section {
  height: 300px;
  position: relative;
}

.events-overview footer {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  min-height: 60px;
  padding: 10px;
  background-color: #000;
  color: #fff;
  width: 100%%;
}

.listview,
.widget_em_widget {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 5px;
}

.listview ul {
  list-style-type: none;
  margin: 0;
}

.list-entry {
  clear: both;
}

.list-entry a {
  padding: 4px 10px;
  display: block;
  overflow: hidden;
}

.list-excerpt {
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: normal;
}

.featured-event-list-others .list-entry {
  margin-bottom: 3px;
}

.featured-event-list-others .list-entry a {
  padding: 0px;
}

.featured-event-list-others .icon-star {
  font-size: 35px;
  line-height: 50px;
}

.list-entry a:hover {
  background-color: #e5007d;
  color: #fff;
  text-decoration: none;
}

.list-entry h2 {
  font-size: 20px;
}

.icon-star {
  color: #e5007d;
}

.featured-event-list-others a:hover .icon-star {
  color: #fff;
}

body {
  background-color: #e9eef0;
}

.events-overview section,
article.event {
  background-color: #fff;
  box-shadow: 1px 1px 5px #c4c6c7;
}

.entry-text {
  padding: 10px;
}

.page-note {
  font-style: italic;
}

.single-event .entry-text,
.content-single .entry-text {
  margin-left: 0;
}

/* responsive embeds */
.entry-video-container {
  position: relative;
  padding-bottom: 58.5%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.entry-video-container iframe,
.entry-video-container object,
.entry-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-single .entry-thumbnail img,
.content-single .entry-header {
  width: 100%;
}

.content-single .entry-header,
.content-single .entry-content {
  margin-left: 0;
}

@media (min-width: 768px) and (max-width: 979px) {
  .column-3 {
    display: none !important;
  }

  .row-fluid .column-featured.span4 {
    width: 48.61878453038674%;
  }
}

.featured-event-list.cafe {
  height: 701px;
  margin-bottom: 15px;
}

.featured-event-list.cafe .listview {
  height: 686px;
}

@media (min-width: 1200px) {
  .featured-event-list.cafe {
    height: 755px;
    margin-bottom: 15px;
  }

  .featured-event-list.cafe .listview {
    height: 734px;
  }
}

/* monthly color schemes */
/* january/june/november */
.scheme-jan-jun-nov .entry-content a,
.scheme-jan-jun-nov .sidebar-events .event-categories,
.scheme-jan-jun-nov .sidebar ul li.sidebar-events a:hover,
.scheme-jan-jun-nov .featured-event-list a:hover,
.scheme-jan-jun-nov .icon-star {
  color: #6cc6d8;
}

.scheme-jan-jun-nov article.featured,
.scheme-jan-jun-nov article.event.featured,
.scheme-jan-jun-nov article.featured-slideshow,
.scheme-jan-jun-nov .navbar .btn-navbar:hover .icon-bar,
.scheme-jan-jun-nov .ribbon,
.scheme-jan-jun-nov featured-event-list a:hover,
.scheme-jan-jun-nov .sidebar ul li.sidebar-news a:hover,
.scheme-jan-jun-nov .featured-mededeling .entry-title,
.scheme-jan-jun-nov .featured-event-list .overview-title,
.scheme-jan-jun-nov .news-other,
.scheme-jan-jun-nov .list-entry a:hover {
  background-color: #6cc6d8;
}

/* february/july */
.scheme-feb-jul .entry-content a,
.scheme-feb-jul .sidebar-events .event-categories,
.scheme-feb-jul .sidebar ul li.sidebar-events a:hover,
.scheme-feb-jul .featured-event-list a:hover,
.scheme-feb-jul .icon-star {
  color: #e5007d;
}

.scheme-feb-jul article.featured,
.scheme-feb-jul article.event.featured,
.scheme-feb-jul article.featured-slideshow,
.scheme-feb-jul .navbar .btn-navbar:hover .icon-bar,
.scheme-feb-jul .ribbon,
.scheme-feb-jul featured-event-list a:hover,
.scheme-feb-jul .sidebar ul li.sidebar-news a:hover,
.scheme-feb-jul .featured-mededeling .entry-title,
.scheme-feb-jul .featured-event-list .overview-title,
.scheme-feb-jul .news-other,
.scheme-feb-jul .list-entry a:hover {
  background-color: #e5007d;
}

/* march/august */
.scheme-mar-aug .entry-content a,
.scheme-mar-aug .sidebar-events .event-categories,
.scheme-mar-aug .sidebar ul li.sidebar-events a:hover,
.scheme-mar-aug .featured-event-list a:hover,
.scheme-mar-aug .icon-star {
  color: #fbb80b;
}

.scheme-mar-aug article.featured,
.scheme-mar-aug article.event.featured,
.scheme-mar-aug article.featured-slideshow,
.scheme-mar-aug .navbar .btn-navbar:hover .icon-bar,
.scheme-mar-aug .ribbon,
.scheme-mar-aug featured-event-list a:hover,
.scheme-mar-aug .sidebar ul li.sidebar-news a:hover,
.scheme-mar-aug .featured-mededeling .entry-title,
.scheme-mar-aug .featured-event-list .overview-title,
.scheme-mar-aug .news-other,
.scheme-mar-aug .list-entry a:hover {
  background-color: #fbb80b;
}

/* april/september */
.scheme-apr-sep .entry-content a,
.scheme-apr-sep .sidebar-events .event-categories,
.scheme-apr-sep .sidebar ul li.sidebar-events a:hover,
.scheme-apr-sep .featured-event-list a:hover,
.scheme-apr-sep .icon-star {
  color: #a2c510;
}

.scheme-apr-sep article.featured,
.scheme-apr-sep article.event.featured,
.scheme-apr-sep article.featured-slideshow,
.scheme-apr-sep .navbar .btn-navbar:hover .icon-bar,
.scheme-apr-sep .ribbon,
.scheme-apr-sep featured-event-list a:hover,
.scheme-apr-sep .sidebar ul li.sidebar-news a:hover,
.scheme-apr-sep .featured-mededeling .entry-title,
.scheme-apr-sep .featured-event-list .overview-title,
.scheme-apr-sep .news-other,
.scheme-apr-sep .list-entry a:hover {
  background-color: #a2c510;
}

/* may/october */
.scheme-may-oct .entry-content a,
.scheme-may-oct .sidebar-events .event-categories,
.scheme-may-oct .sidebar ul li.sidebar-events a:hover,
.scheme-may-oct .featured-event-list a:hover,
.scheme-may-oct .icon-star {
  color: #9a95c9;
}

.scheme-may-oct article.featured,
.scheme-may-oct article.event.featured,
.scheme-may-oct article.featured-slideshow,
.scheme-may-oct .navbar .btn-navbar:hover .icon-bar,
.scheme-may-oct .ribbon,
.scheme-may-oct featured-event-list a:hover,
.scheme-may-oct .sidebar ul li.sidebar-news a:hover,
.scheme-may-oct .featured-mededeling .entry-title,
.scheme-may-oct .featured-event-list .overview-title,
.scheme-may-oct .news-other,
.scheme-may-oct .list-entry a:hover {
  background-color: #9a95c9;
}

/* december */
.scheme-dec .entry-content a,
.scheme-dec .sidebar-events .event-categories,
.scheme-dec .sidebar ul li.sidebar-events a:hover,
.scheme-dec .featured-event-list a:hover,
.scheme-dec .icon-star {
  color: #e3000b;
}

.scheme-dec article.featured,
.scheme-dec article.event.featured,
.scheme-dec article.featured-slideshow,
.scheme-dec .navbar .btn-navbar:hover .icon-bar,
.scheme-dec .ribbon,
.scheme-dec featured-event-list a:hover,
.scheme-dec .sidebar ul li.sidebar-news a:hover,
.scheme-dec .featured-mededeling .entry-title,
.scheme-dec .featured-event-list .overview-title,
.scheme-dec .news-other,
.scheme-dec .list-entry a:hover {
  background-color: #e3000b;
}

.featured-event-list-others a:hover {
  color: #fff !important;
}

/* woocommerce */
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
input[name="coupon_code"] {
  height: 2.2rem;
  width: 90px;
}

.woocommerce form .form-row input.input-text {
  height: 2.2rem;
}

.mc4wp-checkbox-woocommerce input {
  margin: 0 10px 0 5px;
}

#billing_address_2_field {
  display: none !important;
}

/* Tickets Pro */
.entry-content .tribe-common.tribe-tickets {
  margin: 24px auto;
  width: 95%;
}

.entry .entry-content .tribe-common .tribe-tickets-quantity,
.tribe-common .tribe-tickets-quantity {
  height: auto;
}

/* Hide back to shop button */
.return-to-shop {
  display: none;
}
