/*
Theme Name: Sprenkelaar 2018
Theme URI: https://sprenkelaar.nl
Author: OneTwoCode | Erwin van Amersfoort | info@12code.nl
Author URI: https://12code.nl
Description: Custom made WordPress theme for Zwembad De Sprenkelaar
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: sprenkelaar
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/* Added by OneTwoCode */
html{
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif !important;
  text-rendering: optimizeLegibility;
  font-size: 1.5em;
  line-height: 1.5em;
  letter-spacing: 0.1px;
  font-weight: 400;
  color: #333333;
}


*, *:before, *:after {
  box-sizing: inherit;
}

/* COLORS */
/*
* d.blue #0a5880 #89a2b5 #dce6ee #004F7A
* odd even blue #0e78af #108ecf #68B7E2 #008BC6
* orange #F98722
*/

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

textarea:focus, input:focus{
    outline: none;
}

section#content h2,
section#content h3,
section#content h4,
section#content h5,
section#content h6 {
  line-height: 1em;
  font-weight: 600;
  color: #004F7A;
}

section#content h2 {
  font-size: 1.4em;
  margin-bottom: 10px;
}
section#content h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
}
section#content h4 {
  font-size: 1.2em;
  margin-bottom: 5px;
}
section#content h5 {
  font-size: 1em;
  margin-bottom: 5px;
}
section#content h6 {
  font-size: 0.8em;
  margin-bottom: 5px;
}

section#content ul {
  list-style-type: disc;
}

section#content ol {
  list-style-type: decimal;
}

section#content ul, ol {
  margin-bottom: 20px;
}

section#content ul li,
section#content ol li {
  margin-left: 20px;
}

section#content blockquote {
  margin: 60px;
  padding: 40px 40px 20px 40px;
  background: #dce6ee;
}

section#content table {
  margin: 20px 0;
} 

section#content table, 
section#content tr, 
section#content th,
section#content td {
  border: 1px solid #161616;
}

section#content th,
section#content td {
  padding: 5px;
}

section#content a,
section#content a:hover {
  color: #F98722;
  text-decoration: none;
}

section#content .imageblock img {
  float: left;
  /*max-width: calc(33.333% - 20px);*/
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px; 
}

section#content .imageblock img:last-child {
  margin-right: 0;
}

.imageblock {
  float: left;
  display: block;
  clear: both;
  width: 100%;
}

header .topbar,
.topbar-container {
  position: relative;
  line-height: 44px;
  background-color: #004F7A;
  color: #ffffff;
  z-index: 9999;
}

header .topbar .widget-area {
  
}

header .topbar .widget-area-links {
  text-align: left;
}

header .topbar .widget-area-rechts {
  text-align: right;
}

header .topbar ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #eeeeee;
}
header .topbar ::-moz-placeholder { /* Firefox 19+ */
  color: #eeeeee;
}
header .topbar :-ms-input-placeholder { /* IE 10+ */
  color: #eeeeee;
}
header .topbar :-moz-placeholder { /* Firefox 18- */
  color: #eeeeee;
}

header .topbar input#s {
  float: left;
  margin-top: 8px;
  height: 28px;
  line-height: 28px;
  width: 100%;
  border: 1px solid #ffffff;
  background-color: #004F7B;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #ffffff;
  padding: 0 10px;
  margin-right: 10px;
  display: none;
}

header .topbar input#searchsubmit {
  float: left;
  margin-top: 8px;
  height: 28px;
  line-height: 28px;
  border: 0;
  background-color: #ffffff;
    border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #004F7B;
  font-size: 0.9em;
  display: none;
}

header i.fa-search {
  font-size: 18px;
  cursor: pointer;
}

.search section#content article {
  overflow: hidden;
}

.search section#content input#s {
  float: left;
  display: inline-block;
  margin: 10px 0;
  height: 30px;
  width: 200px;
  border: 1px solid #004F7B;
  background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #333333;
  padding: 0 10px;
  margin-right: 10px;
}

.search section#content input#searchsubmit {
  float: left;
  display: inline-block;
  margin: 10px 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background-color: #004F7B;
    border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #ffffff;
  font-size: 0.9em;
}



header .topbar ul.menu {
  float: right;
}

header .topbar ul.menu li {
  float: left;
  /*margin: 0 10px;*/
}

header .topbar ul.menu li a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 20px;
  border-left: 1px solid #ffffff;
}

header .topbar ul.menu li:first-child a {
  border-left: 0;
}

