@import url('//fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
@import url('//fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');
@import url('//fonts.googleapis.com/css2?family=Nanum+Brush+Script&display=swap');

/*
font-family: 'Nanum Brush Script', cursive;

font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 500;

font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 400; 
*/

a {
    color: #fff;
}
  
body {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400; 
}
  
h1, h2, h3, h4, h5, h6 {
    font-family: 'Nanum Brush Script', cursive;
}

.navbar-regular.nav-v6 .navbar-nav>li>a {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    text-transform: none;
    border-right: none !important;
}
.navbar-regular.nav-v6 .navbar-nav>li:last-of-type>a {
    border-right: 1px solid #fff !important;
}
.section-header,
.uk-overlay-panel h1,
.on-cover-content .section-wrapper .section-header,
.about-us-v8-content .text-wrapper h1,
.about-us-v7-content .text-wrapper h1,
.order-tmt-section h1,
.reservations-tmt-section h1,
.custom-modal .newsletter-popup .section-header {
    font-size: 5.3em;
    font-family: 'Nanum Brush Script', cursive;
    text-transform: capitalize;
}
.about-us-v8-content h2,
.order-tmt-section h2,
.reservations-tmt-section h2,
.reviews-v2-wrapper h2,
.map-newsletter h2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.6em;
    text-transform: uppercase;
}
.empty-content-message h2,
.empty-content-message h3,
.drink-menu .empty-content-message h2,
.drink-menu .empty-content-message h3,
.specials .empty-content-message h2,
.specials .empty-content-message h3,
.events-container .empty-content-message h2,
.events-container .empty-content-message h3 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400; 
    font-size: 1.4em;
    text-align: center;
    text-transform: none;
}
.custom-temp-btn,
.about-us-v8-wrapper a.custom-temp-btn,
.uk-overlay-panel a.custom-temp-btn,
.order-tmt-section a.custom-temp-btn,
.reservations-tmt-section a.custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
.food-menu-nav .food-menu-nav-item {
    padding: 10px 40px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400; 
    text-transform: uppercase;
    font-size: 16px;
    box-shadow: none;
    border-radius: 0;
    opacity: 1;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.uk-overlay-panel a.custom-temp-btn,
.map-newsletter .sph-email-subscription .sph-submit-button:hover,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button:hover,
.food-menu-nav .food-menu-nav-item:hover,
.food-menu-nav .food-menu-nav-item.active,
.food-menu-nav .food-menu-nav-item:focus {
    background-color: #ffe617;
    color: #000;
    border: 1px solid #ffe617;
}
.uk-overlay-panel a.custom-temp-btn:hover {
    background-color: transparent;
    color: #ffe617;
    border: 1px solid #ffe617;
}
.about-us-v8-wrapper a.custom-temp-btn,
.order-tmt-section a.custom-temp-btn,
.reservations-tmt-section a.custom-temp-btn:hover,
.food-menu-nav .food-menu-nav-item {
    background-color: #2c618b;
    color: #fff;
    border: 1px solid #2c618b;
}
.reservations-tmt-section a.custom-temp-btn {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.about-us-v8-wrapper a.custom-temp-btn:hover {
    background-color: transparent;
    color: #2c618b;
    border: 1px solid #2c618b;
}
.order-tmt-section a.custom-temp-btn:hover {
    background-color: #fff;
    color: #2c618b;
    border: 1px solid #fff;
}
.map-newsletter .sph-email-subscription .sph-submit-button,
.custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}

/* home page */

/* slideshow_v2 section */

.uk-overlay-background {
    background: rgba(0, 0, 0, 0.5);
}
.uk-overlay-panel {
    padding-left: 0;
    padding-right: 0;
}
.uk-overlay-panel .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.uk-overlay-panel h1 {
    text-transform: uppercase;
}
.uk-dotnav-contrast>.uk-active>* {
    background: #ffe617;
    transform: scale(1);
}
.uk-dotnav-contrast>*>* {
    background: rgba(255, 255, 255, 0.7);
}
.uk-dotnav-contrast {
    padding-bottom: 30px;
}

/* slideshow_v2 section end*/

/* banner section */

.banner-section {
    padding: 35px 0;
}
.banner-section h1 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400; 
    text-transform: capitalize;
    font-size: 1.4em;
}
.banner-section .banner-pin {
    color: #ffe617;
}
.banner-section .banner-pin:hover,
.banner-section .banner-pin:active,
.banner-section .banner-pin:focus {
    color: #2c618b;
}

