/*
 * Custom Styles by GP
 */
a:hover {
  opacity: 1;
  color: #B4C3C7;
}

/* Header */
.header {
  background: #FFF;
  justify-content: left;
  height: 90px;
}
.header a:hover {
  opacity: 0.7;
}
.header .logo {
  padding: 20px 7%;
  flex-basis: 50%;
  /*justify-content: left;
  text-align: left;*/
}
.header .logo img {
  width: auto;
  max-width: 240px;
}
.header .main-nav {
  flex-basis: 50%;
  justify-content: right;
  padding: 0 7%;
}
.header .main-nav .header-links {
  flex-basis: auto;
}
.header .main-nav .nav ul li {
margin-left: 3%;
}
.header .main-nav .nav ul li a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
}
.header .main-nav .nav ul li a:hover {
  opacity: 1;
  color: #56747D;
}
/*.header .header-links a img path {
stroke: #56747d;
stroke-width: 1px;
}
.header .header-links a img:last-of-type path {
stroke: #fff;
}
.header.sticky + .content {
padding-top: 120px;
max-height: 100px;
}*/
.header.sticky {
  box-shadow: 0 0 7px rgba(0,0,0,0.3);
  position: fixed;
  width: 100%;
  top: 0;
}
.header .burger-menu-button {
  padding: 10px;
  font-size: 30px;
  margin: 0 20px 0 auto;
  display: none;
}

/* Homepage */
.block-home-banner .item {
  min-height: 650px;
  background-size: cover;
}
.block-home-banner .banner-content {
  background: #56747D;
  padding: 30px 20px;
  max-width: 650px;
  margin-top: 315px;
  position: absolute;
  opacity: 0.85;
}
.block-home-banner h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 60px;
  margin-bottom: 50px;
  max-width: 90%;
  color: #FFF;
}
.block-home-banner h3 {
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 45px;
  margin-bottom: 30px;
  max-width: 90%;
  color: #FFF;
}
/*.block-home-banner .slick-arrow {
  display: none !important;
}
.block-home-banner .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: -200px;
  position: relative;
  z-index: 7;
}
.block-home-banner .slick-dots li {
  display: inline;
}
.block-home-banner .slick-dots button {
  width: 17px;
  height: 17px;
  margin: 0 17px;
  border-radius: 30px;
  text-indent: -777px;
  overflow: hidden;
  background: #FFF;
  opacity: 0.37;
  border: 0;
  outline: 0;
}
.block-home-banner .slick-dots .slick-active button {
  opacity: 1;
}*/
.block-introduction {
  padding: 110px 0 130px;
  margin-bottom: -30px;
  background: #EEE;
}
.block-introduction h2 {
  color: #373737;
  font-family: "Lyon Display", serif;
  font-style: italic;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 50px;
  padding-right: 30px;
  max-width: 70%;
  margin: 0 auto;
}
.block-introduction p, .article-content p {
  padding-top: 20px;
  margin-bottom: 0;
  color: #3E3E3E;
  font-family: "Avenir Next", sans-serif;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 29px;
}
.block-introduction p {
  max-width: 85%;
}

.js-block-slider .slick-arrow {
  display: none !important;
}
.js-block-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: -50px;
  position: relative;
  z-index: 7;
}
.js-block-slider .slick-dots li {
  display: inline;
}
.js-block-slider .slick-dots button {
  width: 17px;
  height: 17px;
  margin: 0 17px;
  border-radius: 30px;
  text-indent: -777px;
  overflow: hidden;
  background: #DDD;
  opacity: 0.7;
  border: 0;
  outline: 0;
}
.js-block-slider .slick-dots button:hover {
  opacity: 1;
}
.js-block-slider .slick-dots .slick-active button {
  background: #56747D;
  opacity: 1;
}
.slick-dots > li:only-child {
  display: none;
}

.header .main-nav .bywater-gas img {
  max-width: fit-content;
  max-height: 37px;
}
.no-lpg {
  min-height: 530px;
}
.block-testimonial {
  padding: 100px 0;
}
.block-testimonial h2 {
  color: #373737;
  font-family: "Lyon Display", serif;
  font-style: italic;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 40px;
  max-width: 70%;
  margin: 0 auto 30px;
}
.featured-item:last-of-type {
  padding-top: 30px;
}
.block-home-featured .featured-item h2 {
  max-width: 77%;
  font-size: 24px;
}
.block-home-featured .featured-item p {
  max-width: 77%;
  font-size: 16px;
  line-height: 24px;
}

