/* ==========================================================================
 * General
 * ========================================================================== */

::-webkit-input-placeholder {
  color: #353535;
}
:-moz-placeholder {
  color: #353535;
  opacity: 1;
}
::-moz-placeholder {
  color: #353535;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #353535;
}

.flexible-widget-area:before,
.flexible-widget-area:after,
.before-footer:before,
.before-footer:after,
.footer-widgets:before,
.footer-widgets:after,
.bg-primary:after,
.bg-secondary:after,
.bg-light-gray:after,
.bg-dark-gray:after,
#gform_confirmation_message_2:before,
#gform_confirmation_message_2:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.bg-primary {
  background: #3a3a3a;
}

a {
  opacity: 1;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.47px;
}
a:hover {
  text-decoration: underline;
}
button.white,
button {
  background-color: transparent;
  border-radius: 30px;
  padding: 11px 20px 9px;
  cursor: pointer;
}
button {
  border: 1px solid #353535;
}
button a {
  text-decoration: none;
  color: #353535;
  text-transform: none;
}
button.white {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
button.white a:hover,
button a:hover {
  text-decoration: none;
}
button.white a {
  text-transform: uppercase;
}
button.white:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
button:hover {
  background-color: #353535;
}
button:hover a {
  color: #fff;
}

p {
  font-size: 18px;
  letter-spacing: 0.45px;
  line-height: 29px;
  color: #353535;
}
.bg-primary p {
  color: #fff;
}
p.small {
  font-size: 16px;
}

h1 {
  font-size: 55px;
  letter-spacing: 0.73px;
  line-height: 88px;
  word-break: normal;
}

h2 {
  line-height: 60px;
  font-weight: 400;
}

h3 {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 50px;
}
h3.widget-title {
  letter-spacing: 0.57px;
  font-size: 15px;
  line-height: 24px;
}

@media (max-width: 550px) {
  h1 {
    line-height: 57px;
    font-size: 40px;
  }
  h2 {
    line-height: 37px;
    font-weight: 500;
    font-size: 24px;
  }
}

/* ==========================================================================
 * Top menu
 * ========================================================================== */

#wpadminbar.fixed {
  position: fixed;
}
#wpadminbar #wp-toolbar #wp-admin-bar-gform-forms {
  position: static;
}

@media (max-width: 1000px) {
  #wp-admin-bar-w3tc,
  #wp-admin-bar-wpseo-menu,
  #wp-admin-bar-tribe-events {
    display: none;
  }
}

@media (max-width: 360px) {
  #wpadminbar #wp-toolbar #wp-admin-bar-gform-forms {
    display: none;
  }
}

/* ==========================================================================
 * Header
 * ========================================================================== */

