/** Shopify CDN: Minification failed

Line 734:0 Unexpected "{"
Line 734:1 Expected identifier but found "%"
Line 738:0 Unexpected "{"
Line 738:1 Expected identifier but found "%"

**/
/*========== HEADER ==========*/

/* Custom Fonts */
@font-face {
  font-family: 'Surfing Capital';
  src: url('{{ 'surfingcapital.woff2' | asset_url }}') format('woff2'),
       url('{{ 'surfingcapital.woff' | asset_url }}') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Navigation bar */
.site-nav__label {
  border: none !important;
}

.site-nav__link--main .site-nav__label {
  /*padding: 0 5px 0 5px;*/
}

.site-nav__link--active .site-nav__label {
  color: #29abe2;
  border-bottom: 2px solid #29abe2 !important;
  padding-bottom: 5px;
}

.mobile-nav__link--active .mobile-nav__label {
  color: #29abe2;
  border-bottom: 2px solid #29abe2 !important;
  padding-bottom: 5px;
}


/* Navigation bar SHOP - Products and Packages */
.site-nav__child-link--parent .site-nav__label {
  border-bottom: 2px solid #29abe2 !important;
  display: inline-block !important;
}

/* Link, visited, hover, active */
.site-nav__label:link,
.site-nav__label:visited,
.mobile-nav__label:link,
.mobile-nav__label:visited,
.icon-search:link,
.icon-search:visited,
.icon-login:link,
.icon-login:visited,
.icon-cart:link,
.icon-cart:visited,
.icon-hamburger:link,
.icon-hamburger:visited,
.icon-close:link,
.icon-close:visited {
  color: #333;
  /*transition: color 0.2s;*/
}

.site-nav__label:hover,
.site-nav__label:active,
.mobile-nav__label:hover,
.mobile-nav__label:active,
.icon-search:hover,
.icon-search:active,
.icon-login:hover,
.icon-login:active,
.icon-cart:hover,
.icon-cart:active,
.icon-hamburger:hover,
.icon-hamburger:active,
.icon-close:hover,
.icon-close:active {
  color: #29abe2 !important;
}




/*========== FOOTER ==========*/
.site-footer {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("SurfFur-54_2-min.JPG") no-repeat center center/cover;
  margin-top: 100px !important;
}

.site-footer__linklist-item a:link,
.site-footer__linklist-item a:visited,
.social-icons__link:link,
.social-icons__link:visited,
.site-footer__copyright-content a:link,
.site-footer__copyright-content a:visited {
  color: #fff;
  transition: color 0.2s;
}

.site-footer__linklist-item a:hover,
.site-footer__linklist-item a:active,
.social-icons__link:hover,
.social-icons__link:active,
.site-footer__copyright-content a:hover,
.site-footer__copyright-content a:active {
  color: #29abe2 !important;
}

.site-footer__item-inner .h4 {
  border-bottom: 2px solid #29abe2 !important;
  display: inline-block !important;
}

.site-footer__hr {
  display: none;
}





/*========== HOME PAGE - NEWSLETTER ==========*/
.index-section--newsletter-background {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("SurfFur-11.jpg") no-repeat center center/cover;
}

.newsletter-section h2,
.newsletter-section p {
  color: #fff;
}





/*========== HOME PAGE - TESTIMONIALS ==========*/
.icon-quote {
  color: #29abe2;
}

.quotes-wrapper .slick-dots li button::before {
  font-size: 30px;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  color: #29abe2 !important;
  opacity: 1 !important;
}


/*========== ABOUT US ==========*/
.about-us-page-0620 {
    position: relative;
  z-index: 100;
}
.about-us-page-0620 img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
    -webkit-clip-path: polygon(100% 0%, 100% 85%, 50% 100%, 0 85%, 0% 0%);
    clip-path: polygon(100% 0%, 100% 85%, 50% 100%, 0 85%, 0% 0%);
}