/* Contact Form */
.block-contact-form {
  background: #56747D url(../img/cfbg.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.block-contact-form .wpcf7-form {
  margin-top: 50px;
}
.block-contact-form h2 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 36px;
  color: #FFF;
}
.block-contact-form h3,
.block-contact-form h3 a {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 36px;
  color: #FFF;
}
.block-contact-form p {
  text-align: center;
}
.block-contact-form label {
  display: block;
}
.block-contact-form input,
.block-contact-form textarea {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 15px 12px 12px;
  border: 2px solid #EEE;
  outline: 0;
  font-family: "Avenir Next", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #56747D;
  transition: all 0.3s;
}
.block-contact-form input::placeholder,
.block-contact-form textarea::placeholder {
  color: #56747D;
}
.block-contact-form input:focus,
.block-contact-form textarea:focus {
  border: 2px solid #56747D;
}
.block-contact-form textarea {
  max-height: 150px;
}
.block-contact-form input[type="submit"] {
  background: #6CB8AC;
  transition: all 0.3s;
  text-transform: uppercase;
  color: #FFF;
  border: 0;
}
.block-contact-form input[type="submit"]:hover {
  background: #56747D;
  border: 0;
}
.block-contact-form .wpcf7-spinner {
  position: absolute;
}

/*.block-text-image.no-lpg {
  max-height: 640px;
}*/
.block-text-image {
  height: auto;
  max-height: 600px;
}
.block-text-image-left .vertical-center {
  padding-left: 50px;
}
.content {
  max-width: 85%;
  line-height: 29px;
  font-size: 17px;
}
.content h2 {
  margin-bottom: 20px;
}
.content p {
  margin-bottom: 30px;
}
.content ul {
  padding: 0;
}
.content ul li {
  list-style: none;
  position: relative;
  margin-left: 20px;
  line-height: 24px;
  font-size: 17px;
  padding: 7px;
}
.content ul li:before {
  content: '';
  position: absolute;
  display: block;
  float: left;
  left: 0;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 10px;
  margin-top: 8px;
  margin-left: -15px;
  background: #CCC;
}

.block-banner h2 {
  font-size: 60px;
  font-weight: 600;
}
.block-banner p {
  font-size: 29px;
  letter-spacing: 0;
  line-height: 45px;
  max-width: 77%;
}
.block-banner .btn {
  width: 210px;
  height: 50px;
  font-size: 22px;
  box-shadow: 0 0 70px rgba(0,0,0,0.7);
}
.block-banner .btn:hover {
  box-shadow: 0 0 70px rgba(255,255,255,0.3);
}
.btn-secondary:hover {
  color: #FFF;
  background-color: #56747D;
  border-color: #56747D;
}
/* TODO: Block Background Images */

/* Footer */
.footer {
  padding: 50px 0;
}
.footer a {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  color: #B4C3C7;
  padding: 10px;
}
.footer a:hover {
  color: #FFF;
}
/*.footer a:after {
  content: '»';
  opacity: 0;
  right: -20px;
  font-size: 24px;
  margin-left: 7px;
  transition: 0.5s;
}
.footer a:hover:after {
  opacity: 1;
  right: 10px;
}
.footer a {
  position: relative;
}
footer a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.footer a:hover:before {
  visibility: visible;
  width: 100%;
}
.footer .contact-links-wrapper {
  margin-left: 30%;
}*/
.footer .contact-links-wrapper .contact-links .contact-item {
  text-align: left;
  display: block;
  padding: 5px 0 30px 23%;
}
.footer .contact-links-wrapper .contact-links .contact-item span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
}
.footer .contact-links-wrapper .contact-links .contact-item .footer-icon {
  max-width: 30px;
  max-height: 30px;
}
.footer .contact-links-wrapper .contact-links .contact-item:last-of-type .footer-icon img {
  max-height: 30px;
}
.footer .contact-links-wrapper .contact-links a {
  justify-content: left;
  align-items: center;
}
.footer-credits a {
  display: inline-block;
  font-size: 24px;
  color: #56747D;
  margin: 0 10px;
  font-size: 16px;
}
.footer-credits p {
  font-size: 16px;
  margin-right: 7px;
}

