/*@font-face {
    font-family: 'nexa_rust_script_lregular';
    src: url('../fonts/nexarustscriptl-webfont.woff2') format('woff2'),
         url('../fonts/nexarustscriptl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gothambold-webfont.woff2') format('woff2'),
         url('../fonts/gothambold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gothambook-webfont.woff2') format('woff2'),
         url('../fonts/gothambook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'signpaintermedium';
    src: url('../fonts/signpainter-housescript-webfont.woff2') format('woff2'),
         url('../fonts/signpainter-housescript-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.nexa-rust{ font-family: 'nexa_rust_script_lregular' !important; }
.gotham-bold { font-family: 'gothambold' !important; }
.gotham-book { font-family: 'gothambook' !important; }
.signpainter { font-family: 'signpaintermedium' !important; }*/

/*@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-regular-webfont.woff2') format('woff2'),
         url('./fonts/bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.uppercase { text-transform: uppercase; }

body { 
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #000; 
}

.max-width-80 { 
     max-width: 80%;
     margin: 0 auto;
}

/*#page-header.age-page.ph-full.ph-center .page-header-inner { padding-top: 10% !important; }*/

/*#page-header.ph-bg-image .ph-caption { max-height: 100vh; }
#page-header.ph-bg-image .ph-caption img { height: 1000px; }*/

/*#page-header img#banner-text { width: auto !important; height: 100% !important; }*/

#page-header.ph-bg-image .ph-image-inner:before {
    /*animation-name: backgroundColorPalette;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;*/
}
@keyframes backgroundColorPalette {
    0% {
        background: red;
        opacity: 0
    }
    100% {
        background: red;
        opacity: .5
    }
}

body.tt-boxed .page-header-inner.tt-wrap { max-width: 1400px; }
/*#page-header.main-page.ph-full, #page-header.age-page.ph-full { align-items: normal; }
#page-header.main-page.ph-full .page-header-inner, #page-header.main-page.ph-full.ph-center .page-header-inner { padding-top: 0% !important; }
#page-header.main-page.ph-cap-lg .ph-caption-title { font-size: 45px; }*/

/*#page-header.main-page.ph-full .ph-caption { display: flex; position: absolute; top: 300px; bottom: 0; height: 100%; }*/
/*#page-header.main-page.ph-full .ph-caption .ph-caption-inner,
#page-header.thank-you.ph-full .ph-caption .ph-caption-inner { width: 100%;  height: 624px; }
.main-page .ph-caption-inner img { width: auto !important; height: 624px !important; }
.main-page .ph-caption, .thank-you .ph-caption { left: 15vw;  }*/

/*#page-header.main-page.ph-full .ph-image { align-items: normal; top: 300px; }
#page-header.main-page.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner,
#page-header.thank-you.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner { padding:0; height:624px; }
.main-page .ph-image, .thank-you .ph-image { right: 15vw; width: 800px }
*/
/*#page-header.thank-you.ph-full { min-height: 0 !important; height: 100%; }*/