header .topbar .social {
  float: right;
  position: relative;
  height: 44px;
  margin-left: 10px;
}

header .topbar .social .channel {
  float: left;
  margin-left: 10px; 
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-top: 9px;
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

header .topbar .social .channel {
  background-color: #ffffff;
}

header .topbar .social .channel.facebook {
  /*background-color: #415a93;*/
  background-color: #ffffff;
}

header .topbar .social .channel.instagram {
  /*background-color: #65473d;*/
  background-color: #ffffff;
}

header .topbar .social .channel i {
  font-size: 16px;
  /*color: #ffffff;*/
  color: #004F7A;
  font-weight: 600;
}

.headerimg {
  min-height: 240px;
  margin-bottom: 20px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.breadcrumbs {
  margin-bottom: 50px;
  font-size: 0.8em;
}

.breadcrumbs a {
  color: #004F7A;
  text-decoration: underline;
}

.logo img {
  width: 104px;
  height: auto;
  margin-top: 15px;
}

nav {
  z-index: 9999;
}

nav.menu ul {
  float: right;
}

nav.menu ul li {
  float: left;
  margin-left: 10px;
  line-height: 134px;
  position: relative;
  display: inline-block;
}

nav.menu ul li a {
  font-size: 1.15em;
  color: #004F7A;
  text-decoration: none;
  padding: 10px 15px;
}

nav.menu ul li:last-child > a {
  padding-right: 0;
}

nav.menu ul li.current-menu-item a {
  color: #F98722;
}

nav.menu ul li a:hover {
  color: #F98722;
}

nav.menu ul > li:hover > ul.sub-menu {
  display: block;
}

nav ul.sub-menu {
  display: none;
  position: absolute;
  top: 100px;
  z-index: 9999;
  /*width: auto;*/
  min-width: 220px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0,79,122,0.3);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

nav ul.sub-menu li:first-child {
  /*border-top: 1px solid #F98722;*/
  border-top: 0;
}

nav ul.sub-menu li:last-child {
  border-bottom: 0;
}

nav ul.sub-menu li {
  line-height: 40px;
  display: inline;
  width: 100%;
  border-bottom: 1px solid #F98722;
  /*border-left: 1px solid #F98722;*/
  /*border-right: 1px solid #F98722;*/
  border-left: 0;
  border-right: 0;
  margin-left: 0;
  padding: 0;
}

nav ul.sub-menu li a {
  display: inline;
  width: 100%;
  padding: 0 10px;
  font-size: 1em;
}

span.orange {
  color: #F98722;
}

.homeslider {
  position: relative;
  height: 500px;
  width: 100%;
  background-color: #7ebbc9;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.homeslider .container {
  position: relative;
  height: 500px;
}

.homeslider .quicklinks {
  position: absolute;
  top: 0;
  /*right: 15px;*/
}

.homeslider .quicklinks ul li {
  /*width: 350px;*/
  margin-bottom: 2px;
  background: rgba(255,255,255,0.6);
}

.homeslider .quicklinks ul li:hover {
  margin-bottom: 2px;
  background: rgba(255,255,255,0.8);
}

.homeslider .quicklinks ul li:last-child {
  border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

.homeslider .quicklinks ul li a {
  display: block;
  width: 100%;
  line-height: 50px;
  font-size: 1.3em;
  text-decoration: none;
  color: #004F7A;
  padding: 0 25px 0 25px;
}

.homeslider .quicklinks ul li a .next-icon {
  position: relative;
  float: right;
  line-height: 50px;
  display: none;
}

.homeslider .quicklinks ul li:hover a .next-icon {
  display: block;
}

.homeslider .quicklinks ul li a .next-icon img {
  position: absolute;
  right: 0px;
  top: 9px;
  width: 32px;
  height: auto;
}

.homeslider .inschrijven {
  position: absolute;
  bottom: 0;
  /*right: 15px;*/
}

.homeslider .inschrijven a {
  position: relative;
  display: block;
  width: 100%;
  /*width: 350px;*/
  line-height: 50px;
  font-size: 1.3em;
  text-decoration: none;
  color: #ffffff;
  padding: 0 25px 0 25px;
  /*background: rgba(34,69,105,0.6);*/
  background-color: #004F7A;
  border-radius: 0;
  font-weight: 300;
  margin-top: 2px;
}

.homeslider .inschrijven .textwidget a:first-child {
  border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}

.homeslider .inschrijven a .next-icon img {
  position: absolute;
  right: 25px;
  top: 9px;
  width: 32px;
  height: auto;
  display: none;
}

.homeslider .inschrijven a:hover .next-icon img {
  display: block;
}

main {
  position: relative;
  margin-bottom: 60px;
  overflow: auto;
}

.home main {
  padding-top: 50px;
}

.home main h1,
.page section#content h1,
.error404 section#content h1,
.single section#content h1,
.search section#content h1 {
  font-size: 2.4em;
  line-height: 1em;
  font-weight: 600;
  color: #004F7A;
  margin-bottom: 20px;
}

.page section#content h2,
.single section#content h2,
.error404 section#content h2,
.page-nieuws-container h2 {
  font-size: 2.0em;
  line-height: 1em;
  font-weight: 600;
  color: #004F7A;
  margin-bottom: 20px; 
}

.home main h2,
.page section#content h2.subtitle,
.single section#content h2.subtitle,
.error404 section#content h2.subtitle {
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 300;
  color: #004F7A;
  margin-bottom: 10px;
}

.home main h2:after,
.page section#content h2:after,
.single section#content h2:after,
.error404 section#content h2:after,
.page-nieuws-container h2:after,
.page section#content h2.subtitle:after,
.calendar-title h2:after,
.home .nieuws-container h2:after,
.home .instagram-container h2:after,
.nieuwsitem h3:after {
  background: none repeat scroll 0 0 #F98722;
  bottom: -20px;
  content: "";
  display: block;
  height: 2px;
  position: relative;
  width: 160px;
}

.home section#content,
.single section#content,
.page section#content {
  padding-right: 60px;
  text-align: justify;
  overflow: hidden;
}

