/*------------------------------------------------------------------
* Project:        BookerLive
* Author:         M. Dost 
* Created:        31/10/2019 
-------------------------------------------------------------------*/


/** 
 * Add your style here 
 */ 


.header-main .main-logo {
    width: 300px;
    padding-top: 5px;
    padding-bottom: 0;
}

@media (min-width: 992px) {
.hero-banner-01 .search-form-main {
    max-width: 100%;
    }}

@media (min-width: 1200px) {
.page-wrapper {
    padding: 100px 0;
    }}

.pac-logo:after {
    display: none;
}

.pac-container {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}

.slick-hero-wrapper {
    padding-top: 47px;
}

@media (min-width: 1200px) {
.fullwidth-horizon-sticky.none-sticky-hide.fixed {
    top: 57px;
    }}

.absolute {
    position: absolute;
    top: 0;
    left: 0;
}

ul.hotel-featured-list > li {
    position: relative;
    padding-left: 150px;
    line-height: 22px;
    margin-bottom: 20px;
}

ul.hotel-featured-list li .absolute {
    top: 0;
    left: 0;
    font-weight: 600;
}

ul.list-with-icon li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    line-height: 20px;
}

ul.list-col-2 li {
    width: 50%;
    float: left;
    padding-right: 15px;
    line-height: 18px;
}

ul.list-with-icon li i {
    position: absolute;
    top: 4px;
    left: 0;
}

ul.list-with-icon li i {
    position: absolute;
    top: 4px;
    left: 0;
}

.open {
    display: block !important;
}

.header-main {
    background-color: #fff;
}

.btn-primary, .btn.disabled, .btn:disabled {
    background: #1a98ff;
    border-color: #1a98ff;
    color: #FFF;
}

.text-primary {
    color: #1a98ff !important;
}

.text-warning {
    color: #1a98ff !important;
}

.destination-grid-item-01:hover h5 {
    color: #1a98ff;
}

.btn-primary:hover, .btn.disabled:hover, .btn:disabled:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background: #5cb6ff;
    border-color: #5cb6ff;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #ffffff;
    text-decoration: none;
}

.booking-box .box-heading {
    background-color: #1a98ff;
    color: #FFF;
    text-align: center;
    padding: 5px 10px 4px;
}

.page-title .breadcrumb-item a {
    color: #1a98ff;
}

a {
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #1a98ff;
    font-weight: 400;
}

a:hover, a:focus {
    text-decoration: none;
    o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #65baff;
}

.footer-wrapper a:hover {
    color: #1a98ff;
}
