/*!
Theme Name: Lisa Store
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lisa-store
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Lisa Store is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**
 * Remove the margin in all browsers.
 */
@import url('https://fonts.cdnfonts.com/css/made-tommy-outline');
@import url('https://fonts.cdnfonts.com/css/heavitas');

html {
    margin-top: 12px !important;
}
/* css-start */
body {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
}

.container {
	max-width: 1400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
 }

 h1.d-none {
    display: none;
}

img.custom-logo {
    max-width: 150px;
    max-height: 175px;
    width: 100%;
}

 /* back-to-top */
 #back-to-top {
    display: table;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background: #F29E24;

    text-align: center;
    color: #fff;
    text-decoration: none;

    -webkit-transition: opacity 0.2s ease-out;

    -o-transition: opacity 0.2s ease-out;

    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    -webkit-filter: contrast(200%);
            filter: contrast(200%);
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top .wrapper {
    display: table-cell;
    vertical-align: middle;
}
#back-to-top.fade-out {
    opacity: 1;
}

h1 {
    font-family: 'Heavitas', sans-serif;
    color: #fff;
    font-size: 75px;
    font-weight: 700 !important;
    margin: 0;
}

h2 {
    font-family: 'Budokan Rounded', sans-serif;
    color: #fff;
    font-size: 65px;
    font-weight: 700 !important;
    margin: 0;
}

h3 {
    font-family: 'Heavitas', sans-serif;
    background-color: #EA3C90;
    color: #fff;
    font-size: 35px;
    font-weight: 700 !important;
    margin: 0;
}

h4 {
    font-family: 'Heavitas', sans-serif;
    font-size: 35px;
    font-weight: 700 !important;
    margin: 10px 0;
    line-height: 1.7;
}

h5 {
    font-family: 'Budokan Rounded', sans-serif;
    color: #EA3A90;
    font-size: 35px;
    font-weight: 700 !important;
    margin: 10px 0;
    line-height: 1.7;
}

h6 {
    font-family: 'Budokan Rounded', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 700 !important;
    margin: 10px 0;
    line-height: 1.7;
}

p {
    font-family: 'MADE TOMMY', sans-serif;
    font-size: 20px;
    line-height: 1.7;
}

.section-title {
    position: relative;
    padding: 225px 0;
    max-width: 575px;
    margin: auto;
}

.section-title:before {
    content: url(https://lisastore.viewourdesign.com/wp-content/uploads/2023/02/welcome-before.fw_.png);
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    z-index: 0;
}

.section-title h3 {
    position: relative;
    max-width: 575px;
    text-align: center;
    border-radius: 50px;
    margin: auto;
    padding: 5px 0;
}

#green-btn {
    background-color: #80C178;
    color: #fff;
    font-size: 25px;
    font-family: 'MADE TOMMY', sans-serif;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    top: 30px;
}

#blue-btn {
    background-color: #355FA8;
    color: #fff;
    font-size: 25px;
    font-family: 'MADE TOMMY', sans-serif;
    font-weight: 700;
    padding: 10px 35px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    top: 30px;
}

#pink-btn {
    background-color: #EA3C90;
    color: #fff;
    font-size: 25px;
    font-family: 'MADE TOMMY', sans-serif;
    font-weight: 700;
    padding: 10px 35px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    top: 30px;
}

#yellow-btn {
    background-color: #F2B934;
    color: #fff;
    font-size: 25px;
    font-family: 'MADE TOMMY', sans-serif;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    top: 30px;
}

/* navigation-menu */
section.menu-default {
    background-color: transparent;
    position: absolute;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
	top: 0;
    z-index: 1;
}

.menu-sticky {
    display: none;
    max-width: 1920px;
    width: 100%;
    background-image: url("https://lisastore.viewourdesign.com/wp-content/uploads/2023/02/sticky-menu-bg.fw_.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: fixed;
    z-index: 15;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 5px 10px -1px rgb(0 0 0 / 21%);
    box-shadow: 0px 5px 10px -1px rgb(0 0 0 / 21%);
    top: 0;
}

.menu-menu-1-container {
    padding-top: 45px;
}

div#primary-menu {
    margin-top: 50px;
}

