@charset "CP850";
/* IMPORTS VAN MIXINS
----------------------------------------------- */
/*!
* Theme Name: EnergieMedia 2014 Thema
* Author: Daniel Sneijers
* Author URI: http://www.danielsneijers.com
* Description: Custom template voor alle websites van EnergieMedia.
* Version: 1.0 
*/
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* VARS
----------------------------------------------- */
/* ALGEMEEN
----------------------------------------------- */
body {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  color: #3b3b3b;
  width: 100%;
  overflow-x: hidden; }

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.25em;
  color: #444; }

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.25em;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.25); }

h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
text-transform: uppercase;
  line-height: 1.25em;
  color: #333;
  border-bottom: 3px solid #cacaca;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.25); }

h4 {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 1.25em;
  color: #333;
  text-transform: uppercase; }

h5 {
  font-size: 0.8em;
  color: #999;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-bottom: 1em; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

p {
  margin-bottom: 1.5em; }

p li {
  list-style: circle; }

a {
  color: #2a5db0;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  text-decoration: none; }

/* HELPER CLASSES
----------------------------------------------- */
.wrapper {
  position: relative;
  width: 1180px;
  margin: 0 auto; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.clear-fix {
  clear: both; }

.sticky {
  position: fixed;
  top: -100px;
  z-index: 1000;
  left: 0;
  right: 0;
  margin: 0 auto;
  /*box-shadow: 0px 1px 5px rgba(0,0,0,0.2);*/
  border-bottom: 1px solid #ccc; }

.hidden {
  display: none !important; }

.visible-phone {
  display: none; }

.billboard {
  width: 970px;
  margin: 0 auto 20px;
  display: none; }

/*.admin-bar .sticky { position: fixed; top: 22px; }*/
.box {
  padding: 20px; }

.box-wit {
  background-color: white; }

.box-geel {
  background-color: #5a0741; }

.box-grijs {
  background-color: #f3f3f3; }

.text-wit {
  color: white; }

.text-geel {
  color: #5a0741; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* HEADER 
----------------------------------------------- */
#header {
  width: 100%;
  background-color: white;
  padding: 10px 0 10px; }

#logo {
  margin-right: 0.5em;
  width: 230px;
  height: 90px; }

#tagline {
  font-size: 1.0em;
  color: #5a0741; }

#main-nav {
  background: #5a0741;
  /* Old browsers */
  background: -moz-linear-gradient(top, #890b63 0%, #2b031f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #890b63), color-stop(100%, #2b031f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #890b63 0%, #2b031f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #890b63 0%, #2b031f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #890b63 0%, #2b031f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #890b63 0%, #2b031f 100%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=lighten($color, 10%), endColorstr=darken($color, 10%),GradientType=0 );*/
  /* IE6-9 */
  width: 1180px;
  height: 40px;
  /*background-color: $brandcolor; background: url(img/menu-bg.png) top left repeat-x;*/
  margin: 10px auto 0;
  border-radius: 3px; }

#main-nav ul a {
  display: block;
  text-decoration: none;
  color: #fff;
  height: 32px;
  padding: 8px 1em 0;
  font-weight: 600;
  font-size: 1em;
  transition: background-color 0.5s; }

#main-nav ul a:hover {
  text-decoration: none;
  background-color: #e283b7; }

#main-nav li {
  float: left; }

#main-nav.sticky {
  margin-top: 0;
  border-radius: 0; }

#main-nav-mobile {
  display: none; }

#main-nav .search-form {
  width: auto;
  position: absolute;
  top: 5px;
  right: 7px; }

#main-nav .search-field {
  width: 150px;
  padding: 0.5em;
  border: 1px solid #f3f3f3;
  border-radius: 3px; }

#main-nav .search-submit {
  position: absolute;
  right: 3px;
  top: 4px;
  background: white url(img/search.png) center center no-repeat;
  background-size: 15px auto;
  text-indent: -999em;
  width: 20px;
  border: 0;
  cursor: pointer; }

#main-nav .sub-menu {
  position: absolute;
  display: none;
  width: 100%;
  background-color: #5a0741;
  z-index: 200;
  left: 0;
  margin: 10px 0 0;
  border-bottom: 0px solid #5a0741;
  /*border-top: 10px solid white;*/
  overflow: hidden;
  min-height: 251px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1); }

#main-nav .sub-menu li {
  float: none !important;
  background-color: #5a0741;
  width: 18.5%;
  line-height: 150%; }

