/**
    Theme Name: Kays Theatre Group
    Author: 3ac Digital
    Description: Introducing Kays Theatre Group Theme, a sleek and versatile WordPress theme crafted exclusively for theater groups. With its modern design and powerful features, it offers seamless customization and an immersive experience for showcasing your theater productions. Elevate your online presence and engage your audience with Kays Theatre Group Theme.
    Version: 1.3.1
 */
body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.navigation-container {
  display: flex;
  padding: 10px 10px;
}
.navigation-container .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 180px;
  padding: 0 20px;
  flex-grow: 1;
}
.navigation-container .navigation-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-grow: 4;
}
.navigation-container .navigation-links .navigation-links-item a {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  cursor: pointer;
  color: #231F20;
}
.navigation-container .navigation-links .navigation-links-item .navigation-links-item-sub-items {
  position: absolute;
  display: none;
  margin-left: -10px;
  background: #F3DFA2;
}
.navigation-container .navigation-links .navigation-links-item .navigation-links-item-sub-items a {
  padding: 2px 0;
  font-weight: 500;
  padding: 5px 10px;
  border-bottom: 1px solid #EFE6DD;
}
.navigation-container .navigation-links .navigation-links-item .navigation-links-item-sub-items a:hover {
  background: #EFE6DD;
}
.navigation-container .navigation-links .navigation-links-item:hover > .navigation-links-item-sub-items {
  display: flex;
  flex-direction: column;
}
.navigation-container .navigation-links-mobile {
  display: none;
}
.navigation-container .navigation-buttons {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.navigation-container .navigation-buttons .navigation-buttons-item {
  text-decoration: none;
  width: 100%;
  text-align: center;
  margin: 5px 0;
  padding: 7px 0;
  border: 3px solid #BB4430;
  background: #BB4430;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.navigation-container .navigation-buttons .navigation-buttons-item:hover {
  color: #BB4430;
  background: transparent;
}

@media only screen and (max-width: 998px) {
  .navigation-container {
    flex-direction: column;
  }
  .navigation-container .logo {
    width: auto;
    padding: 10px 0;
    flex-direction: row;
  }
  .navigation-container .logo img {
    width: 50%;
  }
  .navigation-container .logo .mobile-menu-icon-container {
    display: flex;
    justify-content: flex-end;
    width: 50%;
  }
  .navigation-container .logo .mobile-menu-icon-container .mobile-menu-icon {
    display: flex;
    flex-direction: column;
    width: 50px;
    justify-content: center;
    cursor: pointer;
  }
  .navigation-container .logo .mobile-menu-icon-container .mobile-menu-icon .mobile-menu-icon-bar {
    display: flex;
    background: #F3DFA2;
    height: 6px;
    width: 80%;
    margin: 2px auto;
    border-radius: 2px;
  }
  .navigation-container .navigation-links-mobile {
    flex-direction: column;
  }
  .navigation-container .navigation-links-mobile.navigation-links-mobile-hidden {
    display: none;
  }
  .navigation-container .navigation-links-mobile .navigation-buttons {
    display: flex !important;
    padding: 0;
  }
  .navigation-container .navigation-links-mobile .navigation-buttons .navigation-buttons-item {
    margin: 0;
    border: none;
    border-top: 1px solid white;
  }
  .navigation-container .navigation-links, .navigation-container .navigation-buttons {
    display: none !important;
  }
  .navigation-container .navigation-links-mobile {
    display: flex;
  }
  .navigation-container .navigation-links-mobile .navigation-links-item {
    display: flex;
    flex-direction: column;
    background: #F3DFA2;
    border-bottom: 1px solid #FFF;
  }
  .navigation-container .navigation-links-mobile .navigation-links-item .navigation-links-item-sub-items {
    display: flex;
    flex-direction: column;
  }
  .navigation-container .navigation-links-mobile .navigation-links-item .navigation-links-item-sub-items a {
    padding-left: 20px;
    background: #f9efcf;
  }
  .navigation-container .navigation-links-mobile .navigation-links-item .navigation-links-item-sub-items a:not(:last-child) {
    border-bottom: 1px solid #F3DFA2;
  }
  .navigation-container .navigation-links-mobile .navigation-links-item a {
    padding: 10px;
    text-decoration: none;
    color: #231F20;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
}
.content .hero {
  background: #7EBDC2;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content .hero .title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: #FFF;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
.content .hero .breadcrumb ul {
  display: flex;
  list-style: none;
  padding: 0;
  color: #FFF;
}
.content .hero .breadcrumb ul > li {
  padding-right: 10px;
}
.content .hero .breadcrumb ul > li a {
  text-decoration: underline;
  color: #FFF;
}
@media only screen and (max-width: 991px) {
  .content .hero .title, .content .hero .breadcrumb {
    padding-left: 10px;
  }
}
.content .content-placeholder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 150px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url("../../images/page-placeholder.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
}
.content .content-placeholder h1 {
  margin-bottom: 5px;
  color: white;
  text-transform: uppercase;
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  width: 100%;
}
.content .content-block .content-block-container {
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}
.content .content-block .content-block-container .post-image {
  margin-top: 30px;
}
.content .content-block .content-block-container .post-title {
  margin-bottom: 0;
  text-transform: uppercase;
}
.content .content-block .content-block-container .post-date {
  font-weight: 400;
}
.content .content-block.content-block-linen {
  background: #EFE6DD;
}

.news-and-media-block {
  margin-bottom: 20px;
}
.news-and-media-block .news-and-media-block-item {
  display: flex;
  border-bottom: 1px #231F20 dashed;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.news-and-media-block .news-and-media-block-item .news-and-media-block-item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.news-and-media-block .news-and-media-block-item .news-and-media-block-item-content .news-and-media-block-item-title {
  font-weight: 600;
  font-size: 20px;
}
.news-and-media-block .news-and-media-block-item .news-and-media-block-item-content .news-and-media-block-item-title .news-and-media-block-item-date {
  font-weight: 600;
  font-size: 14px;
}
.news-and-media-block .news-and-media-block-item .news-and-media-block-item-content .news-and-media-block-item-description {
  padding: 10px 0;
}
.news-and-media-block .news-and-media-block-item .news-and-media-block-item-content .news-and-media-block-item-description .news-and-media-block-item-read-more {
  padding: 10px 0;
}
.news-and-media-block .news-and-media-block-item .news-and-media-block-item-content .news-and-media-block-item-description .news-and-media-block-item-read-more a {
  font-weight: 600;
  text-decoration: none;
  color: #BB4430;
}
.news-and-media-block .news-and-media-block-item .news-and-media-block-item-image {
  height: 200px;
}
.news-and-media-block .news-and-media-block-item .news-and-media-block-item-image img {
  height: 100%;
}

.news-and-media-block-button {
  display: flex;
  justify-content: center;
}
.news-and-media-block-button .news-and-media-button {
  padding: 10px 20px;
  background: #856811;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: white;
  margin: 20px 0 10px;
  text-decoration: none;
}

.previous-shows-block {
  display: flex;
  flex-wrap: wrap;
}
.previous-shows-block .previous-shows-block-item {
  flex: 0 0 25%;
}
.previous-shows-block .previous-shows-block-item .previous-shows-block-item-image {
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  margin: 0 10px;
}
.previous-shows-block .previous-shows-block-item .previous-shows-block-item-text {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.previous-shows-block .previous-shows-block-item .previous-shows-block-item-link {
  padding: 0 10px;
  text-align: center;
}
.previous-shows-block .previous-shows-block-item .previous-shows-block-item-link a {
  text-decoration: none;
  font-size: 14px;
  color: #BB4430;
  font-weight: 600;
}
.previous-shows-block .previous-shows-block-item .previous-shows-block-item-link a:hover {
  color: #6a261b;
}
@media only screen and (max-width: 991px) {
  .previous-shows-block .previous-shows-block-item {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 767px) {
  .previous-shows-block .previous-shows-block-item {
    flex: 0 0 100%;
  }
}

.previous-shows-block-button {
  display: flex;
  justify-content: center;
}
.previous-shows-block-button .previous-shows-button {
  padding: 10px 20px;
  background: #856811;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: white;
  margin: 20px 0 10px;
  text-decoration: none;
}
.previous-shows-block-button .previous-shows-button:hover {
  background: #e7c048;
  cursor: pointer;
}

.rehearsal-news-block {
  margin-bottom: 20px;
}
.rehearsal-news-block .rehearsal-news-block-item {
  display: flex;
  border-bottom: 1px #231F20 dashed;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.rehearsal-news-block .rehearsal-news-block-item .rehearsal-news-block-item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.rehearsal-news-block .rehearsal-news-block-item .rehearsal-news-block-item-content .rehearsal-news-block-item-title {
  font-weight: 600;
  font-size: 20px;
}
.rehearsal-news-block .rehearsal-news-block-item .rehearsal-news-block-item-content .rehearsal-news-block-item-title .rehearsal-news-block-item-date {
  font-weight: 600;
  font-size: 14px;
}
.rehearsal-news-block .rehearsal-news-block-item .rehearsal-news-block-item-content .rehearsal-news-block-item-description {
  padding: 10px 0;
}
.rehearsal-news-block .rehearsal-news-block-item .rehearsal-news-block-item-content .rehearsal-news-block-item-description .rehearsal-news-block-item-read-more {
  padding: 10px 0;
}
.rehearsal-news-block .rehearsal-news-block-item .rehearsal-news-block-item-content .rehearsal-news-block-item-description .rehearsal-news-block-item-read-more a {
  font-weight: 600;
  text-decoration: none;
  color: #BB4430;
}
.rehearsal-news-block .rehearsal-news-block-item .rehearsal-news-block-item-image {
  height: 200px;
}
.rehearsal-news-block .rehearsal-news-block-item .rehearsal-news-block-item-image img {
  height: 100%;
}

.rehearsal-news-block-button {
  display: flex;
  justify-content: center;
}
.rehearsal-news-block-button .rehearsal-news-button {
  padding: 10px 20px;
  background: #856811;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: white;
  margin: 20px 0 10px;
  text-decoration: none;
}

.social-news-block {
  margin-bottom: 20px;
}
.social-news-block .social-news-block-item {
  display: flex;
  border-bottom: 1px #231F20 dashed;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.social-news-block .social-news-block-item .social-news-block-item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.social-news-block .social-news-block-item .social-news-block-item-content .social-news-block-item-title {
  font-weight: 600;
  font-size: 20px;
}
.social-news-block .social-news-block-item .social-news-block-item-content .social-news-block-item-title .social-news-block-item-date {
  font-weight: 600;
  font-size: 14px;
}
.social-news-block .social-news-block-item .social-news-block-item-content .social-news-block-item-description {
  padding: 10px 0;
}
.social-news-block .social-news-block-item .social-news-block-item-content .social-news-block-item-description .social-news-block-item-read-more {
  padding: 10px 0;
}
.social-news-block .social-news-block-item .social-news-block-item-content .social-news-block-item-description .social-news-block-item-read-more a {
  font-weight: 600;
  text-decoration: none;
  color: #BB4430;
}
.social-news-block .social-news-block-item .social-news-block-item-image {
  height: 200px;
}
.social-news-block .social-news-block-item .social-news-block-item-image img {
  height: 100%;
}

.social-news-block-button {
  display: flex;
  justify-content: center;
}
.social-news-block-button .social-news-button {
  padding: 10px 20px;
  background: #856811;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: white;
  margin: 20px 0 10px;
  text-decoration: none;
}

.committee-members-heading {
  text-align: center;
  font-weight: 500;
  color: #000;
  margin: 20px 0;
  font-size: 35px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.committee-members-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
.committee-members-body .committee-members-container {
  display: flex;
  flex-direction: column;
}
.committee-members-body .committee-members-container .committee-members-image {
  background-size: cover !important;
  background-position: top !important;
  float: left;
  padding: 10px;
  margin: 20px;
  width: 200px;
  height: 250px;
}
.committee-members-body .committee-members-container .committee-members-name {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.committee-members-body .committee-members-container .committee-members-title {
  text-align: center;
  font-size: 14px;
}
.committee-members-body .committee-members-container .committee-members-phone, .committee-members-body .committee-members-container .committee-members-email {
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}

.reviews-body {
  margin: 20px 0;
  max-width: 767px;
}
.reviews-body .reviews-container {
  margin-bottom: 25px;
}
.reviews-body .reviews-container .reviews-opening-quotes-icon img {
  height: 20px;
  opacity: 70%;
}
.reviews-body .reviews-container .reviews-description {
  font-style: italic;
}
.reviews-body .reviews-container .reviews-title {
  margin: 10px;
  font-weight: 600;
}

.content-block.members-area-block .content-block-container form {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .content-block.members-area-block .content-block-container form {
    width: 40%;
  }
}

.logged-in-user-message {
  font-size: 20px;
  font-weight: 500;
}

.footer-container {
  padding: 35px 0;
  background: #F3DFA2;
}
.footer-container .footer-inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
}
.footer-container .footer-inner-container .footer-logo {
  flex: 1 1 0;
  padding: 0 15px;
}
.footer-container .footer-inner-container .footer-logo img {
  width: 100%;
  margin: 10px 0;
}
.footer-container .footer-inner-container .footer-site-links {
  display: flex;
  justify-content: space-evenly;
  flex: 1 1 0;
}
.footer-container .footer-inner-container .footer-site-links h1 {
  font-size: 15px;
  text-transform: uppercase;
}
.footer-container .footer-inner-container .footer-site-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-container .footer-inner-container .footer-site-links ul a {
  text-decoration: none;
  color: inherit;
}
.footer-container .footer-inner-container .footer-contact {
  display: flex;
  justify-content: space-evenly;
  flex: 1 1 0;
}
.footer-container .footer-inner-container .footer-contact .footer-contact-inner-container h1 {
  font-size: 15px;
  text-transform: uppercase;
}
.footer-container .footer-inner-container .footer-policy-links {
  display: flex;
  justify-content: space-evenly;
  flex: 1 1 0;
}
.footer-container .footer-inner-container .footer-policy-links .footer-policy-links-inner-container h1 {
  font-size: 15px;
  text-transform: uppercase;
}
.footer-container .footer-inner-container .footer-policy-links .footer-policy-links-inner-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-container .footer-inner-container .footer-policy-links .footer-policy-links-inner-container ul a {
  text-decoration: none;
  color: inherit;
}
.footer-container .footer-inner-container .footer-social-copyright {
  flex: 1 1 0;
  font-size: 13px;
  font-weight: 500;
}
.footer-container .footer-inner-container .footer-social-copyright .footer-social-copyright-inner-container {
  padding: 0 10px;
}
.footer-container .footer-inner-container .footer-social-copyright .footer-social-copyright-inner-container h1 {
  font-size: 15px;
  text-transform: uppercase;
}
.footer-container .footer-inner-container .footer-social-copyright .footer-social-copyright-inner-container .footer-social-copyright-small-print span:first-child {
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .footer-container .footer-inner-container {
    flex-direction: column;
  }
  .footer-container .footer-inner-container .footer-logo {
    max-width: 300px;
  }
  .footer-container .footer-inner-container .footer-site-links, .footer-container .footer-inner-container .footer-contact, .footer-container .footer-inner-container .footer-policy-links, .footer-container .footer-inner-container .footer-social-copyright {
    justify-content: flex-start;
    padding: 0 15px;
  }
  .footer-container .footer-inner-container .footer-social-copyright {
    padding: 10px 15px;
  }
  .footer-container .footer-inner-container .footer-social-copyright .footer-social-copyright-inner-container {
    padding: 0;
  }
}
.awards-container {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.awards-container .award-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 250px; /* Set a maximum width for the award-item */
  width: 100%; /* Optional, set to 100% to ensure each item takes full width */
  height: 300px; /* Set the desired fixed height for the award-item */
  margin: 10px; /* Optional, adjust the margin as per your design */
}
.awards-container .award-item img {
  max-width: 250px;
  align-self: center;
}
.awards-container .award-item h3 {
  font-size: 16px;
  text-align: center;
  margin: 10px 0;
}
.awards-container .award-item p {
  text-align: center;
  margin: 0;
  padding-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.awards-container .award-item a {
  text-align: center;
}

.newsletter-block {
  margin-bottom: 20px;
}
.newsletter-block .newsletter-block-item {
  display: flex;
  border-bottom: 1px #231F20 dashed;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.newsletter-block .newsletter-block-item .newsletter-block-item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.newsletter-block .newsletter-block-item .newsletter-block-item-content .newsletter-block-item-title {
  font-weight: 600;
  font-size: 20px;
}
.newsletter-block .newsletter-block-item .newsletter-block-item-content .newsletter-block-item-title .newsletter-block-item-date {
  font-weight: 600;
  font-size: 14px;
}
.newsletter-block .newsletter-block-item .newsletter-block-item-content .newsletter-block-item-description {
  padding: 10px 0;
}
.newsletter-block .newsletter-block-item .newsletter-block-item-content .newsletter-block-item-description .newsletter-block-item-read-more {
  padding: 10px 0;
}
.newsletter-block .newsletter-block-item .newsletter-block-item-content .newsletter-block-item-description .newsletter-block-item-read-more a {
  font-weight: 600;
  text-decoration: none;
  color: #BB4430;
}
.newsletter-block .newsletter-block-item .newsletter-block-item-image {
  height: 200px;
}
.newsletter-block .newsletter-block-item .newsletter-block-item-image img {
  height: 100%;
}

.newsletter-block-button {
  display: flex;
  justify-content: center;
}
.newsletter-block-button .newsletter-button {
  padding: 10px 20px;
  background: #856811;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: white;
  margin: 20px 0 10px;
  text-decoration: none;
}

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