.home section#content section.entry-content,
.single section#content section.entry-content,
.page section#content section.entry-content {
  margin-top: 50px;
}

.page section#content section.entry-content h2,
.single section#content section.entry-content h2,
.page-nieuws-container h2 {
  margin-bottom: 50px;
}

.single section#content,
.page section#content {
  text-align: justify;
  padding-bottom: 70px;
}

.page section#content p,
.single section#content p {
  margin-bottom: 20px;
}

.page section#content section.entry-content hr,
.single section#content section.entry-content hr {
  margin: 40px 0;
}

aside {
  color: #004F7A;
}

aside .widget_recent_entries ul li {
  /*overflow: none;*/
}

aside .widget_recent_entries .post-date {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 0.75em;
}

aside ul li {
  background: url('img/bg-sidebar-widget.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

aside ul li li {
  background: none;
  margin-bottom: 0px;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 30px;
  width: 100%;
}

aside ul li h3 {
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.3em;
  color: #004F7A;
  padding-bottom: 30px;
}

aside ul li h3:after {
  background: none repeat scroll 0 0 #F98722;
  bottom: -10px;
  content: "";
  display: block;
  height: 2px;
  position: relative;
  width: 160px;
}

aside .widget-container h3 a {
  text-decoration: none;
  color: inherit;
}

aside .widget-container h3 a:hover {
  text-decoration: underline;
}

aside ul.menu a {
  text-decoration: none;
  color: #004F7A;
  display: block;
}

aside ul.menu li:hover a {
  color: #F98722;
}

aside .widget-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

aside .widget-container a {
  color: #F98722;
}

aside .vandaag-activiteiten p {
  line-height: 30px;
}

aside .vandaag-activiteiten p a {
  color: inherit;
}

.otc_childpages ul li a {
  color: inherit;
}

.otc_childpages ul li.current_page_item > a {
  font-weight: 700;
}

.page-nieuws-wrapper,
.page .calendar-wrapper {
  padding: 50px 0;
  background-color: #F6F8FB;
}

.fc-title {
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #ffffff !important;
  /*text-shadow: 1px 1px 1px rgba(0,0,0,0.8);*/
  /*text-shadow: 0px 0px 4px rgba(0,0,0,0.5);*/
  text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}

.fc-toolbar button {
  margin: 0 0 10px 0 !important;
}

.ui-helper-hidden-accessible {
  display: none;
}

.calendar-wrapper {
  position: relative;
  background: url(img/bg-zwemrooster.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 40px 0;
  overflow: hidden;
}

.calendar-wrapper .calendar-wrapper-overlay {
  position: absolute;
  top: 81px;
  left: 0;
  width: 100%;
  height: calc(100% - 61px); 
  background: rgba(246, 248, 251,0.9);
  z-index: 999;
  display: none;
}

.calendar-wrapper .calendar-wrapper-overlay .calendar-wrapper-overlay-container {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.calendar-wrapper .calendar-wrapper-overlay .calendar-wrapper-overlay-container h3 {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  font-size: 1.5em;
  line-height: 2.0em;
  font-weight: 600;
}

.calendar-wrapper .calendar-wrapper-overlay .calendar-wrapper-overlay-container p {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.calendar-wrapper .calendar-wrapper-overlay .calendar-wrapper-overlay-container p a {
  color: #F98722;
}

.home .calendar-wrapper {
  margin-bottom: 60px;
}

#calendar table,
#calendar table td,
.fc-view > table td.fc-resource-area table tbody tr th,
tr.fc-chrono th {
  border-color: #ffffff;
  font-weight: 300 !important;
  border: 0 !important; 
}

.fc-view > table td.fc-resource-area table tbody tr th,
tr.fc-chrono th {
  background-color: #004F7A;
  color: #ffffff;
  line-height: 50px;
}

.fc-timeline .fc-divider {
  background-color: #BAD0DF;
}

.fc-scroller-canvas table.table-bordered td {
  border: 1px solid #ffffff !important;
  line-height: 40px;
}

.fc-rows table tbody tr td .fc-cell-text {
  color: #ffffff;
  font-weight: 300 !important;
}

.fc-rows table tbody tr:nth-child(even) {
  /*background-color: rgba(20, 69, 108, 0.7);*/
  /*background-color: #4E7B9D;*/
  background-color: #008BC6;
}
.fc-rows table tbody tr:nth-child(odd) {
  /*background-color: rgba(90, 124, 155, 0.5);*/
  /*background-color: #749CBA;*/
  background-color: #68B7E2;
}

.fc-center h2 {
  visibility: hidden !important;
}

.calendar-title h2,
.home .nieuws-container h2,
.home .instagram-container h2 {
  font-size: 2.4em;
  line-height: 1em;
  font-weight: 600;
  color: #004F7A;
  margin-bottom: 20px;
}

button.btn,
.mtsnb .mtsnb-button {
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  margin: 40px 0 10px 0 !important;
}

.mtsnb .mtsnb-button {
  margin: 0 !important;
  padding: 8px 10px !important;
  text-decoration: none !important;
  text-shadow: none !important;
  font-size: 1em !important;
  background: none !important;
  border: 0 !important;
  color: #f4a700 !important;
  /*margin-left: 30px !important;*/
}

button.btn-orange {
  background-color: #F98722 !important;
  border: 2px solid #F98722 !important;
  color: #ffffff !important;
  padding: 8px 40px !important;
  font-weight: 300 !important;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

button.btn-orange:hover {
  background-color: #ffffff !important;
  color: #F98722 !important;
}

button.btn-blue {
  background-color: #004F7A;
  border: 2px solid #004F7A;
  color: #ffffff;
  padding: 8px 40px !important;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

button.btn-blue:hover {
  background-color: #ffffff;
  color: #004F7A;
}

.home .nieuwsitems {
  margin-top: 40px;
}

.home .nieuws-container {
 overflow: hidden;
 margin-bottom: 80px;
}

.nieuwsitem .nieuwsitem-container {
  border: 1px solid #ccc;
   border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
  padding-bottom: 10px;
}

.nieuwsitem h3 {
  font-size: 1.8rem;
  line-height: 1.2em;
  color: #004F7A;
  margin-bottom: 40px;
}

.nieuwsitem button {
  font-size: 0.85em;
}

.nieuwsitem .nieuws-foto img {
  border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}

.nieuwsitem .nieuws-content {
  padding: 15px;
}

.nieuws-title {
  margin-bottom: 40px;
}

.nieuws-title h2 {
  line-height: 1.1em;
}

.instagram-wrapper {
  padding: 40px 0 20px 0;
  background-color: #f6f8fb;
  margin-bottom: 80px;
}

#instafeed {
  margin-top: 60px;
}

#instafeed a {
  display: block;
  width: 270px;
  height: 270px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

#instafeed a img {
  width: 100%;
  height: 100%;
  position: relative;
  left: 100%;
  margin-left: -200%;
}

#instafeed a img.landscape {
  height: 270px;
  width: auto;
}

#instafeed a img.portrait {
  width: 270px;
  height: auto;
}

#instafeed .instagram_img {
  position: relative;
  display: block;
  float: left;
  width: 270px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
}

#instafeed .instagram_img:nth-child(4n+4) {  
  margin-right: 0;
}


#instafeed .instagram_img label {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 1.2em;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
  line-height: 270px;
  cursor: pointer;
  background: rgba(20,69,108,0.3);
}

