/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

html, body {
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

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

/**
* 2.0 - Basic Typography
* ----------------------------------------------------------------------------
*/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

p {
    position: relative;
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0;
}

p:empty {
    display: none;
}

/*	Links  */

a {
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

/* More Link*/

.more-link {
    display: block;
    margin-top: 10px;
}

/*	List  */

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

ul,
ol {
    margin-bottom: 28px;
    margin-left: 20px;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 20px;
}

/*	Blockquote  */

blockquote {
}

blockquote.left {
}

blockquote.right {
}

/* Other elements */

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

address {
    margin-bottom: 30px;
}

dl {
    margin-bottom: 30px;
}

dt {
    font-family: inherit;
}

dd {
    padding-left: 15px;
}

.sticky {
}

.bypostauthor {
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: "Courier New", Courier, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    display: block;
    clear: both;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    overflow-x: auto;
    height: auto;
    margin: 30px 0;
    color: #525455;
    background-color: #EDF0F3;
    background-color: rgba(225, 227, 229, 0.25);
}

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

strong {
    font-weight: bold;
}

cite,
code {
    letter-spacing: 0.300em;
}

/**
 * 3.0 - Aligns
 * ----------------------------------------------------------------------------
 */

.grve-align-left {
    text-align: left;
}

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

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

.alignleft,
img.alignleft {
    float: left;
    margin-right: 20px;
}

.alignright,
img.alignright {
    float: right;
    margin-left: 20px;
}

.aligncenter,
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

/**
* Inputs
* ----------------------------------------------------------------------------
*/
.input-text,
input[type="text"],
input[type="input"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="tel"],
input[type="search"],
textarea,
select {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: none;
}

fieldset {

}

legend {
    white-space: normal;
}

/**
* Buttons
* ----------------------------------------------------------------------------
*/
input[type=submit] {
    -webkit-appearance: none;
}

input[type="submit"],
.grve-btn {
    display: inline-block;
    border: none;
    cursor: pointer;
}

/**
* 10.0 - Tables
* ----------------------------------------------------------------------------
*/
table {
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid;
    border-collapse: collapse;
    cursor: default;
}

tr {
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid;
}

td,
th {
    padding: 10px 20px 10px 20px;
    line-height: 1.5;
    border-right: 1px solid;
    text-align: center;
}

th:last-child {
    border: none;
}

/* Responsive images. */
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    max-width: 100%;
    height: auto;
}

.comment-content img,
.entry-content img,
.entry-summary img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    width: 100%;
}

.size-full,
.size-large,
.size-medium,
.size-thumbnail,
.wp-post-image,
.post-thumbnail img {
    height: auto;
    max-width: 100%;
}

/* Embeds and iframes */

embed,
iframe,
object,
video {
    max-width: 100%;
    display: block;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
    margin-bottom: 0;
}

/* Image Captions*/

.wp-caption {
    margin-bottom: 24px;
}

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

.wp-caption-text {
    display: block;
    font-size: 0.8em;
    opacity: 0.54;
    font-style: italic;
    margin: 0 auto;
    padding: 15px 0;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 30px;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin: 7px 5px !important;
    padding: 0 !important;
    position: absolute !important;
    height: 16px !important;
    width: 16px !important;
    border: 0 !important;
    line-height: 16px;
    text-indent: 2px;
    background-color: transparent !important;
}

/* Gallery */
.gallery {
    margin: 0 -15px !important;
}

.gallery dl {
    margin-top: 0 !important;
}

.gallery dt {
}

.gallery dd {
}

.gallery dl a {
}

.gallery dl img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    padding: 0 15px;
    border: none !important;
}

.gallery-caption {
    padding-left: 15px;
    padding-right: 15px;
}

/* Visibility & Accessibility
============================================================================= */
.grve-hidden {
    display: none;
}

.grve-structured-data {
    display: none;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Aligns & Float
============================================================================= */
.grve-vertical-top {
    vertical-align: top;
}

.grve-vertical-middle {
    vertical-align: middle;
}

.grve-vertical-bottom {
    vertical-align: bottom;
}

.grve-float-left {
    float: left;
}

.grve-float-right {
    float: right;
}

.grve-float-none {
    float: none;
}

/* Positions
============================================================================= */
.grve-position-left {
    float: left;
}

.grve-position-right {
    float: right;
}

.grve-position-center {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
}

.grve-position-center .grve-wrapper {
    display: inline-block;
    vertical-align: top;
}

/* With Scroll
============================================================================= */
.grve-with-scroll {
    overflow-y: hidden;
}

/* Margins & Paddings
============================================================================= */
.grve-margin-top-md {
    margin-top: 5.000em;
}

.grve-margin-bottom-md {
    margin-bottom: 5.000em;
}

.grve-padding-top-md {
    padding-top: 5.000em;
}

.grve-padding-bottom-md {
    padding-bottom: 5.000em;
}

.grve-border-top {
    border-top: 1px solid;
}

.grve-border-bottom {
    border-bottom: 1px solid;
}

.grve-border-left {
    border-left: 1px solid;
}

.grve-border-right {
    border-right: 1px solid;
}

/*FSTAB FIXES - single tour page */
.grve-tour-table-content .grve-box-title {
    /*margin-top: 9px;*/
    margin: 0;
    line-height: 40px;
    overflow: hidden;
}

.grve-tour-table-content .grve-box-title span {
    font-size: 15px;

}

/* FIXES
============================================================================= */
.grve-post-content {
    background-color: #fff;
}

img.flag-icon {

    height: 24px !important;
    width: 24px !important;
    vertical-align: middle !important;
    margin: 0 10px 0 0 !important;
    -webkit-filter: grayscale(20%); /* Safari 6.0 - 9.0 */
    filter: grayscale(20%);
}

.grve-image-icon img {

    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;

}

.grve-box-icon.grve-align-left.grve-with-shape .grve-wrapper-icon {
    margin-left: 0 !important;
}

.tours-loop .grve-box-icon.grve-with-shape .grve-wrapper-icon {
    width: 2em;
    height: 2em;
    line-height: 2em;
    display: inline-block;
    text-align: center;
}

.tours-loop .grve-with-shape {
    height: auto;

}

.tours-loop-desc {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.grve-with-shape {
    height: 1.2em;
}

.tours-loop .grve-tour-table-content {
    padding-top: 5px;
    cursor: default;

}

.grve-zoom-in {
    cursor: pointer;
}

.ta-reviews {
    position: relative;
    width: 100%;
    padding: 12px 30px;
    margin-top: -60px;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    z-index: 9999999;
    line-height: 24px;
}

.ta-reviews img {

    margin-top: 3px;

}

.ta-reviews-entry {
    color: #fff;
    /*margin-top: 5px;*/
    float: right;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 3px;
}

.ta-reviews-number {
    font-size: 15px;
    font-weight: 500;
}

.single-tours-carousel {
    border: 1px solid #ddd
}

.gm-style-pbc {
    display: none !important;
}

.toggle {
    cursor: pointer !important;
    text-align: center !important;
    background: #f0f0f0;
    padding: 5px 10px;
    margin: 100px 0 10px 0;
    border-radius: 3px;
    font-size: 11px;
    -webkit-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -moz-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -o-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -ms-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    transition: color .5s ease, background-color .5s ease, border-color .5s ease;
}

.toggle:hover {
    background: #ddd;
}

.i4ewOd-pzNkMb-haAclf {
    display: none !important;
}

.grve-post-content {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.grve-media {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#grve-post-title .grve-title-meta {display: none;}
h1.grve-title span {text-transform: uppercase;}