.header-wrap.bg-primary {
  background-image: url("../images/banner_placeholder.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}
.header-wrap.bg-primary:after {
  background: none;
}
.bg-primary .site-header {
  padding: 10px 0 0;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=0 );
}
header::after {
  width: calc(100% - 140px);
  height: 2px;
  margin: 0 auto;
  padding: 0;
  background: rgb(238, 207, 46);
  background: -moz-linear-gradient(
    left,
    rgba(238, 207, 46, 1) 0%,
    rgba(238, 207, 46, 1) 16%,
    rgba(47, 160, 224, 1) 16%,
    rgba(47, 160, 224, 1) 33%,
    rgba(47, 160, 224, 1) 33%,
    rgba(144, 182, 61, 1) 33%,
    rgba(144, 182, 61, 1) 50%,
    rgba(198, 41, 45, 1) 50%,
    rgba(198, 41, 45, 1) 66%,
    rgba(223, 163, 41, 1) 66%,
    rgba(223, 163, 41, 1) 84%,
    rgba(125, 14, 121, 1) 84%,
    rgba(125, 14, 121, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(238, 207, 46, 1) 0%,
    rgba(238, 207, 46, 1) 16%,
    rgba(47, 160, 224, 1) 16%,
    rgba(47, 160, 224, 1) 33%,
    rgba(47, 160, 224, 1) 33%,
    rgba(144, 182, 61, 1) 33%,
    rgba(144, 182, 61, 1) 50%,
    rgba(198, 41, 45, 1) 50%,
    rgba(198, 41, 45, 1) 66%,
    rgba(223, 163, 41, 1) 66%,
    rgba(223, 163, 41, 1) 84%,
    rgba(125, 14, 121, 1) 84%,
    rgba(125, 14, 121, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(238, 207, 46, 1) 0%,
    rgba(238, 207, 46, 1) 16%,
    rgba(47, 160, 224, 1) 16%,
    rgba(47, 160, 224, 1) 33%,
    rgba(47, 160, 224, 1) 33%,
    rgba(144, 182, 61, 1) 33%,
    rgba(144, 182, 61, 1) 50%,
    rgba(198, 41, 45, 1) 50%,
    rgba(198, 41, 45, 1) 66%,
    rgba(223, 163, 41, 1) 66%,
    rgba(223, 163, 41, 1) 84%,
    rgba(125, 14, 121, 1) 84%,
    rgba(125, 14, 121, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eecf2e', endColorstr='#7d0e79',GradientType=1 );
}
header button {
  border: none;
  border-radius: 0;
}
header button:hover {
  background: transparent;
}

#front-page-hero button {
  margin-left: 30px;
}
.page-header h1 {
  font-size: 60px;
}
.page-header a:not(.button) {
  opacity: 1;
}

.header-image .title-area,
.header-image .title-area p a,
.header-image .title-area h1 a {
  width: 150px;
}
.header-image .nav-primary:not(button) {
  margin-top: 20px;
}

.page-header .wrap > .entry-meta span {
  padding-right: 7px;
}

@media (max-width: 800px) {
  .page-header {
    padding: 65px 0;
  }
  .page-header .wrap h1 {
    font-size: 45px;
  }
  .page-header .wrap > h1.long {
    word-break: break-word;
  }
}
@media (max-width: 366px) {
  #front-page-hero button {
    margin: 20px;
  }
  .page-header .wrap h1 {
    word-break: break-word;
  }
}
@media (max-width: 275px) {
  #front-page-hero button {
    margin: 20px 0 0 0;
  }
}

/* ==========================================================================
 * Header menu's
 * ========================================================================== */

.bg-primary .nav-primary {
  border: none;
  padding-bottom: 5px;
}
.nav-primary .genesis-nav-menu > li > a {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.9px;
  line-height: 24px;
}
.nav-primary .genesis-nav-menu > li > a:hover {
  opacity: 0.8;
}
.genesis-nav-menu a {
  text-decoration: none;
  opacity: 1;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.47px;
}
.genesis-nav-menu a:hover {
  text-decoration: underline;
}

.nav-secondary .genesis-nav-menu li a {
  opacity: 0.75;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  font-weight: 700;
  line-height: 26px;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
}
.nav-secondary .genesis-nav-menu li.current-menu-item a {
  border-bottom: 4px solid #3eabe1;
}
.nav-secondary .genesis-nav-menu li.current-menu-item a:after {
  display: none;
}

@media only screen and (min-width: 800px) {
  .nav-primary .genesis-nav-menu > li.highlight > a {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .nav-primary .genesis-nav-menu > li.highlight > a:hover {
    background-color: #fff;
    color: #353535;
    opacity: 1;
  }
  .genesis-nav-menu .sub-menu {
    width: auto;
    min-width: 180px;
  }
}

@media (max-width: 1174px) {
  .genesis-nav-menu li.highlight {
    margin-bottom: 20px;
  }
  .nav-primary .genesis-nav-menu > li > a {
    font-size: 12px;
    margin: -2px 0 0 26px;
  }
}
@media (max-width: 800px) {
  .nav-primary .genesis-nav-menu > li > a {
    margin: -2px 0 0 0;
    font-size: 18px;
  }
  .nav-primary .genesis-nav-menu > li > ul > li > a {
    font-size: 16px;
  }
  .sub-menu-toggle {
    padding: 0 2px 0;
  }
  .nav-secondary .genesis-nav-menu,
  .nav-secondary .genesis-nav-menu li {
    padding-bottom: 0;
  }
  .nav-secondary {
    padding-bottom: 16px;
    margin: 20px 0 -65px;
  }
}

/* ==========================================================================
 * Newsletter
 * ========================================================================== */

#before-footer {
  background: #4d4d4d;
  padding: 32px 0;
  display: block;
  position: relative;
}
#before-footer .wrap {
  height: 35px;
}
#before-footer .widget-title,
#before-footer .gfield_label {
  display: none;
}
#before-footer .textwidget p {
  color: white;
  letter-spacing: 0.11px;
  font-size: 20px;
  line-height: 32px;
  float: left;
  padding-top: 4px;
  margin: 0;
}
#before-footer .gform_wrapper {
  max-width: none;
  float: right;
  margin: 0;
}
#before-footer .gform_wrapper .gform_body {
  width: auto;
}
#before-footer .gform_wrapper .gform_body ul li,
#before-footer .gform_wrapper .gform_body ul li .ginput_container {
  margin: 0;
}
#before-footer .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}
#before-footer .textwidget input {
  width: auto;
  border-radius: 30px;
  padding: 6px 17px;
  font-size: 13px;
  line-height: 21px;
  letter-spacing: 0;
  width: 235px;
}
#before-footer .textwidget input.gform_button {
  position: relative;
  top: -34px;
  float: right;
  width: 20px;
  opacity: 0;
}
#before-footer .textwidget .icon {
  position: relative;
  float: right;
  right: -223px;
  top: 8px;
  font-size: 14px;
  color: #9a9a9a;
  pointer-events: none;
}
#gform_confirmation_message_2 {
  position: fixed;
  background: #fff;
  width: 200px;
  left: 50px;
  padding: 20px;
  font-size: 14px;
  top: 50px;
  z-index: 999;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
}
#gform_confirmation_message_2.inactive {
  opacity: 0;
}
#gform_wrapper_2.gform_wrapper div.validation_error {
  display: none;
}
#gform_wrapper_2.gform_wrapper li.gfield.gfield_error {
  border: none;
  background-color: transparent;
  padding: 0;
}
#gform_wrapper_2.gform_wrapper .validation_message {
  color: #eb7171;
  font-weight: 400;
  padding: 2px 10px;
}
@media (max-width: 1080px) {
  #before-footer {
    padding-bottom: 0;
  }
  #before-footer .wrap {
    height: auto;
  }
  #before-footer .textwidget p {
    width: 100%;
    text-align: center;
  }
  #before-footer .gform_wrapper {
    max-width: 600px;
    margin: 0 auto;
    float: none;
    clear: both;
    position: relative;
  }
  #before-footer .textwidget input {
    width: 100%;
    margin-top: 20px;
  }
  #before-footer .textwidget .icon {
    right: -20px;
    top: -26px;
  }
}

