/* ==========
COMMON
TOP NAVIGATION
TOP HEADER
MAIN NAVIGATION
HOME PAGE
NARROW TEXT
ICON+TEXT COLUMNS
IMAGES GRID
SPONSORS
MEDIA CONTACT
TIME TABLE
POST STREAM
SINGLE POST
EVENTS
SIDEBAR
FOOTER
========== */

/* ========== COMMON ========== */

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

a { color: #b59667; } a:hover { color: #cdaa75; }

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

img {
  max-width: 100%;
  height: 100%;
}

.text_center { text-align: center; }

.btn_primary,
.btn_secondary {
  display: inline-block;
  border-radius: 2.5rem;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  padding: 9px 25px 10px;
}

.btn_primary {
  background: #b59667;
}

.btn_secondary {
  background: #9e9e9e;
}

.btn_primary:before,
.btn_secondary:before {
  content: "\f105";
  font-family: FontAwesome;
  line-height: 0;
  font-size: 12px;
  position: relative;
  left: -5px;
  top: -1px;
}

.btn_primary:hover,
.btn_secondary:hover {
  color: #fff;
  text-decoration: none;
}

.btn_primary:hover {
  background: #cdaa75;
}

.btn_secondary:hover {
  background: #bdbdbd;
}

.btn_primary.small,
.btn_secondary.small {
  font-size: 11px;
  padding: 8px 20px 9px;
}

.btn_primary.small:before,
.btn_secondary.small:before {
  font-size: 11px;
  top: 0;
}

.btn_link {
  display: inline-block;
  font-size: 14px;
}

.btn_link:before {
  content: "\f105";
  font-family: FontAwesome;
  line-height: 0;
  font-size: 11px;
  position: relative;
  left: -5px;
}

.btn_link:hover {
  text-decoration: none;
}

.btn_group .btn_primary,
.btn_group .btn_secondary {
  margin: 5px;
}

h1, h2, h3, h4, h5, h6 {
  /*text-transform: lowercase;*/
}

h1 {
  font: italic 26px/1.5 TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  margin-bottom: 1.25rem;
}

h2 {
  font: italic 20px/1.5 TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  margin-bottom: 1.25rem;
}

h3 {
  font: bold italic 18px/1.5 TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

h4, h5, h6 {
  font: bold italic 14px/1.5 TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

p {
  margin-bottom: 1.5rem;
}

hr {
  border: 0;
  border-bottom: 1px solid #b59667;
  margin: 0 0 1.5rem;
}

hr.double {
  border-top: 1px solid #b59667;
  margin: 0 0 3rem;
  height: 6px;
}

#main {
  padding-bottom: 1.5rem;
}

.raised_up {
  margin-top: -100px;
  padding-top: 1.5rem;
  background-color: #fff;
  position: relative;
}

.space_besides {
  padding-left: .5rem;
  padding-right: .5rem;
}

table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-bottom: 1.5rem;
  font-size: 14px;
}

table thead,
table tbody,
table tfoot {
  display: table;
  width: 100%;
}

table tr:nth-child(odd) {
  background: #f5f5f5;
}

table th,
table td {
  padding: 8px 10px;
}

@media (min-width: 576px) {

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

  hr.double {
    margin: 0 0 3.5rem;
  }

  #main {
    padding-bottom: 2rem;
  }

  .raised_up {
    padding-top: 2rem;
  }

  .space_besides {
    padding-left: 1rem;
    padding-right: 1rem;
  }

}

@media (min-width: 768px) {

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  hr.double {
    margin: 0 0 4rem;
  }

  #main {
    padding-bottom: 2.5rem;
  }

  .raised_up {
    padding-top: 2.5rem;
  }

  .space_besides {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

}

@media (min-width: 992px) {

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  hr.double {
    margin: 0 0 4.5rem;
  }

  #main {
    padding-bottom: 3rem;
  }

  .raised_up {
    padding-top: 3rem;
  }

  .space_besides {
    padding-left: 2rem;
    padding-right: 2rem;
  }

}

