/************************************************

Stylesheet: Global Stylesheet

*************************************************/
body, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, serif;
}

body {
  font-size: 16px;
  background-color: #fff;
  -webkit-font-smoothing: auto;
}

p {
  font-family: 'Times New Roman', Arial;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  margin: 0;
  padding: .5rem 0;
}

h1 {
  font-size: 2.25rem;
  color: #f26522;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0 1rem;
}

h2 {
  font-size: 1.688rem;
  color: #f26522;
  font-weight: bold;
  margin: 0;
  padding: 1rem 0 1rem;
}

.content a {
  font-weight: bold;
}

.row {
  max-width: 75rem;
}

a:hover {
  color: #808080;
}

.off-canvas a:focus {
  color: #f26522;
}

.single-featured-image {
  padding: 2rem 0;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999;
    font-size: 1rem;
    padding-top: 0;
}

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

.entry-content .alignleft, .entry-content img.alignleft, .wp-caption.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright, .wp-caption.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter, .wp-caption.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 0;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fff; }

li.cat-item-7, li.cat-item-6, li.cat-item-28, li.cat-item-8 {
  display: none;
}

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

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

.social a {
  height: 30px;
  display: inline-block;
}
.social a img{
  max-width: 100%;
  max-height: 100%;
  opacity: 0.7;
}
.social a:hover img{
  opacity: 1;
}
.top-bar, .top-bar ul{
  background: #000;
}
div#main-menu {
  background: #000;
}
.hh-container{
  margin: auto;
  max-width: 1170px;
}
#main-menu a {
    color: #fff;
    font-size: .9rem;
}
#main-menu a:hover, #main-menu .current-menu-item a{
  background: #f26522;
}
#banner .slider{
  height: auto;
  width: 100%;
  margin: 0;
}
#banner .slick-slide img{
  width: 100%;
}
a{
  color: #f26522;
}
.entry-content{
  margin-top: 2.5rem;
}
.post-item-left figure{
  overflow: hidden;
  max-height: 271px;
}
.post-item-left figure img{
  max-width: none;
  max-height: none;
  min-height: 100%;
  min-width: 100%;
}
/*.menu > li.active > a, .menu > li.active > ul{
  background: #0000;
  color: #fff;
}*/
.is-dropdown-submenu-parent ul {
  background-color: #f26522 !important;
}
#menu-sponsored-tours li{
  display: block;
  width: 100%;
}

.is-dropdown-submenu{
  background: #f26522;
}
.tour-item a, .sponsored-tour-menu a{
  background: #fac090;
  display: block;
  color: #000000;
  transition-duration: 0.4s;
  padding: .5rem 1rem;
  border-bottom: 1px solid #FFFFFF;
  font-weight: 400;
  font-family: 'Time New Roman', Times;
  font-size: 1.125rem;
  line-height: 1.4;
}
.tour-item a:hover, .sponsored-tour-menu a:hover{
  background: #a6a6a6;
  color: #FFFFFF;
}
.tour-item a.active, .sponsored-tour-menu .active {
  background: grey;
  color: #FFFFFF;
}
.inner-content.grid-x.grid-margin-x.grid-padding-x {
  padding-top: 40px;
}
.widget-title{
  color: #f26522;
}
.entry-title.single-title{
  color: #f26522;
}
.header {
  background-color: #000;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  border-color: #fff #0000 #0000;
}
.top-bar {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.contact-header .btn {
  padding: 1rem 1.5rem;
  color: #fff;
  background-color: #f26522;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 0.2rem;
}
.contact-header .btn:hover {
  background-color: #808080;
}
#main-menu .current-menu-item a {
    background: #0000;
}

#menu-main-menu-1 {
    width: 100%;
    list-style: none;
}
#menu-main-menu-1 li {
    text-align: center;
    margin-left: 1.5rem;
}

