.page-template.page.home .home-intro {
  background: linear-gradient(135deg, #30bced 0%, #303036 100%);
}
.page-template.page.home .latest-blog {
  background: linear-gradient(135deg, #30bced 0%, #303036 100%);
  color: white;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-template.page.home .latest-blog h2 {
  color: white;
}
.page-template.page.home .hero-image {
  margin-bottom: 0;
}

.page-template-page-contact h1 {
  margin-bottom: 2rem;
}
.page-template-page-contact .col-contact a {
  color: #30BCED;
}
.page-template-page-contact .col-contact a:hover {
  color: #303036;
}
.page-template-page-contact .col-contact h4 {
  padding-bottom: 1.6rem;
}

.woocommerce div.product div.summary {
  float: none;
  width: 100%;
  clear: none;
}
.woocommerce-page header.woocommerce-products-header {
  margin-top: 7rem;
  padding: 0 2rem;
}
.woocommerce-page header.woocommerce-products-header .page-description {
  margin: 0 auto;
}
.woocommerce-page .product {
  margin-bottom: 30px;
  min-height: 400px;
  text-align: center;
  color: #FFFAFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  background: #30BCED;
  /* Old browsers */
  background: linear-gradient(135deg, #30bced 0%, #303036 100%);
}
.woocommerce-page .product .price {
  color: #FFFAFF;
  font-size: 20px;
}
.woocommerce-page .product a {
  color: #FFFAFF;
}
.woocommerce-page .product abutton {
  color: #FFFAFF;
}
.woocommerce-page .product-title {
  padding-top: 20px;
}
.woocommerce-page .product-category a h2 {
  padding: 0 10px;
}
.woocommerce-page .product-category a p {
  padding: 0 10px;
  min-height: 150px;
}
.woocommerce-page .woocommerce-result-count {
  display: none;
}
.woocommerce-page .single-product {
  margin-top: 30px;
}
.woocommerce-page .single-product .product {
  background: none;
}
.woocommerce-page .single-product .product h1, .woocommerce-page .single-product .product h2, .woocommerce-page .single-product .product p {
  color: #303036;
}
.woocommerce-page .single-product .product .entry-title {
  font-size: 36px;
}
.woocommerce-page .single-product .product .price {
  color: #303036;
}
.woocommerce-page .single-product .product form.cart .quantity {
  float: none;
  margin-bottom: 10px;
}
.woocommerce-page .single-product .product_meta h2 {
  display: none;
}
.woocommerce-page .single-product .product .images {
  margin-bottom: 0;
}
.woocommerce-page .single-product .product .entry-summary {
  padding-top: 10px;
}
.woocommerce-page .single-product .product .woocommerce-product-gallery {
  float: none;
  width: 100%;
}
@media (min-width: 769px) {
  .woocommerce-page .single-product .product .woocommerce-product-gallery {
    margin-right: 10px;
  }
}
.woocommerce a.button.alt {
  background-color: #30BCED;
}

.navbar {
  background-color: transparent;
  z-index: 999;
  transition: background-color 0.5s;
  min-height: 64px;
  font-size: initial;
}
.navbar .container-fluid {
  display: block;
}
@media (min-width: 990px) {
  .navbar {
    padding-top: 0;
    min-height: 128px;
  }
}
.navbar-toggler {
  float: right;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  color: white;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler-icon {
  height: auto;
  content: initial;
  font-size: initial;
}
.navbar-toggler-icon--open {
  margin: 0 auto;
  display: inherit;
  width: 20px;
}
.navbar-toggler-icon--close {
  margin: -4px auto 0;
  display: none;
  width: 16px;
}
.navbar-brand {
  padding: 0;
}
.navbar #brand {
  font-size: 1.2rem;
  font-weight: bold;
  display: none;
  color: white;
  padding-top: 6px;
}
.navbar .form-control {
  font-size: initial;
}
.navbar .btn {
  font-size: initial;
}
.navbar .container .row {
  width: 100%;
  margin: auto;
}
.navbar .nav-logo {
  width: 100px;
  height: auto;
  transition: width 0.5s;
}
.navbar .nav-logo-mobile {
  width: 80px;
  height: auto;
}
.navbar .nav-logo-mobile img {
  width: 200px;
  height: auto;
}
.navbar.scroll {
  background-color: #30BCED;
}
.navbar.scroll .nav-logo {
  width: 75%;
}

.no-jumbotron .navbar,
.single .navbar {
  background: linear-gradient(135deg, #30bced 0%, #303036 100%);
}

.nav-item {
  font-size: initial;
}

.nav {
  background: transparent;
}
.nav--container {
  width: 100%;
}
.nav--utility {
  display: flex;
  justify-content: flex-end;
}
.nav--utility .navbar-nav .nav-link {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 1rem;
}
@media (min-width: 990px) {
  .nav--utility .navbar-nav .nav-link {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.nav--utility .navbar-nav .nav-link.active {
  color: white;
}
.nav--utility svg {
  color: white;
}
.nav--utility .dropdown-toggle::after {
  color: white;
  vertical-align: middle;
}
.nav--utility > nav {
  display: flex;
}
.nav--utility > nav svg {
  fill: #30BCED;
  width: 24px;
}
.nav--utility > nav a.searchButton svg {
  width: 24px;
}
.nav--utility--social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav--utility--social > * {
  margin-left: 8px;
}
.nav--utility--social .icon {
  width: 2rem;
  height: 2rem;
  text-align: center;
}
.nav--primary {
  display: flex;
  justify-content: flex-end;
}
.nav--primary .navbar-nav .nav-link {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 1rem;
}
.nav--primary .navbar-nav .nav-link.active {
  color: white;
}
.nav--primary .dropdown-toggle::after {
  color: white;
  vertical-align: middle;
}
.nav__logo img {
  width: 100%;
  height: auto;
  max-width: 331px;
}

#navbarMobile {
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
#navbarMobile > div {
  overflow: scroll;
}
#navbarMobile .nav--utility {
  justify-content: left;
  text-align: left;
  margin-bottom: 2rem;
}
#navbarMobile .nav--utility > nav {
  flex-direction: column;
}
#navbarMobile .nav--utility--social > * {
  margin-left: 0;
  margin-top: 1rem;
}
#navbarMobile .nav--utility--social .icon {
  padding-top: 0;
}
#navbarMobile .nav--utility .dropdown-menu.depth_0.show {
  position: relative !important;
  transform: none !important;
  background-color: transparent;
  border: none;
}
#navbarMobile .nav--utility .dropdown-menu.depth_0.show .menu-item .dropdown-item {
  color: white;
  text-align: center;
}
#navbarMobile .nav--utility .dropdown-menu.depth_0.show .menu-item .dropdown-item:hover {
  background: transparent;
}
#navbarMobile .nav--primary {
  justify-content: left;
  text-align: left;
}
#navbarMobile .nav--primary .dropdown-menu.depth_0.show {
  position: relative !important;
  transform: none !important;
  background-color: transparent;
  border: none;
}
#navbarMobile .nav--primary .dropdown-menu.depth_0.show .menu-item .dropdown-item {
  color: white;
  text-align: left;
}
#navbarMobile .nav--primary .dropdown-menu.depth_0.show .menu-item .dropdown-item:hover {
  background: transparent;
}