@media (min-width: 1200px) {

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 40px;
  }

  .home .raised_up h2 {
    max-width: 650px;
    line-height: 145%;
    margin: 0 auto 0.35em;
  }

  hr.double {
    margin: 0 0 5rem;
  }

  #main {
    padding-bottom: 3.5rem;
  }

  .raised_up {
    padding-top: 3.5rem;
  }

  .space_besides {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

}

/* ========== TOP NAVIGATION ========== */

#nav_top {
  display: none;
  border-bottom: 1px solid #b59667;
}

#nav_top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav_top li {
  display: inline-block;
  padding: 0 15px 0 0;
}

#nav_top li:last-child {
  padding: 0;
}

#nav_top li a {
  display: block;
  text-transform: uppercase;
  color: #b59667;
  line-height: 44px;
  font-size: 14px;
}

#nav_top li a:hover {
  color: #000;
  text-decoration: none;
}

#nav_top .active a {
  color: #000;
  position: relative;
}

#nav_top .active a:after {
  content: "\f0d8";
  font-family: FontAwesome;
  line-height: 0;
  color: #b59667;
  position: absolute;
  left: 50%;
  bottom: 2px;
  margin: 0 0 0 -4px;
}

@media (min-width: 576px) {

  #nav_top {
    display: block;
  }

}

@media (min-width: 768px) {

  #nav_top li {
    padding: 0 59px 0 0;
  }

}

/* ========== TOP HEADER ========== */

#top {
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 112px 0 280px;
  position: relative;
}

#top:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

body.home #top {
  padding: 0;
  min-height: 300px;
}

body.home #top .n2-ss-swipe-element {
  min-height: 520px;
}


body.home #top #startslider .btheading .n2-ow {
  font-size: 18px;
  margin-top: 110px;
}

@media (min-width: 480px) {
  body.home #top #startslider .btheading .n2-ow {
    font-size: 22px;
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  body.home #top #startslider .btheading .n2-ow {
    font-size: 26px;
    margin-top: 0;
  }
}


#top .logo {
  float: left;
  width: 70px;
  height: 82px;
  background: url(logo_white.png) center center no-repeat;
  background-size: contain;
}

#top.change .logo {
  background-image: url(logo_dark.png);
  width: 30px;
  height: 35px;
  margin: 5px 0;
}

@media (min-width: 576px) {

  #top {
    padding-top: 122px;
  }

}

@media (min-width: 768px) {

  #top {
    padding-top: 132px;
  }

}

@media (min-width: 992px) {

  #top {
    padding-top: 142px;
  }

}

/* ========== MAIN NAVIGATION ========== */

#nav_main_wrap {
  padding: 15px 0 14px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  border-bottom: 1px solid transparent;
}

#top.change #nav_main_wrap {
  background: #fff;
  padding: 0;
  border-bottom-color: #b59667;
}

.nav_main {
  display: none;
  float: right;
  padding: 24px 0 0;
}

#top.change .nav_main {
  padding: 0;
}

.nav_main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav_main li {
  display: inline-block;
  padding: 0 20px 0 0;
}

.nav_main .btn {
  padding: 0;
}

.nav_main li a {
  display: block;
  color: #fff;
  opacity: .9;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
}

#top.change .nav_main li a {
  color: #b59667;
  line-height: 45px;
  opacity: 1;
}

.nav_main li a:hover,
.nav_main .current-menu-item a,
.nav_main .current_page_parent a {
  opacity: 1;
  text-decoration: none;
}

#top.change .nav_main li a:hover {
  color: #000;
}

#top.change .nav_main .current-menu-item a {
  color: #000;
  position: relative;
}