.dropdown-content {
  min-height: 500px;
  position: absolute;
  left: 18.5%;
  top: 0;
  width: 82.5% !important;
  background-color: #e283b7 !important;
  height: 251px;
  width: auto;
  overflow: hidden; }

.dropdown-content h4 {
  color: #000;
  font-weight: 200;
  position: absolute;
  left: 130px;
  top: 20px;
  width: 52%;
  overflow: hidden;
  text-transform: none; }

.dropdown-menu-link {
  width: 100%;
  height: auto !important;
  display: inline;
  padding: 10px 7px 10px 10px !important;
  transition: background-color 1s !important;
  overflow: hidden; }

.dropdown-menu-link:hover {
  background-color: white !important; }

.dropdown-menu-item {
  position: relative;
  float: left;
  overflow: hidden;
  width: 29.1%;
  padding: 0 20px 0 10px;
  margin: 0 0 10px; }

.dropdown-menu-item .menu-thumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
  margin: 0;
  float: left; }

.dropdown-menu-item img {
  height: 100px;
  width: 100px;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto; }

.dropdown-active {
  background-color: #e283b7; }

.sub-menu .sub-menu {
  display: none !important; }

#menu-icon {
  width: 40px;
  height: auto;
  position: absolute;
  top: 0;
  right: 10px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.leaderboard-wrapper {
  float: left; }

.leaderboard-wrapper .widget {
  margin-bottom: 0px; }

.leaderboard-mobile {
  display: none; }

.widget.header3 {
  float: right;
  width: 160px; }

.cse .gsc-control-cse, .gsc-control-cse {
  border: 0px !important; }

.gcesearchbox .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded {
  padding: 0px; }

/* SEARCH
----------------------------------------------- */
.g-search {
  width: 300px;
  float: right; }

.g-search .gsc-control-cse {
  padding: 0;
  margin: 0;
  background: none;
  border: 0; }

.gsc-input {
  padding-top: 2px;
  margin-top: 0; }

table.gsc-search-box {
  margin-top: 5px; }

table.gsc-search-box td {
  vertical-align: top !important; }

.gsc-search-button {
  display: none; }

.gscb_a {
  display: block;
  margin-top: 5px; }

.gsc-result .gs-title {
  height: 1.4em !important; }

.gsib_a {
  width: 100%;
  padding: 0px 10px 0px 0px !important; }

.search {
  width: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 100;
  /*border-left: 2px solid $grey; border-right: 2px solid $grey;*/
  background-color: rgba(0, 0, 0, 0.4); }

.search > div {
  max-width: 500px;
  float: right;
  margin-top: -2px; }

.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 1em !important; }

/* FORMS
----------------------------------------------- */
input[type=text], input[type=password] {
  font-family: inherit;
  font-size: 1em !important;
  padding: 0.2em 0.5em !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  height: 22px; }

input[type=submit] {
  background: #5a0741;
  /* Old browsers */
  background: -moz-linear-gradient(top, #890b63 0%, #2b031f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #890b63), color-stop(100%, #2b031f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #890b63 0%, #2b031f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #890b63 0%, #2b031f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #890b63 0%, #2b031f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #890b63 0%, #2b031f 100%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=lighten($color, 10%), endColorstr=darken($color, 10%),GradientType=0 );*/
  /* IE6-9 */
  height: 30px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 0px;
  padding: 0;
  font-size: 1em !important;
  cursor: pointer;
  color: white; }

input[type=submit]:hover {
  background: #890b63;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b90e85 0%, #5a0741 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b90e85), color-stop(100%, #5a0741));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #b90e85 0%, #5a0741 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #b90e85 0%, #5a0741 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #b90e85 0%, #5a0741 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #b90e85 0%, #5a0741 100%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=lighten($color, 10%), endColorstr=darken($color, 10%),GradientType=0 );*/
  /* IE6-9 */ }

.gform_wrapper {
  background: #EFEFEF;
  padding: 10px; }

.gform_wrapper .ginput_container {
  margin: 10px 0px; }

.gform_wrapper input[type=text] {
  width: 96% !important; }

.gform_wrapper input[type=submit] {
  width: 188px !important; }

.mailformulier {
  padding: 22px 0px 20px 0px;
  position: relative; }

.mailformulier .ginput_container {
  width: 70%; }

.mailformulier .gform_footer {
  position: absolute;
  top: 5px;
  right: 10px; }

.mailformulier_wrapper {
  background: #EFEFEF;
  margin: 0;
  max-width: 100%;
  padding-left: 10px; }
.mailformulier input[type=submit] {
  width: 118px; 
  float:right;
  }


.mailformulier_wrapper input[type=text] {
  width: 90% !important; 
  height: 32px;
  margin-bottom:20px;;
 
 }

.mailformulier_wrapper input[type=submit] {
  margin-top: 10px;
  width: 128px !important; }

/* registratie formulier */
/*#gform_wrapper_1 {width:66%;} */
#gform_wrapper_1 .gplaceholder {
  padding: 5px 0px; }

