/*!
Theme Name: Tygerberg 104FM
Theme URI: http://underscores.me/
Author: Mark Theron
Author URI: http://www.marktheron.com
Description: Custom theme based on _underscores.me
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tygerberg104
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Tygerberg 104FM is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@media (max-width: 640px) {
	h1 {
		font-size: 30px !important;
	}
}



html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: 'Montserrat', 'Arial', sans-serif !important;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 {
	font-family: Montserrat, sans-serif !important;
    font-size: 45px;
    font-weight: 200 !important;
    letter-spacing: -1.5px !important;
    line-height: 1.1 !important;
	color: #ffffff;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	/*color: royalblue;*/
	color: rgba(255,255,255,0.6);
}
/*
a:visited {
	color: purple;
}
*/
a:hover, a:focus, a:active {
	color: rgba(255,255,255,1);
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}


.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 !important;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}




/*
 *
 *
 *
 *  custom css
 *
 
 
 */

/*
 *
 *
 * nav mennu
 * */

#nav li {
    /*float: left;*/
    display: inline-block;
    margin: 0;
    padding: 0;
    float: none;
    vertical-align: middle;
    background: none !Important;
	text-align: center;
	
}
#nav li a{
	color:#111;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	font-size: 17px;
}


@media screen and (min-width: 40em) {
  #nav li {
      float: left;/**/
      display: inline-block;
      margin: 0;
      padding: 9px;
      vertical-align: middle;
	  /*
	   padding-right: 64px;
	   */
  }
  
  
	
	#nav li a {
		border-bottom: 2px solid transparent;
		padding-bottom: 5px;
		float: none;
		color: #333;
	}
	#nav li:hover a {
		color: #ef1b39;
		border-bottom: 3px solid #ef1b39;
		padding-bottom: 5px;
		opacity: 1;
	}
	#nav li.currentMenuItem a {
		/*border-bottom: 3px solid #9e0e0e;*/
		border-bottom: none !Important;
		padding-bottom: 10px;
    background: url(images/underline.png) no-repeat center 22px;
	}
	#nav li.logo a {
    opacity: 1;
	}
}
.nav-toggle {
  z-index: 99999999;
  position: relative;
}
.mobileonly {
  display: block;
}
@media screen and (min-width: 40em) {
  .mobileonly {
      display: none !Important;
  }
}
.nav-toggle {
  position: absolute;
  top: 10px;
  right: 0;-moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.nav-toggle:before {
    color: #ef1b39 !important;
}
.nav-toggle.active {
  top: 263px !important;
}




.site-branding a {
	width: 232px;
}
@media screen and (min-width: 600px) {
	.site-branding a {
	width: 200px;
}
	}

.site-branding img {
	padding: 11px 0 13px 36px; display: block; max-width: 190px;
}
@media screen and (min-width: 980px) {
	
	.site-branding a {
		width: 280px;
	}
	.site-branding img {
		padding: 7px 0 8px 10px; display: block; max-width: 256px;
	}
}



.site-header {
	width: 100%;
}
.nav-collapse {
	float: right;
	width: 100%;
	display: none;
}
@media screen and (min-width: 1160px) {  /* 930  */
	.site-header {
		margin: 0 auto;
		width: 95%;
		/*max-width: 1130px;*/
	}
	.nav-collapse {
		float: right;width: auto;display: block;
	}
}

.nav-collapse a {
    color: #fff !Important;
    text-decoration: none;
    width: 100%;
    background: #313131;
    padding: 0.7em 1em;
    float: left;
    padding: 9px;
}
@media only screen and (min-width: 1160px) {  /* 930  */
    .nav-collapse {
        margin-top: 9px;
    }
	.nav-collapse li {
		width: auto;
	}
	.nav-collapse a {
		color: #fff !Important;
		text-decoration: none;
		width: auto;
		background: transparent;
		padding: 0;
		float: left;
		padding: 0;
	}
}

.entry-header, .entry-footer {
	display: none !Important;
}





	
	
	
	.boxed {
		width: 90%;
		margin:0 auto;
		max-width: 1120px;
	}
	
	.twocol {
		width: 100%;
		float: left;
		margin:0;
	}
	.twocol:first-child { 
		margin-right: 0;
	}
	
	
	@media only screen and (min-width:800px) {
        .two-col .col-image {
		min-height: 400px;
	}
        .twocol {
            width: 48%;
            float: left;
            margin:0;
        }
        .twocol:first-child { 
            margin-right: 4%;
        }
        
    }
	.presenter-details {
		padding-bottom: 20px;
		margin-bottom: 20px;
		overflow: auto;
		padding: 0;
		margin: 20px 0 20px 0;
	}
	@media only screen and (min-width:800px) {
        .presenter-details {
            padding-bottom: 20px;
            margin-bottom: 20px;
            overflow: auto;
            padding: 0;
            margin: 0 0 20px 48px;
        }
        
    }
	.presenter-details li {
		margin:0;
		padding: 0;
		list-style: none;
		width: 100%;
		float: left;
		font-size: 15px;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	.presenter-details h3 {
			clear: both;
		/*text-transform: uppercase;*/
		font-size: 16px;
		margin-bottom: 5px;
		color: #ffffff73;
		margin: 0 !Important;
	}
	.presenter-details .question {
		width: 100%;
		float: none;
		margin: 0;
	}
	.presenter-details .answer {
		width: 100%;
		float: none;
	}
	.presenter-details .answer a {
		color: #9e0e0e !Important;
		font-weight: bold;
	}
	@media only screen and (min-width:1050px) {
        .presenter-details .question {
		width: 34%;
		float: left;
		margin: 0;
	}
	.presenter-details .answer {
		width: 65%;
		float: left;
	}
    }
	
	.presenter-details .answer ul {
    margin: 0 !Important;
	padding: 0 !important;
}
	.presenter-details .answer ul li {
    margin: 0 !Important;
	padding: 0 !important;
    list-style: none;
    width: 100%;
    float: left;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.2;
}
.answer ul li {
	margin-bottom: 0 !important;
}
	.answer ul li a {
		font-weight: 600 !Important;
		text-decoration: none !Important;
		color: #9e0e0e !Important;
		font-size: 16px;
		margin-bottom: 0 !important;
		text-align:left;
		vertical-align: top;
		    float: left;
			/*
			 **/
			    font-size: 16px;
    margin-bottom: 9px !important;
    /* border-bottom: 2px solid #9e0e0e; */
    text-align: left;
    vertical-align: top;
    /* margin-left: 40px; */
    padding-left: 33px;
    float: left;
    margin-top: -22px;
	}
	
	
	
	/* custom post types */
	
	
	
	/* O M R O E P E R S */
	
	#omroepers-list {
		width: 100%;
		max-width: 1000px;
		margin:0 auto;
		list-style: none;
		padding: 0 !important;
	}
	/*
	@media only screen and (min-width:700px) {
        #omroepers-list {
            width: 100%;
            max-width: 1000px;
            margin:0 auto;
        }
    }
    */
	#omroepers-list li {
		width: 100%;
		float: left;
		margin-right: 0;
		text-align: center;
		list-style: none;
		position: relative;
	}
	
	@media only screen and (min-width:700px) {
        #omroepers-list li {
            width: 45%;
            float: left;
            margin: 2.5%;
            text-align: center;
			position: relative;
        }/*
		#omroepers-list li:nth-child(2n+2) {
			margin-right: 0;
		}*/
    }
	
	@media only screen and (min-width:1180px) {
        #omroepers-list li {
            width: 30%;
            float: left;
            margin: 2px 1.6%;
            text-align: center;
        }/*
		#omroepers-list li:nth-child(2n+2) {
			margin-right: 5%;
		}
		#omroepers-list li:nth-child(3n+3) {
			margin-right: 0;
		}*/
    }
	
	#omroepers-list li img {
		opacity: 1; width: 100%; height: auto; margin-bottom: 10px; border: 4px solid #ffffff61 !important; -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
	}
	
	#omroepers-list li:hover img {
		border: 4px solid rgba(39, 114, 117, 9);
	}
	
	
	
	#presenter-programs li a {
		color: rgba(39, 114, 117, 0.5);
		font-weight: 600;
		text-decoration: none;
	}
	
	
	.single-omroeper .twocol:first-child {
        width: 100%;
        margin-right: 0;
    }
    .single-omroeper .twocol:last-child {
        width: 100%;
        position: relative;
    }
