/* Theme Name: LTMS V2
 * Author: Calico Digital Ltd
 * Author URI: https://calico.digital
 * Description: LTMS Website
 */

@font-face {
    font-family: 'rl-aqva';
    src: url('fonts/RLAqva-Regular.otf') format('opentype'),
         url('fonts/RLAqva-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --ltms-purple: #684F9B;
    --ltms-dark-purple: #2E183E;
    --ltms-yellow: #FBB90F;
}

body {
    margin: 0;
    font-family: 'merriweather', serif;
    -webkit-text-size-adjust: 100%;
}

.font-sans {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
}


img {
    border: 0;
}

.small {
    font-size: 12.5px;
}

#bottom a {
    margin-right: 30px;
}

#bottom a:last-child {
    margin-right: 0;
}

.half {
    width: 50%;
    text-align: center;
    float: left;
}

h1 {
    font-size: 28px;
    margin-bottom: 0;
}

h2 {
    color: var(--ltms-purple);
    font-size: 30px;
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}

p {
    font-size: 15px;
    color: #000;
    line-height: 21px;
    margin-bottom: 24px;
    max-height: 9999px;
    font-weight: 300;
}

a {
    color: #000;
    text-decoration: none;
    transition: color 200ms;
}

a:hover {
    color: #666;
}

#closePop {
    color: #fff;
    margin-top: 10px;
    float: right;
    margin-right: 10px;
}

header {
    padding-top: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 984px;
    min-width: 320px;
    background: #fff;
    padding-left: 5px;
}

header nav {
    max-width: 984px;
    min-width: 320px;
    margin: 0 auto;
    margin-top: 30px;
    /*background: url('images/sticky-bar1.png') no-repeat;*/
    height: 43px;
    margin-bottom: 25px;
}

header nav ul {
    list-style: none;
    line-height: 42px;
    margin-left: -65.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

header nav ul li {
    display: inline;
}

header nav ul li a {
    font-size: 20px;
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    color: var(--ltms-purple);
    text-decoration: none;
    font-weight: 300;
    margin-left: 10px;
}

header #main {
    padding-top: 500px;
}

.invisi-link {
    position: absolute;
    z-index: 99999;
    width: 30%;
    height: 40%;
    margin-top: 17px;
    margin-left: 35px;
    text-indent: -9999px;
}

.page-id-154 .invisi-link {
    display: none;
}

section {
    clear: both;
}

#content h1 {
    margin-bottom: 0;
}

body.home #content h1 {}

body.page-id-7 #content h1 {
    margin-bottom: 20px;
}

.main-heading {
    margin-top: 32px;
}
section .hero {

    max-width: 100%;
}

img {
    max-width: 100%;
}

/* Different Sections */
#hello {
    margin-top: 100px;
}

#massage-benefits {
    margin-top: 100px;
}

#therapies {
    margin-top: 100px;
}

#contact-me {
    margin-top: 100px;
}

.container {
    max-width: 984px;
    min-width: 320px;
    margin: 0 auto;
    text-align: center;
}

.inner-container {
    width: 840px;
    margin: 0 auto;
    text-align: center;
}

#content p {
    font-size: 18px;
    margin-bottom: 43px;
    margin-top: 0;
    line-height: 30px;
}

#content .review p {
    margin-bottom: 10px;
}

.toporn {
    padding-bottom: 20px;
    display: inline-block;
    text-align: center;
}

#content strong {
    font-family: 'merriweather', serif;
    color: #264053;
}

#content .em {
    margin-top: 10px;
    margin-bottom: 10px;
}

#content .bn {
    margin-top: 10px;
}

.ornament {
    display: block;
    margin: 25px auto;
    margin-bottom: 25px;
}

.highlight {
    color: #b19316;
    margin-bottom: 10px;
    font-size: 17px;
}

.half {
    width: 380px;
    float: left;
    margin-left: 50px;
    text-align: center;
}

.half:nth-child(even) {
    margin-right: 0;
}

#notice {
    clear: both;
    background: url('images/box.png') no-repeat;
    font-size: 10.3px;
    text-align: center;
    padding: 7px 0;
}

#notice strong {}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {

    h1,
    h2 {
        font-weight: normal;
    }
}


footer #top {
    padding: 20px 0;
    background: var(--ltms-yellow);
    width: 100%;
}

footer {
    width: 100%;
    min-width: 320px;
}

footer #bottom {
    padding: 20px 0;
    background: var(--ltms-purple);
    width: 100%;
}

input,
textarea {
    border: 1px solid #bfbfbf;
    width: 100%;
    text-align: center;
    padding: 13px 0;
    margin-bottom: 5px;
    font-size: 15px;
}

.showMenu {
    display: none;
}

