
/*
style for events calendar 
Version: 1.0.1
*/

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

body.single-wo-event .headline.page {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.5em;
}

body.post-type-archive-wo-event #content h2,
body.post-type-archive-wo-event #content h2 a,
body.post-type-archive-wo-event #content h2 a:link,
body.post-type-archive-wo-event #content h2 a:visited,
body.tax-wo-event-kat #content h2,
body.tax-wo-event-kat #content h2 a,
body.tax-wo-event-kat #content h2 a:link,
body.tax-wo-event-kat #content h2 a:visited,
body.tax-wo-event-tag #content h2,
body.tax-wo-event-tag #content h2 a,
body.tax-wo-event-tag #content h2 a:link,
body.tax-wo-event-tag #content h2 a:visited,
body.single-wo-event article h2 {
  color: #333333 !important;
  font-size: 1.7rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 8px 0px 4px 0px;
  padding: 1px 0px 1px 0px;
  line-height: 1.3;
}

body.post-type-archive-wo-event #content h2.event-title,
body.tax-wo-event-kat #content h2.event-title,
body.tax-wo-event-tag #content h2.event-title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  margin-bottom: 10px;
}


body.post-type-archive-wo-event p.medium-text,
body.tax-wo-event-kat p.medium-text,
body.tax-wo-event-tag p.medium-text,
body.single-wo-event p.medium-text {
    color: #333333;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 4px 0px 4px 0px;
    padding: 4px 0px 4px 0px;
    line-height: 1.4;
}

body.post-type-archive-wo-event p.medium-text.events-time-location,
body.tax-wo-event-kat p.medium-text.events-time-location,
body.tax-wo-event-tag p.medium-text.events-time-location,
body.single-wo-event p.medium-text.events-time-location {
  color: #009fe4;
}

body.single-wo-event p.medium-text.events-time-location {
   line-height: 1.4em;
}

body.post-type-archive-wo-event hr,
body.tax-wo-event-kat hr,
body.tax-wo-event-tag hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 10px auto;
  padding: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #DDDDDD;
  border-left: 0;
}

ul.wo-event-links {
  margin: 0;
  padding: 0;
}

.wo-event-details {
    background: #fafafa;
    border: 1px solid #eee;
    margin: 30px 0;
    padding: 15px 0;
}

.wo-event-details .wo-col-one-third .text-box {
  padding: 0 4%;
}

.wo-event-details p {
  line-height: 1.5em;
}

body.single-wo-event article .wo-event-details h2 {
  font-size: 1.375em;
}

.post-navigation p {
  color: #3995e5;
}

@media screen and (min-width: 768px) {
  body.single-wo-event .headline.page {
    font-size: 2em;
  }
}

@media screen and (min-width: 1024px) {

  .wo-row::before,
  .wo-row::after {
      display: table;
      content: ' ';
  }

  .wo-row::after {
      clear: both;
  }

  .wo-col-one-third {
      width: 33.33333%;
      float: left;
  }

  /* Single-Navigation */

  .wo-col-half {
    width: 50%;
  }

  .wo-col-half.wo-col1 {
    float: left;
  }

  .wo-col-half.wo-col2 {
    float: right;
    text-align: right;
  }

  p.nav-previous {
    padding-right: 25px;
  }

  p.nav-next {
    padding-left: 25px;
  }
}

/* search */

#searchform #s {
  float: none;
  margin-bottom: 15px;
}

#searchform input[type="radio"] {

} 