p.intro { font-size: 30px; font-weight: normal; }
.red { color: #ed1c24; }
.bold { font-weight: 700; }

/* thank you page */
#page-header.thank-you.ph-full .ph-caption { display: flex; position: absolute; top: 250px; bottom: 0; height: 100%; }
#page-header.thank-you.ph-full .ph-image { align-items: normal; top: 300px; }
.thank-you h1 { font-size: 100px; }
#logo-thankyou { width: 500px; height: auto; }
/* end thank you page */

#page-header.thank-you.minor.ph-full .ph-caption { top: 325px; }
#page-header.thank-you.cancel.ph-full .ph-caption { top: 300px; }

.ph-caption-title-ghost,p a, p a:hover, p a:focus { opacity: 1; }
.ph-caption-title-ghost .phgh-text { width: 50%; }
.ph-caption-subtitle, 
#tt-footer .tt-copyright, 
#tt-footer .tt-copyright a,
.tt-form-text,
.tt-heading-subtitle, .tt-pn-title { color: #fff; }
.tt-pn-hover-title { color: #ed1c24; }
#ball.ball-view {
    background-color: #fff;
    color: #ed1c24;
}

.social-footer .logo-footer { width: 180px; margin: 0 auto 20px; }
.social-footer p { font-size: 80px; font-family: "Bebas Neue", sans-serif; line-height: 0.8; margin-bottom: 15px; }
.social-footer ul { list-style: none;  padding-inline-start: 0; }
.social-footer li { display: inline-block; margin: 0 10px;  }
.social-footer li img { max-width: 50px; }
#tt-footer { padding: 0 0 15px; }

.tt-form-filled .tt-form-control { background-color: #fff; color: #000; }

#btn-learnmore { width: 40%; height: auto; }
a.button-age, a.button-age:hover { background-color: #fff; border-radius: 20px; padding: 7px 60px; color: #ed1c24; margin-bottom: 5px; text-transform: uppercase; font-family: "Nunito Sans", sans-serif; font-weight: 900; }

.tt-heading.tt-heading-xlg .tt-heading-title { 
     font-weight: 700; 
     font-family: "Bebas Neue", sans-serif;
     margin-bottom: 20px;
     line-height: 1;
     transform: rotate(-2deg);
     background-color: #ed1c24;
     display: inline-block;
     padding: 10px 20px 5px 20px;
}
/*.tt-heading-title span { 
     background-color: #ed1c24;
     padding: 5px 20px; 
}*/

.highlight { 
  background-color: #ed1c24; 
  padding: 5px 25px;
  font-weight: 700;
  border-radius: 20px;
}
ul.services { /*list-style-type: none;*/ padding-left: 20px; }
/*ul.services li:first-child { border-top: 2px solid #fff; }*/
ul.services li { 
  padding: 5px 10px 5px 15px; 
  line-height: 1.5; 
  font-weight: 500; 
  font-size: 20px; 
  /*border-bottom: 2px solid #fff;
  background-image: url(../img/ball.png);
  background-size: 35px auto;
  background-position: left 20px;
  background-repeat: no-repeat;*/
}
p.xbig { font-size: 25px; font-weight: 700; margin-bottom: 10px; }
p.big { font-size: 20px; margin-bottom: 0; }
p.small { font-size: 16px; margin-bottom: 0; }

img.polaroid {
     width: 80%;
     transition: all 1s ease-in-out;
}
img.polaroid:hover { 
     transform: scale(1.1);

}

.testimonials {
  background-image: url(../img/quote-left.png);
  background-repeat: no-repeat;
  padding: 30px;
}
.testimonials-inner { 
  /*border-radius: 20px;
  border: 1px solid #fff;*/
  padding: 30px 0;
  font-size: calc(19px + 0.3vw);
      line-height: 1.6;
      font-style: italic;
}

blockquote {
  padding: 20px 20px 10px 20px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  letter-spacing: -0.2px;
  color: #fff;
  /*text-align: center;*/
  position: relative;
  margin-top:80px;
  margin-bottom: 80px;
  transition: 0s 0.12s z-index;
  z-index: 1;
  border: none;
  border-radius: 20px;
}
blockquote p {
  font-weight: 600;
  font-size: font-size: calc(19px + 0.3vw);
  line-height: 1.6;
  margin: 0 0 10px 0;
  font-style: italic;
}
blockquote > span {
  display: inline-block;
  text-align: right;
  width: 100%;
}
blockquote:hover {
  transition: none;
  z-index: 2;
}
blockquote:hover ~ .the-effect {
  opacity: 0.88;
  height: calc(100% + 240px);
  transition: 0.14s opacity cubic-bezier(0.39, 0.575, 0.565, 1), height 1.23s;
}
blockquote:hover .quotes-marks {
  opacity: 0.3;
  transition: 0.76s transform, 0.885s opacity;
}
blockquote:hover .quotes-marks-left {
  transform: scale(1.25) translate(-18px, 0);
}
blockquote:hover .quotes-marks-right {
  transform: scale(1.25) translate(18px, 0);
}
blockquote:hover .quotes-marks-left {
  transform-origin: top;
}
blockquote:hover .quotes-marks-right {
  transform-origin: bottom;
}
blockquote:hover .quotes-marks span {
  transition: 18.45s transform;
}
blockquote:hover .quotes-marks-left span:nth-child(1) {
  transform: translate(0, 28px);
}
blockquote:hover .quotes-marks-left span:nth-child(2) {
  transform: translate(0, 25px);
}
blockquote:hover .quotes-marks-right span:nth-child(1) {
  transform: translate(0, -28px);
}
blockquote:hover .quotes-marks-right span:nth-child(2) {
  transform: translate(0, -25px);
}
blockquote:hover .blockquote-inner {
  transform: scale(1.025);
  opacity: 0.87;
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.33));
  transition: 0.27s, filter 0.42s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.62s;
  transform-origin: bottom;
}
.the-effect {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to top, #f5e3a8 0%, #f5e3a8 calc(100% - 240px), #ffffff00 100%);
  pointer-events: none;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: 0.62s opacity cubic-bezier(0.39, 0.575, 0.565, 1), height 0s 0.02s;
}
.quotes-marks {
  position: absolute;
  display: flex;
  font-size: 120px;
  line-height: 120px;
  font-weight: 600;
  color: #c3bb86;
  letter-spacing: -12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  pointer-events: none;
  transition: 0.48s;
}
.quotes-marks span {
  transition: 0.76s transform;
}
.quotes-marks-left {
  left: -28px;
  top: -20px;
}
.quotes-marks-right {
  right: -16px;
  bottom: -20px;
}
.blockquote-inner {
  transition: 0.54s, filter 0.98s;
}


.tt-testimonials-slider { 
    background-image: url(../img/quote-left.png);
    background-repeat: no-repeat;
    padding-top: 60px;
}

.gold { 
    background-image: repeating-linear-gradient(to right, #a2682a 0%, #be8c3c 8%, #be8c3c 18%, #d3b15f 27%, #faf0a0 35%, #ffffc2 40%, #faf0a0 50%, #d3b15f 58%, #be8c3c 67%, #b17b32 77%, #bb8332 83%, #d4a245 88%, #e1b453 93%, #a4692a 100%);
      background-size: 150%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 25px;
      font-weight: 400;
      filter: drop-shadow(0 0 1px rgba(255, 200, 0, .3));
      animation: MoveBackgroundPosition 6s ease-in-out infinite;
}
@keyframes MoveBackgroundPosition { 
  0% {
      background-position: 0% 50%
  }
  
  50% {
    background-position: 100% 50%
  }
  
  100% {
    background-position: 0% 50%
  }
}


/*#page-header:not(.ph-bg-image).ph-image-cropped .ph-image-inner { overflow: hidden; border: 10px solid #fff; }
#page-header:not(.ph-bg-image).ph-image-cropped .ph-image-inner img#bbq { 
    animation: burns 15s ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@-webkit-keyframes burns {
  0% {
    transform: scale(1);
    transform-origin: bottom left;
  }
  50% {
    transform: scale(1.1) rotate(-2deg);
    transform-origin: center center;
  }
  100% {
    transform: scale(1);
    transform-origin: top right;
  }
}
#page-header:not(.ph-bg-image).ph-image-cropped  img#jennieo { width: 200px; height: 204px; top: 500px !important; right: -50px !important; z-index: 10; position: absolute; }*/

/*#wine-left { width: 400px; height: auto; position: absolute; left: -460px; top: 150px; }
#wine-right { width: 400px; height: auto; position: absolute; right: -460px; top: 150px; }*/

#tt-footer { text-transform: uppercase; }

label { text-transform: uppercase; font-size: 16px; }
select option {
    background-color: #000;
    color: #FFF;
}

.invalid-tooltip { display: none; }
label.error { color: #fff; position: absolute; bottom: -34px; font-size: 13px; background-color: #ed1c24; padding:1px 5px; border-radius: 20px; }
input.submitt { width: auto; height: 30px;  }
input.submit {  pointer-events: initial; cursor: pointer;  }
input.submit {  background-color: #ed1c24; color: #fff; padding: 10px; border: none; font-family: "Bebas Neue", sans-serif; font-weight: 700; font-size: 35px; line-height: 1; transform: rotate(-2deg); }
#agree-error { bottom: -35px; left: 40px; background-color: #fff; padding: 0 3px; border-radius: 20px; }
input.hidden { display: none; }
 input[type="checkbox"] {
    /* Add if not using autoprefixer */
     -webkit-appearance: none;
    /* Remove most all native input styles */
     appearance: none;
    /* For iOS < 15 */
     background-color: #fff;
    /* Not removed via appearance */
     margin: 0;
     font: inherit;
     color: #fff;
     width: 1.15em;
     height: 1.15em;
     border: 0.15em solid #fff;
     border-radius: 0.15em;
     transform: translateY(-0.075em);
     display: grid;
     place-content: center;
}
 input[type="checkbox"]::before {
     content: "";
     width: 0.65em;
     height: 0.65em;
     clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
     transform: scale(0);
     transform-origin: bottom left;
     transition: 120ms transform ease-in-out;
     box-shadow: inset 1em 1em #000;
    /* Windows High Contrast Mode */
     background-color: CanvasText;
}
 input[type="checkbox"]:checked::before {
     transform: scale(1);
}
 input[type="checkbox"]:disabled {
     --form-control-color: var(--form-control-disabled);
     color: var(--form-control-disabled);
     cursor: not-allowed;
}

@media (max-width: 2000px) {
    /*#page-header.main-page.ph-full .ph-caption, #page-header.main-page.ph-full .ph-image { top: 170px; }
    #page-header.main-page.ph-full .ph-caption .ph-caption-inner {  height: 700px; }
    #page-header.main-page.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner { padding:0; height: 600px; }
    .main-page .ph-caption { left: 15vw; }
    .main-page .ph-image { right: 15vw; }*/

    #logo-agepage { width: 500px; height: auto; }
    a.button-age { font-size: 17px; }
    #btn-learnmore { width: 40%; height: auto; }

    .tt-heading.tt-heading-xlg .tt-heading-title {
        font-size: calc(24px + 3vw);
    }
    p.intro { font-size: 25px; }
    ul.services li, p.big { font-size: 18px; }
    p.small { font-size: 14px; }

    /*#page-header:not(.ph-bg-image).ph-image-cropped  img#jennieo { top: 450px !important; right: -50px !important; }

    .main-page .ph-caption, .thank-you .ph-caption { left: 10vw;  }
    .main-page .ph-image, .thank-you .ph-image { right: 10vw;  }

    #page-header.main-page.ph-full .ph-caption { top: 150px; }
    #page-header.main-page.ph-full .ph-image { top: 200px; }

    .main-page .ph-caption-inner img { height: 600px !important; }


    #page-header.thank-you.ph-full .ph-caption { top: 130px; }
    #page-header.thank-you.ph-full .ph-image { top: 200px; }
    #page-header.thank-you.ph-full .ph-caption.max-width-900 { max-width: 730px !important; }

    #page-header.thank-you.minor.ph-full .ph-caption { top: 205px; }
    #page-header.thank-you.cancel.ph-full .ph-caption { top: 190px; }

    .main-page .ph-image, .thank-you .ph-image { width: 700px !important; }
    #page-header.main-page.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner,
    #page-header.thank-you.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner { height:546px; }*/

    /*.max-width-900 { max-width: 600px !important; }*/
    /*.thank-you h1 { font-size: 70px; }
    #logo-thankyou { width: 450px; height: auto; }

    #wine-left { width: 350px; height: auto; left: -460px; top: 150px; }
    #wine-right { width: 350px; height: auto; right: -460px; top: 150px; }*/
}

@media (max-width: 1680px) {
   /* a.button-age { font-size: 16px; }
    #page-header:not(.ph-bg-image).ph-image-cropped  img#jennieo { top: 400px !important; right: -50px !important; }
    .main-page .ph-caption, .thank-you .ph-caption { left: 8vw;  }
    .main-page .ph-image, .thank-you .ph-image { right: 8vw;  }
    .main-page .ph-caption-inner img { height: 560px !important; }
    .main-page .ph-image, .thank-you .ph-image { width: 640px !important; }
    #page-header.main-page.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner,
    #page-header.thank-you.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner { height:499px; }

    #logo-thankyou { width: 400px; height: auto; }

    #wine-left { width: 300px; height: auto; left: -380px; top: 150px; }
    #wine-right { width: 300px; height: auto; right: -380px; top: 150px; }*/

    .tt-heading.tt-heading-xlg .tt-heading-title {
       font-size: calc(22px + 3vw);
   }
   p.intro { font-size: 23px; }
   ul.services li, p.big { font-size: 17px; }
   p.small { font-size: 14px; }
    #btn-learnmore { width: 30%; height: auto; }
}

@media (max-width: 1500px) {
    /*#page-header.age-page.ph-full.ph-center .page-header-inner { padding-top: 5% !important; }
    a.button-age { font-size: 15px; }
    #logo-agepage { width: 300px; }
    #page-header:not(.ph-bg-image).ph-image-cropped  img#jennieo { top: 320px !important; right: -50px !important; }
    #page-header.main-page.ph-full .ph-caption { top: 100px; }
    #page-header.main-page.ph-full .ph-image { top: 150px; }

    #page-header.thank-you.ph-full .ph-caption { top: 100px; }
    #page-header.thank-you.ph-full .ph-image { top: 150px; }
    #page-header.thank-you.ph-full .ph-caption.max-width-900 { max-width: 600px !important; }
    #logo-thankyou { width: 350px; height: auto; }

    #page-header.thank-you.minor.ph-full .ph-caption { top: 145px; }
    #page-header.thank-you.cancel.ph-full .ph-caption { top: 120px; }

    .main-page .ph-caption, .thank-you .ph-caption { left: 8vw;  }
    .main-page .ph-image, .thank-you .ph-image { right: 8vw;  }
    .main-page .ph-caption-inner img { height: 480px !important; }
    .main-page .ph-image, .thank-you .ph-image { width: 560px !important; }
    #page-header.main-page.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner,
    #page-header.thank-you.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner { height:436px; }*/

    #btn-learnmore { width: 30%; height: auto; }
    #tt-footer { font-size: 12px; }
}

@media (max-width: 1500px) {
    /*#page-header.age-page.ph-full.ph-center .page-header-inner { padding-top: 3% !important; }
    #page-header:not(.ph-bg-image).ph-image-cropped  img#jennieo { top: 320px !important; right: -50px !important; }
    #page-header.main-page.ph-full .ph-caption { top: 70px; }
    #page-header.main-page.ph-full .ph-image { top: 70px; }

    #page-header.thank-you.ph-full .ph-caption { top: 30px; }
    #page-header.thank-you.ph-full .ph-image { top: 70px; }
    #page-header.thank-you.ph-full .ph-caption.max-width-900 { max-width: 500px !important; }
    #logo-thankyou { width: 270px; height: auto; }
    .thank-you .ph-caption-subtitle { font-size: 17px; }

    #page-header.thank-you.minor.ph-full .ph-caption { top: 115px; }
    #page-header.thank-you.cancel.ph-full .ph-caption { top: 90px; }

    .main-page .ph-caption, .thank-you .ph-caption { left: 8vw;  }
    .main-page .ph-image, .thank-you .ph-image { right: 8vw;  }
    .main-page .ph-caption-inner img { height: 430px !important; }
    .main-page .ph-image, .thank-you .ph-image { width: 560px !important; }
    #page-header.main-page.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner,
    #page-header.thank-you.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner { height:436px; }

    #wine-left { width: 230px; height: auto; left: -290px; top: 150px; }
    #wine-right { width: 230px; height: auto; right: -290px; top: 150px; }*/
     .tt-heading.tt-heading-xlg .tt-heading-title {
        font-size: calc(24px + 2vw);
    }
    p.intro { font-size: 21px; }
    ul.services li, p.big { font-size: 16px; }
    p.small { font-size: 14px; }
    label { font-size: 14px; }
    #btn-learnmore { width: 20%; height: auto; }
}

@media (max-width: 1300px) { 
    /*.main-page .ph-caption, .thank-you .ph-caption { left: 5vw;  }
    .main-page .ph-image, .thank-you .ph-image { right: 5vw;  }*/
}

@media (max-width: 1100px) {
    #page-header.ph-full { display: flex; min-height: 100vh; }
    #page-header.main-page.ph-full .ph-caption { top: 50px; }
    #page-header.main-page.ph-full .ph-image { top: 60px; }
    .main-page .ph-caption, .thank-you .ph-caption { left: 3vw;  }
    .main-page .ph-image, .thank-you .ph-image { right: 7vw !important;  }

    .main-page .ph-caption-inner img { height: 320px !important; }

    .main-page .ph-image, .thank-you .ph-image { width: 400px !important; }
    #page-header.main-page.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner,
    #page-header.thank-you.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner { height:311px; }

    #page-header:not(.ph-bg-image).ph-image-cropped  img#jennieo { width: 150px; height: 153px; top: 200px !important; right: -50px !important; }

    .tt-heading.tt-heading-xlg .tt-heading-title { margin-bottom: 0; }
    p.intro { font-size: 19px; }
    label { font-size: 14px; }
    .max-width-80 { max-width: 100%; }

    #tt-footer .tt-col-md-10 { margin: 0 auto; }
    .mobile-hidden { display: none; }
    .mobile-show { display: inline-block !important; }

    .age-page .tt-col-lg-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tt-offset-lg-2 { margin-left: 0; }


}

@media (max-width:1100px) {
    .tt-scroll-down { display: none; }
    /*.age-page .tt-col-lg-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .age-page .page-header-inner, body:not(.ph-image-on) #page-header.age-page .page-header-inner { padding-top: 50px !important; padding-bottom: 50px; }
    
    #page-header.ph-full { display: flex; min-height: 230px; }
   

    #page-header.main-page.ph-full .ph-caption { top: 30px; }
    #page-header.main-page.ph-full .ph-image { top: 40px; }

    #page-header.main-page, #page-header.thank-you { display: none; }
    #page-header.thank-you.ph-full .ph-image { display: none; }
    .thank-you .ph-caption { left: 0 !important; right: 0 !important; }
    #page-header.thank-you.ph-full .ph-caption.max-width-900 .ph-caption-inner { width: 100% !important; }
    #page-header.thank-you.ph-full .ph-caption .ph-caption-inner { height: 1500px; }
    

    .main-page .ph-caption, .thank-you .ph-caption { left: 4vw;  }
    .main-page .ph-image, .thank-you .ph-image { right: 6vw !important;  }

    .main-page .ph-caption-inner img { height: 170px !important; }

    .main-page .ph-image, .thank-you .ph-image { width: 200px !important; }
    #page-header.main-page.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner,
    #page-header.thank-you.ph-full:not(.ph-bg-image).ph-image-cropped .ph-image-inner { height:156px; }

    #page-header:not(.ph-bg-image).ph-image-cropped .ph-image-inner { border: 5px solid #fff; }*/

    .highlight { font-size: 19px; }
    /*ul.services { padding-left: 0; }*/
    .mobile-hidden { display: none !important; }
    .mobile-show { display: inline-block !important; }

    #agree-error { bottom: -58px; }

    #tt-footer.footer-absolute { position: relative !important; }
}

@media (min-width: 1025px) {
    #page-header.main-page.ph-full {
        
        align-items: flex-end;
        max-height: 100vh;
        
    }
    #page-header.ph-full .page-header-inner {
        padding-top: 0% !important;
        padding-bottom: 0% !important;
    }
    #page-header.ph-full.ph-center .page-header-inner {
        padding-top: 0% !important;
        padding-bottom: 0% !important;
    }
}

@media (max-width: 768px) {
  .tt-heading.tt-heading-xlg .tt-heading-title { font-size: 35px; }
  .highlight { font-size: 15px; padding: 5px 12px; }
  .quotes-marks-left {
    left: -16px;
    top: -20px;
  }
  .quotes-marks-right {
    right: -16px;
    bottom: -20px;
  }
  .mobile-margin-top { margin-top: 80px; }
  /*.tt-heading.tt-heading-xlg .tt-heading-title { font-size: calc(24px + 2vw); }*/
  p.intro { font-size: 17px; }
  .social-footer .logo-footer{ width: 150px; }
  .social-footer p{ font-size: 65px; }
  .social-footer li{ margin: 0 5px; }
  .social-footer li img{ max-width: 40px; }
}