/* banner section end */

/* about_us_v8 section */

.about-us-v8-content .text-wrapper h1 {
    margin-top: 30px;
}
.about-us-v8-content h2 {
    color: #000;
}
.about-us-v8-content .text-content.title-image h1:after {
    height: 60px;
}
.about-us-v8-content .text-content p {
    margin: 30px auto;
}

/* about_us_v8 section end*/

/* order tmt section */

.order-tmt-section h1 {
    margin-top: 20px;
}
.order-tmt-section h2 {
    padding-bottom: 30px;
}

/* order tmt section end*/

/* gallery section*/
.gallery.section-wrapper {
    background-image: url("https://static.spotapps.co/web/lemontreerestauranttx--com/css/../custom/gallery_back.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-color: #fff;
    padding: 6em 0;
}
.gallery .section-header {
    color: #000;
    margin: 0 auto 40px;
}
/* gallery section end*/

/* reservations tmt section */

.reservations-tmt-section {
    padding: 25px 0;
}
.reservations-tmt-section h1 {
    margin-top: 20px;
}
.reservations-tmt-section h2 {
    padding-bottom: 30px;
}

/* reservations tmt section end*/

/* reviews section */

.carousel-wrapper.reviews-v2-wrapper.section-wrapper {
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center center !important;
}
.reviews-v2-wrapper .container {
    padding-top: 0;
}
.reviews-v2-wrapper .section-header {
    color: #2c618b;
}
.reviews-v2-wrapper h2 {
    margin-top: 20px;
    margin-bottom: 20px;  
}
.reviews-v2-wrapper h3 {
    margin-top: 30px;
    margin-bottom: 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400; 
    text-transform: uppercase;
    font-size: 1.4em;
    color: #000;
}
.reviews-v2-wrapper h3 .fa.fa-star {
    color: #dcb913;
}
.reviews-v2-wrapper .review-text p {
    font-size: 1.3em;
    line-height: 1.6em;
    font-style: italic;
}
.reviews-v2-wrapper .review-quote {
    opacity: 1;
    color: #2c618b;
}
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot button {
    background: #d1d1d1;
    border: 1px solid #d1d1d1;
    opacity: 1;
}
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot.active button,
.reviews-v2-wrapper .owl-theme .owl-dots .owl-dot:hover button {
    background: #dcb913;
    border: 1px solid #dcb913;
    opacity: 1;
    outline: 0;
}
/* reviews section end*/

/* maps-newsletter section */

.googlemap-v3-wrapper input:-webkit-autofill, 
.googlemap-v3-wrapper input:-webkit-autofill:hover, 
.googlemap-v3-wrapper input:-webkit-autofill:focus, 
.googlemap-v3-wrapper input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff;
  color: #fff!important;
}
.map-newsletter .text-wrapper:before {
    background-color: #0e1734;
}
.map-newsletter {
    border-right: none;
    color: #fff;
}
.map-newsletter h2 {
    color: #fff;
}
.map-newsletter .sph-email-subscription h2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400; 
    color: #fff;
}
.map-newsletter .bar {
    top: -6px;    
}
.map-newsletter .bar:before,
.map-newsletter .bar:after {
    background: #ffe617;
}
.map-newsletter .sph-email-subscription .sph-email-input {
    padding: 10.5px 5px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.map-newsletter .sph-email-subscription input::-webkit-input-placeholder {
    color: #fff;
}
.map-newsletter .sph-email-subscription input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.map-newsletter .sph-email-subscription input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.map-newsletter .sph-email-subscription input:-ms-input-placeholder {
    color: #fff;
}
.map-newsletter .text-wrapper:before {
    background-attachment: scroll;
}
.googlemap-v3-wrapper .triangle {
    display: none;
}

/* maps-newsletter section end*/

/* custom modal section */

.custom-modal .modal-content {
    background-image: url("https://static.spotapps.co/web/lemontreerestauranttx--com/css/../custom/newsletter_back.jpg");
    background-size: cover;
    background-color: #0e1734;
    color: #fff;
}
.custom-modal .newsletter-popup .section-header {
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription h2,
.custom-modal .newsletter-popup .sph-email-subscription label h2 {
    margin-bottom: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400; 
    font-size: 1.4em;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input {
    padding: 10px 15px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-webkit-input-placeholder {
    color: #fff;
 }
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.custom-modal .newsletter-popup .sph-email-subscription .sph-email-input:-ms-input-placeholder {
    color: #fff;
}
.custom-modal .close {
    color: #fff;
}
  
/* custom modal section end*/

/* contact-v3 section*/

.contact-v3 {
    border-bottom: 1px solid #fff;
    background-color: #2c618b;
}
.contact-v3 .hours-title h1,
.contact-v3 .social-title h1,
.contact-v3 .contact-us-title h1 {
    font-family: 'Nanum Brush Script', cursive;
    font-size: 1.7em;
    text-transform: capitalize;
}
.contact-v3 .days {
    padding-bottom: 0;
    text-transform: capitalize;
}
.contact-v3 .from-to {
    padding-top: 0;
    padding-bottom: 20px;
    text-transform: lowercase;
}
.contact-us p a {
    color: #fff;
    text-decoration: none;
}
.contact-v3 a.contact-icon:focus {
    color: #fff;
}
/* contact-v3 section end*/

/* footer section */

.footer-v2-wrapper,
.footer-v2-wrapper a {
    background-color: #2c618b;
    border-top: none;
    color: #fff;
}

/* footer section end*/

/* food menu page */

.food-menu-page .food-menu-v2-wrapper,
.drink-menu-page .drink-menu-v2-wrapper {
    padding-top: 100px;
}
.food-menu-grid .food-menu-description p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400; 
}
.food-menu-grid .menu-description p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400; 
    color: #000;
}
.food-menu-grid-item-content {
    border-radius: 0;
    background-color: #fff;
}
.drink-menu .food-menu-grid h2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.8em;
    text-transform: none;
    word-break: break-word;
    color: #2c618b;
}
.food-menu-grid .food-item-title h3,
.food-menu-grid .food-price {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 400; 
    font-size: 1.3em;
    text-transform: none;
    color: #000;
}
.food-menu-grid-item-content .food-menu-content {
    border-left: 1px solid #2c618b;
}
.food-menu-grid .food-price {
    color: #0e1734;
    padding: 0 10px 0 5px;
}
.food-menu-grid .food-item-description {
    font-size: 1.1em;
    color: #757575;
}

/* food menu page end*/

@media (max-width:1400px) {
    .section-header,
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .order-tmt-section h1,
    .reservations-tmt-section h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 4.8em;
    }
    .about-us-v8-content h2,
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.5em;
    }
    .banner-section h1 {
        font-size: 1.3em;
    }
    .banner-section {
        padding: 30px 0;
    }
}