#gform_wrapper_1 input[type=password] {
  width: 92% !important; }

#loginform {
  background: #EFEFEF;
  margin: 10px 0px; }

#loginform {
  padding: 10px; }

#loginform input[type=text], #loginform input[type=password] {
  width: 94%; }

#loginform input[type=submit] {
  width: 188px; }

/* CONTENT & HOMEPAGE
----------------------------------------------- */
#page {
  background: url(img/bg.jpg) 0 60px repeat-x;
  padding-top: 20px;
  background-attachment: fixed;
  width: 100%; }

#page .wrapper {
  background-color: white;
  width: 1140px;
  padding: 20px; }

#content {
  position: relative;
  float: left;
  width: 520px;
  padding-right: 20px; }

.post {
  margin-bottom: 30px;
  border-bottom: 1px dotted #d4d4d4; }

.post:last-of-type {
  border-bottom: 0; }

.post-meta {
  margin-top: 1em; }

.post-meta a {
  color: #999; }

.post-meta a:hover {
  color: #2a5db0; }

.post-preview p {
  margin-left: 13.2em; }

.post-title-link {
  text-decoration: none;
  color: #333; }

.post-title-link:hover {
  color: #5A0741; }

.post-category {
  text-decoration: none;
  color: #999;
  font-weight: bold; }

.post-category:hover {
  color: #2a5db0; }

.post-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px; }

.post-content ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 20px; }

.post-thumbnail {
  position: relative;
  width: 170px;
  height: 170px;
  overflow: hidden;
  background-color: #f3f3f3;
  border: 1px solid #5A0741;
  float: left;
  margin: 16px 20px 20px 0;
  padding: 0px; }

.post-thumbnail img {
  height: 170px;
  width: auto;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto; }

.preview-footer {
  position: relative;
  margin: 20px 0 20px 13.1em; }

.read-more {
  color: #2a5db0;
  font-weight: 600;
  font-size: 0.8em;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  right: 0; }

#short-headlines {
  margin-top: -15px;
  background-color: #fafafa;
  padding: 5px 20px 0;
  border-radius: 5px; }

#short-headlines li {
  position: relative;
  border-bottom: 1px dotted #d4d4d4;
  padding: 5px 0;
  margin-bottom: 5px;
  font-weight: 600; }

#short-headlines li:last-of-type {
  border-bottom: 0; }

.headline-date {
  font-size: 0.9em;
  line-height: 1.9em;
  font-weight: 400;
  position: absolute;
  left: 0; }

.headline-link {
  display: block;
  width: 81%;
  height: 100%;
  color: #7b7b7b;
  padding-left: 19%; }

.headline-link:hover {
  text-decoration: none;
  color: #2a5db0; }

#partnerbijdrage {
  float: left;
  background: #5a0741;
  /* Old browsers */
  background: -moz-linear-gradient(top, #890b63 0%, #2b031f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #890b63), color-stop(100%, #2b031f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #890b63 0%, #2b031f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #890b63 0%, #2b031f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #890b63 0%, #2b031f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #890b63 0%, #2b031f 100%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=lighten($color, 10%), endColorstr=darken($color, 10%),GradientType=0 );*/
  /* IE6-9 */
  color: #FFF;
  width: 124px;
  height: 24px;
  border-radius: 3px;
  font-size: 0.9em;
  margin-right: 10px;
  padding: 0px 0px 0px 8px; }

#expertbijdrage {
  float: left;
  background: #5a0741;
  /* Old browsers */
  background: -moz-linear-gradient(top, #890b63 0%, #2b031f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #890b63), color-stop(100%, #2b031f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #890b63 0%, #2b031f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #890b63 0%, #2b031f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #890b63 0%, #2b031f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #890b63 0%, #2b031f 100%);
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=lighten($color, 10%), endColorstr=darken($color, 10%),GradientType=0 );*/
  /* IE6-9 */
  color: #FFF;
  width: 124px;
  height: 24px;
  border-radius: 3px;
  font-size: 0.9em;
  margin-right: 10px;
  padding: 0px 0px 0px 8px; }

.cachedimg:hover {
  background-color: #EFEFEF; }

.cachedimg p {
  font-size: 0.9em; }

.cachedimg img {
  margin-right: 10px; }

.cachedimg h5 {
  font-weight: bolder;
  margin-bottom: 0px; }

/* DETAILPAGINA'S
----------------------------------------------- */
.single #content h2 {
  margin-bottom: 0.25em; }

.single #content p:first-of-type {
  font-size: 1.2em;
  color: #555;
  line-height: 1.5em; }

