/*
	Theme Name: 	The Extra Mile
	Theme URI: 		http://www.mediasuite.co.nz
	Description: 	The Extra Mile
	Author: 			Media Suite
	Author url: 	http://www.mediasuite.co.nz
	Template:     twentyfifteen
	Version:      0.1.0
*/

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

  NOTE: Media queries can be found in their specific
  sections, general media queries at bottom of file.

  Index:
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  - Base styles & general layout
  - Icons
  - Helper classes
  - Header
  - Footer
  - Main content area
  - Trip page banner
  - Trip page content
  - Individual guide / lodging page content
  - Guides listing page
  - Trip listing page
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  - Styles used for Javascript elements
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  - General media queries
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  ------------------------------------------------------
  Colours Reference:
  green:            #40bf38;
  light blue:       #34b4ff;
  extra light blue: #00b9fa;
  dark blue:        #007fc9;
  facebook blue:    #38649c;
  header grey:      #fbfbfb;
  dark grey:        #4e4e4e;
  ------------------------------------------------------

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

/*=====================================================
  Base styles & general layout:
======================================================*/

html {
  font-family: serif;
  font-weight: 400;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  background: #fff;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 1.4rem; /* 14px */
  line-height: 1.57;
  color: #212121;
}

html,
body,
.container {
  height: 100%;
}

* {
  box-sizing: border-box;
}

#container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.clearfix:after,
.max-1200:after,
.max-860:after,
.max-600:after {
  content: "";
  display: table;
  clear: both;
}

