.traveltour-navigation-background {
    background-color: #ffffff !important;
}
.traveltour-navigation .traveltour-navigation-slide-bar{border-color: #f4f4f4 !important;}
.hide_this{display: none !important;}
p.font_size_30{font-size: 30px;}
p.font_size_28{font-size: 28px;}
p.color_red {color: #ea561c;font-weight: 600;}
.cust_search-container{background-color: #FFF;position: relative;padding: 3px 50px 3px 10px;}
.cust_search-container .search-button {
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: blue;
  border: 0;
  color: #FFF;
  width: 85px;
  height: 35px;
  outline: 0;
}


.child-page-listing img {
  width: 100%; /* need to overwrite inline dimensions */
  height: auto;
}
.child-page-listing h2 {
  margin-bottom: .5em;
}
.child-page-listing .grid-container {
/*   display: grid; */
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1em;
}


/* hover styles */
.child-page-listing .location-listing {
     position: relative;
    width: 48%;
    float: left;
    margin-left: 2%;
    margin-bottom: 2%;
	padding:0px;
}

.child-page-listing .location-image {
  line-height: 0;
  overflow: hidden;
}

.child-page-listing .location-image img {
  filter: blur(0px);
  transition: filter 0.3s ease-in;
  transform: scale(1.1);
}

.child-page-listing .location-title {
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s;
  background: rgba(90,0,10,0.4);
  color: white;
  
  /* position the text in t’ middle*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.child-page-listing .location-listing:hover .location-title {
  opacity: 1;
}

.child-page-listing .location-listing:hover .location-image img {
  filter: blur(2px);
}


/* for touch screen devices */
@media (hover: none) { 
  .child-page-listing .location-title {
    opacity: 1;
  }
  .child-page-listing .location-image img {
    filter: blur(2px);
  }
}
.custom_search.wrapper {
	width:98%;
	margin-left:2%;
    border:1px solid #000;
    display:inline-block;
}

.custom_search input,.custom_search button {border:0;}
.custom_search input{width: calc(100% - 130px);
    height: 50px;
    text-indent: 10px;}
.custom_search button{float:right;}

.location-listing .tourmaster-tour-category-head-animate{margin-bottom:-190px !important;}
.location-listing.tourmaster-tour-category-grid-2.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head-animate{margin-bottom:0px !important;}
.hvr_blk_elm{border: 1px solid #fff;margin-bottom: 10px;padding: 10px;text-align: left;position: relative;}
.hvr_blk_elm span{background: #db4f17;
    color: #fff;
    padding: 2px 4px;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    right: 4px;
    position: absolute;cursor:pointer;
}
.traveltour-footer-column #gallery-1 figure {display: inline-block !important;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;}
.traveltour-footer-container.traveltour-container{max-width: 100%;}
.footer_about_us{max-width: 85%;color:#fff;}
.traveltour-copyright-wrapper{background: #101010;}
.traveltour-copyright-container.traveltour-container{max-width: 100%;padding-top: 0px !important;}
.traveltour-copyright-text.traveltour-item-pdlr{text-align: left;font-size: 20px;margin: 0px auto !important;color:#fff;}
._after_footer_content{padding:50px;}
._after_footer_content .margin_0{margin: 0px !important;}
._after_footer_content .padding_0{padding: 0px !important;}
._after_footer_content .gdlr-core-gallery-item-holder.gdlr-core-js-2{position: absolute;left: 50%;margin-left: -400px;}
.image_bottom_discount{position: absolute;
    bottom: 53px;
    right: 36px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;}
.image_top_heading{position: absolute;
    top: 16px;
    left: 16px;
    color: #fff;
    padding: 5px 6px;
    background: #ea5318;
    border: 1px solid #fff;
    border-radius: 8px;cursor:pointer;}
.traveltour-navigation-bar-wrap .traveltour-navigation-container.traveltour-container{padding: 0px;max-width: 100%;margin: 0px;}
.traveltour-navigation.traveltour-item-pdlr{width: 100%;max-width: 100%;margin: 0px;padding-top:5px;}
div#traveltour-main-menu{width: 100%;max-width: 100%;}
#menu-main_nav_top_header-1{margin-top: 0px;width: 100%;max-width: 100%;}
ul#menu-main_nav_top_header-1>li{    
	width: calc(100% / 6 - 10px);
/*     background: #000000d4; */
    margin-right: 10px;
    text-align: center;
    margin-bottom: 4px;}
ul#menu-main_nav_top_header-1 a{padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;font-size: 1vw;}
.menu-item-4436{display:none !important;}
.hvr_blk_elm{color:#fff;}
.share_box{position: absolute;top: 0;right: 0;background: #fff;padding: 5px 8px 8px 8px;margin: 11px;}
.share_box_left{position: absolute;top: 50px;left: 10px;background: #fff;padding: 5px 8px 8px 8px;margin: 11px;}
.share_box i:nth-child(1), .share_box_left i:nth-child(1){    
	margin-right: 14px;
    color: #fff;
    background: #1e95d7;
    border-radius: 50px;
    padding: 5px 7px;
    font-size: 35px;}
.share_box i:nth-child(2), .share_box_left i:nth-child(2) {
	color: #1e95d7;
    font-size: 47px;
    top: 5px;
    position: relative;
}

h3.gdlr-core-blog-title.gdlr-core-skin-title{ 
  position: absolute;
  top: 25px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  width: 90%;
}
.sf-menu > li > a{ color: #ea5318 !important; } 