.single .post-thumbnail {
  width: 200px;
  height: 200px;
  margin-top: 7px; }

.single .post-thumbnail img {
  width: 200px;
  height: 200px; }

.post-meta-box {
  margin-bottom: 20px;
  background-color: #f3f3f3;
  padding: 10px; }

.post-meta a {
  color: #999; }

.post-meta a:hover {
  color: #2a5db0; }

.post-meta-box h5 {
  margin-bottom: 0; }

.post-meta-box .avatar {
  width: 40px;
  height: auto;
  float: left;
  margin: 0 10px 0 0; }

.highlight-box {
  width: 90%;
  padding: 5%;
  background-color: #f3f3f3;
  margin-bottom: 1.5em; }

.tweet-this a, .tweet-this-1 a, .tweet-this-2 a, .tweet-this-3 a {
  position: relative;
  display: block;
  min-width: 100px;
  max-width: 40%;
  padding: 20px 20px 50px;
  margin: 0 0 0 20px;
  background-color: #f3f3f3;
  float: right;
  transition: all 1s; }

.tweet-this a:hover, .tweet-this-1 a:hover, .tweet-this-2 a:hover, .tweet-this-3 a:hover {
  background-color: #e283b7;
  text-decoration: none;
  color: #2b2b2b; }

.social-share {
  position: relative;
  background-color: #f3f3f3;
  padding: 20px 20px 14px;
  margin-bottom: 20px; }

.social-share .twitter-share-button {
  position: absolute;
  left: 25%;
  top: 20px; }

.social-share .fb-share-button {
  position: absolute;
  right: 20px;
  top: 15px; }

.social-share .IN-widget {
  position: absolute;
  right: 35%;
  top: 20px; }

/* DOSSIERPAGINA'S
----------------------------------------------- */
.page-template-template-dossierpagina-php #sidebar-big {
  padding: 20px;
  margin: -20px -20px 0 0; }

.page-template-template-dossierpagina-php #sidebar-small {
  display: none !important; }

.page-template-template-dossierpagina-php #content {
  width: 760px;
  overflow: hidden; }

/* ARCHIEFPAGINA'S
----------------------------------------------- */
.archive h1, .search h1 {
  border-bottom: 3px solid #cacaca;
  padding-bottom: 0.75em;
  text-transform: uppercase;
  font-size: 1.5em; }

.archive .post-thumbnail, .search .post-thumbnail {
  width: 100px;
  height: 100px; }

.archive .post-thumbnail img, .search .post-thumbnail img {
  height: 100px; }

.archive .post-preview p, .search .post-preview p {
  margin-left: 8.7em; }

.archive .read-more, .search .read-more {
  position: relative;
  float: right; }

.archive .preview-footer {
  margin-left: 8.6em; }

/* FULL WIDTH PAGINA'S
----------------------------------------------- */
.page-template-template-full-width-php #sidebar-big {
  display: none !important; }

.page-template-template-full-width-php #sidebar-small {
  display: none !important; }

/* DOWNLOADS
----------------------------------------------- */
.downloadbutton a {
  background: url(img/downloadbutton.png) top left no-repeat;
  width: 224px;
  height: 55px;
  display: block;
  margin: -20px auto 20px; }

/* SIDEBARS
----------------------------------------------- */
#sidebar-small {
  position: relative;
  float: right;
  width: 198px;
  margin: -20px 20px 0 0;
  padding: 20px;
  background-color: white;
  min-height: 600px;
  /*-webkit-box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.16); box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.16);*/
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  font-size: 0.9em; }

#sidebar-big {
  position: relative;
  float: right;
  width: 340px;
  background-color: none;
  min-height: 600px; }

