/*==========================================================================

		Template Elements Stylesheet
		____________________________________________________________

		Client:		Whalesong
		Date:		4th April 2018
		Author:		Edge Marketing Solutions

===========================================================================*/
/* [Global Variables] - http://sass-lang.com/guide */
/*=========================================================================*/
/* [Global Template Styles] */
body {
  color: #6d6e71;
}

a {
  transition: all 150ms ease-in-out;
  color: #00aeb7;
}

a:hover {
  color: #00406c;
}

h1 {
  margin: 0 0 1.7rem 0;
  font-family: "Asap", sans-serif;
  color: #00406c;
  font-size: 3.4rem;
  font-weight: 600;
}

h2 {
  margin: 1.7rem 0;
  color: #00aeb7;
  font-size: 3.0rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

h3 {
  margin: 1.7rem 0;
  font-family: "Asap", sans-serif;
  color: #00406c;
  font-size: 2.4rem;
  font-weight: 600;
}

h4 {
  margin: 1.7rem 0;
  color: #00aeb7;
  font-size: 2.0rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

h5 {
  margin: 1.7rem 0 0.35rem 0;
  font-family: "Asap", sans-serif;
  color: #00406c;
  font-size: 1.5rem;
  font-weight: 600;
}

h6 {
  margin: 1.7rem 0 0.35rem 0;
  color: #00aeb7;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

img {
  max-width: 100%;
}

img.svg-responsive {
  width: 100% \9;
}

img.img-lightbox {
  cursor: zoom-in;
}

.btn {
  padding: 0.75rem 1rem;
  border-radius: 20px;
  font-family: "Asap", sans-serif;
  white-space: normal;
  line-height: 1.2rem;
}

.btn-warning {
  border: none;
  background-color: #ffc121;
  color: #00406c;
}

.btn-warning:hover {
  background-color: #00aeb7;
  color: white;
}

.btn-primary {
  border: none;
  background-color: #00406c;
}

.btn-primary:hover {
  background-color: #00aeb7;
}

.btn-secondary {
  border: none;
  background-color: #00aeb7;
}

.btn-secondary:hover {
  background-color: #00406c;
}

/* Large desktop */
/* Desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1.0rem;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1.2rem;
  }
  h6 {
    font-size: 1.0rem;
  }
  .d-xs-none {
    display: none !important;
  }
}

/*=========================================================================*/
/* [Header Template Styles] */
.header {
  width: 100%;
  padding: 2rem 4rem 10rem 4rem;
  position: relative;
  z-index: 110;
}

.header-homepage {
  height: 100vh;
}

.header-homepage .container-fluid {
  z-index: 2000;
  position: relative;
}

.subpage-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: top center;
}

.subpage-banner::before {
  content: ' ';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -ms-linear-gradient(-90deg, rgba(35, 31, 32, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#231F20', endColorstr='#000000' ,GradientType=0)";
  background: linear-gradient(180deg, rgba(35, 31, 32, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#231F20',endColorstr='#000000' , GradientType=0);
}

.header .h-social {
  text-align: right;
  font-size: 1.5rem;
}

.header .h-social a:hover {
  text-decoration: none;
}

/* Large desktop */
/* Desktop */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .header {
    padding: 1rem 1rem 6rem 1rem;
    text-align: center;
  }
  .header .h-social {
    padding-top: 0.75rem;
    text-align: center;
  }
}

/*=========================================================================*/
/* [Navigation Template Styles] */
.navbar-dark {
  margin: 0.5rem 0 0 0;
  padding: 0;
}

.navbar-dark .navbar-nav {
  width: 100%;
  justify-content: flex-end;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 0.1rem 1.0rem;
  color: white;
  font-family: "Asap", sans-serif;
  font-size: 1.3rem;
}

.navbar-dark .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 0;
}

.navbar-dark .navbar-nav .nav-item:last-child a {
  padding-right: 0;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #00aeb7;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #00406c;
}

.navbar .btn-book {
  display: block;
  margin-left: 0.8rem;
  border-bottom: 2px dotted #ffc121;
  font-family: "Asap", sans-serif;
  font-size: 1.3rem;
  color: #ffc121;
}

.navbar .btn-book:hover {
  text-decoration: none;
  color: #00406c;
}

.navbar-nav .dropdown-menu {
  min-width: 300px;
}

.dropdown-item {
  padding: 0.5rem 0.75rem;
  text-align: center;
}

.dropdown-item img + span {
  display: inline-block;
  white-space: normal;
  width: 100%;
  vertical-align: middle;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #00aeb7;
}

.navbar-dark .navbar-toggler {
  width: 100%;
  margin: 0.25rem 0 0 0;
  padding: 0.75rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.6);
  color: #00406c;
}

.dropdown-menu .dropdown-item-custom {
  display: flex;
  width: calc(100% - 20px);
  margin: 10px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 1.1rem;
  color: #00406c;
}

.dropdown-menu .dropdown-item-custom .listing-image {
  max-width: 35%;
  padding: 0.25rem;
}

.dropdown-menu .dropdown-item-custom .listing-image img {
  border-radius: 6px;
}

.dropdown-menu .dropdown-item-custom .title {
  width: 65%;
  padding: 0.75rem;
  text-align: center;
  flex: 1 1 auto;
}

.dropdown-menu .dropdown-item-custom:hover {
  background-color: #00aeb7;
  text-decoration: none;
}

/* Tablet & Desktop */
@media (min-width: 768px) {
  .navbar-nav .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Large desktop */
/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-dark .navbar-nav .nav-link {
    padding: 0.1rem 0.7rem;
    font-size: 1.0rem;
  }
  .navbar .btn-book {
    display: block;
    margin-left: 0.7rem;
    font-size: 1.0rem;
  }
  .dropdown-item-wide {
    min-width: 30rem;
  }
  .dropdown-item img {
    max-width: 50%;
  }
  .dropdown-item img + span {
    display: inline-block;
    white-space: normal;
    width: 40%;
    vertical-align: middle;
  }
  .dropdown-tours {
    width: 500px;
  }
  .dropdown-tours h6 {
    font-size: 1.3rem;
  }
  .dropdown-tours a {
    font-size: 0.9rem;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-dark .navbar-nav {
    justify-content: space-around;
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 0.1rem 0.7rem;
    font-size: 1.0rem;
  }
  .navbar .btn-book {
    display: block;
    margin-left: 0.7rem;
    font-size: 1.0rem;
  }
  .dropdown-item img {
    max-width: 40%;
  }
  .dropdown-item img + span {
    display: inline-block;
    white-space: normal;
    width: 50%;
    vertical-align: middle;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .navbar-dark .navbar-nav {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 0.75rem 0;
  }
  .navbar .btn-book {
    margin: 0;
  }
  .navbar-dark .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link:focus {
    color: #00aeb7;
  }
  .navbar-nav .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
  }
}

/*=========================================================================*/
/* [Page Template Styles] */
.page {
  width: 100%;
  position: relative;
  padding: 4rem 0 10rem;
}

.page-content::before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 50px;
  top: -80px;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../images/page-dotted-line.svg);
}

.breadcrumb {
  padding: 0 0 2rem 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 0.9rem;
}

.breadcrumb a {
  color: #6d6e71;
}

.subnav {
  border-bottom: 1px solid rgba(109, 110, 113, 0.2);
}

.subnav h5 {
  margin: 0 0 1rem 0;
  color: #00aeb7;
  font-size: 1.3rem;
}

.subnav .nav-item {
  border-top: 1px solid rgba(109, 110, 113, 0.2);
}

.subnav .nav-link {
  padding: 0.6rem 0.1rem;
  color: black;
  font-size: 1.1rem;
}

.subnav .nav-link:hover,
.subnav .active .nav-link {
  color: #00aeb7;
}

.sidebar-book {
  margin: 1rem 0;
}

.listings h5 {
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
  font-family: "Asap", sans-serif;
}

.listings .card-text {
  font-size: 0.9rem;
}

h5.heading-block {
  display: block;
  padding: 0.5rem;
  margin: 0;
  background-color: #00406c;
  color: white;
}

.table-pricing {
  margin-top: 0;
  background-color: #f1f2f2;
}

.social-panel {
  padding: 5rem 0 10rem 0;
  position: relative;
}

.social-panel::before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 124px;
  background-image: url(../images/front-social-dotted-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% 100%;
}

.homepage-body {
  width: 100%;
  display: flex;
  align-items: stretch;
}

.homepage-body .feature-image {
  flex-basis: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.homepage-body .content {
  flex-basis: 60%;
  padding: 7rem 13rem 7rem 7rem;
  position: relative;
  background-color: #00406c;
  color: white;
  font-size: 1.1rem;
}

.homepage-body .content::after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 150px;
  background-image: url(../images/dot-group-right-side.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.page-homepage {
  padding: 7rem;
  position: relative;
}

.page-homepage::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/dot-homepage-intro.svg);
  background-repeat: no-repeat;
  background-size: auto height;
  background-position: top right;
}

.page-homepage h1 {
  margin: 0 0 20px 0;
  font-size: 2.9rem;
}

.page-homepage h2 {
  margin: 0;
  font-size: 2.4rem;
}

.feature-nav {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.feature-item {
  flex-basis: 33.33%;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  padding: 9rem 1.5rem 2rem 1.5rem;
  background-size: cover;
  color: #ffc121;
  z-index: 100;
}

.feature-item::before {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 150ms ease-in-out;
  background: -ms-linear-gradient(90deg, #231f20 13.86%, rgba(0, 174, 183, 0) 99.5%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#231F20', endColorstr='#00AEB7' ,GradientType=0)";
  background: linear-gradient(0deg, #231f20 13.86%, rgba(0, 174, 183, 0) 99.5%);
  opacity: 0.5;
  filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity=50) progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AEB7',endColorstr='#231F20' , GradientType=0);
}

.feature-item:hover {
  text-decoration: none;
  color: #ffc121;
}

.feature-item:hover::before {
  background-color: black;
}

.feature-item .feature-item-content {
  margin-top: auto;
}

.feature-item h3 {
  margin: 0 0 0.25rem 0;
  color: white;
  font-size: 2.2rem;
}

.swiper-container {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.swiper-slide-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  background-size: cover;
}

.swiper-slide-image::before {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.swiper-slide-image::after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 50%;
  background-image: url(../images/banner-overlay.svg);
}

.swiper-text {
  position: absolute;
  width: 70%;
  top: 50%;
  transform: translateY(-30%);
  padding: 0 4rem;
  color: white;
  font-size: 4rem;
  font-family: "Asap", sans-serif;
  text-align: left;
  line-height: 4.0rem;
}

.swiper-pagination {
  box-sizing: border-box;
  text-align: left;
  padding: 0 0 1rem 4rem;
}

.swiper-pagination-bullet {
  background: white;
}

.swiper-pagination-bullet-active {
  background: #ffc121;
}

/* Large desktop */
@media (min-width: 1200px) {
  .listings .card {
    flex-basis: 28%;
    max-width: 28%;
  }
}

/* Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
  .page-content::before {
    top: -50px;
  }
  .listings .card {
    flex-basis: 28%;
    max-width: 28%;
  }
  .social-panel {
    padding: 4rem 0 10rem 0;
  }
  .social-panel::before {
    height: 94px;
  }
  .homepage-body .content {
    padding: 5rem 8rem 5rem 5rem;
    font-size: 1.0rem;
  }
  .homepage-body .content::after {
    width: 100px;
  }
  .page-homepage {
    padding: 5rem;
  }
  .page-homepage h1 {
    font-size: 2.2rem;
  }
  .feature-item {
    padding: 7rem 1.5rem 1.5rem 1.5rem;
  }
  .feature-item h3 {
    font-size: 1.6rem;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .page-content::before {
    top: -40px;
  }
  .listings .card {
    flex-basis: 44%;
    max-width: 44%;
  }
  .social-panel {
    padding: 3rem 0 10rem 0;
  }
  .social-panel::before {
    height: 74px;
  }
  .homepage-body .feature-image {
    flex-basis: 40%;
  }
  .homepage-body .content {
    padding: 4rem 8rem 4rem 4rem;
    font-size: 1.0rem;
  }
  .homepage-body .content::after {
    width: 100px;
  }
  .page-homepage {
    padding: 4rem 3rem;
  }
  .page-homepage h1 {
    font-size: 2.0rem;
  }
  .feature-item {
    padding: 5rem 1.5rem 1.5rem 1.5rem;
  }
  .feature-item h3 {
    font-size: 1.4rem;
  }
  .swiper-text {
    width: 70%;
    top: auto;
    bottom: 15%;
    transform: translateY(0);
    font-size: 3rem;
    line-height: 3rem;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .page {
    padding: 2rem 0.5rem 10rem 0.5rem;
  }
  .page-content::before {
    top: -20px;
  }
  .listings .card {
    flex-basis: 100%;
    max-width: 100%;
  }
  .social-panel {
    padding: 0rem 0 10rem 0;
  }
  .social-panel::before {
    height: 54px;
  }
  .homepage-body {
    display: block;
  }
  .homepage-body .feature-image {
    width: 100%;
    height: 250px;
  }
  .homepage-body .content {
    width: 100%;
    padding: 2rem 4.5rem 2rem 2rem;
    font-size: 1.0rem;
  }
  .homepage-body .content::after {
    width: 70px;
  }
  .page-homepage {
    padding: 2rem 1.5rem;
  }
  .page-homepage::before {
    display: none;
  }
  .page-homepage h1 {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .feature-nav {
    display: block;
  }
  .feature-item {
    display: block;
    padding: 5rem 1.5rem 1.5rem 1.5rem;
  }
  .feature-item h3 {
    font-size: 1.5rem;
  }
  .swiper-text {
    width: 70%;
    bottom: 10%;
    top: auto;
    transform: translateY(0);
    padding: 0 2rem;
    font-size: 2rem;
    line-height: 2rem;
  }
  .swiper-text .title {
    margin-bottom: 1rem;
  }
  .swiper-slide-image::after {
    display: none;
  }
}

/*=========================================================================*/
/* [Footer Template Styles] */
.footer {
  width: 100%;
  position: relative;
  padding: 3rem 4rem;
  border-top: 20px solid #00406c;
  font-size: 0.9rem;
}

.footer::before {
  position: absolute;
  content: ' ';
  top: -137px;
  left: 50%;
  width: 177px;
  height: 120px;
  transform: translateX(-50%);
  background-image: url(../images/whalesong-icon-footer.svg);
}

.footer a {
  color: #00406c;
}

.footer a:hover {
  color: #00aeb7;
  text-decoration: none;
}

.footer .btn:hover {
  color: white;
}

.footer .nav {
  width: 100%;
}

.footer .nav-link {
  padding: 0.3rem 0rem;
  display: block;
  width: 100%;
}

.footer .f-social {
  text-align: center;
  font-size: 2.2rem;
}

.footer .f-social a {
  color: #00aeb7;
}

.footer .f-social a:hover {
  color: #00406c;
}

.footer h6 {
  margin: 0 0 0.5rem 0;
  font-family: "Asap", sans-serif;
  font-size: 1rem;
  color: #00aeb7;
}

.footer .footnotes {
  font-size: 0.8rem;
  color: #6d6e71;
}

.footer .footnotes a {
  color: #6d6e71;
}

/* Large desktop */
/* Desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding: 3rem 2rem;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .footer {
    padding: 2rem 1rem;
    text-align: center;
  }
  .footer h6 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .footer .f-social {
    margin-bottom: 2rem;
  }
  .footer .footnotes {
    padding-top: 3rem;
  }
  .footer .btn {
    margin-top: 2rem;
  }
}

/*=========================================================================*/
/* [Table as row override Styles] */
table.table-as-row > tbody > tr:before,
table.table-as-row > tbody > tr:after {
  content: " ";
  display: table;
  clear: both;
}

table.table-as-row > tbody > tr {
  height: auto !important;
}

table.table-as-row,
table.table-as-row > tbody,
table.table-as-row > tbody > tr {
  display: block;
  width: auto;
}

table.table-as-row > tbody > tr {
  display: block;
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
}

table.table-as-row > tbody > tr > td[class*=col-] {
  display: block;
  height: auto !important;
  margin-bottom: 20px;
}

/* col-lg */
@media (min-width: 1200px) {
  table.table-as-row > tbody > tr > td[class*=col-lg-] {
    float: left;
  }
}

/* col-md */
@media (min-width: 992px) {
  table.table-as-row > tbody > tr > td[class*=col-md-] {
    float: left;
  }
}

/* col-sm */
@media (min-width: 768px) {
  table.table-as-row > tbody > tr > td[class*=col-sm-] {
    float: left;
  }
}

/* col-xs */
table.table-as-row > tbody > tr > td[class*=col-xs-] {
  float: left;
}

/*=========================================================================*/
/* [Trip Advisor override] */
.trip-advisor-container * {
  max-width: 100%;
}

/*=========================================================================*/
/* [Video Styles] */
.video-foreground,
.video-foreground iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16 / 9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}

/*# sourceMappingURL=template.css.map */
