/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


body .entry-title.main_title {
  font-size: 35px;
  text-align: center;
  display: inline-flex;
  border-bottom: 2px solid #a9cf38;
  justify-content: center;
  letter-spacing: 0.6px;
  line-height: 1;
  margin-bottom: 25px;
}
body .gform_wrapper {
    margin-top:20px;
}
body .gform_wrapper .gform_heading .gform_description {
  font-size: 18px;
  line-height: 1.4;
  color: #ee3d97;
  font-weight: 600;
      word-break: break-word;
}
body .gform_wrapper .checkbox-toggle .gfield-choice-input {
  display: none;
}
body .gform_wrapper .checkbox-toggle label {
  position: relative;
  padding-left: 60px;
  cursor: pointer;
  display: inline-block;
  line-height: 30px;
  user-select: none;
  margin: 0;
}
body .gform_wrapper .checkbox-toggle label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 28px;
  background: #ccc;
  border-radius: 50px;
  transition: background 0.3s;
}
body .gform_wrapper .checkbox-toggle label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

body .gform_confirmation_wrapper .gform_confirmation_message {
        min-height: 500px;
    font-size: 18px;
    margin-top: 25px;
}
body .gform_wrapper .checkbox-toggle input[type=checkbox]:checked + label::before {
  background: #a9cf38;
}
body .gform_wrapper .checkbox-toggle input[type=checkbox]:checked + label::after {
  transform: translateX(22px);
}
body .gform_wrapper .gform_validation_errors {
  display: none !important;
}
body .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
body .gform_wrapper form {
  margin: 20px 0 80px 0;
  background-color: #fff;
  padding: 40px;
  border-radius: 4px;
  border: 2px solid #a9cf38;
}
@media (max-width: 600px) {
  body .gform_wrapper form {
    border: none;
    padding: 30px 0;
  }
}

/*body .gform_wrapper.gform-theme {*/
/*    display:block !important;*/
/*}*/
body .gform_wrapper form .gform_body .gfield.gfield--type-section {
  border: none;
}
body .gform_wrapper form .gform_body .gfield.gfield--type-section .gsection_title {
  font-size: 22px;
  letter-spacing: 1px;
  display: inline-flex;
  border-bottom: 2px solid #a9cf38;
}
body .gform_wrapper form .gform_body .gform_fields {
  row-gap: 25px;
}
body .gform_wrapper form .gform_body .gform_fields .gfield--type-html.gfield--input-type-html {
  font-size: 14px;
  line-height: 1.6;
}
body .gform_wrapper form .gform_body .gform_fields .gfield.gfield_error input {
  border-color: #f3f3f4 !important;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  font-size: 15px;
  font-weight: bold;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_checkbox {
  display: flex;
  flex-direction: inherit;
  gap: 21px;
  align-items: center;
  flex-wrap: wrap;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_radio {
  display: flex;
  flex-direction: inherit;
  gap: 21px;
  align-items: cent;
}
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=search],
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper form .gform_body .gform_fields .gfield textarea,
body .gform_wrapper form .gform_body .gform_fields .gfield select {
  height: 48px;
  padding: 12px;
  color: #606266;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.9px;
  border-radius: 7px;
  border: 1px solid #f3f3f4;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  width: 100%;
  box-shadow: none;
}
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=text]::placeholder,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=email]::placeholder,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=url]::placeholder,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=password]::placeholder,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=tel]::placeholder,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=search]::placeholder,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=number]::placeholder,
body .gform_wrapper form .gform_body .gform_fields .gfield textarea::placeholder,
body .gform_wrapper form .gform_body .gform_fields .gfield select::placeholder {
  color: #a2aabb;
}
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=text]:focus,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=email]:focus,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=url]:focus,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=password]:focus,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=tel]:focus,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=search]:focus,
body .gform_wrapper form .gform_body .gform_fields .gfield input[type=number]:focus,
body .gform_wrapper form .gform_body .gform_fields .gfield textarea:focus,
body .gform_wrapper form .gform_body .gform_fields .gfield select:focus {
  outline: none;
  border: 1px solid #f3f3f4;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_textarea textarea {
  min-height: 140px;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select {
  position: relative;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container_select select {
  width: 100%;
  cursor: pointer;
}
body .gform_wrapper form .gform_body .gform_fields .gfield .gfield_description.validation_message {
  margin-top: 8px;
  padding: 0;
  border: none;
  background-color: #fff;
  font-size: 13px;
  width: fit-content;
  color: red;
}
body .gform_wrapper form .gform_footer {
  width: fit-content;
  padding: 0 !important;
  margin: 35px 0 0 !important;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body .gform_wrapper form .gform_footer {
    margin: 20px auto 0 !important;
  }
}
body .gform_wrapper form .gform_footer input[type=submit] {
  border-radius: 12px !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  transition: all 0.2s ease-in-out !important;
  box-shadow: 0 40px 11px 0 rgba(8, 21, 43, 0), 0 25px 10px 0 rgba(8, 21, 43, 0.01), 0 14px 9px 0 rgba(8, 21, 43, 0.03), 0 6px 6px 0 rgba(8, 21, 43, 0.05), 0 2px 3px 0 rgba(8, 21, 43, 0.06) !important;
  background-color: #ee3d97 !important;
  height: 54px !important;
  width: 210px !important;
  text-transform: uppercase !important;
  outline: none !important;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  body .gform_wrapper form .gform_footer input[type=submit] {
    margin: auto;
  }
  body .gform_confirmation_wrapper .gform_confirmation_message {
      min-height:250px;
  }
  body .entry-title.main_title {
    font-size:25px;
      
  }
}


body .gform_wrapper form .gform_footer .gform-loader {
  position: absolute;
  z-index: 10;
  top: 20px;
  right: 10px;
}

.booking-card {
    background: white;
    border-radius: 4px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
    border: 2px solid #a9cf38;
    padding: 24px;
    margin-top: 75px;
}
.booking-card .contact-note {
    text-align: left;
    line-height: 1.6;
    font-size: 16px;
    font-weight:bold;
}
.booking-card .contact-note a {
    font-weight:bold;
        word-wrap: break-word;
}

.booking-card .details-item.time-slot {
    display:none;
}

.booking-card h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}

.booking-card h2 {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin-bottom: 16px;
}

.booking-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.booking-card  .details-list {
    list-style: none;
    margin-bottom: 20px;
    padding:0;
}

.booking-card .details-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: bold;
}