#sidebar-small ul {
  list-style-type: disc; }

#sidebar-big ul {
  list-style-type: disc; }

.banner-rectangle {
  display: block;
  margin: 0 auto 20px; }

.widget {
  margin-bottom: 20px; }

.widget h3 {
  background-color: #5A0741;
  border-bottom: 0;
  color: white;
  -webkit-text-stroke: 0px;
  padding: 0.2em 0.5em;
  line-height: 1em;
  font-size: 1.1em;
  font-weight: 600; }

.widget li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 1.2em; }

.widget .children {
  padding-left: 1em; }

.title .rsswidget {
  color: white; }

.advanced-recent-posts li {
  margin-left: 0;
  list-style: none; }

.advanced-recent-posts li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  transition: background-color 0.5s;
  border-bottom: 1px dotted #ccc;
  min-height: 60px; }

.advanced-recent-posts li a:hover {
  text-decoration: none;
  background-color: #f3f3f3;
  padding: 10px 20px;
  margin-left: -20px; }

.recent-posts-thumb {
  float: left;
  margin: 6px 10px 0 0; }

.topic-timeline li {
  list-style: none;
  margin-left: 0; }

.topic-timeline li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  transition: background-color 0.5s;
  border-bottom: 1px dotted #ccc;
  min-height: 60px; }

.topic-timeline li a:hover {
  text-decoration: none;
  background-color: #f3f3f3;
  padding: 10px 20px;
  margin-left: -20px; }

.timeline-thumbnail {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  margin: 6px 10px 0 0; }

.timeline-thumbnail img {
  height: auto;
  width: 50px;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto; }

/* ENERGIE AGENDA FEED */


span.eventdate {
  font-size: 0.95em;
  line-height: 16px;
  display: block;
  float: left;
  width: 36px;
  height: 50px;
  background-color: #e20079;
  color: #FFF;
  padding: 8px 4px 0px 4px;
  text-align: center;
  margin-right: 10px; 
}


article.event .summary {
  display: block;
  padding-top: 0px;
  line-height: 18px;
  font-size: 1.02em;
  color:#4f7ccb;
 
}

article.event:hover {
  background-color: #EEE; 
}

article.event:hover a {
   color:#000;
}

article.event:hover span.eventdate {
    font-weight:600;
    background-color: #9b0154;
}
article.event a:hover {
  text-decoration:none;
}
article.event {
  clear: both;
  height: 58px; 
  margin-bottom:9px;
}

article.event .comment{
  font-size: 0.80em;
  color:#666;
  font-weight:400;
}
article.event:hover .comment {
   color:#333;
}


/* PAGINATION
----------------------------------------------- */
.pagination {
  text-align: center;
  position: relative;
  margin-top: 15px; }

.pagination a {
  display: inline-block;
  background-color: white;
  border-radius: 3px;
  color: #333;
  padding: 0.2em 0.5em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer;
  float: none;
  margin-top: 0em; }

.pagination a:hover {
  text-decoration: none;
  background-color: #ddd;
  text-shadow: none; }

.pagination .next {
  background-color: #f3f3f3;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.2em 1em;
  margin-top: 0; }

.pagination .prev {
  background-color: #f3f3f3;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.2em 1em;
  margin-top: 0; }

.pagination .current {
  display: inline-block;
  border-radius: 3px;
  color: #333;
  padding: 0.2em 0.5em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  float: none;
  background-color: #f3f3f3; }

/* AFTER CONTENT WIDGET AREAS
----------------------------------------------- */
.col {
  width: 30%;
  float: left; }

.col-1 {
  width: 30%;
  padding-right: 3%; }

.col-2 {
  width: 30%;
  padding: 0 1.5%; }

.col-3 {
  width: 30%;
  padding-left: 3%;
  float: right; }

/* ADFAB STYLES
----------------------------------------------- */
#ad-skills-copy-main-extra-div {
  width: 100%;
  margin-bottom: 10px; }

#ad-skills-copy-main-lead-div {
  width: 100%; }

#ad-skills-copy-advertorial-title-div, #ad-skills-copy-main-inner-lead-div {
  height: auto !important;
  margin-bottom: 0.5em !important; }

#ad-skills-copy-advertorial-title-link {
  font-size: 24px !important;
  line-height: 1.333em !important;
  font-family: "Open Sans", sans-serif !important;
  color: #2b2b2b !important;
  text-decoration: none !important; }