.max-1200,
.max-860,
.max-600 {
  box-sizing: content-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.max-1200 {
  max-width: 1200px;
}

.max-860 {
  max-width: 860px;
}

.max-600 {
  max-width: 600px;
}

a {
  color: #34b4ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: inherit;
}

h1 {
  font-size: 5rem;
  font-weight: 300;
}

h2 {
  font-weight: 300;
}

/*=====================================================
  Icons:
======================================================*/

@font-face {
  font-family: 'extramile';
  src: url('/wp-content/themes/extramile/font/extramile.eot?87185944');
  src: url('/wp-content/themes/extramile/font/extramile.eot?87185944#iefix') format('embedded-opentype'),
       url('/wp-content/themes/extramile/font/extramile.woff2?87185944') format('woff2'),
       url('/wp-content/themes/extramile/font/extramile.woff?87185944') format('woff'),
       url('/wp-content/themes/extramile/font/extramile.ttf?87185944') format('truetype'),
       url('/wp-content/themes/extramile/font/extramile.svg?87185944#extramile') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "extramile";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-resize-full:before { content: '\e800'; } /* '' */
.icon-left-big:before { content: '\e801'; } /* '' */
.icon-right-big:before { content: '\e802'; } /* '' */
.icon-basket:before { content: '\e803'; } /* '' */
.icon-email:before { content: '\e804'; } /* '' */
.icon-down:before { content: '\e805'; } /* '' */
.icon-left:before { content: '\e806'; } /* '' */
.icon-up:before { content: '\e807'; } /* '' */
.icon-right:before { content: '\e808'; } /* '' */
.icon-heart-empty:before { content: '\e809'; } /* '' */
.icon-menu:before { content: '\e80a'; } /* '' */
.icon-full-arrow-left:before { content: '\e80b'; } /* '' */
.icon-full-arrow-right:before { content: '\e80c'; } /* '' */
.icon-down-big:before { content: '\e80e'; } /* '' */
.icon-paper-plane:before { content: '\f1d8'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */


/*=====================================================
  Helper classes:
======================================================*/

.no-list-style {
  padding: 0;
  margin: 0;
  list-style: none;
}

.js-image-fill {
  display: block;
  width: 100%;
}

.js-image-fill img {
  display: none;
}

.image-wrap {
  display: block;
}

.image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

.no-margin-btm {
  margin-bottom: 0;
}

.margin-btm-5 {
  margin-bottom: 5px;
}

.margin-btm-10 {
  margin-bottom: 10px;
}

.margin-btm-15 {
  margin-bottom: 15px;
}

.margin-btm-20 {
  margin-bottom: 20px;
}

.margin-btm-30 {
  margin-bottom: 30px;
}

.margin-btm-40 {
  margin-bottom: 40px;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.lowercase {
  text-transform: lowercase;
}

.text-10 {
  font-size: 1rem;
}

.text-12 {
  font-size: 1.2rem;
}

.text-14 {
  font-size: 1.4rem;
}

.text-16 {
  font-size: 1.6rem;
}

.text-18 {
  font-size: 1.8rem;
}

.text-20 {
  font-size: 2rem;
}

.text-22 {
  font-size: 2.2rem;
}

.text-24 {
  font-size: 2.4rem;
}

.text-blue {
  color: #34b4ff;
}

.bg-blue {
  background: #34b4ff;
  color: #fff;
}

.bg-white {
  background: #fff;
  color: #34b4ff;
}

.light-blue {
  background: #00b9fa;
  color: #fff;
}

.bg-dark-blue {
  background: #007fc9;
  color: #fff;
}

.bg-facebook-blue {
  background: #38649c;
  color: #fff;
}

.bg-dark-grey {
  background: #424242;
  color: #fff;
}

[class*='col-'] {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 1px;
}

.col-1-3 {
  width: 33.33%;
}

.col-2-3 {
  width: 66.66%;
}

.col-1-2,
.col-2-4 {
  width: 50%;
}

.col-1-4 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-2-5 {
  width: 40%;
}

.col-3-5 {
  width: 60%;
}

.col-4-5 {
  width: 80%;
}

.col-3-4 {
  width: 75%;
}

.col-1-8 {
  width: 12.5%;
}

@media (max-width: 1023px) {

  [class*='col-'] {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
    padding: 0 10px;
  }

}

@media (min-width: 1024px) {

  .sidebar-first-on-mobile .main-col {
    float: right;
  }

}

/*=====================================================
  Buttons:
======================================================*/

.btn {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-decoration: none;
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 60px;
  height: 60px;
  position: relative;
  text-align: center;
}

.btn i {
  margin-right: 16px;
  font-size: 2.4rem;
  vertical-align: middle;
}

.arrow-end-right {
  margin-right: 30px;
}

.arrow-end-right span {
  position: relative;
  z-index: 10;
}

.arrow-end-right:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  right: -30px;
  top: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #34b4ff;
}

.arrow-end-right.bg-white:after {
  border-left-color: #fff;
}

.btn-arrow-down {
  margin-bottom: 20px;
}

.btn-arrow-down span {
  position: relative;
  z-index: 10;
}

.small-btn {
  padding: 8px 15px;
  line-height: 1.4;
  font-size: 1.2rem;
  height: auto;
}

.small-btn.arrow-end-right {
  padding-right: 12px;
  margin-right: 16px;
}

.small-btn.arrow-end-right:after {
  right: -16px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #34b4ff;
}

.small-btn.arrow-end-right.bg-white:after {
  border-left-color: #fff;
}

.mobile-share-btns {
  text-align: center;
}

@media (min-width: 768px) {

  .btn-arrow-down:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    bottom: -15px;
    left: 0;
    border-right: 90px solid transparent;
    border-left: 90px solid transparent;
    border-top: 15px solid #34b4ff;
  }

}

/*
  Buttons with card flip effect on hover:
*/

.trip-page-share-buttons {
  position: absolute;
  top: 0;
  right: 20px;
  height: 60px;
}

.share-btns {
  display: inline-block;
  width: 180px;
  height: 60px;
  cursor: pointer;
  text-align: left;
}

.share-block {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.share-block-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 60px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 60px;
  padding: 0 16px;
}

.share-block-inner .icon-paper-plane {
  margin-right: 17px;
  font-size: 2.4rem;
  vertical-align: middle;
}

.card-1 .share-block-inner {
  left: -60px;
}

.card-2 .share-block-inner {
  left: -120px;
}

.card-flip-wrap {
  perspective: 200;
  transform-style: preserve-3d;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 10;
  float: left;
}

.card {
  position: relative;
  transition: 600ms;
  -webkit-transition: 600ms;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
  transform-origin: 100% 30px;
  -webkit-transform-origin: 100% 30px;
}

.card.flip {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

.card-2 .card {
  transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
}

.front,
.back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: 600ms;
	position: absolute;
	top: 0;
	left: 0;
  display: block;
  width: 60px;
  height: 60px;
}

.front {
  z-index: 2;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
  overflow: hidden;
}

.back {
  transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  text-align: center;
  line-height: 60px;
}

.back i {
  font-size: 2.4rem;
  line-height: 60px;
}

/* IE Workaround */

.no-preserve-3d .share-btns * {
  transform: none;
}

.no-preserve-3d .back {
  z-index: 10;
  opacity: 0;
  transition: opacity 300ms ease;
}

.no-preserve-3d .card-2 .back {
  transition-delay: 300ms;
}

.no-preserve-3d .card.flip .back {
  opacity: 1;
}

/*=====================================================
  Header:
======================================================*/

.page-header {
  position: relative;
  z-index: 1000;
}

.standard-header {
  background: #f8f8f8;
}

.hd-nav-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hd-nav-item {
  display: inline-block;
  margin-left: 25px;
}

.hd-nav-link {
  display: block;
  text-decoration: none;
}

/*
  Mobile only header styles:
*/
@media (max-width: 767px) {

  .page-header {
    background: #f8f8f8;
  }

  .transparent-header .hd-logo {
    background: url(/wp-content/themes/extramile/img/hd-logo@2x.png) no-repeat 0 0;
    background-size: contain;
  }

  .transparent-header .hd-logo img {
    display: none;
  }

  .hd-logo {
    float: left;
    width: 80px;
    height: 36px;
    margin: 15px;
  }

  #hd-nav {
    position: absolute;
    top: 100%;
    height: 0;
    width: 100%;
    overflow: hidden;
  }

  .mob-menu-trigger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 4rem;
    padding: 0 19px;
    color: #34b4ff;
  }

  .hd-nav-item {
    display: block;
    margin: 0;
  }

  .hd-nav-link {
    color: #fff;
    font-weight: bold;
    background: #34b4ff;
    border-bottom: 1px solid rgba(255,255,255,.4);
    display: block;
    padding: 15px;
  }

  .page-title {
    clear: both;
    text-align: center;
    font-size: 2.4rem;
    padding: 0 10px;
  }

}

/*
  Portrait tablet up header styles:
*/
@media (min-width: 768px) {

  .page-header {
    padding: 40px 50px;
  }

  .page-title {
    clear: both;
    font-size: 3rem;
    text-align: center;
    margin: 0;
  }

  .hd-logo {
    width: 136px;
    float: left;
  }

  #hd-nav {
    float: right;
  }

  .hd-nav-link {
    padding: 20px 0;
  }

  .hd-nav-link-title {
    display: block;
    font-size: 2.2rem;
    line-height: 1.1;
    font-weight: bold;
    transition: color 300ms ease;
  }

  .hd-nav-link-sub {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: lowercase;
  }

  .standard-header .hd-nav-link {
    color: #4e4e4e;
  }

  .transparent-header .hd-nav-link {
    color: #fff;
  }

  .hd-nav-link:hover .hd-nav-link-title,
  .hd-nav-link.active .hd-nav-link-title {
    color: #34b4ff;
  }

}