ul#primary-menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: flex-end;
    padding-left: 0;
    margin: 0;
	font-size: 18px;
	font-weight: 600;
}

ul#primary-menu li a {
    color: #fff;
    margin: 0 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
    font-family: 'MADE TOMMY', sans-serif;
    font-size: 18px;
}

ul#primary-menu li {
    padding-top: 10px;
    padding-bottom: 10px;
}

ul#primary-menu li a:hover {
    color: #000;
}

ul#primary-menu li.current-menu-item a {
    color: #F2B934;
    font-weight: 500;
}

a.nav-link {
    padding: 0;
}

.site-menu li.current_page_parent {
    color: #F2B934;
    font-weight: bold;
}

li#menu-item-35,
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-35 {
    background-color: #F2B934;
    border-radius: 50px;
}

/* -----------------------------------------------------------------------------*/
/* Front-Page */
/* Banner-Section */
section.banner {
    position: relative;
    margin-top: -32px !important;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 150px 0 300px;
}

section.banner .banner-text.col-lg-5 {
    padding-top: 75px;
}

section.banner .banner-text.col-lg-5 {
    width: 100%;
    overflow-wrap: break-word;
}

section.banner .banner-cta.col-lg-7 {
    position: relative;
}

section.banner .cta-btn {
    position: absolute;
    bottom: -200px;
    right: 25px;
    z-index: 6;
}

section.banner .cta-btn:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

section.banner .banner-img {
    position: absolute;
    bottom: -115px;
}

section.banner .banner-img img {
    width: 100%;
}

section.banner .cta-btn img {
    width: 100%;
    max-width: 250px;
}

/* content-not-found */
.content-not-found {
    height: 500px;
    width: 100%;
    margin-top: 100px;
}

.content-not-found .content {
    text-align: center;
}

.content-not-found .link {
    text-align: center;
    max-width: 550px;
    margin: 100px auto;
}

.content-not-found .link a {
    color: #fff;
    text-decoration: none;
}

/* Welcome-Section */
section.welcome {
    position: relative;
    z-index: 5;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -210px;
    padding: 110px 0;
}

ul.awards-list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    align-items: center;
}

section.welcome img {
    width: 100%;
    max-width: 524px;
}


/* Our-Mission */
section.our-mission {
    width: 100%;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -220px;
    padding: 50px 0;
}

.our-mission-wrapper .container.row {
    padding-top: 220px;
    padding-bottom: 220px;
}

section.our-mission .feat-img.col-lg-7 {
    position: absolute;
    right: 0;
    bottom: 195px;
}

section.our-mission img {
    width: 100%;
}

section.our-mission p {
    color: #FFF !important;
}

/* Narrative */
section.narrative {
    width: 100%;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -225px;
    padding-top: 75px;
    padding-bottom: 125px;
}

section.narrative img {
    width: 100%;
}

/* Client Stories */
section.stories {
    position: relative;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-top: 50px;
    padding-bottom: 310px;
}

.review.slider {
    margin-top: 50px;
}

section.stories .list-unstyled {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;

}