#top.change .nav_main .current-menu-item a:after {
  content: "\f0d8";
  font-family: FontAwesome;
  line-height: 0;
  color: #b59667;
  position: absolute;
  left: 50%;
  bottom: 2px;
  margin: 0 0 0 -4px;
}

.nav_main .btn a {
  background: #b59667;
  border-radius: 2.5rem;
  font-size: 11px;
  position: relative;
  padding: 0 25px 0 30px;
  opacity: 1;
}

#top.change .nav_main .btn a {
  color: #fff;
  line-height: 32px;
  top: -2px;
}

.nav_main .btn a:before {
  content: "\f105";
  font-family: FontAwesome;
  line-height: 0;
  position: relative;
  left: -5px;
}

.nav_main .btn a:hover {
  background: #cdaa75;
}

#top.change .nav_main .btn a:hover {
  color: #fff;
}

#top.change .nav_main .btn.current-menu-item a:after {
  display: none;
}

.nav_mobile {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  text-align: center;
  overflow: scroll;
}

.nav_mobile ul {
  list-style: none;
  margin: 0;
  padding: 100px 0 50px;
}

.nav_mobile li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 0 15px;
}

.nav_mobile li a:hover {
  text-decoration: none;
}

.nav_mobile li a:after {
  position: absolute;
  width: 34px;
  height: 3px;
  content: "";
  left: 50%;
  bottom: 8px;
  margin: 0 0 0 -17px;
}

.nav_mobile li a:hover:after,
.nav_mobile .current-menu-item a:after {
  background: #fff;
}

.nav_mobile_trigger {
  float: right;
  text-transform: uppercase;
  position: relative;
  z-index: 11;
}

.nav_mobile_trigger i {
  font-size: 25px;
  margin: 0 0 0 5px;
  vertical-align: -3px;
}

.nav_mobile_trigger div {
  color: #fff;
  line-height: 82px;
  cursor: pointer;
}

#top.change .nav_mobile_trigger div {
  line-height: 44px;
}

.nav_mobile_trigger .hidden {
  display: block;
}

#top.change .nav_mobile_trigger .hidden {
  color: #000;
}

.nav_mobile_trigger .shown {
  display: none;
}

@media (min-width: 576px) {

  #nav_main_wrap {
    padding: 20px 0 19px;
    top: 45px;
  }

  #top.change #nav_main_wrap {
    top: 0;
  }

}

@media (min-width: 768px) {

  #nav_main_wrap {
    padding: 25px 0 24px;
  }

}

@media (min-width: 992px) {

  #nav_main_wrap {
    padding: 30px 0 29px;
  }

  .nav_main {
    display: block;
  }

  .nav_mobile,
  .nav_mobile_trigger {
    display: none;
  }

}

@media (min-width: 1200px) {

  .nav_main li {
    padding: 0 30px 0 0;
  }

  .nav_main .btn a {
    padding: 0 35px 0 40px;
  }

}

/* ========== HOME PAGE ========== */

#stage {
  color: #fff;
  padding: 80px 0 140px;
}

@media (max-width: 767px) {

  #stage h1 br {
    display: none;
  }

}

@media (min-width: 576px) {

  #stage {
    padding: 120px 0 180px;
  }

}

@media (min-width: 768px) {

  #stage {
    padding: 160px 0 220px;
  }

}

@media (min-width: 992px) {

  #stage {
    padding: 180px 0 240px;
  }

}

@media (min-width: 1200px) {

  #stage {
    padding: 200px 0 260px;
  }

}

/* ========== NARROW TEXT ========== */

.text_narrow {
  padding: 0 0 .5rem;
}

@media (min-width: 576px) {

  .text_narrow {
    padding: 0 1rem .5rem;
  }

}

@media (min-width: 768px) {

  .text_narrow {
    padding: 0 2rem 1rem;
  }

}

@media (min-width: 992px) {

  .text_narrow {
    padding: 0 3rem 1.5rem;
  }

}

