/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the new block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS and is translated into over 25 languages by our amazing community of users. A few of our many features include microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.0.3.1623524301
Updated: 2021-06-12 18:58:21

*/
/*Fonts*/
.hide, .pgp-hide, .cat-links, .entry-meta, .grecaptcha-badge, #sb_instagram .sb_instagram_header {
    display: none !important;
 }
img {
	pointer-events: none;
}
/* margin class for punctuation in fancy font */
.kt-punc-margin {
    margin-left: 5px;
}
p, a, body, span, div, .pgp-bhl, .pgp-bhl * {
	font-family: 'helvetica';
}
sup {
	font-family: 'helvetica' !important;
}
  .pgp-bhl-bold, .pgp-bhl-bold * {
    font-family: 'gothic-bold';
  }
  .pgp-dtn-def, .pgp-dtn-def *, .pgp-thunder, .pgp-thunder *, .main-navigation * {
    font-family: 'aLoveOfThunder' !important;
  font-weight: normal;
  }
  .pgp-lex, .pgp-lex * {
  font-family: 'Lexend';   
  }
  .pgp-lex-d,
    .pgp-lex-d * {
        font-family: 'Lexend Deca';
    }
  .pgp-fancy-font, .pgp-fancy-font * {
    font-family: 'satisfy';
  font-weight: 600;
  }
  
  @font-face {
    font-family: 'gothic';
    font-style: normal;
    font-weight: normal;
    src: local('century-gothic'), url('/wp-content/uploads/fonts/century-gothic.woff') format('woff');
    }
  @font-face {
    font-family: 'gothic-bold';
    font-style: normal;
    font-weight: normal;
    src: local('century-gothic-bold'), url('/wp-content/uploads/fonts/century-gothic-bold.woff') format('woff');
    }
  @font-face {
    font-family: 'aLoveOfThunder';
    font-style: normal;
    font-weight: normal;
    src: local('aLoveOfThunder'), url('/wp-content/uploads/fonts/aLoveOfThunder.woff') format('woff');
    }
  @font-face {
    font-family: 'satisfy';
    font-style: normal;
    font-weight: normal;
    src: local('Satisfy'), url('/wp-content/uploads/fonts/Satisfy.woff') format('woff');
    }
  @font-face {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: normal;
    src: local('Lexend'), url('/wp-content/uploads/fonts/Lexend.woff') format('woff');
    }
  @font-face {
      font-family: 'Lexend Deca';
      font-style: normal;
      font-weight: normal;
      src: local('Lexend Deca'), url('/wp-content/uploads/fonts/LexendDeca.woff') format('woff');
  }
  .pgp-dred, .pgp-brown * {
  color: #943d01 !important;
  }
  .pgp-red, .pgp-red * {
  color: #fe0102 !important;
  }
  .pgp-blue, .pgp-blue * {
  color: #018ef1 !important;
  }
  .pgp-dark-blue, .pgp-dark-blue * {
  color: #01489a !important;
  }
  #page .pgp-white, #page .pgp-white *, #footer-widgets .pgp-white, #footer-widgets .pgp-white *{
  color: #ffffff !important;
  }
  .pgp-tilted {
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  .pgp-bold, .pgp-bold * {
  font-weight: 600;
  }
  .pgp-white-ds {
    text-shadow: -6px 0px #fff;
  }
  .pgp-nowrap, .pgp-no-wrap {
      white-space: nowrap;
  }
  /* hurricane closures */
.kt_hurricane-cont {
    text-align: center;
    margin-bottom: 35px;
}
.hurricane-closures {
    background-color: #FE173B;
    color: white;
    padding: 3px 5px;
    margin: 5px 0 0;
    display: inline-block;
    min-width: 178px;
    text-align: center !important;
}
.kt_hurricane-cont .hurricane-closures {
	padding: 8px 12px;
}
/* body:has(.hurricane-closures) .pgp-hero-buttons {
    display: none !important;
} */
/* .kt-result:has(.hurricane-closures) .kt-location-btn:not(.kt-location-btn.kt-store-info) {
    display: none;
} */
/* hurricane closure end */
  /* .kt-no-break {
      display: none;
  }
  .kt-break {
      display: none;
  } */
  /* animations keyframes */
  @keyframes pulse {
      0% {
          -webkit-transform: scaleX(1);
          transform: scaleX(1);
      }
      50% {
          -webkit-transform: scale3d(1.05,1.05,1.05);
          transform: scale3d(1.05,1.05,1.05);
      }
      100% {
          -webkit-transform: scaleX(1);
          transform: scaleX(1);
      }
  }
  /* @keyframes pulse {
          0% {
          transform: scale(1);
      }
      70% {
          transform: scale(1.1);
      }
      100% {
          transform: scale(1);
      }
  } */
  @keyframes animWavy {
      0% {
          transform: translate(0px) rotate(-3deg);
          top: 0px;
      }
      50% {
          transform: translate(20px, -15px) rotate(5deg);
      }
      100% {
          transform: translate(0px) rotate(-3deg);
          top: 0px;
      }
  }
  @-webkit-keyframes floating {
      0% { -webkit-transform: translate(0,  0px); transform: translate(0,  0px); }
      50%  { -webkit-transform: translate(0, 15px); transform: translate(0, 15px); }
      100%   { -webkit-transform: translate(0, -0px); transform: translate(0, -0px); }   
  }
  @keyframes floating {
      0% { -webkit-transform: translate(0,  0px); transform: translate(0,  0px); }
      50%  { -webkit-transform: translate(0, 15px); transform: translate(0, 15px); }
      100%   { -webkit-transform: translate(0, -0px); transform: translate(0, -0px); }   
  }
  @keyframes wobble {
      0% {
          -webkit-transform: none;
          transform: none;
      }
      15% {
          -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
          transform: translate3d(-25%,0,0) rotate(-5deg);
      }
      30% {
          -webkit-transform: translate3d(20%,0,0) rotate(3deg);
          transform: translate3d(20%,0,0) rotate(3deg);
      }
      45% {
          -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
          transform: translate3d(-15%,0,0) rotate(-3deg);
      }
      60% {
          -webkit-transform: translate3d(10%,0,0) rotate(2deg);
          transform: translate3d(10%,0,0) rotate(2deg);
      }
      75% {
          -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
          transform: translate3d(-5%,0,0) rotate(-1deg);
      }
      100% {
          -webkit-transform: none;
          transform: none;
      }
  }
  /* animations end */
  h2 {
    font-size: 3.5vw;
  }
  .fc-ds {
  -webkit-filter: drop-shadow(2px 4px 2px black);
          filter: drop-shadow(2px 4px 2px black);
  }
  .fc-has-btm-margin-25 {
  margin-bottom: 25px !important;
  }
  /*Fonts End*/
/* Hide image titles on hover */
img :not(.selections .col label img) {
  pointer-events:none;
}
  /*Nav*/
  .site-logo a {
    display: inline-block;
  }
  .main-navigation a {
    font-size: 1vw;
  }
  .main-navigation .main-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-float-right #site-navigation {
    margin: auto;
  }
  .top-bar {
    display: none;
  } /* Nav Search*/
  .inside-navigation .close-search a {
    background: transparent !important;
  }
  .inside-navigation .search-form.navigation-search.nav-search-active {
    border: solid 1px !important;
  }
  #primary-menu #menu-menu-1>li:last-child {
    display: none;
  }
  /* Nav Search End*/ /* Nav colors*/
  /* Nav colors End*/
  .site-header {
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    padding-bottom: 0px;
  top: 0;
  }
  #masthead:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 81, 195, .8);
    -webkit-clip-path: url(#navCurve);
            clip-path: url(#navCurve);
    position: absolute;
    z-index: -1;
  }
  .main-navigation ul ul {
    background-color: rgba(0, 81, 195, .8) !important;
  }
  @media screen and (max-width: 1192px) {
  .pgp-order-onile-nav {
    display: none;
  }
  #primary-menu #menu-menu-1 li:last-child {
    display: block;
  }
  #site-navigation.toggled {
      padding-bottom: 150px;
  }
  }
  @media screen and (min-width: 768px) {
  .pgp-sticky-nav .inside-header, .inside-header {
    padding: 10px 40px 0 10px;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  }
  .pgp-sticky-nav .header-image {
    width: 70% !important;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .pgp-sticky-nav .main-navigation .main-nav ul li a {
    line-height: 34px !important;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .pgp-sticky-nav, .inside-header, .main-navigation .main-nav ul li a, .header-image {
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .site-logo {
    width: 200px;
  }
  .pgp-order-onile-nav a {
    color: #fff !important;
    font-size: 2.5vw;
    padding: 20px 40px;
    background: url(/wp-content/uploads/2023/10/surf-board.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    text-shadow: unset;
  }
  .pgp-order-onile-nav a:hover {
    text-shadow: 0px 2px 0px #c43143;
  }
  .pgp-sticky-nav .pgp-order-onile-nav a {
    font-size: 2vw;
  }
  .main-navigation ul ul li a {
    padding: 15px 10px !important;
  }
  #menu-menu-1 li>a:after {
  content: '';
    width: 100%;
    height: 20px;
    background: url(/wp-content/uploads/2023/01/surfboard800.png);
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  #menu-menu-1 li .sub-menu li>a:after {
    bottom: -1px;
    left: 10px;
    background-position: left;
  }
  #menu-menu-1 li:hover>a:after {
  opacity: 1;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .pgp-sticky-nav	#menu-menu-1 li:hover>a:after {
    bottom: -8px;
  }
  }
  @media screen and (max-width: 900px) {
    .main-navigation a {
        font-size: 4vw;
    }
  }
  @media screen and (max-width: 767px) {
    .site-branding-container {
        width: 60%;
    }
    #mobile-menu-control-wrapper {
        width: 40%;
    }
    nav .menu-bar-items {
        display: none !important;
    }
    .menu-toggle {
        background-color: transparent !important;
        line-height: 17px;
    }
    .icon-menu-bars svg {
        width: 2em;
        height: 2em;
    }
        .main-navigation a {
            font-size: 5.2vw;
        }
       .site-header .header-image {
            width: 150px !important;
      }
      .fc-has-btm-margin-25 {
      margin-bottom: 0 !important;
      }
      .pgp-sec-3 {
        padding-bottom: 145px !Important;
      }
      .pgp-foot-soc-icons-box i {
        font-size: 16px !important;
      }
      .pgp-foot-sec-3 h2 {
          font-size: 6.5vw;
      }
      .information.nutrition-mobile {
    margin-bottom: 55px;
}
  }
  .pgp-foot-content .pgp-only-home:not(.home .pgp-foot-content .pgp-only-home) {
    display: none;
    height: 70px !important;
  }
  /*NAv End*/
 
  /*Footer*/
  /*pgp-footer-app*/
  .pgp-footer-app {
    margin-bottom: -4px;
    clip-path: url(#pgp-slant-to-right);
    margin-top: -75px;
    padding-bottom: 200px !important;
  }
  .entry-content .wpb-content-wrapper section:last-of-type .vc_row.wpb_row {
    padding-bottom: 60px !important;
  }
  .pgp-footer-app .pgp-white-ds {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 5vw;
  }
  .pgp-footer-app .pgp-fancy-font {
    margin-top: -23px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 5vw;
  }
  .pgp-footer-app-1 {
    z-index: 9;
    bottom: -108px;
  }
  .pgp-color-flower-float {
    display: none;
    /* left: -39px; */
    top: -194px;
    width: 230px;
    right: 0;
    transform: scaleX(-1);
  }
  .pgp-fish-float {
    /* right: 0; */
    top: 50%;
    width: 27%;
    transform: translate(0,-106%) scaleX(-1);
  }
  .pgp-footer-app .pgp-dtn-def {
    background-image: url(/wp-content/uploads/2023/01/red-brush-bg.svg?id=195) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }
  .pgp-footer-app .pgp-dtn-def.kt-app-faq-btn {
        background-image: url(/wp-content/uploads/2023/01/blue-bg-btn.svg) !important;
    }
  .pgp-footer-app-1 {
    padding: 0 !important;
    margin: 0 !important;
    z-index: 30 !important;
    bottom: -108px;
    overflow: visible !important;
    position: relative !important;
  }
  .pgp-footer-app-1>div {
    overflow: visible !important;
    position: relative !important;
  }
  /*pgp-footer-app*/
  .cw_mobile-order-btn {
    display: none;
  }
  .footer-widgets-container {
    padding: 0 !important;
    max-width: 100% !important;
    width: 100%;
    margin: auto;
  }
  .pgp-foot-wave-section {
    top: -73% !important;
    bottom: unset !important;
  }
  #footer-widgets {
    background-color: unset;
  }
  .pgp-foot-wave-section {
    margin-bottom: -6% !important;
    width: 100% !important;
    position: relative !important;
  }
  .pgp-foot-wave-section .pgp-footer-wave {
    margin-bottom: 0;
  }
  .pgp-foot-wave-section .vc_empty_space {
    background: #0040c6;
  }
  .pgp-footer-row {
    top: 5px;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .pgp-foot-content {
    width: 100%!important;
    margin: auto!important;
    max-width: 100% !important;
    padding: 0 !important;
        background: #0040c6;
  }
/* footer text */
.site-footer .kt-app-download {
    margin-bottom: 35px;
}
/* footer text end */
  /*article.category-blog, #main .entry-content>section .vc_section:last-of-type {*/
  /*    padding-bottom: 350px !important;*/
  /*}*/
  .site-footer, .site-footer * .site-info, .site-info * {
    padding-top: 0 !important;
  }
  .pgp-over-fw h2.pgp-fancy-font {
    margin-bottom: 10px !important;
  }
  .footer-widget-1, .footer-widget-1 aside, .footer-widget-1, .footer-widget-1 aside .textwidget, .site-footer .textwidget>section {
    width: 100%;
    left: 0;
    margin: auto !important;
    display: block;
    position: relative;
  }
  #footer-widgets .pgp-foot-sec-1 .pgp-foot-row-1 {
    max-width: 1600px !important;
    margin: auto;
  }
  #footer-widgets #text-3 .pgp-foot-cont-sec .pgp-over-fw {
    max-width: 1350px !important;
    margin: auto !important;
  }
  #footer-widgets .slick-next, #footer-widgets .slick-prev {
        transform: translate(0, -50%) !important;
  }
  .pgp-sec-2 .slick-arrow, .pgp-arrow img, #sbi_images .slick-arrow {
    width: 80px;
    height: 100px;
  }
  .ult-carousel-wrapper {
    margin: auto;
    padding: 0;
    width: 75%;
  }
  .pgp-sec-2 .slick-arrow i {
    display: none;
  }
  #sbi_images .slick-prev {
    background: url(/wp-content/uploads/2023/01/ifp-left-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    color: unset !important;
    left: -90px !important;
  }
  #footer-widgets .slick-prev:after {
    content: 'Previous';
    color: #fff!important;
    font-family: satisfy;
    font-weight: 600;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    font-size: 27px;
    transform: translate(-50%, 0);
  }
  #sbi_images .slick-next {
    background: url(/wp-content/uploads/2023/01/ifp-right-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    color: unset !important;
    right: -90px !important;
  }
  #footer-widgets .slick-next:after {
    content: 'Next';
    color: #fff!important;
    font-family: satisfy;
    font-weight: 600;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
    font-size: 27px;
    transform: translate(-50%, 0);
  }
  #sbi_images .slick-prev, #sbi_images .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: 0;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
  }
  #footer-widgets #sbi_images .sbi_item {
    padding: 20px !important;
    border-radius: 20px !important;
  }
  #footer-widgets #sbi_images .sbi_item>div a {
    border-radius: 20px !important;
  }