li.stories.row.col-lg-4 {
    background-color: #fff;
    width: 100%;
    max-width: 450px;
    padding: 20px;
    border-radius: 20px;
    filter: drop-shadow(1px 1px 5px #888);
    margin-top: 25px;
}

section.stories .title h4 {
    font-size: 30px;
}

.client.profile.row {
    padding-left: 15px;
    align-items: center;
}

.client.profile.row .picture {
    padding-right: 15px;
}

.information strong {
    font-size: 14px;
}

.information span {
    font-size: 14px;
}

/* -----------------------------------------------------------------------------*/
/* About-Page */
section.about {
    position: relative;
    margin-top: -32px !important;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 175px 0 450px;
}

section.about .banner-text.col-lg-5 {
    padding-top: 75px;
}

section.about .banner-text.col-lg-5 {
    width: 100%;
    overflow-wrap: break-word;
}

section.about .banner-cta.col-lg-7 {
    position: relative;
}

section.about .cta-btn {
    position: absolute;
    bottom: -375px;
    right: 25px;
    z-index: 6;
}

section.about .cta-btn:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

section.about .banner-img {
    position: absolute;
    bottom: -260px;
}

section.about .banner-img img {
    width: 100%;
}

section.about .cta-btn img {
    width: 100%;
    max-width: 250px;
}

/* Who We Are */
section.who.we.are {
    position: relative;
    z-index: 5;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -210px;
    padding: 185px 0;
}

section.who.we.are .\32 -column.row {
    padding-top: 75px;
}

section.who.we.are .\32 -column.row p {
    text-align: justify;
}

section.who.we.are .col-lg-6 {
    max-width: 675px;
    margin: 0 auto;
}

/* Choose-Lisa */
section.choose-lisa {
    width: 100%;
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -220px;
    padding: 50px 0;
}

section.choose-lisa .container.row {
    padding-top: 220px;
    padding-bottom: 220px;
}

section.choose-lisa .feat-img.col-lg-7 {
    position: absolute;
    right: 0;
    bottom: 195px;
}

section.choose-lisa img {
    width: 100%;
}

/* Lifestyle */
section.lifestyle {
    width: 100%;
    position: relative;
    height: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -225px;
    padding-bottom: 170px;
    padding-top: 75px;
}

section.lifestyle img {
    width: 100%;
}

/* Partners */
section.partners {
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 275px 0;
    margin-top: -250px;
}


/*-----------------------------------------------------------------------------*/
/* Contact- Us */
/* Contact-Banner */
section.contact-form {
    width: 100%;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -210px;
    padding: 185px 0 300px;
}

.gform_heading {
    display: none;
}

section.contact-form .section-content {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 50px;
}

div#gform_wrapper_1 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
}

input#input_1_1_3,
input#input_1_1_6,
input#input_1_4,
input#input_1_3,
textarea#input_1_5 {
    border-radius: 5px;
    border-color: transparent;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    width: 100%;
    border-color: transparent;
    border-radius: 5px !important;
}

.gform_wrapper.gravity-theme .ginput_complex input, .gform_wrapper.gravity-theme .ginput_complex select {
    width: 100%;
    border-color: transparent;
    border-radius: 5px;
}

fieldset#field_1_9,
fieldset#field_1_14 {
    margin-top: 15px;
}

.gform_footer.top_label {
    justify-content: center;
}

input#gform_submit_button_1 {
    background-color: #EA3C90;
    border: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-size: 18px;
    font-family: 'MADE TOMMY', sans-serif;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-size: 14px;
    font-family: 'Inter';
}

/*-----------------------------------------------------------------------------*/
/* Footer */
footer#colophon {
    margin-top: -225px;
}

section.footer {
    position: relative;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;

}

section.footer h4 {
    color: #fff;
    font-size: 45px;
}

.add.ons.row {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 35px 0;
}

li.add.on.row.col-lg-4 {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.add.ons.row .icon {
    padding: 0 15px;
}

.add.ons.row .text {
    color: #fff;
    font-family: 'Budokan Rounded', sans-serif;
    font-size: 25px;
}

.add.ons.row .text span {
    font-size: 20px;
}

.sub.heading.\31 {
    margin-top: 175px;
}

.socmed.row {
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 25px 0;
}

li.icon.col-sm-2 {
    max-width: 75px;
}

i.fa-brands, i.fa-solid.fa-play {
    font-size: 25px;
    color: #fff;
}

.footer.bottom.row {
    padding: 50px 0;
}

.footer.bottom.row a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: 'MADE TOMMY', sans-serif;
}

.policy.col-lg-6 {
    color: #fff;
    font-size: 18px;
    font-family: 'MADE TOMMY', sans-serif;
    text-align: left;
}

.copyright.col-lg-6 {
    color: #fff;
    font-size: 18px;
    font-family: 'MADE TOMMY', sans-serif;
    text-align: right;
}


/* 404 */
.inner-banner {
    position: relative;
    margin-top: -108px !important;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 150px 0 450px;
}

.inner-banner .banner-text.col-lg-5 {
    padding-top: 75px;
}

