@charset "UTF-8";
/**
    Theme Name: Powick Players
    Author: Online Web Space
    Description: Powick Players Theme
    Version: 1.0.0
 */
/* Core values */
/* navigation styling */
.navbar-brand img {
  height: 55px;
}

.navbar {
  padding: 20px 0;
  background-color: #000 !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: #000;
  color: #fff;
  font-weight: 500;
}
footer h2 {
  color: #fff;
  text-transform: uppercase;
}
footer ul {
  list-style-type: none;
  padding: 0;
}

.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;
}

.committee-members-heading {
  text-align: center;
  color: #000;
  margin-top: 150px;
  margin-bottom: 70px;
  font-size: 35px;
}

.committee-members-container {
  display: flex;
  flex-direction: column;
}
.committee-members-container .committee-members-column-4 {
  float: left;
  padding: 10px;
  margin: 20px;
  width: 200px;
  height: 250px;
}

.committee-member-1, .committee-member-2, .committee-member-3,
.committee-member-4, .committee-member-5, .committee-member-6 {
  background-size: cover !important;
  background-position: top !important;
}

.committee-member-1 {
  background: url("../powick-players/img/committee-members/committee-member-1.jpeg");
}

.committee-member-2 {
  background: url("../powick-players/img/committee-members/committee-member-2.jpeg");
}

.committee-member-3 {
  background: url("../powick-players/img/committee-members/committee-member-3.jpeg");
}

.committee-member-4 {
  background: url("../powick-players/img/committee-members/committee-member-4.jpeg");
}

.committee-member-5 {
  background: url("../powick-players/img/committee-members/committee-member-5.jpeg");
}

.committee-member-6 {
  background: url("../powick-players/img/committee-members/committee-member-6.jpeg");
}

.committee-members-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.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: "/ ";
}

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