body.fullmenuopen {
  height: 100vh;
  overflow: hidden;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar.condensed,
.no-jumbotron .navbar,
.single .navbar {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  background: linear-gradient(135deg, #30bced 0%, #303036 100%);
}

@media (min-width: 960px) {
  .navbar.condensed {
    min-height: 60px;
  }
  .navbar.condensed .nav--utility {
    display: none;
  }
}
/* >>>>>>>>>> GLOBAL <<<<<<<<<< */
body {
  background-image: url("../img/bg.png");
  overflow-x: hidden;
}

body.no-jumbotron,
body.single {
  padding-top: 160px;
}

container-full {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

a:hover {
  text-decoration: none;
}

/* >>> Effects <<< */
.fade {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.fade:hover {
  opacity: 0.5;
}

/*  Removes bullets from all lists */
.widget ul {
  list-style-type: none;
  padding: 0;
}

/* >>>>>>>>>> TYPOGRAPHY <<<<<<<<<< */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "oxygen";
  font-weight: 700;
  text-transform: uppercase;
}

h1.pricing {
  text-transform: capitalize;
  color: #303036;
}

h1 a {
  font-family: "oxygen";
  font-weight: 700;
  text-transform: uppercase;
  color: #303036;
}

h1 a:hover {
  font-family: "oxygen";
  font-weight: 700;
  text-transform: uppercase;
  color: #30BCED;
}

h1 a:active {
  font-family: "oxygen";
  font-weight: 700;
  text-transform: uppercase;
  color: #aaa;
}

h1.entry-title {
  color: #303036;
  font-size: 24px;
}

h3 {
  text-transform: capitalize;
  color: #303036;
}

p,
a,
ol,
ul,
li,
span,
form,
label,
a {
  font-family: "oxygen";
  font-weight: 400;
}

p {
  font-size: 16px;
}

blockquote p {
  font-size: 20px;
}

li {
  font-size: 16px;
}

form,
label,
input {
  font-size: 16px;
  color: #666;
}

legend {
  color: #FFFAFF;
}

.singlePostExcerpt img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .content img {
    width: 100%;
    height: auto;
  }
}
.home .tourDetails p {
  color: #fff;
}
.home .tourDetails a {
  color: #fff;
}

/* alert */
.alert-bar {
  width: 100%;
  z-index: 10;
  text-align: center;
  text-transform: uppercase;
  background: #303036;
  height: 40px;
  padding-top: 8px;
}

.alert-bar p {
  color: #FFFAFF;
  font-weight: bold;
}

.alert-bar a {
  color: #FFFAFF;
  font-weight: normal;
  text-transform: none;
}

.alert-bar a:hover {
  color: #30BCED;
}

/* >>>>>>>>>> PRODUCTS <<<<<<<<<< */
.page-title {
  color: #303036;
}

header.hero {
  position: relative;
}

.hero-image {
  margin-bottom: 3rem;
}
.hero-image.img-fluid {
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
}

@media (min-width: 768px) {
  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(48, 188, 237, 0.762342437) 0%, rgba(48, 188, 237, 0.087272409) 20%, rgba(255, 255, 255, 0) 100%);
  }
}

