
html {
    font-size: 14px;
}

@media(max-width: 767px) {
    html {
        font-size: 3vw;
    }
}

ul, ol {
    font-size: 1rem;
}

/* BLOG PAGE START */
.blog-cmp h3 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
}

.blog-cmp .img-container {
    height: 375px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-cmp .fs0 {
    font-size: 0;
}

.blog-cmp .product {
    margin-bottom: 50px;
    display: inline-block;
    vertical-align: top;
    float: none;
    font-size: 14px;
}

.blog-cmp .lighter {
    color: #898a8a;
}

.blog-cmp .description p {
    font-size: 15px;
}

.blog-cmp .head {
    margin-bottom: 20px;
}

    .blog-cmp .head p {
        margin: 0;
    }

.blog-cmp .pagging-links a {
    color: #000;
    font-size: 16px;
    letter-spacing: .2em;
}
/* BLOG PAGE END */

/* INSTAGRAM PAGE */
.instagram-content {
    display: block;
    width: 100%;
    margin: 50px 0 10px;
}

@media(max-width: 992px) {
    .instagram-content {
        margin: 10vw 0 3vw;
    }
}
/*END INSTAGRAM PAGE*/
.milestone .jq-selectbox__trigger-arrow {
    top: 50%;
}

/*CHECK IN FORM*/
.check-in-form .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
}


.check-in-form .form-control,
.check-in-form .jq-selectbox__select-text,
.check-in-form .jq-selectbox__trigger {
    height: 50px;
    line-height: 50px;
}

.check-in-form select {
    height: 100%;
}

    .check-in-form select.input-validation-error + .jq-selectbox__select {
        border-color: #a94442;
    }

.check-in-form .jq-selectbox {
    border: none;
    box-shadow: none;
    -ms-border-radius: 0;
    border-radius: 0;
}

.check-in-form .jq-selectbox__select {
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #e4e4e4;
}

.check-in-form .jq-selectbox__trigger-arrow {
    top: 12px;
}

@media(min-width: 992px) {
    .check-in-form .inline-block > label {
        font-size: 1.5rem;
    }
}

.check-in-form input[type='checkbox'] ~ .error {
    position: absolute;
    left: 30px;
}
/*END*/

@media(max-width:991px) {
    .appointment-form .inline-block.description {
        margin-top: 4vw;
        padding-top: 8vw;
    }
}



