<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.search #main,
.error404 #main {
    padding-top: 55px;
}

.fusion-main-menu .fusion-dropdown-menu .sub-menu li a,
.fusion-main-menu .sub-menu li a,
.fusion-megamenu-wrapper li .fusion-megamenu-title-disabled {
    font-weight: 500 !important;
}


.fusion-person-left.custom-person-box .person-desc {
    padding: 20px !important;
}

.font-weight-400 h3 {
    font-weight: 400 !important;
}

.fusion-image-carousel {
    margin-bottom: 0;
}

.amelia-app-booking .am-step-booking-catalog {
    max-width: 100% !important;
}

.no-link.fusion-content-boxes .link-area-box {
    cursor: auto !important;
}

.am-confirm-booking-form .am-custom-fields div:nth-child(3),
.am-confirm-booking-form .am-custom-fields div:nth-child(4),
.am-confirm-booking-form .am-custom-fields div:nth-child(5),
.am-confirmation-booking-cost {
    display:none !important;
}

.am-confirm-booking-form .am-custom-fields div:nth-child(7) {
    clear:none !important;
}

.el-form-item.am-select-employee-option {
    display: none !important;
}

.am-confirmation-booking-details {
    display: block !important;
}

.am-confirmation-booking-details div{
    display:inline-block !important;
    width: 20% !important;
}

.am-confirmation-booking-details div:first-child{
    display:inline-block !important;
    width: 40% !important;
}

.am-confirmation-booking-details div.note{
    display:block !important;
    width: 100% !important;
}

.am-confirmation-booking-header {
    display: none !important;
}

.am-confirmation-booking-details {
    border-top:none !important;
}

.amelia-app-booking .am-step-booking-catalog .am-select-date.bookings-restricted .am-appointment-times .el-radio-button:nth-child(n+4) {
    pointer-events: none;
    cursor: no-drop !important;
    background-color: rgba(255,255,255,.4) !important;
}

.fusion-main-menu .sub-menu li.plus a span:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f067";
    visibility: visible;
    font-weight: 900;
    position: absolute;
    float: right;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media (max-width:768px){

  .fusion-logo img {
      max-width: 250px !important;
  }
}

.el-checkbox__label.details {
    font-size: 11px;
    background-color: #3bafbf;
    margin-left: 10px;
    padding: 0 6px;
    color: white !important;
    border-radius: 4px;
}

.el-checkbox__label.details:hover {
    background-color: #2a7f8b
}</pre></body></html>