#ad-skills-copy-advertorial-title-link:before {
  content: '“'; }

#ad-skills-copy-advertorial-title-link:after {
  content: '”'; }

#ad-skills-copy-advertorial-img {
  padding: 0.692em !important;
  border-width: 1px !important;
  margin: 0.5em 20px 10px 0 !important;
  background: #eeeeee !important;
  border-style: solid !important;
  border-color: #dddddd !important; }

#ad-skills-copy-advertorial-body-span, #ad-skills-copy-lead-body-span {
  font-size: 13px !important;
  line-height: 1.538em !important; }

#ad-skills-copy-lead-readmore-div {
  margin-bottom: 0.5em !important; }

#ad-skills-copy-lead-readmore-div a {
  font-size: 13px !important;
  line-height: 1.538em !important;
  color: #174e9e !important; }

#ad-skills-copy-lead-title-div {
  font-size: 15px !important;
  font-weight: bold !important;
  height: 1.3em !important; }

/* FOOTER
----------------------------------------------- */
.bottom-widget-area {
  margin-bottom: 20px; }

#footer {
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 20px;
  overflow: hidden;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  clear: both;
  margin-top: 20px;
  margin-bottom: 10px; }

#footer h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding: 0 0 0.2em 0 !important;
  line-height: 1.25em;
  color: #333;
  text-transform: uppercase;
  border-bottom: 3px solid #cacaca;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.25);
  background: none; }

#footerlogo {
  width: 150px;
  height: auto; }

#footer .avatar {
  border: 1px solid #ccc;
  padding: 5px;
  background-color: white;
  float: left;
  margin: 0 10px 10px 0; }

#footer .fb-like-box {
  margin-bottom: 20px; }

.footer-col {
  width: 33%;
  float: left;
  border-top: 0px solid white;
  padding-top: 20px; }

#footer1st {
  width: 30%;
  padding-right: 3%; }

#footer2nd {
  width: 30%;
  padding: 20px 1.5% 0; }

#footer2nd li {
  clear: left; }

#footer3rd {
  width: 30%;
  padding-left: 3%;
  float: right; }

.socialrowfooter img {
  width: 40px;
  height: auto; }

/* TWITTER BUTTON
----------------------------------------------- */
.tweetbutton {
  inherit: none;
  height: 16px;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /* gradient background -- thanks http://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/ */
  background: url("https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png") no-repeat 2px 1px, -ms-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
  background: url("https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png") no-repeat 2px 1px, -moz-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
  background: url("https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png") no-repeat 2px 1px, -o-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
  background: url("https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png") no-repeat 2px 1px, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(1, #dfdfdf));
  background: url("https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png") no-repeat 2px 1px, -webkit-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
  border: 1px solid #cccccc;
  padding-left: 22px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 0.7em;
  font-family: Arial;
  color: #333333;
  text-decoration: none;
  position: absolute;
  right: 20px;
  bottom: 20px; }

.tweetbutton:hover {
  background: url("https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png") no-repeat 2px 1px, -ms-linear-gradient(top, #f7f7f7 0%, #d9d9d9 100%);
  background: url("https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png") no-repeat 2px 1px, -moz-linear-gradient(top, #f7f7f7 0%, #d9d9d9 100%);
  background: url("https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png") no-repeat 2px 1px, -o-linear-gradient(top, #f7f7f7 0%, #d9d9d9 100%);
  background: url("https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png") no-repeat 2px 1px, -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(1, #d9d9d9));
  background: url("https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png") no-repeat 2px 1px, -webkit-linear-gradient(top, #f7f7f7 0%, #d9d9d9 100%);
  cursor: pointer; }

/* UGLY FIXES AND LEFTOVERS
----------------------------------------------- */
.parent-pageid-6937 .pagination, .page-id-6937 .pagination {
  display: none !important; }

.wpp-list li {
  overflow: visible !important;
  display: list-item !important;
  list-style: disc;
  list-style-position: outside;
  margin-left: 1.2em; }

/* RESPONSIVE STYLESHEETS
----------------------------------------------- */
@media only screen and (max-width: 1220px) {
  /* ALGEMEEN
  ----------------------------------------------- */
  .visible-large-display {
    display: none; }

  .visible-960 {
    display: block; }

  .wrapper {
    width: 960px; }

  /* HEADER
  ----------------------------------------------- */
  #header {
    width: 96.5%;
    padding: 10px 2% 0;
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    background-color: #5a0741; }

  #logo {
    width: 120px;
    height: auto;
    margin-right: 0;
    padding-bottom: 8px; }

  #main-nav {
    display: none; }

  /* NAVIGATIE MOBIEL
  ----------------------------------------------- */
  #main-nav-mobile {
    display: block;
    position: fixed;
    z-index: 500;
    width: 300px;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: #f6f6f6;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: margin-left 0.2s;
    padding-top: 62px;
    padding-bottom: 62px; }

  #main-nav-mobile.menu-open {
    margin-left: -300px; }

  #main-nav-mobile li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0.5em 1em; }

  #main-nav-mobile li a {
    display: block;
    width: 100%;
    height: 100%; }

  #main-nav-mobile ul.sub-menu {
    display: block !important; }

  #main-nav-mobile ul.sub-menu li {
    border-bottom: 0; }

  #main-nav-mobile ul.sub-menu .sub-menu {
    display: none !important; }

  /* CONTENT
  ----------------------------------------------- */
  .leaderboard-mobile {
    display: block;
    position: relative !important;
    padding-bottom: 70px; }

  .leaderboard-wrapper {
    width: 728px;
    float: none;
    position: absolute;
    margin: 0 auto 10px;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 0; }

  #content {
    width: 670px; }

  #page {
    margin-top: 0px; }

  #page .wrapper {
    width: 920px; }

  .desktop-page > .wrapper {
    margin-top: 100px !important; }

  .post-preview p {
    margin-left: 11.2em; }

  .post-thumbnail {
    width: 150px;
    height: 150px; }

  .post-thumbnail img {
    width: auto;
    height: 150px; }

  .preview-footer {
    margin-left: 11.2em; }

  /* SIDEBAR
  ----------------------------------------------- */
  #sidebar-big {
    display: none; }

  #sidebar-small {
    display: block;
    margin-right: -20px; }

  /* FOOTER
  ----------------------------------------------- */
  div.fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid {
    width: 100px !important; } }