/* Common styles */
.page-name-section {
    padding: 45px 0 42px;
    text-align: center;
}

    .page-name-section h2 {
        font-size: 42px;
        font-weight: 200;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

.small-container {
    width: 943px;
    display: block;
    margin: 0 auto;
}

.description-section h2 {
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.description-section .btn-block .btn {
    display: block;
    width: 253px;
    margin: 0;
    color: #414141;
}

    .description-section .btn-block .btn:hover {
        color: #fff;
    }

    .description-section .btn-block .btn:not(:last-child) {
        margin-bottom: 16px;
    }

@media screen and (max-width: 991px) {
    .page-name-section {
        padding: 7.86vw 0 7.86vw;
        text-align: center;
    }

        .page-name-section h2 {
            font-size: 6vw;
        }

    .small-container {
        width: 90%;
    }

    .description-section h2 {
        font-size: 4.93vw;
    }

    .description-section .btn-block .btn {
        width: 33.73vw;
    }

        .description-section .btn-block .btn:not(:last-child) {
            margin-bottom: 2vw;
        }
}

@media screen and (max-width: 767px) {
    .small-container {
        width: 85%;
    }
}
/* Tuxedo*/
.product-description-section {
    margin-bottom: 54px;
}

    .product-description-section .column {
        width: 50%;
        float: left;
        height: 502px;
    }

    .product-description-section .header {
        padding: 10px 10px 10px 70px;
        text-align: left;
    }

    .product-description-section h2 {
        margin-bottom: 30px;
    }

    .product-description-section p {
        color: #414141;
        font-size: 14px;
        font-weight: 300;
        line-height: 125%;
        letter-spacing: 0.06em;
        padding-right: 15px;
    }

    .product-description-section .btn-block {
        margin-top: 47px;
    }

@media screen and (max-width: 991px) {
    .product-description-section {
        margin-bottom: 7.86vw;
    }

        .product-description-section .column {
            width: 100%;
            height: auto;
        }

        .product-description-section .header {
            padding: 5.6vw;
        }

        .product-description-section h2 {
            margin-bottom: 4vw;
        }

        .product-description-section p {
            padding-right: 0;
            font-size: 2.93vw;
        }

        .product-description-section .btn-block {
            margin-top: 5.6vw;
        }
}

/* Product Preview Section */
.product-preview-section {
    background-color: #e9e9e9;
    padding: 74px 0 67px;
    margin-bottom: 130px;
}

.lebanon-preview-section {
    padding: 62px 0 49px;
    margin-bottom: 75px;
}

.product-preview-section .list-item {
    width: calc(100% / 3);
    display: inline-block;
    padding: 0 10px;
}

.product-preview-section .list {
    margin: 0 -10px;
}

.product-preview-section .featured-images .image-header {
    height: 0;
    padding-bottom: 100%;
}

    .product-preview-section .featured-images .image-header img {
        max-height: 100%;
    }

@media screen and (max-width: 991px) {
    .product-preview-section {
        padding: 5.6vw 0 5.6vw;
        margin-bottom: 13vw;
    }

    .lebanon-preview-section {
        padding: 5.6vw 0 4vw;
    }

    .product-preview-section .list-item {
        padding: 0 1vw;
    }

    .product-preview-section .list {
        margin: 0 -1vw;
    }
}

/* Lebanon Store Description */
.store-description-section h2 {
    margin-bottom: 15px;
}

.store-description-section p {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 125%;
}

.store-description-section .txt-column {
    padding: 60px 67px;
}

.store-description-section .header,
.store-description-section .btn-block {
    display: inline-block;
    vertical-align: top;
}

.store-description-section .btn-block {
    width: 253px;
}

.store-description-section .header {
    width: calc(100% - 253px);
    padding-right: 65px;
}

@media screen and (max-width: 991px) {
    .store-description-section p {
        font-size: 3.2vw;
    }

    .store-description-section .txt-column {
        padding: 5.6vw;
    }

    .store-description-section .btn-block {
        width: 100%;
    }

    .store-description-section .header {
        width: 100%;
        padding-right: 0;
    }

    .store-description-section .btn-block {
        margin-top: 5.6vw;
    }
}

/* Logo section */
.logo-section {
    margin-bottom: 56px;
}

    .logo-section .xs-section {
        width: 670px;
        display: block;
        margin: 0 auto;
    }

    .logo-section .logo-row {
        width: 100%;
        font-size: 0;
    }

        .logo-section .logo-row:not(:last-child) {
            margin-bottom: 40px;
        }

    .logo-section .logo-col {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% / 3);
        font-size: 0;
        text-align: center;
    }

    .logo-section .logo-img {
        display: inline-block;
        background-size: contain;
        max-width: 90%;
        background-position: center;
    }

        .logo-section .logo-img img {
            height: 100%;
        }

@media screen and (max-width: 991px) {
    .logo-section {
        margin-bottom: 9.6vw;
    }

        .logo-section .logo-row:not(:last-child) {
            margin-bottom: 5.6vw;
        }

        .logo-section .xs-section {
            width: 80%;
        }

        .logo-section .logo-img {
            max-width: 75%;
        }
}

/* Location */
@media (max-width: 991px) {
    .description-section .btn-block .btn {
        margin-left: auto;
        margin-right: auto;
    }
}
/* END Location */

.description .form-block label{
    top: 100% !important;
}

/* Page About */
.page-about .small-container {
    width: auto;
}

.page-about footer,
.page-faq footer {
    margin-top: 56px;
}

.page-about p,
.page-faq p {
    font-weight: 300;
}

@media (max-width: 991px) {

    .page-about footer,
    .page-faq footer {
        margin-top: 9.6vw;
    }

    .page-about h3,
    .page-faq h3 {
        font-size: 4.2vw;
    }

    .page-about p,
    .page-faq p {
        font-size: 2.93vw;
    }

    .page-about .common-article,
    .page-faq .common-article {
        padding: 5.6vw;
    }
}

@media (min-width: 768px) {
    .page-about .section-article .container,
    .page-faq .section-article .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .page-about .section-article .container,
    .page-faq .section-article .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .page-about .section-article .container,
    .page-faqpage-faq .section-article .container {
        width: 1170px;
    }
}