@media only screen and (min-width:800px) {
    .single-omroeper .twocol:first-child {
        width: 48%;
        margin-right: 0;
    }
    .single-omroeper .twocol:last-child {
        width: 48%;
        position: relative;
    }
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* P R O G R A M M E */
	
	
	#programme-list {
		width: 90%;
		max-width: 1000px;
		margin:0 auto;
	}
	#programme-list li {
		width: 100%;
		float: left;
		text-align: left;
		list-style: none;
	}/*
	#programme-list li a {
		background: #efefef;
	}
	#programme-list li a:hover {
		background: #fff;
	}
	*/
	#program-days {
		width: 100%;
		margin:0 ;
	}
	#program-days li {
		background: #efefef;
	}
	#program-days li:hover {
		background: red;
	}
	
	
	
	#programme-list {
width: 100%;
margin-top: 20px;
padding: 0 !important;
}
#programme-list li {
float: none;
width: 100%;
padding: 0;
border: 1px solid #aaa;
margin-bottom: 20px;
-moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
transition: all .3s ease;
margin: 0 0 20px !Important;
display: table;
}
#programme-list li:hover {
  opacity: 1 !Important;
}
.program-time {
  float: left;
  width: 100%;
  font-size: 25px;
  background: #1E8FAD;
  height: 100px;
  position: relative;
}
	
	 .program-time p {
	
      margin: 0 !Important;  text-align: center; width: calc(100% - 100px); position: absolute; top: 50%; left: 0; transform: translateY(-50%); color: #fff;
    }
	.program-time div { 
	   height: 94px;
    width: 94px;
       margin: 3px calc(100% - 97px) 3px 3px;
	   float: right;
	}
@media only screen and (min-width:800px) {
.program-time {
  float: left;
  width: 300px;
  font-size: 25px;
  background: #1E8FAD;
  height: 100px;
  position: relative;
}
    .program-time p {
      margin: 0 !Important;  text-align: center; width: 200px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); color: #fff;
    }
	.program-time div { 
	   height: 94px;
    width: 94px;
    margin: 3px 3px 3px 201px;
	}
}
	
	
#programme-list li div.program-details{
  float: left;
  width: 100%;
  background: #fff; height: 100px; position: relative;
}
	
@media only screen and (min-width:800px) {
    #programme-list li div.program-details{
      float: left;
      width: calc( 100% - 300px );
      background: #fff; height: 100px; position: relative;
    }
}
#programme-list li div.program-details p.program-block-title {
    margin: 0 !Important;
    text-align: left;
    width: 100%;
    color: #9e0e0e;
    line-height: 0.9;
    font-size: 30px;
    /*
     *
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    */
}
	