@media (max-width:1200px) {
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        font-size: 1.1em;
        padding: 0 10px;
    }
    .section-header,
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .order-tmt-section h1,
    .reservations-tmt-section h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 4.4em;
    }
    .about-us-v8-content h2,
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.4em;
    }
    .about-us-v8-content .text-content .text-holder p {
        padding-left: 20px;
        padding-right: 20px;
    }
    .drink-menu .food-menu-grid h2 {
        font-size: 1.6em;
    }
    .reviews-v2-wrapper .section-header {
        margin-top: 10px;
    }
    .empty-content-message h2,
    .empty-content-message h3,
    .drink-menu .empty-content-message h2,
    .drink-menu .empty-content-message h3,
    .specials .empty-content-message h2,
    .specials .empty-content-message h3,
    .events-container .empty-content-message h2,
    .events-container .empty-content-message h3 {
        font-size: 1.3em;
    }
}

@media (max-width:1023px) {
    .section-header,
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .order-tmt-section h1,
    .reservations-tmt-section h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 4.2em;
    }
    .about-us-v8-content h2,
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.3em;
    }
    .banner-section h1 {
        font-size: 1.2em;
    }
    .banner-section {
        padding: 25px 0;
    }
    .about-us-v8-content .text-content p,
    .reviews-v2-wrapper .review-text p,
    .order-tmt-section p,
    .reservations-tmt-section p {
        font-size: 1.2em;
    }
    .order-tmt-section {
        padding: 20px 0;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.2em;
    }
    .map-newsletter .sph-email-subscription h2 {
        font-size: 1.2em;
    }
    .contact-v3 .contact-location,
    .contact-v3 .hours,
    .contact-v3 .find-us {
        font-size: 1em;
    }
    .food-menu-grid .food-item-title h3, 
    .food-menu-grid .food-price {
        font-size: 1.2em;
    }
    .empty-content-message h2,
    .empty-content-message h3,
    .drink-menu .empty-content-message h2,
    .drink-menu .empty-content-message h3,
    .specials .empty-content-message h2,
    .specials .empty-content-message h3,
    .events-container .empty-content-message h2,
    .events-container .empty-content-message h3 {
        font-size: 1.2em;
    }
}

