@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Caveat');

.footer-section{background-color : var(--theme-color);}
.custom-home .product-heading {font-size: 31px;}
@media (max-width:760px){.custom-home .product-heading{margin-bottom: 50px; position:relative; top:20px;}}
.tw-booking-progress .tw-booking-flow .row{color : var(--theme-color-invert);}
.reservation .booking-input-section .tw-booking-progress .tw-booking-flow .tw-booking-step .tw-step-text .tw-selected-value{color : var(--theme-color-invert);}
.bar.bar-stable .button-icon{color : var(--theme-color-invert);}
.fixed-thought-section .thought-heading{color : var(--theme-color-invert);}

.custom-home .feature-boxes .box-link{color: var(--theme-color-invert);    border-color: var(--theme-color-invert);}
.reservation .booking-input-section .tw-booking-progress .tw-booking-flow .tw-booking-step .tw-step-text{opacity:1;}
.reservation .booking-input-section .tw-booking-progress .tw-booking-flow .tw-booking-step .tw-step-icon{opacity:1;}
.top-page-background-image .about-page .about-box .banner-button button{border: 1px solid var(--theme-color-invert);color : var(--theme-color-invert);}

.contact-us-section .heading{text-align: center; font-size:37px;}

@media(min-width:769px){
.tw-top-header-position{
top:117px;
}
}


.fixed-thought-section .thought-heading {
font-family: 'Caveat', cursive;
    font-size: 40px;
}
.custom-products .tw-content-container .product-container .tw-menu-header {
font-family: 'Caveat', cursive;
    background-color: var(--theme-color);
        color: var(--theme-color-invert);
    font-size: 2em;
    padding: 0.6em;
}
.footer-section .footer-links {
    color: #f4cd85;
    font-size: 14px;
}
.footer-section .copy-right-text a {
    text-decoration: none;
    color: #f4cd85;
}
.menu-items .tw-fixed-catalogue .tw-menu-catalogue-section .item-catalogue:hover {
    background-color: #a7055b;
    box-shadow: 2px 2px 2px #ddd;
color:#fff;
}
.menu-items .tw-content-container .product-container .tw-menu-header {
    font-weight: 100;
    font-size: 2.4em;
    line-height: 1.5em;
    background: var(--theme-color);
    padding: 2px 10px 0;
    color: #fff;
text-align:center;
}

/*-------   Start of classes to update menu item image and description-------------*/
.menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item .tw-item-pic img {
    width: 80px;
    border-radius: 5px;
    margin-right: 2px;
    position:relative;
    top: 9px
}


..menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item .tw-item-pic {
    width: 95px;
    height: 95px;
}


.menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item .tw-item-detail {
    width: calc(100% - 95px);
    right: -20px;
}


.menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item .tw-item-detail .item-description {
    top: 10px;
    color: #5c5a5a;
}

.menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item-box .short-desc .tw-item-pic-space {
    margin-left: 82px;
top: 5px;
}

.product-container .tw-menu-body .tw-menu-item-box .short-desc {
    bottom: 16px;
    font-weight: normal !important;
    font-size: 14px !important;
    color: #7e7e7e !important;
}

.menu-items .tw-content-container .product-container .tw-menu-body .tw-menu-item .tw-item-pic .tw-item-name-initials {
    border-radius: 5px;
    font-size: 21px;
    padding: 27px 4px 4px;
    width: 90px;
    height: 90px;
    bottom: -10px;
    right: 10px;
    color: var(--theme-color-invert);
    text-align: center;
}

.tw-menu-item .col-xs-8{
    width: calc(100% - 90px);
}

.tw-menu-item .col-xs-4{
    width: 91px
}

/*-------End of classes to update menu item image and description-------------*/

.tw-powered-by-section .tw-powered-by-text {
    padding: 24px 0 24px;
}
.tw-powered-by-section .tw-powered-by-text a {
    color: #ffffff;
}

.manage-addons {
     height: calc(100dvh - 90px); 
}:root{--theme-color:#a7055b; --theme-color-invert:#fff; --theme-color-light:black; --theme-footer-color:#a7055b; --theme-font-family:'Cantarell', sans-serif; } .custom-home .about-biz .biz-name{font-size:48px; color:#fff;} .footer-section .footer-section-header{color:#ffb630; font-size:18px;} .custom-home .about-biz .browse-button{color:#ffb630; background-color:#000000; border-color:#ffb630; border-width:1px; border-style:solid;} 