/* ==========================================================================
 * Footer
 * ========================================================================== */

.footer-widgets {
  padding: 90px 0 0 0;
  display: block;
  position: relative;
}
.footer-widgets:before {
  width: 100%;
  height: 3px;
  background: rgb(238, 207, 46);
  background: -moz-linear-gradient(
    left,
    rgba(238, 207, 46, 1) 0%,
    rgba(238, 207, 46, 1) 16%,
    rgba(47, 160, 224, 1) 16%,
    rgba(47, 160, 224, 1) 33%,
    rgba(47, 160, 224, 1) 33%,
    rgba(144, 182, 61, 1) 33%,
    rgba(144, 182, 61, 1) 50%,
    rgba(198, 41, 45, 1) 50%,
    rgba(198, 41, 45, 1) 66%,
    rgba(223, 163, 41, 1) 66%,
    rgba(223, 163, 41, 1) 84%,
    rgba(125, 14, 121, 1) 84%,
    rgba(125, 14, 121, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(238, 207, 46, 1) 0%,
    rgba(238, 207, 46, 1) 16%,
    rgba(47, 160, 224, 1) 16%,
    rgba(47, 160, 224, 1) 33%,
    rgba(47, 160, 224, 1) 33%,
    rgba(144, 182, 61, 1) 33%,
    rgba(144, 182, 61, 1) 50%,
    rgba(198, 41, 45, 1) 50%,
    rgba(198, 41, 45, 1) 66%,
    rgba(223, 163, 41, 1) 66%,
    rgba(223, 163, 41, 1) 84%,
    rgba(125, 14, 121, 1) 84%,
    rgba(125, 14, 121, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(238, 207, 46, 1) 0%,
    rgba(238, 207, 46, 1) 16%,
    rgba(47, 160, 224, 1) 16%,
    rgba(47, 160, 224, 1) 33%,
    rgba(47, 160, 224, 1) 33%,
    rgba(144, 182, 61, 1) 33%,
    rgba(144, 182, 61, 1) 50%,
    rgba(198, 41, 45, 1) 50%,
    rgba(198, 41, 45, 1) 66%,
    rgba(223, 163, 41, 1) 66%,
    rgba(223, 163, 41, 1) 84%,
    rgba(125, 14, 121, 1) 84%,
    rgba(125, 14, 121, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eecf2e', endColorstr='#7d0e79',GradientType=1 );
  position: relative;
  top: -90px;
}
.footer-widgets .wrap a {
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  line-height: 29px;
  font-size: 18px;
  color: #9c9d9d;
  letter-spacing: 0px;
  opacity: 1;
}
.footer-widgets .wrap a:hover {
  text-decoration: underline;
}

.footer-widgets .wrap .widget-area:first-child ul li {
  float: left;
  margin-left: 25px;
}
.footer-widgets .wrap .widget-area:first-child ul li:first-child {
  margin-left: 0;
}
.footer-widgets .wrap .widget-area:first-child ul li a {
  opacity: 0.5;
}
.footer-widgets .wrap .widget-area:first-child ul li a:hover {
  opacity: 1;
}
.footer-widgets .wrap .widget-area:first-child ul li a i {
  font-size: 30px;
  color: #989898;
}
.footer-widgets .wrap .widget-area:first-child img {
  margin-top: 50px;
}

@media (max-width: 800px) {
  .footer-widgets .wrap .widget-area:first-child img {
    margin-top: 20px;
  }
  .footer-widgets .wrap .widget-area:first-child ul {
    overflow: auto;
  }
}

/* ==========================================================================
 * Ultra footer
 * ========================================================================== */

.site-footer {
  padding: 70px 0 50px;
}
footer .wrap > p {
  color: #959595;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
}
footer .wrap > p .white {
  color: #fff;
}
footer .wrap > p > a {
  color: #959595;
  opacity: 1;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
footer .wrap > p > a:hover {
  color: #fff;
}
footer .wrap > p > a:focus,
footer .wrap > p > a:active {
  border: none;
  outline: none;
}
footer .wrap > p .copyright-symbol {
  font-size: 26px;
  position: relative;
  top: 3px;
}

/* ==========================================================================
 * Sidebar
 * ========================================================================== */

.sidebar .widget {
  border: none;
  padding-bottom: 0;
  margin-bottom: 64px;
}
.sidebar h3.widget-title,
.sidebar h3.widgettitle {
  opacity: 1;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
  text-align: left;
}
.sidebar .textwidget ul li {
  margin-bottom: 15px;
}
.sidebar .textwidget ul li .icon-wrap {
  float: left;
  width: 45px;
  padding-right: 20px;
  margin-top: -2px;
}
.sidebar .textwidget ul li i {
  color: #cbcbcb;
  font-size: 25px;
}
.sidebar .textwidget ul li span {
  letter-spacing: 0.27px;
  line-height: 16px;
  font-size: 16px;
}
.sidebar a {
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #52c0cb;
}
.sidebar .overlay:hover {
  opacity: 0;
}
@media (max-width: 1024px) {
  .sidebar {
    margin-top: 100px;
  }
}

/* ==========================================================================
 * CONTENT
 * ========================================================================== */

/* ==========================================================================
 * Home content
 * ========================================================================== */

.front-page-1.flexible-widget-area .wrap {
  padding-top: 145px;
  padding-bottom: 225px;
}

.front-page-2.flexible-widget-area .wrap {
  padding-top: 140px;
  padding-bottom: 0;
}
.front-page-2.flexible-widget-area
  .wrap
  .flexible-widgets.widget-halves
  section:first-child {
  padding-bottom: 210px;
  margin-bottom: 0;
}
.front-page-2.flexible-widget-area
  .wrap
  .flexible-widgets.widget-halves
  section:nth-child(2) {
  align-self: flex-end;
}
.front-page-2.flexible-widget-area .wrap .widget img.pull-right {
  margin-bottom: -15px;
  margin-right: 100px;
  max-width: 100%;
}

.front-page-3.flexible-widget-area .wrap {
  padding: 150px 10%;
}
.front-page-3.flexible-widget-area:before {
  width: 100%;
  /*height:3px;*/
  z-index: 999;
  /*background: rgba(255, 255, 255, 0.8);*/
  /*background: rgb(238,207,46);*/
  /*background: -moz-linear-gradient(left,  rgba(238,207,46,1) 0%, rgba(238,207,46,1) 16%, rgba(47,160,224,1) 16%, rgba(47,160,224,1) 33%, rgba(47,160,224,1) 33%, rgba(144,182,61,1) 33%, rgba(144,182,61,1) 50%, rgba(198,41,45,1) 50%, rgba(198,41,45,1) 66%, rgba(223,163,41,1) 66%, rgba(223,163,41,1) 84%, rgba(125,14,121,1) 84%, rgba(125,14,121,1) 100%);*/
  /*background: -webkit-linear-gradient(left,  rgba(238,207,46,1) 0%,rgba(238,207,46,1) 16%,rgba(47,160,224,1) 16%,rgba(47,160,224,1) 33%,rgba(47,160,224,1) 33%,rgba(144,182,61,1) 33%,rgba(144,182,61,1) 50%,rgba(198,41,45,1) 50%,rgba(198,41,45,1) 66%,rgba(223,163,41,1) 66%,rgba(223,163,41,1) 84%,rgba(125,14,121,1) 84%,rgba(125,14,121,1) 100%);*/
  /*background: linear-gradient(to right,  rgba(238,207,46,1) 0%,rgba(238,207,46,1) 16%,rgba(47,160,224,1) 16%,rgba(47,160,224,1) 33%,rgba(47,160,224,1) 33%,rgba(144,182,61,1) 33%,rgba(144,182,61,1) 50%,rgba(198,41,45,1) 50%,rgba(198,41,45,1) 66%,rgba(223,163,41,1) 66%,rgba(223,163,41,1) 84%,rgba(125,14,121,1) 84%,rgba(125,14,121,1) 100%);*/
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eecf2e', endColorstr='#7d0e79',GradientType=1 );*/
}

.front-page-4.flexible-widget-area .wrap {
  padding-top: 170px;
  padding-bottom: 120px;
}
.front-page-4.flexible-widget-area
  .wrap
  .team-grid
  .team
  .overlay-details
  span {
  text-transform: lowercase;
}

@media (min-width: 800px) {
  #front-page-2 .wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  #front-page-2 .wrap > .widget-area > .widget:first-child {
    width: 40%;
  }
  #front-page-2 .wrap > .widget-area > .widget:last-child {
    width: 60%;
  }
  #front-page-2 .wrap #text-7 > .widget-wrap {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 1100px) {
  .front-page-2.flexible-widget-area
    .wrap
    .flexible-widgets.widget-halves
    section:first-child {
    padding-bottom: 100px;
    margin-bottom: 0;
  }
}
@media (max-width: 800px) {
  .front-page-2.flexible-widget-area
    .wrap
    .flexible-widgets.widget-halves
    section:first-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .front-page-2.flexible-widget-area .wrap .widget img.pull-right {
    margin-bottom: -20px;
    margin-top: 0;
  }
}

/* ==========================================================================
 * Contact content
 * ========================================================================== */

.page-contact .site-inner {
  padding: 66px 0 250px 0;
}
.page-contact .gform_wrapper .top_label .gfield_label {
  display: none;
}
.page-contact .gform_wrapper .top_label .gfield input,
.page-contact .gform_wrapper .top_label .gfield textarea,
.page-contact
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  width: 100%;
  background: #eeeeee;
  border: none;
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 23px;
  padding: 10px 15px;
  color: #848484;
  border-radius: 0;
}
.page-contact .gform_wrapper .top_label .gfield input[type="file"] {
  background: transparent;
  color: #777777;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0;
  border: none;
  box-shadow: none;
  outline: none;
  -webkit-box-shadow: none;
}
.page-contact .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  background: transparent;
  color: #353535;
  border: 1px solid #353535;
  border-radius: 30px;
  width: 180px;
  float: right;
  margin: 0;
  padding: 12px 20px 9px;
}
.page-contact .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
.page-contact .gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #353535;
  color: #fff;
}
.page-contact .gform_wrapper ul li.gfield {
  margin-top: 30px;
}
.page-contact .gform_wrapper ul li.gfield.contact-add-field {
  margin-top: 0;
}
.gform_wrapper .gfield_list_container tr {
  float: left;
  width: 100%;
}
.gform_wrapper .gfield_list_container thead tr th {
  width: calc(25% - 10px);
  display: block;
  float: left;
  padding: 0;
}
.gform_wrapper .gfield_list_container tbody tr {
  margin: 5px 0 10px !important;
}
.gform_wrapper .gfield_list_container tbody tr td {
  padding: 0;
}
.gform_wrapper .gfield_list_container tbody tr td.gfield_list_icons {
  position: relative;
  top: 5px;
  left: 5px;
}
@media (max-width: 1024px) {
  .gform_wrapper .gfield_list_container tbody tr td.gfield_list_icons {
    top: 0;
    left: 0;
  }
}

