/**
Theme Name: P Pritchard
 */
html, body {
  background-color: #fff;
  color: #666;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
}

.web-hide {
  display: none;
}

img {
  max-width: 100%;
}

.float-left {
  position: relative;
  float: left;
}

.float-right {
  position: relative;
  float: right;
}

header {
  height: 590px;
}
header .hero {
  background: linear-gradient(135deg, #00A6CA 0%, #002E63 100%);
  border-bottom-right-radius: 200px;
  height: 652px;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.9;
  z-index: 1;
}
header .hero-image {
  background-size: cover;
  background-position: center;
  border-bottom-right-radius: 200px;
  height: 652px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
header .hero-caption {
  z-index: 2;
  position: absolute;
  top: 30%;
  width: 100%;
  margin: auto;
  text-align: center;
}
header .hero-caption h2 {
  color: #fff;
  font-weight: 300;
  font-size: 48px;
  line-height: 58px;
  width: 900px;
  margin: auto;
}
header .down {
  position: absolute;
  top: 60%;
  width: 100%;
  z-index: 2;
}
header .down h2 {
  color: #fff;
  font-weight: 300;
  font-size: 48px;
  line-height: 58px;
  width: 900px;
  margin: auto;
  text-align: center;
}
header .down .fas {
  opacity: 0.7;
}
header .menu-bar {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  height: 90px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  padding: 0 70px;
}
header .menu-bar img {
  height: 90px;
}
header .menu-bar ul {
  list-style-type: none;
}
header .menu-bar ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 90px;
  padding: 0 20px;
  position: relative;
}
header .menu-bar ul li a {
  color: #666;
}
header .menu-bar ul li ul {
  background-color: #fff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  display: none;
  left: -30px;
  margin-top: -20px;
  padding: 20px;
  position: absolute;
  width: 140px;
  z-index: 2;
}
header .menu-bar ul li ul li {
  display: block;
  line-height: 14px;
  padding: 10px 0;
}
header .menu-bar ul li:hover ul {
  display: block;
}
header .menu-bar .social, header .menu-bar .contact {
  color: #006A97;
  float: right;
  line-height: 90px;
  position: relative;
}
header .menu-bar .social a, header .menu-bar .contact a {
  color: #006A97;
}
header .menu-bar .social {
  padding-right: 15px;
}
header .menu-bar .contact {
  font-size: 18px;
}

.content-area {
  padding: 40px 15px;
}
.content-area h2 {
  color: #000;
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
  margin: 20px 0;
}
.content-area h3 {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  opacity: 0.54;
  margin: 0 0 10px 0;
}
.content-area p {
  color: #000;
  font-size: 14px;
  opacity: 0.54;
  line-height: 24px;
}

.content-block {
  margin: auto;
  width: 900px;
}

.call-to-action {
  background: linear-gradient(135deg, #00A6CA 0%, #002E63 100%);
  color: #fff;
  margin: 0 0 40px 0;
  padding: 40px;
}
.call-to-action .inner {
  padding-right: 75px;
}
.call-to-action h2 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 300;
  margin: 0 0 20px 0;
}
.call-to-action a {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.call-to-action a:hover {
  color: #001631;
}
.call-to-action a:hover button {
  background-color: #fff;
}
.call-to-action button {
  background: rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  font-size: 14px;
  font-weight: bold;
  min-width: 150px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
}
.call-to-action p {
  font-size: 18px;
  line-height: 28px;
  opacity: 0.7;
}

.posts-wrapper {
  margin-top: 40px;
}
.posts-wrapper .post-block {
  border: 2px solid #BFDAE5;
  border-radius: 4px;
  height: 100%;
}
.posts-wrapper .post-block h3, .posts-wrapper .post-block h3 a {
  color: #000;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
  opacity: 1;
}
.posts-wrapper .post-block p {
  color: #000;
  opacity: 0.54;
  font-size: 18px;
  line-height: 28px;
}
.posts-wrapper .post-block .image {
  background-size: cover;
  background-position: center;
  height: 250px;
  width: 100%;
}
.posts-wrapper .post-block .image .layer {
  background-color: rgba(0, 46, 99, 0.7);
  height: 100%;
  transition-timing-function: ease-in;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.posts-wrapper .post-block .image:hover {
  cursor: pointer;
}
.posts-wrapper .post-block .image:hover .layer {
  opacity: 0.7;
}
.posts-wrapper .post-block .inner {
  padding: 20px;
}

.page-block {
  background-size: cover;
  background-position: center;
  height: 350px;
  position: relative;
  margin-bottom: 30px;
}
.page-block .inner {
  color: #fff;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.page-block .inner h2 {
  color: #fff;
}
.page-block .inner p {
  color: #fff;
}
.page-block .inner a {
  color: #fff;
  display: block;
  margin-top: 60px;
}
.page-block .inner a:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

.page-block::before {
  background-color: rgba(1, 64, 113, 0.9);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.news .post-featured {
  background-position: center;
  background-size: cover;
}
.news .post-block h2 {
  margin: 0;
}
.news .post-block h2 a {
  color: #000;
  font-weight: 300;
  line-height: 28px;
}
.news .post-block h2 a:hover {
  text-decoration: none;
}
.news .post-block h3 {
  font-size: 18px;
  line-height: 18px;
  opacity: 0.54;
  font-weight: bold;
}
.news .post-block p {
  font-size: 14px;
  line-height: 22px;
}

.news .post-block {
  margin: 20px 0;
  padding: 0;
}
.news .post-block div:nth-child(1) {
  padding: 0;
}
.news .post-block div:nth-child(2) {
  padding: 40px;
}
.news .post-block img {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  background-color: #F6F6F6;
  border: 0;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
  resize: none;
  width: 100%;
}

input[type=submit] {
  background-color: #00A6CA;
  border: 0;
  border-radius: 4px;
  color: #fff;
  padding: 15px 10px;
  width: 100%;
}

.gallery {
  margin-top: 60px;
}
.gallery .img {
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  height: 200px;
  margin-bottom: 30px;
}
.gallery .img .layer {
  background-color: rgba(41, 45, 77, 0.54);
  border-radius: 4px;
  height: 100%;
}

.services .service-row {
  margin-top: 30px;
}
.services .service-block {
  border-radius: 4px;
  border: 2px solid #BFDAE5;
  height: 100%;
}
.services .service-block .image {
  background-size: cover;
  background-position: center;
  height: 260px;
}
.services .service-block .content {
  padding: 30px;
}
.services .service-block .content p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.services .service-block h2 {
  color: #000;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}

.client-logo {
  position: relative;
  height: 130px;
}
.client-logo .logo-wrapper {
  /*position: absolute;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
}

.additional-sections {
  margin-top: 120px;
  position: relative;
}
.additional-sections img {
  border-radius: 5px;
}
.additional-sections .content {
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.additional-sections:nth-child(odd) .section-col {
  float: left !important;
}

.additional-sections:nth-child(even) .section-col {
  float: right !important;
}

footer {
  background-color: #001631;
  padding: 40px;
}
footer h2 {
  color: #fff;
  font-size: 14px;
  padding-bottom: 20px;
}
footer p {
  color: #c3c3c3 !important;
}
footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer ul li {
  padding-bottom: 10px;
}
footer ul li a {
  color: #c3c3c3;
}
footer ul li a:hover {
  color: #c3c3c3;
  text-decoration: none;
}

.footer-bottom .float-right {
  padding-top: 15px;
}
.footer-bottom .contact {
  color: #8a8a8a;
  padding-top: 5px;
}
.footer-bottom .social a {
  color: #fff;
  font-size: 18px;
}

.career {
  margin-top: 100px;
}
.career h2 {
  font-size: 32px;
  line-height: 38px;
}
.career .career-attr {
  background-color: #F8F8F8;
  padding: 30px;
  height: 100%;
}
.career .career-attr .title {
  text-transform: uppercase;
}
.career .career-attr button {
  border: 0;
  border-radius: 4px;
  background-color: #00A6CA;
  color: #fff;
  margin: 30px 0 0 0;
  width: 100%;
  height: 42px;
}

.client-wrapper {
  background-color: #f8f8f8;
  padding: 30px 0;
  margin: 30px 0;
}

.footer-bottom {
  background-color: #001631;
  border-top: 1px solid #fff;
  padding: 20px;
}
.footer-bottom img {
  max-width: 150px;
}

.testimonial-slider {
  margin: auto;
  width: 900px;
}
.testimonial-slider .wrapper {
  text-align: center;
}
.testimonial-slider .slick-dots li button:before {
  font-size: 10px;
}

.slick-prev:before, .slick-next:before {
  color: #000 !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 60px !important;
}

#lightcase-overlay {
  background: #000 !important;
}

#lightcase-title {
  color: #fff !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-controller .fas {
  font-size: 38px;
  line-height: 90px;
}

.mobile-menu {
  display: none;
  width: 100%;
  background-color: #ececec;
  margin-top: 90px;
  left: 0;
  right: 0;
  position: absolute;
}
.mobile-menu li {
  display: block !important;
  font-size: 28px !important;
}


@media (max-width: 992px) {
  .content-block, .testimonial-slider {
    margin: auto;
    width: 95%;
  }

  .web-hide {
    display: block;
  }

  .m-hide {
    display: none;
  }

  .call-to-action .inner {
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }

  .row-eq-height {
    display: block !important;
  }

  .post-block {
    margin-bottom: 30px;
  }

  .slick-arrow {
    display: none !important;
  }

  header .menu-bar ul li ul {
    background-color: #ececec;
    box-shadow: none;
    display: block;
    left: 0;
    margin-top: -20px;
    margin-left: 30px;
    padding: 20px;
    position: relative;
    width: 100%;
    z-index: 2;
  }

  header .menu-bar ul li ul li {
    margin-bottom: 15px;
  }

  header .hero-caption {
    top: 200px;
    z-index: 1;
  }

  header .hero-caption h2 {
    width: 100%;
  }

  header .down {
    display: none;
  }

  .logo-wrapper img{
    margin-bottom: 20px;
  }

  .call-to-action{
    padding: 40px 0;
  }

  .call-to-action a {
    position: relative;
    top: 0;
  }
  .additional-sections .content{
    position: relative;
    top: 0;
    transform: translateY(0%);
  }
}
@media (max-width: 1450px) {
  .menu-bar {
    padding: 0 20px !important;
  }
}
@media (max-width: 1240px) {
  .menu-bar {
    padding: 0 !important;
  }
}

/*# sourceMappingURL=style.css.map */