@media (min-width: 1200px) {

  .text_narrow {
    padding: 0 7rem 2rem;
  }

}

/* ========== ICON+TEXT COLUMNS ========== */

.icons_text {
  padding: 0 0 2rem;
}

.icons_text .inner {
  display: block;
  margin: 0 0 1rem;
}

.icons_text .inner:hover {
  text-decoration: none;
}

.icons_text .icon {
  color: #b59667;
  font-size: 3rem;
}

.icons_text h3,
.icons_text p {
  color: #333;
}

.icons_text p {
  font-size: 14px;
  margin-bottom: .5rem;
}

@media (min-width: 576px) {

  .icons_text .inner {
    margin: 0 0 1.5rem;
  }

  .icons_text .icon {
    font-size: 3.25rem;
  }

}

@media (min-width: 768px) {

  .icons_text {
    padding: 0 0 2.5rem;
  }

  .icons_text .icon {
    font-size: 3.5rem;
  }

}

@media (min-width: 992px) {

  .icons_text {
    padding: 0 0 3rem;
  }

  .icons_text .icon {
    font-size: 3.75rem;
  }

}

@media (min-width: 1200px) {

  .icons_text {
    padding: 0 0 3.5rem;
  }

  .icons_text .icon {
    font-size: 4rem;
  }

}

/* IMAGES GRID */

#images_grid {
  margin: 0 0 3rem;
}

#images_grid .heading {
  background: url(images_grid_heading.jpg) center center no-repeat;
  background-size: cover;
}

#images_grid .heading {
  color: #fff;
  padding: 5.25rem 0;
}

#images_grid .thumb {
  display: block;
}

#images_grid .link {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#images_grid .link:hover {
  color: #fff;
  text-decoration: none;
}

#images_grid .text_link {
  background: #b59667;
  font-size: 13px;
}

#images_grid .text_link i {
  margin: 1px 3px 0 0;
}

#images_grid .text_link:hover {
  background: #938b87;
}

#images_grid .facebook {
  background: #b59667;
  font-size: 2rem;
}

#images_grid .facebook:hover {
  background: #cdaa75;
}

@media (min-width: 576px) {

  #images_grid {
    margin: 0 0 3.5rem;
  }

  #images_grid .heading {
    padding: 5.5rem 0;
  }

  #images_grid .facebook {
    font-size: 2.25rem;
  }

}

@media (min-width: 768px) {

  #images_grid {
    margin: 0 0 4rem;
  }

  #images_grid .heading {
    padding: 5.75rem 0;
  }

  #images_grid .facebook {
    font-size: 2.5rem;
  }

}

@media (min-width: 992px) {

  #images_grid {
    margin: 0 0 4.5rem;
  }

  #images_grid .heading {
    padding: 6rem 0;
  }

  #images_grid .facebook {
    font-size: 2.75rem;
  }

}

@media (min-width: 1200px) {

  #images_grid {
    margin: 0 0 5rem;
  }

  #images_grid .heading {
    padding: 6.25rem 0;
  }

  #images_grid .facebook {
    font-size: 3rem;
  }

}

/* ========== SPONSORS ========== */

.sponsors {
  margin: 0 0 1.5rem;
}

.sponsors .logo {
  display: block;
  margin-bottom: .5rem;
}

.sponsors .logo:hover {
  text-decoration: none;
}

.sponsors .logo div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
  transition: opacity 0.5s ease;
  height: 100px;
}

.sponsors .big .logo div {
  height: 150px;
}

.sponsors .logo:hover div {
  opacity: .5;
}

.sponsors h4 {
  font-size: 12px;
  font-weight: normal;
  color: #333;
}

.sponsors .logo:hover h4 {
  color: #b59667;
}

@media (min-width: 576px) {

  .sponsors .logo {
    margin-bottom: 1rem;
  }

}

@media (min-width: 768px) {

  .sponsors .logo {
    margin-bottom: 1.5rem;
  }

}