/* ==========================================================================
 * Blog content
 * ========================================================================== */

article.post.entry {
  padding: 0 0 10px 0;
  margin-bottom: 135px;
}
article.post header.entry-header .entry-comments-link,
article.post .entry-footer .entry-categories a,
article.post .entry-footer .entry-tags a {
  padding-left: 7px;
}
article.post header.entry-header .entry-comments-link {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 7px;
}
article.post .entry-footer .entry-categories a {
  padding-right: 10px;
}
article.post header.entry-header .post-edit-link {
  margin-left: 10px;
}
article.post header.entry-header .entry-categories a {
  text-decoration: none;
  color: #353535;
  font-weight: 600;
  letter-spacing: 0.9px;
  line-height: 23px;
  font-size: 14px;
}
article.post header.entry-header time.entry-time {
  font-size: 14px;
  letter-spacing: 0.9px;
  line-height: 23px;
  color: #353535;
  font-weight: 400;
}
article.post header.entry-header h2.entry-title {
  width: 100%;
  text-align: left;
}
article.post header.entry-header h2.entry-title a {
  font-size: 50px;
  line-height: 60px;
  text-decoration: none;
  letter-spacing: 0;
  width: 100%;
  font-weight: 400;
  text-transform: none;
}
article.post .entry-content p {
  letter-spacing: 0.34px;
  line-height: 35px;
  font-size: 18px;
}
article.post .entry-content p > a,
.pagination-next a,
.pagination-previous a {
  text-decoration: none;
  text-transform: none;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.34px;
}
footer.entry-footer .entry-meta > span {
  display: block;
}
@media (max-width: 630px) {
  article.post header.entry-header h2.entry-title a {
    font-size: 36px;
  }
}

