/*
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;
*/
/*------------[Colours]------------*/
.red-bg{
  background-color: #c20000;
}
/*------------[Buttons]------------*/
.btn-orange {
    color: #fff;
    background-color: #F58220;
    border-color: #F58220;
}
.btn-orange {
    color: #fff;
    background-color: #F58220;
    border-color: #F58220;
}
.btn-orange:focus{
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn-orange:hover{
  color: #fff;
  background: #ca8708;
}
.btn-blue {
    color: #fff;
    background-color: #003364;
    border-color: #003364;
    font-weight: bold;
}
.btn-blue:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn-blue:hover {
  color: #fff;
  background: #324c80;
}
.btn-blue-norm {
    color: #fff;
    background-color: #003364;
    border-color: #003364;
}
.btn-blue-norm:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn-blue-norm:hover {
  color: #fff;
  background: #324c80;
}
.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-weight: bold;
}
.btn-black:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn-black:hover {
  color: #fff;
  background: #3c3b3b;
}
body{
  background-color:  #F8F8F8;
}
.wrapper{
  background-color: #fff;
}
.breadcrumb a{
color: #DC5463;
}
/*------------[Postcode Page]------------*/
.main-postcode{
  font-size: 20px;
}
.title-red{
   position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.title-red:before{
  content:'';
  position: absolute;
  background-color: #DC5463;
  width: 3px;
  height: 90%;
  bottom: 0;
  left:-7px; 
}
.pc{
  border-collapse:collapse;
  border-spacing:0;
}
.pc-oc, .pc-in{
  border-color:#DC5463;
  border-style:solid;
  border-width:2px;
  padding: 0px 10px 0 10px;
  margin:  0 ;
  font-weight: 600;
  font-size: 15px;
  border-bottom-style:none ;
}
.pc-sec, .pc-unit, .pc-sd, .pc-dis, .pc-area{
  border-color:#DC5463;
  border-style:solid;
  border-width:2px;
  padding: 0px 10px 0 10px;
  margin:  0 ;
  font-weight: 600;
  font-size: 15px;
  border-top-style:none ;
}
.pc-sd, .pc-dis, .pc-area{
}
td.addtopspace{
  font-size: 8px;
}
td.pc-ch{
  padding: 0;
  margin: 0;
}
.pc-ch{
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 40px;
}
/*------------[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; }




