.page-builder.split-standard-panel p {
        font-size: 1.125rem;
    }
   

    #enableRecite {
     position: fixed;
     bottom: 20px;
     left: 20px;
     z-index: 9; 
     width: 94px;
     padding: 5px 10px;
     background-color: red;
    }
    .home-featured-item {        
        height: 700px;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .home-featured-item .content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 50%;
        bottom: initial;
    }
    .home-featured-item h2 {
        color: #fff;
    }

    #header {
        background: transparent;
        padding: 0;
    }
    #header .sticky {
        background-color: #4C2F48;
        padding: 0;
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        -ms-transition: 500ms;
        transition: 500ms;
        z-index: 11;
    }
    #header .is-anchored {
        height: 100px;
    }
    @media only screen and (min-width: 1024px) {
        #header .is-stuck {
            height: 70px;
        }
    }
    #header .logo {
        margin-right: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }
    #header .menu.hide-for-print.align-right {
        height: 100%;
        align-items: center;
        margin: 0 !important;
    }
    #header .menu.hide-for-print.align-right li:last-of-type {
        border-left: 1px solid rgba(255,255,255,.75);
        padding-left: 1.35rem;
    }
    #header .menu.hide-for-print.align-right li:nth-last-of-type(2) {
        padding-right: 1.35rem;
    }
    .logo {
        max-width: 290px;
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        -ms-transition: 500ms;
        transition: 500ms;
    }
    .sticky.sticky-topbar.is-at-top.is-stuck .logo {
        max-width: 200px !important;
    }
    .sticky.sticky-topbar>.row, .sticky.sticky-topbar>.row>.column {
        height: 100%;
    }

    #menu-dropdown-whatson, #menu-dropdown-things, #menu-dropdown-stay, #menu-dropdown-eat, #menu-dropdown-plan {
        background: #4C2F48;
    }

    @media only screen and (max-width: 1023px) {
        #header .is-anchored {
            height: 100px;
        }
        #header .logo {
            max-width: 200px;
        }
    }

    @media only screen and (max-width: 767px) {
        #header .is-anchored {
            height: 70px;
        }
        #header .logo {
            max-width: 140px;
        }
    }

    #search-dropdown input[type="text"] {
        margin-top: 2.2rem;
    }

    #signup-social {
        background: #4C2F48;
    }
    #signup-social .ajax-form .button {
        background-color: #9a6693;
    }
    #signup-social .ajax-form .button:hover {
        background-color: #ad83a7;
    }
    #signup-social .menu a:hover {
        color: #e6c6e2;
    }

    .listing-pod .save-item {
        z-index: 2;
    }