/* ==========================================================================
 * Blog responds
 * ========================================================================== */

#respond {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px 0;
}
#respond > h3 {
  line-height: 60px;
  font-weight: 400;
}
#respond .logged-in-as a {
  text-decoration: none;
  text-transform: none;
  font-size: 14px;
  position: relative;
  top: 3px;
}
#respond .logged-in-as a:first-child {
  padding-right: 10px;
}
#respond .logged-in-as a:last-child {
  padding-left: 5px;
}
#respond .logged-in-as a:hover {
  text-decoration: underline;
}
#respond .comment-form-comment label {
  text-transform: uppercase;
  letter-spacing: 0.57px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  opacity: 0.5;
}
#respond .comment-form-comment textarea#comment {
  border-radius: 0px;
  background: #eeeeee;
  border: none;
  font-size: 14px;
  color: #848484;
  letter-spacing: 0.4px;
  margin-top: 20px;
  line-height: 22px;
}
#respond .form-submit input[type="submit"] {
  background: transparent;
  color: #353535;
  border: 1px solid #353535;
  border-radius: 30px;
}
#respond .form-submit input[type="submit"]:hover {
  background: #353535;
  color: #fff;
}

@media (max-width: 800px) {
  #respond {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

/* ==========================================================================
 * Blog comments
 * ========================================================================== */

#comments .comment .says {
  padding-left: 5px;
}
#comments .comment .comment-time a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px;
}
#comments .comment .comment-content p {
  font-size: 16px;
}
#comments .comment .comment-reply a {
  text-decoration: none;
  text-transform: none;
}
#comments .comment .comment-reply a:hover {
  text-decoration: underline;
}

.post-edit-link,
.comment-edit-link {
  text-decoration: none;
  text-transform: none;
  font-size: 13px;
  border: 1px solid #52c0d0;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 6px 9px 4px;
  margin-bottom: 10px;
}
.post-edit-link:hover,
.comment-edit-link:hover {
  text-decoration: none;
  background: #52c0d0;
  color: #fff;
}
.single-post article.post.entry {
  margin-bottom: 0;
}

/* ==========================================================================
 * SO Kampen specific CSS
 * ========================================================================== */

.sokampen header::after {
  width: calc(100% - 140px);
  height: 2px;
  margin: 0 auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.8);
}

.sokampen .footer-widgets:before {
  width: 100%;
  height: 2px;
  margin: 0 auto;
  padding: 0;
  background: rgba(255, 255, 255, 0.8);
}
.sokampen a {
  color: #878787;
}
.sokampen header.site-header a,
.sokampen .page-header a {
  color: white;
}
.sokampen .post-edit-link,
.sokampen .comment-edit-link {
  border: 1px solid #878787;
}
.sokampen .post-edit-link:hover,
.sokampen .comment-edit-link:hover {
  background-color: #878787;
}

/* ==========================================================================
 * Lightbox
 * ========================================================================== */