.live {
	padding: 10px 20px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0;
	left: -10px;
	background: #d20000;
	color: #fff;
	z-index: 999;
	text-transform: uppercase;
	transform:rotate(-7deg);
	border-radius: 8px;
	
	-webkit-box-shadow: 10px 10px 16px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 16px -5px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 16px -5px rgba(0,0,0,0.75);
}
@media only screen and (min-width:750px) {
	.live {
		font-size: 14px;
	}
}
.nextup {
padding: 5px 8px;
font-size: 13px;
display: block;
position: absolute;
top: -10px;
left: 5px;
background: #333;
color: #fff;
z-index: 999;

}
li img {
  float: left; border: 4px solid teal; border-left: 0; width: 100px; height: 100px;
}
.centercenter {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.onair .program-time {
  font-size: 25px;
  color: #fff;
  text-align: center;
  margin: 0 auto 15px;
  padding: 0;
  height: auto !Important;
  background: none !important;
  width: 100%;
}
.onair .program-title, .onair .program-title a {
  font-size: 30px;
  color: #fff !important;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0 0 2px 0;
 line-height: 1.2;
 text-decoration: none !important;
}
.onair .program-title a:hover {
	border-bottom: 2px solid #fff;
}
.onair .luister-nou {
  background: #fff;
  text-transform: uppercase;
  color: #333;
  border-radius: 20px;
  padding: 8px 18px;
  width: auto;
  margin: 20px 0 0 0;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none !Important;
	float: none;
}
.onair .luister-nou:hover {
  padding: 8px 30px;
}

.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1E8FAD+0,00aca6+50,244354+100 */
/*background: #1E8FAD;*/
background: #599394;
/*
background: -moz-linear-gradient(top, #1E8FAD 0%, #00aca6 50%, #244354 100%); 
background: -webkit-linear-gradient(top, #1E8FAD 0%,#00aca6 50%,#244354 100%); 
background: linear-gradient(to bottom, #1E8FAD 0%,#00aca6 50%,#244354 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E8FAD', endColorstr='#244354',GradientType=0 ); 
*/
}

/* program single */   
  .program-presenter-pic {
		height: 300px;
		margin: 7px;
    }
@media only screen and (min-width:800px) {
    .program-presenter-pic {
     height: 384px;
        margin: 7px;
    }
}


  
.program-block-presenter-img {
height: 350px; float: none;width:100%; 
}
@media only screen and (min-width:600px) {
    .program-block-presenter-img {
    height: 320px; float: none; width: 100%; 
    }
}
.program-block-info {
height: auto; width: 100%;  float: none; position: relative;padding: 30px 0;
}
.program-block-info>div {
margin: 0 auto !Important;    position: relative;
    transform: none;
    left: auto;
}
@media only screen and (min-width:900px) {
    .program-block-presenter-img {
    height: 400px; float: right;width: calc( 100% - 400px); 
    }
.program-block-info {
height: 400px; width: 400px;  float: left; position: relative;
}
.program-block-info>div {
margin: 0 auto !Important;    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
}
    
}



.program-block-info-divider {
text-align: center; height:2px; width: 40px; background: rgba(255, 255, 255, 0.4); margin: 15px auto 15px; clear: both;
}
.met {
text-align: center; font-size: 15px; font-style: italic; line-height: 1.1; color:#fff; display: block;
}
a.program-block-lees-verder {
width: auto; font-size: 13.5px; background: none; padding: 0;margin: 0; color: #fff;display: inline-block; background: none !Important;
text-decoration: none !Important; text-transform: uppercase;
}

.luister-nou  {
	display: inline-block;
}
.program-block-upcoming-lees-verder {
	margin: 0 !important;
	}
.program-block-upcoming-lees-verder a {
	width: auto; font-size: 13px; background: none; padding: 0;margin: 0 !important; letter-spacing: 1px; font-weight: bold;text-decoration: none; text-transform: uppercase; color: #333 !Important;
}

.program-block-title  {
	margin: -7px 0 3px -7px !important;
}

p.program-block-upcoming-title {
	margin: 0 !Important;
	line-height: 1;
}
.program-block-upcoming-title a {
    text-align: left;
    width: 100%;
    color: #9e0e0e;
    line-height: 0.9;
    font-size: 24px;
	text-decoration: none !important;
	letter-spacing: -1px;
}
@media only screen and (min-width:800px) {
    .program-block-upcoming-title a {
        text-align: left;
        width: 100%;
        color: #9e0e0e;
        line-height: 0.9;
        font-size: 26px;
        text-decoration: none !important;
        letter-spacing: -1px;
    }
}
.program-block-upcoming-title a:hover {
    color: #9e0e0e;
	text-decoration: underline !important;/**/
}
.program-block-upcoming-presenters {
	margin: 0 !important;
}
.program-block-upcoming-title a.program-block-upcoming-presenters  {
	font-size: 14px !Important; padding: 0 0 2px 0; margin: 3px; clear:both; color:teal !Important; text-decoration: none !Important; letter-spacing: 0;
}
.program-block-upcoming-title a.program-block-upcoming-presenters:hover  {
	color:#222 !Important; border-bottom: 1px solid red;text-decoration: none !Important; 
}
.program-block-upcoming-title em {
font-size: 15px; color: #888;
}
.program-block-upcoming-presenters:last-child span {
	display: none;
}


.alreadyplayed .program-time {
	background: #999  !important;
	background: #232323  !important;
	background: #666  !important;
	
}
.alreadyplayed li img {
    border: 4px solid #999 !important;
}


