/*!
Theme Name: teckhuat
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: teckhuat
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.

teckhuat 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/
*/

html, body{
    margin: 0;
    padding: 0;
}
.ts-container, .ts-container-fluid{
    margin-left: auto;
    margin-right: auto;
}
.ts-row{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}
.ts-container, .ts-container-fluid, div[class*='col-']{
    padding-left: 1rem;
    padding-right: 1rem;
}
.relative, .ts-container, .ts-container-fluid, div[class*='col-'], form{
    position: relative;
}
.absolute{
    position: absolute;
}
.justify-content-center{
    justify-content: center!important;
}
.justify-content-start{
    justify-content: flex-start!important;
}
.justify-content-end{
    justify-content: flex-end!important;
}
.justify-content-between{
    justify-content: space-between!important;
}
.justify-content-around{
    justify-content: space-around!important;
}
.justify-content-evenly{
    justify-content: space-evenly!important;
}
.align-items-center{
    align-items: center!important;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}
div[class*='col-']{
    width: 100%;
}
div[class*='col-'].nopadding{
    padding-left: 0;
    padding-right: 0;
}
/* max width 767px */
@media screen and (max-width: 47.938rem){
    .mb-reverse-row{
        flex-direction: row-reverse;
    }
    .mb-reverse-column{
        flex-direction: column-reverse;
    }
    .mb-order-1{
        order: 1;
    }
    .mb-order-2{
        order: 2;
    }
    .mb-order-3{
        order: 4;
    }
    .mb-order-4{
        order: 4;
    }
    .mb-order-5{
        order: 5;
    }
    .mb-order-6{
        order: 6;
    }
    .mb-order-7{
        order: 7;
    }
    .mb-order-8{
        order: 8;
    }
    .mb-order-9{
        order: 9;
    }
    .mb-order-10{
        order: 10;
    }
    .mb-order-11{
        order: 11;
    }
    .mb-order-12{
        order: 12;
    }
}
/* min width 768px */
@media screen and (min-width: 48rem){
    .ts-container{
        max-width: 45rem;
    }
    .col-md-1{
        max-width: 8.33333333%;
    }
    .col-md-2{
        max-width: 16.66666667%;
    }
    .col-md-3{
        max-width: 25%;
    }
    .col-md-4{
        max-width: 33.33333333%;
    }
    .col-md-5{
        max-width: 41.66666667%;
    }
    .col-md-6{
        max-width: 50%;
    }
    .col-md-7{
        max-width: 58.33333333%;
    }
    .col-md-8{
        max-width: 66.66666667%;
    }
    .col-md-9{
        max-width: 75%;
    }
    .col-md-10{
        max-width: 83.33333333%;
    }
    .col-md-11{
        max-width: 91.66666667%;
    }
    .col-md-12{
        max-width: 100%;
    }
    .order-1{
        order: 1;
    }
    .order-2{
        order: 2;
    }
    .order-3{
        order: 3;
    }
    .order-4{
        order: 4;
    }
    .order-5{
        order: 5;
    }
    .order-6{
        order: 6;
    }
    .order-7{
        order: 7;
    }
    .order-8{
        order: 8;
    }
    .order-9{
        order: 9;
    }
    .order-10{
        order: 10;
    }
    .order-11{
        order: 11;
    }
    .order-12{
        order: 12;
    }
}
/* min width 992px */
@media screen and (min-width: 62rem){
    .ts-container{
        max-width: 60rem;
    }
    .col-lg-1{
        max-width: 8.33333333%;
    }
    .col-lg-2{
        max-width: 16.66666667%;
    }
    .col-lg-3{
        max-width: 25%;
    }
    .col-lg-4{
        max-width: 33.33333333%;
    }
    .col-lg-5{
        max-width: 41.66666667%;
    }
    .col-lg-6{
        max-width: 50%;
    }
    .col-lg-7{
        max-width: 58.33333333%;
    }
    .col-lg-8{
        max-width: 66.66666667%;
    }
    .col-lg-9{
        max-width: 75%;
    }
    .col-lg-10{
        max-width: 83.33333333%;
    }
    .col-lg-11{
        max-width: 91.66666667%;
    }
    .col-lg-12{
        max-width: 100%;
    }
}
/* min width 1200px */
@media screen and (min-width: 75rem){
    .ts-container{
        max-width: 71.25rem;
    }
    .col-xl-1{
        max-width: 8.33333333%;
    }
    .col-xl-2{
        max-width: 16.66666667%;
    }
    .col-xl-3{
        max-width: 25%;
    }
    .col-xl-4{
        max-width: 33.33333333%;
    }
    .col-xl-5{
        max-width: 41.66666667%;
    }
    .col-xl-6{
        max-width: 50%;
    }
    .col-xl-7{
        max-width: 58.33333333%;
    }
    .col-xl-8{
        max-width: 66.66666667%;
    }
    .col-xl-9{
        max-width: 75%;
    }
    .col-xl-10{
        max-width: 83.33333333%;
    }
    .col-xl-11{
        max-width: 91.66666667%;
    }
    .col-xl-12{
        max-width: 100%;
    }
}
/* min width 1400px */
@media screen and (min-width: 87.5rem){
    .ts-container{
        max-width: 82.5rem;
    }
}
/* min width 2000px */
@media screen and (min-width: 125rem){
    .ts-container{
        max-width: 112.5rem;
    }
}