/*
  Landscape tablet up
*/
@media (min-width: 1024px) {

  .has-page-title .hd-logo {
    margin-bottom: 30px;
  }

  .hd-logo {
    width: 186px;
  }

  .page-title {
    display: block;
    clear: both;
    margin-bottom: 0;
    font-size: 5rem;
    font-weight: 300;
    text-align: center;
    color: #000;
  }

}

/*
  Large desktop header styles:
*/
@media only  (min-width: 1280px) {

  .page-header {
    padding-left: 70px;
    padding-right: 70px;
  }

  .hd-nav-item {
    margin-left: 40px;
  }

}

/*=====================================================
  Footer:
======================================================*/

.page-footer {
  text-align: center;
  padding: 60px 20px 70px 20px;
  position: relative;
  z-index: 500;
}

.ft-block {
  font-size: 1.6rem;
  line-height: 1.6;
  display: inline-block;
  margin: 0 20px;
}

.ft-block-label {
  text-transform: lowercase;
  font-weight: 300;
}

.ft-block-value {
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.ft-block-value-link {
  text-decoration: underline;
  color: #34b4ff;
}

.ft-top {
  padding-top: 75px;
  padding-bottom: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
}

.home .ft-cta {
  border-top: none;
}

.ft-cta-heading {
  font-size: 5rem;
  line-height: 1.1;
  margin-bottom: 15px;
  color: #000;
  font-weight: 300;
}

.ft-cta-text {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.foot-note {
  padding: 40px 0 0 0;
  text-transform: lowercase;
}

.foot-note a {
  color: #aaa;
  text-decoration: none;
  transition: all 300ms ease;
}

.foot-note a:hover {
  color: #f36d21;
  text-decoration: underline;
}

/*
  Mobile only footer styles:
*/
@media (max-width: 767px) {

  .ft-block {
    display: block;
    margin: 0 20px 20px 20px;
    font-size: 1.2rem;
  }

  .ft-cta-heading {
    font-size: 3rem;
  }

}

/*
  Portrait tablet - lanscape tablet footer styles:
*/
@media (min-width: 76px) and (max-width: 1023px) {

  .ft-block {
    font-size: 1.4rem;
  }

}


/*=====================================================
  Main Content Area:
======================================================*/

.main-content {
  min-height: 400px;
}

.content-area {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-area img {
  max-width: 100%;
  height: auto;
}

/*=====================================================
  Trip page banner:
======================================================*/

.fixed-banner {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.banner-images-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

/*
  Allow space for absolutely positioned rotated psuedo element
*/
.banner-info-wrap {
  margin-bottom: 100px;
}

/*
  Transparent info box overlays banner images
*/
.banner-info {
  background: rgba(0,0,0,0.6);
  z-index: 700;
  color: #fff;
  text-shadow: 0 0 5px #000;
  max-width: 330px;
  position: relative;
  padding: 65px 20px 20px 20px;
  margin: 20px 0 30px 0;
}

.banner-info-hd {
  font-size: 3rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 15px;
}

.banner-info-trip-length {
  font-weight: bold;
  font-size: 2.5rem;
}

.banner-info-date {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.banner-info-pricing {
  font-size: 1.8rem;
}

.banner-info-pricing-byline {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.banner-info-desc {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.departure-dates-link {
  display: block;
  font-size: 1.4rem;
  color: #34b4ff;
  text-decoration: none;
  text-shadow: none;
  font-weight: bold;
}

.banner-info-scroll-link {
  position: relative;
  display: block;
  padding-bottom: 25px;
  font-weight: bold;
  text-align: center;
  font-size: 1.4rem;
  color: #34b4ff;
  text-decoration: none;
  text-shadow: none;
}

.banner-info-scroll-link:after {
  content: '\e805';
  font-family: 'extramile';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.trip-category-tag {
  position: absolute;
  left: -3px;
  top: 15px;
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
  line-height: 1;
  text-shadow: none;
  max-width: 230px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bg-green {
  background: #40bf38;
}

.fixed-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  z-index: 100;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
}

@media (min-width: 1024px) {

  .banner-info-hd {
    font-size: 5rem;
  }

}

@media (min-height: 768px) and (max-height: 900px) {

  .transparent-header {
    position: relative;
  }

}

/*=====================================================
  Trip page content:
======================================================*/

.trip-page,
.home-page {
  position: relative;
  z-index: 800;
  background: #fff;
  min-height: 100vh;
}

/*
  Rotate psuedo element to create angled top over banner
*/
.trip-page:before,
.home-page:before {
  content: '';
  display: block;
  width: 200%;
  position: absolute;
  top: -50px;
  left: -25%;
  height: 180px;
  background: #fff;
  z-index: 200;
  transform: rotate(-2deg);
}

/*
  Make sure text content is displayed over top of rotated
  psuedo element
*/
.page-inner {
  position: relative;
  z-index: 600;
}

.main-col {
  padding-top: 55px;
  padding-bottom: 30px;
}

.sidebar {
  position: relative;
  padding-top: 55px;
  margin-bottom: 30px;
}

.sidebar .trip-category-tag {
  top: -10px;
}

.sidebar-hd {
  font-size: 5rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 15px;
}

.sidebar-trip-length {
  font-weight: bold;
  font-size: 2.5rem;
}

.sidebar-date {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.sidebar-pricing {
  font-size: 1.8rem;
  font-weight: 600;
}

.sidebar-pricing-byline {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.sidebar-desc {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.sidebar-gallery-thumb {
  float: left;
  width: 112px;
  height: 112px;
  margin: 0 1px 1px 0;
}

.fancybox-lock {
  overflow: visible !important;
}

.trip-guide-image {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  overflow: hidden;
}

.trip-guide-name {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 15px;
}

.trip-guide-name a {
  text-decoration: none;
  color: #212121;
}

.trip-guide-name-sup {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
}

.trip-guide-image {
  margin: 0 0 15px 0;
}

.tabbed-info-btns {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}

.tabbed-info-btns li {
  float: left;
  margin-right: 1px;
}

.tab-btn {
  display: block;
  position: relative;
  text-decoration: none;
  background: #007fc9;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  padding: 10px 15px;
  transition: background 250ms ease;
}

.tab-btn span {
  position: relative;
  z-index: 10;
}

.tab-btn:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  background: #007fc9;
  transform: rotate(0);
  transition: all 250ms ease;
}

.tab-btn:hover,
.tab-btn.active {
  background: #34b4ff;
}

.tab-btn:hover:after,
.tab-btn.active:after {
  background: #34b4ff;
  top: -5px;
  transform: rotate(-2deg);
}

.tab-info {
  display: none;
}

.tab-info.active {
  display: block;
}

.itinerary-day {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #ddd;
}

.team-member {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ddd;
}

.guide-thumb {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  margin: 0 auto 20px auto;
}

@media (min-width: 500px) {

  .trip-guide-image {
    float: left;
    margin-right: 20px;
  }

  .trip-guide-details {
    float: left;
    margin-top: 25px;
  }

}

@media (max-width: 767px) {

  .share-btns {
    display: none;
  }

  .book-trip-btn,
  .back-to-top-btn {
    position: fixed;
    bottom: 20px;
    height: auto;
    padding: 15px;
    font-size: 1.2rem;
    line-height: 1.2;
    z-index: 1001;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  }

  .book-trip-btn {
    left: 0;
  }

  .back-to-top-btn {
    opacity: 0;
    right: 0;
    transition: opacity 300ms ease;
  }

  .back-to-top-btn.visible {
    opacity: 1;
  }

  .book-trip-btn i {
    font-size: 1.6rem;
    margin-right: 10px;
  }

  .back-to-top-btn i {
    font-size: 1.6rem;
    margin-left: 10px;
  }

  .book-trip-btn:after {
    content: none;
  }

  .tabbed-info-btns {
    display: none;
  }

  .trip-guide {
    margin-bottom: 20px;
  }

  .js-accordion-btn {
    display: block;
    padding: 7px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    margin: 5px 0;
    background: #34b4ff;
    position: relative;
  }

  .accordion-btn-icon {
    position: absolute;
    font-size: 4rem;
    line-height: 33px;
    font-weight: 400;
    right: 10px;
    top: 0;
  }

  .tab-info {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 300ms ease;
  }

  .tab-info.active {
    opacity: 1;
    height: auto;
    padding: 5px;
  }

}

@media (min-width: 768px) {

  .guide-thumb {
    float: left;
    margin: 0 20px 20px 0;
  }

}

@media (min-width: 1024px) and (max-width: 1200px) {

  .tab-btn {
    font-size: 1.2rem;
    padding: 10px;
  }

}

@media (min-width: 1024px) {

  .trip-content {
    margin-top: 40px;
  }

  .main-cols {
    position: relative;
  }

  .main-cols:before {
    content: '';
    display: block;
    position: absolute;
    left: 33%;
    top: 0;
    height: 100%;
    width: 1px;
    border-left: 1px solid #ddd;
  }

}


/*=====================================================
  Individual guide / lodging page content:
======================================================*/

.gallery-wrap {
  width: 100%;
  height: 390px;
  margin-bottom: 10px;
  position: relative;
}

.gallery-image,
.gallery-thumb {
  width: 100%;
  height: 100%;
}

#gallery-controls {
  bottom: auto;
  right: 20px;
  top: 20px;
}

#gallery-thumbs {
  margin-bottom: 30px;
}

#gallery-thumbs li {
  float: left;
  margin: 0 10px 10px 0;
  width: 100px;
  height: 70px;
}

.associated-item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dotted #ddd;
  position: relative;
}

.associated-item .trip-category-tag {
  top: 30px;
}

.associated-item:first-of-type .trip-category-tag {
  top: 10px;
}

.associated-item:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.associated-item-image {
  width: 100%;
  height: 220px;
  margin-bottom: 15px;
}


/*=====================================================
  Guides listing page:
======================================================*/

.grid-wrap {
  background: #efefef;
}

.grid-item {
  float: left;
  position: relative;
  height: 0;
  width: 50%;
  padding-bottom: 50%;
}

.grid-item-overlay {
  opacity: 0;
  transition: opacity 300ms ease;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  color: #fff;
  text-align: center;
}

.grid-item:hover .grid-item-overlay {
  opacity: 1;
}

.grid-item-name {
  position: absolute;
  font-weight: 700;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

.grid-item-btn-wrap {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -16px;
}

.guides-page-text {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 1.6rem;
}

.center-grid {
  text-align: center;
}

.center-grid .grid-item {
  display: inline-block;
  float: none;
  margin: 0 0 -6px -4px;
}

@media (min-width: 768px) {

  .grid-item {
    width: 33.33%;
    padding-bottom: 33.33%;
  }

}

@media (min-width: 1024px) {

  .grid-item {
    width: 16.66%;
    padding-bottom: 16.66%;
  }

}


/*=====================================================
  Trip listing page:
======================================================*/

.filters {
  padding-top: 20px;
  padding-bottom: 20px;
}

.filters-label {
  font-weight: bold;
  margin-bottom: 10px;
}

.filters .categorychecklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filters .categorychecklist li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.trip-grid {
  background: #efefef;
}

.trip-grid-item {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: 190px;
  border: 1px solid #fff;
}

.trip-grid-item:before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: opacity 500ms ease;
  opacity: .5;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
}

.trip-grid-item:hover:before {
  opacity: 1;
}

.trip-grid-item .trip-category-tag {
  z-index: 99;
  font-size: 1.2rem;
  padding: 8px 10px;
  left: 0;
  top: 20px;
}

.trip-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trip-item-text {
  color: #fff;
}

.trip-item-btn {
  font-size: 1.2rem;
  padding: 5px 10px;
  text-shadow: none;
}

.trip-grid-item .guide-avatar {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
}

.guide-avatar {
  color: #fff;
  padding: 10px 20px;
}

.guide-avatar-text {
  line-height: 50px;
  font-weight: bold;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

.guide-avatar-image {
  float: right;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #FFF;
  margin-left: 15px;
}

@media (max-width: 767px) {

  .trip-category-tag,
  .trip-item-pricing,
  .trip-grid-item .guide-avatar {
    display: none;
  }

  .trip-item-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
    padding: 40px 20px;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  }

  .trip-item-name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    line-height: 1.2;
    text-align: center;
  }

  .trip-item-dates {
    display: block;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 600;
  }

}

@media (min-width: 500px) {

  .trip-grid-item {
    width: 50%;
    height: 220px;
  }

  .trip-grid-item:nth-child(2n+1) {
    border-left: none;
  }

  .trip-grid-item:nth-child(2n) {
    border-right: none;
  }

}

@media (min-width: 768px) {

  .filters {
    text-align: center;
  }

  .filters-label {
    display: inline-block;
    margin: 0 15px 0 0;
  }

  .filters .categorychecklist {
    display: inline-block;
  }

  .filters .categorychecklist li {
    margin-right: 15px;
    margin-bottom: 0;
  }

  .trip-grid-item {
    width: 50%;
    height: 290px;
  }

  .trip-item-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  }

  .trip-item-name {
    display: block;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .trip-item-dates {
    display: block;
    text-align: center;
    margin-bottom: 25px;
    font-size: 1.6rem;
  }

  .trip-item-btn {
    float: right;
    margin-top: 14px;
  }

  .trip-item-pricing {
    float: left;
  }

  .trip-item-days {
    display: block;
    font-weight: 700;
  }

  .trip-item-price {
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .trip-grid-item .guide-avatar-text {
    display: none;
  }

}

@media (min-width: 1024px) {

  .trip-grid-item .guide-avatar-text {
    display: inline-block;
  }

}

@media (min-width: 1140px) {

  .trip-grid-item {
    width: 33.33%;
    height: 300px;
  }

  .trip-grid-item:nth-child(2n+1) {
    border-left: 1px solid #fff;
  }

  .trip-grid-item:nth-child(2n) {
    border-right: 1px solid #fff;
  }

  .trip-grid-item:nth-child(3n+1) {
    border-left: none;
  }

  .trip-grid-item:nth-child(3n) {
    border-right: none;
  }

  .trip-grid-item .guide-avatar-text {
    display: none;
  }

}

@media (min-width: 1400px) {

  .trip-grid-item .guide-avatar-text {
    display: inline-block;
  }

}

@media (min-width: 1500px) {

  .trip-grid-item {
    height: 370px;
  }

  .trip-item-dates {
    margin-bottom: 25px;
  }

}


/*=====================================================
  Home page:
======================================================*/

.home-page-banner-content {
  padding-top: 40px;
  padding-bottom: 120px;
  text-align: center;
  color: #fff;
}

.home-page-banner-content h1 {
  font-weight: 300;
  color: #fff;
  font-size: 3rem;
}

.home-page .page-inner {
  min-height: 200px;
}

.banner-btns {
  margin-bottom: 20px;
}

.banner-btn {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  max-width: 410px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  background: rgba(0,0,0,0.3);
  border-radius: 25px;
  border: 2px solid #fff;
  min-height: 175px;
  transition: background 500ms ease-in-out;
}

.banner-btn:hover {
  background: rgba(52,180,255,.6);
}

.banner-btn:last-child {
  margin-left: 4%;
}

.banner-btn-icon {
  display: inline-block;
  margin-bottom: 5px;
}

.banner-btn-icon.plan-icon {
  height: 60px;
  margin-left: 15px;
}

.banner-btn-icon.join-icon {
  height: 42px;
  margin-top: 18px;
}

.banner-btn-title {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
}

.banner-btn-text {
  display: block;
  font-size: 1.2rem;
}

.home-banner-blurb {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
}

.home-page {
  padding-top: 40px;
}

.choose-section h2,
.choose-section h3 {
  font-size: 2.5rem;
}

.choose-section h3 {
  margin-bottom: 10px;
}

.choose-section-options {
  padding: 20px 0;
}

.plan-section,
.join-section {
  margin-bottom: 60px;
}

.plan-section .btn,
.join-section .btn {
  margin-top: 20px;
}

.plan-section-icon,
.join-section-icon {
  display: inline-block;
  margin-bottom: 10px;
}

.plan-section-icon {
  height: 80px;
  margin-left: 20px;
}

.join-section-icon {
  height: 70px;
}

.home-blue-section {
  position: relative;
  padding-top: 85px;
  padding-bottom: 85px;
  margin-bottom: 100px
}

.home-blue-section:before {
  content: '';
  display: block;
  width: 200%;
  position: absolute;
  left: -50%;
  top: 0;
  background: #34b4ff;
  height: 110px;
  transform: rotate(2deg);
  z-index: 1;
}

.home-blue-section:after {
  content: '';
  display: block;
  width: 200%;
  position: absolute;
  left: -50%;
  bottom: 0;
  background: #34b4ff;
  height: 110px;
  transform: rotate(-2deg);
  z-index: 1;
}

.home-blue-section-inner {
  position: relative;
  z-index: 500;
}

.home-guides {
  margin-bottom: 60px;
  text-align: center;
}

.guides-carousel-wrap {
  position: relative;
  height: 450px;
}

.guides-carousel-image {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: 0 auto 15px auto;
}

.guides-carousel-name {
  font-weight: 300;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.guides-carousel-bio {
  text-align: left;
}

.guides-carousel-bio a {
  color: #fff;
}

#guides-carousels-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

#guides-carousels-controls a {
  color: #fff;
  position: absolute;
  top: 40px;
  font-size: 4rem;
}

#guides-carousels-controls .js-carousel-prev {
  left: 0;
}

#guides-carousels-controls .js-carousel-next {
  right: 0;
}

.home-recent-activity {
  text-align: center;
  margin-bottom: 30px;
}

.home-recent-activity h1 {
  margin-bottom: 30px;
}

.recent-item {
  margin-bottom: 30px;
}

.recent-item-image {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  text-align: center;
  line-height: 100px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  float: left;
  margin: 0 15px 0 0;
}

.recent-item-text {
  float: left;
  width: calc(100% - 115px);
  text-align: left;
}

.recent-item-event {
  font-weight: bold;
}

.recent-item-title {
  color: #fff;
  font-size: 1.6rem;
}

@media (min-width: 550px) {

  .home-page-banner-content {
    padding-top: 40px;
    padding-bottom: 130px;
  }

  .banner-btns {
    margin-bottom: 40px;
  }

  .banner-btn {
    padding: 20px;
  }

  .home-banner-blurb {
    margin-bottom: 30px;
  }

}

@media (min-width: 768px) {

  .home-page-banner-content h1 {
    font-size: 5rem;
    margin-bottom: 50px;
  }

  .banner-btns {
    margin-bottom: 50px;
  }

  .banner-btn {
    padding: 20px 45px;
  }

  .banner-btn-icon.plan-icon {
    height: 94px;
    margin-left: 30px;
  }

  .banner-btn-icon.join-icon {
    height: 70px;
    margin-top: 24px;
  }

  .banner-btn-title {
    font-size: 3rem;
  }

  .banner-btn-text {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .home-banner-blurb {
    font-size: 2rem;
    margin-bottom: 50px;
  }

  .home-page-banner-content .btn-arrow-down {
    font-size: 1.6rem;
    padding: 10px 20px;
  }

  .choose-section-options {
    position: relative;
    margin-bottom: 50px;
  }

  .plan-section,
  .join-section {
    float: left;
    width: 50%;
    padding: 0 50px 60px 50px;
    margin: 180px 0 0 0;
  }

  .plan-section {
    border-right: 1px solid #ddd;
  }

  .plan-section:before {
    content: '';
    display: block;
    background-image: url(/wp-content/themes/extramile/img/choose-left.png);
    background-repeat: no-repeat;
    height: 84px;
    width: 65px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -180px;
  }

  .join-section:before {
    content: '';
    display: block;
    background-image: url(/wp-content/themes/extramile/img/choose-right.png);
    background-repeat: no-repeat;
    height: 84px;
    width: 65px;
    position: absolute;
    top: 30px;
    right: 50%;
    margin-right: -180px;
  }

  .choose-section-btn {
    position: absolute;
    bottom: 30px;
    width: 50%;
    text-align: center;
  }

  .plan-section .choose-section-btn {
    left: 0;
  }

  .join-section .choose-section-btn {
    right: 0;
  }

  .plan-section-icon {
    height: 91px
  }

  .join-section-icon {
    height: 65px;
    margin-top: 26px;
  }

  .home-guides,
  .home-recent-activity {
    float: left;
    width: 50%;
    padding: 20px 50px;
    margin: 0;
  }

  .home-guides h1,
  .home-recent-activity h1 {
    font-size: 3.2rem;
  }

  .home-guides {
    border-right: 1px solid rgba(255,255,255,.5);
  }

  .recent-item-event {
    font-size: 1.2rem;
  }

  .recent-item-title {
    font-size: 1.4rem;
  }

}

@media (min-width: 1024px) {

  .plan-section,
  .join-section,
  .home-guides,
  .home-recent-activity {
    padding-left: 60px;
    padding-right: 60px;
  }

  .home-guides h1,
  .home-recent-activity h1 {
    font-size: 5rem;
  }

  .guides-carousel-wrap {
    height: 470px;
  }

  .recent-item-title {
    font-size: 1.6rem;
  }

  .home-blue-section:before,
  .home-blue-section:after {
    height: 150px;
  }

  #how-does-it-work {
    margin-bottom: 100px;
  }

}

@media (min-width: 1200px) {

  .home-page-banner-content {
    padding-top: 20px;
    padding-bottom: 150px;
  }

  .home-page-banner-content h1 {
    margin-bottom: 70px;
  }

  .banner-btns {
    margin-bottom: 60px;
  }

  .banner-btn {
    padding: 32px 45px;
  }

  .guides-carousel-wrap {
    height: 400px;
  }

}


/*=====================================================
  Plan Your Adventure Page:
======================================================*/

.trip-plan-form {
  padding: 20px;
}

.wpt-field,
.cred-field,
.cred-group,
.form-item {
  margin-bottom: 20px;
}

.plan-form-text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 40px;
}

.cred-label {
  display: block;
  padding-bottom: 5px;
  font-weight: 700;
  color: #444;
}

.form-textfield,
.form-textarea {
  display: block;
  height: 40px;
  padding: 10px;
  font-family: 'Raleway', sans-serif;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  transition: border-color 500ms ease;
}

.form-textarea {
  height: 70px;
}

.form-textfield:hover,
.form-textfield:focus,
.form-textfield:active,
.form-textarea:hover,
.form-textarea:focus,
.form-textarea:active {
  border-color: #00d1c1;
  outline: none;
}

.form-submit {
  font-family: 'Raleway', sans-serif;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-decoration: none;
  padding: 0 30px;
  font-size: 1.6rem;
  line-height: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  background: #34b4ff;
  color: #fff;
  border: none;
  border-radius: 0;
  margin: 0;
  transition: background 300ms ease;
}

.wpt-form-set {
  padding: 0;
  margin: 0;
}

.wpt-form-item {
  display: block;
  margin: 0 0 2px 0;
  line-height: 20px;
}

.wpt-form-item .form-checkbox {
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: middle;
}

.wpt-form-item .wpt-form-label {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.submit-plan-btn {
  text-align: right;
  margin-bottom: 40px;
}

.submit-plan-btn input {
  padding: 15px 25px;
  margin-top: 0;
  line-height: 1;
  height: auto;
}

.clear-form-btn {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  padding: 0 0 2px 0;
  font-size: 1.2rem;
  color: #999;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin: 17px 23px 0 0;
  text-transform: lowercase;
}

#trip-image-ids {
  display: none !important;
}

.trip-plan-grid-wrap {
  display: none;
}

.plan-filters {
  background: #fff;
}

.vert-center-wrap {
  display: block;
  height: 100%;
}

.vert-center-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.vert-center {
  display: inline-block;
  vertical-align: middle;
  max-width: 95%;
}

.form-info-box {
  max-height: 200px;
  overflow: auto;
  padding: 10px;
  border: 1px solid #e4e4e4;
  font-size: 1.4rem;
  text-align: left;
}

.form-info-box ul {
  padding-left: 20px;
}

.frm_style_formidable-style.with_frm_style .form-info-box h2,
.frm_style_formidable-style.with_frm_style .form-info-box h3 {
  font-size: 1.8rem !important;
}

@media (min-width: 768px) {

  .trip-plan-form {
    float: left;
    width: 40%;
  }

  .trip-plan-grid-wrap {
    display: block;
    float: right;
    width: 60%;
    background: #efefef;
  }

  .plan-grid-image {
    float: left;
    position: relative;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
  }

  .plan-grid-image:before {
    content: '';
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
  }

  .grid-image-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,0.4);
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    font-size: 2.2rem;
    font-weight: 300;
    transition: opacity 500ms ease;
  }

  .plan-grid-image.selected .grid-image-overlay {
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    text-shadow: none;
  }

  .plan-grid-image.selected {
    z-index: 9;
  }

  .grid-image-overlay .heart-wrap {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 34px;
    border-radius: 100%;
    text-align: center;
    font-size: 3rem;
    line-height: 50px;
    transition: all 500ms ease;
  }

  .grid-image-overlay .icon-heart-empty {
    display: inline-block;
    vertical-align: middle;
  }

  .grid-overlay-text {
    display: block;
    opacity: 1;
    transition: opacity 500ms ease;
  }

  .plan-grid-image:hover .grid-image-overlay {
    opacity: 1;
  }

  .plan-grid-image.selected .grid-image-overlay {
    opacity: 1;
    background: none;
    border: 4px solid #56b4ff;
  }

  .plan-grid-image.selected .grid-overlay-text {
    opacity: 0;
  }

  .plan-grid-image.selected .heart-wrap {
    background: rgba(255,255,255,.9);
    color: #56b4ff;
  }

}

@media (min-width: 1024px) {

  .trip-plan-form {
    width: 470px;
  }

  .trip-plan-grid-wrap {
    width: calc(100% - 470px);
  }

  .form-half {
    float: left;
    width: 48%;
  }

  .form-half.first {
    margin-right: 4%;
  }

  .plan-grid-image {
    width: 33.33%;
    padding-bottom: 33.33%;
  }

}

@media (min-width: 1200px) {

  .trip-plan-form {
    padding: 30px;
  }

  .plan-grid-image {
    width: 25%;
    padding-bottom: 25%;
  }

}

@media (min-width: 1300px) {

  .plan-grid-image {
    width: 20%;
    padding-bottom: 20%;
  }

}


/*=====================================================
  404 Page:
======================================================*/

#page-404 {
  padding: 100px 0;
  text-align: center;
  font-size: 1.8rem;
}