@media only screen and (max-width: 960px) {
  /* ALGEMEEN
  ----------------------------------------------- */
  .visible-large-display {
    display: none !important; }

  .hidden-tablet {
    display: none; }

  .visible-tablet {
    display: block; }

  .wrapper {
    width: 100%;
    margin: 15px 0;
    padding: 0; }

  .sticky {
    position: fixed;
    top: -150px;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*box-shadow: 0px 1px 5px rgba(0,0,0,0.2);*/
    border-bottom: 1px solid #ccc; }

  .no-margin-tablet {
    margin: 0; }

  /* HEADER
  ----------------------------------------------- */
  #header {
    width: 96.5%;
    padding: 10px 2% 10px 2%;
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    background-color: #5a0741; }

  #header .wrapper {
    margin: 0; }

  #logo {
    width: 120px;
    margin-left: 0;
    padding-bottom: 0; }

  .leaderboard {
    display: block;
    margin: 0 auto 10px; }

  #main-nav {
    display: none; }

  /* NAVIGATIE MOBIEL
  ----------------------------------------------- */
  #main-nav-mobile {
    display: block;
    position: fixed;
    z-index: 500;
    width: 300px;
    top: 0;
    left: 100%;
    height: 100%;
    background-color: #f6f6f6;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: margin-left 0.2s;
    padding-top: 62px;
    padding-bottom: 62px; }

  #main-nav-mobile.menu-open {
    margin-left: -300px; }

  #main-nav-mobile li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0.5em 1em; }

  #main-nav-mobile li a {
    display: block;
    width: 100%;
    height: 100%; }

  #main-nav-mobile ul.sub-menu {
    display: block !important; }

  #main-nav-mobile ul.sub-menu li {
    border-bottom: 0; }

  #main-nav-mobile ul.sub-menu .sub-menu {
    display: none !important; }

  #menu-icon {
    right: 0; }

  /* CONTENT
  ----------------------------------------------- */
  #page {
    margin-top: 0px; }

  #page .wrapper {
    width: 98%;
    padding: 0;
    margin: 0px 1%; }

  #content {
    width: 60%;
    margin: 0 2%;
    float: left;
    border-right: none;
    padding: 2% 0; }

  .post-preview p {
    margin-left: 8.7em; }

  .post-thumbnail {
    float: left;
    width: 100px;
    height: 100px;
    margin-bottom: 10px; }

  .post-thumbnail img {
    width: auto;
    height: 100px; }

  .preview-footer {
    margin-left: 8.7em; }

  /* SIDEBAR
  ----------------------------------------------- */
  #sidebar-small {
    margin: 0;
    width: 30%; }

  /* BOTTOM WIDGETS
  ----------------------------------------------- */
  .bottom-widget-area {
    width: 95%;
    padding: 10px 2.5% 0; }

  /* FOOTER
  ----------------------------------------------- */
  #footer {
    width: 90%;
    margin-left: 2.5%; } }