@media (min-width: 992px) {

  .sponsors .logo {
    margin-bottom: 2rem;
  }

}

@media (min-width: 1200px) {

  .sponsors .logo {
    margin-bottom: 2.5rem;
  }

}

/* ========== MEDIA CONTACT ========== */

.media_contact {
  font-size: 14px;
}

.media_contact .avatar {
  display: block;
  margin: auto;
}

.media_contact .label {
  display: inline-block;
  width: 90px;
  text-align: right;
  padding: 0 10px 0 0;
}

.media_contact i {
  margin: 0 10px 0 0;
  color: #b59667;
}

/* ========== TIME TABLE ========== */

.tt_tabs_navigation {
  text-transform: uppercase;
  text-align: center;
}

#main .tt_tabs_navigation li {
  float: none;
  display: inline-block;
}

#main .tt_tabs_navigation li a {
  font-size: 13px !important;
  border-bottom: 3px solid #e1e1e1 !important;
  padding-bottom: 7px !important;
  margin-bottom: 0;
}

#main .tt_tabs_navigation li a:hover {
  border-bottom-color: #c4bdb9 !important;
}

#main .tt_tabs_navigation li a.selected,
#main .tt_tabs_navigation li.ui-tabs-active a {
  color: #000;
  border-bottom-color: #000 !important;
}

#main .tt_timetable th {
  font: bold italic 18px TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  /*text-transform: lowercase;*/
  padding: 15px 5px 17px;
}

#main .tt_timetable td.tt_hours_column {
  padding: 10px 0;
  color: #aa9f9c;
}

/* ========== POST STREAM ========== */

.post_stream {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.post_excerpt {
  background: #f0f0f0;
  margin-bottom: 2rem;
}

.post_excerpt .thumbnail,
.post_excerpt .thumbnail img {
  display: block;
  height: 100%;
}

.post_meta {
  background: #e1e1e1;
  padding: .65rem 1rem;
}

.post_meta .date {
  float: left;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: rgba(0,0,0,.4);
}

.post_meta .categories {
  float: right;
  font-size: 11px;
}

.post_meta .categories a {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 4px 10px 5px;
  border-radius: 2rem;
  color: rgba(255,255,255,.75);
  background: rgba(0,0,0,.1);
}

.post_meta .categories a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(0,0,0,.2);
}

.post_excerpt .txt {
  padding: 1rem 1rem 0;
  font-size: 14px;
}

.post_excerpt h3 a {
  color: #333;
}

.wp-pagenavi {
  text-align: center;
  margin: 0 0 3rem;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  vertical-align: middle;
  color: #aa9f9c;
  margin: 0 5px;
}

.wp-pagenavi a.page,
.wp-pagenavi span {
  border-radius: 50%;
  border: 2px solid #aa9f9c;
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 13px;
  font-weight: bold;
}

.wp-pagenavi span.extend {
  line-height: 21px;
}

.wp-pagenavi a.page:hover,
.wp-pagenavi span.current {
  text-decoration: none;
  background: #aa9f9c;
  color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  font-size: 40px;
  line-height: 1;
  padding: 0 5px;
}

@media (min-width: 576px) {

  .wp-pagenavi {
    margin: .5rem 0 3.5rem;
  }

}

@media (min-width: 768px) {

  .wp-pagenavi {
    margin: 1rem 0 4rem;
  }

}

@media (min-width: 992px) {

  .wp-pagenavi {
    margin: 1.5rem 0 4.5rem;
  }

}

@media (min-width: 1200px) {

  .wp-pagenavi {
    margin: 2rem 0 5rem;
  }

}

/* ========== SINGLE POST ========== */


.single-post .post_meta {
  margin-bottom: 1.5rem;
}

/* ========== EVENTS ========== */

@media (min-width: 1200px) {
  .single-events article {
    padding-right: 78px;
  }
}

/* ========== SIDEBAR ========== */