#instafeed .instagram_img label.likes {
  margin-right: 10px;
}

#instafeed .instagram_img label.comments {
  margin-right: 10px;
}

#instafeed .instagram_img:hover > a label {
  display: block;
}


#instafeed .instagram_img label i {
  margin-right: 5px;
}

#instafeed .instagram_img label i.comments {
  margin-left: 20px;
}

section.googlemaps {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#map {
  width: 100%;
  height: 400px;
}

.wanneer_dag,
.wanneer_tijd {
  float: left;
}

.wanneer_dag {
  width: 100px;
}

.wanneer_tijd {
  width: 130px;
}

a.extra_info {
  margin-top: 1px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #F98722;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
}

a.extra_info i {
  font-size: 1em;
  color: #ffffff;
}

.tooltiptext {
  display: none;
}

.divInschrijven {
  margin-top: 60px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.divInschrijven form {
  padding: 30px;
  background: #F6F8FB;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

footer {
  background-color: #004F7A;
  color: #ffffff;
  margin-top: 80px;
  /*font-weight: 300;*/
}

footer a {
  text-decoration: none;
  color: #ffffff;
}

footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

footer .footer-col {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 2em;
}

footer .copyright-wrapper {
  border-top: 1px solid #89a2b5;
}

footer .copyright {
  /*line-height: 70px;*/
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .copyright ul {
  float: right;
}

footer .copyright ul li {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #ffffff;
  line-height: 1em;
}

footer .copyright ul li:first-child {
 border-left: 0; 
}

footer .copyright ul li:last-child {
  padding-right: 0;
}

footer .footer-logo {
  position: absolute;
  top: -52px;
  right: 15px;
  width: 104px;
  height: 104px;
}

footer .footer-logo img {
  width: 100%;
  height: auto;
}

aside .aside-tarieven {
  position: relative;
  width: 100%;
  overflow: hidden;
}

aside .tarief {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 50px;
}

aside .tarief .soort {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.9em;
}

aside .tarief .prijs {
  position: absolute;
  top: 0;
  right: 0;
}

aside .tarief .leeftijd {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 0.8em;
  font-style: italic;
}

footer .gform_wrapper form {
  background-color: inherit;
  padding: 0;
}

footer .gform_wrapper form .gfield_label {
  display: none !important;
}

footer .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

footer .gform_wrapper .top_label div.ginput_container input[type="text"] {
  width: 100%;
  padding: 4px 10px !important;
  color: #333333;
  border: 0 !important;
}

footer .gform_wrapper form input[type="submit"] {
  padding: 8px 40px !important;
  line-height: 1em !important;
}

footer .gform_footer {
  padding: 0 !important;
  text-align: right;
}

.page-template-tpl_openingstijden .vandaag-activiteiten,
.page-template-tpl_activiteit .wanneer_activiteit {
  display: none;
}



.tarievenlist {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background-color: #F6F8FB;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.tarievenlist .tf_row {
  float: left;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.tarievenlist .tf_soort,
.tarievenlist .tf_leeftijd,
.tarievenlist .tf_prijs {
  float: left;
}

.tarievenlist .tf_soort {
  width: 60%;
}
.tarievenlist .tf_leeftijd {
  width: 25%;
}
.tarievenlist .tf_prijs {
  width: 15%;
  text-align: right;
}

.slicknav_menu {
  position: relative;
  overflow: hidden;
  background: #004F7A;
  display: none;
  z-index: 9999;
  padding: 10px 15px !important;
}

.slicknav_btn {
  background-color: #68B7E2;
}

.slicknav_menu .slicknav_menutxt {
  text-shadow: none;
  font-weight: normal;
}

.slicknav_menu .slicknav_icon-bar {
  box-shadow: none;
}

.slicknav_nav .social {
  float: left !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 10px !important;
}

.slicknav_nav .social a {
  padding: 0 !important;
  margin: 0 !important;
}

.slicknav_nav .social .channel {
  margin-left: 5px !important;
  margin-right: 10px !important;
}

.gform_wrapper form {
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #F6F8FB;
}

.gform_wrapper form input,
.gform_wrapper form textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.gform_wrapper form input[type="submit"] {
  background-color: #F98722;
  border: 2px solid #F98722;
  color: #ffffff;
  padding: 8px 40px !important;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.gform_wrapper form input[type="submit"]:hover {
  background-color: #ffffff;
  color: #F98722;
}

.nieuwsitem .nieuws-foto img {
  width: 100%;
  height: auto;
}

/* Nieuws tijdelijk niet zichtbaar */
.nieuws-container,
.page-nieuws-wrapper {
  /*display: none;*/
}

form button.btn-default {
  background-image: none;
  box-shadow: none;
}

form button.btn-default.btn-orange:hover {
  border: 2px solid #F98722;
}

.gform_wrapper label.gfield_label {
  font-weight: 600 !important;
}

#frmInschrijven .form-group label {
  font-weight: 600;
}

#frmInschrijven .form-group input[type="text"],
#frmInschrijven .form-group select,
#frmInschrijven .form-group textarea {
  margin-top: 8px;
}

.single .entry-meta {
  float: left;
  display: block;
  width: 100%;
  margin: -20px 0;
  font-size: 0.75em;
  color: #999999;
}

.search section#content article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eeeeee;
}

.search section#content h1 {
  font-size: 1.8em;
  margin-bottom: 40px;
}

.search section#content h1 span {
  font-weight: 400;
}