body .lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999999999;
  display: none;
}
body .lightbox .lightbox-bg {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body .lightbox .container {
  max-width: 1000px;
  padding: 20px;
  margin: 0 auto;
}
body .lightbox .object,
body .lightbox .object .image-crop {
  width: 100%;
}
body .lightbox .object .image-crop img {
  width: auto;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
body .lightbox .object.full {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  position: relative;
}
body .lightbox .object.full .image-crop {
  padding: 0;
}
body .lightbox .object.full .image-crop img {
  width: 100%;
  height: auto;
}
body .lightbox .close {
  color: #ffffff;
  font-size: 32px;
  padding: 4px 14px;
  margin: 15px;
  cursor: pointer;
  line-height: 0;
  height: 42px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  z-index: 99999;
  position: absolute;
  border: 1px solid #fff;
  box-shadow: 0 0 3px #000;
  -webkit-box-shadow: 0 0 3px #000;
  -moz-box-shadow: 0 0 3px #000;
}
body .lightbox .close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
body .lightbox .menu {
  color: white;
  padding: 5px;
  font-size: 12px;
}
body .lightbox.fullscreen .menu {
  padding: 10px;
  margin-top: -60px;
}
body .lightbox .object-nav {
  position: absolute;
  left: 0;
}
body .lightbox .object-nav .nav-left {
  float: left;
  cursor: pointer;
}
body .lightbox .object-nav .nav-right {
  float: right;
  cursor: pointer;
}
body .lightbox .object-nav i {
  color: white;
  padding: 10px;
  font-size: 30px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}
body .lightbox .object-nav i:hover {
  color: rgba(255, 255, 255, 0.7);
}
body .lightbox .ajax-loader {
  width: 30px;
  height: 30px;
  position: absolute;
  margin-left: calc(50% - 10px);
  margin-top: calc(50vh + 5px);
  display: none;
}
.disable-scroll {
  height: 100vh;
  overflow: hidden;
}
body .lightbox .pagination {
  color: rgba(255, 255, 255, 0.3);
  font-size: 10px;
  position: absolute;
  margin-left: calc(50% - 15px);
  bottom: 20px;
}
body .lightbox.fullscreen .pagination {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.7);
}
body .lightbox .debug {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
body .lightbox .debug ul li {
  color: #ffffff;
  font-size: 11px;
}

/* ==========================================================================
 * Klas pages
 * ========================================================================== */

.entry-content figure.gallery-item {
  margin: 0;
}

@media (max-width: 700px) {
  .gallery-columns-6 .gallery-item {
    width: 20%;
  }
}
@media (max-width: 480px) {
  .gallery-columns-6 .gallery-item {
    width: 25%;
  }
}
@media (max-width: 400px) {
  .gallery-columns-6 .gallery-item {
    width: 33.332%;
  }
}
@media (max-width: 300px) {
  .gallery-columns-6 .gallery-item {
    width: 50%;
  }
}

/* ==========================================================================
 * FAQ page
 * ========================================================================== */
.entry-content {
  margin-bottom: 50px;
}
.entry-content > .faq {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 20px 0;
}
.entry-content > .faq:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.faq.open {
  background-color: rgba(0, 0, 0, 0.03);
}
.faq h5.question {
  margin: 5px 0 20px;
  cursor: pointer;
  padding-right: 30px;
  position: relative;
}
.faq.open h5.question {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  transition: 0.2s;
  -webkit-animation-transition: 0.2s;
  -moz-transition: 0.2s;
}
.faq h5.question::after {
  content: "\f3d3";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  float: right;
  font-size: 25px;
  font-variant: normal;
  text-transform: none;
  margin-right: -30px;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.2s;
  -webkit-animation-transition: 0.2s;
  -moz-transition: 0.2s;
}
.faq.open h5.question::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.faq .answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.faq.open .answer {
  max-height: 2000px;
}
.entry-content .post-edit-link {
  position: relative;
  top: 15px;
}

/* ==========================================================================
 * Breadcrumb
 * ========================================================================== */

.breadcrumb {
  font-size: 14px;
  margin-bottom: 50px;
}
.breadcrumb span[aria-label="breadcrumb separator"] {
  padding: 0 5px;
}
.breadcrumb .breadcrumb-link-wrap:first-child {
  padding-left: 5px;
}
.breadcrumb-link-wrap a {
  text-transform: none;
  text-decoration: none;
  font-size: 14px;
}
.breadcrumb-link-wrap a:hover {
  text-decoration: underline;
}

/* ==========================================================================
 * Table
 * ========================================================================== */

table {
  width: 100% !important; /* sorry */
  margin-bottom: 0;
}
table tbody {
  border: none;
}
table tr {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
table tbody tr td {
  border: none;
  position: relative;
  float: left;
  padding: 15px 15px 30px 15px;
  top: 0;
  height: 100%;
  transition: 0.2s;
}

table tbody tr td strong {
  font-size: 16px;
}

table tbody tr td p {
  position: relative;
  text-align: center;
}
table tbody tr td .img-wrapper + p {
  text-align: center;
  min-height: 48px;
  line-height: 24px;
}
table tbody tr td p:last-child {
  padding-top: 5px;
}

table tbody .img-wrapper {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
table tbody tr td img,
table tbody img.alignleft {
  margin: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
table p {
  margin: 0 !important; /* sorry */
  text-align: center;
}

/* ==========================================================================
 * Foutmeldingen gravity forms
 * ========================================================================== */

body .gform_wrapper div.validation_error,
body .gform_wrapper .validation_message {
  border: none;
  font-weight: 500;
  color: #c24848;
  background: transparent;
}
body .gform_wrapper div.validation_error {
  font-weight: 700;
}
body .gform_wrapper .field_description_below .gfield_description {
  padding: 0;
}
body .gform_wrapper li.gfield.gfield_error,
body
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none;
  background: transparent;
}

.error404 header.site-header {
  background: #4d4d4d;
}

/* ==========================================================================
 * Events Calendar
 * ========================================================================== */

ul.tribe-events-sub-nav a {
  color: #90b63d !important;
}

.tribe-events-calendar tbody tr td {
  float: none;
}

.tribe-events-calendar thead th {
  background-color: #333 !important;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background: #90b63d !important;
  padding: 11px 10px 8px 10px !important;
}

.tribe-events-calendar tr {
  border-bottom: none;
}

/* Edit search bar events */

#tribe-events-footer {
  border-top: none !important;
}

#tribe-bar-collapse-toggle {
  padding: 24px 15px !important;
}

#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner {
  padding: 20px 0 40px !important;
}

#tribe-bar-form.tribe-bar-collapse .tribe-bar-views-inner label {
  margin-bottom: 5px !important;
}