#sbi_images img,
#sbi_images a img { pointer-events: auto !important; }

#sbi_images .sbi_item .sbi_photo_wrap,
#sbi_images .sbi_item > div a {
  display: block;
  width: 100% !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  position: relative;                
}

#sbi_images .sbi_item > div a::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;                 
}

#sbi_images .sbi_item img,
#sbi_images .sbi_item video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;       
  object-position: 50% 25% !important; 
}

#sbi_images .sbi_item.slick-slide { padding: 10px !important; }

@media (max-width: 1024px) {
  #sbi_images .sbi_item.slick-slide { padding: 8px !important; }
}
@media (max-width: 767px) {
  #sbi_images .sbi_item.slick-slide { padding: 6px !important; }
}
#sbi_images .sbi_item img {
  border-radius: 20px; 
}

  /*Section 5*/
  .pgp-foot-sec-1 {
/*     display: none; */
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }
#kh-inno-form input:not([type=submit]) {
    width: 100%;
    padding: 10px 15px;
}
select.pgp-location {
    width: 100%;
}
  .pgp-contact-page-form .wpcf7 form .wpcf7-response-output {
    margin-top: 0;
    background: #ffffff82;
  }
  .pgp-foot-row-1 h2 {
    font-weight: 700;
    line-height: .9;
        line-height: 1.3;
      padding-left: 60px;
  }
  .pgp-foot-row-1 .pgp-lex {
    padding-left: 60px;
  }
  .pgp-foot-sec-1-1, .pgp-foot-sec-1-1>div {
    z-index: 9;
    overflow: visible !important;
    margin: 0px !important;
    padding: 0px !important;
  }
  .pgp-foot-sec-1-1 .pgp-dole-float {
    display: block;
    width: 14%;
/*     right: 5%; */
	right: 0%;
    top: 40px;
    /* transform: rotate(-10deg) translate(0%, -100%); */
    transform: rotate(-10deg) translate(0%, -80%);
  }
  .pgp-foot-sec-1-1 .pgp-dole-float img {
    filter: drop-shadow(7px 4px 0px rgb(0 255 255 / 52%));
  }
  .pgp-foot-sec-1-1 .pgp-flower-1-float {
    display: block;
    width: 6%;
    right: 8%;
    bottom: -30px;
    /* transform: translate(0%, 38%); */
    transform: translate(0%, 100%);
  }
  /*Section 5 end*/
  /*Section 6*/
  .pgp-foot-sec-2 {
    position: relative !important;
    background: url(/wp-content/uploads/2023/10/footer-badges-bg.webp);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 290px !important;
    top: -200px !important;
    margin-bottom: -200px;
    clip-path: url(#footer-badge-wave);
  }
  .pgp-foot-sec-2 .pgp-dtn-def {
    background: url(/wp-content/uploads/2023/01/blue-bg-btn.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .pgp-wood-bg {
    background: url(/wp-content/uploads/2023/01/brown-brush-bg.svg);
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
  }
  .pgp-foot-award-row {
    display: flex !important;
  }
  #footer-widgets .pgp-foot-awards-row img {
    width: auto !important;
    max-width: 80%;
  }
  @media screen and (min-width: 767px) {
  .pgp-superhero-logo>div {
    padding: 0 !important;
  }
  /* .pgp-entrepreneur-logo img, .pgp-qsr-logo img {
    max-height: 156px;
  } */
  }
  .pgp-foot-sec-2 h2 span.has-red-bg {
    background: #FF2240;
    padding: 0 10px;
  }
  .pgp-foot-sec-2:before {
    content: '';
    height: 100%;
    width: 28%;
    position: absolute;
    right: 4%;
    top: 50%;
    background: url(/wp-content/uploads/2023/01/ohana-wm.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: .3;
    transform: translate(0,-50%);
  }
  /*Section 6 end*/
  /*Section 7*/
  .pgp-foot-sec-3 {
    padding-bottom: 0 !important;
    margin-bottom: -436px;
    background: url(/wp-content/uploads/2023/10/sand-bg.webp);
    background-size: cover;
    background-attachment: fixed;
  }
  .pgp-foot-sec-3 .pgp-thunder {
    padding: 5px 0;
    background-size: 94% 203% !important;
  }
  .pgp-over-fw {
    z-index: 1;
  }
  .pgp-soc-ht {
    color: #00438A !important;
    padding-right: 100px;
  }
  .pgp-foot-sec-3 .pgp-fancy-font {
    margin-bottom: -16px !important;
    position: relative;
    z-index: 2;
  }
  .sb_instagram_header.sbi_medium.sbi_no_avatar, #sbi_load {
    display: none !important;
  }
  /*#sbi_images .slick-track {
    display: flex !important;
    flex-direction: row !important;
  }*/
  #page #sbi_images .slick-track .sbi_item {
    padding: 10px !important;
  }
  /*Section 7 end*/
  /*Section 8*/
  /* .pgp-sec-4 {
    padding-bottom: 300px !important;
  } */
  .page .pgp-foot-sec-4 {
    margin-top: -144px !important;
  }
  .fc-social-margin {
    margin-top: 50px;
  }
  #footer-widgets #text-3 .fc-social-margin {
    padding: 40px;
  }
  /*Section 8 End*/
  /*Overflow*/
  .pgp-sec-1, .pgp-sec-1>div, .pgp-sec-3-1, .pgp-sec-3-1>div {
    overflow: visible !important;
  }
  .pgp-col-over-flow {
    position: relative;
    overflow: visible;
  }
  .pgp-col-over-flow .wpb_single_image {
    position: absolute;
  }
  /*Overflow end*/
  .pgp-foot-soc-links-wrap {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 200px;
    margin-left: auto;
  }
  .pgp-foot-soc-icons-box {
    z-index: 99999999;
    position: absolute;
    width: 70%;
    display: block;
    margin-bottom: 0 !important;
    bottom: 44%;
    left: 44%;
    transform: translate(-50%, 0);
  }
  .pgp-foot-soc-icons-box i {
    color: #ffffff;
    font-size: 22px;
    transition: 500ms;
  }
  .pgp-foot-soc-icons-box i:hover {
    color: #33d9ff;
  }
  .pgp-foot-soc-icons-box i {
    font-family: "Font Awesome 5 Brands";
  }
  @media screen and (max-width: 900px) {
    #footer-widgets #text-3 .pgp-over-fw:last-of-type h2 {
    margin-bottom: 60px !important;
  }
  }
  /*Footer end*/


  /* Contact Form */