.sidelinks {
	position: fixed;
    left: 0;
    top: 75%;
    transform: translateY(-50%);
    width: 100px;
	height: 97px;
    z-index: 9999999;
}
.sidelinks a {
    width: 165px;
    height: 46px;
	margin-left:-120px;
/* -- */
	width: 175px;
    height: 46px;
    margin-left: -130px;
/* -- */
    background: #9e0e0e;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	display: block;
	color: #fff !Important;
	text-align: right;
	padding: 9px 4px 5px 8px;
	margin-bottom: 5px;
	/*opacity: 0.4;*/
}

.sidelinks a:hover {
	margin-left:0;
	opacity: 1;
}


@media only screen and (min-width:800px) {
    .sidelinks {
		top: 30%;
	}
	.sidelinks a {
		opacity: 1;
	}
}

.sidelinks a .fa {
	margin: 2px 6px;
    font-size: 27px !Important;
}



/* font awesome overide */
.fa {
 margin: 0 6px;
 font-size: 23px !Important;
}



/* breadcrumbs */

p.breadcrumbs {
	margin: 10px;
	color:rgba(255,255,255, 0.3);
}
p.breadcrumbs a {
	color:rgba(255,255,255, 0.6);
	text-decoration: none !important;
	border-bottom: 2px solid rgba(255,255,255, 0.6);
	padding-bottom: 2px;
}
p.breadcrumbs a:hover {
	color:rgba(255,255,255, 1);
	text-decoration: none !important;
	border-bottom: 2px solid rgba(255,255,255, 1);
	padding-bottom: 2px;
}


/* live search box */

.live-search-box {
  text-transform: lowercase;
}
.live-search-box:first-letter {
  text-transform: uppercase;
}




/* footer  */

#footer-inner>div {
	width: 100%; margin: 0 0 40px 0; float: none; height: auto;position: relative;
}
@media only screen and (min-width:900px) {
    #footer-inner>div {
		width: 33.3%; margin: 0; float: left; height: 500px;position: relative;
	}
}
#footer-inner div p a {
	text-decoration: none !important;
	color: #fff !important;
	padding-bottom: 1px;
}
#footer-inner div p a:hover {
	text-decoration: none !important;
	color: #fff !important;
	border-bottom: 2px solid #1E8FAD;
}

.instagram-div>div {
	width: 100%; margin: 0;
} 

.instagram-div>div h2 {
   margin-left: 0;
    color: #1E8FAD !Important;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px;
}

@media only screen and (min-width:900px) {
    .instagram-div>div {
        width: 90%; margin: 0 0 0 10%;
    }
	.instagram-div>div h2 {
	   margin-left: 10%;
	}
}

.cff-likebox {
    float: left;
    width: 100%;
    position: relative;
    margin: 7px 0 0 0 !Important;
}




/* blog  */

 .posteddate {
            margin: 0 0 0 0;
            font-size: 14px;
            text-transform: uppercase;
            text-align: left;
            color: #666;
        }
        .blog-list-title {
            text-align:left;margin: 10px 0;
        }
        .blog-list-title a {
            font-family: Montserrat, sans-serif;
            color: #1E8FAD !important;
            font-size: 26px;
            text-align: left;
            font-weight: 500;
            letter-spacing: -1px;
            line-height: 1.4em;
            text-decoration: none !Important;
            padding-bottom: 2px;
            -moz-transition: all .1s ease;
            -webkit-transition: all .1s ease;
            transition: all .1s ease;
        }
        .blog-list-title a:hover {
            border-bottom: 3px solid #1E8FAD;
        }
        a.blog-leesverder {
            margin: 10px 0;
            color: #9e0e0e;
            padding: 7px 13px;
            border: 2px solid #9e0e0e;
            border-radius: 30px;
            text-decoration: none;
            text-align: left;
            display: inline-block;
            text-transform: uppercase;
            /* clear: both; */
            float: left;
            letter-spacing: 2px;
            font-size: 13px;
            font-weight: bold;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }
        a.blog-leesverder:hover {
        color: #fff;
        background: #9e0e0e;
        }
        
        .bloglist {
        margin: 0 auto;list-style: none;margin:0; padding:0;
        }
        .bloglist li {
            background: #EFF1F3; min-height: 240px;margin: 42px auto; clear: both; max-width: 940px;border-top: 1px solid lightgrey;
        }
        a.img div {
            float: none; width: 100%;height: 400px;
        }
        .bloglist li .details {
            float: none; width: 100%;
        }
        .bloglist li .details div {
            margin: 19px 19px;
			padding-bottom: 20px;
			overflow: auto;
        }
        
        @media only screen and (min-width:750px) {
            a.img div {
				float: left; width: 240px; height: 240px;
			}
			.bloglist li .details {
				float: left; width: calc( 100% - 240px );
			}
        }
        
        @media only screen and (min-width:900px) {
			
            .bloglist li .details {
                float: left; width: calc( 100% - 240px );
            }
			.bloglist li .details div {
				margin: 16px 40px;
				padding-bottom: 20px;
				overflow: auto;
			}
        }
        
		