.tourFeatured {
  position: relative;
  margin: 0px 0px 30px 0px;
  min-height: 150px;
  color: #FFFAFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  background: #30BCED;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNzliZDhmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTM4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #30bced 0%, #303036 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #30bced), color-stop(100%, #303036));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #30bced 0%, #303036 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #30bced 0%, #303036 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #30bced 0%, #303036 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #30bced 0%, #303036 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#79bd8f", endColorstr="$brand-primary", GradientType=1);
  /* IE6-8 fallback on horizontal gradient */
}
@media (max-width: 768px) {
  .tourFeatured {
    min-height: 70px;
  }
}
.tourFeatured .btn-primary {
  margin: 20px 0px 0px 0px;
}

@media (max-width: 768px) {
  .arrowDiv {
    display: none;
  }
}
.arrowDiv {
  position: absolute;
  left: 50%;
  margin-left: -22px;
  /*bottom: 260px;*/
  bottom: 165px;
  color: #FFFAFF;
  font-size: 48px;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.8);
  text-align: center;
}

.tourImgFeatured {
  width: 100%;
}

/* Responsive Video Aspect Ratio ( must wrap php video output or embeds with <div class="videoContainer"></div> ) */
.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tourSidebar {
  margin: 20px 0px;
}
.tourSidebarBlog {
  margin: 0px 0px;
}

