/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.show-only-first label:not(:first-child), .show-only-first input:not([name=phone]){
	display:none !important;
}

body *{
	background-size: contain;
}

body {
    line-height: 1.4;
}
#footer .absolute-footer{
	display: none;
}
#booking-form .gap-6, .box .gap-6{
    gap: 1.5rem;
}
#booking-form .flex-col, .box .flex-col {
    flex-direction: column;
	margin-bottom: 20px;
}
#booking-form .card, .card .card-header, .box .card{
    opacity: 1;
}

#booking-form .card .card-header, .box .card .card-header {
    opacity: 1;
    background-color: #936a4e;
    background-color: rgb(147 106 78 / 1);
    color: #fff;
    color: rgb(255 255 255 / 1);
    padding: 1rem;
}

#booking-form .card, .box .card {
    opacity: 1;
    background-color: #fff;
    background-color: rgb(255 255 255 / 1);
    border-radius: .5rem;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, .26);
    overflow: hidden;
	border: solid 2px rgb(147 106 78 / 1);
}
#booking-form .card h3, .box .card h3 {
	color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
}
#booking-form input, #booking-form select, #booking-form textarea, .box input, .box select, .box textarea{
    background-color: #fff5eb;
    background-color: rgb(255 245 235 / 1);
    border-color: rgb(249 228 205 / 1);
    border-bottom-color: rgb(147 106 78 / 1);
    border-radius: 0;
    border-width: 1px;
    display: block;
    padding: .5rem;
    width: 100%;
}
#booking-form .button, button, fieldset, input, select, textarea, .box .button {
    margin-bottom: 10px !important;
}
#booking-form .row .col , .box .row .col{
    padding-bottom: 0px;
}
#booking-form .btn-primary, .box .btn-primary {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: #3663ab;
    background-color: rgb(54 99 171 / var(--tw-bg-opacity));
    color: #fff;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
#booking-form .btn, .btn-primary, .box .btn {
    border-radius: 9999px;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding: .875rem 2rem;
    text-align: center;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    white-space: nowrap;
}

#booking-form input:disabled{
    cursor: not-allowed; 
    opacity: .4; 
}
.w-full {
    width: 100%;
}
#booking-form.card .card-header, .box.card .card-header {
        padding: 0.5rem;
    }
#booking-form .card .card-body, .box .card .card-body {
        padding: 0.5rem;
    }
.text-beige-900 {
    --tw-text-opacity: 1;
    color: #3e2613;
    color: rgb(62 38 19 / var(--tw-text-opacity));
}
.list-decimal {
    list-style-type: decimal;
}
.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.text-beige-600 {
    --tw-text-opacity: 1;
    color: #b88257;
    color: rgb(184 130 87 / var(--tw-text-opacity));
}
.space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.75rem* var(--tw-space-x-reverse));
}
.space-x-5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1.25rem* var(--tw-space-x-reverse));
}
.flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
}
.border-beige-600 {
    opacity: 1;
    border-color: rgb(184 130 87);
	border-style: solid;
	text-align: center;
}
.border-2 {
    border-width: 1px;
}
.rounded-full {
    border-radius: 9999px;
}
.w-8 {
    width: 2rem;
}
.h-8 {
    height: 2rem;
}
.text-beige-price{
	font-weight: 600;
    font-size: 20px;
}
.text-blue-600 {
    --tw-text-opacity: 1;
    color: #4578c9;
    color: rgb(69 120 201 / var(--tw-text-opacity));
}
.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: #e8f3fd;
    background-color: rgb(232 243 253 / var(--tw-bg-opacity));
}
.underline {
    text-decoration-line: underline;
}
.font-bold {
    font-weight: 700;
}
.text-blue-note{
	padding: 10px;
	margin: 10px 0;
}
.input-error{
	color: red;
    font-size: 0.7rem;
    float: inline-end;
}
.input-error.disabled{
	display:none;
}
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight:400;
}
.checkbox-container label{
  font-weight:400;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;

}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
  border: solid 1px;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 640px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
#booking-form.card .card-header , .box.card .card-header{
        padding: 1.5rem;
    }
#booking-form .card .card-body, .box .card .card-body {
        padding: 1.5rem;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}



#imageCanvas {
    border: 2px solid #ddd;
    max-width: 100%;
}