.site-logo {
    padding: 0;
}
.site-logo-img {
    max-height: 81px;
}

h2 {
    font-weight: bold;
}

/* Booking form buttons */
.styled-radiobutton--text-colored:checked+label,
.styled-checkbox-icon:checked+label {
    background-color: #FF5A5F !important;
}
/* Booking form buttons - hover */
.styled-radiobutton--text-colored+label:hover,
.styled-checkbox-icon+label:hover {
    background-color: #DB3F44 !important;
    color: #FFFFFF !important;
}

button#bookNow {
background-color: #FF5A5F !important;
border: 5px solid #FF5A5F !important;
font-weight: bold; color: #FFFFFF !important;
}

button#bookNow:hover {
background-color: #DB3F44  !important;
border-color: #DB3F44 !important;
font-weight: bold; color: #FFFFFF !important;
}

a.btn.btn-lg.btn-danger {
background-color: #FF5A5F !important;
border-color: #FF5A5F !important;
font-weight: bold; color: #FFFFFF !important;
}
a.btn.btn-lg.btn-danger:hover {
background-color: #DB3F44  !important;
border-color: #DB3F44 !important;
font-weight: bold; color: #FFFFFF !important;
}

h3#booking-summary-title {
    color: #FF5A5F;
}

.home-section .blog-quote-avatar {
 display: none;
}

.header-navigation>ul>li>a {
    color: #FF5A5F;
    font-weight: bold;
}
.header-navigation ul>li>a:hover {
	color: #DB3F44 !important;
}
.header-navigation ul>li.active>a {
	color: #DB3F44 !important;
	border-bottom: 2px solid #FF5A5F !important;
}

.home-section i.fa.fa-check {
   color: #FF5A5F !important;
}

.header .mobi-toggler:hover {
    background-color: #FF5A5F;
    border-color:  #DB3F44 !important;
    color: 	#000000 !important;
}

.header .mobi-toggler {
    border-color:  #DB3F44 !important;
    color: 	#FF5A5F !important;
}

.site-logo {
    color: #FF5A5F;
    font-family: 'Poppins',bold;
}

.additional-shop-info li:first-child {
    display: none !important;
}