/* ----------------------------------------------------------------------------------

NS CSS

---------------------------------------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* Base Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.overlay-body {
  width: 100%;
  height: 107vh;
  background-color: #9FA616;
  z-index: 90000000;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: bottom 1s ease-in-out;
  transition: bottom 1s ease-in-out;
  display: none; }
  .overlay-body .img-overlay {
    height: 25px;
    overflow: hidden; }
    .overlay-body .img-overlay img {
      text-align: center;
      display: block !important;
      -webkit-animation: fadeInUp;
              animation: fadeInUp;
      -webkit-animation-duration: 1.5s;
              animation-duration: 1.5s;
      width: 255px;
      height: 25px; }

.covered {
  bottom: 100%; }

/* Element Adjustments */
main {
  display: block;
  /* IE! */
  background-color: #413A2C;
  margin-top: -10px; }
  main h1, main h2, main h3, main h4, main h5, main h6, main p {
    color: #fff; }
  main p {
    margin: 0; }
  main ul li {
    color: #fff; }
  main ol li {
    color: #fff; }
  main a {
    color: #fff;
    text-decoration-color: #9FA616;
    font-weight: 400;
    -webkit-transition: 1s;
    transition: 1s; }
  @media screen and (max-width: 767px) {
    main {
      padding: 0px; } }
  main h1 {
    margin-bottom: 85px;
    position: relative;
    color: #fff; }
    main h1::before {
      content: "";
      position: absolute;
      left: 0px;
      bottom: -10px;
      background-image: url(/wp-content/themes/pgsmillwork-v1/img/h1-line.svg);
      background-size: 100%;
      height: 4px;
      width: 60px;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        main h1::before {
          height: 2px;
          width: 30px; } }
    @media screen and (max-width: 767px) {
      main h1 {
        font-size: 50px;
        line-height: 60px; } }
main ul {
  list-style: none;
  margin: 0; }

main ul li {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin: 0; }
  @media screen and (max-width: 767px) {
    main ul li {
      font-size: 16px;
      line-height: 24px; } }
main ul li::before {
  content: "\2022";
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

main ol {
  list-style: none;
  counter-reset: li; }

main ol li {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  font-family: "Inter", sans-serif; }

main li::before {
  content: counter(li);
  color: #fff;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

main li {
  counter-increment: li; }

img {
  margin: 0;
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

nav ul,
nav li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

select {
  color: #000; }

/* Body */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5; }
  body.loading-js {
    visibility: hidden; }

/* Default element styles for WP editor */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 16px; }

h1 {
  font-size: 90px;
  line-height: 98px;
  font-family: "Inter", sans-serif;
  font-weight: 300; }

h2 {
  font-size: 62px;
  line-height: 72px;
  font-family: "Inter", sans-serif;
  font-weight: 300; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 32px;
      line-height: 50px; } }
h3 {
  font-size: 56px;
  line-height: 44px;
  font-family: "Inter", sans-serif;
  font-weight: 300; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 32px;
      line-height: 40px; } }
h4 {
  font-size: 30px;
  line-height: 34px;
  font-family: "Inter", sans-serif;
  font-weight: 300; }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 22px;
      line-height: 32px; } }
h5 {
  font-size: 26px;
  line-height: 34px;
  font-family: "Inter", sans-serif;
  font-weight: 300; }
  @media screen and (max-width: 767px) {
    h5 {
      font-size: 20px; } }
h6 {
  font-size: 16px;
  font-family: __understoodSans_66603a, __understoodSans_Fallback_66603a; }

p {
  font-size: 18px;
  line-height: 26px;
  margin: 1em 0; }

ul, ol {
  margin-bottom: 27px; }

ul li, ol li {
  font-size: 18px;
  line-height: 26px;
  margin: 1em 0; }

.wp-block-image {
  margin-top: 34px; }
  @media screen and (max-width: 767px) {
    .wp-block-image {
      margin-top: 50px; } }
@media screen and (max-width: 767px) {
  .wp-block-spacer {
    height: 20px !important; } }

hr {
  border-top: 1px solid #ddd;
  margin: 50px 0; }

a {
  color: blue; }
  a:focus {
    outline: none; }

/*Arhive Projects*/
.hero-projects {
  padding: 124px 0 140px 0;
  background-color: #413A2C;
  position: relative;
  opacity: 1;
  -webkit-transition: 2s;
  transition: 2s; }
  @media screen and (max-width: 767px) {
    .hero-projects {
      padding: 100px 0 50px 0; } }
  .hero-projects h1 {
    position: relative;
    color: #fff; }
    .hero-projects h1::before {
      content: "";
      position: absolute;
      left: 0px;
      bottom: -10px;
      background-image: url(/wp-content/themes/pgsmillwork-v1/img/h1-line.svg);
      background-size: 100%;
      height: 4px;
      width: 60px;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .hero-projects h1::before {
          width: 30px;
          left: 0px !important;
          height: 2px;
          bottom: -19px; } }
    @media screen and (max-width: 767px) {
      .hero-projects h1 {
        font-size: 50px;
        line-height: 42px;
        margin-bottom: 50px; } }
  .hero-projects .hero-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      .hero-projects .hero-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 10px; } }
    .hero-projects .hero-row .hero-title {
      width: 81%; }
      @media screen and (max-width: 767px) {
        .hero-projects .hero-row .hero-title {
          width: 100%; } }
    .hero-projects .hero-row .hero-title.single {
      width: 100%; }
      .hero-projects .hero-row .hero-title.single h1 {
        font-size: 62px;
        font-weight: 300;
        margin-bottom: 24px;
        display: block;
        overflow: hidden;
        height: 95px; }
        @media screen and (max-width: 767px) {
          .hero-projects .hero-row .hero-title.single h1 {
            height: auto;
            font-size: 36px;
            line-height: 42px;
            overflow: visible; } }
        .hero-projects .hero-row .hero-title.single h1::before {
          left: 4px;
          bottom: -12px; }
        .hero-projects .hero-row .hero-title.single h1 span {
          display: block !important;
          -webkit-animation: fadeInUp;
                  animation: fadeInUp;
          -webkit-animation-duration: 1.5s;
                  animation-duration: 1.5s; }
      .hero-projects .hero-row .hero-title.single .location, .hero-projects .hero-row .hero-title.single .industry {
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        font-family: "Inter", sans-serif; }
        @media screen and (max-width: 767px) {
          .hero-projects .hero-row .hero-title.single .location, .hero-projects .hero-row .hero-title.single .industry {
            font-size: 16px;
            line-height: 24px; } }
      .hero-projects .hero-row .hero-title.single .industry a {
        text-decoration: none; }
    .hero-projects .hero-row .terms-search-block {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .hero-projects .hero-row .terms-search-block {
          width: 100%; } }
      .hero-projects .hero-row .terms-search-block .terms-search-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 100%; }
        @media screen and (max-width: 767px) {
          .hero-projects .hero-row .terms-search-block .terms-search-row {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .hero-projects .hero-row .terms-search-block .terms-search-row .terms-filter-insights {
          width: 100%; }
          @media screen and (max-width: 767px) {
            .hero-projects .hero-row .terms-search-block .terms-search-row .terms-filter-insights {
              width: 100%; } }
        .hero-projects .hero-row .terms-search-block .terms-search-row .terms {
          width: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-column-gap: 20px;
             -moz-column-gap: 20px;
                  column-gap: 20px;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          @media screen and (max-width: 767px) {
            .hero-projects .hero-row .terms-search-block .terms-search-row .terms {
              width: 100%;
              -webkit-column-gap: 10px;
                 -moz-column-gap: 10px;
                      column-gap: 10px;
              row-gap: 20px;
              margin-bottom: 40px; } }
          .hero-projects .hero-row .terms-search-block .terms-search-row .terms .activated {
            background-color: #327BA5;
            color: #fff; }
            .hero-projects .hero-row .terms-search-block .terms-search-row .terms .activated a {
              color: #fff; }
          .hero-projects .hero-row .terms-search-block .terms-search-row .terms > div {
            background-color: #E0E3E7;
            color: #657486;
            font-size: 12px;
            line-height: 15px;
            padding: 12px 20px;
            font-family: "Gotham A", "Gotham B";
            font-weight: 600;
            cursor: pointer;
            text-transform: uppercase; }
            .hero-projects .hero-row .terms-search-block .terms-search-row .terms > div a {
              color: #657486;
              text-decoration: none; }
            .hero-projects .hero-row .terms-search-block .terms-search-row .terms > div:hover {
              background-color: #327BA5;
              color: #fff; }
            .hero-projects .hero-row .terms-search-block .terms-search-row .terms > div:hover a {
              color: #fff; }
        .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters {
          border-radius: 8px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-column-gap: 20px;
             -moz-column-gap: 20px;
                  column-gap: 20px;
          margin-top: 30px; }
          @media screen and (max-width: 767px) {
            .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters {
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              margin-top: 0; } }
        .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters ul {
          list-style-type: none;
          width: 100%;
          height: 42px;
          background-color: #695E4A;
          border-radius: 21px;
          color: #fff;
          font-size: 15px;
          line-height: 22px;
          font-family: "Inter", sans-serif;
          padding: 0;
          max-width: 217px;
          -webkit-transition: 0.8s;
          transition: 0.8s; }
          @media screen and (max-width: 767px) {
            .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters ul {
              width: 100%;
              max-width: 100%;
              margin: 8px 0; } }
          .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters ul:hover {
            background-color: #8B7D63; }
        .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters ul li {
          font-size: 15px;
          line-height: 34px;
          position: relative;
          padding: 0;
          margin: 0; }
        .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters ul.filters li.active {
          color: #fff; }
        .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters > ul > li > span {
          display: block;
          height: 42px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer;
          padding: 0 15px; }
        .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters > ul > li > span > b {
          font-weight: 500;
          font-family: "Inter", sans-serif;
          font-size: 15px;
          color: #fff;
          line-height: 22px; }
        .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters > ul > li > span > svg {
          float: right; }
        .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters > ul > li > ul {
          position: absolute;
          z-index: 9;
          display: none;
          border-radius: 4px;
          overflow: hidden;
          background: #8B7D63;
          min-width: 260px;
          top: 50px;
          height: auto;
          overflow: auto;
          padding: 21px 30px 30px 30px; }
          @media screen and (max-width: 767px) {
            .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters > ul > li > ul {
              width: 100%;
              max-width: 100%; } }
        .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters > ul > li > ul > li {
          height: auto;
          font-size: 18px;
          line-height: 33px;
          font-weight: 500;
          color: #fff;
          font-family: "Inter", sans-serif;
          height: 48px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border-bottom: 1px solid #695E4A; }
          .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters > ul > li > ul > li::after {
            content: '';
            display: block;
            width: 0;
            height: 1px;
            background: #fff;
            -webkit-transition: width .3s;
            transition: width .3s;
            position: absolute;
            bottom: 0; }
          .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters > ul > li > ul > li:hover::after {
            width: 100%; }
        .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters > ul > li > ul > li.show,
        .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters > ul > li > ul > li:hover {
          cursor: pointer;
          color: #fff; }
        .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters > ul > li.active svg {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          -webkit-transition: 0.5s;
          transition: 0.5s; }
        .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters > ul li.active > ul {
          display: block;
          -webkit-animation: fadeInAnimation ease 0.5s;
                  animation: fadeInAnimation ease 0.5s;
          -webkit-animation-iteration-count: 1;
                  animation-iteration-count: 1;
          -webkit-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-delay: 0s;
                  animation-delay: 0s;
          opacity: 0; }
          @media screen and (max-width: 767px) {
            .hero-projects .hero-row .terms-search-block .terms-search-row .archive-filters > ul li.active > ul {
              width: 100%;
              max-width: 100%; } }
  .hero-projects .data-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 190px;
       -moz-column-gap: 190px;
            column-gap: 190px;
    margin-top: 72px; }
    @media screen and (max-width: 767px) {
      .hero-projects .data-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 20px; } }
    .hero-projects .data-row .intro {
      width: 50%;
      max-width: 432px;
      margin-right: 20%; }
      @media screen and (max-width: 767px) {
        .hero-projects .data-row .intro {
          width: 100%;
          margin-right: 0;
          max-width: 100%;
          font-size: 16px;
          line-height: 24px;
          margin: 0 0 20px 0; } }
      @media screen and (max-width: 767px) {
        .hero-projects .data-row .intro p {
          max-width: 100%;
          font-size: 16px;
          line-height: 24px;
          margin: 0 0 20px 0; } }
    .hero-projects .data-row .data {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-column-gap: 40px;
         -moz-column-gap: 40px;
              column-gap: 40px;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .hero-projects .data-row .data {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 100%; } }
      @media screen and (min-width: 866px) and (max-width: 1384px) {
        .hero-projects .data-row .data {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .hero-projects .data-row .data span {
        width: 100%;
        position: relative;
        display: block; }
      .hero-projects .data-row .data .title {
        color: #9FA616;
        font-size: 18px;
        line-height: 26px;
        font-family: "Inter", sans-serif;
        font-weight: 400; }
        @media screen and (max-width: 767px) {
          .hero-projects .data-row .data .title {
            font-size: 16px;
            line-height: 24px; } }
      .hero-projects .data-row .data .info {
        color: #fff;
        font-size: 18px;
        line-height: 26px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        margin-bottom: 25px; }
        @media screen and (max-width: 767px) {
          .hero-projects .data-row .data .info {
            font-size: 16px;
            line-height: 24px; } }
      .hero-projects .data-row .data .data1 {
        width: 30%; }
        @media screen and (max-width: 767px) {
          .hero-projects .data-row .data .data1 {
            width: 38%; } }
      .hero-projects .data-row .data .data2 {
        width: 50%; }
        @media screen and (max-width: 767px) {
          .hero-projects .data-row .data .data2 {
            width: 46%; } }
.post-section {
  background-color: #413A2C;
  margin-top: -10px; }
  @media screen and (max-width: 767px) {
    .post-section {
      padding-top: 40px;
      margin-top: -5px; } }
  .post-section h4 {
    color: #fff; }

.post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  -webkit-column-gap: 140px;
     -moz-column-gap: 140px;
          column-gap: 140px;
  row-gap: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .post-row {
      row-gap: 40px; } }
  .post-row .article-section.margin-top {
    margin-top: 100px; }
    @media screen and (max-width: 767px) {
      .post-row .article-section.margin-top {
        margin-top: 50px;
        margin-left: 70px; } }
  @media screen and (max-width: 767px) {
    .post-row .article-section.margin-right {
      margin-top: 50px;
      margin-right: 70px; } }
  .post-row .article-section {
    width: 43%; }
    @media (min-device-width: 768px) and (max-device-width: 1024px) {
      .post-row .article-section {
        width: 42.9%; } }
    @media screen and (max-width: 767px) {
      .post-row .article-section {
        width: 100%; } }
    .post-row .article-section h5 {
      margin: 24px 0 3px 0;
      font-family: "Inter", sans-serif;
      font-weight: 300 !important; }
      @media screen and (max-width: 767px) {
        .post-row .article-section h5 {
          margin: 19px 0 3px 0;
          font-size: 22px;
          line-height: 28px; } }
      .post-row .article-section h5 a {
        text-decoration: none;
        color: #fff;
        font-size: 26px;
        line-height: 32px;
        font-family: "Inter", sans-serif;
        font-weight: 300; }
        @media screen and (max-width: 767px) {
          .post-row .article-section h5 a {
            font-size: 22px;
            line-height: 28px; } }
        .post-row .article-section h5 a svg {
          margin-right: 10px; }
    .post-row .article-section .location {
      font-size: 14px;
      line-height: 32px;
      font-weight: 400;
      color: #A49985;
      font-family: "Inter", sans-serif; }
      @media screen and (max-width: 767px) {
        .post-row .article-section .location {
          line-height: 20px; } }
    .post-row .article-section p {
      color: #fff; }
    .post-row .article-section img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: -webkit-clip-path 0.3s ease;
      transition: -webkit-clip-path 0.3s ease;
      transition: clip-path 0.3s ease;
      transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
      /* Add a smooth transition effect to the clip-path property */
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      /* Initial clip-path to cover the entire image */ }
      .post-row .article-section img:hover {
        -webkit-clip-path: polygon(10px 10px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 10px), 10px calc(100% - 10px));
                clip-path: polygon(10px 10px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 10px), 10px calc(100% - 10px));
        /* Reduce the mask by 10px on all sides on hover */ }
    .post-row .article-section .featured-img {
      width: 100%;
      height: 0;
      position: relative;
      cursor: pointer;
      margin-top: -30px;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-transition: -webkit-clip-path 0.3s ease;
      transition: -webkit-clip-path 0.3s ease;
      transition: clip-path 0.3s ease;
      transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
      /* Add a smooth transition effect to the clip-path property */
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      /* Initial clip-path to cover the entire image */
      padding: 60%; }
      .post-row .article-section .featured-img:hover {
        -webkit-clip-path: polygon(10px 10px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 10px), 10px calc(100% - 10px));
                clip-path: polygon(10px 10px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 10px), 10px calc(100% - 10px));
        /* Reduce the mask by 10px on all sides on hover */ }
      @media screen and (max-width: 767px) {
        .post-row .article-section .featured-img {
          height: 300px;
          padding: 50%; } }
      .post-row .article-section .featured-img .featured-overlay-img {
        height: 100%;
        width: 100%;
        background-color: #9FA616;
        -webkit-transform-origin: 100% 0;
                transform-origin: 100% 0;
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s; }
  .post-row .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%; }
    .post-row .pagination .older {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      color: #fff;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      font-size: 15px;
      line-height: 22px; }
      .post-row .pagination .older a {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-family: "Inter", sans-serif;
        font-size: 15px;
        line-height: 22px; }
      .post-row .pagination .older:hover a {
        color: #fff; }
      .post-row .pagination .older svg {
        width: 150px;
        height: 150px;
        border-radius: 50%; }
        @media screen and (max-width: 767px) {
          .post-row .pagination .older svg circle {
            r: 30.5; } }
    .post-row .pagination .newer {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      color: #fff;
      font-weight: 500;
      font-family: "Inter", sans-serif;
      font-size: 15px;
      line-height: 22px; }
      .post-row .pagination .newer a {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        font-family: "Inter", sans-serif;
        font-size: 15px;
        line-height: 22px; }
      .post-row .pagination .newer:hover a {
        color: #fff; }
      .post-row .pagination .newer svg {
        width: 150px;
        height: 150px;
        border-radius: 50%; }
        @media screen and (max-width: 767px) {
          .post-row .pagination .newer svg circle {
            r: 30.5; } }
.more-projects-block {
  margin-top: 130px; }
  @media screen and (max-width: 767px) {
    .more-projects-block {
      margin-top: 92px; } }
  .more-projects-block .more-projects-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex;
        -ms-flex-align: flex;
            align-items: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .more-projects-block h4 {
    position: relative;
    font-size: 30px;
    line-height: 44px;
    font-family: "Inter", sans-serif;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .more-projects-block h4 {
        font-size: 22px;
        line-height: 32px; } }
    .more-projects-block h4::before {
      content: "";
      position: absolute;
      left: 2px;
      bottom: -10px;
      background-image: url(/wp-content/themes/pgsmillwork-v1/img/h1-line.svg);
      background-size: 100%;
      height: 4px;
      width: 60px;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .more-projects-block h4::before {
          height: 2px;
          width: 30px; } }
  .more-projects-block h3 {
    font-size: 28px;
    line-height: 32px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 3px; }
    @media screen and (max-width: 767px) {
      .more-projects-block h3 {
        font-size: 22px;
        line-height: 28px; } }
  .more-projects-block a {
    text-decoration: none !important; }
  .more-projects-block .more-projects-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 91px;
    margin-bottom: 89px;
    width: 100%;
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%; }
    @media screen and (max-width: 767px) {
      .more-projects-block .more-projects-section {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 20px;
        margin-top: 50px; } }
    .more-projects-block .more-projects-section .column-1 {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .more-projects-block .more-projects-section .column-1 {
          width: 100%;
          margin-right: 50px; } }
      .more-projects-block .more-projects-section .column-1 img {
        height: 600px;
        margin: 0 auto;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media screen and (max-width: 767px) {
          .more-projects-block .more-projects-section .column-1 img {
            width: 100%; } }
    .more-projects-block .more-projects-section .column-2 {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .more-projects-block .more-projects-section .column-2 {
          width: 100%;
          margin-left: 50px; } }
      .more-projects-block .more-projects-section .column-2 img {
        height: 600px;
        margin: 0 auto;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media screen and (max-width: 767px) {
          .more-projects-block .more-projects-section .column-2 img {
            width: 100%; } }
      @media screen and (max-width: 767px) {
        .more-projects-block .more-projects-section .column-2 {
          margin-top: 39px; } }
    .more-projects-block .more-projects-section .location {
      font-size: 14px;
      line-height: 32px;
      font-weight: 400;
      color: #A49985;
      font-family: "Inter", sans-serif; }
      @media screen and (max-width: 767px) {
        .more-projects-block .more-projects-section .location {
          line-height: 24px; } }
    .more-projects-block .more-projects-section .featured-img {
      width: 100%;
      height: 600px;
      position: relative;
      cursor: pointer;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      -webkit-transition: -webkit-clip-path 0.3s ease;
      transition: -webkit-clip-path 0.3s ease;
      transition: clip-path 0.3s ease;
      transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
      /* Add a smooth transition effect to the clip-path property */
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      /* Initial clip-path to cover the entire image */ }
      .more-projects-block .more-projects-section .featured-img:hover {
        -webkit-clip-path: polygon(10px 10px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 10px), 10px calc(100% - 10px));
                clip-path: polygon(10px 10px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 10px), 10px calc(100% - 10px));
        /* Reduce the mask by 10px on all sides on hover */ }
      @media (min-device-width: 768px) and (max-device-width: 1024px) {
        .more-projects-block .more-projects-section .featured-img {
          height: 500px; } }
      @media screen and (max-width: 767px) {
        .more-projects-block .more-projects-section .featured-img {
          height: 350px; } }
      .more-projects-block .more-projects-section .featured-img .featured-overlay-img {
        height: 100%;
        width: 100%;
        background-color: #9FA616;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s; }
    .more-projects-block .more-projects-section .projects-column a svg {
      display: none;
      margin-right: 10px; }
  .more-projects-block .more-projects-link {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 50px; }

.bkcallout {
  background-color: #413A2C;
  overflow: hidden;
  padding-left: 90px;
  padding-top: 120px;
  margin-top: -10px; }
  @media screen and (max-width: 767px) {
    .bkcallout {
      padding-left: 0;
      padding-top: 90px; } }
.callout {
  background-image: url(/wp-content/themes/pgsmillwork-v1/img/calloutimg.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  background-color: #413A2C;
  padding: 232px 0;
  -webkit-transition: -webkit-clip-path 0.3s ease;
  transition: -webkit-clip-path 0.3s ease;
  transition: clip-path 0.3s ease;
  transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
  /* Add a smooth transition effect to the clip-path property */
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  /* Initial clip-path to cover the entire image */
  cursor: pointer; }
  .callout:hover {
    -webkit-clip-path: polygon(10px 10px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 10px), 10px calc(100% - 10px));
            clip-path: polygon(10px 10px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 10px), 10px calc(100% - 10px));
    /* Reduce the mask by 10px on all sides on hover */ }
    .callout:hover .arrow:before {
      width: 95px;
      margin-left: -30px;
      -webkit-transition: all 0.75s ease-in-out;
      transition: all 0.75s ease-in-out; }
    .callout:hover .container-arrow .circle {
      -webkit-transform: scale(0.7143);
              transform: scale(0.7143);
      opacity: 1; }
  @media screen and (max-width: 767px) {
    .callout {
      padding: 78px 0; } }
  .callout .callout-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .callout .callout-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .callout .callout-row .callout_link {
        width: 100%; } }
    .callout .callout-row a {
      text-decoration: none; }
    .callout .callout-row h2 {
      color: #fff;
      font-size: 56px;
      line-height: 40px;
      font-family: "Inter", sans-serif;
      font-weight: 300; }
      @media screen and (max-width: 767px) {
        .callout .callout-row h2 {
          font-size: 30px;
          line-height: 32px; } }
  .callout .container-arrow {
    position: relative;
    width: 80px;
    height: 80px;
    overflow: visible;
    -webkit-transform-origin: center;
            transform-origin: center; }
  .callout .circle {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 1.5s;
    transition: -webkit-transform 1.5s;
    transition: transform 1.5s;
    transition: transform 1.5s, -webkit-transform 1.5s;
    opacity: 1; }
  .callout .arrow {
    position: absolute;
    display: inline-block;
    padding: 35px 0 35px 20px;
    -webkit-transform-origin: center;
            transform-origin: center;
    left: 0; }
    .callout .arrow:before {
      content: "";
      display: block;
      width: 30px;
      height: 1px;
      background-color: #000;
      top: 50%;
      -webkit-transition: width 0.8s ease-out;
      transition: width 0.8s ease-out;
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    .callout .arrow:after {
      content: "";
      display: block;
      width: 7px;
      height: 7px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: center;
              transform-origin: center;
      top: calc(50% - 3px);
      position: absolute;
      right: 0px; }
      @media screen and (max-width: 767px) {
        .callout .arrow:after {
          top: calc(50% - 3.5px); } }
    .callout .arrow:hover {
      cursor: pointer; }

.callout.single {
  background-image: url(/wp-content/themes/pgsmillwork-v1/img/singleimg.jpg); }
  .callout.single .callout-row h2 {
    max-width: 670px;
    line-height: 48px; }
    @media screen and (max-width: 767px) {
      .callout.single .callout-row h2 {
        line-height: 32px;
        max-width: 100%; } }
@-webkit-keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes fadeInUp {
  from {
    -webkit-transform: translate3d(0, 80px, 0);
            transform: translate3d(0, 80px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 150px; }
  @media (min-device-width: 768px) and (max-device-width: 1024px) {
    .container {
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 20px; } }
@media screen and (max-width: 767px) {
  section .wp-container-3.wp-container-3 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; } }

.label {
  font-size: 14px;
  line-height: 16px;
  font-family: "Gotham A", "Gotham B";
  color: #327BA5;
  text-transform: uppercase;
  font-weight: 600; }

.label a {
  color: #327BA5;
  font-weight: 600;
  text-decoration: none; }

.container-wide {
  max-width: 730px;
  padding: 125px 0; }
  @media screen and (max-width: 767px) {
    .container-wide {
      padding: 50px 20px; } }
.alignfull {
  margin: 0px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw; }

.ns-primary-button {
  padding: 12px 26px;
  background-color: #695E4A;
  border-radius: 22px;
  text-decoration: none !important;
  color: #fff;
  text-decoration-color: #695E4A;
  font-size: 15px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: 0.8s;
  transition: 0.8s; }
  @media screen and (max-width: 767px) {
    .ns-primary-button {
      width: 100%;
      margin-top: 0px;
      margin-bottom: 15px;
      text-align: center; } }
  .ns-primary-button:hover {
    background-color: #8B7D63; }

.ns-fadein {
  -webkit-animation: fadeInAnimation ease 1.5s;
          animation: fadeInAnimation ease 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
  display: block !important; }

.ns-fadein-logo {
  -webkit-animation: fadeInAnimation ease 1.5s;
          animation: fadeInAnimation ease 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
  display: inline-block !important; }

.ns-fadeout-logo {
  -webkit-animation: fadeOut ease 1s;
          animation: fadeOut ease 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 1;
  display: inline !important; }

.ns-fadeout {
  -webkit-animation: fadeOut ease 1s;
          animation: fadeOut ease 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0;
  display: block !important; }

.ns-fadeout-filters {
  -webkit-animation: fadeOut ease 0.5s;
          animation: fadeOut ease 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0;
  display: block !important; }

.ns-fadeout-filters2 {
  -webkit-animation: fadeOut ease 1s;
          animation: fadeOut ease 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
  display: block !important; }

.ns-animate {
  -webkit-animation: slideUp ease .5s forwards 1s;
          animation: slideUp ease .5s forwards 1s;
  opacity: 0;
  display: block !important; }

.ns-animate-title {
  -webkit-animation: slideUpTitle ease .5s forwards 1s;
          animation: slideUpTitle ease .5s forwards 1s;
  opacity: 0;
  display: block !important; }

.covered-img {
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important; }

.fixeddiv {
  position: -webkit-sticky;
  position: sticky;
  top: -10px;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s; }
  @media screen and (max-width: 767px) {
    .fixeddiv {
      position: relative;
      opacity: 1; } }
.zindex {
  z-index: -1; }

.noHover {
  pointer-events: none; }

.animation.active {
  -webkit-animation: fadeInAnimation;
          animation: fadeInAnimation;
  -webkit-animation-duration: 3s;
          animation-duration: 3s; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 1; } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    opacity: 1; } }

@-webkit-keyframes slideUpTitle {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@keyframes slideUpTitle {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes delaySlide {
  from {
    height: auto; }
  95% {
    height: auto; }
  to {
    height: 0; } }

@keyframes delaySlide {
  from {
    height: auto; }
  95% {
    height: auto; }
  to {
    height: 0; } }

/* Header Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.background {
  background-color: #413A2C; }

header {
  margin: 0 auto;
  width: 100%;
  z-index: 90000;
  top: 0;
  position: fixed; }
  @media screen and (max-width: 767px) {
    header {
      padding: 20px; } }
  header .container-header {
    max-width: 100%;
    margin: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px 0; }
    @media screen and (max-width: 767px) {
      header .container-header {
        margin: 0;
        padding: 0; } }
    header .container-header .logo a {
      color: transparent; }
    header .container-header .logo1 {
      display: none; }
    header .container-header .logo2 {
      display: none;
      margin-left: 5px; }
    header .container-header .hidenav {
      display: none; }
    header .container-header .main-menu {
      margin-left: auto; }
    header .container-header #main-logo {
      max-width: 167px; }
      @media screen and (max-width: 767px) {
        header .container-header #main-logo {
          max-width: 158px; } }
    header .container-header nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 76px; }
      @media screen and (max-width: 767px) {
        header .container-header nav ul {
          display: block;
          text-align: left;
          padding-top: 140px;
          padding-left: 20px; } }
      header .container-header nav ul li {
        margin: 0; }
      header .container-header nav ul li a {
        text-decoration: none;
        color: #fff;
        font-weight: 400;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        line-height: 22px;
        border-bottom: 2px solid transparent;
        position: relative; }
        @media screen and (max-width: 767px) {
          header .container-header nav ul li a {
            font-size: 34px;
            line-height: 44px;
            font-weight: 300; } }
        header .container-header nav ul li a::after {
          content: '';
          display: block;
          width: 0;
          height: 2px;
          background: #fff;
          -webkit-transition: width .3s;
          transition: width .3s;
          position: absolute;
          bottom: -6px; }
        header .container-header nav ul li a:hover::after {
          width: 100%; }
        header .container-header nav ul li a.active-link::after {
          content: '';
          display: block;
          width: 100%;
          height: 2px;
          background: #fff;
          -webkit-transition: width .3s;
          transition: width .3s;
          position: absolute;
          bottom: -6px; }
    header .container-header .portal-link {
      margin-left: auto;
      position: relative; }
      header .container-header .portal-link a {
        text-decoration: none;
        color: #fff;
        font-weight: 400;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        font-family: "Inter", sans-serif;
        font-size: 14px;
        line-height: 22px;
        border-bottom: 2px solid transparent;
        position: relative;
        opacity: 0; }
        @media screen and (max-width: 767px) {
          header .container-header .portal-link a {
            padding-left: 23px;
            font-size: 20px;
            font-weight: 300;
            margin-top: 34px;
            display: block;
            opacity: 1;
            display: none; }
            header .container-header .portal-link a::before {
              content: "";
              position: absolute;
              left: 24px;
              top: -11px;
              background-image: url(/wp-content/themes/pgsmillwork-v1/img/h1-line.svg);
              background-size: 100%;
              height: 2px;
              width: 30px;
              background-repeat: no-repeat; } }
        header .container-header .portal-link a::after {
          content: '';
          display: block;
          width: 0;
          height: 2px;
          background: #fff;
          -webkit-transition: width .3s;
          transition: width .3s;
          position: absolute;
          bottom: -6px; }
        header .container-header .portal-link a:hover::after {
          width: 100%; }
        header .container-header .portal-link a:hover {
          opacity: 1;
          -webkit-transition: 1s;
          transition: 1s; }
    header .container-header .visuallyHidden {
      position: absolute;
      overflow: hidden;
      clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; }
    header .container-header .hamburger {
      margin: 0 auto;
      margin-left: 40px;
      width: 30px;
      height: 30px;
      position: relative;
      margin-top: 15px;
      cursor: pointer;
      display: none; }
      @media screen and (max-width: 767px) {
        header .container-header .hamburger {
          display: block; } }
    header .container-header .hamburger .bar {
      padding: 0;
      width: 30px;
      height: 3px;
      background-color: #fff;
      display: block;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      position: absolute; }
    header .container-header .bar1 {
      top: 0; }
    header .container-header .bar2,
    header .container-header .bar3 {
      top: 10px; }
    header .container-header .bar3 {
      right: 0; }
    header .container-header .bar4 {
      bottom: 0;
      top: 20px; }
    header .container-header .hamburger3 .bar1 {
      -webkit-transform-origin: 5%;
              transform-origin: 5%; }
    header .container-header .hamburger3 .bar4 {
      -webkit-transform-origin: 5%;
              transform-origin: 5%;
      width: 20px; }
    header .container-header .checkbox3:checked + label > .hamburger3 > .bar1 {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      height: 3px;
      width: 33px; }
    header .container-header .checkbox3:checked + label > .hamburger3 > .bar3 {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      height: 3px;
      background-color: transparent; }
    header .container-header .checkbox3:checked + label > .hamburger3 > .bar2 {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      height: 3px;
      background-color: transparent; }
    header .container-header .checkbox3:checked + label > .hamburger3 > .bar4 {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      height: 3px;
      width: 32px; }
    header .container-header .show {
      display: block !important; }
    @media screen and (max-width: 767px) {
      header .container-header .hidenav {
        display: none !important; } }
    header .container-header .hide {
      display: none; }
    header .container-header .overlay-menu {
      position: fixed;
      top: 0;
      left: 0;
      height: 100vh;
      width: 100vw;
      background: #413A2C;
      z-index: -1;
      display: none; }

/* Footer Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
footer {
  background-color: #413A2C;
  padding-top: 127px;
  padding-bottom: 67px;
  margin-top: -10px; }
  @media screen and (max-width: 767px) {
    footer {
      padding-bottom: 43px;
      padding-top: 103px; } }
  footer .footer-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      footer .footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center; } }
    footer .footer-row .footer-copyright {
      width: 50%;
      color: #fff;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        footer .footer-row .footer-copyright {
          width: 100%; } }
    footer .footer-row .footer-menu {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media screen and (max-width: 767px) {
        footer .footer-row .footer-menu {
          width: 100%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      footer .footer-row .footer-menu #menu-footer-menu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px; }
        @media screen and (max-width: 767px) {
          footer .footer-row .footer-menu #menu-footer-menu {
            display: block;
            margin-bottom: 43px; } }
        @media screen and (max-width: 767px) {
          footer .footer-row .footer-menu #menu-footer-menu li {
            margin: 10px 0; } }
        footer .footer-row .footer-menu #menu-footer-menu li a {
          color: #fff;
          font-size: 14px;
          text-decoration: none;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          footer .footer-row .footer-menu #menu-footer-menu li a:hover {
            color: #B6BD30; }

/* Backend Specific Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.wp-block {
  max-width: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important; }
  .wp-block * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .wp-block img[src$=".svg"]:not(.emoji) {
    width: auto !important; }
  .wp-block .hidden-warning * {
    font-family: "Inter", sans-serif; }

.wp-block-post-title {
  font-size: revert; }

.hidden-warning {
  background-color: #e5324d;
  color: white;
  font-size: 1.2em;
  text-align: center;
  padding: 15px; }

.single-content {
  z-index: 900000;
  position: relative; }

.full-image-block.full-width {
  margin-top: 120px; }
  @media screen and (max-width: 767px) {
    .full-image-block.full-width {
      margin-top: 70px; } }
  .full-image-block.full-width .featured-img {
    width: 100%;
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media (min-device-width: 768px) and (max-device-width: 1024px) {
      .full-image-block.full-width .featured-img {
        height: 500px; } }
    @media screen and (max-width: 767px) {
      .full-image-block.full-width .featured-img {
        height: 350px; } }
    .full-image-block.full-width .featured-img .featured-overlay-img {
      height: 100%;
      width: 100%;
      background-color: #9FA616;
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0;
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s; }
  .full-image-block.full-width img {
    width: 100%; }
  .full-image-block.full-width small {
    padding-left: 30px; }
    @media screen and (max-width: 767px) {
      .full-image-block.full-width small {
        padding-left: 30px; } }
.full-image-block.two-columns {
  margin-top: 114px;
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .full-image-block.two-columns {
      margin-top: 70px;
      margin-bottom: 0; } }
  .full-image-block.two-columns .images-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .full-image-block.two-columns .images-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        overflow: hidden; } }
  .full-image-block.two-columns .column1 {
    width: 48%; }
    @media screen and (max-width: 767px) {
      .full-image-block.two-columns .column1 {
        width: 100%;
        margin-top: 70px; } }
    .full-image-block.two-columns .column1 .featured-img {
      width: 100%;
      height: 753px;
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom; }
      @media (min-device-width: 768px) and (max-device-width: 1024px) {
        .full-image-block.two-columns .column1 .featured-img {
          height: 385px; } }
      @media screen and (max-width: 767px) {
        .full-image-block.two-columns .column1 .featured-img {
          height: 285px; } }
      .full-image-block.two-columns .column1 .featured-img .featured-overlay-img {
        height: 100%;
        width: 100%;
        background-color: #9FA616;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s; }
  .full-image-block.two-columns .column2 {
    width: 48%;
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      .full-image-block.two-columns .column2 {
        width: 100%;
        margin-top: 0px; } }
    .full-image-block.two-columns .column2 .featured-img {
      width: 100%;
      height: 753px;
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
      margin-top: 50px;
      background-position: bottom; }
      @media (min-device-width: 768px) and (max-device-width: 1024px) {
        .full-image-block.two-columns .column2 .featured-img {
          height: 385px; } }
      @media screen and (max-width: 767px) {
        .full-image-block.two-columns .column2 .featured-img {
          height: 285px;
          margin-bottom: 30px; } }
      .full-image-block.two-columns .column2 .featured-img .featured-overlay-img {
        height: 100%;
        width: 100%;
        background-color: #9FA616;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s; }

.full-image-block.left-full {
  margin-bottom: 114px;
  margin-top: 120px; }
  @media screen and (max-width: 767px) {
    .full-image-block.left-full {
      margin-top: 70px;
      margin-bottom: 0; } }
  .full-image-block.left-full .column-left-full small {
    margin-left: 30px; }
  .full-image-block.left-full .column-left-full .featured-img {
    width: 1200px;
    height: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-right: auto;
    padding: 27.125%; }
    @media (min-device-width: 768px) and (max-device-width: 1024px) {
      .full-image-block.left-full .column-left-full .featured-img {
        width: 85%;
        background-size: contain; } }
    @media screen and (max-width: 767px) {
      .full-image-block.left-full .column-left-full .featured-img {
        height: 375px;
        width: 100%;
        padding: 0;
        margin: 0; } }
    .full-image-block.left-full .column-left-full .featured-img .featured-overlay-img {
      height: 100%;
      width: 100%;
      background-color: #9FA616;
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0;
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s; }
  .full-image-block.left-full .column-left-full img {
    padding-right: 10%; }
    @media screen and (max-width: 767px) {
      .full-image-block.left-full .column-left-full img {
        padding-right: 20px; } }
.full-image-block.right-full {
  margin-bottom: 114px;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media screen and (max-width: 767px) {
    .full-image-block.right-full {
      margin-top: 70px;
      margin-bottom: 0; } }
  .full-image-block.right-full .column-right-full small {
    padding-left: 40px; }
    @media screen and (max-width: 767px) {
      .full-image-block.right-full .column-right-full small {
        padding-left: 10px; } }
  .full-image-block.right-full .column-right-full .featured-img {
    width: 1200px;
    height: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 140px;
    padding: 23.125%;
    margin-left: auto; }
    @media (min-device-width: 768px) and (max-device-width: 1024px) {
      .full-image-block.right-full .column-right-full .featured-img {
        width: 81%;
        background-size: contain; } }
    @media screen and (max-width: 767px) {
      .full-image-block.right-full .column-right-full .featured-img {
        height: 375px;
        width: 100%;
        padding: 0;
        margin: 0; } }
    .full-image-block.right-full .column-right-full .featured-img .featured-overlay-img {
      height: 100%;
      width: 100%;
      background-color: #9FA616;
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0;
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s; }
  .full-image-block.right-full .column-right-full img {
    padding-left: 10%; }
    @media screen and (max-width: 767px) {
      .full-image-block.right-full .column-right-full img {
        padding-left: 20px; } }
.full-image-block.left-wide {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .full-image-block.left-wide {
      margin-bottom: 0px;
      margin-top: 70px; } }
  .full-image-block.left-wide .images-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .full-image-block.left-wide .images-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .full-image-block.left-wide .images-row .column-left-wide {
      width: 60%; }
      @media screen and (max-width: 767px) {
        .full-image-block.left-wide .images-row .column-left-wide {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .full-image-block.left-wide .images-row .column-left-wide figure {
          margin-right: 50px; } }
      .full-image-block.left-wide .images-row .column-left-wide .featured-img {
        max-width: 1200px;
        width: 100%;
        height: 563px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .full-image-block.left-wide .images-row .column-left-wide .featured-img {
            margin-right: 50px; } }
        .full-image-block.left-wide .images-row .column-left-wide .featured-img .featured-overlay-img {
          height: 100%;
          width: 100%;
          background-color: #9FA616;
          -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
          -webkit-transition: -webkit-transform 1s;
          transition: -webkit-transform 1s;
          transition: transform 1s;
          transition: transform 1s, -webkit-transform 1s; }
    .full-image-block.left-wide .images-row .column-left-wide-caption {
      width: 40%; }
      @media screen and (max-width: 767px) {
        .full-image-block.left-wide .images-row .column-left-wide-caption {
          width: 100%; } }
      .full-image-block.left-wide .images-row .column-left-wide-caption small {
        margin: 0 0 0 30px; }
        @media screen and (max-width: 767px) {
          .full-image-block.left-wide .images-row .column-left-wide-caption small {
            margin: 10px 0; } }
.full-image-block.right-wide {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    .full-image-block.right-wide {
      margin-bottom: 0px;
      margin-top: 70px; } }
  .full-image-block.right-wide .images-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .full-image-block.right-wide .images-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .full-image-block.right-wide .images-row .column-right-wide {
      width: 60%; }
      @media screen and (max-width: 767px) {
        .full-image-block.right-wide .images-row .column-right-wide {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .full-image-block.right-wide .images-row .column-right-wide figure {
          margin-left: 50px; } }
      .full-image-block.right-wide .images-row .column-right-wide .featured-img {
        max-width: 1200px;
        width: 100%;
        height: 563px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        margin-bottom: 10px; }
        .full-image-block.right-wide .images-row .column-right-wide .featured-img .featured-overlay-img {
          height: 100%;
          width: 100%;
          background-color: #9FA616;
          -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
          -webkit-transition: -webkit-transform 1s;
          transition: -webkit-transform 1s;
          transition: transform 1s;
          transition: transform 1s, -webkit-transform 1s; }
    .full-image-block.right-wide .images-row .column-right-wide-caption {
      width: 40%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media screen and (max-width: 767px) {
        .full-image-block.right-wide .images-row .column-right-wide-caption {
          width: 100%; } }
      .full-image-block.right-wide .images-row .column-right-wide-caption small {
        margin: 0 30px 0 0px; }
        @media screen and (max-width: 767px) {
          .full-image-block.right-wide .images-row .column-right-wide-caption small {
            margin: 10px 0 0 0;
            text-align: right; } }
.full-image-block.one-column-horizontal {
  margin-top: 120px; }
  @media screen and (max-width: 767px) {
    .full-image-block.one-column-horizontal {
      margin-top: 70px; } }
  .full-image-block.one-column-horizontal .featured-img {
    width: 1200px;
    height: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 10px;
    margin: 0 auto;
    background-position: center;
    padding: 46.125%; }
    @media (min-device-width: 768px) and (max-device-width: 1024px) {
      .full-image-block.one-column-horizontal .featured-img {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .full-image-block.one-column-horizontal .featured-img {
        width: 100%; } }
    .full-image-block.one-column-horizontal .featured-img .featured-overlay-img {
      height: 100%;
      width: 100%;
      background-color: #9FA616;
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0;
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s; }
  .full-image-block.one-column-horizontal img {
    display: block;
    margin: 0 auto; }
  .full-image-block.one-column-horizontal small {
    margin-left: 13%; }

.full-image-block.one-column-vertical {
  margin-top: 114px; }
  @media screen and (max-width: 767px) {
    .full-image-block.one-column-vertical {
      margin-top: 70px; } }
  .full-image-block.one-column-vertical figure {
    margin: 0 auto; }
    .full-image-block.one-column-vertical figure img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .full-image-block.one-column-vertical .featured-img {
    max-width: 710px;
    height: 930px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 10px;
    margin: 0 auto;
    background-position: bottom;
    margin-bottom: 140px; }
    @media screen and (max-width: 767px) {
      .full-image-block.one-column-vertical .featured-img {
        height: 530px; } }
    .full-image-block.one-column-vertical .featured-img .featured-overlay-img {
      height: 100%;
      width: 100%;
      background-color: #9FA616;
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0;
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s; }
  .full-image-block.one-column-vertical .caption {
    max-width: 710px;
    margin: 0 auto; }
  .full-image-block.one-column-vertical img {
    display: block;
    margin: 0 auto; }

.full-image-block small {
  margin-top: 24px;
  display: block;
  color: #fff;
  max-width: 285px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Inter", sans-serif;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .full-image-block small {
      max-width: 280px;
      padding-left: 0; } }
.animate {
  display: none; }

.animate.active {
  -webkit-animation: fadeInAnimation ease 1s;
          animation: fadeInAnimation ease 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
  display: block !important; }

.featured-block {
  padding-top: 30px;
  padding-bottom: 50px;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .featured-block {
      padding: 10px 0px; } }
  .featured-block .featured-column {
    margin-top: 120px; }
    @media screen and (max-width: 767px) {
      .featured-block .featured-column {
        margin-top: 10px; } }
    .featured-block .featured-column .featured-title {
      height: 75px;
      overflow: hidden; }
    .featured-block .featured-column .featured-img {
      width: 100%;
      height: 580px;
      position: relative;
      cursor: pointer;
      margin-top: -30px;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transition: -webkit-clip-path 0.3s ease;
      transition: -webkit-clip-path 0.3s ease;
      transition: clip-path 0.3s ease;
      transition: clip-path 0.3s ease, -webkit-clip-path 0.3s ease;
      /* Add a smooth transition effect to the clip-path property */
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
              clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
      /* Initial clip-path to cover the entire image */ }
      .featured-block .featured-column .featured-img:hover {
        -webkit-clip-path: polygon(10px 10px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 10px), 10px calc(100% - 10px));
                clip-path: polygon(10px 10px, calc(100% - 10px) 10px, calc(100% - 10px) calc(100% - 10px), 10px calc(100% - 10px));
        /* Reduce the mask by 10px on all sides on hover */ }
      @media screen and (max-width: 767px) {
        .featured-block .featured-column .featured-img {
          height: 200px; } }
      .featured-block .featured-column .featured-img .featured-overlay-img {
        height: 100%;
        width: 100%;
        background-color: #9FA616;
        -webkit-transform-origin: 100% 0;
                transform-origin: 100% 0;
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s; }
    .featured-block .featured-column h2 {
      font-size: 62px;
      line-height: 72px;
      font-family: "Inter", sans-serif;
      font-weight: 300;
      z-index: 9000;
      display: block;
      position: relative;
      cursor: pointer;
      margin-top: 40px;
      opacity: 0; }
      @media screen and (max-width: 767px) {
        .featured-block .featured-column h2 {
          text-align: left; } }
      .featured-block .featured-column h2 span svg {
        display: none; }
    @media screen and (max-width: 767px) {
      .featured-block .featured-column .container {
        padding: 0 !important; } }
  .featured-block .column-right {
    margin-left: 410px; }
    @media screen and (max-width: 767px) {
      .featured-block .column-right {
        margin-left: 20px; } }
    .featured-block .column-right h2 {
      margin-left: -10%; }
      @media screen and (max-width: 767px) {
        .featured-block .column-right h2 {
          margin-left: 0%;
          max-width: 380px;
          top: 20px;
          font-size: 32px;
          line-height: 42px; } }
    @media screen and (max-width: 767px) {
      .featured-block .column-right figure {
        margin-left: 20px; } }
  .featured-block .column-left {
    margin-right: 410px; }
    @media screen and (max-width: 767px) {
      .featured-block .column-left {
        margin-right: 20px; } }
    @media screen and (max-width: 767px) {
      .featured-block .column-left h2 {
        margin-left: 5%;
        max-width: 295px;
        top: 20px;
        font-size: 32px;
        line-height: 42px; } }
    @media screen and (max-width: 767px) {
      .featured-block .column-left figure {
        margin-right: 20px; } }
  .featured-block .allprojectslink {
    margin-top: 100px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .featured-block .allprojectslink {
        padding: 0 20px;
        margin-top: 50px; } }
.content-buttons-block {
  padding-top: 183px; }
  @media screen and (max-width: 767px) {
    .content-buttons-block {
      padding-top: 160px; } }
  .content-buttons-block .content {
    margin-bottom: 55px; }
    @media screen and (max-width: 767px) {
      .content-buttons-block .content {
        margin-bottom: 32px; } }
    .content-buttons-block .content p {
      font-size: 30px;
      line-height: 44px;
      font-weight: 400;
      font-family: "Inter", sans-serif;
      max-width: 769px;
      position: relative;
      margin: 0;
      display: none; }
      @media screen and (max-width: 767px) {
        .content-buttons-block .content p {
          max-width: 100%;
          font-size: 22px;
          line-height: 32px; } }
      .content-buttons-block .content p::before {
        content: "";
        position: absolute;
        left: 0;
        top: -11px;
        background-image: url(/wp-content/themes/pgsmillwork-v1/img/h1-line.svg);
        background-size: 100%;
        height: 2px;
        width: 30px;
        background-repeat: no-repeat; }
  .content-buttons-block .buttons {
    display: none; }

.featured-projects {
  padding-top: 148px; }
  @media screen and (max-width: 767px) {
    .featured-projects {
      padding-top: 40px; } }
  .featured-projects .allprojectslink {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .featured-projects .allprojectslink {
        margin-top: 5px; } }
.hero-section-block {
  position: relative;
  margin-top: -65px; }
  .hero-section-block .swiper {
    width: 100%;
    height: 107vh; }
    @media screen and (max-width: 767px) {
      .hero-section-block .swiper {
        height: 100vh; } }
  .hero-section-block .swiper-slide-active .animate {
    -webkit-animation: slideUp ease .5s forwards 3s;
            animation: slideUp ease .5s forwards 3s;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    opacity: 0;
    display: block; }
  .hero-section-block .swiper-slide-active .fadein {
    -webkit-animation: fadeInAnimation ease 3s forwards 3s;
            animation: fadeInAnimation ease 3s forwards 3s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
    opacity: 0;
    display: block !important; }
  .hero-section-block .swiper-slide-active .title {
    -webkit-animation: slideUp ease .5s forwards 1s;
            animation: slideUp ease .5s forwards 1s;
    opacity: 0;
    display: block; }
  .hero-section-block .swiper-slide-active .hero-link {
    -webkit-animation: fadeInAnimation ease .5s forwards 1s;
            animation: fadeInAnimation ease .5s forwards 1s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    opacity: 0;
    display: block !important; }
  .hero-section-block .swiper-slide {
    display: block;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*.hero-link{
            background-image: url(/wp-content/themes/pgsmillwork-v1/img/icon_arrow-light-03.svg);
            height: 69px;
            width: 69px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position:center;
            margin: 0 auto;
            transition: 0.8s;
            cursor: pointer;
            margin-top:40px;
            display: none;
            &:hover{
                background-image: url(/wp-content/themes/pgsmillwork-v1/img/icon_arrow-light-02.svg);
                height: 55px;
                width: 98px;
                transition: 0.8s;
            }
        }*/
    /* a{
            text-align: center;
            display: block;           
            margin: 0 auto;
        }*/ }
    .hero-section-block .swiper-slide h1 {
      margin: 0 0 39px 0;
      text-align: center;
      opacity: 0;
      top: 40px;
      display: none; }
      @media screen and (max-width: 767px) {
        .hero-section-block .swiper-slide h1 {
          font-size: 50px;
          line-height: 60px;
          max-width: 335px; } }
      .hero-section-block .swiper-slide h1::before {
        display: none; }
    .hero-section-block .swiper-slide .container-arrow {
      position: relative;
      width: 80px;
      height: 80px;
      overflow: visible;
      -webkit-transform-origin: center;
              transform-origin: center; }
    .hero-section-block .swiper-slide .circle {
      position: absolute;
      width: 70px;
      height: 70px;
      background-color: transparent;
      border: 1px solid #fff;
      border-radius: 50%;
      opacity: 0.2;
      -webkit-transition: -webkit-transform 1.5s;
      transition: -webkit-transform 1.5s;
      transition: transform 1.5s;
      transition: transform 1.5s, -webkit-transform 1.5s; }
    .hero-section-block .swiper-slide .container-arrow:hover .circle {
      -webkit-transform: scale(0.7143);
              transform: scale(0.7143);
      opacity: 1; }
    .hero-section-block .swiper-slide .arrow {
      position: absolute;
      display: inline-block;
      padding: 35px 0 35px 20px;
      -webkit-transform-origin: center;
              transform-origin: center; }
      .hero-section-block .swiper-slide .arrow:before {
        content: "";
        display: block;
        width: 30px;
        height: 1px;
        background-color: #fff;
        top: 50%;
        -webkit-transition: width 0.8s ease-out;
        transition: width 0.8s ease-out;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out; }
      .hero-section-block .swiper-slide .arrow:after {
        content: "";
        display: block;
        width: 7px;
        height: 7px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: center;
                transform-origin: center;
        top: calc(50% - 4px);
        position: absolute;
        right: 0px; }
      .hero-section-block .swiper-slide .arrow:hover {
        cursor: pointer; }
        .hero-section-block .swiper-slide .arrow:hover:before {
          width: 95px;
          margin-left: -30px;
          -webkit-transition: all 0.75s ease-in-out;
          transition: all 0.75s ease-in-out; }
  .hero-section-block .skip {
    position: absolute;
    right: 50px;
    bottom: 50px;
    z-index: 9000; }
    @media screen and (max-width: 767px) {
      .hero-section-block .skip {
        right: 20px; } }
    .hero-section-block .skip a {
      text-decoration: none;
      font-size: 14px;
      line-height: 22px;
      font-family: "Inter", sans-serif; }

/* 404 Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.ns-404-background {
  height: 105vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 767px) {
    .ns-404-background {
      height: 70vh; } }
  .ns-404-background h1 {
    font-size: 62px;
    line-height: 72px;
    font-weight: 300;
    font-family: "Inter", sans-serif;
    max-width: 912px;
    margin-bottom: 0; }
    .ns-404-background h1::before {
      display: none; }
    @media screen and (max-width: 767px) {
      .ns-404-background h1 {
        font-size: 42px;
        line-height: 52px; } }
  .ns-404-background .ns-404-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 47px; }

.container-wide section h1 {
  margin-top: 61px; }

.container-wide section p a:hover {
  color: #B6BD30; }

.container-wide .ns-base-template h1, .container-wide .ns-base-template h2, .container-wide .ns-base-template h3, .container-wide .ns-base-template h4, .container-wide .ns-base-template h5, .container-wide .ns-base-template strong {
  font-family: "Inter", sans-serif;
  font-weight: 300; }

.container-wide .ns-base-template .base-template-row div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
/*# sourceMappingURL=theme.css.map */