/*!
Theme Name: bs-booking
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bs-base
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.

bs-base 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/
*/
.dopbsp-info-rule,
.main-header,
.dopbsp-row6 .dopbsp-input-wrapper:last-of-type, 
.dopbsp-row6 .dopbsp-input-wrapper:first-of-type {
  display: none!important; 
}

  .hidden {
    display: none!important;
  }
  .visible {
    display: block!important;
  }
  
  img.logo {
	width: 16rem;
    margin: auto;
    display: block;
	background-color: white;
    border-radius: 0 0 20px 20px;
}
.container .DOPBSPCalendar-sidebar.dopbsp-style5,
.container .DOPBSPCalendar-outer-sidebar.dopbsp-style5 {
    float: left!important;
    margin: 0;
}
.container .DOPBSPCalendar-container {
    float: right!important;
}
div#DOPBSPCalendar-form1 {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
}
div#DOPBSPCalendar-form1 h4 {
  width: 100%;
}
.DOPBSPCalendar-sidebar .DOPSelect.dopselect-single ul li:hover,
.DOPBSPCalendar-sidebar .dopbsp-module:hover,
#DOPBSPCalendar-extras1:hover{
border: 1px solid #ffac49 !important;
  border-radius: 10px;
  opacity:1;
}


.DOPBSPCalendar-sidebar .dopbsp-module, .DOPBSPCalendar-outer-sidebar .dopbsp-module {
    border-radius: 6px;
	transition: all 1s ease-out;
	opacity:0.8;
}

.DOPBSPCalendar-sidebar #DOPBSPCalendar-form-field1_2 {
    width: 340px!important;
}

.DOPBSPCalendar-sidebar .dopbsp-module .dopbsp-input-wrapper textarea, .DOPBSPCalendar-outer-sidebar .dopbsp-module .dopbsp-input-wrapper textarea {
    width: 31vw!important;
}

tr:nth-child(3) {
 display: none!important;
}
.mainhead {
    display: flex;
    position: relative;
}
.button {
       position: relative;
    margin: 0 10px;
    padding: 6px 22px;
    border-radius: 0 0 6px 6px;
    color: #fff;
    width: auto;
    text-align: center;
    background: #fdaa29;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
    transition: all 1s ease-out;
}

.button:hover {
	background: #ff6300;
}

.container .DOPBSPCalendar-sidebar .DOPSelect.dopselect-single ul, 
.container .DOPBSPCalendar-outer-sidebar .DOPSelect.dopselect-single ul {
    background: #ffffff !important;
	border-radius: 6px;
	margin-top: -20px;
    box-shadow: 2px 7px 11px #00000052;
    border: 1px solid #9d8fd1 !important;
    width: 230px !important;
    //overflow-y: hidden!important;
}


.hero-image {
  background-image: url("/wp-content/uploads/2023/03/watamu-2.jpg");
  background-color: #cccccc;
  height: 130vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: background 0.5s linear;
}

.rotate {
	position: relative;
    text-align: right;
    padding: 10px 30px;
    transform-origin: 0 0;
    color: #fff;
	
}

.DOPBSPCalendar-info-message.dopbsp-success {
    border: 1px solid #9cbc72;
	background-color: #fff;
}
.DOPBSPCalendar-info-message.dopbsp-error {
    border: 1px solid #dd6464;
	background-color: #fff;
}