/*
Theme Name: Hotel w3
Theme URI: 
Author: Anthony Ifon
Author URI: https://anthonyifon.com
Description: blank template.
Version: 1.0.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, sticky-post, rtl-language-support, threaded-comments, translation-ready, theme-options, featured-images
License: Commercial
License URI: 
Text Domain: Anthony
*/

/*------------------------------------------------------------------
[Master Stylesheet]

Project:        Hotels
Last change:    15/03/2022 [initial release]
Assigned to:    Anthony
Primary use:    Booking

/*------------------------------------------------------------------
[Color codes]

# Primary Color: #000000

Background: #f5f5f5 / #000000
Headers:    #000000 / #ffffff

a (standard):   #000000 / #ffffff
a (hover):      #000000 / #ffffff
::selection:    #000000
# */

/*------------------------------------------------------------------
[Typography]

Body copy:  400 16px/30px 'Poppins', sans-serif;
Headers:    'Abril Fatface' sans-serif;
*/

body{
  background-color:  #FFF;
}


.header-ad{
  padding-top: 20px;
}


.navbar-light .navbar-nav .london-nav-link.active {
  color: #233b8e;
}


.navbar-light .navbar-nav .london-nav-link{
color: #233b8e;
}
.navbar-light .navbar-nav .london-nav-link:hover {
  color: #7A87B4;
}

.bread-custom{
  padding: 12px 0 1px 0;
  margin-bottom: 20px;
}

.bread-custom {

  color: #000;
  font-weight: 700;
}
.bread-custom a{

  color: #233b8e;
  text-decoration: none;
  font-weight: 700;
}

.bread-custom a:hover{

  color: #da1c4b;
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '|';
    font-weight: normal;
    color: #DCDCDC;
}
.btn-london{
  background-color: #233b8e;
  color: #fff;
}

.btn-london:hover{
  background-color: #7A87B4;
  color: #fff;
}


.home-list a, .page-list a  {
  color: #da1c4b;
  font-weight: 700;

}

.home-list a:hover, .page-list a:hover {
  color: #D85374;
  text-decoration: none;
}

/*------------[hompage]------------*/


.attractions{
  padding-top: 30px;
}
.home-image{
  padding-bottom: 20px;
}

.home-page-slider, .home-hero{
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .home-page-slider {
    visibility: hidden;
    display: none;
  }
}

/*------------[list pages]------------*/
.list-image{
  padding: 10px 0 0px 0;
}

.page-short-desc{
  padding: 20px 0 10px 0;
}


/*------------[Sidebar]------------*/

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }


