@charset "UTF-8";
/**
    Theme Name: PYPLC
    Author: 3ac Digital
    Description: PYPLC Wordpress Theme
    Version: 1.2.7
 */
* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1500px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade-slideshow {
  animation-name: fade-slideshow;
  animation-duration: 1.5s;
}

.slideshow-container .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;
}

@-webkit-keyframes fade-slideshow {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-slideshow {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
body {
  font-family: "Lato", sans-serif;
  margin: 0;
}

aside {
  color: #fff;
  background-color: #000;
  display: grid;
  grid-template-columns: auto 40px;
  padding: 1em;
}

@media only screen and (min-width: 768px) {
  aside {
    background-color: #000;
    grid-template-columns: auto;
    grid-template-rows: 20% auto;
    padding: 0;
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
  }
  aside a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
  }
  aside a:hover {
    color: #f1f1f1;
    background: #444444;
  }
}
#menu-icon {
  margin: auto;
  width: 30px;
}
#menu-icon:hover {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  #menu-icon {
    display: none;
  }
}
.logo-container {
  text-decoration: none;
  padding: 0;
  background: transparent !important;
}

#logo {
  display: none;
}

@media only screen and (min-width: 768px) {
  #logo {
    display: block;
    width: 100%;
  }
}
nav {
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 999;
}
nav .active {
  position: fixed;
  display: block;
  background-color: #fff;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
nav ul {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  display: block;
  padding: 1.5em 3em;
  color: #000;
}

@media only screen and (min-width: 768px) {
  nav {
    position: relative;
    background: #000;
  }
  nav ul {
    display: block;
  }
  nav ul li a {
    color: #fff;
  }
  nav .active {
    position: relative;
    background: #000;
    width: 100%;
  }
}
.block {
  padding: 5em 2em;
  text-align: center;
}
.block.block-normal {
  display: flex;
  justify-content: center;
}
.block.block-normal .inner-block {
  max-width: 800px;
}
.block h1 {
  font-weight: 600;
  text-transform: uppercase;
  color: #342f2f;
  margin: 0 0 0.3em 0;
}
.block p {
  line-height: 1.4em;
  padding: 1em 0;
  margin: 0;
}
.block.block-grey {
  background: #e5e5e5;
}

@media only screen and (min-width: 768px) {
  .main {
    margin-left: 200px; /* Same as the width of the sidenav */
  }
}
figure {
  margin: 0;
}
figure figcaption a, figure figcaption a:hover {
  color: #fff;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  figure {
    margin: auto 20px;
  }
  figure figcaption {
    display: none;
  }
}
.button {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.button:hover {
  color: #fff;
}
.button.button-secondary {
  background: #515151;
}

.user-group-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.user-group-container .user-group-item {
  display: flex;
  flex-direction: column;
  max-width: 220px;
  height: 350px;
  text-align: left;
  margin: 20px;
  background-position: center;
  background-size: cover;
}
.user-group-container .user-group-item .overlay {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
.user-group-container .user-group-item .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
}
.user-group-container .user-group-item a {
  color: #fff;
  text-decoration: none;
}
.user-group-container .user-group-item a:hover {
  text-decoration: underline;
}

.padding-20-top {
  padding-top: 20px;
}
.padding-20-bottom {
  padding-bottom: 20px;
}

.facility-hire-outer-container {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9), rgb(255, 255, 255)), url("./images/facility-hire-bg.jpg");
  background-size: cover;
  background-position: bottom;
}
.facility-hire-outer-container .facility-hire-content {
  text-align: left;
}
.facility-hire-outer-container .facility-hire-content ul {
  list-style-type: none;
  padding-left: 0;
}
.facility-hire-outer-container .facility-hire-content ul li {
  padding: 10px 0;
}
.facility-hire-outer-container .facility-hire-content ul li img {
  height: 40px;
  padding-right: 5px;
}

@media only screen and (min-width: 768px) {
  .facility-hire-outer-container {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.9), rgb(255, 255, 255)), url("./images/facility-hire-bg.jpg");
  }
  .facility-hire-outer-container .facility-hire-content {
    margin-left: 50%;
  }
}
.facility-hire-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.facility-hire-container .facility-hire-item {
  max-width: 220px;
  height: 350px;
  text-align: left;
  margin: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.facility-hire-container .facility-hire-item .overlay {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
.facility-hire-container .facility-hire-item .title {
  color: #fff;
  text-transform: uppercase;
}
.facility-hire-container .facility-hire-item a {
  color: #fff;
  text-decoration: none;
}
.facility-hire-container .facility-hire-item a:hover {
  text-decoration: underline;
}

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

footer {
  display: flex;
  justify-content: flex-start;
  padding: 5em 2em;
}
@media only screen and (min-width: 767px) {
  footer {
    justify-content: center;
    padding-left: 200px;
  }
}
footer .inner-footer {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 991px) {
  footer .inner-footer {
    flex-direction: row;
  }
}
footer .inner-footer .footer-item {
  padding: 20px;
}
footer .inner-footer .footer-item h3 {
  text-transform: uppercase;
}
footer .logo {
  width: 250px;
  margin-bottom: 20px;
}
footer h3 {
  font-weight: 600;
  font-size: 16px;
}
footer p {
  margin-bottom: 0;
}
footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  line-height: 1.7;
}
footer ul li a, footer ul li a:hover {
  text-decoration: none;
  color: #342f2f;
}
footer .social-icons {
  padding: 18px 0;
}
footer .social-icons .social-media-link {
  text-decoration: none;
}
footer .social-icons img {
  padding-right: 7px;
  height: 50px;
  transition: opacity 0.5s;
}
footer .social-icons img:hover {
  opacity: 0.8;
}

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

.user-groups-post-template .image {
  flex: 1 1 45%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #515151;
  height: 300px;
}
.user-groups-post-template .image .overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.user-groups-post-template .image .overlay .details {
  color: #fff;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .user-groups-post-template .image .overlay .details {
    padding: 0 4rem 2rem 4rem;
  }
}
.user-groups-post-template .description {
  flex: 1 1 55%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
.user-groups-post-template .content {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .user-groups-post-template .content {
    padding: 3rem 4rem;
  }
}
.user-groups-post-template .content-details {
  font-size: 17px;
  padding-bottom: 20px;
  line-height: 30px;
}

.facility-hire-post-template .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #515151;
  height: 300px;
}
.facility-hire-post-template .image .overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.facility-hire-post-template .image .overlay .details {
  color: #fff;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .facility-hire-post-template .image .overlay .details {
    padding: 0 4rem 2rem 4rem;
  }
}
.facility-hire-post-template .content {
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .facility-hire-post-template .content {
    padding: 3rem 4rem;
  }
}
.facility-hire-post-template .content .features-content, .facility-hire-post-template .content .rates-content {
  border-top: 1px solid #ededed;
  margin-top: 30px;
  padding-top: 30px;
}
.facility-hire-post-template .facility-hire-contact-us {
  font-size: 20px;
  margin: 0;
  padding: 3rem 4rem;
  background-color: #f3f3f3;
}
.facility-hire-post-template .facility-hire-contact-us .phone {
  color: #be1e2e;
}
.facility-hire-post-template .facility-hire-contact-us .email {
  color: #0d76bb;
}

.trip-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.trip-container .trip-item {
  display: flex;
  flex-direction: column;
  max-width: 220px;
  height: 350px;
  text-align: left;
  margin: 20px;
  background-position: center;
  background-size: cover;
}
.trip-container .trip-item .overlay {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
}
.trip-container .trip-item .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
}
.trip-container .trip-item a {
  color: #fff;
  text-decoration: none;
}
.trip-container .trip-item a:hover {
  text-decoration: underline;
}

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

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

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