.fc-timeline .fc-head .fc-cell-content {
  position: relative;
  height: 50px;
  z-index: 99;
  overflow: visible;
}

.fc-timeline .fc-head .fc-cell-content .fc-cell-text {
  position: absolute;
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
  left: -50px;
  z-index: 9999 !important;
}

header .topbar .topbar-container .searchbar #searchform {
 width: 200px; 
}
  
header .topbar .topbar-container .searchbar #searchform input#s {
  line-height: 1em !important;
  float: left !important; 
  width: 200px !important;
  height: 30px !important;
  margin: 10px 0 !important;
}


@media screen and (max-width: 1199px) {

  nav.menu ul li a {
    font-size: 1em;
    padding: 10px 10px;
  }

  ul#menu-quicklinks li a {
    font-size: 0.85em;
  }

  footer .footer-logo {
    display: none;
  }

}

@media screen and (max-width: 991px) {
  
  .home section#content, 
  .page section#content {
    padding-right: 15px !important;
  }

  .calendar-title  {
    overflow: hidden;
  }

  .calendar-title h2 {
    float: left;
    display: block;
    line-height: 1.2em;
    overflow: hidden;
  }

  .calendar-title h2 span.orange {
    display: block;
    width: 100%;
  }

  .topbar .widget-area-rechts,
  #menu-main-navigation-menu,
  #menu-top-navigation-menu {
    display:none;
  }