#menu-main-menu-1 li li {
    display: inline-block;
    text-align: left;
    margin-left: 0;
}
#menu-main-menu-1 li li a:hover {
  background-color: #a6a6a6;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
  z-index: 9999;
  border:none;
}
.content {
  padding-top: 3rem;
}
.blog .content, .single .content {
  padding-top: 0;
}

.single.single-tour .content {
  padding-top: 3rem;
}
.blog .article-header h2 {
  padding-bottom: 0;
  padding-top: 0;
}
.single-article {
  border-bottom: 1px solid #eee;
    margin-bottom: 1.5rem;
}
.widget {
  margin-bottom: 1rem;
}
.tripcost {
  color: #f26522;
  font-weight: bold;
}
.header-divider {
  border-top: 0.6rem solid #f26522;
    padding-top: .5rem;
    margin-top: 1rem;
}
.single-tour .entry-content {
  margin-top: 0;
}
.dropdown.menu a {
    padding: 0.7rem 0.5rem;
}
.page-template-template-full-width .entry-content, .page-template-template-sponsored-tours .entry-content {
  margin-top: 0;
}
.testimonial-text {
  font-style: italic;
}
.testimonial-name {
  font-weight: bold;
}
.testimonial-name:before {
  content: '\2013';
}
.testimonial-name-wrap {
  text-align: right;
}
.testimonial-wrap {
  padding: 1rem 2rem;
  background-color: #eee;
  margin-bottom: 2rem;
}
.page-template-template-testimonial .content {
  padding-top: 0;
}

.tour-wrap h2 {
  padding-top: 0;
    font-size: 1.5rem;
    color: #000;
    padding-bottom: 0;
}
.tour-wrap h2 a {
  color: #000;
}
.tour-wrap {
  padding: 2rem 0;
}
.row-divider {
  height: 1px;
  background-color: #eee;
  width: 100%;
}
.tour-btn {
  background-color: #f26522;
  padding: 1.5rem;
  color: #fff;
  transition: .1s;
  font-size: 1.1rem;
  display: inline-block;
  float: right;
  margin-top: 1rem;
}
.tour-btn:hover {
  background-color: #808080;
  color: #fff;
}
.tour-btn:focus {
  color: #fff;
}
.page-title {
  padding-top: 0;
}
.mobile-menu-btn {
  color: #fff;
  background-color: #f26522;
  margin-top: 0.4rem;
}
.off-canvas {
  background: #000;
  padding-top: 1rem;
}

.js-off-canvas-overlay {
  background-color: #0000009e;
}

.button {
  background-color: #f26522;
}

.button:hover, .button:focus {
  background-color: #808080;
}

.tour-btn:focus {
  color: #fff;
}

.contact-page-form {
  background-color: #eee;
    padding: 0.1rem 1rem 1rem 1rem;
}

.contact-page-form .gform_confirmation_wrapper {
  padding: 1rem;
    margin: 1rem auto;
    font-size: .9rem;
    color: #000;
    background-color: rgba(0, 0, 0, 0.05);
}

.form-pop-up .gform_confirmation_wrapper {
    padding: 1rem;
    margin: 0 auto 1rem auto;
    font-size: .9rem;
    color: #000;
    background-color: rgba(0, 0, 0, 0.05);
}

.form-pop-up input, .form-pop-up select {
  margin-bottom: 0;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: #fff #0000 #0000;
}

.off-canvas a:hover {
  color: #f26522;
}

.off-canvas .is-submenu-item a {
  color: #fff;
}
.footer .logo img {
  height: auto;
    max-width: 250px;
}
.footer .navigation {
  font-size: .8rem;
}

.footer .address {
  padding: 0.5rem 0;
}

.footer .copy {
      font-size: 0.9rem;
    color: #9e9e9e;
}

.footer-social img {
  height: auto;
  width: 25px;
}

.footer-social {
  padding: 1rem 0;
}

