/*!
Theme Name: Tabua Towers
Theme URI: http://underscores.me/
Author: Abdul Kader
Author URI: https://rocketman.agency/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gdl
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

GDL is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
    --primary-color: #C6C096!important;
}

*{
 --bg-dark-1: #241c14 !important;
 --bg-dark-2: #BF9773!important;
 --bg-dark-1-rgb: 74, 64, 40!important;
 --btn-hover-bg: var(--bg-dark-2)!important;
 --heading-font: "Forum", "Jost", Helvetica, Arial, sans-serif;
}

.bg-dark, .bg-dark-1, header.header-mobile {
  background-color: #241c14 !important;
}

.de-dot::after{
    background:--btn-hover-bg !important;
}

#buy-now a{
    background-color: #241c14;
    border:1px solid var(--primary-color);
    line-height: 16px;
    font-size: 12px;
    width: 200px;
}

#buy-now{
  left:20px;
  bottom:120px;
}

#room-types .hover-scale-1-1.w-100 {
  height: 500px;
  max-height: 600px;
  object-fit: cover;
}

#room-carousel .item img {
  width: 100%;
  max-height: 570px;
  object-fit: contain;
  display: block;
  position: relative;
}

header.smaller {
  background: var(--bg-dark-1)!important;
  padding: 10px;
}
.col-center img {
  padding: 10px;
}

/*contact form 7*/

#contact form label {
text-align: left;
display: block;
}
.wpcf7-checkbox span input {
margin-right: 10px;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked {
    accent-color: #241c14;
}


.wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
}

/*contact form 7 Ends*/

footer a:hover {
  color: var(--bg-dark-2);
  transition: ease-in;
}
#developer {
  font-size: 9px;
}

@media(max-width:776px) {
    .subfooter {
        text-align: center;
    }
}
}