/*
Theme Name:  Shaka Child Theme
Theme URI:   https://www.proteusthemes.com/
Description: Child theme for the Shaka
Author:      ProteusThemes
Template:    shaka-pt
Version:     v1.0.0
*/

/* Fix Font Awesome path — parent style.css points to bower_components which doesn't exist on the server;
   fonts live in node_modules on the server, so we override @font-face here. */
@font-face {
  font-family: 'FontAwesome';
  src: url('../shaka-pt/node_modules/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../shaka-pt/node_modules/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
       url('../shaka-pt/node_modules/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('../shaka-pt/node_modules/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
       url('../shaka-pt/node_modules/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
       url('../shaka-pt/node_modules/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Base styles for Shaka PT Child Theme */
h1 { font-size: 2rem; line-height: 1.2; }
h2 { font-size: 1.5rem;   line-height: 1.3; }
h3 { font-size: 1.25rem; line-height: 1.4; }
h4 { font-size: 1.125rem; line-height: 1.4; }
p  { font-size: 1rem;   line-height: 1.7; }


/* Custom styles for Shaka PT Child Theme */
.textwidget > p:last-of-type{
  margin-bottom: 1rem;
}

/* Page Title */
h1.page-title{
  color: #fff;
  background-color: #d80019;
  padding: 1px 65px 2px 15px;
  clip-path: polygon(0 10%, 100% 0, 91% 100%, 1% 100%);
  display: inline-block;
  font-size: 2rem;
}
h2.page-subtitle{
  color: #fff;
  background-color: #003d7c;
  padding: 1px 18px 4px 25px;
  clip-path: polygon(5% 0, 100% 5%, 98% 100%, 0 94%);
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
}
.deck{
  font-weight: 600;
  color: #003d7c;
  font-family: "Dosis", Helvetica, Arial, sans-serif;
}

/* Carousel */

.slick-list .carousel-item::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    opacity: 0.65;
}

.pt-slick-carousel{
  max-height: 550px;
  overflow: hidden;
}
/*
.pt-slick-carousel__content-title,
.pt-slick-carousel__content-description{
	color: #003d7c;
  text-shadow: 2px 2px 2px #B1B1B1;
}
*/

/* Pill */
.pill {
  display: inline-block;
  background: #7dd3f7;
  padding: 2px 8px;
  border-radius: 30px;
  font-size: 13px;
  color: #000;
}

/* Flex Cards */
.section--cards .panel-grid-cell{
  border: 1px solid rgba(141, 141, 141, 0.1);
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.2);
}

/* Protheus Image Widget */
.so-panel.widget_sow-image .sow-image-container img.so-widget-image{
  border-radius: 8px;
  box-shadow: 0px 20px 25px -10px rgba(0, 0, 0, 0.2);
}

/* Protheus Feature Widget */
.so-panel.widget_sow-features .sow-features-list .sow-features-feature h3{
  margin: 0 0 0.3em 0;
}

/* ReCaptcha */
.grecaptcha-badge{
	visibility: hidden;
}

/* Surf Spots @ Guided Bali Surf Trips */
.surf-spots .sow-icon-container{
  margin-top: 24px;
}

/* Price Info */
.service-price .icon-box__subtitle .fa {
  font-size: 0.9rem;
  margin-right: 2px;
  margin-top: 2.5px;
  float: none;
}
.service-price .icon-box__subtitle span{
    margin-right: 7px;
}


/* Mobile */
@media (max-width: 767px) {
  h1.page-title{
    font-size: 1.7rem;
  }
  h2{
    font-size: 1.3rem !important;
  }
  h2.page-subtitle{
    font-size: 1.3rem;
  }
  h3{
    font-size: 1.1rem !important;
  }
  h3.widget-title{
    font-size: 1.1rem;
  }
}