.tour-guide-name {
  color:#f26522;
  font-weight:bold;
  font-family:Arial;
  display: inline-block;
}

.additional-info-link {
    display: block;
    padding: 1.5rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.4;
}

.single-title {
  padding-top: 0;
  padding-bottom: 0;
}
.single-post .single-title {
  padding-top: 2rem;
}
.single-content h3 {
  font-size: 1.5375rem;
}
.single-content h4 {
  font-size: 1.3625rem;
}
.single-content h3, .single-content h4, .single-content h5, .single-content h6 {
  margin-bottom: 0;
  padding: 1rem 0 .5rem;
}

img.alignright {
  float: right;
  margin: 1rem 0 1rem 1rem;
}

img.alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}

img.aligncenter {
  float: none;
  margin: 1rem auto 1rem auto;
}

.swiper-container-fade .swiper-slide {
  position: relative;
}

.swiper-text-overlay {
  position: absolute;
  z-index: 9999;
  text-shadow: 1px 1px 1px rgba(0,0,0,1);
  bottom: 0;
  left: 1rem;
  color: #fff;
}

#header-logo, #contact-btn, #top-bar-menu, .top-bar-left, .top-bar-left a {
  transition: .2s;
}

#header-logo {
  width: 487px;
  height: 60px;
}

.logo-shrink {
  width: 325px !important;
  height: 40px !important;
}

.topbar-shrink {
  padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.contact-header .btn-shrink {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}

.mobile-menu-btn-shrink {
  margin-top: 0;
}

#main-nav {
  position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

#banner {
  margin-top: 136px;
}

.swiper-text-overlay h3 {
  font-size: 1.2rem;
}

#form-pop-up {
  max-width: 700px;
}



/* MEDIA QUERIES */

/* Small and Medium - 1122px */
@media screen and (max-width: 1122px) {
  .large-only {
    display: none;
  }
  .contact-page-form {
    margin-top: 3rem;
  }
  .tour-wrap {
    text-align: center;
  }
  .tour-guide-name {
    display: block;
  }
  .tour-btn {
    float: none;
  }
  .tour-wrap h2 {
    padding-top: 1rem;
  }
  .entry-content {
    margin-top: 0;
  }
  #banner {
      margin-top: 99px;
  }
  .topbar-shrink {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
  }
}

/* Small only - 639px */
@media screen and (max-width: 39.9375em) {
  .custom-logo {
    height: auto;
    width: 250px;
    margin-top: 0.2rem;
  }
  #top-bar-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mobile-menu-btn {
    margin-top: 0;
  }
  .top-bar .top-bar-left {
    width: 250px;
  }
  .top-bar .top-bar-right {
    width: auto;
  }
  .contact-page-form {
    padding: 0.1rem 1rem 1rem 1rem;
  }
  .entry-title.single-title {
    line-height: 1.2;
    font-size: 1.8rem;
  }
  .single-content img {
      float: none;
        margin: 1rem auto;
        display: block;
  }
  #header-logo {
      width: 284px;
      height: 35px;
  }
  .logo-shrink {
    width: auto !important;
    height: auto !important;
  }
  #banner {
      margin-top: 70px;
  }

}

/* Medium and up - 640px */
@media screen and (min-width: 40em) {
  .col-3-text {
    -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  }
}

/* Medium only - 640px to 1122px */
@media screen and (min-width: 40em) and (max-width: 1122px) {}

/* Large and up - 1022px */
@media screen and (min-width: 1122px) {
  .mobile-menu {
    display: none;
  }
  .submit-disclaimer {
    padding-right: 1rem;
  }
}

@media (max-width: 400px) {
  .top-bar .top-bar-left, .top-bar .top-bar-right {
    width: 100%;
    text-align: center;
  }
  .mobile-menu-btn {
        margin-top: 0.8rem;
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.8rem;
    padding: .5rem 1.6rem !important;
  }
  #banner {
      margin-top: 110px;
  }
}