@charset "UTF-8";
/**
    Theme Name: Worcester Musical Theatre Company
    Author: Online Web Space
    Description: Worcester Musical Theatre Company Theme
    Version: 1.0.1
 */
/* Core values */
/* navigation styling */
.navbar-brand img {
  height: 55px;
}

.navbar {
  padding: 20px 0;
  background-color: #bf1e2f !important;
}
.navbar .nav-link {
  color: #fff !important;
}

p {
  line-height: 1.7rem;
  font-size: 1.2rem;
  margin: 1.4rem 0;
}

/* custom style blocks */
.block-normal {
  text-align: initial;
}

.block {
  text-align: center;
  padding: 3rem 0;
}
.block .heading-formatted {
  font-weight: 600;
  text-transform: uppercase;
  color: #342f2f;
  margin: 0 0 0.3em 0;
}
.block.text-align-initial {
  text-align: initial;
}
.block h2 {
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.block .course {
  position: relative;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 2rem;
}
.block .course .title {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 1rem 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.2rem;
  transition: padding 0.5s, font-size 0.5s;
}
.block .course:hover .title {
  padding: 1.5rem 0;
  font-size: 1.3rem;
}
.block .recommended-course {
  border: 1px solid #e0e0e0;
  margin-bottom: 2rem;
}
.block .recommended-course .course {
  margin-bottom: 0;
}
.block .recommended-course .content {
  padding: 0.8rem 0;
}
.block .recommended-course .content a {
  margin-top: 0.8rem;
}
.block .video {
  position: relative;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #000;
  margin-bottom: 2rem;
}
.block .video-title {
  text-transform: uppercase;
  font-weight: 500;
}
.block.block-grey {
  background: #e5e5e5;
}

.block-blue {
  background: #006eb6;
}
.block-blue h1, .block-blue h2, .block-blue h3, .block-blue h4, .block-blue h5, .block-blue h6, .block-blue p, .block-blue ul {
  color: #fff;
}
.block-blue a {
  color: #fff;
  text-decoration: underline;
}

.block-notification {
  text-align: center;
  padding: 2rem 0;
}

/* custom shortcode styling */
.block-remove-top-padding {
  padding-top: 0;
}

.block-remove-bottom-padding {
  padding-bottom: 0;
}

.block-remove-left-padding {
  padding-left: 0;
}

.block-remove-right-padding {
  padding-right: 0;
}

.block-remove-all-padding {
  padding: 0;
}

/* Footer styling */
footer {
  padding: 2rem 0;
  background: #282A2B;
  color: #fff;
  font-weight: 500;
}
footer h2 {
  color: #fff;
  text-transform: uppercase;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer li a {
  color: #fff;
}

.social-links {
  padding: 10px 10px 0 10px;
  text-align: right;
}
.social-links .social-media {
  color: inherit;
}
.social-links .social-media:hover {
  text-decoration: none;
}

/* button styling */
.button-base, .book-now, .request-info {
  padding: 5px 10px;
  text-decoration: none;
  font-weight: 400;
  display: block;
  text-align: center;
}
.button-base:hover, .book-now:hover, .request-info:hover {
  text-decoration: none;
}

.request-info {
  background: #006eb6;
  color: #fff;
}
.request-info:hover {
  color: #fff;
  background: #007dd0;
}

.book-now {
  background: #93d2fd;
  color: #000;
}
.book-now:hover {
  color: #000;
  background: #acdcfd;
}

.swish {
  width: 100%;
  height: 100px;
  margin: 20px 0;
}

.news-outer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news-outer-container .news-container {
  display: flex;
  flex-direction: column;
  background: #fff;
  text-align: left;
  color: #342f2f;
  min-height: 335px;
  max-width: 250px;
  margin: 20px;
}
.news-outer-container .news-container .image {
  flex: 0 1 auto;
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-color: #515151;
}
.news-outer-container .news-container .news-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-outer-container .news-container .news-content .news-description {
  padding: 20px;
}
.news-outer-container .news-container .news-content .news-description h3 {
  font-weight: 600;
}
.news-outer-container .news-container .news-content a {
  display: block;
  padding: 20px;
  color: #342f2f;
  text-decoration: none;
}
.news-outer-container .news-container .news-content a:hover {
  text-decoration: none;
  color: #342f2f;
}

.news-post-template .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #515151;
  height: 300px;
}
.news-post-template .image .overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.news-post-template .image .overlay .details {
  color: #fff;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .news-post-template .image .overlay .details {
    padding: 0 4rem 2rem 4rem;
  }
}
.news-post-template .content {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .news-post-template .content {
    padding: 3rem 4rem;
  }
}

.post-breadcrumb ul {
  margin: 0;
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
.post-breadcrumb ul li {
  display: inline;
  font-size: 18px;
}
.post-breadcrumb ul li a {
  color: #0275d8;
  text-decoration: none;
}
.post-breadcrumb ul li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.post-breadcrumb ul li + li:before {
  padding: 8px;
  color: black;
  content: "/ ";
}

.main-nav ul ul {
  display: none;
}

.main-nav ul li:hover > ul {
  display: block;
}

.main-nav ul ul {
  display: none;
  position: absolute;
  top: 1.5em;
  left: 0;
  z-index: 99999;
  width: 180px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.main-nav li {
  position: relative;
}

#menu-main-menu {
  margin-bottom: 0;
  list-style: none;
}
#menu-main-menu a {
  color: white;
}
#menu-main-menu ul {
  padding-top: 20px;
  padding-bottom: 10px;
  list-style: none;
  background: #bf1e2f;
  border: none;
  box-shadow: none;
  margin-left: -10px;
  padding-left: 10px;
}

@media (min-width: 992px) {
  .main-nav {
    margin-left: auto;
  }

  #menu-main-menu {
    flex-direction: row;
    display: flex;
    margin-left: auto !important;
  }
  #menu-main-menu li a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg > .container {
    padding: 0 10px;
  }

  #menu-main-menu {
    padding: 10px 0;
  }
  #menu-main-menu > li > ul {
    padding: 10px;
    width: 100%;
    background: white;
    margin: 5px 0;
  }
  #menu-main-menu > li > ul a {
    color: #bf1e2f;
  }

  .main-nav ul ul {
    display: block;
    position: relative;
    top: 0;
  }
}
.button-link {
  padding: 10px 15px;
  font-size: 16px;
  transition: background-color 0.5s;
  margin: 10px 0;
}
.button-link.red {
  background-color: #bf1e2f;
  color: #fff;
}
.button-link.blue {
  background-color: #273d95;
  color: #fff;
}
.button-link:hover {
  background-color: #282A2B;
  text-decoration: none;
  color: #fff;
}

.button-link-block .title {
  text-align: left;
  border-bottom-color: #bf1e2f;
  padding-bottom: 10px;
  color: #bf1e2f;
  margin-bottom: 10px;
  text-decoration: underline;
}
.button-link-block .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.button-link-block .content p {
  flex-basis: calc(33.33% - 10px);
  /* subtract margin */
  margin: 5px 5px 20px 5px;
}
@media (max-width: 768px) {
  .button-link-block .content p {
    flex-basis: calc(50% - 10px);
    /* subtract margin */
  }
}

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