#sidebar .widget {
  font-size: 14px;
  margin: 0 0 1.5rem;
}

#sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar .page_margin_top {
  margin-top: 0;
}

/* ========== FOOTER ========== */

#footer .upper {
  background: #ececec;
  padding: 20px 0;
}

#footer .label {
  display: block;
  vertical-align: middle;
  font: italic 22px TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  padding: 0 0 10px;
}

#footer .social a {
  display: inline-block;
  margin: 0 0 0 3px;
}

#footer .social .fa-circle {
  color: #b59667;
}

#footer .social a:hover .fa-circle {
  color: #cdaa75;
}

#footer .social .facebook {
  margin: 0;
}

#footer .lower {
  color: #fff;
  background: #000;
  padding: 40px 0;
  text-align: center;
}

#footer .links {
  padding: 0 0 20px;
}

#footer .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .links li {
  display: inline-block;
}

#footer .links a {
  display: block;
  color: #fff;
  opacity: .8;
  position: relative;
  margin: 0 10px 0 0;
  padding: 0 0 0 5px;
}

#footer .links a:before {
  content: "\f105";
  font-family: FontAwesome;
  line-height: 0;
  font-size: 11px;
  position: relative;
  top: -2px;
  left: -5px;
}

#footer .links a:hover {
  opacity: 1;
  text-decoration: none;
}

#footer .logo {
  display: block;
  margin: auto;
  width: 63px;
}

#footer .copyright {
  padding: 15px 0 0;
}

@media (min-width: 576px) {

  #footer .social {
    text-align: right;
  }

  #footer .lower {
    padding: 50px 0;
  }

}

@media (min-width: 768px) {

  #footer .upper {
    padding: 25px 0 25px;
  }

  #footer .lower {
    padding: 60px 0;
  }

  #footer .links {
    text-align: left;
    padding: 20px 0 0;
  }

  #footer .copyright {
    text-align: right;
    padding: 25px 0 0;
  }

}

@media (min-width: 992px) {

  #footer .social {
    float: right;
  }

  #footer .lower {
    padding: 70px 0;
  }

  #footer .links a {
    margin: 0 12px 0 0;
  }

}

@media (min-width: 1200px) {

  #footer .social a {
    margin: 0 0 0 5px;
  }

  #footer .lower {
    padding: 80px 0;
  }

  #footer .links a {
    margin: 0 20px 0 0;
  }



}


/* ========== END ========== */


.page-id-30 .sponsors .btn_primary {
  display: none;
}

.page-id-30 .sponsors h2 {
  display: none;
}

.page-id-30 .sponsors {
  padding-bottom: 1em;
}

.events-template-default article .wp-post-image {
  display: none;
}

.itemHome a:hover img {
  opacity: 0.8;
}

.home section.widget_sow-features, .page-id-30 section.widget_sow-features {
  max-width: 968px;
  margin: 2em auto 1em auto;
  display: block;
}

.home section.widget_sow-features .sow-features-feature .sow-icon-container, .page-id-30 section.widget_sow-features .sow-features-feature .sow-icon-container {
  height: 80px;
}

.home section.widget_sow-features .sow-features-feature .sow-icon-container .sow-icon-image, .page-id-30 section.widget_sow-features .sow-features-feature .sow-icon-container .sow-icon-image {
  height: 80px;
}

.low-margin-bottom, .timeblock.low-margin-bottom {
  margin-bottom: 0!important;
}

.sponsors a, .sponsory a .sow-icon-image {
  cursor: pointer;
}

.medienwrap table th {
  max-width: 300px;
  min-height: 58px;
  max-height: 58px;
  overflow: hidden;
}

.medienwrap table td:first-of-type {
  min-width: 120px;
  max-width: 120px;
  overflow: hidden;
}

.medienwrap table td:nth-of-type(2) {
  min-width: 80px;
  max-width: 80px;
  overflow: hidden;
}

