body {
    -webkit-text-size-adjust: none;
}

@font-face {
    font-family: 'Halimun';
    src: url(../assets/fonts/Halimun.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Lovelo';
    src: url(../assets/fonts/Lovelo.otf) format("opentype");
    font-style: normal;
    font-weight: normal;
}

html {
    background: #fff;
}

#header h1 {
    font-family: 'Lovelo', sans-serif !important;
    text-transform: none;
    font-size: 45px;
}

.heading-p {
    font-family: 'Lovelo', sans-serif !important;
    text-transform: none;
    font-size: 45px;
}

#header p {
    margin: 15px 0 15px;
}

#logo {
    padding-top: 0;
    line-height: normal;
    color: #7d49b5 !important;
}

#header>.container {
    padding: 0;
    border: 0;
    box-shadow: none;
}

#nav {
    top: 0;
}

#logo-img {
    height: 85px;
}

.clearfix {
    content: "";
    clear: both;
    display: table;
}

.logo-img-container {
    padding-top: 70px;
}

.logo-text-container p {
    color: #ffafaf !important;
    margin: 0 !important;
    padding-bottom: 10px;
}

a:hover {
    color: #ffadad !important;
}

#titleBar {
    display: none !important;
}

.more-info-p {
    font-family: 'Halimun', sans-serif !important;
    text-transform: none;
    font-size: 45px;
}

@media screen and (max-width: 980px) {
    #nav {
        display: block;
    }

    .carousel img {
        height: 250px !important;
    }

    #header h1 {
        line-height: normal;
        letter-spacing: normal;
        font-size: 30px;
    }

    .menu-sub-li {
        float: none !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 736px) {
    #logo-img {
        height: 50px;
    }

    #header h1 {
        font-size: 25px !important;
    }

    .carousel img {
        height: 250px !important;
    }

    .more-info-p {
        font-size: 18px !important;
        margin: 10px 0 !important;
    }

    .more-info-i {
        font-size: 15px !important;
        letter-spacing: normal !important;
    }

    .logo-img-container {
        padding-top: 55px;
    }

    #banner .bold-font {
        margin: 12px 0 !important;
    }

    #banner {
        padding-top: 5px !important;
    }

    #logo a {
        font-size: 22px;
    }

    #sub-logo {
        height: 25px !important;
    }

    #menu-page .menu-sub .menu-item-desc {
        font-size: 15px !important;
        letter-spacing: normal !important;
    }
}

ul,
ol {
    margin: 0;
    padding: 0;
}

nav ul li {
    margin: 5px 0 0;
    padding: 0 10px !important;
}

#nav>ul>li>a:before {
    margin-right: 5px;
}

.carousel img {
    height: 350px;
}

#features {
    background: #ffafaf0f;
    padding: 0;
}

#banner {
    border: 0;
    box-shadow: none;
    background: none;
    padding: 20px 0;
    background-color: #fafafa !important;
}

#footer,
#copyright {
    border: 0;
    padding: 0;
    background: #fff;
    padding-bottom: 10px;
}

.slick-prev {
    left: 10px;
    z-index: 123;
}

.slick-next {
    right: 10px;
    z-index: 123;
}

#banner p {
    color: #7d49b5;
    font-family: cursive;
    text-transform: capitalize;
    font-size: 2.5em;
}

.more-info-p {
    font-size: 25px !important;
    margin: 20px 0 !important;
    text-transform: none !important;
}

.more-info-i {
    color: #7d49b5;
    text-transform: none;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 3px;
    font-style: normal;
    font-weight: 300;
    display: block;
}

#sub-logo {
    height: 45px;
    vertical-align: sub;
}

#our-menu-heading {
    border-bottom: 1px dotted;
    margin: 0px 0 10px !important;
    padding-bottom: 30px;
    padding-top: 10px;
}

.line-pad-i-always-say {
    padding-top: 20px !important;
    margin-bottom: -10px;
}

.line-pad-because-i-firmly {
    padding-bottom: 30px;
}

#menu-page .more-info-i,
#terms-page .more-info-i {
    text-align: left;
}

.form-legend {
    text-align: center;
    margin: 20px auto;
    max-width: 500px;
    display: inline-block;
}

.form-legend .form-control {
    font-family: auto !important;
    margin-bottom: 10px !important;
    font-size: 20px !important;
    width: 100%;
    display: block;
}

.form-legend form label {
    margin-bottom: 10px;
    color: #7d49b5 !important;
}

.secret-ingredient-line {
    color: #ffafaf !important;
    font-weight: bold !important;
}

.bold-font {
    font-weight: bold !important;
    margin-bottom: 30px !important;
}

.border-top-pad {
    border-top: 1px dotted;
    padding-top: 10px;
}

input[type="submit"] {
    margin-top: 20px;
    cursor: pointer;
}

.hidden {
    display: none;
}

a {
    color: inherit;
}

.go-to-contact {
    background: #cfbce2;
    font-weight: bold;
    color: #7d49b5 !important;
}

.go-to-contact a {
    border: none;
}

.menu-sub {
    width: 100%;
}

.menu-sub::after {
    clear: both;
    content: '';
    display: block;
}

.menu-sub-heading {
    font-size: 22px !important;
    font-family: 'Lovelo' !important;
    padding: 10px;
}

.menu-sub-li {
    padding: 15px;
    background: #fff;
    float: left;
    /* width: 32%; */
    width: 49%;
    margin-right: 1%;
    margin-top: 0;
}

.menu-item-heading {
    font-size: 20px !important;
    font-family: auto !important;
    font-weight: bold !important;
    padding: 10px 0 !important;
    text-align: left !important;
}

.menu-item-desc {
    font-size: 15px !important;
    font-family: auto !important;
    font-weight: 200 !important;
    text-align: left !important;
    text-transform: none !important;
}

.final-line {
    margin-top: 30px !important;
    border-top: 1px dotted;
    padding-top: 15px;
    width: 99%;
}

.terms-sub-heading {
    font-family: none !important;
    font-size: 20px !important;
    font-weight: bold !important;
    text-align: left !important;
    margin: 15px 0 !important;
}

.footer-social {
    cursor: pointer;
}

.footer-social a {
    border: none;
}

.footer-social i {
    font-style: normal;
}

#instagram-link {
    background-image: url(../assets/images/insta_logo.png);
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 1.5em;
    background-position-y: 1px;
}

#facebook-link {
    background-image: url(../assets/images/fb_logo.png);
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 1.5em;
    background-position-y: 1px;
}

#google-link {
    background-image: url(../assets/images/google_logo.png);
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 1.5em;
    background-position-y: 1px;
}

.slick-loading .form-legend {
    background: #fafafa url(../assets/images/ajax-loader.gif) center center no-repeat;
    opacity: 0.5;
}

.slick-loading .carousel {
    opacity: 0.5;
}

#animate-this {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.carousel-item {
    display: none;
}

.first-carousel-item {
    display: block;
}

#hide-this-form-control {
    visibility: hidden;
    height: 1px;
}

::placeholder {
    font-size: 12px;
    opacity: 0.5;
}

input[type="submit"][disabled]:active,
input[type="submit"][disabled] {
    background: #ed786a5c !important;
}

.disable iframe {
    border: 2px solid red;
}