/*!
Theme Name: pvc
Theme URI: http://underscores.me/
Author: Andrew Lindstrom
Author URI: https://andrewlindstrom.com
Description: Custom theme for pvc
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pvc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pvc is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,600;1,700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  -webkit-text-size-adjust: 100%;
}

textarea, input {
  outline: none;
}

a:hover, a:active, a:focus, a {
  outline: 0;
}

menu {
  margin: 0;
  padding: 0;
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

.color-black {
  color: #1a1818;
}

.color-white {
  color: #fff;
}

.color-blue-dark {
  color: #0f2935;
}

.color-red {
  color: #e8241e;
}

.color-red-dark {
  color: #660812;
}

strong,
b {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

/*  Font Sizes
..........................*/
/*  Font Sizes
..........................*/
.font-size-19 {
  font-size: 19px;
  letter-spacing: 0.07em;
  line-height: 1.2;
}
@media (max-width: 1550px), (max-height: 800px) {
  .font-size-19 {
    font-size: 17.1px;
  }
}
@media (max-width: 1250px) {
  .font-size-19 {
    font-size: 14.5px;
  }
}
@media (max-width: 767px) {
  .font-size-19 {
    font-size: 11px;
  }
}

.font-size-23 {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 1550px), (max-height: 800px) {
  .font-size-23 {
    font-size: 20.7px;
  }
}
@media (max-width: 1250px) {
  .font-size-23 {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .font-size-23 {
    font-size: 15px;
  }
}

.font-size-24 {
  font-size: 24px;
  line-height: 1.6;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (max-width: 1550px), (max-height: 800px) {
  .font-size-24 {
    font-size: 21.6px;
  }
}
@media (max-width: 1250px) {
  .font-size-24 {
    font-size: 18.4px;
  }
}
@media (max-width: 767px) {
  .font-size-24 {
    font-size: 15px;
  }
}

h3,
.font-size-25 {
  font-size: 25px;
  line-height: 1.2;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 500;
}
@media (max-width: 1550px), (max-height: 800px) {
  h3,
  .font-size-25 {
    font-size: 22.5px;
  }
}
@media (max-width: 1250px) {
  h3,
  .font-size-25 {
    font-size: 19.1px;
  }
}
@media (max-width: 767px) {
  h3,
  .font-size-25 {
    font-size: 13px;
  }
}

h3 {
  margin-bottom: 1em;
}

.font-size-27 {
  font-size: 27px;
  line-height: 1.48;
}
@media (max-width: 1550px), (max-height: 800px) {
  .font-size-27 {
    font-size: 23px;
  }
}
@media (max-width: 1250px) {
  .font-size-27 {
    font-size: 20.7px;
  }
}
@media (max-width: 767px) {
  .font-size-27 {
    font-size: 15px;
  }
}

.font-size-28 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 1550px), (max-height: 800px) {
  .font-size-28 {
    font-size: 25.2px;
  }
}
@media (max-width: 1250px) {
  .font-size-28 {
    font-size: 21.4px;
  }
}
@media (max-width: 767px) {
  .font-size-28 {
    font-size: 15px;
  }
}

.font-size-32 {
  font-size: 32px;
  line-height: 1.43;
  font-weight: 400;
}
@media (max-width: 1550px), (max-height: 800px) {
  .font-size-32 {
    font-size: 28.8px;
  }
}
@media (max-width: 1250px) {
  .font-size-32 {
    font-size: 24.5px;
  }
}
@media (max-width: 767px) {
  .font-size-32 {
    font-size: 15px;
  }
}

.font-size-45 {
  font-size: 45px;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  letter-spacing: -0.015em;
}
@media (max-width: 1550px), (max-height: 800px) {
  .font-size-45 {
    font-size: 40.5px;
  }
}
@media (max-width: 1250px) {
  .font-size-45 {
    font-size: 34.4px;
  }
}
@media (max-width: 767px) {
  .font-size-45 {
    font-size: 25px;
  }
}

.font-size-65,
h2 {
  font-size: 65px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  color: #e8241e;
  margin-bottom: 0.25em;
}
@media (max-width: 1550px), (max-height: 800px) {
  .font-size-65,
  h2 {
    font-size: 58.5px;
  }
}
@media (max-width: 1250px) {
  .font-size-65,
  h2 {
    font-size: 49.7px;
  }
}
@media (max-width: 767px) {
  .font-size-65,
  h2 {
    font-size: 30px;
  }
}

.font-size-102 {
  font-size: 80px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-weight: 300;
  font-family: "Barlow Semi Condensed", sans-serif;
}
@media (max-width: 1250px) {
  .font-size-102 {
    font-size: 78px;
  }
}
@media (max-width: 767px) {
  .font-size-102 {
    font-size: 35px;
  }
}

.weight-extra-light,
.weight-100 {
  font-weight: 100;
}

.weight-light,
.weight-200 {
  font-weight: 200;
}

.weight-300 {
  font-weight: 300;
}

.weight-normal,
.weight-400 {
  font-weight: 400;
}

.weight-medium,
.weight-500 {
  font-weight: 500;
}

.weight-semi-bold,
.weight-600 {
  font-weight: 600;
}

.weight-bold,
.weight-700 {
  font-weight: 700;
}

.font-condensed {
  font-family: "Barlow Semi Condensed", sans-serif;
}

p {
  margin-bottom: 1em;
}

.entry-content ol {
  list-style-type: decimal; /* This ensures numbers are displayed */
  margin-left: 20px; /* Adds some indentation */
  padding-left: 20px; /* Additional spacing for the numbers */
}
.entry-content ol li:before {
  display: none !important;
}
.entry-content ul:not(.slick-dots) {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
.entry-content ul:not(.slick-dots) li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 7px;
}
.entry-content ul:not(.slick-dots) li:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: red;
}
.entry-content a:not(.button) {
  color: #660812;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.entry-content a:not(.button):hover {
  color: #e8241e;
}