html,body{
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #1E1E1E;
    color: #ffffff;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, th, p, a, label, td, input, textarea, select, option, li{
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, th{

}
p, a, label, td, input, textarea, select, option, li{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}
a, a:focus, a:hover, a:active, a:visited{
    outline: none;
}
a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.relative, .form-group{
    position: relative;
}
.absolute{
    position: absolute;
}
input, textarea, button, select, option{
    box-sizing: border-box;
    resize: none;
}
ol, ul{
    margin: 0;
}
.menu ul, .menu ol{
    padding-inline-start: 0;
    padding-left: 0;
    list-style: none;
}
.menu li a, .menu li a:hover, .menu li a:focus, .menu li a:visited, .menu li a:active{
    text-decoration: none;
}
#primary-menu{
    display: block;
}
#primary-menu .nav-menu{
    display: flex;
    align-items: center;
}
#primary-menu, #primary-menu .nav-menu{
    height: 100%;
}
.btn, button{
    text-transform: uppercase;
    padding: 12px 30px;
}
.copyright{
    padding: 20px 0;
    text-align: center;
}
.copyright, .copyright p{
    font-size: 12px;
    line-height: 15px;
}
/*.home #masthead, .search.search-results main > .page-header{*/
/*    display: none;*/
/*}*/
body:not(.home) #page{
    padding-top: 155px;
}
#page{
    padding-left: 25px;
    padding-right: 25px;
}
#masthead{
    position: fixed;
    display: flex;
    justify-content: space-between;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px;
    z-index: 9;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.scrolled #masthead{
    background-color: rgba(0,0,0,0.5);
}
.custom-logo-link{
    display: block;
    width: 160px;
}
.custom-logo-link img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.menu-toggle, #primary-menu{
    display: none;
}
.home-search .custom-logo-link{
    max-width: 600px;
    width: 100%;
    margin: 0 auto 30px;
}
.form-container{
    display: flex;
    flex-wrap: wrap;
}
.form-group{
    display: block;
    width: 100%;
    margin-bottom: 25px;
}
.search-form label, .search-form input{
    display: block;
    width: 100%;
}
.search-form input{
    padding: 8px 25px;
    padding-left: 50px;
    background-color: transparent;
    border: 1px solid #A78C59;
    border-radius: 25px;
}
.search-form .search-submit{
    position: absolute;
    display: block;
    width: 46px;
    height: 40px;
    color: transparent;
    overflow: hidden;
    padding: 0;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.search-form::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    transform:translate(0,-50%);
    width: 22px;
    height: 22px;
    background-image: url(/wp-content/uploads/2023/05/icon-search-gold.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.search-form input::placeholder, .search-form input::-moz-placeholder, .search-form input::-webkit-input-placeholder{
    color: transparent!important;
}
.search-form input[type="search"]::-webkit-search-decoration, .search-form input[type="search"]::-webkit-search-cancel-button, .search-form input[type="search"]::-webkit-search-results-button, .search-form input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
body.admin-bar #section-home-search .fullscreen{
    min-height: calc( 100vh - 87px);
}
#section-home-search .fullscreen{
    min-height: calc( 100vh - 55px);
}
body.admin-bar #section-no-results .fullscreen, body.admin-bar #section-customer-page .fullscreen{
    min-height: calc( 100vh - 243px);
}
#section-no-results .fullscreen, #section-customer-page .fullscreen{
    min-height: calc( 100vh - 210px);
}
.home-search, .search-form-wrapper{
    margin-top: -50px;
}
.search-form-wrapper{
    text-align: center;
}
.search-form-wrapper .page-header, .search-form-wrapper .page-content p{
    margin-bottom: 20px;
}
.result-grid article{
    margin-bottom: 70px;
}
.customer-grid{
    display: flex;
    align-items: flex-end;
}
.customer-grid .customer-photo{
    width: 200px;
}
.customer-grid .customer-photo img{
	width: 100%;
}
.customer-grid .customer-profile{
    position: relative;
    width: calc( 100% - 200px );
    border: 2px solid #A78C59;
    border-left: none;
    border-bottom-right-radius: 25px;
    padding: 25px 40px;
}
.customer-grid .customer-profile .column-cta{
    position: absolute;
    bottom: 25px;
    right: 40px;
}
.customer-grid .customer-profile .column-cta a{
    display: block;
    border: 2px solid #A78C59;
    border-radius: 25px;
    padding: 8px 35px;
    text-decoration: none;
    font-size: 20px;
}
.customer-grid .customer-profile .column-cta a:hover{
    background-color: #A78C59;
}
.customer-details .customer-fields{
    display: flex;
    align-items: flex-start;
}
.customer-details .customer-fields:not(:last-child){
    margin-bottom: 15px;
}
.customer-details .customer-fields label{
    display: block;
    width: 150px;
    text-align: right;
    margin-right: 30px;
}
.customer-details .customer-fields p{
    text-align: left;
}
.btn-return{
    display: block;
    position: relative;
    margin-bottom: 50px;
    width: 50px;
    height: 32px;
    color: transparent;
}
.btn-return::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://teckhuat.tang-studio.com/wp-content/uploads/2023/05/icon-arrow-left.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.section-customer-info .customer-grid{
    align-items: flex-start;
    flex-direction: row-reverse;
}
.section-customer-info .customer-grid .customer-profile{
    border-left: 2px solid #A78C59;
}
.section-user-dashboard{
    padding-top: 30px;
    padding-bottom: 70px;
}
.iconbox a{
    text-decoration: none;
    outline: none;
}
.iconbox-icon{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 30px;
    background: white;
    padding: 25px;
}
.iconbox-content{
    text-align: center;
}
.customer-header, .customer-item {
    display: flex;

}
.customer-header > [class*='column-'], .customer-item > [class*='column-']{
    position: relative;
    width: 100%;
    padding: 6px 15px;
}
.customer-header > [class*='column-']:not(:last-child), .customer-item > [class*='column-']:not(:last-child){
    border-right: 1px solid #fff;
}
.customer-header{
    border: 1px solid #fff;
    border-bottom: none;
}
.customer-body{
    border: 1px solid #fff;
}
.customer-item:not(:last-child){
    border-bottom: 1px solid #fff;
}
.column-link a{
	color: #fff;
}
.customer-header .column-id, .customer-item .column-id{
    min-width: 60px;
    max-width: 60px;
}
.cust-tab{
	display: none;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.cust-tab.active{
	display: block;
}
.cust-tab.show{
	opacity: 1;
}
.tomb-wrapper{
    background-color: #fff;
    color: #000;
	padding: 25px;
}
.tomb-wrapper, .side-content{
	max-width: 800px;
	margin: auto;
}
.tomb-thumbnail{
	display: block;
    width: 150px;
    height: 200px;
    border: 1px solid #fff;
    margin: 30px auto;
    border-radius: 50%;
	overflow: hidden;
    background: #dfdfdf;
}
.tomb-thumbnail img{
	width: 100%;
	transform: scale(1.2);
}
.tomb-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
}
.tomb-column > div{
    writing-mode: vertical-rl;
    text-orientation: upright;
	white-space: nowrap;
}
.tomb-column {
    width: 30%;
	font-size: 24px;
	line-height: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tomb-wrapper.single .tomb-col{
    width: 100%;
}
.tomb-column.column-1 {
	justify-content: flex-end;
}
.tomb-column.column-2 {
	justify-content: flex-end;
	font-size: 80px;
	line-height: 80px;
}
.tomb-column.column-1, .tomb-column.column-3 {
	justify-content: space-between;
}
.tomb-wrapper:not(.double) .tomb-column .province{
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 80px;
}
.tomb-column.column-2, .tomb-column .province{
	transform: scale(1.5, 0.9);
}
.tomb-dob-details, .tomb-other-info{
	transform: scale(1.5, 1);
	letter-spacing: 2px;
}
.tomb-column.column-2 .tomb-title{
	letter-spacing: 4px;
}
.tomb-column.column-3 {
	font-size: 24px;
	line-height: 24px;
}
.lunar-date{
	margin: 6px 0 -6px;
}
.lunar-date#year, .lunar-date#DODyear{
    margin-bottom: 4px;
}
.img-navigator{
    display: flex;
    position: relative;
}
.img-navigator .navigator-details{
    width: 50%;
    order: 2;
}
.img-navigator .navigator-details.second{
    order: 1;
}
.navigator-control.controller-1:not(.single), .navigator-control.controller-2{
    transform: translate(0,0);
    width: 210px;
    height: 235px;
}
.navigator-control.controller-1:not(.single){
    left: auto;
    right: 13%;
}
.navigator-control.controller-2{
    left: 13%;
}
.navigator-control{
    display: block;
    margin: auto;
    position: absolute;
    top: 100%;
    width: 320px;
    height: 320px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
}
.navigate-arrow{
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-image: url(https://teckhuat.tang-studio.com/wp-content/uploads/2023/07/arrow-forward-circle-outline.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.navigate-arrow.arrow-top {
    transform: translate(-50%, 0) rotate(-90deg);
    left: 50%;
}
.navigate-arrow.arrow-right {
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.navigate-arrow.arrow-bottom {
    transform: translate(-50%,0) rotate(90deg);
    bottom: 0;
    left: 50%;
}
.navigate-arrow.arrow-left {
    transform: translate(0,-50%) rotate(-180deg);
    top: 50%;
}
.error{
	display: none;
	position: absolute;
	top: 50%;
	left: calc( 100% + 15px );
	transform: translate(0, -50%);
}
.error.success{
	color: #4BB543;
}
.error.failed{
	color: #ff0000;
}
.customer-wrapper{
    position: relative;
}
.loading{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lds-ring {
    display: block;
    position: absolute;
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tab-wrapper .tab-nav{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding-inline-start: 0;
    border: 1px solid #A78C59;
    width: fit-content;
}
.tab-wrapper .tab-nav .tab-item{
    padding: 6px 15px;
    background-color: transparent;
    color: #A78C59;
    cursor: pointer;
}
.tab-wrapper .tab-nav .tab-item:hover{
    background-color: rgba(255,255,255,0.2);
}
.tab-wrapper .tab-nav .tab-item:not(:last-child){
    border-right: 1px solid #A78C59;
}
.tab-wrapper .tab-nav .tab-item.active{
    background-color: #A78C59;
    color: #ffffff;
    pointer-events: none;
}
.tab-pane{
    display: none;
    opacity: 0;
    transition: 0.25s ease;
    padding: 15px;
    border: 1px solid #A78C59;
}
.tab-pane.active{
    display: block;
}
.tab-pane.show{
    opacity: 1;
}
.column-link .column-cta, .column-file .cta-link{
    margin: 6px 0;
    display: inline-block;
    background-color: #A78C59;
    border: 1px solid #A78C59;
    color: #fff;
    padding: 6px 12px;
    text-decoration: none;
}
.column-link .column-cta:hover, .column-file .cta-link:hover{
    color: #A78C59;
    background-color: transparent;
}

.template-nav-wrapper .template-nav{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.template-nav-wrapper .template-nav .template-nav-item{
    padding: 6px 15px;
    border: 1px solid rgb(167 140 89);
    cursor: pointer;
}
.template-nav-item:not(:last-child) {
    border-right: 0;
}
.template-nav-item.active {
    pointer-events: none;
    background: #a78c59;
}
.template-nav-item:hover {
    background: rgba(167, 140, 89, 0.5);
}
.tomb-wrapper{
    display: flex;
    justify-content: center;
}
.tomb-wrapper.double .tomb-thumbnail{
    width: 90px;
    height: 120px;
}
.tomb-wrapper.double{
    max-width: 100%;
    justify-content: space-between;
}
.tomb-wrapper.double .tomb-col{
    width: 45%;
    position: relative;
}
.tomb-wrapper.double  .block-province, .tomb-wrapper.double.reverse .tomb-col:last-child .block-province{
    position: absolute;
    left: 15%;
    top: 50px;
    right: auto;
    width: 40px;
    
}
.tomb-wrapper.double .tomb-col:last-child .block-province, .tomb-wrapper.double.reverse .tomb-col:first-child .block-province{
    left: auto;
    right: 15%;
}
.tomb-wrapper.double .tomb-body{
    height: auto;
    align-items: flex-end;
    margin-top: 0px;
}
.tomb-wrapper.double.hokkien.nine .tomb-body{
    margin-top: 30px;
}
.tomb-wrapper.double.hokkien.ten .tomb-body{
    margin-top: -15px;
}
.tomb-wrapper.double.guangdong.seven .tomb-body{
    margin-top: 35px;
}
.tomb-wrapper.double.guangdong.twelve .tomb-body .tomb-column.column-2{
    transform: translateY(40px) scale(1.8, 0.8);
}
.tomb-wrapper.double.guangdong.eleven .tomb-body{
    margin-top: 0;
}
.tomb-wrapper.double.guangdong.twelve .tomb-body{
    margin-top: -30px;
}
.tomb-column .province, .block-province{
    font-size: 30px;
    line-height: 30px;
}
.tomb-column.column-2{
    font-size: 50px;
    line-height: 50px;
}
.table-legends {
    gap: 30px;
    margin-bottom: 30px;
}
.table-legends .legend-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.table-legends .legend-item .legend-color {
    display: block;
    width: 30px;
    height: 15px;
    border: 1px solid #fff;
}
.table-legends .legend-item.selecting .legend-color {
    background-color: #3b44ff;
}
.table-legends .legend-item.available .legend-color {
    background-color: #C9EDDF;
}
.table-legends .legend-item.occupied .legend-color {
    background-color: #ffc107;
}
.table-legends .legend-item.booked .legend-color {
    background-color: #95ADC6;
}
/* Media Query - Responsive */
@media screen and (max-width: 767px){
    p, a, label, td, input, textarea, select, option, li{
        font-size: 16px;
    }
    #masthead{
        padding: 15px 25px;
    }
    #section-home-search .fullscreen{
        min-height: calc( 100vh - 71px);
    }
    #section-no-results .fullscreen{
        min-height: calc( 100vh - 225px );
    }
    .customer-grid{
        display: block;
    }
    .customer-grid .customer-photo{
        margin: auto;
    }
    .customer-grid .customer-profile{
        width: 100%;
        max-width: fit-content;
        border-left: 2px solid #A78C59;
        padding: 25px;
    }
    .customer-details .customer-fields label{
        width: 115px;
        min-width: 115px;
    }
    .customer-grid .customer-profile .column-cta{
        position: relative;
        display: block;
        width: 100%;
        bottom: auto;
        right: auto;
        text-align: right;
        margin-top: 30px;
    }
    .customer-grid .customer-profile .column-cta a{
        display: inline-block;
        font-size: 18px;
    }
    body:not(.home) #page{
        padding-top: 115px;
    }
    .customer-wrapper{
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 1000px){
    #site-navigation .menu-toggle{
        display: none;
    }
    .form-group.half{
        max-width: 50%;
    }
}
.single canvas{
	display: none;
}
@media screen and (min-width: 1400px){
    
    .navigator-control.controller-1:not(.single){
        right: 14%;
    }
    .navigator-control.controller-2{
        left: 14%;
    }
}