/*!
Theme Name: pedalhopper
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pedalhopper
Tags: custom-backgteround, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

pedalhopper is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
    color: #3d3741;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
    /* clear: both; */
    font-weight: 400;
    line-height: 1.2;
}

h1 {
	font-family: 'Anton', sans-serif;
    font-size: 56px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
    color: #b6bb3a;
    font-weight: 900;
}

h5 {
    font-size: 20px;
    font-weight: normal;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    color: #314b84;
    /* Fallback for when there is no custom background color defined. */
}

#content {
    text-align: center;
    padding-top: 165px;
}

.container {
    max-width: 1200px;
    margin 0 auto; padding: 0px 15px;
    text-align: left;
    margin: 0 auto;
    width: 100%;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    outline: none;
}

.vc_row-fluid .wpb_single_image .vc_figure, .vc_row-fluid .vc_single_image-wrapper,.vc_row-fluid .vc_single_image-wrapper img {
    width: 100% !important;
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    border-radius: 0;
    background: #fff;
    outline: none;
    line-height: 18px;
    padding: 11px 1em 11px;
    color: black;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border: none;
    border-radius: 0;
    padding: 10px 10px;
    background: white;
    width: 100%;
    font-size: 18px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}

select {
    border: none;
    height: 43px !important;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
    outline: none;
}

a:hover, a:focus, a:active {
    color: inherit;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background-color: #fff;
    padding: 10px 20px;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 150px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
    padding: 6px 20px;
}

.main-navigation li li {
    padding: 6px 20px 6px 0px !important;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #294889;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Anton', sans-serif;
}

.main-navigation li:hover a, .main-navigation .current-menu-item >a, .main-navigation li.anchor-link.current-menu-item:hover a {
    border-bottom: 5px solid #eca838;
}

.main-navigation li.anchor-link.current-menu-item a {
    border-bottom: 5px solid transparent;
}

li#menu-item-15 > a::after {
	content: "\25bc";
	margin: 0 0 0 5px;
	color: #eca838;
	font-size: .75em;
}

/* Small menu. */
.main-navigation.toggled {
    position: absolute;
    right: 0px;
    top: 56px;
    display: block;
    width: 100%;
    /* padding-top: 30px; */
    z-index: 5000;
    /* background: green; */
}

.menu-toggle {
    display: block;     
    position: absolute;
    right: 0;
    top: 50%;
    margin-top:-.5em;
}
.main-navigation.toggled .menu-toggle {
    top:0;
}
.main-navigation.toggled ul {
    display: block;  
    background: white;
    padding: 20px;
}
.main-navigation.toggled #primary-menu {
  margin-top: 50px;
}
.main-navigation.toggled ul li {
    display: block;
    float: none;
    text-align: left
}

@media screen and (min-width: 1200px) {
    .main-navigation {
        float: right;
        padding-top: 36px;
    }

    .main-navigation li:first-child {
        padding-left: 0px;
    }

    .main-navigation li.book-now {
        background-color: #eca838;
        border-radius: 0;
        padding: 6px 20px;
    }
	.main-navigation li.book-now:hover a{border-bottom:0;}

    .main-navigation li.book-now a {
		cursor:pointer;
        color: white;
        outline: none;
    }

    .main-navigation li.book-now:hover a {
        border-bottom-color: transparent;
        opacity: .8;
    }
	
	
	  .main-navigation li.book-now-new {
        background-color: #eca838;
        border-radius: 0;
        padding: 6px 20px;
    }
	.main-navigation li.book-now-new:hover a{border-bottom:0;}

    .main-navigation li.book-now-new a {
		cursor:pointer;
        color: white;
        outline: none;
    }

    .main-navigation li.book-now-new:hover a {
        border-bottom-color: transparent;
        opacity: .8;
    }
	
	
	    .main-navigation li.gift-cards {
        background-color: #eca838;
        border-radius: 0;
        padding: 6px 20px;
		margin-right:10px;
    }
	.main-navigation li.gift-cards:hover a{border-bottom:0;}

    .main-navigation li.gift-cards a {
		cursor:pointer;
        color: white;
        outline: none;
    }

    .main-navigation li.gift-cards:hover a {
        border-bottom-color: transparent;
        opacity: .8;
    }

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/* header */
#masthead {
    /* height: 300px; */
    background: white;
    position: fixed;
    z-index: 400;
    width: 100%;
}

