/*
Theme Name: Booking2hotels 
Theme URI: http://booking2hotels.com/
Author: the WordPress team
Version: 984.25.0.841.525
*/
.bht_content .section_about_us .content_about p.sha {
    display: inline-block;
    font-size: 18px;
}
body .bht_content .section_about_us .content_about h4 {
    margin: 0 10px!important;
}
@media screen and (min-width: 991px){
    .header-titlehome{
        display: grid;
        grid-template-columns: 130px 1fr;
        grid-gap: 0 20px;
        align-items: center;
    }
    .header-titlehome .logo-sha img{
        max-width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 992px){
    .header-titlehome .logo-sha img{
        max-height: 130px;
        width: auto;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1200px){
	.top_menu .navbar-txt {
        font-size: 64px !important;
        letter-spacing: -4px !important;
    }
}