.tribe-events-page-title {
  margin: 30px 0 !important;
}

#tribe-bar-form input[type="text"] {
  border-top: 1px solid #f5f5f5 !important;
  border-left: 1px solid #f5f5f5 !important;
  border-right: 1px solid #f5f5f5 !important;
  border-bottom: 1px solid #dadada !important;
  padding: 10px 10px 7px 10px !important;
}

#tribe-bar-form input[type="text"]:focus {
  border-top: 1px solid #dadada !important;
  border-left: 1px solid #dadada !important;
  border-right: 1px solid #dadada !important;
  outline: none !important;
}

#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after {
  border-width: 5px !important;
}

#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow {
  margin-top: 2px !important;
}

#tribe-bar-views .tribe-bar-views-list {
  border-radius: 0 !important;
}

/* Change bug date picker */

.datepicker table thead tr th {
  font-weight: bold;
}

.datepicker table tbody tr td {
  float: inherit !important;
}

.datepicker table tr td span.active.active,
.datepicker table tr td.active.active,
.datepicker table tr td span.active.active {
  background: #f5f5f5 !important;
  color: #333;
  text-shadow: none;
  font-weight: bold;
}

.datepicker table tr {
  border-bottom: none !important;
}

.datepicker td {
  border-top: none !important;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #fff !important;
}
@media (max-width: 768px) {
  .datepicker table tbody tr td {
    width: auto !important;
  }
}

/* Edit validation messages calendar */

.tribe-events-notices {
  background: rgb(244, 247, 237) !important;
  border-radius: 4px !important;
  border: none !important;
  color: #90b63d !important;
  margin: 10px 0 18px !important;
  padding: 10px 15px 7px 15px !important;
  text-shadow: none !important;
}

.tribe-events-notices ul li {
  line-height: 20px !important;
}

/* Edit calender */

#tribe-events-content .tribe-events-calendar td {
  cursor: pointer;
}

#tribe-events-content .tribe-events-calendar td:hover {
  box-shadow: none !important;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] {
  background-color: #90b63d !important;
  color: #fff !important;
}

#tribe-events-content .tribe-events-month-event-title a,
#tribe-events-content .tribe-events-tooltip h4 {
  color: #90b63d !important;
}

#tribe-events-content .tribe-events-button {
  padding: 15px 10px 12px 10px !important;
}

#tribe-events .tribe-events-button {
  background-color: #90b63d !important;
  color: #fff !important;
  transition: 0.2s ease all;
}

#tribe-events .tribe-events-button:hover {
  background-color: #82a536 !important;
}

.tribe-events-tooltip {
  display: none !important;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  padding: 10px 4px !important;
}

/* Singe data calendar */

#tribe-events .tribe-events-single a {
  color: #90b63d;
  font-size: 14px !important;
}

#tribe-events .tribe-events-single .tribe-events-gmap {
  float: left;
  width: 100%;
  margin: 0 0 12px 0;
}

#tribe-events .tribe-events-single .tribe-events-notices {
  margin: 10px 0 30px !important;
}

.tribe-events-event-meta .tribe-events-meta-group a {
  text-transform: inherit;
}

.tribe-events-event-meta .tribe-events-meta-group a:hover {
  text-decoration: underline !important;
}

.tribe-events-schedule h2 {
  font-size: 20px !important;
}

.single-tribe_events .tribe-events-event-meta {
  border: none !important;
}

.tribe-events-event-meta address.tribe-events-address,
.tribe-events-list .tribe-events-venue-details {
  font-style: normal !important;
}

/* Single date events day */

#tribe-events-day .tribe-events-content {
  float: left !important;
  width: 100% !important;
}

#tribe-events-day {
  max-width: inherit !important;
  padding: 0 !important;
}

#tribe-events-day a {
  color: #90b63d;
}

.tribe-events-day .tribe-events-day-time-slot h5 {
  background: #f5f5f5 !important;
  color: #333 !important;
  padding: 14px 10px 10px 10px !important;
  margin: 0.5em 0 1.25em !important;
}

.tribe-events-list .tribe-events-event-cost span {
  padding: 0 !important;
  background: #fff !important;
  border: none !important;
}

.tribe-events-loop .tribe-events-event-meta {
  background: #f5f5f5 !important;
  border: none !important;
  margin: 20px 0 !important;
  padding: 20px 16px 16px !important;
  font-size: 14px !important;
}

.tribe-events-loop .tribe-events-event-meta .tribe-events-venue-details a {
  text-transform: inherit !important;
  color: #333 !important;
  letter-spacing: 0;
  font-weight: normal;
}

.tribe-events-list-event-title a {
  font-size: 18px !important;
  color: #333 !important;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.tribe-events-list .type-tribe_events h2 {
  line-height: 0 !important;
  position: relative;
  top: -3px;
}