#content {
	position: relative;
	background-image: linear-gradient( 0deg, rgba(30, 144, 171, 1) 27%, rgba(1, 80, 113, 1) 100%);
}
.prevPresenter a span, .nextPresenter a span {
	opacity: 1;
}
.prevPresenter a:hover span, .nextPresenter a:hover span {
	opacity: 1;
}
.prevPresenter {
	position: absolute;
    top: 275px;
    left: 0;
	z-index:20;
}
.nextPresenter {
	position: absolute;
    top: 275px;
    right: 0;
	z-index:20;
}
@media only screen and (min-width:800px) {
    .prevPresenter {
        position: fixed;
        top: 30%;
        left: 0;
        z-index:20;
    }
    .nextPresenter {
        position: fixed;
        top: 30%;
        right: 0;
        z-index:20;
    }
}
.prevPresenter a , .nextPresenter a {
	display: block;
	text-decoration: none !Important;
}
.prevPresenter .prevArrow {
	float: right;
}
.nextPresenter .nextArrow {
	float: left;
}
.nextPresenter a div.nextName {
    margin-right: -196px;
	/*background: #fff;*/
	padding: 17px 0;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	padding-left: 35px;
	white-space: nowrap;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	color: #fff;
	text-decoration: none !Important;
	margin-left: 12px;
    padding-right: 20px;
}
.prevPresenter a div.prevName {
    margin-left: -280px;
	/*background: #fff;*/
	padding: 17px 0;
	-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	padding-right: 35px;
	white-space: nowrap;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	color: #fff;
	text-decoration: none !Important;
	margin-right: 19px;
    padding-left: 20px;
}
@media only screen and (min-width:800px) {
    .nextPresenter a:hover div.nextName {
        margin-right: 0;
        background: #1E8FAD;
    }
    .prevPresenter a:hover div.prevName {
        margin-left: 0;
        background: #1E8FAD;
    }
    
}

.prevPresenter a div span i {
	font-size: 40px !Important;
    color: #fff;
    border: 1px solid #1E8FAD;
    background: #1E8FAD;
    border-radius: 20px;
    width: 39px;
    text-align: center; 
    height: 41px;
    margin-top: 9px;
    margin-left: 10px;
}

.nextPresenter a div span i {
	font-size: 40px !Important;
    color: #fff;
    border: 1px solid #1E8FAD;
    background: #1E8FAD;
    border-radius: 20px;
    width: 39px;
    text-align: center; 
    height: 41px;
    margin-top: 9px;
    margin-right: 10px;
}


.program-details-single>div {
    width: 100%; float: none;margin-bottom: 30px;
    }
    .program-details-single>div h2 {
    width: 100%;
    }
    
/* single program */
@media only screen and (min-width:1000px) {
    
    .program-details-single>div:first-child {
    width: 22.5%; float: left;
    }
    .program-details-single>div:first-child h2 {
    width: 85%;
    }
    .program-details-single>div:nth-child(2) {
    width: 35%; float: left;
    }
    .program-details-single>div:nth-child(2) h2 {
    width: 85%;
    }
    .program-details-single>div:last-child {
    width: 40%; float: left;
    }
    .program-details-single>div:last-child h2 {
    width: 100%; 
    }
    
}

.single-program .gradient .twocol:first-child {
        width: 100%;
        margin-right: 0;
    }
    .single-program .gradient .twocol:last-child {
        width: 100%;
        position: relative;
        min-height: 200px;
    }
@media only screen and (min-width:800px) {
    .single-program .gradient .twocol:first-child {
        width: 70%;
        margin-right: 0;
    }
    .single-program .gradient .twocol:last-child {
        width: 30%;
        position: relative;
        min-height: 398px;
    }
}



#home .headerbg {
	width: 100%;
    position: relative;
    z-index: 999;
    background-color: transparent;
    /*background-image: url(https://www.104fm.co.za/wp-content/themes/tygerberg104/images/banner-bg-red.png);
    background-repeat: no-repeat;*/
}

.headerbg {
	width: 100%;
    position: relative;
    z-index: 999;
    background-color: #015071;
    /*background-image: url(https://www.104fm.co.za/wp-content/themes/tygerberg104/images/banner-bg-red.png);
    background-repeat: no-repeat;*/
}


.home .headerbg {
	position: absolute;
}


@media only screen and (min-width:900px) {
    .headerbg {
		background-position: -650px top;
		-moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
}

@media only screen and (min-width:1400px) {
    .headerbg { background-position: -350px top; }
}
@media only screen and (min-width:1800px) {
    .headerbg { background-position: -150px top; }
}




.desktop {
display:none;
}

@media only screen and (min-width:800px) {
    .desktop {
    display:block;
    }
}

#sb_instagram .sbi_photo img {
    width: 100%;
    height: auto;
    display: block !important;
}
#sb_instagram .sbi_photo {
    /**/ display: block; 
    text-decoration: none;
    height: auto !important;
}
#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: 33.33% !Important;
}


@media only screen and (max-width:926px) {
    .headerbg {
        background-image: none !important;
    }
    
}









#gebeure-list {
	    max-width: 1120px !Important; 
    margin: 0 auto !Important; 
    overflow: auto !Important;
	padding-left: 0 !Important;
	    overflow: visible !important;
		margin-bottom: 40px !important;
}

#gebeure-list li {
	width: 100% !Important;
    text-align: left !Important;
    background: #b4c1c4 !Important;
    position: relative !Important;
	list-style: none !Important;
	margin: 20px 0 !Important;
	float: left;
	overflow: visible !important;
}


.socialicons a, .socialicons a:visited {
	color: #fff !important;
}


h1.banner {
	font-size:48px !Important; font-family: 'Monsterrat', sans-serif; color: #fff; text-transform:uppercase; font-weight: 400 !Important;margin: 20px auto; line-height:1 !important;
}
p.bannerintro {
	max-width: 90%; margin: 10px auto 37px; color:#fff; font-size:22px; font-style: italic; text-align: center; line-height: 1.3;
}

.homeBannerButton {
	background:transparent; border: 2px solid #fff; color: #fff !important; border-radius: 40px; padding: 11px 16px; font-size: 15px; font-weight: bold;
text-transform: uppercase; letter-spacing: 2px; text-align: center; display:inline-block; text-decoration: none !Important; -moz-transition: all .3s ease;
-webkit-transition: all .3s ease;
transition: all .3s ease;
}