@media only screen and (max-width: 640px) {
  /* ALGEMEEN
  ----------------------------------------------- */
  body {
    padding-top: 62px;
    width: 100%;
    overflow-x: hidden; }

  .visible-tablet {
    display: none; }

  .visible-phone {
    display: block; }

  .hidden-phone {
    display: none; }

  .wrapper {
    width: 95%;
    margin: 15px 0; }

  /* HEADER
  ----------------------------------------------- */
  #header {
    width: 95%;
    padding: 0 0 10px 5%;
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    background-color: #5a0741; }

  #header .wrapper {
    margin: 10px 0 0; }

  #logo {
    width: 120px; }

  #main-nav {
    display: none; }

  .leaderboard-mobile {
    display: none; }

  .leaderboard-wrapper {
    display: none; }

  /* NAVIGATIE MOBIEL
  ----------------------------------------------- */
  #main-nav-mobile {
    position: fixed;
    z-index: 500;
    width: 100%; }

  #main-nav-mobile li {
    position: relative;
    width: 100%;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ccc;
    padding: 0.5em 1em; }

  #main-nav-mobile li a {
    display: block;
    width: 100%;
    height: 100%; }

  #main-nav-mobile ul.sub-menu {
    display: block !important; }

  #main-nav-mobile ul.sub-menu li {
    border-bottom: 0; }

  #main-nav-mobile ul.sub-menu .sub-menu {
    display: none !important; }

  #menu-icon {
    right: 0; }

  /* CONTENT
  ----------------------------------------------- */
  #page {
    margin-top: 0;
    padding-top: 0;
    background: none; }

  #page .wrapper {
    width: 96%;
    padding: 0;
    margin: 2% auto; }

  .desktop-page > .wrapper {
    margin-top: 20px !important; }

  #content {
    width: 90%;
    margin: 0 auto;
    float: none;
    border-right: none;
    padding-right: 0; }

  span.headline-date {
    position: relative;
    font-style: italic; }

  span.headline-date:after {
    content: ": "; }

  a.headline-link, .headline-link {
    padding-left: 0px;
    width: 100%; }

  .post-preview p, .archive .post-preview p {
    margin-left: 0; }

  .post-thumbnail, .archive .post-thumbnail {
    float: left;
    width: 100px;
    height: 100px;
    margin-bottom: 10px; }

  .post-thumbnail img, .archive .post-thumbnail img {
    width: auto;
    height: 100px; }

  .preview-footer, .archive .preview-footer {
    margin-left: 0; }

  /* SINGLE
  ----------------------------------------------- */
  .single h1 {
    font-size: 1.4em; }

  .single #page {
    margin-top: 0px;
    background: none; }

  .single .post-thumbnail {
    width: 120px;
    height: 120px; }

  .single .post-thumbnail img {
    width: auto;
    height: 120px; }

  .single .post img {
    max-width: 100%;
    height: auto; }

  .social-share .twitter-share-button {
    clear: left;
    float: none;
    right: 0;
    left: auto;
    top: 46px; }

  .social-share .IN-widget {
    position: relative;
    right: 0;
    top: 0; }

  .social-share .fb-share-button {
    right: 20px !important; }

  div.fb-share-button.fb_iframe_widget.fb_iframe_widget_fluid {
    width: 100px; }

  .tweet-this a {
    margin: 0 auto 20px;
    max-width: 100%; }

  /* SIDEBARS
  ----------------------------------------------- */
  #sidebar-small {
    display: none; }

  /* FOOTER
  ----------------------------------------------- */
  .bottom-widget-area {
    display: none; }

  #footer {
    width: 80%;
    margin-left: 5%; }

  #footer .footer-col {
    width: 100%;
    clear: left; }
 }

/*# sourceMappingURL=style.css.map */

.post-preview p {
     margin-left: 0em;
} 
.gform_wrapper .gform_footer{
	width:inherit !important;
}