#header-top {
    /* height: 100px; */
}

#header-left, #header-right {
}

#header-left a {
    color: white;
    line-height: 3em;
    padding-right: 20px;
}

#header-top button {
    background-color: #b6bb3a;
    color: #fff;
    height: 100px;
    /* display: block; */
}

#header-top p {
    color: #fff;
    display: inline-block;
    margin: 0;
    line-height: 3em;
    padding-right: 5px;
}

#header-top p a {
    padding-left: 1em;
}

#header-bottom .container {
    /* text-align: center; */
    padding-top: 10px;
    padding-bottom: 93px;
    position: relative;
}

#site-branding {
    float: left;
    max-width: 30%;
    outline: none;
}

#site-branding img {
    width: 113px;
}

/* colors */
.yellow {
    color: #eca838;
}

.yellow-bg {
    background-color: #eca838;
}

.gray-bg {
    background-color: #b7b7b5;
}

.purple {
    color: #314b84;
}

.purple-bg {
    background-color: #314b84;
    color: #fff;
}

.white {
    color: #fff;
}

.light-blue {
    color: #62b6ef;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    /* margin: 0 0 1.5em; */
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    /* margin: 0 0 1.5em; */
}

.updated:not(.published) {
    display: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 0 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.vc_btn3.vc_btn3-color-green, .vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
    background-color: #eca838 !important;
    padding: 6px 24px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Anton', sans-serif;
}

article.post h3 a {
    color: #eca838;
}

article.post h3 a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* home */
.centered-bg {
    background-position: center center;
    background-repeat: no-repeat;
}

.centered-top-bg {
    background-position: center top;
    background-repeat: no-repeat;
}

.box-image.vc-gitem-zone-height-mode-auto:before {
    background-color: #0000005c;
}

.box-image.vc-gitem-zone-height-mode-auto:hover:before {
    background-color: #000000ba;
}

.box-image-links h1 {
    color: white;
    font-weight: normal;
    text-transform: uppercase;
}

.box-image-links h1 span {
    color: #eca838;
    display: block;
    font-weight: bold;
}

/* 
#home-box-links .vc_column_container:hover {
    outline: none;
}

#home-box-links .vc_column_container:hover {
    position: relative;
}

#home-box-links .vc_column_container:hover:before {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000075;
    position: absolute;
    border: 2.5px solid white;
    content: " ";
    z-index: 500;
}

#home-box-links .vc_column-inner {
    height: 320px;
    padding-top: 0;
    display: table;
    vertical-align: middle;
}

#home-box-links .vc_column-inner >.wpb_wrapper {
    display: table-cell;
    vertical-align: middle;
}

#home-box-links h2, #home-box-links a {
    font-size: 24px;
} */
#routes,#private-groups {
    position: relative;
    top: -180px;
}

.single-image-with-textover {
    position: relative;
    margin-bottom: 0 !important;
}

.single-image-with-textover h2.wpb_heading.wpb_singleimage_heading {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    color: white;
    margin-top: -.5em;
    margin-bottom: 0;
    font-weight: bold;
}

.single-image-with-textover h2 a:hover {
    opacity: .8;
}

.image_with_overlay .vc_column-inner {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.image_with_overlay h3, .image_with_overlay h2 {
    color: white;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    margin-top: -.5em;
    font-weight: bold;
}

.image_with_overlay blockquote {
    position: absolute;
    opacity: 0;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    background-color: #eca838;
    width: 80%;
    height: 80%;
    color: black;
    padding: 10%;
    margin: 0;
    text-align: left;
    transition: all .5s;
}

.image_with_overlay:hover blockquote {
    opacity: 1;
}

.image_with_overlay blockquote a.full-size-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.single-image-with-overlay .vc_gitem-col {
    background-color: green;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 10px;
    top: 0;
}

.linked_column p a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-items: center;
}

.linked_column h2 {
    text-align: center;
    width: 100%;
    margin-top: 0;
    color: white;
}

.linked_column h2 a {
    display: inline-block;
    width: 100%;
}