/*=====================================================
  Formidable Plugin Form Styling:
======================================================*/

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container {
  font-family: 'Raleway', sans-serif !important;
  text-align: center;
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container h2 {
  font-size: 4rem;
  font-weight: 300;
  color: #212121;
}

.frm_style_formidable-style.with_frm_style .frm_form_field.frm_html_container h3 {
  font-size: 2.8rem;
  font-weight: 400;
}

.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=password],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=number],
.frm_style_formidable-style.with_frm_style input[type=url],
.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_style_formidable-style.with_frm_style input[type=file],
.frm_style_formidable-style.with_frm_style input[type=search],
.frm_style_formidable-style.with_frm_style select {
  height: 40px;
}

.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=password],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=number],
.frm_style_formidable-style.with_frm_style input[type=url],
.frm_style_formidable-style.with_frm_style input[type=tel],
.frm_style_formidable-style.with_frm_style input[type=file],
.frm_style_formidable-style.with_frm_style input[type=search],
.frm_style_formidable-style.with_frm_style select,
.frm_style_formidable-style.with_frm_style textarea {
  font-family: 'Raleway', sans-serif !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: border-color 500ms ease;
}

.frm_style_formidable-style.with_frm_style input[type=text]:hover,
.frm_style_formidable-style.with_frm_style input[type=text]:focus,
.frm_style_formidable-style.with_frm_style input[type=text]:active,
.frm_style_formidable-style.with_frm_style input[type=password]:hover,
.frm_style_formidable-style.with_frm_style input[type=password]:focus,
.frm_style_formidable-style.with_frm_style input[type=password]:active,
.frm_style_formidable-style.with_frm_style input[type=email]:hover,
.frm_style_formidable-style.with_frm_style input[type=email]:focus,
.frm_style_formidable-style.with_frm_style input[type=email]:active,
.frm_style_formidable-style.with_frm_style input[type=number]:hover,
.frm_style_formidable-style.with_frm_style input[type=number]:focus,
.frm_style_formidable-style.with_frm_style input[type=number]:active,
.frm_style_formidable-style.with_frm_style input[type=url]:hover,
.frm_style_formidable-style.with_frm_style input[type=url]:focus,
.frm_style_formidable-style.with_frm_style input[type=url]:active,
.frm_style_formidable-style.with_frm_style input[type=tel]:hover,
.frm_style_formidable-style.with_frm_style input[type=tel]:focus,
.frm_style_formidable-style.with_frm_style input[type=tel]:active,
.frm_style_formidable-style.with_frm_style input[type=file]:hover,
.frm_style_formidable-style.with_frm_style input[type=file]:focus,
.frm_style_formidable-style.with_frm_style input[type=file]:active,
.frm_style_formidable-style.with_frm_style input[type=search]:hover,
.frm_style_formidable-style.with_frm_style input[type=search]:focus,
.frm_style_formidable-style.with_frm_style input[type=search]:active,
.frm_style_formidable-style.with_frm_style textarea:hover,
.frm_style_formidable-style.with_frm_style textarea:focus,
.frm_style_formidable-style.with_frm_style textarea:active,
.frm_style_formidable-style.with_frm_style select:hover,
.frm_style_formidable-style.with_frm_style select:focus,
.frm_style_formidable-style.with_frm_style select:active {
  border-color: #00d1c1 !important;
}