.inner-banner .banner-text.col-lg-5 {
    width: 100%;
    overflow-wrap: break-word;
}

.inner-banner .banner-cta.col-lg-7 {
    position: relative;
}

.inner-banner .cta-btn {
    position: absolute;
    bottom: -350px;
    right: 25px;
    z-index: 6;
}

.inner-banner .cta-btn:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.inner-banner .banner-img {
    position: absolute;
    bottom: -250px;
}

.inner-banner .banner-img img {
    width: 100%;
}

.inner-banner .cta-btn img {
    width: 100%;
    max-width: 250px;
}


/* Compatibility */
@media (max-width: 1363px) {
    h1 {
        font-size: 65px;
    }
    h2 {
        font-size: 55px;
    }
}

@media (max-width: 1194px) {
    h1 {
        font-size: 55px;
    }
    h2 {
        font-size: 45px;
    }
}

@media (max-width: 1026px) {
    h1 {
        font-size: 52px;
    }
    h2 {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
	img.custom-logo {
    max-width: 75px;
    max-height: 100px;
	}
	
    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 23px;
    }

    /* Front-Page */
    section.banner {
        padding: 150px 0 0;
    }

    section.banner .banner-img {
        position: relative;
        max-width: 700px;
        margin: auto;
    }

    section.banner .cta-btn {
        position: relative;
        bottom: unset;
        right: unset;
        text-align: right;
    }

    section.welcome {
        height: auto;
        margin-top: -160px;
        padding: 170px 0;
    }

    .section-title {
        padding: 115px 0;
    }

    .section-title:before {
        max-height: 265px;
        overflow: hidden;
    }

    .\31 st-column-img.col-lg-6 {
        margin: 25px 0 !important;
    }

    .our-mission-wrapper .container.row {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    section.our-mission .feat-img.col-lg-7 {
        position: relative;
        right: unset;
        bottom: -50px;
    }

    section.narrative img {
        max-width: 550px;
    }
	
	section.narrative .content-2.row {
    flex-direction: column-reverse;
	}

    section.narrative {
        padding: 75px 0;
    }

    section.narrative .content-1.row {
        padding: 50px 0;
    }

    section.narrative .content-2-img.col-lg-6 {
        padding-top: 75px;
    }

    ul.stories.row.list-unstyled {
        flex-direction: column;
    }

    .policy.col-lg-6,
    .copyright.col-lg-6 {
        text-align: center;
    }

    /* About-Page */
    section.about .banner-img {
        position: relative;
        bottom: -100px;
    }

    section.who.we.are {
        margin-top: -375px;
    }

    section.about .cta-btn {
        bottom: -200px;

    }

    section.choose-lisa .feat-img.col-lg-7 {
        position: relative;
        right: 0;
        bottom: -100px;
    }

    section.lifestyle img {
        max-width: 550px;
    }
	
	section.lifestyle .content-2.row,
	section.lifestyle .content-4.row{
    flex-direction: column-reverse;
	}

    section.lifestyle .content-2.row,
    section.lifestyle .content-3.row,
    section.lifestyle .content-4.row,
    section.lifestyle .content-5.row {
        margin-top: 50px;
    }

    /* Contact-Page */
    section.contact-form {
        margin-top: -375px;
    }
}

@media (max-width: 768px) {
	section.our-mission .feat-img.col-lg-7 {
    bottom: -40px;
	}
}

@media (max-width: 445px) {
    h1 {
        font-size: 37px;
    }

    h2 {
        font-size: 32px;
    }

    #green-btn {
        font-size: 18px;
        top: 15px;
    }

    #blue-btn {
        font-size: 18px;
    }

    #pink-btn {
        font-size: 18px;
    }

    #yellow-btn {
        font-size: 18px;
    }

    section.banner .cta-btn img {
        max-width: 175px;
    }

    section.banner .cta-btn {
        bottom: -30px;
    }

    section.welcome {
        margin-top: -85px;
    }

    /* About-Page */
    section.about .cta-btn img {
        max-width: 175px;
    }

    li.icon.col-sm-2 {
        max-width: 50px;
    }
}