.homeBannerButton:hover {
	background:#fff; border: 2px solid #fff; color: #0e273d !important; border-radius: 40px; padding: 11px 16px; font-size: 18px; font-weight: bold;
text-transform: uppercase; letter-spacing: 2px; text-align: center; display:inline-block; text-decoration: none !Important;

}
@media only screen and (min-width:800px) {
    h1.banner {
		font-size:65px !Important; font-family: 'Monsterrat', sans-serif; color: #fff; text-transform:uppercase; font-weight: 400 !Important;margin: 20px auto; line-height:1 !important;
	}
	p.bannerintro {
		max-width: 800px;
    margin: 10px auto 37px;
    color: #fff;
    font-size: 27px;
    font-style: italic;
    text-align: center;
    line-height: 1.3;
	}
	.homeBannerButton {
		font-size: 18px; 
	}
}


#primary, .blog #primary {
	width: 100%;
	float: none;
}
#secondary {
	    width: 100%;
    margin: 0 auto;
    float: none;
	padding-top:30px;
}

@media only screen and (min-width:950px) {
    .blog #primary {
		width: 75%;
		float: left;
	}
	#secondary {
		width: 18%;
		float: right;
		padding-top:29px;
	}
}
#secondary h2 {
	 color: #1e8fad;
    font-size: 16px;
    text-transform: uppercase;
}   
#secondary ul {
	margin: 0 !important;
	padding-left: 18px;
}
#secondary ul li {
	    margin-bottom: 10px;
	 line-height:1.2;
}
#secondary ul li a {
	 color: #1E8FAD !important;
	 color: #cccccc !important;
	 line-height:1;
	 font-size: 15px;
}   
#secondary ul li a:hover {
	 color: #ffffff !important;
}   



.instagram-div h2 {
	color: #1E8FAD;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px;
    margin: 15px 0 5px 0;
}
@media only screen and (min-width:900px) {
    .instagram-div h2 {
        color: #1E8FAD;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 18px;
        margin: 15px 0 5px 40px;
    }
}



/* events listing page  */

.event-heading {
	font-size: 25px;
	font-weight: 600;
    margin: 15px 0 0 25px;

}
.event-text {
	font-size: 16px;
    font-weight: 400;
    margin: 15px 0 0 25px;
}
#gebeure-list .event-text {
	font-size: 16px;
    font-weight: 400;
    margin: 3px 0 0 0;
}
.event-list-blocks {
	/*width: 100%; float*/
}
.event-list-details {
	margin: 151px 0 23px 24px;
    padding-top: 20px;
}

.event-list-block-date {
	width: calc( 100% - 150px ); height: 150px; text-align: center; color: #fff !important; float: left; overflow: visible !important;
}
.event-list-block-image {
	width: 150px; height: 150px; float: left;
}
@media only screen and (min-width:900px) {
    .event-list-block-date {
        width: 150px; height: 150px; text-align: center; color: #fff !important; float: left; overflow: visible !important;
    }
    .event-list-block-image {
        width: 150px; height: 150px; float: left;
    }
	.event-list-details {
		margin: 15px 0 0 325px;
		padding-top: 0;
	}

}

.event-list-block-date .event-day {
	font-size:55px !Important; font-weight: 200; line-height:1; margin: 27px 0 -2px 0 !Important;letter-spacing: -1px;padding-top: 7px;
}
.event-list-block-date .event-month {
	font-size:24px; font-weight: 700;text-transform: uppercase; line-height:1; margin: -2px 0 0 0 !Important;letter-spacing: 4px;padding-left: 4px;
}
.event-list-block-date .volgende {
	position: absolute; padding: 2px 8px; color: #fff; font-weight: bold; font-size: 16px; text-transform: uppercase; top: -23px; left: -15px; background: #000; transform: rotate(-11deg);
}

.event-lees-verder {
	width: auto;
    font-size: 13px;
    background: none;
    padding: 0;
    margin: 0 !important;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #333 !Important;
}


/* event single page */
.event-column-details {
	width:100%; margin-left: 0; float: none;margin-bottom: 60px;
}
.event-column-text {
	width: 100%; float: none;
}
.event-column-text h2 {
	    line-height: 1.3;
}

@media only screen and (min-width:900px) {
	.event-column-details {
		width:30%; margin-left: 2%; float: right;
	}
	.event-column-text {
		width: 65%; float: left;
	}

}



/*  RADIO SPELER */