.about-us-page-heading {
    margin: 0 auto;
    max-width: 1200px;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 60%;
    z-index: 100;
    font-size: 35px;
  	font-weight: bold;
    color: #ffffff;
    text-shadow:1px 1px 3px #000;
    font-family: "Roboto Condensed", sans-serif;
}

.about-us-page-heading-blue {
    color: #29abe2;
}

/*=== 8-May-24 css === */
#gTEc1gjwDM {
    padding: 0px;
    display:none;
}

@media only screen and (max-width: 749px) {
    .about-us-page-heading {
        font-size: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .about-us-page-heading {
        font-size: 20px;
    }
}

/*========== ABOUT US GRID ==========*/

.body-container {
    color: #333;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: [padding-left-start] 10px [padding-left-end full-left-start] 1fr [full-left-end bulleted-line-start] 40px [bulleted-line-end full-right-start] 1fr [full-right-end padding-right-start] 10px [padding-right-end];
}

.about-us-content {
    grid-column: padding-left-start / padding-right-end;
    grid-row: 1 / 2;

    display: grid;

    background-color: #ebebeb;
    -webkit-clip-path: polygon(100% 0%, 100% 90%, 50% 100%, 0 90%, 0% 0%);
    clip-path: polygon(100% 0%, 100% 90%, 50% 100%, 0 90%, 0% 0%);
    padding: 5rem 0;
    margin-top: -6vh;
    max-width: 100%;
}

.about-us-content-a {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    text-align: center;

    font-size: 25px;
    font-style: italic;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    padding: 1rem 3.5rem;
}

.about-us-content-b {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    text-align: center;
    padding: 1rem 2rem;

    font-size: 15px;
    font-family: Roboto, sans-serif;
    line-height: 2.2;
}

.about-us-content-c {
    grid-column: 1/3;
    grid-row: 3/4;

    margin: 0 auto;
    padding: 1rem;
}

.about-us-content-c-text {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.about-us-content-c img {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    padding: 2px;
    border: 2px solid #29abe2;
    vertical-align: middle;
    margin-right: 20px;
}
.who-are-we-a {
    font-weight: bold;
    font-size: 25px;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 14px !important;
}

.who-are-we-b {
    font-size: 15px;
    font-family: Roboto, sans-serif;
    line-height: 1.6;
}


.about-us-h2 {
    font-weight: bold;
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
}


.about-us-h2-blue {
    color: #29abe2;
}


.about-us-p {
    font-size: 15px;
    font-family: Roboto, sans-serif;
    line-height: 2.2;
    display: inline-block;
    padding-bottom: 40px;
}

.the-problem-text {  
    grid-column: full-left-start / full-left-end;
    grid-row: 2 / 3;

    margin-right: 5px;
    padding-top: 29px;
}

.bullted-line {
    grid-column: bulleted-line-start / bulleted-line-end;
    grid-row: 2 / 6;
    width: 10px;
    height: 98%;
    background: #ebebeb;
    margin: 10px auto;
    border-radius: 5px;
}

.bullted-line-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #29abe2;
    margin: 29px auto;
}

.bullted-line-circle-1 {
    grid-column: bulleted-line-start / bulleted-line-end;
    grid-row: 2 / 3;
}

.bullted-line-circle-2 {
    grid-column: bulleted-line-start / bulleted-line-end;
    grid-row: 3 / 4;
}

.bullted-line-circle-3 {
    grid-column: bulleted-line-start / bulleted-line-end;
    grid-row: 4 / 5;
}

.bullted-line-circle-4 {
    grid-column: bulleted-line-start / bulleted-line-end;
    grid-row: 5 / 6;
}

.the-problem-image {
    grid-column: full-right-start / full-right-end;
    grid-row: 2 / 3;

    margin-left: 5px;
    position: relative;
}

.the-problem-image img {
    max-width: 80%;
    border-radius: 2px;
    padding: 2px;
    border: 2px solid #d9d9d9;
}

.the-problem-image-1 {
    position: absolute;
    top: 29px;
    right: 0;
}

.the-problem-image-2 {
    position: absolute;
    top: 200px;
    left: 0;
}

.the-solution-image {
    grid-column: full-left-start / full-left-end;
    grid-row: 3 / 4;

    margin-right: 5px;
    margin-top: 29px;
}

.the-solution-image img {
    border-radius: 2px;
    padding: 2px;
    border: 2px solid #d9d9d9;
}

.the-solution-image-1 {
    max-width: 65%;
    float: right;
}

.the-solution-image-2 {
    max-width: 80%;
    float: right;
    margin-top: 10px;
}

/*.the-solution-image-1 {
    width: 50%;
    min-width: 225px;
    position: absolute;
    top: 29px;
    right: 0;
}

.the-solution-image-2 {
    max-width: 80%;
    position: absolute;
    top: 370px;
    right: 0;
}*/

.the-solution-text {
    grid-column: full-right-start / full-right-end;
    grid-row: 3 / 4;

    margin-left: 5px;
    padding-top: 29px;
}

.the-promise-text {
    grid-column: full-left-start / full-left-end;
    grid-row: 4 / 5;

    margin-right: 5px;
    padding-top: 29px;
}

.the-promise-image {
    grid-column: full-right-start / full-right-end;
    grid-row: 4 / 5;

    margin-left: 5px;
    position: relative;
}

.the-promise-image img {
    border-radius: 2px;
    padding: 2px;
    border: 2px solid #d9d9d9;
    max-width: 80%;
    position: absolute;
    top: 29px;
    left: 0;
}

.the-secret-sauce-image {
    grid-column: full-left-start / full-left-end;
    grid-row: 5 / 6;

    margin-right: 5px;
    position: relative;
}

.the-secret-sauce-image img {
    border-radius: 2px;
    padding: 2px;
    border: 2px solid #d9d9d9;
    max-width: 80%;
    position: absolute;
    top: 29px;
    right: 0;
}

.the-secret-sauce-text {
    grid-column: full-right-start / full-right-end;
    grid-row: 5 / 6;

    margin-left: 5px;
    padding-top: 29px;
}

.thank-you {
    grid-column: full-left-start / full-right-end;
    grid-row: 6 / 7;
    font-weight: bold;
    font-size: 35px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 40px auto;
}

.about-us-photo-gallery-col-1-of-4 img {
    width: 25%;
    float: left;
}

@media only screen and (max-width: 1200px) {
    .about-us-content-a,
    .who-are-we-a {
      font-size: 23px;
    }
    .the-problem-image-2 {
        position: absolute;
        top: 180px;
        left: 0;
    }
    
}

@media only screen and (max-width: 1000px) {
    .about-us-content-a,
    .who-are-we-a {
      font-size: 21px;
    }
    .about-us-content-a br {
      display: none;
    }
    .the-problem-image-2 {
        position: absolute;
        top: 160px;
        left: 0;
    }
    
}

@media only screen and (max-width: 960px) {
    .the-problem-image,
    .the-solution-image,
    .the-promise-image,
    .the-secret-sauce-image {
        position: static;
    }
    .the-problem-image img,
    .the-solution-image-1,
    .the-solution-image-2,
    .the-promise-image img,
    .the-secret-sauce-image img {
        max-width: 100%;
    }
    .the-problem-image-2 {
        position: static;
        display: inline-block;
    }
    .the-problem-image-1 {
        margin-top: 29px;
        position: static;
        display: inline-block;
    }
    .the-solution-image-2 {
        position: static;
        display: inline-block;
        float: right;
    }
    .the-solution-image-1 {
        margin-top: 0;
        position: static;
        display: inline-block;
        float: right;
    }
    .the-promise-image img {
        margin-top: 29px;
        position: static;
    }
    .the-secret-sauce-image img {
        margin-top: 29px;
        position: static;
    }
  
    .about-us-content-c img {
        width: 150px;
        height: 150px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .about-us-content {  
        -webkit-clip-path:polygon(100% 0%, 100% 95%, 50% 100%, 0 95%, 0% 0%);
        clip-path: polygon(100% 0%, 100% 95%, 50% 100%, 0 95%, 0% 0%);
    }
    .about-us-content-c {
        display: flex;
        flex-direction: column;
    }
    .about-us-content-c img {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .about-us-content-c-text {
        margin: 0 auto;
    }
    .thank-you {
        font-size: 25px;
    }
}

@media only screen and (max-width: 500px) {
    .about-us-content-c-text br {
        display: none;
        padding-bottom: 1rem;
    }
    .thank-you {
        font-size: 20px;
    }
}

/*========== ABOUT US GRID BOTTOM MOBILE VIEW ==========*/

@media only screen and (max-width: 850px) {
    .body-container {
        grid-template-columns: [padding-left-start] 5px [padding-left-end bulleted-line-start] 25px [bulleted-line-end content-start] auto [content-end padding-right-start] 5px [padding-right-end];
    }
    .bullted-line {
        grid-column: bulleted-line-start / bulleted-line-end;
        grid-row: 2 / 10;
        width: 7px;
        height: 100%;
    }
    
    .bullted-line-circle {
        width: 20px;
        height: 20px;
        margin: 35px auto 0 auto;
    }
    
    .bullted-line-circle-1 {
        grid-column: bulleted-line-start / bulleted-line-end;
        grid-row: 2 / 3;
    }
    
    .bullted-line-circle-2 {
        grid-column: bulleted-line-start / bulleted-line-end;
        grid-row: 4 / 5;
    }
    
    .bullted-line-circle-3 {
        grid-column: bulleted-line-start / bulleted-line-end;
        grid-row: 6 / 7;
    }
    
    .bullted-line-circle-4 {
        grid-column: bulleted-line-start / bulleted-line-end;
        grid-row: 8 / 9;
    }
  
    .about-us-h2 {
        font-size: 25px;
        padding-left: 10px;
    }
    
    .about-us-p {
        padding: 10px;
        padding-top: 0;
    }

    .the-problem-text {
        grid-column: content-start / content-end;
        grid-row: 2 / 3;
    
        margin-right: 0;
    }

    .the-problem-image {
        grid-column: content-start / content-end;
        grid-row: 3 / 4;
    
        margin-right: 0;
        margin-left: 10px;
        
    }
  
    .the-solution-text {
        grid-column: content-start / content-end;
        grid-row: 4 / 5;
    
        margin-left: 5px;
    }

    .the-solution-image {
        grid-column: content-start / content-end;
        grid-row: 5 / 6;
    
        margin-right: 0;
        margin-left: 10px;
    }

    .the-promise-text {
        grid-column: content-start / content-end;
        grid-row: 6 / 7;
    
        margin-right: 5px;
    }
    
    .the-promise-image {
        grid-column: content-start / content-end;
        grid-row: 7 / 8;
    
        margin-right: 0;
        margin-left: 10px;
    }

    .the-secret-sauce-text {
        grid-column: content-start / content-end;
        grid-row: 8 / 9;
    
        margin-left: 5px;
    }

    .the-secret-sauce-image {
        grid-column: content-start / content-end;
        grid-row: 9 / 10;
    
        margin-right: 0;
        margin-left: 10px;
    }
    
    .thank-you {
        grid-column: content-start / content-end;
        grid-row: 10 / 11;
        margin: 20px auto;
    }
        
}

.testingul li {
    list-style-type: disc !important;
    text-indent: -26px;
    padding-left: 22px;
}
{% if template == 'page.aboutus-revamp' %}
.page-container .main-content {
  padding-top: 0px;
}
{% endif %}