.linked_column:hover h2 a {
    color: #f2f2f2;
}

#home-popular .wpb_single_image, .trip-tile-col .wpb_single_image {
    position: relative;
    min-height: 150px;
}

#home-popular .wpb_heading, .trip-tile-col .wpb_heading {
    position: absolute;
    top: 50%;
    margin-top: -1em;
    color: white;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    padding: 0 20px;
}

.trip-tile-col h2.wpb_heading {
    font-size: 18px !important;
    margin-top: -2em !important;
}

.trip-tile-col ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#home-popular .wpb_text_column {
    padding: 10px 20px;
}

#home-popular button , .pedalhopper-button {
    box-shadow: -1px -8px 6px -6px #00000008, 0px 3px 6px 6px #00000024 !important;
    padding-right: 0 !important;
    position: relative !important;
}

#home-popular button .vc_btn3-icon, .pedalhopper-button .vc_btn3-icon {
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    color: white;
    float: right;
    background-color: #b6bb3a;
    padding: 0px 5px;
    height: 58px !important;
    line-height: 58px !important;
    width: 58px !important;
    text-align: center;
    transform: none !important;
}

.testimonial p {
    text-align: center;
    position: relative;
    text-indent: 3em;
}

.blue-quote {
    color: #62b6ef;
    font-size: 48px;
    position: absolute;
    display: inline-block;
}

.testimonial p:first-child:before, .testimonial p:first-child:after {
    color: #62b6ef;
    font-size: 48px;
    height: 1.3em;
    line-height: 1.3em;
    display: inline;
    position: relative;
}

.testimonial p:first-child:before {
    content: '\201C';
    top: -14px;
    left: 0;
}

.testimonial p:first-child:after {
    content: '\201D';
    top: 14px;
}

.spacer {
    width: 2em;
}

.testimonial h5 {
    color: #62b6ef;
    text-align: center;
    FONT-WEIGHT: BOLD;
    FONT-SIZE: 18PX;
    TEXT-TRANSFORM: UPPERCASE;
}

.info-circle {
    /* text-indent: -500px; */
    outline: none;
    padding-left: .5em;
    text-decoration: none;
    color: #b6bb3a;
    font-size: 1.3em;
}

.vc_btn3.vc_btn3-color-success {
    background-color: #b6bb3a !important;
    color: #FFF;
    font-weight: bold;
}

.vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-success:focus, .vc_btn3.vc_btn3-color-success:hover {
    opacity: .8;
}

/* route pages */
#logo-slider {
    width: 100% !important;
}

#logo-slider {
    width: 100% !important;
}

.vc_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo-slider .vc_item .vc_inner {
    padding: 0 10%
}

@media only screen and (min-width : 769px) {
    .align-right-desktop {
        text-align: right;
    }

    .route-highlights {
        /*position: relative;
        left: -11%;*/
    }

    .vc_inner .single-image-with-textover h2.wpb_heading.wpb_singleimage_heading {
        font-size: 24px;
    }
}

/* tabs */
.vc_tta-tab>a {
    border-color: #b0b0b2 !important;
    background-color: white !important;
    border-radius: 0 !important;
     }

.vc_tta-tab.vc_active a {
    background-color: #b6bb3a !important;
    color: white !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: white !important;
    border-color: #b0b0b2 !important;
    border-radius: 0 !important;
}

/*footer  */
#colophon {
    background-color: #eca838;
    color: white;
    line-height: 1.5em;
    padding: 20px 0;
}

#colophon .widget-area {
    /*min-height: 100px;*/
	position: relative;
    box-sizing: border-box;
    text-align: center;
}

#colophon .widget-area ul.social-links{list-style: none; margin-bottom:1.5em;}

#colophon .widget-area ul.social-links li{display: inline-block; vertical-align: middle; margin: 0 20px 10px;}

#colophon .widget-area ul.social-links li a{font-size: 26px;}

#colophon .widget-area h2.link-title, #colophon .widget-area .widget-title{font-family: 'Anton', san serif; text-transform: uppercase; color: #294889; margin-top: .5em; margin-bottom: 0.5em; font-size: 32px; font-weight: 400 !important; line-height: 1.2;}