.with_frm_style .frm_submit {
  text-align: right;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
  font-family: 'Raleway', sans-serif !important;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-decoration: none;
  padding: 0 30px;
  font-size: 1.6rem;
  line-height: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  background: #34b4ff;
  color: #fff;
  border: none;
  border-radius: 0;
  margin: 0;
  transition: background 300ms ease;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:focus,
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:active,
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style input[type=submit]:focus,
.frm_style_formidable-style.with_frm_style input[type=submit]:active,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:active,
.frm_form_submit_style:hover,
.frm_form_submit_style:focus,
.frm_form_submit_style:active,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:focus,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:active {
  background: rgba(52,180,255,.75);
  color: #fff;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field label,
.frm_style_formidable-style.with_frm_style .frm_error {
  color: #fb1c18;
}

.frm_style_formidable-style.with_frm_style .frm_error {
  margin-top: 5px;
  font-weight: 300;
}

.frm_style_formidable-style.with_frm_style .frm-show-form  .frm_section_heading h3 {
  border-top: none;
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label,
.frm_style_formidable-style.with_frm_style.frm_login_form label {
  padding-bottom: 5px;
}

/*=====================================================
  Styles used for Javascript elements:
======================================================*/

.js-expand-outer {
  transition: height 400ms ease;
}

.js-carousel {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bx-wrapper,
.bx-viewport,
.js-carousel,
.js-carousel li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}

.carousel-controls {
  position: absolute;
  bottom: 30px;
  right: 20px;
  z-index: 800;
}

.carousel-control {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 48px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  text-decoration: none;
  transition: color 250ms ease;
}

.carousel-control:hover,
.carousel-control.on {
  color: #34b4ff;
}

.js-hide-for-banner {
 opacity: 1;
 transition: opacity 400ms ease;
}

.js-hide-for-banner.hide {
  opacity: 0;
}

.js-deactivate-pointer-events iframe {
  pointer-events: none;
}

.js-fix-to-top.fix {
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 99;
}

.js-fix-to-top.absolute {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 20px;
  z-index: 99;
}

@media (min-width: 1200px) {

  .js-fix-to-top.fix {
    width: 1200px;
    right: auto;
    left: 50%;
    margin-left: -600px;
  }

}

/*=====================================================
  3: Media Queries (for general styles):
======================================================*/

.mob-only,
.tablet-up,
.landscape-tablet-up {
  display: none;
}

@media (max-width: 767px) {

  .mob-only {
    display: block;
  }

  h1 {
    font-size: 3rem;
  }

}

@media (min-width: 768px) {

  .tablet-up {
    display: block;
  }

  #trip-details .page-inner {
    padding-top: 60px;
  }

}

@media (min-width: 1024px) {

  .landscape-tablet-up {
    display: block;
  }

}