/* Product Page */
.single-product .main {
  padding-top: 40px;
}
.single-product .product-wrapper .woocommerce-breadcrumb {
  margin-bottom: 40px;
}
.single-product .product-wrapper .product-content p {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
}
.single-product .product-wrapper .product-attributes {
  margin-top: 50px;
}
.single-product .product-wrapper .product-content .product-manufacturer {
  font-weight: 500;
  font-size: 24px;
}
.single-product .product-wrapper .product-content .call-team {
  justify-content: start;
  font-size: 29px;
  line-height: 37px;
  color: #FFF;
  transition: all 0.3s;
}
.single-product .product-wrapper .product-content .call-team:hover {
  background: #56747D;
}
.single-product .product-wrapper .product-content .call-team img {
  padding-left: 15px;
}
.single-product .product-wrapper .product-content .call-team strong {
  display: block;
}
.single-product .product-wrapper .related-products {
  margin-top: 70px;
}
.single-product .product-image a {
  display: block;
}
.single-product .product-title a {
  font-size: 24px;
  font-weight: 500;
}
.single-product .related-products .container .item .product-image {
  height: auto;
}
.related-products-slider .slick-arrow {
  display: none !important;
}
.related-products-slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.related-products-slider .slick-dots li {
  display: inline;
}
.related-products-slider .slick-dots button {
  width: 17px;
  height: 17px;
  margin: 0 17px;
  border-radius: 30px;
  text-indent: -777px;
  overflow: hidden;
  background: #DDD;
  border: 0;
  outline: 0;
}
.related-products-slider .slick-dots .slick-active button {
  background: #56747D;
}

/* Category Page */
.page-header {
  height: 350px;
  padding-bottom: 0;
}
.page-header .page-description {
  max-width: 60%;
  font-size: 37px;
  font-weight: 500;
  line-height: 50px;
}
.page-title h1 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  color: #56747D;
}
.category-menu h2 {
  font-weight: 500;
  font-size: 24px;
  margin-left: 20px;
}
.category-menu a {
  font-weight: normal;
}
.tax-product_cat .archive-wrapper .category-menu ul li {
  padding: 7px 0;
  margin-left: 23px;
}
.tax-product_cat .archive-wrapper .container .row > div article h2 {
  margin: 15px 0 0;
  color: #56747D;
}
.tax-product_cat .archive-wrapper .container .row > div article h2 a {
  font-weight: 500;
  font-size: 22px;
}
.tax-product_cat .archive-wrapper .container .row > div article .product-manufacturer {
  font-size: 16px;
}
.tax-product_cat .archive-wrapper .accordion .count {
  display: none;
}
.tax-product_cat .archive-wrapper .accordion .accordion-button {
  color: #56747D;
  margin-top: 30px;
  margin-left: -15px;
  padding: 10px 0;
  background: none;
  font-size: 20px;
  font-family: "Avenir Next", sans-serif;
}
.tax-product_cat .archive-wrapper .accordion .accordion-button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 15px;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.tax-product_cat .archive-wrapper .accordion .accordion-button::after {
  display: none;
}
.tax-product_cat .archive-wrapper .accordion .accordion-button:not(.collapsed) {
  background: none;
}
.tax-product_cat .archive-wrapper .accordion .accordion-body {
  padding: 7px 0;
}
.tax-product_cat .archive-wrapper .accordion ul li a {
  display: block;
  padding: 7px 0;
  margin-left: 23px;
  font-weight: normal;
}
.products-column {
  padding-left: 50px;
  border-left: 1px solid #CCC;
}
.woocommerce .woocommerce-breadcrumb {
  margin-top: -12px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 35px;
  vertical-align: middle;
}
.woocommerce .woocommerce-breadcrumb a {
  font-size: 20px;
  color: #56747D;
}
.woocommerce .woocommerce-breadcrumb .sep {
  display: inline-block;
  position: relative;
  top: 12px;
  width: 0;
  height: 40px;
  margin: 0 15px;
  border-right: 1px solid #DDD;
}
.woocommerce .pagination-wrapper {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  margin: 35px 0 50px;
  padding: 20px 0;
  font-size: 20px;
}
.woocommerce .footer-pagination {
  margin: 10px 0 0;
}
.woocommerce .pagination-wrapper .pagination-total {
  float: left;
  font-size: 20px;
}
.woocommerce .pagination-wrapper .pagination-total a {
  font-size: 20px;
}
.woocommerce .pagination-wrapper .pagination {
  justify-content: end;
}
.woocommerce .pagination-wrapper .pagination a {
  font-size: 20px;
}
.woocommerce .pagination-wrapper .pagination .page-numbers {
  padding-left: 15px;
  display: inline-block;
}

/* WordPress */
.wp-block-columns {
  display: flex;
}
.wp-caption, figure {
  margin: 1rem 0;
}
.moretag {
  display: block;
  margin: 15px 0;
}
.block-text-image {
   margin-bottom: 30px;
   height: auto;
   min-height: 500px;
 }
