@charset "UTF-8";
/*!

Theme Name: WP Lewis

Theme URI: https://

Author: Dev Lewis Corporation

Author URI: https://huunguyen.io.vn

Description: "WP Lewis" là 1 theme wordpress được phát triển và xây dựng bởi đội ngũ kỹ thuật của Lewis. Theme được xây dựng dựa trên nền tảng là css boostraps 4 mới nhất. 

Version: 1.0.1

License: GNU General Public License v3 or later

License URI: https://www.gnu.org/licenses/gpl.html

Text Domain: WP Lewis

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



WP Lewis is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

@font-face {
    font-family: "Minion Bold";
    src: url("assets/fonts/MINIONPRO-BOLD.OTF");
}
@font-face {
    font-family: "Minion Pro";
    src: url("assets/fonts/MINIONPRO-REGULAR.OTF");
}
@font-face {
    font-family: "Minion SemiBold";
    src: url("assets/fonts/MINIONPRO-SEMIBOLD.OTF");
}
@font-face {
    font-family: "Roboto-Bold";
    src: url("assets/fonts/roboto/Roboto-Bold.ttf");
}

:root {
    --primary-color: #C3996B;
    --second-color: #414042;
    --primary-font: "Minion Pro";
    --second-font: "Roboto-Bold";
    --third-font: "Minion SemiBold";
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: var(--primary-font);
    background-color: #fff;
    font-size: 1.5rem;
    color: #333;
    -ms-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6,strong {
    font-weight: normal;
    font-family: var(--second-font);
}

.header-main-logo img {
    max-width: 300px;
}

.header-wrapper {
    padding: 10px 0;
    background-color: #000;
    text-align: center;
}

.header-wrapper.fixed 
 .header-logo-link img {
    max-width: 140px;
}

.header-main-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*SLIDE*/

.owl-item-slide video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.owl-item-slide {
    max-height: 700px;
}

.owl-theme .owl-nav button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #fff !important;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.owl-theme .owl-nav button svg {
    color: #fff;
    font-size: 3rem;
}

.owl-theme .owl-nav button:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

/*BANNER*/

section.banner-home {
    background-size: cover;
    background-position: center;
    padding: 6rem 15%;
    padding-bottom: 8rem;
    color: #fff;
    text-align: center;
    position: relative;
}

section.banner-home:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
}

.banner-home-text {
        position: relative;
    font-size: 20px;
    line-height: 1.4;
}

.banner-home-wrapper>h2 {
    position: relative;
    text-transform: uppercase;
    font-size: 3.6rem;
    margin-bottom: 3rem;
}

/*FORM*/

section.form-home {
    position: relative;
    background-color: #0f0f0f;
    padding: 5rem 0;
}

.form-home-box>h2 {
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 3.2rem;
    margin-bottom: 3rem;
    letter-spacing: 1px;
}

.form-home-box {
    max-width: 900px;
    margin: 0 auto;
}

.form-home-box-main {
    text-align: center;
}

.form-home-box-main .form-reg-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.haft-form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.haft-form p span {
    margin-bottom: 15px;
}

.haft-form p br {
    display: none;
}

.haft-form p span input {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: none;
    border-radius: 15px;
    font-size: 18px;
    outline: none;
    cursor: pointer;
}

.haft-form p select {
    width: 100%;
    height: 50px;
    border-radius: 20px;
    padding: 10px;
    border: none;
    outline: none;
    cursor: pointer;
}

.form-home-box-main form p button {
    border: none;
    padding: 12px 35px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    border-radius: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}

.form-home-box-main form p button svg {
    margin-right: 5px;
}

.form-home-box-main form p span.wpcf7-spinner {
    position: absolute;
    right: 25%;
    bottom: 10px;
}

.form-home-box-main {
    position: relative;
}

.form-home-box-main form p button:hover,.banner-home-button>a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.haft-form p span input::-webkit-input-placeholder {
    color: #000;
    font-size: 18px;
}

.haft-form p span input::-moz-placeholder {
    color: #000;
    font-size: 18px;
}

.haft-form p span input:-ms-input-placeholder {
    color: #000;
    font-size: 18px;
}

.haft-form p span input::-ms-input-placeholder {
    color: #000;
    font-size: 18px;
}

.haft-form p span input::placeholder {
    color: #000;
    font-size: 18px;
}

.haft-form p span select {
    font-size: 18px;
}

.form-home-box-main .wpcf7 form.invalid .wpcf7-response-output,
.form-home-box-main .wpcf7 form.sent .wpcf7-response-output {
    color: var(--primary-color);
    background-color: #fff;
    border-color: var(--primary-color);
    padding: 10px 0;
}

.haft-form .wpcf7-not-valid-tip {
    position: absolute;
    right: 15px;
    top: 12px;
}

div#trueModal>h2 {
    text-align: center;
    font-size: 3.2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

div#trueModal>p {
    text-align: center;
    font-size: 18px;
}

div#trueModal button {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 4px;
    border: none;
    display: inline-block;
    margin-top: 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

div#trueModal button:hover {
    background-color: var(--primary-color);
}

a#modal-sussces {
    display: none;
}

.modal-form-popup .card {
    border: none;
}


/*TABS*/

ul#boston-tab, ul#essex-tab {
    background-color: #f9f9f9;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
}