#colophon .widget-area h2.link-title a{color: #294889;}

#colophon .widget-area ul.location-menu{list-style:none; margin: 15px 0;}

#colophon .widget-area ul.location-menu li.link-title{display: inline-block; vertical-align: middle; font-family: 'Anton', san serif; text-transform:uppercase; color: #294889; margin: 5px 20px; font-size: 32px;}

#colophon .widget-area ul.location-menu li.link-title a{color: #294889;}

#colophon .widget-area li {
    padding: 5px 0;
}

#colophon .widget-area h2 {
    margin-top: .5em;
}

#colophon .widget-area h2 strong {
    font-weight: 800;
}

#colophon .container .widget-title {
    font-weight: bold;
}

#colophon .container .widget-area:first-child {
    padding-left: 0;
}

#colophon .container .widget-area:last-child {
    /*padding-right: 0;*/
}

#footer-copyright {
    clear: both;
    display: block;
    text-align: center;
}

/* filters  */
.trip-tile-col {
    /* box-shadow: -1px -8px 6px -6px #00000008, 0px 3px 6px 6px #00000024 !important; */
}

.trip-tile-col .vc_column-inner {
    /* padding-left:0 !important; */
    /* padding-right:0 !important; */
    box-shadow: -1px -8px 6px -6px #00000008, 0px 3px 6px 6px #00000024 !important;
    /* min-height: 400px; */
}

.trip-tile-col ul {
    margin-bottom: 2em;
    padding: 0 15px;
    min-height: 190px;
}

/*contact */
#contact-bottom-left p {
    margin-top: 0 !important;
    line-height: 30px ;
}
 

#contact-page-social .vc_icon_element-icon {
    width: 15%;
    color: #eca838;
    text-align: center;
}
.wpcf7 input, .wpcf7 textarea{
    border: 3px solid #2e464a;
}

/* #gform_1 input[type="text"], #gform_1 input[type="email"], #gform_1 textarea {
    border: 3px solid #314b84;
}

#gform_1 input[type="text"], #gform_1 input[type="email"] {
    width: 100%;
}

#gform_1 input[type="submit"] {
    border: 3px solid #314b84;
    font-weight: 700;
}

#gform_1 input[type="submit"]:hover {
    border: 3px solid #314b84;
    background-color: #b6bb3a;
    color: #fff;
} */

/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width : 1200px) {
}

@media only screen and (max-width : 1099px) {
    #site-branding img {
        max-height:90px;
        width: auto;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    h1 {
        font-size:48px;
    }

    #home-popular button {
        text-align: left;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    h1 {
        font-size:32px;
    }

    .align-center-mobile h1 {
        margin-bottom: 0.67em !important;
    }

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

    #home-popular button {
        text-align: center;
    }

    #header-top {
        display: none;
    }

    #content {
        padding-top: 103px;
    }

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

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}

.wpb_content_element, ul.wpb_thumbnails-fluid > li, .wpb_button, .vc_icon_element {
    margin-bottom: 0px;
}

