/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 26 2025 | 16:40:05 */
body {
	overflow-x:hidden;
	font-family: "Jost", Sans-serif !important;
}
.elementor-widget-text-editor ul {
    margin-bottom:15px;
}
.elementor-widget-text-editor ul:last-child {
	margin-bottom:0px !important;
}
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0px;
}
.summary-price-item-w::first-child .spi-price {
	display:none;
}

.latepoint-w.latepoint-inline-form {
    margin: 20px 0;
    display: flex
;
    font-family: 'DM Sans' !important;
}
.summary-price-item-w {
	padding:15px;
	border-radius:6px;
	background:#F6F0E5;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i {
  cursor: pointer;
  display: flex;
  background: #FFFFFF;
  border:none;
  align-items: center;
  background: #f6f0e59e;
  border-radius: 8px;
  box-shadow: none;
  outline: none;
  padding: 15px;
  color: var(--latepoint-body-color);
  text-decoration: none;
}
.summary-price-item-w.spi-total {
    padding: 0px 5px;
    /* border-radius: 6px; */
    margin-top: 12px !important;
    background: transparent;
    border: none;
}
.latepoint-w .latepoint-summary-w .summary-box:not(.main-box) {
    display: flex
;
    align-items: center !important;
    padding: 0;
    background: transparent;
}
.summary-box-heading .sbh-item {
    color: #000;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}
.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-price-w .os-item-price {
    display: block;
    color: var(--latepoint-brand-primary);
    line-height: 1.1;
    font-weight: 700;
    font-family: 'DM Sans';
    font-size: 18px;
}

.summary-attributes > span strong {
    color: var(--latepoint-body-color);
    font-weight: 400;
    padding: 0px !important;
    background: none !important;
}
.summary-attributes > span {
    position: relative;
    display: inline-block;
    padding: 15px;
	color: #CE0100;
	font-weight:600;
    border-radius: 8px;
    background: #ce010014;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn.latepoint-prev-btn{
	background:#F6F0E5;
}
.latepoint-step-desc {
    padding: 20px;
    background: #F6F0E5;
    border-radius: 8px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-side-panel .latepoint-step-desc-w .latepoint-step-desc .latepoint-desc-title {
    padding-top: 0px;
    margin-bottom: 15px;
    font-size: 20px;
	color:#ce0100;
    font-family: 'DM Sans';
    line-height: 1.2;
}
.summary-attributes > span:not(:last-child) {
	margin-right:0px;
	margin-bottom:10px;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w .latepoint-footer .latepoint-btn {
    font-weight: 600;
    box-shadow: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 14px;
}
.tawk-branding {
	display:none !important;
}
/* .os-selectable-item .os-item-i::before {
	background:red !important;
} */
.latepoint-w .latepoint-booking-form-element .os-items .os-item.os-allow-multiselect.selected .os-item-i:before {
	background :#ce0100
 !important;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i:hover {
    border-color: #ce0100
;
    box-shadow: 0 0 0 1px #ce0100
;
    text-decoration: none;
}

.latepoint-book-form-wrapper {
	font-family: "poppins", Sans-serif !important;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item .os-item-i .os-item-price-w .os-item-price {
	color: #ce0100;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day.os-day-current .os-day-box {
    background-color: #F6F0E5;
}
.latepoint-booking-form-element .step-customer-logged-in-header-w div:before {
    position: absolute;
    content: "";
    background-color: #ce0100;
    height: 2px;
    left: 0px;
    bottom: -1px;
    width: 100%;
    transition: all 0.2s ease;
}
.latepoint-booking-form-element .dp-timebox {
    white-space: nowrap;
    text-align: center;
    padding: 6px 3px;
    line-height: 1.2;
    background-color: #F6F0E5;
    font-size: 15px;
    color: #14161d;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    width: auto !important;
    max-width: none !important;
}

.latepoint-booking-form-element .dp-timebox:hover {
	background-color:#ce0100;
	color:#fff !important;
}

.latepoint-booking-form-element .os-day-status .day-available {
    background-color:  #ce0100;
    top: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
    min-width: 3px;
}

.latepoint-booking-form-element .os-monthly-calendar-days .os-day.selected .os-day-box {
    background-color: #ce0100;
    border-color: transparent;
    color: #fff;
    opacity: 1;
}
.latepoint-booking-form-element .dp-timebox.selected {
    background-color: #ce0100;
    color: #fff;
    box-shadow: none;
}

.latepoint-btn.latepoint-btn-primary {
    background-color: #ce0100;
    color: #fff;
}
.cstm-menu .menu-item > a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	transition: height .3s ease-in-out;
	z-index: -1;
	background-color: #2E69FF!important;
	border-color:#2E69FF!important;
	height: 0;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 15px), 0 100%);
}
.ww{
   
    transition: all 400ms cubic-bezier(.47,1.64,.41,.8);
}
.ww:hover {
 
    scale: 1.09;
}


.cstm-menu .menu-item > a:hover:before{
	height: calc(100% + 25px) !important;
}
.cstm-menu .current_page_item > a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	transition: height .3s;
	background-color: #2E69FF!important;
	border-color: #2E69FF!important;
	height: calc(100% + 25px) !important;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 15px), 0 100%);
}
.cstm-menu li.menu-item {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.cstm-float-img{
	-webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes float-bob-y{
	0% {
    transform: translateY(-20px);
	}
	50% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(-20px);
	}
}

.cstm-menu .menu-item .sub-menu a::before {
	display:none !important;
}

.cstm-menu  .sub-menu .menu-item {
    border-right: none !important;
}

.page-id-861 .elementor-797 .elementor-element.elementor-element-775d20a:not(.elementor-motion-effects-element-type-background), .elementor-797 .elementor-element.elementor-element-775d20a > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url(http://travelingtarts.com/wp-content/uploads/2024/12/HOLIDAY-2534-scaled.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.latepoint-w.latepoint-inline-form .latepoint-booking-form-element .latepoint-form-w .latepoint-body {
	max-height:450px !important;
}

.current-step-booking__service_extras p b {
	font-size:20px !important;
	color:#ce0100
 !important;
}

.latepoint-add-another-item-trigger{
	display:none;
	visibility:hidden;
}


.summary-box.summary-box-agent-info{
    display: none !important;
    visibility: hidden !important;
    
}

.summary-box.summary-box-location-info{
    display: none !important;
    visibility: hidden !important;    
}


.os-timezone-info{
        display: none !important;
    visibility: hidden !important;    

}