.post-three__entry-date {
  background: #FF6B02;
}
.post-three__meta {
  display: none;
}
div.job_listings .load_more_jobs {
background-color: #FF6B02;
}
.blogsqode-post-item-inner.blogsqode-post-item-inner-layout-14 {
    border-radius: 20px 20px 20px 20px !important;
}
.load_more_posts_tab_off {
    display: none !important;
}
.banner-four__button {
background: #F96900 !important;
}

.elementor-element.elementor-element-9cc6c00.elementor-widget__width-initial.elementor-widget.elementor-widget-html {
  margin: 0 20px !important;
}

.gva-listing-social-media a:hover {
  background: #FF6B02;
  color: #fff;
}

.similar-hotels{
    margin-top:20px;
}

.similar-hotels h3{
    margin-bottom:20px;
}

.similar-hotel-item{
    display:flex;
    gap:15px;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #ececec;
}

.similar-hotel-thumb{
    width:90px;
    flex:0 0 90px;
}

.similar-hotel-thumb img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:6px;
}

.similar-hotel-content{
    flex:1;
}

.similar-hotel-title{
    margin:0 0 8px;
    font-size:18px;
    line-height:1.4;
}

.similar-hotel-title a{
    color:#222;
    text-decoration:none;
}

.similar-hotel-title a:hover{
    color:#ff6b00;
}

.similar-hotel-location{
    color:#777;
    font-size:14px;
    line-height:1.6;
}

.similar-hotel-location i{
    color:#ff6b00;
    margin-right:5px;
}