.tour {
  margin-bottom: 30px;
  min-height: 430px;
  text-align: center;
  color: #FFFAFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  background: #30BCED;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #30bced 0%, #303036 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #30bced), color-stop(100%, #303036));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #30bced 0%, #303036 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #30bced 0%, #303036 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #30bced 0%, #303036 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #30bced 0%, #303036 100%);
  /* W3C */
}
.tourContent {
  margin: 40px 0px;
}
.tourVideo {
  position: relative;
  margin: 0px 0px 40px 0px;
}
.tourVideo iframe,
.tourVideo object,
.tourVideo embed {
  position: inherit;
  top: 0;
  left: 0;
  width: 100%;
}
.tourDesc {
  margin: 0px 0px 20px 0px;
}
.tour h1 {
  color: #FFFAFF;
}
.tour a {
  text-decoration: none;
}
.tour a:hover p {
  text-decoration: underline;
}
.tour a h2 {
  color: #FFFAFF;
  font-size: 26px;
  padding-bottom: 20px;
}
.tour h3 {
  color: #FFFAFF;
  font-weight: 300;
}
.tour h3:hover {
  color: #eee;
}
.tour .summary h4 {
  padding-top: 20px;
}
.tour .img-fluid {
  width: 100%;
}
.tour .tour-4-3 img {
  object-fit: cover;
  aspect-ratio: 4/3;
}
.tour .tourDetails {
  padding: 10px;
}
.tour .tourDetails h2 {
  min-height: 75px;
}
.tour .tourDetails h2:hover {
  text-decoration: underline;
  color: #FFFAFF;
}
.tour .tourDetails a {
  color: #FFFAFF;
}
.tour .tourDetails p {
  margin: 20px;
  min-height: 50px;
}
.tourFeatured h1 {
  font-size: 36px;
}
.tourFeatured a:hover {
  color: #FFFAFF;
  text-decoration: underline;
}
.tourFeatured .col-intro {
  align-items: center;
  padding: 0 30px;
}
.tourFeatured .col-intro p {
  padding-top: 20px;
}

a {
  color: #FFFAFF;
}

.content {
  margin-bottom: 6rem;
}
.content h1 {
  margin-bottom: 4rem;
}
.content h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.content a {
  color: #30BCED;
  text-decoration: underline;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 500px) {
  .tourDetails {
    margin: 0;
  }
  .tourDetails .row {
    display: flex;
    flex-flow: row wrap;
  }
  .tourDetails .col-intro h1 {
    padding: 0 2rem;
    font-size: 2.5rem;
  }
  .tourDetails .col-intro h1 p.intro-text {
    margin: 0rem;
  }
}
.tourDetails .prodCatDiv a img {
  width: 100%;
  height: auto;
}

/*doesn't show how many products are in a category */
.woocommerce-loop-category__title .count {
  display: none !important;
}

@media (max-width: 768px) {
  .woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
    padding: 0.5em;
    font-size: 20px;
  }

  .woocommerce[class*=columns-] ul.products li.product {
    width: 100%;
  }
}
/* Cart Page */
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 100%;
}

.woocommerce input#coupon_code {
  width: 100px;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #FFFAFF;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5em;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce div.product form.cart .button {
  font-family: "oxygen";
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #30BCED;
  background-color: #fff;
  background: #fff;
  border: 4px solid #303036;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  margin-bottom: 10px;
  float: none;
}

input.plus,
input.minus {
  font-family: "oxygen";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #30BCED;
  background-color: #fff;
  border: 2px solid #303036;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
}

pre {
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: transparent;
  border: 0px solid #fff;
  border-radius: 4px;
}

/* Checkout Page */
.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
  width: 100% !important;
}

.woocommerce .woocommerce-checkout .col2-set .col-1 {
  margin-bottom: 30px;
}