.medienwrap table td:last-of-type {
  min-width: 184px;
  max-width: 184px;
  overflow: hidden;
}

.single-post #sidebar .widget_recent_entries ul li {
  margin-bottom: 0.5em;
}

.btn_primary, .btn_secondary {
  padding-top: 14px;
  padding-bottom: 14px;
}

.homehighlight {
  color: white;
  background: rgba(0, 0, 0, 0.44);
  text-align: center;
  padding: 3em 1em;
  min-height: 267px;
}

.homehighlight:hover {
  background: rgba(0, 0, 0, 0.64);
}

.homehighlight.social  {
  background: transparent;
  text-align: center;
  padding: 109px!important;;
}

.homehighlight .sow-icon-container.sow-icon a {

}

.homehighlight .sow-icon-container.sow-icon a:hover {
  opacity: 0.9;
}

@media (min-width: 1200px) {
  .homehighlight {
    padding-top: 4em;
  }
  .homehighlight.social  {
    padding: 109px!important;;
  }
}

@media (max-width: 992px) {
  .homehighlight {
    padding-top: 1.5em;
  }
}

@media (max-width: 767px) {
  .homehighlight {
    padding-top: 3em;
  }
}

@media (max-width: 780px) {
  .home #pgc-2-1-0, .home #pgc-2-1-1, .home #pgc-2-2-0, .home #pgc-2-2-1 {
    margin-bottom: 0!important;
  }
  .home #pgc-2-1-0, .home #pgc-2-1-1, .home #pgc-2-2-1, .home #pgc-2-2-2 {
    margin-bottom: 0!important;
  }
}

#pgc-2-1-2> .panel-cell-style:hover {
  background-color: #5997c5;
}

#pgc-2-2-0> .panel-cell-style:hover {
  background-color: #aa0808;
}

/* ### sponsors tabs ### */


#sponsors-tabs {
    margin: 1em auto;
    padding: 1em 0;
    text-align: center;
}

#sponsors-tabs .sow-features-list .sow-features-feature {
    margin-bottom: 20px;
}



/* #navigation */

#sponsors-tabs .nav-tabs {
    text-align: center;
    margin: 2em auto;
    border: 0;
}

#sponsors-tabs .nav-tabs .nav-item {
    float: none;
    border: 0;
    display: inline-block;
}

#sponsors-tabs .nav-tabs .nav-item .nav-link {
    border: 0;
    border-bottom: 6px solid #ececec;
}

#sponsors-tabs .nav-tabs .nav-item .nav-link:hover {
  color: #000;
}

#sponsors-tabs .nav-tabs .nav-item .nav-link.active {
    border-bottom: 6px solid #b59667;
}

/* #logos */

#sponsors-tabs .sow-icon-container {
    width: 100%;
}

#sponsors-tabs .sow-icon-image {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 90px;
    max-height: 150px;
}


/* customizer */


/* falls nur ein sponsor in der letzten zeile ist */

#main .tt_tabs_navigation li:nth-child(1) a {
  color: #000 !important;
}

#main .tt_tabs_navigation li:nth-child(2) a {
  color: #b59667 !important;
}

#main .tt_tabs_navigation li:nth-child(3) a {
  color: #b59667 !important;
}

#main .tt_tabs_navigation li:nth-child(4) a {
  color: #b59667 !important;
}

#main .tt_tabs_navigation li:nth-child(5) a {
  color: #b59667 !important;
}

#main .tt_tabs_navigation li:nth-child(6) a,
#main .tt_tabs_navigation li:nth-child(7) a {
  color: #b59667 !important;
}

#main .tt_timetable th {
  color: #333333;
}

#main .tt_timetable td {
  color: #ffffff;
}

.tt_timetable .event {
  background-color: #b59667;
}

