.elementor-kit-159{--e-global-color-primary:#1C3664;--e-global-color-secondary:#244480;--e-global-color-text:#000000;--e-global-color-accent:#FFD084;--e-global-color-e675915:#FFFFFF;--e-global-color-67c3afb:#D4AF37;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:italic;--e-global-typography-a61f6ba-font-family:"Montserrat";--e-global-typography-a61f6ba-font-size:25px;--e-global-typography-a61f6ba-line-height:35px;color:var( --e-global-color-text );font-family:"Montserrat", montserrat;font-size:16px;font-weight:400;line-height:29px;}.elementor-kit-159 p{margin-bottom:10px;}.elementor-kit-159 a{color:#4B74BF;}.elementor-kit-159 a:hover{color:#CBA868;text-decoration:none;}.elementor-kit-159 h1{font-family:"Playfair Display", montserrat;font-size:32px;font-weight:400;text-transform:none;line-height:44px;}.elementor-kit-159 h2{font-family:"Playfair Display", montserrat;font-size:28px;font-weight:400;text-transform:none;line-height:36px;}.elementor-kit-159 h3{font-family:"Playfair Display", montserrat;font-size:24px;font-weight:400;text-transform:none;line-height:30px;}.elementor-kit-159 h4{font-family:"Montserrat", montserrat;font-size:20px;font-weight:600;text-transform:uppercase;line-height:26px;letter-spacing:2.2px;word-spacing:0px;}.elementor-kit-159 h5{font-family:"Montserrat", montserrat;font-size:24px;font-weight:400;text-transform:none;line-height:24px;}.elementor-kit-159 h6{font-family:"Montserrat", montserrat;font-size:24px;font-weight:400;text-transform:uppercase;line-height:24px;}.elementor-kit-159 button,.elementor-kit-159 input[type="button"],.elementor-kit-159 input[type="submit"],.elementor-kit-159 .elementor-button{font-family:"Montserrat", montserrat;font-size:14px;font-weight:600;text-transform:uppercase;text-decoration:none;line-height:19px;letter-spacing:2.5px;color:#FFFFFF;background-color:#1C3664;border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFD084;border-radius:0px 0px 0px 0px;padding:20px 20px 20px 20px;}.elementor-kit-159 button:hover,.elementor-kit-159 button:focus,.elementor-kit-159 input[type="button"]:hover,.elementor-kit-159 input[type="button"]:focus,.elementor-kit-159 input[type="submit"]:hover,.elementor-kit-159 input[type="submit"]:focus,.elementor-kit-159 .elementor-button:hover,.elementor-kit-159 .elementor-button:focus{color:#FFD084;background-color:#1C3664;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-159 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*changes highlight text color */
::selection {
    background:#24448085;
    
}

.decorated {
    font-size:36px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: 0.16px;
    color: #333333;
    text-align: center;
    overflow: hidden;
 }
.decorated > span {
    position: relative;
    display: inline-block;
}

.decorated > span:before, .decorated > span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 592px; /* half of limiter */
    margin: 0 20px;
}

.decorated > span:before {
    right: 100%;
}
.decorated > span:after {
    left: 100%;
}

ul {list-style-type: none;} 

.month {
  padding: 5px 15px;
  width: 100%;
  background: #003057;
  text-align: center;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.month .prev {
  float: left;
  padding-top: 10px;
}

.month .next {
  float: right;
  padding-top: 10px;
}

.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color: #1c3664;
}

.weekdays li {
  display: inline-block;
  width: 16.0%;
  color: #fff;
  text-align: center;
}

.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 16.0%;
  text-align: center;
  margin-bottom: 5px;
  font-size:15px;
  color: #777;
}

.days li .active {
  padding: 5px;
  background: #1abc9c;
  color: white !important
}

/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
  .weekdays li, .days li {width: 15%;}
}

@media screen and (max-width: 420px) {
  .weekdays li, .days li {width: 15%;}
  .days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
  .weekdays li, .days li {width: 15%;}
}

.tooltip1 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #28bfc8;
}

.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 275px;
  background-color: #1c3664;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 5px 0;
  line-height: 23px;
  font-size: 16px;
  top: 0px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip1:hover .tooltiptext {
  visibility: visible;
}

.soldout {
    text-decoration: line-through;
}

.tooldate {
    font-weight: 500;
    font-size: 17px;
    padding-bottom: 3px;
    border-bottom: 1px solid #bdb39b;
    line-height: 40px;
}

.monday {
    left: -5px;
}

.tuesday {
    left: -65px;
}

.wednesday {
    left: -120px;
}

.thursday{
    left: -145px;
}

.friday{
    left: -200px;
}

.saturday {
    left: -255px;
}

.reservation-box {
	width:100%;
	float:left;
}

.reservation-button {
	width: 85%;
	margin: 15px 10px;
background-color:white !important ;
padding-top: 5px !important;
padding-bottom: 5px !important;
border-color:#ffd084 !important;
color:#1c3664 !important;
border-radius: 0px !important;
font-size:16px;
}

.reservation-button:hover{
    background-color: #ffd084 !important;
    color: white !important;
}

.mauticform-button-wrapper .mauticform-button.btn-default{
    color: #ffffff!important;
    background-color: #1C3664!important;
    border-color: #FFD084!important;
}

.mauticform-button-wrapper .mauticform-button{
    display: block!important;
    border: 2px solid transparent!important;
    padding: 20px 20px!important;
    font-size: 14px!important;
    border-radius: 0px!important;
    margin: auto!important;
}/* End custom CSS */