header .topbar .topbar-container .searchbar {
  line-height: 30px !important;
}


  header {
    height: 177px;
  }

  .slicknav_menu {
    display:block;
  }

  .slicknav_btn {
    margin: 0 !important;
  }

  .slicknav_menu form.searchform {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    bottom: 0;
    padding: 0 15px;
    margin: 0 0 10px 0;
  }

  .slicknav_menu form.searchform input#s {
    display: block !important;

  }

  .logo a {
    float: left;
    display: block;
  }

  .logo img {
    float: left;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .topbar-container {
    display: none;
  }

  .logo .custom-html-widget {
    float: right;
    font-size: 1.2em;
    color: #004F7A;
    font-weight: 600;
    line-height: 124px;
  }

  .homeslider .quicklinks,
  .homeslider .inschrijven {
    right: 15px !important;
  }

  footer .copyright ul {
    float: left;
    margin-bottom: 20px;
  }

  footer .copyright ul li:first-child {
    padding-left: 0;
  }


  footer .copyright ul li {
    text-align: left;
  }

  footer .copyright ul li a {
    font-size: 1em !important;
    line-height: 1.5em !important;
  }

  .home .nieuwsitems .nieuwsitem {
    margin-bottom: 40px;
  }

  section#content {
    text-align: left !important;
  }

}

@media screen and (max-width: 600px) {
  
  .logo .custom-html-widget {
    font-size: 0.9em;
  }

}

@media screen and (max-width: 500px) {

  ul#menu-quicklinks li {
    float: left !important;
    display: block;
    clear: both;
    width: 100%;
  }

  footer .copyright ul li {
    border-left: 0 !important;
    text-align: left;
    padding-left: 0 !important;
  }

  .logo .custom-html-widget {
    font-size: 0.8em;
  }

  .tf_row div {
    width: 100% !important
  }

}

@media screen and (max-width: 420px) {

  .logo .custom-html-widget {
    display: none;
  }

}


