/*
Theme Name: KIPCOR
Theme URI: http://flinthillsdesign.com
Author: Flint Hills Design
Author URI: http://flinthillsdesign.com
Description: Theme for KIPCOR.
Version: 1.0
Text Domain: KIPCOR
Domain Path: /languages/
*/
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVg2ZhZI2eCN5jzbjEETS9weq8-19eDpCEobdNc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-33mZGCQYag.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYag.ttf) format('truetype');
}
/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/
body {
  font-weight: 100;
}
h2,
h3 {
  font-weight: normal;
}
h4 {
  line-height: 1.5;
  color: #808080;
}
p {
  font-weight: 100;
}
a {
  font-weight: 500;
  text-decoration: underline;
}
img {
  width: 100%;
  height: auto;
}
.skip-link {
  display: none;
}
/*--------------------------------------------------------------
## Style Classes
--------------------------------------------------------------*/
.top-border {
  border-top: 1px dotted #808080;
}
.bottom-border {
  border-bottom: 1px dotted #808080;
}
hr {
  border-top: 1px dotted #808080;
}
.section-title {
  border-bottom: 1px dotted #808080;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .section-title.flex-title {
    display: flex;
  }
}
.section-title.flex-title .full-calendar-link {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .section-title.flex-title .full-calendar-link {
    align-self: flex-end;
    border-left: 1px solid #e2e2e2;
    margin-left: 2rem;
    margin-top: 0;
    padding-left: 2rem;
  }
}
.section-title.flex-title .full-calendar-link p {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.section-title.flex-title .full-calendar-link a {
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0.03rem;
}
.uppercase {
  text-transform: uppercase;
}
.well {
  margin-top: 1.5em;
  border-radius: 0;
  padding-top: 0.2em;
}
.post-info {
  color: #808080;
  font-style: italic;
}
.btn {
  text-decoration: none;
}
.btn.btn-primary {
  text-transform: uppercase;
  padding: 0.5em 2em 0.3em;
  font-weight: 100;
}
@media (min-width: 768px) {
  .btn.btn-primary {
    padding: 0.5em 3em 0.3em;
  }
}
.btn.btn-outline {
  border: 1px solid #DFDFDF;
}
.btn.btn-outline:hover {
  background-color: #314076;
  color: white;
}
.btn.btn-yellow {
  display: block;
  background-color: #FED288;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1.11em;
  color: #515151;
  transition: background 0.2s;
  font-style: italic;
  margin-bottom: 1em;
}
.btn.btn-yellow:hover {
  background: #fdb53c;
}
@media (min-width: 992px) {
  .btn.btn-yellow {
    margin-bottom: 0;
  }
}
.classes-events {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .classes-events {
    margin: 4rem auto;
  }
}
.event-flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .event-flex {
    flex-wrap: nowrap;
  }
}
.event-flex .upcoming-events {
  width: 100%;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid #e2e2e2;
}
@media (min-width: 768px) {
  .event-flex .upcoming-events {
    border: none;
    min-width: 24%;
    max-width: 45%;
    padding: 0 1rem;
  }
}
.event-flex .upcoming-events:last-child {
  border-bottom: none;
}
.event-flex .upcoming-events h3 {
  font-weight: normal;
}
.event-flex .upcoming-events a {
  margin-right: 1em;
  text-decoration: none;
}
.event-flex .upcoming-events .event-thumbnail {
  position: relative;
  overflow: hidden;
}
.event-flex .upcoming-events .event-thumbnail img {
  object-fit: cover;
  object-position: center;
  height: 25rem;
}
.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2em;
}
.flex img {
  width: 40%;
  height: auto;
  margin: 1em 0;
}
@media (min-width: 992px) {
  .flex img {
    width: 15%;
  }
}
@media (min-width: 992px) {
  .flex {
    flex-flow: row wrap;
  }
}
.service-box {
  height: 19em;
  margin-bottom: 1em;
  border: 1px solid #DFDFDF;
  padding: 1em 1em 1em;
}
.service-box:hover {
  background-color: #f9f9f9;
}
.service-box img {
  width: 4em;
}
.announcement-banner {
  background: #cf4934;
  color: white;
}
.announcement-banner .text-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
}
.announcement-banner p {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.navbar-brand {
  padding: 1em 0 1em 1em;
  width: 9em;
}
#kipcor-navbar {
  font-weight: 100;
}
#kipcor-navbar a {
  font-weight: 100;
  text-decoration: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a:focus {
  color: white;
}
.menu-item {
  font-size: 0.94em;
}
.navbar {
  margin-bottom: 0;
}
.search-form {
  padding: 0.2em 0;
}
#breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  #breadcrumbs {
    margin-top: 0.8em;
    margin-bottom: 0;
    text-transform: uppercase;
    display: block;
    font-size: 0.94em;
  }
}
#breadcrumbs a {
  font-weight: 100;
}
#search-form {
  padding-top: 0.5em;
  padding-bottom: 0.4em;
  position: relative;
}
#search-form .search-box {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #DFDFDF;
  padding: 0.2em 0 0.2em 0.5em;
}
#search-form .search-icon {
  position: absolute;
  top: 31%;
  right: 3%;
}
.homepage-banner {
  background-image: url('img/home-banner-overlay.png'), url('img/home-banner-bc.jpg');
  background-size: cover, cover;
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  color: white;
  padding: 3em 0 2.5em;
  margin-bottom: 1em;
}
.homepage-banner h1 {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
}
.homepage-banner h3 {
  color: white;
  font-style: italic;
}
.homepage-banner .quick-links {
  border-top: 1px dotted #DFDFDF;
  padding-top: 2em;
  margin-top: 1em;
}
/*--------------------------------------------------------------
## Page Styles
--------------------------------------------------------------*/
.hero {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  padding: 1.5em 0;
  margin-bottom: 2.5em;
  background-image: url('../img/page-header.png');
  background-size: auto 103%;
  background-position: 41% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .hero {
    background-size: auto 103%, 10%, 56%;
    background-position: 41% 50%, 100% 100%, 101% 34%;
    background-repeat: no-repeat, no-repeat, no-repeat;
  }
}
.hero h1 {
  text-transform: uppercase;
}
.widget {
  margin-top: 0;
}
@media (min-width: 768px) {
  .widget {
    margin-top: 5em;
  }
}
.entry-title .single-pronouns {
  display: inline-block;
  margin-left: 1.5rem;
  font-size: 2rem;
  font-weight: semibold;
  font-style: italic;
}
.entry-content {
  margin-bottom: 4em;
}
.heading-link {
  font-size: 0.65em;
  display: inline-block;
}
@media (min-width: 768px) {
  .heading-link {
    padding-left: 1.75em;
  }
}
#tribe-bar-form {
  display: none;
}
h2.tribe-events-page-title {
  text-align: left;
  border-bottom: 1px dotted #DFDFDF;
  padding-bottom: 0.8em;
  margin-bottom: 0.8em;
}
.tribe-events-list .tribe-events-loop .tribe-events-event-image {
  display: none;
}
#tribe-events-footer {
  display: none;
}
.news-story {
  padding: 0 1.25em;
}
.newsletters .newsletter-preview {
  border: 1px solid #DFDFDF;
}
.newsletters .newsletter-list li:first-child:after {
  content: " (Current Issue)";
}
.staff {
  margin-bottom: 5em;
}
.post-navigation {
  display: none;
}
.homepage-newsletter {
  margin-top: 1.5em;
}
.homepage-newsletter h3 {
  margin-top: 0;
}
.homepage-newsletter img {
  border: 1px solid #DFDFDF;
}
.calendar-events {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #DFDFDF;
}
.calendar-events h3 {
  margin-top: 0;
}
.calendar-events a {
  text-decoration: none;
}
.calendar-events .date-box {
  border: 1px solid #314076;
  text-align: center;
  padding: 0.5em 0.6em;
  margin-bottom: 2em;
}
.calendar-events .date-box .single-month {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.65em;
  font-weight: 700;
  color: #314076;
}
.calendar-events .date-box .single-day {
  font-size: 3em;
  margin: 0;
  font-weight: 100;
}
.calendar-events .date-box .multi-day {
  display: flex;
  justify-content: space-around;
}
.calendar-events .date-box .multi-day .month {
  width: 50%;
  text-transform: uppercase;
  font-weight: 700;
  color: #314076;
}
.calendar-events .date-box .multi-day .day {
  width: 50%;
  margin: 0;
  font-weight: 100;
  font-size: 1.2em;
  color: #515151;
}
.calendar-events .date-box .multi-day .single-month-multi-day {
  font-size: 2em;
}
.calendar-events .date-box .multi-day .dash {
  font-size: 2em;
}
.page-index {
  background-color: #DFDFDF;
  padding: 1.17em 1.17em 0.47em;
}
.page-index h3 {
  margin-top: 0;
}
.tribe-events-meta-group dl {
  font-size: 1.3em;
}
.personnel {
  margin-bottom: 1.5em;
}
.personnel .pronoun {
  display: block;
  font-size: 1.75rem;
  margin-top: 0.75rem;
}
.trainer-profile {
  margin-bottom: 2em;
}
.trainer-profile img {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .trainer-profile img {
    margin-bottom: 0;
  }
}
.trainer-profile h3 {
  margin-top: 0;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #444444;
  padding-top: 1.2em;
  color: white;
  font-weight: 100;
}
.site-footer img {
  margin-bottom: 2em;
}
.site-footer h4 {
  color: white;
  font-weight: 400;
  padding-bottom: 0.3em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #808080;
}
.site-footer h4::after {
  content: '\00BB';
  padding-left: 0.5em;
}
@media (min-width: 768px) {
  .site-footer h4::after {
    content: '';
  }
}
@media (min-width: 768px) {
  .site-footer h4 {
    margin-bottom: 0.3em;
  }
}
.site-footer a {
  color: white;
  text-decoration: none;
}
.site-footer .sub-menu {
  display: none;
}
@media (min-width: 768px) {
  .site-footer .sub-menu {
    display: inline-block;
    color: white;
    font-weight: 100;
  }
  .site-footer .sub-menu:hover {
    color: #e6e6e6;
  }
}
.site-footer a.social-link {
  margin-right: 1em;
}
.site-footer .icon {
  width: 1.2em;
  display: inline;
  margin-bottom: 0;
  margin-right: 0.63em;
}
.site-footer .affiliated {
  margin-top: 1.5em;
  padding-top: 1em;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer .affiliated {
    border-top: 1px dotted #808080;
  }
}
.copyright {
  background-color: #808080;
  padding: 0.5em 0;
  color: white;
}
.copyright a {
  color: white;
}
@media (min-width: 768px) {
  .copyright .copyright-section {
    display: flex;
    justify-content: space-between;
  }
}
.text-highlight {
  background-color: #FED288;
  padding: 0.3em 0.6em;
  font-weight: bold;
  border-radius: 0.18em;
}
.fhwd-tag {
  display: inline-flex;
  font-size: 1.3rem;
  justify-content: center;
}
.fhwd-tag a {
  color: white;
  align-self: center;
  text-decoration: none;
}
.fhwd-tag a:hover {
  text-decoration: underline;
}
.fhwd-tag img {
  width: 2rem;
  margin-right: 0.5rem;
  margin-bottom: 0.3rem;
}
h3.sponsor-group-title {
  margin-top: 30px !important;
}
.sponsors {
  border: 1px solid #eeeeee;
  margin: 0 0 30px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .sponsors {
    justify-content: flex-start;
  }
}
.sponsors .logo {
  width: 45%;
  align-self: center;
}
@media (min-width: 768px) {
  .sponsors .logo {
    width: 25%;
    padding: 5px;
  }
}
/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.nav-next {
  float: right;
  margin-bottom: 50px;
}
/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 24.5%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  margin-top: -30px;
}