section.boston-grands, section.essex-grands {
    position: relative;
    padding: 5rem 0;
}

ul#boston-tab li button, ul#essex-tab li button {
    border: none;
    background: transparent;
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
    padding: 8px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    font-family: var(--third-font);
}

ul#boston-tab>li,ul#essex-tab>li {
    margin: 0 25px;
}

ul#boston-tab>li button.active, ul#essex-tab li button.active {
    border-bottom: 4px solid #000;
}

ul#boston-grands-tab, ul#uprights-grands-tab, ul#essex-grands-tab {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
    background-color: #f9f9f9;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
}

ul#boston-grands-tab li, ul#uprights-grands-tab li, ul#essex-grands-tab li {
    margin: 0 20px;
}

ul#boston-grands-tab li button, ul#uprights-grands-tab li button, ul#essex-grands-tab li button {
    border: none;
    background: transparent;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    font-family: var(--third-font);
}

ul#boston-grands-tab li button.active, ul#uprights-grands-tab li button.active, ul#essex-grands-tab li button.active {
    border-bottom: 3px solid #000;
}

.tabs-piano-content {
    line-height: 1.4;
    font-size: 18px;
}

/*BESTSELLER*/

section.bestseller-boston, section.bestseller-essex {
    padding-bottom: 5rem;
}

.bestseller-boston-wrapper>h2, .bestseller-essex-wrapper>h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 3.2rem;
    color: var(--primary-color);
    margin-bottom: 3rem;
}

.piano-item-content {
    text-align: center;
}

.piano-item-content>h3 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    font-family: "Minion Bold";
    text-transform: capitalize;
}

.piano-item-content-order>a {
    background-color: #000;
    color: #fff;
    padding: 8px 35px;
    padding-bottom: 10px;
    font-family: var(--primary-font);
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
    line-height: 23px;
}

.piano-item-content-order>a:hover,.tools-resources-item>a:hover {
    background-color: var(--primary-color);
}

.piano-item-thumb {
    display: block;
    overflow: hidden;
    position: relative;
}

.piano-item-thumb>img {
    width: 100%;
    height: 320px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}

/*SLIDE*/

section.slide-boston img {
    width: 100%;
    height: auto;
}

section.slide-boston img {
    width: 100%;
    height: auto;
}

.banner-home-button {
    margin-top: 3rem;
}

.banner-home-button>a {
    display: inline-block;
    background-color: #fff;
    color: #000;
    padding: 8px 30px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 18px;
}

div#owl-slide-boston img, div#owl-slide-boston video {
    height: 670px;
    width: 100%;
    object-fit: cover;
}

section.slide-boston {
    margin-bottom: -7px;
}

/*TOOLS */

section.tools-resources h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 3.2rem;
    color: var(--primary-color);
    margin-bottom: 3rem;
}

section.tools-resources {
    padding-bottom: 5rem;
}

.tools-resources-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 45px 1fr 45px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px;
}

.tools-resources-item {
    text-align: center;
}

.tools-resources-item>a {
    display: inline-block;
    background-color: #000;
    color: #fff;
    margin-top: 2rem;
    padding: 8px 25px;
    border-radius: 4px;
    font-family: var(--third-font);
    font-size: 14px;
}


/*BANNER*/

section.banner-collection {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    margin-top: 2rem;
}

section.banner-collection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.banner-collection-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.banner-collection-wrapper>div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
}

.banner-collection-text {
    background-color: #0000005e;
    color: #fff;
    padding: 3rem;
    border-radius: 10px;
    font-size: 18px;
}


/*FOOTER*/

section.footer {
    position: relative;
    padding: 4rem 5%;
}

.footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer-left>img {
    width: 175px;
}

.footer-left-content {
    padding-left: 20px;
}

.footer-left-content>h4 {
    font-size: 23px;
    margin-bottom: 10px;
}

.footer-left-content>p {
    margin-bottom: 6px;
    font-size: 20px;
}

.footer-left-content>p:last-child {
    margin-bottom: 0;
}

.footer-right ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-right ul li {
    display: inline-block;
}

.footer-right ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #818181;
    color: #fff;
    margin-left: 10px;
}

.footer-right ul li:nth-of-type(2) a {
    background-color: transparent;
    position: relative;
    top: 10px;
}

.footer-right ul li:nth-of-type(2) a img {
    width: 35px;
    height: 35px;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.footer-right p {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 18px;
}

.footer-right ul li a:hover {
    background-color: var(--primary-color);
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
} 

.footer-right ul li:nth-of-type(2) a:hover img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

section.page-thanks {
    min-height: 56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: center center;
}

section.page-thanks:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000009c;
}

.page-thanks-box {
    position: relative;
    color: #fff;
    text-align: center;
}

.page-thanks-box h3 {
    font-size: 3.2rem;
    margin-bottom: 3rem;
    letter-spacing: 1px;
}

.page-thanks-box p {
    font-size: 22px;
    font-family: var(--third-font);
    line-height: 1.4;
    margin-bottom: 4rem;
    letter-spacing: 1px;
}

.page-thanks-box a {
    border: 2px solid #fff;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 10px;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-family: var(--third-font);
    font-size: 18px;
    letter-spacing: 1px;
}

.page-thanks-box a:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}