#popup {
    display: none;
    cursor: pointer;
    position: fixed;
    z-index: 999999;
    width: 450px;
    margin: auto;
    left: 0;
    top: 50px;
    bottom: 0;
    right: 0;
    /* background: url('popup.png'); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
}

input[type="submit"] {
    background: #b19316;
    color: #fff;
    font-size: 24px;
    padding: 5px 0;
    text-align: center;
    width: 50%;
    border: 0;
}

.wpcf7-not-valid {
    border: 1px solid #c60000;
}

.wpcf7-not-valid-tip {
    display: none;
}

::-webkit-input-placeholder {
    color: black;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: black;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: black;
}

:-ms-input-placeholder {
    color: black;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
    color: transparent;
}

.review p {
    margin-bottom: 10px;
}

@media (max-width: 1000px) {

    #content p {
        width: 90%;
        font-size: 1.1em;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    body {
        background: none;
    }

    .wp-post-image {
        height: auto;
    }

    .container {
        margin: 0 auto;
    }

    footer #top .container {
        width: 80%;
    }

    .wp-image-396,
    .wp-image-437,
    .wp-image-175,
    .wp-image-73,
    .wp-image-75,
    .wp-image-76,
    .wp-image-77,
    .em {
        height: auto;
        width: 95%;
    }

}

@media (max-width: 600px) {
    #popup {
        height: 154px;
        width: 320px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    body:not(.home) #content br {
        display: none;
    }

    nav ul li a {
        margin-right: 5px !important;
        font-size: 1em !important;
        line-height: 1.2em;
    }

    .half {
        margin-left: 0 !important;
        width: 100%;
    }

    #mapTime {
        width: 100% !important;
        background: none !important;
    }

    iframe {
        width: 300px;
    }

    nav {
        margin: 0 auto;
        padding-bottom: 30px;
        margin-left: -25px !important;
    }

    .invisi-link {
        height: 20%;
    }

    .wp-image-188 {
        margin-bottom: 28px;
    }
}

@media (max-width: 800px) {
    .invisi-link {
        height: 20%;
    }
}


@media (max-width: 900px) {

    .invisi-link {
        height: 35%;
    }

    .wp-image-35 {
        display: block;
        margin: 0 auto;
    }

    nav {
        padding-bottom: 30px;
    }

    .half {
        margin-left: 0 !important;
        width: 100%;
    }

    header nav ul {
        line-height: 25px;
    }

    header nav ul li {
        display: block;
    }

    header nav ul li:not(:last-child) a:after {
        content: '';
    }
}

/* Responsive menu */

.threeLines {
    display: none;
}


#click-menu {
    position: static !important;
    width: 97.2%;
    background: #f3efdd !important;
    color: #000 !important;
    font-size: 21px !important;
    font-weight: 700;
    padding: 10px 0;
    margin-top: -100px;
    margin-bottom: 10px;
}

#responsive-menu {
    height: auto !important;
    background: #fff !important;
    width: 98.5% !important;
    box-shadow: none !important;
    margin-bottom: 100px;
    top: 183px !important;
}

#responsive-menu .responsive-menu li a {
    color: #000 !important;
    background: #fff;
    border-top: none !important;
    text-align: center !important;
    font-size: 20px !important;
    padding: 12px 0 !important;
    width: 99.5% !important;
}

#responsive-menu a:hover,
#responsive-menu .current_page_item a {
    background: #f6f5ec !important;
}

.click-menu-active {
    /*margin-top: -334px !important;*/

}

.content-opened {
    margin-top: 275px;
}



@media (max-width: 768px) {
    .showMenu {
        display: block;
        background-color: var(--ltms-yellow);
        color: var(--ltms-dark-purple);
        padding: 10px;
    }

    .showMenu:hover {
        color: #fff;
    }

    .showMenu.clicked {
        color: #fff;
    }

    .menu {
        display: none;
        z-index: 100;
        background: #f3efdd;
        position: relative;
        margin-top: 0;
    }

    .menu li a {
        padding: 10px;
        display: block;
    }

    .menu li a:hover {
        background: #f6f5ec;
    }
}

.safe-btn {
    transition: all 120ms ease-in-out;
}

.safe-btn:hover {
    opacity: .7;
}

.wpcf7-recaptcha {
    margin-top: -50px;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-block {
    padding: 0 0 40px;
}
.button {
    position: relative;
    border-top: 3px solid var(--ltms-yellow);
    border-bottom: 3px solid var(--ltms-yellow);
    padding: 12px 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'rl-aqva';
    display: inline-block;
    color: var(--ltms-dark-purple);
    transition: all 150ms ease;
}

.button:hover {
    background: var(--ltms-yellow);
    color: var(--ltms-dark-purple);
}

.button--before {
    position: absolute;
    left: -10px;
    top: -2.5px;
    height: calc(100% + 5px);
}

.button--before g path,
.button--after g path {
    transition: all 50ms ease;
}

.button:hover .button--after g path,
.button:hover .button--before g path {
    fill: var(--ltms-yellow);
}

.button--after {
    position: absolute;
    right: -10px;
    top: -2.5px;
    height: calc(100% + 5px);
}

.heading-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.title-tag {
    font-family: 'rl-aqva';
    margin: 0;
    color: var(--ltms-dark-purple)
}

.title-tag h2 {
    font-size: 33px;
}

.heading-block__heading {
    width: fit-content;
}

.heading-block__heading__footer {
    width: calc(100% - 40px);
    background: var(--ltms-yellow);
    height: 3px;
    display: flex;
    align-items: center;
    margin: auto;
    margin-top: 5px;
    position: relative;
}

.dec-left {
    position: absolute;
    left: -20px;
}

.dec-right {
    position: absolute;
    right: -20px;
}

.page-image {
    position: relative;
}

.page-image .main-img {
    width: 100%;
    height: auto;
}

.page-image__badge {
    position: absolute;
    right: 12px;
    top: 20px;
}

@media screen and (max-width: 1024px) {
    .page-image__badge {
        width: 20%;
    }
}

#thaiHealing {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-family: 'itc-avant-garde-gothic-pro', sans-serif;
    color: #452B64;
}

h1, h2, h3, h4 {
    font-weight: normal !important;
}