/* Mobile changes events */

@media (max-width: 768px) {
  .tribe-events-calendar td.tribe-events-present.mobile-active,
  .tribe-events-calendar td.mobile-active,
  #tribe-events-content .tribe-events-calendar .mobile-active:hover,
  .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"] a,
  .tribe-events-calendar .mobile-active div[id*="tribe-events-daynum-"],
  .tribe-events-calendar td.tribe-events-present {
    background-color: #90b63d !important;
  }

  #tribe-mobile-container .type-tribe_events {
    padding: 0 !important;
  }

  #tribe-events-content .tribe-events-button {
    height: auto !important;
  }

  #tribe-mobile-container .type-tribe_events a {
    color: #90b63d !important;
    text-transform: inherit;
    float: left;
    width: 100%;
  }

  .entry-content p {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-top: 2em;
  }

  .tribe-events-sub-nav li a {
    background: #fff !important;
    padding: 0 !important;
  }

  .single-tribe_events .tribe-events-schedule {
    border: none !important;
    background: #fff !important;
    padding: 0 !important;
  }

  .single-tribe_events .tribe-events-schedule .tribe-events-cost {
    font-size: 1.2em !important;
    float: left;
    width: 100%;
    margin-bottom: 8px !important;
  }

  #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous {
    width: 50% !important;
  }

  .tribe-events-loop .tribe-events-event-meta {
    padding: 20px 16px 16px !important;
  }

  .tribe-events-list .time-details {
    padding: 0 !important;
  }

  .tribe-events-list .tribe-events-venue-details {
    padding: 0 !important;
    border-top: none !important;
  }
}

/* ==========================================================================
 * Team Slider
 * ========================================================================== */

.team-grid {
  height: 380px !important;
  margin-bottom: 80px !important;
}
.home #front-page-4 .team-grid .one-fourth,
.home #front-page-4 .team-grid .entry {
  width: 100% !important;
}

@media (max-width: 800px) {
  .team-grid {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 550px) {
  .team-grid {
    height: 310px !important;
  }
}

/* ==========================================================================
 * Popup events
 * ========================================================================== */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.event-btn {
  width: 70px;
  height: 70px;
  border-radius: 80px;
  background: #90b63d;
  background-image: url("../img/ic_event.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: block;
  z-index: 98;
  cursor: pointer;
  transition: 0.1s ease all;
  animation: bounce 1s forwards;
  animation-delay: 8s;
  animation-iteration-count: 3;
  animation-fill-mode: forwards;
}

@media (max-width: 768px) {
  .event-btn {
    right: 30px;
    bottom: 30px;
  }
}

.event-btn:hover {
  background: #8baf3c;
  background-image: url("../img/ic_event.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  position: fixed;
}

.widget.tribe-events-list-widget {
  width: 320px;
  display: none;
  position: fixed;
  background: #fff;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.08);
  bottom: 40px;
  border-radius: 0 0 40px 0;
  right: 40px;
  z-index: 9;
}

.widget.tribe-events-list-widget.active {
  display: block !important;
}

@media (max-width: 768px) {
  .widget.tribe-events-list-widget {
    width: 85%;
    right: 30px;
    bottom: 30px;
  }
}

.widget.tribe-events-list-widget .widgettitle {
  color: #333333;
  padding: 15px 20px;
  background: #f2f2f2;
  margin: 0;
}

.widget.tribe-events-list-widget .tribe-event-title,
.widget.tribe-events-list-widget .tribe-event-duration {
  float: left;
  width: 100%;
  padding: 0 20px;
  text-indent: 0;
  color: #c8c8c8;
  margin-bottom: 0;
}

.widget.tribe-events-list-widget .tribe-event-title a {
  color: #353535;
}

.widget.tribe-events-list-widget .tribe-event-title a:hover {
  text-decoration: none;
  color: #90b63d;
}

.widget.tribe-events-list-widget .tribe-event-duration span {
  color: #c8c8c8;
}

.widget.tribe-events-list-widget .tribe-events-list-widget-events {
  margin: 12px 0 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #f2f2f2;
}

.widget.tribe-events-list-widget p.tribe-events-widget-link {
  margin: 0;
}

.widget.tribe-events-list-widget p.tribe-events-widget-link a {
  color: #90b63d;
  padding: 20px;
  float: left;
  width: 100%;
}

.widget.tribe-events-list-widget p.tribe-events-widget-link a:hover {
  text-decoration: underline;
}

/* ==========================================================================
 * Downloads page
 * ========================================================================== */

ul.accordion {
  margin-left: 0;
}

ul.accordion li {
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 2px;
}

ul.accordion li .accordion-thumb {
  float: left;
  width: 100%;
  background: #f2f2f2;
  padding: 12px 15px 8px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
}

ul.accordion li .accordion-thumb:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../img/plus-icn.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 30px;
  float: right;
}

ul.accordion li.is-active .accordion-thumb:after {
  background-image: url("../img/min-icn.png");
}

ul.accordion li .accordion-panel {
  float: left;
  width: 100%;
  padding: 15px;
  display: none;
}

ul.accordion li a {
  color: #333333;
  text-transform: inherit;
  font-size: 16px;
}

/* ==========================================================================
 * Footer Subsidy Images
 * ========================================================================== */

.footer-subsidy-logos img.subsidy-logo {
  width: 200px;
  height: auto;
  margin: 0 7px 20px;
}