/* Custom Styles */
@media only screen and (max-width:7680px){
	.gt_1200_view {display:block;}
	.lt_1200_view {display:none;}

	#custom-header{margin:0; padding: 37px 0; text-align:center}
	#page.has-custom-header header#masthead.scrolled #custom-header{margin:0; padding: 15px 0;}
	#custom-header #left-navigation, #custom-header #brand, #custom-header #right-navigation{float: none; display: inline-block; vertical-align:bottom;}
	#custom-header #left-navigation{}
	#custom-header #brand{}
	#custom-header #right-navigation{}
	#custom-header #left-navigation #primary-menu-left{}
	#custom-header #left-navigation #primary-menu-left li{margin: 0; padding: 0 70px 5px 0;}
	#custom-header #left-navigation #primary-menu-left li a{}
	#custom-header #right-navigation #primary-menu-right{}
	#custom-header #right-navigation #primary-menu-right li{margin:0; padding: 0 0 5px 120px;}
	#custom-header #right-navigation #primary-menu-right li a{}
	#custom-header .main-navigation#left-navigation li a, #custom-header .main-navigation#right-navigation li a{font-size: 40px; font-family: 'Anton', sans-serif; font-weight: 500;}
	#custom-header .main-navigation#left-navigation li:hover a, #custom-header .main-navigation#right-navigation li:hover a{margin-bottom:-5px;}
	
	header#masthead{-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;}
	
	#page.has-custom-header{-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;}
	#page.has-custom-header header#masthead.scrolled #custom-header #brand.logo img{width:120px;}
	
	#custom-header #brand.logo{}
	#custom-header #brand.logo img{-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out; width:220px;}

	input, select, textarea{border: 1px solid #2E454A !important;}
	.vc_row-no-padding .vc_inner#two-image-location .wpb_single_image.wpb_content_element{margin-bottom:0 !important;}
	.vc_row-no-padding .vc_inner#two-image-location .wpb_single_image .vc_figure{}
	.vc_row-no-padding .vc_inner#two-image-location .wpb_single_image .vc_figure:before{display: block; position: absolute; width: 100%; height: 100%; content: ""; background-color: rgba(0,0,0,0.5);}
	.vc_row-no-padding .vc_inner#two-image-location .wpb_single_image:hover .vc_figure:before{background-color: rgba(0,0,0,0.1); display:none;}
	.vc_row-no-padding .vc_inner#two-image-location .wpb_single_image .vc_figure figcaption.vc_figure-caption{position: absolute; z-index: 9999; color: #FFF; left: 50%; top: 50%; width: 100%; transform: translate(-50%,-50%); font-family: 'Anton', sans-serif; font-weight: 500; font-size: 90px; text-transform: uppercase; margin: 0;}
	.vc_row-no-padding .vc_inner#two-image-location .image-label{margin-bottom:0 !important;}
	.vc_row-no-padding .vc_inner#two-image-location .image-label .wpb_wrapper p{position: absolute; display:block; z-index: 9999; color: #FFF; left: 50%; top: 50%; width: 100%; transform: translate(-50%,-50%); text-align:center;}
	.vc_row-no-padding .vc_inner#two-image-location .image-label .wpb_wrapper p a{display:block;font-family: 'Anton', sans-serif; font-weight: 500; text-transform: uppercase; margin: 0; outline:none;}
	body.home #main-section{padding:60px 0 30px;}
	body.home #main-section #video-content{padding-left:4%;}
	body.home #main-section #section-title{margin: 7% 0 0 0; background-color: #ECA838;}
	body.home #main-section #section-title h1.title{text-transform: uppercase; margin:0; padding: 10%;}
	body.home #main-section #section-title h1.title span.subtitle{display: block; color: #FFF;}
	body.home #main-section .wpb_content_element{margin-bottom:0;}
	#main-section-description{text-align:center;}
	#main-section-description #description-text{}
	#main-section-description #description-text p{font-size: 31px; line-height: 1.1; color: #3D3741; padding: 0 10%; margin-bottom: 20px;}
	#tour-section{}
	#tour-section header{} 
	#tour-section header h2{font-family: 'Anton', sans-serif; text-transform: uppercase; font-size: 70px; line-height: 1.4; margin-bottom: 20px;} 
	#tour-image-section .vc_column-inner{padding-top:0;}
	#tour-image-section .wpb_content_element{margin-bottom:0;}
	#tour-image-section .vc_single_image-wrapper img{cursor:pointer;}
	#tour-description-section{}
	#tour-description-section .vc_column_container>.vc_column-inner{padding-left:45px;padding-right:45px;text-align:center;}
	#tour-description-section .vc_column_container>.vc_column-inner h2{font-family:'Anton', sans-serif; text-transform:uppercase;}
	#tour-description-section .vc_column_container>.vc_column-inner p{font-size:18px; color:#3D3741;}	
	.gform_wrapper .gfield_required{display:none;}
	.gform_wrapper h3.gform_title {letter-spacing: normal!important; margin: 10px 0 20px; font-family: 'Anton', sans-serif; text-transform: uppercase; text-align: center; font-weight: 500; font-size: 70px;}
	.vc_row-no-padding .vc_inner#two-image-location{}
	.vc_row-no-padding .vc_inner#two-image-location .image-label .wpb_wrapper p a{font-size: 90px;}
	#about-section p.about-description{text-align: center; font-size: 31px; color: #3d3741;}
	h2.contact-form-title{text-align: center; font-family: 'Anton', sans-serif; text-transform: uppercase; font-size: 70px;}
	body .gform_wrapper{position:relative;}
	body .gform_wrapper .top_label div.ginput_container {margin-top: 2px;}
	.gform_wrapper ul.gform_fields li.gfield{padding-right: 0; width: 46%; margin-top: 0; margin-bottom: 30px;}
	.gform_wrapper ul.gform_fields li.gfield.gfield_left{}
	.gform_wrapper ul.gform_fields li.gfield.gfield_right{position: absolute; top: 0; right: 0;}
	.gform_wrapper .gform_footer{text-align:center; margin: 0; padding: 0;}
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{margin:0; background-color: #ECA838; color: #FFF; font-family: 'Anton', sans-serif; font-size: 1.5em; border:0 !important;}
	.gform_wrapper .top_label li ul.gfield_radio {width: 100%;}
	.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {display: inline-block; margin-right: 20px;}
	.gform_wrapper div.validation_error{display:none;}	
	body #home-opt-in-footer .gform_wrapper textarea.small {height: 125px !important;}
	#contact-social-links{text-align:center; margin-top: -10px; margin-bottom: 45px;}
	#contact-social-links ul.social-links{list-style: none;}
	#contact-social-links ul.social-links li{display: inline-block; margin: 0; padding: 0 15px;}
	#contact-social-links ul.social-links li a{color: #ECA838; font-size: 36px;}
	#tour-section-mobile-image .wpb_content_element{margin-bottom:0;}
	[id^='tour-section-mobile-'].text-content {margin:0; padding: 10px 35px; text-align: center;}
	[id^='tour-section-mobile-'].text-content h2{font-family: 'Anton', sans-serif; font-size: 60px; text-transform: uppercase;}	
}
.three-tours h4,
.three-tours h4 a {
color:#fff;
text-transform:uppercase;
}
.three-tours h4 a.yellow {
    color: #eca838;
}
.three-tours h4 a:hover {
    color:#eca838;
}
.three-tours h4 a.yellow:hover {
    color:#ffffff;
}
.anchor{
    position:relative;
    top:-183px;
}
.header-image{
    z-index: 300;
}
.yellow{
    color:#eca838;
}
.gform_footer input[type=submit]{
    padding: 6px 24px;
    line-height: normal;
    font-size: 24px !important;
}

.entry-content p a {
	color:#eca838 !important;
}

.entry-content p a:hover {
	color:#b88b43 !important;
}
 
#gform_1 li#field_1_5 {
text-align: center;
width: 100%;
margin: 0 auto;
}
#gform_1 li#field_1_5 label.gfield_label {
margin-bottom:10px;
}
#gform_1 div#input_1_5 {
margin: 0 auto;
display: table;
width: 30%;
}
    