.button {
  background-color: #e8241e;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 23px;
  letter-spacing: 0.12em;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  clip-path: polygon(20px 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0% 100%, 0% 20px);
}
@media (max-width: 767px) {
  .button {
    font-size: 10px;
    padding: 13px 17px;
  }
}
.button:hover {
  background-color: #660812;
}
@media (max-width: 767px) {
  .button {
    clip-path: polygon(10px 0%, 100% 0%, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0% 100%, 0% 10px);
  }
}

/*  Structure
..........................*/
html.sr {
  visibility: hidden;
}

html {
  font-family: "Barlow", "Helvetica Neue", "Helvetica", "arial", sans-serif;
}

.wrapper {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  padding-left: 110px;
  padding-right: 110px;
  position: relative;
}
@media (max-width: 1500px) {
  .wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1023px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.large-wrapper {
  max-width: 1650px;
}

.xl-wrapper {
  max-width: 1900px;
  padding-left: 40px;
  padding-right: 40px;
}

main#primary {
  padding-top: 190px;
}

/*  Header
..........................*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  transition: all 0.5s ease-in-out;
}
.site-header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.site-header .logo {
  max-width: 480px;
  width: 100%;
}
.site-header .logo img {
  width: 100%;
}
@media (max-width: 1450px) {
  .site-header .logo {
    max-width: 350px;
  }
}
@media (max-width: 1250px) {
  .site-header .logo {
    max-width: 300px;
  }
}

/*  NAV
..........................*/
header.site-header {
  background-color: transparent;
}
header.site-header .wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 55px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  header.site-header .wrapper {
    padding-top: 24px;
  }
}
header.site-header .logo,
header.site-header .nav-icons img {
  max-width: 300px;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}
