/*
Theme Name: Sorrento Transfer Tours
Author: SZFS
Description: Child theme made for Sorrento Transfer Tours by SZFS
Version: 1.0
Template: travio

This is the child theme for Travio theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.tour-block-one .inner-box .lower-content .info{
	display: none
}

.tour-block-one .inner-box .image-box img {
  width: 100%;
  max-height: 250px;
}
	
.page-title.style-two .form-inner {
  position: relative;
  display: none;
  padding: 50px 225px 50px 30px;
  box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.1);
  border-radius: 6px;
  margin-bottom: -85px;
  background: #ffffff;
  z-index: 1;
}

.page-title.style-two {
  padding-bottom: 0px;
  height: 300px;
}

.tours-page-section {
  position: relative;
  background: #ffffff;
  padding: 50px 0px 120px 0px;
}

.theme-btn-sticky {
  background: #ff7c5b;
  margin-top: 20px;
}

.theme-btn-style2 {
  background: #ff7c5b;
  margin-top: 25px;
}

.sec-pad {
  padding: 60px 0px 150px 0px;
}

.place-block-one .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 0px 15px 25px 0px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.place-block-one .inner-box .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  max-height: 230px;
  filter: brightness(120%);
}

.place-section .link-column {
  position: relative;
  display: none;
  align-items: center;
}

.banner-carousel .owl-nav .owl-prev {
  left: 100px;
  display: none;
}

.banner-carousel .owl-nav .owl-next {
  right: 100px;
  display:none;
}

.social-links.clearfix {
  display: none;
}
.image_block_2 .image-box .image {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.2);
}

.place-block-one .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 0px 15px 25px 0px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.main-header .logo-box .logo {
  position: relative;
  max-width: 160px;
  width: 100%;
  margin: -16px;
}

.sticky-header {
  background-color: #008D8F;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  background-color: #008D8F;
}

.main-header.style-one {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  background-color: #008D8F;
}

.page-title.style-two {
  padding-bottom: 0px;
  height: 300px;
  margin-top: 106px;
}

.page-breadcrumb {
  margin-top: 106px;
}

.page-title.style-three {
  margin-top: 106px;
}

@media (max-width: 747px) {
        .hidden-mobile {
          display: none;
        }
      }

@media (min-width: 747px) {
        .hidden-standard {
          display: none;
        }
      }