.block-text-image .vertical-center {
  height: auto;
  min-height: 500px;
}
.block-text-image img {
  min-height: 500px;
  max-height: 500px;
}
.block-text-image-left img {
	margin-left: auto;
}
.block-text-image-right img {
	margin-right: auto;
}

.wpcf7-response-output {
	color: white !important;
}

/* Tablet Styles */
@media screen and (max-width: 1200px) {
  .block-text-image {
    min-height: 480px;
  }
  .block-text-image .vertical-center {
    justify-content: start;
    align-items: flex-start;
    flex-direction: column;
  }
  .block-introduction {
    margin-bottom: 0;
  }
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
  .header .logo img {
    max-width: 180px;
  }
  .header .burger-menu-button {
    display: block;
  }
  .admin-bar .header .main-nav {
    top: 135px;
  }
  .header .main-nav {
    top: 90px;
    bottom: auto;
    height: auto;
    padding: 10px;
    z-index: 7;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  }
  .header .main-nav .nav ul {
    display: block;
  }
  .header .main-nav .nav ul li a {
    padding: 10px;
    display: block;
  }
  .header .main-nav .bywater-gas,
  .header .main-nav .header-links {
    margin: 10px;
  }
  .block-introduction {
    padding: 80px 0 100px;
    margin-bottom: 0;
  }
  .block-testimonial {
    padding-top: 70px;
  }
  .block-testimonial h2 {
    max-width: 90%;
    font-size: 33px;
  }
  .block-contact-form h2 {
    font-size: 33px;
  }
  .block-contact-form h3 a {
    font-size: 27px;
  }
  .block-home-banner .banner-content {
    background: #56747D;
    padding: 30px 20px;
    margin: 70px 20px 0 10px;
  }
  .block-home-banner .banner-content h2 {
    font-size: 36px;
    line-height: 50px;
  }
  .block-home-banner .banner-content h3 {
    font-size: 28px;
  }
  .block-home-banner .home-slider .item h2 {
    max-width: 95%;
    font-size: 35px;
    line-height: 50px;
  }
  .block-home-banner .home-slider .item {
    background-position: center center;
    background-size: cover;
  }
  .block-home-banner .slick-dots {
    margin-top: -120px;
  }
  .block-home-featured .container .featured-item {
    text-align: center;
  }
  .block-home-featured .featured-item p,
  .block-home-featured .featured-item h2,
  .block-introduction h2,
  .block-introduction p,
  .block-banner p,
  .content {
    max-width: 90%;
    margin: 0 auto !important;
  }
  .content p,
  .content h2 {
    text-align: center;
  }
  .content a {
    margin: 0 auto;
  }
  .block-text-image {
    max-height: 100%;
  }
  .block-text-image .vertical-center {
    justify-content: start;
    align-items: flex-start;
    flex-direction: column;
  }
  .block-text-image img {
    min-height: 270px;
  }
  .block-banner .col-12 {
    height: 540px;
  }
  .block-banner h2 {
    font-size: 54px;
    line-height: 60px;
  }
  .block-banner p {
    padding: 0 20px;
    font-size: 27px;
    line-height: 37px;
  }
  .page-header .page-description {
    max-width: 100%;
    padding: 0 20px;
    font-size: 33px;
    line-height: 45px;
  }
  .woocommerce .pagination-wrapper {
    padding: 20px;
    text-align: center;
  }
  .woocommerce .pagination-wrapper .pagination .page-numbers {
    padding-left: 10px;
  }
  .woocommerce .pagination-wrapper .pagination-total {
    float: none;
    margin-bottom: 10px;
  }
  .woocommerce .pagination-wrapper .pagination {
    justify-content: center;
  }
  .category-menu {
    padding: 20px 0;
  }
  .category-menu ul {
    padding: 0;
  }
  .tax-product_cat .archive-wrapper .accordion .accordion-button {
    width: 90%;
    margin-left: 15px;
  }
  .products-column {
    margin: 0;
    padding: 20px;
  }
  .single-product .product-wrapper .product-content {
    padding: 20px;
  }
  .single-product .product-wrapper .product-content .call-team {
     font-size: 21px;
     line-height: 30px;
  }
  .single-product .product-wrapper .product-content .call-team img {
     padding-right: 30px;
  }
  .single-product .related-products .container .item .product-image {
    min-height: 150px;
  }
  .footer .contact-links-wrapper {
    background-color: #56747D;
    padding: 30px 30px 0;
  }
  .footer .contact-links-wrapper .contact-links .contact-item {
    padding: 10px 0;
  }
}