form.wpcf7-form {
  position: relative;
}
.wpcf7-response-output {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 800px;
  height: 30vh;
  transform: translate(-50%, -100%);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  text-align: center;
  box-shadow: 0px 0px 20px 8px #33333347;
  line-height: 1.5;
  cursor: pointer;
  z-index: 999;
}
.wpcf7-response-output:after {
  content: 'X';
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .wpcf7-response-output {
      margin: 0 !important;
      width: 90%;
      font-size: 28px;
  }
}
/* Contact Form END */
  /*Page header*/
  .entry-header {
    display: none !important;
  }
  #main, .inside-article, .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .pgp-page-title-row {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }
  .pgp-page-title {
    color: #fff;
    text-align: center!important;
    font-weight: 500!important;
    font-size: 96px;
    font-family: Satisfy;
    text-shadow: 1px 2px 12px BLACK;
  }
  .pgp-page-subtitle {
    font-size: 18px;
    font-weight: 600;
    font-family: gothic !important;
    max-width: 925px;
    margin: auto;
    margin-bottom: 60px;
  }
  .pgp-page-st {
    color: #fff;
    text-align: center !important;
    font-family: inherit !important;
  }
  .pgp-page-title-wrap {
    background-position: center top;
    background-size: cover;
    color: #fff!important;
    text-align: center;
    padding: 100px 20px 100px;
    position: relative;
    -webkit-clip-path: url(#heroCurve);
    clip-path: url(#heroCurve);
    z-index: 1;
  }
  /*End Page header*/
  /*Slick*/
  .slick-list .wpb_single_image {
    margin-bottom: 0 !important;
  }
  /*Slick End*/
  /*Parent Page*/
  .pgp-row-pad {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pgp-video-player {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  /*Parent Page End*/
  /*Blog Page*/
  .single.single-post #page, .archive #page {
    padding-top: 168px;
    padding-bottom: 100px;
  }
  .single.single-post .entry-header {
    display: block !important;
  }
  .single.single-post .featured-image {
    display: none;
  }
  .archive .inside-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px !important;
    margin-bottom: 0px !important;
    border-bottom: solid 1px;
    position: relative;
  }
  .archive .inside-article .entry-meta {
    display: none;
  }
  .archive .inside-article .entry-content {
    padding: 20px;
    width: 70%;
  }
  .archive .inside-article .post-image {
    width: 30%;
    margin: auto;
  }
  .pgp-pagination {
    text-align: center;
    display: block;
    width: 100%;
  }
  .pgp-pagination>a:not(:first-child,:last-child), .pgp-pagination span {
    padding: 0px 10px;
    display: inline-block;
    position: relative;
  }
  @media screen and (min-width:900px) {
    #nav-below.post-navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #nav-below.post-navigation>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #nav-below.post-navigation .nav-next .gp-icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 0.6em;
    margin-right: auto;
  }
  #nav-below.post-navigation .nav-next>span:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  }
  /*Blog Page End*/
  /*Breadcrumbs*/
  .site-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            z-index: 9 !important;
    position: relative;
  }
  .site-footer #footer-widgets {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .site-footer .site-info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .inside-site-info {
    padding: 10px !important;
  }
  .site-info {
    font-size: 12px;
    position: relative;
  }
  #breadcrumbs {
    margin-bottom: 0;
    padding: 10px 40px;
  }
  .pgp-bc-row {
    padding-top: 118px;
  }
  .pgp-bc-row i {
    font-size: 12px;
  }
  .pgp-breadcrumbs-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  /* wrapping the breadcrumb with nowrap */
  /* .breadcrumb_last {
      white-space: nowrap;
  } */
  /*Breadcrumbs End*/
  .pgp-img-full figure, .pgp-img-full div, .pgp-img-full img {
    width: 100% !important;
  }
  .pgp-img-80 figure, .pgp-img-80 div {
    width: 100% !important;
  }
  .pgp-img-80 img {
    width: 80% !important;
    margin: auto;
  }
  .pgp-img-70 figure, .pgp-img-70 div {
    width: 100% !important;
  }
  .pgp-img-70 img {
    width: 70% !important;
    margin: auto;
  }
  .pgp-img-50 figure, .pgp-img-50 div {
    width: 100% !important;
  }
  .pgp-img-50 img {
    width: 50% !important;
    margin: auto;
  }
  /*Buttons*/
  .pgp-white-btn a {
    color: #0a7eb3 !important;
  }
  .pgp-blue-btn a {
    color: #fff !important;
  }
  .pgp-dtn-def a {
    background-color: transparent!important;
    font-size: 16px!important;
  }
  .pgp-dtn-def {
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .pgp-dtn-def:hover {
    -webkit-filter: drop-shadow(7px 4px 0px rgb(0 255 255 / 52%));
            filter: drop-shadow(7px 4px 0px rgb(0 255 255 / 52%));
  }
  .pgp-submit input {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url(/wp-content/uploads/2023/01/yellow-brush-bg.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    padding: 30px 81px;
    font-size: 16px;
    margin: auto;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
  }
  .pgp-submit input:hover {
    background: transparent;
  }
  .pgp-submit p {
    text-align: center;
  }
  /*Buttons End*/
  /*Contact Form*/
  input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], textarea, select {
    border: unset;
    margin-bottom: 20px!important;
    border-radius: 5px;
    -webkit-filter: drop-shadow(2px 4px 4px rgb(0 0 0 / 45%));
            filter: drop-shadow(2px 4px 4px rgb(0 0 0 / 45%));
  }
  /*Contact Form end*/
  .pgp-no-wrap {
    white-space: nowrap;
  }
  /*Responsive*/
  @media screen and (min-width: 900px) and (max-width: 1155px) {
    .menu-item-has-children .dropdown-menu-toggle {
        padding-right: 8px;
        padding-left: 5px;
    }
    .main-navigation .main-nav ul li a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .pgp-order-onile-nav a {
        font-size: 2vw;
        padding: 20px 12px;
        display: inline-block;
    }
  #site-navigation.toggled {
      padding-bottom: 150px;
  }
  }
  @media screen and (min-width: 768px) and (max-width: 900px) {
  #site-navigation.toggled {
      padding-bottom: 150px;
  }
  }
  @media screen and (max-width: 1100px) {
  /*    article.category-blog, #main .entry-content>section .vc_section:last-of-type {*/
  /*    padding-bottom: 100px !important;*/
  /*}*/
  .site-footer:not(.home .site-footer) {
    margin-top: -6px;
  }
  }
  
  @media screen and (min-width: 768px) {
    .pgp-mobile {
        display: none !important;
    }
  }
  
  @media screen and (max-width: 1450px) {
    .home .pgp-foot-wave-section {
        top: -60% !important;
    }
  }
  @media only screen and (max-width: 1440px) {
    .pgp-foot-sec-2 {
      clip-path: url(#footer-badge-wave-laptop);
    }
  }
  @media screen and (max-width: 1024px) {
    .pgp-footer-app {
        padding-bottom: 100px !important;
    }
    .pgp-sec-4 {
        padding-bottom: 200px !important;
    }
  }
  @media screen and (max-width: 1450px) and (min-width: 769px) {
    .pgp-foot-sec-3 {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
  }
  @media screen and (min-width: 769px) and (max-width: 1102px) {
        .fc-mobile-txt {
            font-size: 5vw;
        }
    }
  @media screen and (max-width: 768px) {
    .pgp-footer-app {
        padding-bottom: 0px !important;
    }
    .pgp-foot-sec-2 {
      top: -160px !important;
      margin-bottom: -160px;
    }
    .pgp-foot-sec-3 h2 {
        font-size: 8.5vw;
    }
    .pgp-foot-sec-3 .pgp-thunder {
        font-size: 6.5vw;
    }
    .pgp-color-flower-float {
        width: 150px;
        top: -175px;
    }
    .cw_mobile-order-btn {
      display: block;
      position: fixed;
      bottom: 0;
      z-index: 999999;
      background: #01489a;
      width: 100%;
      text-align: center;
    }
    .cw_mobile-order-btn a {
      display: block;
      padding: 10px 0;
      color: #fff;
      font-size: 1.5em;
      font-family: 'aLoveOfThunder' !important;
    }
  }
  @media screen and (max-width: 767px) {
    .pgp-desk {
        display: none !important;
    }
    .pgp-page-title {
    font-size: 70px;
  }
  body, button, input, select, textarea, p {
    font-size: 16px;
  }
  /* 	.pgp-foot-wave-section:not(.home .pgp-foot-wave-section) {
    top: -25% !important;
  } */
  .pgp-row-pad {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #site-navigation.toggled {
    padding-bottom: 200px;
  }
  .home .pgp-foot-wave-section {
    top: -39% !important;
  }
  .pgp-page-title-wrap {
    -webkit-clip-path: url(#heroCurve-mobile);
            clip-path: url(#heroCurve-mobile);
  }
  .pgp-foot-row-1 h2 {
    font-size: 9.5vw;
  }
  .pgp-foot-sec-1-1 .pgp-dole-float {
/*     width: 22%; */
/*     right: -5%; */
    /* top: -568px; */
    transform: rotate(-14deg) translate(0%, -100%);
  }
  .pgp-foot-row-1 .pgp-lex {
    font-size: 7.4vw !important;
  }
  .pgp-foot-row-1 .pgp-lex {
    padding-left: 0px;
  }
  .pgp-foot-row-1 h2 {
      padding-left: 0px;
  }
  .pgp-foot-sec-1-1 .pgp-flower-1-float {
    width: 10%;
    right: 3%;
    top: -949px;
  }
  .pgp-foot-sec-1 .pgp-fancy-font.pgp-dark-blue.pgp-tilted {
  max-width: 70%;
  }
  .pgp-foot-sec-2 h2 {
    font-size: 8.5vw;
  }
  .fc-txt-align-left {
    text-align: left !important;
  }
  .fc-mobile-txt {
    font-size: 25px !important;
  }
  .pgp-foot-sec-2 {
    margin-bottom: -80px;
    top: -215px !important;
    padding-bottom: 80px;
    background: url(/wp-content/uploads/2023/09/footer-badges-bg-mobile.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: url(#footer-badge-wave-tablet);
  }
  #footer-widgets .pgp-foot-awards-row img {
  max-width: 300px;
  }
  .pgp-foot-sec-3 {
  top: -150px;
  }
  .pgp-soc-ht {
  padding-right: 11px;
  }
  .pgp-foot-row-wave .vc_empty_space {
  height: 120px !important;
  }
  .pgp-foot-sec-3 .slick-arrow {
    display: none !important;
  }
  #footer-widgets #text-3 .fc-social-margin {
  padding: 0;
  }
  .pgp-footer-app .pgp-white-ds {
    font-size: 7vw;
  }
  .pgp-footer-app .pgp-fancy-font {
    margin-top: 0px;
    font-size: 8vw;
  }
  .pgp-footer-app {
    padding-bottom: 80px;
  }
  .pgp-footer-app h2 {
    font-size: 9.5vw;
  }
  .pgp-fish-float {
    transform: translate(0,-128%) scaleX(-1);
    /* width: 45%; */
  }
      .pgp-color-flower-float {
      width: 117px;
      top: -194px;
  }
      /* formatting for the locations pages addresses */
      .pgp-hero-row h4 {
          line-height: 1.2 !important;
      }
  /* locations pages end	 */
  }
  @media screen and (max-width: 480px) {
  /* .pgp-foot-row-wave .vc_empty_space {
    height: 190px !important;
  } */
  #footer-widgets #text-3 .fc-social-margin {
    padding: 0;
  }
  .pgp-footer-app {
    padding-bottom: 40px !important;
  }
  .pgp-foot-sec-2 {
    padding-top: 325px !important;
    margin-bottom: -80px;
    top: -230px !important;
    clip-path: url(#footer-badge-wave-mobile);
  }
  .pgp-foot-sec-3 {
    margin-bottom: -400px;
  }
  .pgp-sec-4 {
    padding-bottom: 150px !important;
  }
  .fc-social-margin>div>div {
    padding: 0 !important;
  }
    .pgp-fish-float {
        width: 27%;
    }
  }
  /* footer wave gap fix on mobile */
  @media screen and (max-width: 375px) {
      .pgp-footer-wave img {
          width: 110% !important;
          max-width: 110% !important;
          margin-left: -1%;
      }
  }
  @media screen and (max-width: 360px) {
      .fc-mobile-txt {
            font-size: 7vw !important;
      }
  }
  /*Responsive end*/