@media only screen and (max-width : 1200px) {
	.gt_1200_view{display:none !important;}
	.lt_1200_view{display:block !important;}
}

@media only screen and (max-width:1024px){
	.vc_row-no-padding .vc_inner#two-image-location{}
	#tour-section header h2{font-size: 56px;}
	[id^='tour-section-mobile-'].text-content h2{font-size: 40px;}	
}

@media only screen and (max-width:1023px){
	body.home #main-section{padding:0;}
	body.home #main-section #section-title-alt{margin: 0; background-color: #ECA838;}
	body.home #main-section #section-title-alt h1.title{text-transform: uppercase; margin:0; padding: 4% 6%;}
	body.home #main-section #section-title-alt h1.title span.subtitle{color: #FFF;}	
	.gform_wrapper ul.gform_fields li.gfield{width: 100%;}
	.gform_wrapper ul.gform_fields li.gfield.gfield_right{position: relative; top: auto; right: auto;}
}

@media only screen and (max-width : 768px) {
}

@media only screen and (max-width:532px){
	.vc_row-no-padding .vc_inner#two-image-location .image-label .wpb_wrapper p a{font-size: 60px;}
	#about-section p.about-description{font-size:24px;}
	h2.contact-form-title{font-size:50px;}
	[id^='tour-section-mobile-'].text-content h2{font-size: 30px;}	
}