@charset "UTF-8";
body {
  background: whitesmoke;
  font-weight: 400;
}

hr {
  margin: 0;
  align-self: stretch;
}

.img-center-cropped {
  width: 100%;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-center-cropped-events {
  width: 100%;
  height: 350px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.h1-animation-wrapper {
  display: flex;
  justify-content: center;
}

.h1-animation {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  transition: all 0.8s;
}

.h1-animation a {
  color: black;
  text-decoration: none;
}

.h1-animation::after {
  color: rgba(111, 111, 111, 0.8);
  content: "▹";
  transition: all 0.8s;
}

.h1-animation:hover {
  transform: translateX(5px);
}

.h1-animation:hover::after {
  transform: translateX(55px);
  color: #0c0c0c;
}

.row-fix {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.card {
  border-top: hidden;
  border-left: hidden;
  border-right: hidden;
  border-bottom: solid #f7f7f7 5px;
}

.card-body {
  height: 200px;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-header {
  background: #d3d9df;
}

.no-wrap {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  min-width: 0;
}

.page-title {
  background-color: rgba(193, 193, 193, 0.47);
  border-radius: 10px;
  color: whitesmoke;
  padding: 1rem;
  font-size: 70px;
  font-family: "Cabin", sans-serif;
}

.navbar {
  padding: 0rem 1rem;
}

.nav-logo {
  width: auto;
  height: 50px;
  margin-left: 5px;
}

.bg-light {
  background-color: #232323 !important;
}

.nav-link {
  color: #b7bbc2 !important;
}

.nav-active {
  background-color: #696c70;
  border-radius: 5px;
}

.home-page-container {
  font-size: 17px;
  line-height: 22px;
}

.error-page-container {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  min-height: 40vh;
}

.breadcrumb-home-icon {
  background: url(../img/base/icon-breadcrumb-home.png) 0 0 no-repeat;
  width: 17px;
  height: 17px;
  padding: 0;
}

.footer-fab {
  font-size: 1.3rem !important;
  color: #fefefe;
}

.footer-fab:hover {
  color: #4a4a4a;
  transition: color 0.3s ease-in;
}

.title-description {
  font-size: 14px;
  font-weight: 300;
  color: #FFF;
}

.about {
  background: rgba(0, 151, 19, 0.1) !important;
}

.blog-page-title {
  background-color: rgba(193, 193, 193, 0.1);
  width: 100%;
  padding: 20px;
}

.home-hero {
  display: flex;
  height: 80vh;
}

.home-hero-dances {
  display: flex;
  flex: 1;
  width: 100vh;
  flex-direction: column-reverse;
}

.home-hero-dances-item {
  font-size: 50px;
  color: wheat;
  margin-bottom: 50px;
  margin-left: 20px;
}

.line {
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 10px;
  margin-left: 20px;
}

.section-line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.home-section-body {
  padding-bottom: 30px;
  text-align: center;
  max-width: 700px;
  margin: 30px auto 15px auto;
  font-size: 30px;
}

.home-section-news {
  background-color: #232323b5;
  padding: 35px 0 35px 0;
}

.home-section-events {
  background-color: #a2c4c9;
  padding: 35px 0 35px 0;
}

.home-section-shows {
  background-color: #232323b5;
  padding: 35px 0 35px 0;
}

.home-news-container-new {
  background-color: #696c70;
  padding: 50px 0 50px 0.25rem;
}

.home-news-container-new-reversed {
  background-color: #89a6ab;
  padding: 50px 0.25rem 50px 0px;
}

.home-shows-container-new {
  background-color: #696c70;
  padding: 50px 0 50px 0.25rem;
}

.home-news-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.home-news-container-item a {
  color: #343a40;
  text-decoration: none;
}

.home-members-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}

.home-news-card-footer {
  background-color: #f7f7f7;
  border-radius: 0px !important;
}

.home-news-event-card-header {
  background-color: #f7f7f7;
  height: 65px;
}

.home-gallery {
  max-width: 100%;
  height: auto;
}

.standard-page-container {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.standard-page-container h1 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.standard-page-container h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.standard-page-container h3 {
  font-size: 1.75rem;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.standard-page-container h4 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.responsive-object {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.responsive-object iframe,
.responsive-object object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.show-g-header {
  grid-column: span 3;
}

.show-g-nav {
  background-color: #f90;
  padding: 20px;
}

.show-g-aside {
  padding: 20px;
  background-color: #936;
}

.show-g-footer {
  grid-column: span 3;
  padding: 30px;
  text-align: center;
  font-size: 1.4em;
  background-color: #690;
  color: white;
}

.show-g-h1 {
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: bold;
}

.gallery-block.compact-gallery .item-show {
  background: inherit !important;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
  min-height: 350px;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.about {
  background: var(--main-color) none repeat scroll 0 0;
  margin-bottom: 4em;
}

.about .title-section {
  padding: 30px 0 20px;
}

.about .title-section-image {
  padding: 0;
}

.about .title-section h1 {
  font-weight: 400;
}

.about .title-section-image h1 {
  margin-top: 0;
  font-weight: 400;
  font-size: 30px;
}

.about .title-section h2 {
  color: #ededed;
}

.about .title-header a {
  color: #FFF;
}

.about .title-header a:hover,
.about .title-header a:focus {
  color: #FFF;
  text-decoration: none;
}

.events-container {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 5px;
  /* 5px rounded corners */
}

.events-container:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.events-inner-container {
  padding: 20px 5px;
}

.hero-fit {
  height: 450px;
  position: relative;
  text-align: center;
  font-size: 70px;
  margin-bottom: 0.3em !important;
}

.img-hero-cover-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.form-group div input {
  margin-bottom: 0px;
}

.form-group div small {
  margin-top: 0px;
}

.btn-outline-winton-blue {
  color: #222222;
  background-color: transparent;
  background-image: none;
  border-color: #003e74;
}

.btn-outline-winton-blue:hover {
  color: #fff;
  background-color: #003e74;
  border-color: #003e74;
}

.btn-outline-winton-blue:focus, .btn-outline-winton-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-winton-blue.disabled, .btn-outline-winton-blue:disabled {
  color: #003e74;
  background-color: transparent;
}

.btn-outline-winton-blue:not(:disabled):not(.disabled):active, .btn-outline-winton-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-winton-blue.dropdown-toggle {
  color: #fff;
  background-color: #003e74;
  border-color: #003e74;
}

.btn-outline-winton-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-winton-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-winton-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-winton-blue {
  color: #fff;
  background-color: #003e74;
  border-color: #003e74;
}

.btn-winton-blue:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-winton-blue:focus, .btn-winton-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-winton-blue.disabled, .btn-winton-blue:disabled {
  color: #fff;
  background-color: #003e74;
  border-color: #003e74;
}

.btn-winton-blue:not(:disabled):not(.disabled):active, .btn-winton-blue:not(:disabled):not(.disabled).active,
.show > .btn-winton-blue.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-winton-blue:not(:disabled):not(.disabled):active:focus, .btn-winton-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-winton-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

#site-search-container {
  background-color: #343434;
}

/********************/
/* Streaming Blocks */
/********************/
/**********/
/* LOADER */
/**********/
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pages-title-img {
  float: right;
  margin: 5px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.full-width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

#loader-container {
  min-height: 400px;
}

.contact-hero > h1,
.home-hero > h1,
.news-hero > h1,
.members-hero > h1,
.aboutus-hero > h1,
.show-hero > h1 {
  font-size: 70px;
}

.asteriskField {
  display: none;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .mobile-responsive-order-first {
    order: 1;
  }
}

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