@media (max-width: 1550px), (max-height: 800px) {
  header.site-header .logo,
  header.site-header .nav-icons img {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  header.site-header .logo,
  header.site-header .nav-icons img {
    max-width: 175px;
  }
}
header.site-header .main-navigation {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  margin-top: 12px;
}
header.site-header .main-navigation .nav-icons {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
header.site-header .main-navigation .nav-icons a {
  display: flex;
}
header.site-header .main-navigation .nav-icons img {
  max-width: 24px;
  max-height: 24px;
  margin-left: 15px;
}
@media (max-width: 1250px) {
  header.site-header .main-navigation .nav-icons img {
    max-width: 20px;
    max-height: 20px;
    margin-left: 15px;
  }
}
@media (max-width: 1300px) {
  header.site-header .main-navigation .nav-icons {
    display: none;
  }
}
header.site-header .main-navigation ul {
  display: flex;
}
header.site-header .main-navigation ul li {
  display: inline;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-left: 50px;
  line-height: 1;
}
header.site-header .main-navigation ul li.current-menu-item {
  font-weight: 900;
}
header.site-header .main-navigation ul li.hide-on-desktop {
  display: none;
}
@media (max-width: 767px) {
  header.site-header .main-navigation ul li.hide-on-desktop {
    display: block;
  }
}
header.site-header .main-navigation ul li.hide-on-desktop-nav {
  display: none;
}
@media (max-width: 1300px) {
  header.site-header .main-navigation ul li.hide-on-desktop-nav {
    display: block;
  }
}
header.site-header .main-navigation ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  header.site-header .main-navigation .menu-header-container {
    display: none;
  }
}
header.site-header.header-active {
  background-color: #fff;
}
header.site-header.header-active .logo,
header.site-header.header-active .nav-icons img {
  filter: brightness(1) invert(0);
}
header.site-header.header-active .logo {
  max-width: 225px;
}
@media (max-width: 767px) {
  header.site-header.header-active .logo {
    max-width: 175px;
  }
}
header.site-header.header-active .main-navigation ul li a {
  color: #1a1818;
}
header.site-header.header-active .menu-toggle {
  filter: brightness(1) invert(0);
}
header.site-header.header-active .wrapper {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  header.site-header.header-active .wrapper {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}

.menu-toggle {
  display: none;
}
@media (max-width: 1300px) {
  .menu-toggle {
    display: block;
    background-image: url(/wp-content/themes/pvc/images/hamburger.png);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    text-indent: -10000px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-top: 12px;
    cursor: pointer;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
  }
}
@media (max-width: 1300px) and (max-width: 767px) {
  .menu-toggle {
    width: 35px;
    height: 35px;
    margin-top: 0;
  }
}

.mobile-navigation {
  display: none;
}
.mobile-navigation .nav-icons {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.mobile-navigation .nav-icons a {
  display: flex;
}
.mobile-navigation .nav-icons img {
  max-width: 28px;
  max-height: 28px;
  margin-left: 15px;
  margin-right: 15px;
  filter: brightness(0) invert(1) !important;
}
.mobile-navigation .pvc-logo-mobile {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
  max-width: 360px;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mobile-navigation .pvc-logo-mobile {
    max-width: 150px;
  }
}
@media (max-width: 1300px) {
  .mobile-navigation {
    z-index: 100;
    display: flex;
    position: fixed;
    top: 0;
    right: -101%;
    width: 100%;
    height: 100vh;
    background-color: #660812;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  .mobile-navigation .menu-header-container {
    display: block !important;
  }
  .mobile-navigation .menu-close {
    width: 30px;
    top: 30px;
    right: 30px;
    position: absolute;
    cursor: pointer;
  }
  .mobile-navigation.active {
    right: 0;
  }
  .mobile-navigation ul {
    display: flex;
    flex-direction: column;
  }
  .mobile-navigation li {
    margin: 0 !important;
    padding: 20px;
    display: block;
    text-align: center;
  }
  .mobile-navigation li a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.16em !important;
    font-size: 45px;
    line-height: 1.1;
    font-weight: 500;
    font-family: "Barlow Semi Condensed", "Helvetica Neue", "Helvetica", "arial", sans-serif;
    letter-spacing: -0.015em;
    font-family: "Barlow", "Helvetica Neue", "Helvetica", "arial", sans-serif;
    font-weight: 600;
  }
}
@media (max-width: 1300px) and (max-width: 1550px), (max-width: 1300px) and (max-height: 800px) {
  .mobile-navigation li a {
    font-size: 40.5px;
  }
}
@media (max-width: 1300px) and (max-width: 1250px) {
  .mobile-navigation li a {
    font-size: 34.4px;
  }
}
@media (max-width: 1300px) and (max-width: 767px) {
  .mobile-navigation li a {
    font-size: 25px;
  }
}
@media (max-width: 1300px) {
  .mobile-navigation li.current_page_item a {
    font-weight: 900;
  }
}

.pvc-logo {
  transition: filter 0.3s ease;
}

/*  SubFooter
..........................*/
.subfooter {
  background-color: #660812;
  padding: 100px 0;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media (max-width: 1550px), (max-height: 800px) {
  .subfooter {
    font-size: 20.7px;
  }
}
@media (max-width: 1250px) {
  .subfooter {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .subfooter {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .subfooter {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.subfooter .wrapper {
  position: relative;
}
.subfooter .wrapper .custom-arrow {
  position: absolute;
  top: calc(50% - 15px);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  z-index: 1;
  background-color: transparent;
  overflow: hidden;
  text-indent: -10000px;
}
@media (max-width: 767px) {
  .subfooter .wrapper .custom-arrow {
    width: 12px;
    height: 20px;
  }
}
.subfooter .wrapper .slick-prev {
  background-image: url(/wp-content/themes/pvc/images/footer-slide-left.png);
  left: 60px;
}
@media (max-width: 1023px) {
  .subfooter .wrapper .slick-prev {
    left: 20px;
  }
}
.subfooter .wrapper .slick-next {
  background-image: url(/wp-content/themes/pvc/images/footer-slide-right.png);
  right: 60px;
}
@media (max-width: 1023px) {
  .subfooter .wrapper .slick-next {
    right: 20px;
  }
}
.subfooter .wrapper .subfooter-slider {
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
.subfooter .wrapper .subfooter-slider .slick-autoplay-toggle-button {
  display: none;
}
.subfooter .wrapper .subfooter-slider strong {
  white-space: nowrap;
  word-break: keep-all;
  hyphens: none;
}
@media (max-width: 767px) {
  .subfooter .wrapper .subfooter-slider strong {
    white-space: normal;
    word-wrap: break-word;
  }
}
.subfooter .wrapper .subfooter-slider p:last-of-type {
  margin-bottom: 0;
}

/*  Footer
..........................*/
footer.site-footer {
  background-color: #f0f0f0;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.625;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  footer.site-footer {
    padding-top: 40px;
    padding-bottom: 50px;
    font-size: 15px;
  }
}
footer.site-footer a {
  color: #660812;
  text-decoration: none;
}
footer.site-footer p {
  margin-bottom: 0.5em;
}
footer.site-footer .text-under-logo {
  font-size: 35px;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  font-weight: 500;
  text-align: left;
  color: #1a1818;
  text-decoration: none;
}
@media (max-width: 1550px), (max-height: 800px) {
  footer.site-footer .text-under-logo {
    font-size: 30px;
  }
}
@media (max-width: 1250px) {
  footer.site-footer .text-under-logo {
    font-size: 28px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer.site-footer .text-under-logo {
    font-size: 18px;
  }
}
footer.site-footer .wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1775px;
}
@media (max-width: 1250px) {
  footer.site-footer .wrapper {
    flex-direction: column;
  }
}
footer.site-footer .footer-content {
  display: flex;
  justify-content: space-between;
  margin-left: 225px;
  gap: 80px;
}
@media (max-width: 1550px), (max-height: 800px) {
  footer.site-footer .footer-content {
    gap: 60px;
    margin-left: 60px;
  }
}
@media (max-width: 1250px) {
  footer.site-footer .footer-content {
    margin-left: 0;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    margin-top: 40px;
  }
}
footer.site-footer .footer-social {
  white-space: nowrap;
}
footer.site-footer .footer-social img {
  width: 24px;
  height: auto;
  vertical-align: bottom;
}
footer.site-footer .footer-second-nav {
  white-space: nowrap;
}
footer.site-footer .footer-logo-link {
  max-width: 285px;
  width: 100%;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  footer.site-footer .footer-logo-link {
    max-width: 150px;
  }
}
footer.site-footer .footer-logo-link img {
  width: 100%;
  height: auto;
}
footer.site-footer .footer-right {
  display: none;
}
footer.site-footer #menu-footer {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 2.2;
}
footer.site-footer #menu-footer a {
  color: #1a1818;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer.site-footer #menu-footer {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-social strong {
    display: none;
  }
}
@media (max-width: 767px) {
  footer.site-footer .footer-land {
    font-size: 13px;
    text-align: left;
    margin-top: -20px;
  }
  footer.site-footer .footer-land strong {
    display: none;
  }
}

/*  Popup
..........................*/
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 2;
  display: block;
  margin-top: 130px;
  padding-top: 50px;
  z-index: 999;
  height: calc(100vh - 130px);
  overflow-y: scroll;
  padding-bottom: 100px;
}
@media (max-width: 1250px) {
  .popup {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .popup {
    margin-top: 105px;
    height: calc(100vh - 105px);
  }
}

.close-popup {
  display: none;
  position: absolute;
  top: 50px;
  right: 110px;
  width: 25px;
  height: 25px;
  background-image: url(/wp-content/themes/pvc/images/close.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1000;
}
@media (max-width: 1023px) {
  .close-popup {
    right: 40px;
    top: 65px;
  }
}
@media (max-width: 767px) {
  .close-popup {
    top: 30px;
    right: 20px;
  }
}

body.popup-active header.site-header {
  background-color: #e8241e !important;
  position: fixed;
}
body.popup-active header.site-header .logo {
  filter: brightness(0) invert(1);
  max-width: 225px;
}
@media (max-width: 767px) {
  body.popup-active header.site-header .logo {
    max-width: 175px;
  }
}
body.popup-active header.site-header .wrapper {
  padding-top: 30px;
  padding-bottom: 40px;
}
body.popup-active #site-navigation {
  display: none;
}

/*  404
..........................*/
.error404 header.site-header {
  background-color: #fff;
}
.error404 header.site-header .logo,
.error404 header.site-header .nav-icons img {
  filter: brightness(1) invert(0) !important;
}
.error404 header.site-header .main-navigation ul li a {
  color: #1a1818 !important;
}
.error404 header.site-header .menu-toggle {
  filter: brightness(1) invert(0) !important;
}
.error404 h1 {
  font-size: 65px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  color: #e8241e;
  margin-bottom: 0.25em;
}
@media (max-width: 1550px), (max-height: 800px) {
  .error404 h1 {
    font-size: 58.5px;
  }
}
@media (max-width: 1250px) {
  .error404 h1 {
    font-size: 49.7px;
  }
}
@media (max-width: 767px) {
  .error404 h1 {
    font-size: 30px;
  }
}

body:not(.wp-admin) .hide-on-desktop {
  display: none !important;
}
@media (max-width: 1023px) {
  body:not(.wp-admin) .hide-on-desktop {
    display: block !important;
    background-color: #f0f0f0 !important;
  }
}

/*  HERO
..........................*/
.block-pvc-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-top: -190px;
}
.block-pvc-hero.dark-tint:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 0;
  position: relative;
  pointer-events: none;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .block-pvc-hero {
    height: 150vh;
  }
}
.block-pvc-hero .pvc-hero__slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  .block-pvc-hero .pvc-hero__slide {
    height: 150vh;
  }
}
.block-pvc-hero .pvc-hero__content {
  position: absolute;
  bottom: 115px;
  width: 100%;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-hero .pvc-hero__content {
    bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .block-pvc-hero .pvc-hero__content {
    bottom: 80px;
  }
}
@media (max-width: 1023px) {
  .block-pvc-hero .pvc-hero__content {
    bottom: 115px;
  }
}
.block-pvc-hero .pvc-hero__content.no-slideshow {
  bottom: 60px;
}
.block-pvc-hero .pvc-hero__background-slider {
  width: 100%;
  height: 100%;
}
.block-pvc-hero .pvc-hero__heading {
  color: #fff !important;
}
.block-pvc-hero .pvc-hero__heading p {
  margin-bottom: 85px;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-hero .pvc-hero__heading p {
    margin-bottom: 30px;
  }
}
@media (max-width: 1250px) {
  .block-pvc-hero .pvc-hero__heading p {
    margin-bottom: 40px;
  }
}
.block-pvc-hero .pvc-hero__text p {
  margin-bottom: 50px;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", "Helvetica", "arial", sans-serif !important;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-hero .pvc-hero__text p {
    margin-bottom: 30px;
  }
}
.block-pvc-hero .button-wrap {
  text-align: center;
}
.block-pvc-hero .pvc-hero__background-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.block-pvc-hero .pvc-hero__background-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.block-pvc-hero .slick-dots {
  position: absolute;
  bottom: 55px;
  width: 100%;
  display: flex !important;
  justify-content: center;
  gap: 12px;
}
.block-pvc-hero .slick-dots li {
  margin: 0;
  width: 13px;
  height: 13px;
}
.block-pvc-hero .slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  font-size: 0;
  cursor: pointer;
}
.block-pvc-hero .slick-dots li.slick-active button {
  opacity: 1;
}
.block-pvc-hero .pvc-hero__background-description {
  position: absolute;
  bottom: 25px;
  left: 0;
  padding-top: 15px;
  padding-left: 22px;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.07em;
  line-height: 1.2;
  border-top: 2px solid #e8241e;
  z-index: 2;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-hero .pvc-hero__background-description {
    font-size: 17.1px;
  }
}
@media (max-width: 1250px) {
  .block-pvc-hero .pvc-hero__background-description {
    font-size: 14.5px;
  }
}
@media (max-width: 767px) {
  .block-pvc-hero .pvc-hero__background-description {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .block-pvc-hero .pvc-hero__background-description {
    border: 0;
    width: 100%;
    bottom: 20px;
    text-align: center;
    padding: 0 20px;
  }
}
.block-pvc-hero .hero-flourish {
  position: absolute;
  right: 0;
  bottom: 38vh;
  width: 14%;
  height: 36vh;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-hero .hero-flourish {
    width: 12%;
  }
}
@media (max-width: 1023px) {
  .block-pvc-hero .hero-flourish {
    bottom: 20vh;
  }
}
@media (max-width: 767px) {
  .block-pvc-hero .hero-flourish {
    bottom: unset;
    top: 25vh;
    width: 18%;
  }
}
.block-pvc-hero .hero-flourish img {
  width: 50%;
  height: 100%;
  height: auto;
  float: left;
}
.block-pvc-hero .hero-flourish .hero-flourish-1 {
  margin-top: -25%;
}
@media (max-width: 767px) {
  .block-pvc-hero .hero-flourish .hero-flourish-1 {
    margin-top: -45%;
  }
}
.block-pvc-hero .slick-autoplay-toggle-button {
  display: none !important;
}

/*  Carousel
..........................*/
.block-pvc-carousel {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
  /* Custom arrows */
}
@media (max-width: 767px) {
  .block-pvc-carousel {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.block-pvc-carousel .carousel-heading {
  font-size: 25px;
  line-height: 1.2;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 500;
  color: #1a1818;
  margin-bottom: 70px;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-carousel .carousel-heading {
    font-size: 22.5px;
  }
}
@media (max-width: 1250px) {
  .block-pvc-carousel .carousel-heading {
    font-size: 19.1px;
  }
}
@media (max-width: 767px) {
  .block-pvc-carousel .carousel-heading {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .block-pvc-carousel .carousel-heading {
    margin-bottom: 35px;
  }
}
.block-pvc-carousel .carousel-footer {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .block-pvc-carousel .carousel-footer {
    margin-top: 40px;
  }
}
.block-pvc-carousel .pvc-carousel .slide-image {
  aspect-ratio: 1.17;
  width: 100%;
  height: auto;
  object-fit: cover;
  clip-path: polygon(40px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 40px);
}
.block-pvc-carousel .pvc-carousel-container {
  position: relative;
}
.block-pvc-carousel .pvc-carousel-nav {
  position: absolute;
  bottom: 45px;
  right: 45px;
  width: 70px;
  height: 30px;
}
@media (max-width: 767px) {
  .block-pvc-carousel .pvc-carousel-nav {
    right: 20px;
    bottom: 20px;
    width: 50px;
  }
}
.block-pvc-carousel .pvc-carousel-nav img {
  width: 30px;
  height: auto;
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .block-pvc-carousel .pvc-carousel-nav img {
    width: 20px;
  }
}
.block-pvc-carousel .pvc-carousel-nav img.slick-disabled {
  opacity: 0.2;
}
.block-pvc-carousel .pvc-carousel-nav .pvc-carousel-prev {
  left: 0;
}
.block-pvc-carousel .pvc-carousel-nav .pvc-carousel-next {
  right: 0;
}
.block-pvc-carousel .pvc-carousel-prev,
.block-pvc-carousel .pvc-carousel-next {
  cursor: pointer;
}
.block-pvc-carousel .slide-text {
  background-color: #1a1818;
  color: #fff;
  padding: 40px;
  font-size: 24px;
  line-height: 1.6;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  min-height: 300px;
  border-right: 3px solid #fff;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-carousel .slide-text {
    font-size: 21.6px;
  }
}
@media (max-width: 1250px) {
  .block-pvc-carousel .slide-text {
    font-size: 18.4px;
  }
}
@media (max-width: 767px) {
  .block-pvc-carousel .slide-text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .block-pvc-carousel .slide-text {
    padding: 30px 20px;
    min-height: 165px;
    border-right: 0;
  }
}

/*  Masonry
..........................*/
.block-pvc-masonry {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
}
@media (max-width: 1023px) {
  .block-pvc-masonry {
    display: none !important;
  }
}
.block-pvc-masonry .carousel-heading {
  font-size: 25px;
  line-height: 1.2;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 500;
  color: #1a1818;
  margin-bottom: 70px;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-masonry .carousel-heading {
    font-size: 22.5px;
  }
}
@media (max-width: 1250px) {
  .block-pvc-masonry .carousel-heading {
    font-size: 19.1px;
  }
}
@media (max-width: 767px) {
  .block-pvc-masonry .carousel-heading {
    font-size: 13px;
  }
}
.block-pvc-masonry .carousel-footer {
  margin-top: 70px;
}
.block-pvc-masonry .pvc-masonry-grid {
  column-count: 3;
  column-gap: 40px;
  column-fill: balance;
}
.block-pvc-masonry .masonry-item {
  margin-bottom: 40px;
  position: relative;
  backface-visibility: hidden;
}
@media (max-width: 1023px) {
  .block-pvc-masonry .masonry-item {
    break-inside: avoid;
  }
}
.block-pvc-masonry .masonry-item p:last-of-type {
  margin-bottom: 0;
}
.block-pvc-masonry .masonry-item::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.block-pvc-masonry .masonry-item:nth-child(1)::before {
  padding-bottom: 165.54%;
}
.block-pvc-masonry .masonry-item:nth-child(2)::before {
  padding-bottom: 120.81%;
}
.block-pvc-masonry .masonry-item:nth-child(3)::before {
  padding-bottom: 116%;
}
.block-pvc-masonry .masonry-item:nth-child(4)::before {
  padding-bottom: 133.79%;
}
.block-pvc-masonry .masonry-item:nth-child(5)::before {
  padding-bottom: 133.79%;
}
.block-pvc-masonry .masonry-item:nth-child(6)::before {
  padding-bottom: 134.79%;
}
.block-pvc-masonry .masonry-item:nth-child(7)::before {
  padding-bottom: 165.39%;
}
.block-pvc-masonry .masonry-item:nth-child(8)::before {
  padding-bottom: 129.67%;
}
.block-pvc-masonry .masonry-item:nth-child(9)::before {
  padding-bottom: 107.3%;
}
.block-pvc-masonry .masonry-item .masonry-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.block-pvc-masonry .masonry-item .masonry-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.block-pvc-masonry .masonry-item .masonry-image-wrapper .masonry-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 54% 50px 50px 50px;
  font-size: 24px;
  line-height: 1.6;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-masonry .masonry-item .masonry-image-wrapper .masonry-text {
    font-size: 21.6px;
  }
}
@media (max-width: 1250px) {
  .block-pvc-masonry .masonry-item .masonry-image-wrapper .masonry-text {
    font-size: 18.4px;
  }
}
@media (max-width: 767px) {
  .block-pvc-masonry .masonry-item .masonry-image-wrapper .masonry-text {
    font-size: 15px;
  }
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-masonry .masonry-item .masonry-image-wrapper .masonry-text {
    padding: 54% 30px 30px 30px;
  }
}
.block-pvc-masonry .masonry-item .masonry-image-wrapper .masonry-text p {
  /* Set a specific line height */
  /* Calculate max-height based on line-height for 4 lines plus some extra for descenders */
  max-height: 6.5em;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  /* Add padding to the bottom to prevent descender cutoff */
  /* Ensure the box sizing includes padding */
  box-sizing: border-box;
}
.block-pvc-masonry .masonry-item .masonry-image-wrapper .masonry-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/pvc/images/masonry-bg.png);
  background-size: 100% auto;
  background-position: top;
  opacity: 0.45;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.block-pvc-masonry .masonry-item:hover .masonry-text::before {
  opacity: 1;
}
.block-pvc-masonry .masonry-item:hover .masonry-text {
  bottom: 0;
}
.block-pvc-masonry .masonry-item:hover .masonry-text p {
  /* With a larger max-height */
  max-height: 400px; /* Use a value larger than any text will need */
  /* Keep overflow hidden during transition */
  overflow: hidden;
}

/*  Feature Grid
..........................*/
.block-pvc-feature-grid {
  background-color: #1a1818;
  border-top: 3px solid #fff;
  position: relative;
  min-height: 438px;
  height: 100%;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .block-pvc-feature-grid {
    padding-top: 40px;
    min-height: 370px;
    padding-bottom: 20px;
  }
}
.block-pvc-feature-grid .grid-block-content {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 767px) {
  .block-pvc-feature-grid .grid-block-content {
    width: 90%;
  }
}
.block-pvc-feature-grid .feature-grid-image {
  position: absolute;
  height: calc(100% + 3px);
  width: 50%;
  right: 0;
  top: -3px;
  z-index: 1;
  object-fit: cover;
}
@media (max-width: 767px) {
  .block-pvc-feature-grid .feature-grid-image {
    width: 30%;
    top: 0;
    height: 100%;
  }
}
.block-pvc-feature-grid h2 {
  font-size: 45px;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  letter-spacing: -0.015em;
  margin-bottom: 30px;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-feature-grid h2 {
    font-size: 40.5px;
  }
}
@media (max-width: 1250px) {
  .block-pvc-feature-grid h2 {
    font-size: 34.4px;
  }
}
@media (max-width: 767px) {
  .block-pvc-feature-grid h2 {
    font-size: 25px;
  }
}
.block-pvc-feature-grid h3 {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
  color: #e8241e;
  margin-top: -24px;
  letter-spacing: -0.015em;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-feature-grid h3 {
    font-size: 20.7px;
  }
}
@media (max-width: 1250px) {
  .block-pvc-feature-grid h3 {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .block-pvc-feature-grid h3 {
    font-size: 15px;
  }
}
.block-pvc-feature-grid .feature-grid-text {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-feature-grid .feature-grid-text {
    font-size: 20.7px;
  }
}
@media (max-width: 1250px) {
  .block-pvc-feature-grid .feature-grid-text {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .block-pvc-feature-grid .feature-grid-text {
    font-size: 15px;
  }
}

/*  Single Column
..........................*/
.block-pvc-single-column {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .block-pvc-single-column {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.block-pvc-single-column.no-top-padding {
  padding-top: 0;
}
.block-pvc-single-column.no-bottom-padding {
  padding-bottom: 0;
}
.block-pvc-single-column p:last-of-type {
  margin-bottom: 0;
}
.block-pvc-single-column h3 {
  margin-bottom: 1.9em;
}
.block-pvc-single-column .single-column-content {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-single-column .single-column-content {
    font-size: 20.7px;
  }
}
@media (max-width: 1250px) {
  .block-pvc-single-column .single-column-content {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .block-pvc-single-column .single-column-content {
    font-size: 15px;
  }
}

/*  PVC Accordion
..........................*/
.block-pvc-accordion {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .block-pvc-accordion {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.block-pvc-accordion .accordion-heading {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #e8241e;
  background-image: url(/wp-content/themes/pvc/images/accordion-open.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 30px auto;
  cursor: pointer;
  padding: 15px 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-accordion .accordion-heading {
    font-size: 25.2px;
  }
}
@media (max-width: 1250px) {
  .block-pvc-accordion .accordion-heading {
    font-size: 21.4px;
  }
}
@media (max-width: 767px) {
  .block-pvc-accordion .accordion-heading {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .block-pvc-accordion .accordion-heading {
    background-size: 20px auto;
  }
}
.block-pvc-accordion .accordion-heading.open {
  background-image: url(/wp-content/themes/pvc/images/accordion-close.png);
}
.block-pvc-accordion .accordion-content {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
  color: #1a1818;
  padding-bottom: 15px;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-accordion .accordion-content {
    font-size: 20.7px;
  }
}
@media (max-width: 1250px) {
  .block-pvc-accordion .accordion-content {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .block-pvc-accordion .accordion-content {
    font-size: 15px;
  }
}
.block-pvc-accordion .accordion-content .staff-member {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .block-pvc-accordion .accordion-content .staff-member {
    flex-direction: column;
    gap: 30px;
  }
}
.block-pvc-accordion .accordion-content .staff-member img {
  width: 210px;
  height: 230px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .block-pvc-accordion .accordion-content .staff-member img {
    width: 100%;
    height: 100%;
  }
}
.block-pvc-accordion .accordion-content h1,
.block-pvc-accordion .accordion-content h2,
.block-pvc-accordion .accordion-content h3,
.block-pvc-accordion .accordion-content h4,
.block-pvc-accordion .accordion-content h5,
.block-pvc-accordion .accordion-content h6 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Barlow", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-accordion .accordion-content h1,
  .block-pvc-accordion .accordion-content h2,
  .block-pvc-accordion .accordion-content h3,
  .block-pvc-accordion .accordion-content h4,
  .block-pvc-accordion .accordion-content h5,
  .block-pvc-accordion .accordion-content h6 {
    font-size: 25.2px;
  }
}
@media (max-width: 1250px) {
  .block-pvc-accordion .accordion-content h1,
  .block-pvc-accordion .accordion-content h2,
  .block-pvc-accordion .accordion-content h3,
  .block-pvc-accordion .accordion-content h4,
  .block-pvc-accordion .accordion-content h5,
  .block-pvc-accordion .accordion-content h6 {
    font-size: 21.4px;
  }
}
@media (max-width: 767px) {
  .block-pvc-accordion .accordion-content h1,
  .block-pvc-accordion .accordion-content h2,
  .block-pvc-accordion .accordion-content h3,
  .block-pvc-accordion .accordion-content h4,
  .block-pvc-accordion .accordion-content h5,
  .block-pvc-accordion .accordion-content h6 {
    font-size: 15px;
  }
}
.block-pvc-accordion .accordion-content strong {
  font-weight: 500;
}
.block-pvc-accordion .accordion-row {
  border-top: 1px solid #707070;
}
.block-pvc-accordion .accordion-row:last-of-type {
  border-bottom: 1px solid #707070;
}
.block-pvc-accordion .accordion-footer {
  margin-top: 70px;
}

/*  Business Info Grid
..........................*/
.block-pvc-business-info-grid {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .block-pvc-business-info-grid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.block-pvc-business-info-grid .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.block-pvc-business-info-grid .single-card {
  background-color: #f0f0f0;
  flex: 1 1 calc(50% - 20px);
  min-height: 460px;
  padding: 50px 40px 60px 40px;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-business-info-grid .single-card {
    font-size: 20.7px;
  }
}
@media (max-width: 1250px) {
  .block-pvc-business-info-grid .single-card {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .block-pvc-business-info-grid .single-card {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .block-pvc-business-info-grid .single-card {
    padding: 30px 20px;
    min-height: 0;
  }
}
.block-pvc-business-info-grid .single-card a {
  color: #660812;
  font-weight: 500;
  text-decoration: none;
}
.block-pvc-business-info-grid .single-card .single-card-header {
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 1.2;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  letter-spacing: 0.16em;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvc-business-info-grid .single-card .single-card-header {
    font-size: 22.5px;
  }
}
@media (max-width: 1250px) {
  .block-pvc-business-info-grid .single-card .single-card-header {
    font-size: 19.1px;
  }
}
@media (max-width: 767px) {
  .block-pvc-business-info-grid .single-card .single-card-header {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .block-pvc-business-info-grid .single-card .single-card-header {
    margin-bottom: 20px;
  }
}
.block-pvc-business-info-grid .single-card img {
  width: 165px;
  height: 100px;
  margin-right: 45px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .block-pvc-business-info-grid .single-card img {
    width: 100px;
    height: 70px;
    margin-right: 20px;
  }
}

/*  Contact Form
..........................*/
.wpcf7 {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .wpcf7 {
    margin-top: 30px;
  }
}
.wpcf7 label:not(.label-visible) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.wpcf7 label.label-visible {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
  color: #1a1818;
  margin-bottom: 20px;
  display: block;
  margin-top: 40px;
}
@media (max-width: 1550px), (max-height: 800px) {
  .wpcf7 label.label-visible {
    font-size: 20.7px;
  }
}
@media (max-width: 1250px) {
  .wpcf7 label.label-visible {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .wpcf7 label.label-visible {
    font-size: 15px;
  }
}
.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 15px 40px;
  border-radius: 5px;
  color: #1a1818;
  margin-bottom: 0;
  font-family: "Barlow", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 1550px), (max-height: 800px) {
  .wpcf7 input,
  .wpcf7 textarea {
    font-size: 20.7px;
  }
}
@media (max-width: 1250px) {
  .wpcf7 input,
  .wpcf7 textarea {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .wpcf7 input,
  .wpcf7 textarea {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .wpcf7 input,
  .wpcf7 textarea {
    padding: 10px 15px;
  }
}
.wpcf7 textarea {
  height: 230px;
}
.wpcf7 br {
  display: none;
}
.wpcf7 p {
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-submit {
  background-color: #e8241e;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: 0.12em;
  padding: 12px 35px;
  border-radius: 40px;
  font-weight: 600;
  width: auto;
  text-transform: uppercase;
  margin-top: 40px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-submit {
    font-size: 15px;
    padding: 10px 25px;
  }
}
.wpcf7 .wpcf7-response-output {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 1550px), (max-height: 800px) {
  .wpcf7 .wpcf7-response-output {
    font-size: 20.7px;
  }
}
@media (max-width: 1250px) {
  .wpcf7 .wpcf7-response-output {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-response-output {
    font-size: 15px;
  }
}
.wpcf7 .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.wpcf7 .wpcf7-checkbox label {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 30px;
  font-family: "Barlow", "Helvetica Neue", "Helvetica", "arial", sans-serif;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
  color: #1a1818;
  clip: auto;
  overflow: visible;
  white-space: nowrap;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1550px), (max-height: 800px) {
  .wpcf7 .wpcf7-checkbox label {
    font-size: 20.7px;
  }
}
@media (max-width: 1250px) {
  .wpcf7 .wpcf7-checkbox label {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-checkbox label {
    font-size: 15px;
  }
}
.wpcf7 .wpcf7-checkbox label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  margin: 0;
  appearance: none;
  border: 2px solid #1a1818;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-checkbox label input[type=checkbox] {
    top: 0;
  }
}
.wpcf7 .wpcf7-checkbox label input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #1a1818;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
  color: #e8241e;
}
@media (max-width: 1550px), (max-height: 800px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 20.7px;
  }
}
@media (max-width: 1250px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-not-valid-tip {
    font-size: 15px;
  }
}
.wpcf7 .wpcf7-select {
  background-color: #fff;
  border: 2px solid #1a1818;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
  padding: 5px 15px;
  border-radius: 5px;
  font-family: "Barlow Semi Condensed", "Helvetica Neue", "Helvetica", "arial", sans-serif !important;
}
@media (max-width: 1550px), (max-height: 800px) {
  .wpcf7 .wpcf7-select {
    font-size: 20.7px;
  }
}
@media (max-width: 1250px) {
  .wpcf7 .wpcf7-select {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-select {
    font-size: 15px;
  }
}
.wpcf7 .wpcf7-file {
  font-family: "Barlow Semi Condensed", "Helvetica Neue", "Helvetica", "arial", sans-serif !important;
  padding-left: 20px;
}
.wpcf7 .wpcf7-file input {
  font-family: "Barlow", "Helvetica Neue", "Helvetica", "arial", sans-serif !important;
}
.wpcf7 .wpcf7-file::-webkit-file-upload-button {
  background-color: #e8241e;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: 0.12em;
  padding: 12px 35px;
  border-radius: 40px;
  font-weight: 600;
  width: auto;
  text-transform: uppercase;
  margin-right: 20px;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-file::-webkit-file-upload-button {
    font-size: 15px;
    padding: 10px 25px;
  }
}
.wpcf7 .wpcf7-file::file-selector-button {
  background-color: #e8241e;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: 0.12em;
  padding: 12px 35px;
  border-radius: 40px;
  font-weight: 600;
  width: auto;
  text-transform: uppercase;
  margin-right: 20px;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-file::file-selector-button {
    font-size: 15px;
    padding: 10px 25px;
  }
}
.wpcf7 .wpcf7-file::-moz-file-upload-button {
  background-color: #e8241e;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: 0.12em;
  padding: 12px 35px;
  border-radius: 40px;
  font-weight: 600;
  width: auto;
  text-transform: uppercase;
  margin-right: 20px;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-file::-moz-file-upload-button {
    font-size: 15px;
    padding: 10px 25px;
  }
}
.wpcf7 .wpcf7-file::-ms-browse {
  background-color: #e8241e;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  letter-spacing: 0.12em;
  padding: 12px 35px;
  border-radius: 40px;
  font-weight: 600;
  width: auto;
  text-transform: uppercase;
  margin-right: 20px;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
@media (max-width: 767px) {
  .wpcf7 .wpcf7-file::-ms-browse {
    font-size: 15px;
    padding: 10px 25px;
  }
}

/*  Map
..........................*/
.block-pvc-map {
  background-color: #fff;
  padding-top: 60px;
}
.block-pvc-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 1023px) {
  .block-pvc-map iframe {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .block-pvc-map iframe {
    height: 400px;
  }
}

/*  Contact Grid
..........................*/
.block-pvl-contact-grid {
  background-color: #fff;
  padding-bottom: 70px;
}
.block-pvl-contact-grid h2 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvl-contact-grid h2 {
    font-size: 25.2px;
  }
}
@media (max-width: 1250px) {
  .block-pvl-contact-grid h2 {
    font-size: 21.4px;
  }
}
@media (max-width: 767px) {
  .block-pvl-contact-grid h2 {
    font-size: 15px;
  }
}
.block-pvl-contact-grid .the-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 1550px), (max-height: 800px) {
  .block-pvl-contact-grid .the-grid {
    font-size: 20.7px;
  }
}
@media (max-width: 1250px) {
  .block-pvl-contact-grid .the-grid {
    font-size: 17.6px;
  }
}
@media (max-width: 767px) {
  .block-pvl-contact-grid .the-grid {
    font-size: 15px;
  }
}
.block-pvl-contact-grid .the-grid p {
  margin-bottom: 0;
}
.block-pvl-contact-grid .the-grid .grid-row {
  display: flex;
  gap: 0;
}
.block-pvl-contact-grid .the-grid .grid-row span {
  flex: 1;
  background-color: #f0f0f0;
  padding: 10px 25px;
}

.clr {
  clear: both;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.clr {
  clear: both;
}

.post-edit-link {
  display: block;
  width: 40px;
  height: 40px;
  background: url(images/edit-post.svg) top left no-repeat;
  background-size: 40px auto;
  text-indent: -10000px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.35;
}

.post-edit-link:hover {
  opacity: 1;
  background-color: #fff;
}

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