@media (max-width:991px) {
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        font-size: 1em;
        padding: 0 5px;
    }
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .order-tmt-section h1,
    .reservations-tmt-section h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 4.2em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 3.4em;
    }
    .about-us-v8-content h2,
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.25em;
    }
    .banner-section h1 {
        font-size: 1.1em;
    }
    .banner-section {
        padding: 20px 0;
    }
    .about-us-v8-content .text-content.title-image h1:after {
        height: 50px;
    }
    .about-us-v8-content .text-content .text-holder p {
        padding-left: 10px;
        padding-right: 10px;
    }
    .map-newsletter .bar {
        top: 0;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2, 
    .custom-modal .newsletter-popup .sph-email-subscription label h2 {
        font-size: 1.3em;
    }
    .gift-cards-page .section-header {
        margin-top: 75px;
    }
}

@media (max-width:767px) {
    .navbar-regular.nav-v6 .navbar-nav>li>a {
        padding: 5px 10px;
    }
    .navbar.nav-v4.nav-v6.navbar-regular.nav-v7 .navbar-nav>li>a:hover,
    .navbar.nav-v4.nav-v6.navbar-regular.nav-v7 .navbar-nav>.active>a,
    .navbar-regular.nav-v7 .navbar-nav>.active>a:focus,
    .navbar.nav-v4.nav-v6.navbar-regular.nav-v7 .navbar-nav>.active>a:hover {
        background-color: #ffe617;
        color: #fff!important;
    }
    .navbar.nav-v6 .container {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar.nav-v6 .header-logo {
        max-width: 120px;
    }
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .order-tmt-section h1,
    .reservations-tmt-section h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 3.5em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 3em;
    }
    .about-us-v8-content h2,
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.2em;
    }
    .banner-section h1 {
        font-size: 1em;
    }
    .banner-section {
        padding: 15px 0;
    }
    .about-us-v8-content .text-content p,
    .reviews-v2-wrapper .review-text p,
    .order-tmt-section p,
    .reservations-tmt-section p {
        font-size: 1.1em;
    }
    .custom-temp-btn,
    .about-us-v8-wrapper a.custom-temp-btn,
    .uk-overlay-panel a.custom-temp-btn,
    .order-tmt-section a.custom-temp-btn,
    .reservations-tmt-section a.custom-temp-btn,
    .map-newsletter .sph-email-subscription .sph-submit-button,
    .custom-modal .newsletter-popup .sph-email-subscription .sph-submit-button,
    .food-menu-nav .food-menu-nav-item {
        font-size: 14px;
    }
    .order-tmt-section h2 {
        padding-bottom: 15px;
    }
    .reservations-tmt-section h2 {
        padding-bottom: 15px;
    }
    .gallery.section-wrapper {
        padding: 3em 0;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1.1em;
    }
    .map-newsletter .sph-email-subscription h2 {
        font-size: 1.1em;
    }
    .custom-modal .newsletter-popup .sph-email-subscription h2, 
    .custom-modal .newsletter-popup .sph-email-subscription label h2 {
        font-size: 1.1em;
    }
    .footer-v2-wrapper a {
        font-size: 1em;
    }
    .food-menu-grid .food-item-title h3, 
    .food-menu-grid .food-price {
        font-size: 1.1em;
    }
    .drink-menu .food-menu-grid h2 {
        font-size: 1.4em;
    }
    .food-menu-v2-wrapper .section-header,
    .drink-menu-v2-wrapper .section-header {
        padding-top: 15px;
    }
    .food-menu-nav .food-menu-nav-item.custom-temp-btn,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn.active,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:hover,
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:focus {
        border: none;
        border-bottom: 2px solid #ffe617;
    }
    .food-menu-nav .food-menu-nav-item.custom-temp-btn:first-of-type {
        border-top: 2px solid #ffe617;
    }
    .navbar-fixed-bottom.nav-v1 .bottom-list-item a {
        font-family: 'M PLUS Rounded 1c', sans-serif;
        font-weight: 500;
        font-size: 13px;
        padding: 15px 5px;
        text-transform: uppercase;
    }
    .empty-content-message h2,
    .empty-content-message h3,
    .drink-menu .empty-content-message h2,
    .drink-menu .empty-content-message h3,
    .specials .empty-content-message h2,
    .specials .empty-content-message h3,
    .events-container .empty-content-message h2,
    .events-container .empty-content-message h3 {
        font-size: 1.1em;
    }
    .gift-cards-page p {
        font-size: 1.1em;
        padding-left: 20px;
        padding-right: 20px;
    }
    .gift-cards-page .section-header {
        margin-top: 60px;
    }
}

@media (max-width:320px) {
    .section-header,
    .about-us-v8-content .text-wrapper h1,
    .about-us-v7-content .text-wrapper h1,
    .order-tmt-section h1,
    .reservations-tmt-section h1,
    .custom-modal .newsletter-popup .section-header {
        font-size: 2.6em;
    }
    .uk-overlay-panel h1,
    .on-cover-content .section-wrapper .section-header {
        font-size: 2.6em;
    }
    .about-us-v8-content h2,
    .order-tmt-section h2,
    .reservations-tmt-section h2,
    .reviews-v2-wrapper h2,
    .map-newsletter h2 {
        font-size: 1.1em;
    }
    .about-us-v8-content .text-content p,
    .reviews-v2-wrapper .review-text p,
    .order-tmt-section p,
    .reservations-tmt-section p {
        font-size: 1em;
    }
    .reviews-v2-wrapper h3 {
        font-size: 1em;
    }
    .map-newsletter .sph-email-subscription h2 {
        font-size: 1em;
    }
    .food-menu-grid .food-item-description {
        font-size: 1em;
    }
    .top-svg-border,
    .bottom-svg-border {
		display: none;
	}
}