/* Buttons */
.gform_button.button {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
}

.btn-primary,
.gform_button.button {
  font-family: "oxygen";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #30BCED;
  background-color: #fff;
  border: 4px solid #303036;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
}

.btn-primary:hover,
.btn-primary:focus,
.open .dropdown-toggle.btn-primary,
.gform_button.button:hover,
.gform_button.button:focus {
  color: #FFFAFF;
  background-color: #30BCED;
  border: 4px solid #303036;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
}

.btn-primary:active,
.btn-primary.active,
.gform_button.button:active {
  color: #FFFAFF;
  background-color: #30BCED;
  border: 4px solid #303036;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.66);
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fff;
  border-color: #303036;
}

.btn-primary-alt {
  font-family: "oxygen";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFAFF;
  background-color: #303036;
  border: 4px solid #303036;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
}

.btn-primary-alt:hover,
.btn-primary-alt:focus,
.open .dropdown-toggle.btn-primary-alt {
  color: #FFFAFF;
  background-color: #30BCED;
  border: 4px solid #303036;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
}

.btn-primary-alt:active,
.btn-primary-alt.active {
  color: #FFFAFF;
  background-color: #30BCED;
  border: 4px solid #303036;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.66);
}

/* >>>>>>>>>> BLOG <<<<<<<<<< */
.page-template-page-blog a {
  text-decoration: none;
}

.widget ul li a {
  text-align: center;
  color: #30BCED;
  margin-bottom: 0.8rem;
}

.widget ul li a:hover {
  text-align: center;
  color: #303036;
}

.singlePostExcerpt p {
  margin: 10px 0px;
}

.singlePostExcerpt p button {
  margin: 10px 0px;
}

/* >>>>>>>>>> IMAGES <<<<<<<<<< */
.contentContent img,
.singlePostExcerpt img,
.tourContent img,
.tourContent iframe {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.66);
}

/* >>>>>>>>>> MISC <<<<<<<<<< */
.lead {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

.widget-title.lead {
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: bold;
}

.customCart {
  text-align: center;
  margin: 40px 0px 0px;
}

/* >>>>>>>>>> FOOTER <<<<<<<<<< */
.footer {
  margin-top: 0px;
  padding-bottom: 20px;
  background: #30BCED;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNzliZDhmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTM4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(180deg, #30bced 0%, #303036 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, bottom, top, color-stop(0%, #30bced), color-stop(100%, #303036));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #30bced 0%, #303036 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #30bced 0%, #303036 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #30bced 0%, #303036 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #30bced 0%, #303036 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#79bd8f", endColorstr="$brand-primary", GradientType=1);
  /* IE6-8 fallback on horizontal gradient */
}

/* Utility Menu */
.utility_menu {
  margin-top: 0px;
  padding: 35px 20px 20px;
  height: auto;
  background: #f3f3f3;
}

.utility_menu ul {
  list-style: none;
  padding: 0;
}

.utility_menu ul li {
  text-align: center;
  padding-bottom: 36px;
}

.utility_menu ul li a {
  color: #303036;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.25s ease;
}

.utility_menu .col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}

.utility_menu .row-centered {
  text-align: center;
}

.utility_menu .col-min {
  /* custom min width */
  min-width: 320px;
}

.utility_menu ul li a:hover,
.utility_menu ul li a:focus {
  color: #30BCED;
  text-decoration: underline;
}

.footer .widget {
  text-align: center;
  color: #FFFAFF;
}
.footer .widget h3 {
  text-align: center;
  color: #FFFAFF;
  text-transform: uppercase;
}
.footer .widget a {
  text-align: center;
  color: #FFFAFF;
  margin-bottom: 1rem;
}
.footer .widget a:hover {
  text-align: center;
  color: #333;
}

.legal {
  margin: 0;
  padding: 15px 0px 0px 0px;
  background: #333;
  color: #FFFAFF;
}

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