.booking-card .details-item-icon {
  width: 20px;
    height: 20px;
    margin-right: 10px;
    /* margin-top: 2px; */
    flex-shrink: 0;
    color: #666;
}

.booking-card .details-item-text {
    flex: 1;
    color: #333;
}

.booking-card hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 20px 0;
}



.booking-card .contact-info {
    margin-top: 8px;
    font-weight: 500;
}


body .gform_wrapper#gform_wrapper_7 form {
    margin:0;
}

#popmake-2719 {
    border:none !important;
}


@media(max-width:600px) {
    .booking-card {

        margin-top:0;
    }
}


/*#gform_wrapper_7 form #input_7_6 option:nth-child(4) {*/
/*  color: #999;*/
/*  background-color: #f5f5f5;*/
/*  cursor: not-allowed;*/
/*}*/
/*#gform_wrapper_7 form #input_7_6 option:nth-child(5) {*/
/*  color: #999;*/
/*  background-color: #f5f5f5;*/
/*  cursor: not-allowed;*/
/*}*/

body .gform_wrapper select {
	appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.25 7.5L10 12.25L14.75 7.5'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 16px !important;
}

body .gform_wrapper #spots-message {
    margin-top: 24px;
    padding: 16px;
    background: #f5f5f5;
    font-size: 16px;
    border-radius: 6px;
    text-align: center;
    display: block;
    color: green;
    font-weight: bold;
}

body #ui-datepicker-div {
	display: none;
}

body .gform_wrapper form#gform_5 .gform_footer .gform-loader,
body .gform_wrapper form#gform_6 .gform_footer .gform-loader,
body .gform_wrapper form#gform_7 .gform_footer .gform-loader {
	top: 16px;
	right: 16px;
}

.spots-day-line + .spots-day-line { 
	margin-top: 12px; 
}

body .gform_wrapper form .gfield--type-checkbox label {
	cursor: pointer;
}