.radio-speler { background: #fff; border-radius: 40px; padding: 4px 4px 0 4px; z-index:998; height: 36px;}
	
	.luister-nou { width: 180px; margin: 0 auto; border: none; border-radius: 0; background: none; padding: 0; }
		.listen-icon { display: inline-block; width: 63px; float: left; }
			.listen-icon i { font-size: 31px !Important; margin: -2px 2px -2px!Important; color: #2f2e2e!Important; line-height: 1!Important; }
			.listen-icon i:hover { color: #9e0e0e !Important; }
		.listen-text { display: inline-block; margin-top: -1px; margin-left: 5px; font-size: 21px; color: #1E8FAD !important; text-decoration: none !important; font-weight: bold; }
		
	.nou-speel { float: right; width: 300px; margin: 0; border: none; border-radius: 0;}
		.nou-speel .bg { background: #9e0e0e; text-align: center; padding: 1px 0; border-top-left-radius: 0;border-bottom-left-radius: 0; border-top-right-radius: 40px;border-bottom-right-radius: 40px; }
		.nou-speel p { text-transform: uppercase; color: rgba(255,255,255,0.6); letter-spacing: 2px; font-size: 11px; font-weight: bold; margin: 6px auto -4px; font-family: sans-serif; }

	
	@media only screen and (min-width:500px) {
		
		.radio-speler { background: #fff; border-radius: 40px; padding: 4px 4px 0 4px; z-index:998; height: 36px;}
	
	.luister-nou { width: 180px; margin: 0 auto; border: none; border-radius: 0; background: none; padding: 0; }
		.listen-icon { display: inline-block; width: 63px; float: left; }
			.listen-icon i { font-size: 31px !Important; margin: -2px 2px -2px!Important; color: #2f2e2e!Important; line-height: 1!Important; }
			.listen-icon i:hover { color: #9e0e0e !Important; }
		.listen-text { display: inline-block; margin-top: -1px; margin-left: 5px; font-size: 21px; color: #1E8FAD !important; text-decoration: none !important; font-weight: bold; }
		
	.nou-speel { float: right; width: 300px; margin: 0; border: none; border-radius: 0;}
		.nou-speel .bg { background: #9e0e0e; text-align: center; padding: 1px 0; border-top-left-radius: 0;border-bottom-left-radius: 0; border-top-right-radius: 40px;border-bottom-right-radius: 40px; }
		.nou-speel p { text-transform: uppercase; color: rgba(255,255,255,0.6); letter-spacing: 2px; font-size: 11px; font-weight: bold; margin: 6px auto -4px; font-family: sans-serif; }

	}


@media only screen and (min-width:600px) {
	
	/* old
    .radio-speler { position: absolute; left: 50%; bottom: 50px; transform:translateX(-50%);width: 550px; background: #fff; border-radius: 40px;padding: 4px; z-index:998; }
	
		.luister-nou { float: left; width: 230px; margin: 0 auto; border: none; border-radius: 0; background: none; padding: 0; }
			.listen-icon { display: inline-block; width: 63px; float: left; }
				.listen-icon i { font-size: 61px !Important; margin: -2px 2px -2px!Important; color: #2f2e2e!Important; line-height: 1!Important; }
				.listen-icon i:hover { color: #9e0e0e !Important; }
			.listen-text { display: inline-block; margin-top: 10px; font-size: 27px; color: #1E8FAD !important; text-decoration: none !important; font-weight: bold; }
			
		.nou-speel { float: right; width: 300px; margin: 0; border: none; border-radius: 0;}
			.nou-speel .bg { background: #9e0e0e; text-align: center; padding: 1px 0; border-top-left-radius: 0;border-bottom-left-radius: 0; border-top-right-radius: 40px;border-bottom-right-radius: 40px; }
			.nou-speel p { text-transform: uppercase; color: rgba(255,255,255,0.6); letter-spacing: 2px; font-size: 11px; font-weight: bold; margin: 6px auto -4px; font-family: sans-serif; }
    */
	.radio-speler { background: #fff; border-radius: 40px; padding: 4px 4px 0 4px; z-index:998; height: 36px;display: inline-block;
		margin-left: 10px;}
	
	.luister-nou { width: 180px; margin: 0 auto; border: none; border-radius: 0; background: none; padding: 0; }
		.listen-icon { display: inline-block; width: 63px; float: left; }
			.listen-icon i { font-size: 31px !Important; margin: -2px 2px -2px!Important; color: #2f2e2e!Important; line-height: 1!Important; }
			.listen-icon i:hover { color: #9e0e0e !Important; }
		.listen-text { display: inline-block; margin-top: -1px; margin-left: 5px; font-size: 21px; color: #1E8FAD !important; text-decoration: none !important; font-weight: bold; }
		
	.nou-speel { float: right; width: 300px; margin: 0; border: none; border-radius: 0;}
		.nou-speel .bg { background: #9e0e0e; text-align: center; padding: 1px 0; border-top-left-radius: 0;border-bottom-left-radius: 0; border-top-right-radius: 40px;border-bottom-right-radius: 40px; }
		.nou-speel p { text-transform: uppercase; color: rgba(255,255,255,0.6); letter-spacing: 2px; font-size: 11px; font-weight: bold; margin: 6px auto -4px; font-family: sans-serif; }

}



/* contact forms   */

.page-id-467 input[type="email"], .page-id-467 input[type="text"],.page-id-467 textarea  {
	width: 100%;    
	margin: 5px 0;
    padding: 10px;
}

.page-id-467 input[type="submit"] {
	background: #1E8FAD;
    padding: 11px 27px;
    font-size: 18px;
    /* border: 2px solid #777; */
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff;
}

.page-id-71 input[type="email"], .page-id-71 input[type="text"],.page-id-71 textarea  {
	width: 100%;    
	margin: 5px 0;
    padding: 10px;
}

.page-id-71 input[type="submit"] {
	background: #1E8FAD;
    padding: 11px 27px;
    font-size: 18px;
    /* border: 2px solid #777; */
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff;
}









/*
 *
 *
 * pagination without a plugin
 *
 *
 * */

.pagination {
clear:both;
padding:20px 0;
padding: 0;
position:relative;
font-size:11px;
line-height:13px;
text-align: center;
}

.pagination span, .pagination a {
display:inline-block;
/*float:left;*/
margin: 2px 2px 2px 0;
padding: 6px 9px 7px 10px;
text-decoration:none;
width:auto;
color:#fff;
background: #999;
}

.pagination a:hover{
color:#fff;
background: #416D94;
}

.pagination .current{
    padding: 6px 0 0 0px;
background: #222;
color:#fff !important;    border-radius: 20px;width: 26px; height: 26px;
}


.page-numbers { font-size: 15px; }
.page-numbers.current { color: #222; }
.page-numbers .dots { letter-spacing: 1px }
a.page-numbers  { font-size: 14px; color: #416D94;   width: 26px; height: 26px;  border-radius: 20px;    padding: 6px 0 0 0px;
    color: #fff !important;}





/*

override white margin at bottom of new talent CTA on homepage

*/
.post-5 {
	margin-bottom: 0 !important;
}


/*

styling of voice form

*/

.voice-form .form-left {
width: 100%;
    float: none;
    margin: 0;
    padding-right: 0;
    border-right: none;
    font-family: 'Montserrat', sans-serif;
}
.voice-form .form-right {
width: 100%; float: none;font-family: 'Montserrat', sans-serif;
}

@media only screen and (min-width:900px) {
    
    .voice-form .form-left {
    width: 47%;
        float: left;
        margin: 0 3% 0 0;
        padding-right: 3%;
        border-right: 1px solid #b9b9b9;
    }
    .voice-form .form-right {
    width: 47%; float: left;font-family: 'Montserrat', sans-serif;
    }
}

.voice-form input[type="text"], .voice-form input[type="email"] {
width: 100%;
padding: 6px 10px;
}
.voice-form label {
font-size: 14px;
    margin: 0 0 8px 2px;
    display: inline-block;
}
.voice-form label em {
opacity: 0.5;
}
.voice-form .form-right input[type="submit"] {
    background: #1E8FAD;
    padding: 11px 27px;
    font-size: 18px;
    /* border: 2px solid #777; */
    border-radius: 25px;
    text-transform: uppercase;
    color: #fff;
	cursor: pointer;
}

.voice-form .form-right input[type="file"] {
	display: block;
	padding-top: 10px;
}


		/* talent and influencers code */
			
		.filterDiv {
			float: none;
			color: #ffffff;
			width: 68%;
			padding: 0;
			text-align: center;
			margin: 2%  auto;
			display: none;
			  text-decoration: none !Important;
			  margin: 80px auto
		  }
		  @media only screen and (min-width:600px) {
			  .filterDiv {
				float: left;
				color: #ffffff;
				width: 48%;
				padding: 0;
				text-align: center;
				margin: 2%;
				display: none;
				  text-decoration: none !Important;
			  }
		  }
		  @media only screen and (min-width:900px) {
			  .filterDiv {
				float: left;
				color: #ffffff;
				width: 31.333%;
				width: 21%;
				padding: 0;
				text-align: center;
				margin: 2%;
				display: none;
				  text-decoration: none !Important;
			  }
		  }
		  .filterDiv a {
			  display: block;
			  background-color: #dedede;
			  border-radius: 150px;
			  text-decoration: none !Important;
			  position: relative;
			  -moz-transition: all .3s ease;
			  -webkit-transition: all .3s ease;
			  transition: all .3s ease;
		  }
		  .filterDiv a:hover {
			  opacity: 0.8;
		  }
		  .filterDiv h2 {
			  font-family: 'Montserrat', sans-serif;
			  font-size: 19px;
			  letter-spacing: 0;
			  color: #666;
			  margin: 0;
			  height: 100px;
			  padding: 10px 0 0 0;
			  font-weight: 500;
			  text-transform: uppercase;
		  }
		  .filterDiv h2 span {
			  display: block;
			  color: #909090;
			  font-size: 16px;
			  font-weight: 400;
			  line-height: 1.2;
			  width: 90%;
			  margin: 7px auto 0;
			  font-style: italic;
			  text-transform: none;
			  letter-spacing: 0;
		  }
		  
		  
		  
		  .show {
			display: block;
		  }
		  
		  .container {
			margin-top: 20px;
			overflow: hidden;
		  }
		  
		  /* Style the buttons */
		  .btn {
		  border: none;
			  outline: none;
			  padding: 8px 12px;
			  color: #4e6361;
			  background-color: white;
			  cursor: pointer;
			  font-size: 13px;
			  -moz-transition: all .3s ease;
			  -webkit-transition: all .3s ease;
			  transition: all .3s ease;
			  border-radius: 15px;
		  border: 1px solid;
			  border-color: #4e6361;    margin: 5px 2px;
		  }
		  
		  .btn:hover {
			background-color: #4e6361;
			color: white;
			cursor: pointer;
		  }
		  
		  .btn.active {
			background-color: #9e0e0e;
			color: white;
		  }
		  



		  li.filterDiv .event-list-details {
			margin: 151px 0 23px 24px;
			padding-top: 20px;
			text-align: center;
			margin: 0;
		}
		
		
		li.filterDiv .event-list-block-image {
			text-align: center;
				margin: 0 auto;
			float:none;
		}
		
		li.filterDiv .event-list-blocks a {
			background: none !Important;
		}

	@media only screen and (min-width:600px) {
		  li.filterDiv .event-list-details {
			margin: 0 0 0 177px;
			padding-top: 20px;
			text-align: left;
		}
		
		
		li.filterDiv .event-list-block-image {
			text-align: center;
				margin: 0 auto;
			float:left;
		}
		
		li.filterDiv .event-list-blocks a {
			background: none !Important;
		}
	}


.footer-logos {
	clear: both;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;

}
.footer-logos a {
	display: inline-block;
	width: 72px;
	margin-right: 10px;
}
.footer-logos a.bloudruk {
	width: 130px;
}
.footer-logos a img {
	width: 100%;
	height: auto;
}

.homepageslider {
	margin-top: 0 !Important;
}

@media screen and (min-width: 900px) {
	/*
	.homepageslider {
		margin-top: -140px !Important;
	}
	*/
}

.homepage-banner {
	height: auto;
    width: 100%;
    position: relative;
    padding-top: 77px;
}

@media screen and (min-width: 930px) {
	.homepage-banner {
		padding-top: 00px;
	}
}