.tt_timetable .event:hover, .tt_timetable .event .event_container.tt_tooltip:hover {
  background-color: #cdaa75;
}
/*
.sponsors .sow-features-list .sow-features-feature.sow-features-feature-last-row {
  margin-bottom: 0;
  float: none;
  margin-left: auto;
  margin-right: auto;
}*/



#primary .error-404.not-found {
  max-width: 768px;
  padding: 2em;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#primary .error-404 input[type="text"] {
  margin-bottom: 1em;
}

#cookie-notice .cn-button {
  margin-bottom: 1em;
}


/*2020*/

html section#sprachumschalter {
  display: inline-block;
  padding-top: 25px;
  float: left;
  padding-left: 10px;
}

html header.change section#sprachumschalter {
  display: inline-block;
  float: left;
  padding-top: 7px;
}
html header.change section#sprachumschalter ul a {
  background: white;
  border: 0;
  color: #ececec;
}
html header.change section#sprachumschalter ul .wpml-ls-sub-menu li {
  background: white;
  border: 1px solid #ececec;
  border-top: 0;
}
html header.change section#sprachumschalter ul .wpml-ls-sub-menu li:first-of-type {
  border-top: 1px solid #ececec;
}

@media (min-width: 992px) {
  html section#sprachumschalter {
    display: inline-block;
    float: right;
    padding-top: 25px;
    padding-left: 25px;
  }
  html header.change section#sprachumschalter {
    display: inline-block;
    float: right;
    padding-top: 7px;
    padding-left: 25px;
  }
}

html section#sprachumschalter .wpml-ls-legacy-dropdown {
  width: auto;
  display: inline-block;
  float: right;
}

html section#sprachumschalter .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: 0!important;
}

html section#sprachumschalter ul a {
  background: transparent;
  border: 0;
  color: #ffffff;
}

html section#sprachumschalter ul a:hover {
  border: 0;
  color: #ffffff;
}

html section#sprachumschalter .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  border: .25em solid transparent;
  border-top: .3em solid;
  position: absolute;
  right: 10px;
  top: 12px;
}

html #gform_4 {
  display: inline-block;
  width: 100%;
  max-width: 460px;
}

html #gform_4 .gfield_label {
  display: none;
}

html #gform_4 .gform_body {
  width: 70%;
  float: left;
  display: inline-block;
}

html #gform_4 .gform_footer.top_label {
  width: 30%;
  display: inline-block;
}

html #gform_4 input[type="submit"], html #gform_4 input[type="button"], html #gform_4 input[type="reset"], html #gform_4 button {
  padding: 13px 22px
}

@media only screen and (max-width: 768px) {
  html #gform_4 .gform_body {
    width: 100%;
  }

  html #gform_4	.gfield {
    margin-bottom: 0;
  }

  html #gform_4 .gform_footer.top_label {
    width: 100%;
    margin-bottom: 2em;
  }
}

html #gform_4 .gform_confirmation_message {
  padding: 1em;
  background: #efefef;
  border-radius: 3px;
  margin-bottom: 2em;
}

html .home #top {
  background: none;
  background-image: none;
  background: white;
}

html .cn-button.btn {
  display: inline-block;
  -webkit-appearance: none;
  padding: 5px 25px;
  border: 0;
  border-radius: 2.5rem;
  color: #fff;
  background: #b59667;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  font-size: 11px;
  line-height: 1.2;
}

html .cn-button.btn:hover, html .cn-button.btn:active {
  outline: none;
  background: #cdaa75;
  border-color: #cdaa75;
  text-decoration: none;
}

html abbr.wpgdprc-required {
  display: none;
}

html .gfield_checkbox label {
  max-width: 90%;
  vertical-align: top;
  text-align: left;
}

html .cr_form input {
  margin: 0 auto 1em auto;
  max-width: 230px;
  display: block;
}

html .cr_form .cr_ipe_checkbox {
  display: inline-block;
  margin-right: 1em;
}

html .cr_form .checkbox {
  margin-bottom: 1em;
}
