.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.responsive-logos {
padding: 40px 0;
}
.responsive-logos .logo-wrapper {
padding: 0 30px;
}
.slick-dots {
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
margin: 0;
padding: 1rem 0;
list-style-type: none;
}
.slick-dots li {
margin: 0 0.25rem;
}
.slick-dots button {
display: block;
width: 0.7rem;
height: 0.7rem;
padding: 0;
border: none;
border-radius: 100%;
background-color: #000;
text-indent: -9999px;
}
.slick-dots li.slick-active button {
background-color: #7684ce;
}
img {
max-width: 100%; }
.visuallyhidden {
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.btn {
display: inline-block;
margin-top: 16px;
padding: 12px 24px;
color: #ffffff;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
background-color: #7684CE;
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms; }
.btn:hover {
background-color: #6373c7; }
.animate_el {
opacity: 0;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
@-webkit-keyframes slideInUp {
from {
opacity: 1;
-webkit-transform: translateY(10%);
transform: translateY(10%); }
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); } }
@keyframes slideInUp {
from {
opacity: 0;
-webkit-transform: translateY(10%);
transform: translateY(10%); }
to {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0); } }
.slide_in {
-webkit-animation-name: slideInUp;
animation-name: slideInUp; } body {
font-family: "century-gothic", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
overflow-x: hidden; }
@media only screen and (min-width: 1440px) {
body {
font-size: 18px; } }
body, h1, h2, h3, h4, h5, h6 {
font-size-adjust: 0.5; }
h1, h2, h3, h4, h5, h6 {
font-family: "Handlee", sans-serif;
font-weight: 700;
font-style: normal;
margin: 0;
color: #7684CE; } body {
font-size: 1em; line-height: 1.25; }
h1 {
font-size: 2em; line-height: 1.25; }
h2 {
font-size: 1.625em; line-height: 1.15384615; }
h3 {
font-size: 1.375em; line-height: 1.13636364; }
h4, h5, h6 {
font-size: 1.25em; line-height: 1.11111111; }
blockquote {
font-size: 1.25em; line-height: 1.25; padding: 10px 20px;
margin: 0 0 20px;
border-left: 5px solid #222222; }
blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
font-size: 1em; line-height: 1.25; }
@media (min-width: 43.75em) {
body {
font-size: 1em; line-height: 1.375; }
h1 {
font-size: 2.5em; line-height: 1.125; }
h2 {
font-size: 2em; line-height: 1.25; }
h3 {
font-size: 1.5em; line-height: 1.25; }
h4, h5, h6 {
line-height: 1.22222222; }
blockquote {
font-size: 1.5em; line-height: 1.45833333; }
blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6 {
font-size: 1em; line-height: 1.45833333; } }
@media (min-width: 56.25em) {
body {
line-height: 2; }
h1 {
font-size: 3.25em;
line-height: 1.05; }
h2 {
font-size: 3em;
line-height: 1.25; }
h3 {
font-size: 1.75em; line-height: 1.25; }
h4, h5, h6 {
font-size: 1.5em; line-height: 1.25; } }  .site-logo-heading {
padding: 16px;
line-height: .65; }
.site-logo {
width: 175px; }
.burger-bars {
position: absolute;
top: 23px;
right: 16px;
width: 25px;
padding: 8px;
cursor: pointer; }
.burger-bars .bars {
fill: #F1C050;
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms; }
.burger-bars.opened .bars {
fill: #7684CE; }
.burger-bars:hover .bars {
fill: #7684CE; }
.site-nav .menu {
display: none;
position: absolute;
z-index: 1;
width: 100%;
list-style: none;
margin: 0;
padding: 16px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background-color: rgba(255, 255, 255, 0.95); }
.site-nav .menu .menu-item a {
display: block;
padding: 12px 0;
border-bottom: 1px solid #F1C050;
font-weight: 800;
color: #7684CE;
text-decoration: none;
text-transform: uppercase;
text-align: center;
-webkit-transition: all 200ms;
-o-transition: all 200ms;
white-space: nowrap;
transition: all 200ms; }
.site-nav .menu .menu-item a:hover {
background-color: #F1C050;
color: #ffffff; }
.site-nav .menu .menu-item:first-child a {
border-top: 1px solid #F1C050; }
.site-nav .menu .menu-item.reservations-btn a {
background-color: #F1C050;
padding: 8px 16px;
color: #b3810e; }
.site-nav .menu .menu-item.reservations-btn a:hover {
background-color: #7684CE;
color: #344391; } .hero {
position: relative;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-justify-content: center;
height: 56vw;
max-height: 75vh;
min-height: 200px;
color: #ffffff;
text-align: center; }
.hero .btn {
background-color: #ffffff;
color: #7684CE; }
.hero .btn:hover {
color: #ffffff;
background-color: #F1C050; }
.hero-header {
color: #ffffff;
line-height: 1.5;
letter-spacing: 3px; }
.video-overlay {
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
opacity: .25;
background-color: #000000;
background-size: 2px; }
.hero-video-bg {
position: absolute;
z-index: -2;
top: 0;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
width: 100%;
min-height: 100%; } .page-header {
height: 200px;
background-size: cover;
background-repeat: no-repeat; } @media only screen and (min-width: 768px) {
.hero {
min-height: 400px; }
.site-header {
padding: 8px 16px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: center; }
.burger-bars {
display: none; }
.site-nav {
margin-left: auto;
max-width: 868px;
min-width: 400px; }
.site-nav .menu {
position: relative;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
display: -webkit-flex !important;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: center; }
.site-nav .menu .menu-item {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.site-nav .menu .menu-item a {
border: none !important;
padding: 6px 16px; } }
@media only screen and (min-width: 996px) {
.site-header {
padding: 8px 64px; }
.menu-item {
margin: 0 6px; }
.hero {
min-height: 550px;
max-height: 88vh; }
.hero-header {
font-size: 4em; }
.page-header {
height: 400px; } }  body {
margin: 0; } .l-row {
padding: 64px 16px 24px 16px; }
.l-container {
max-width: 768px;
margin: 0 auto; }
.main-body {
overflow: hidden; } .lattice-heading {
position: relative; }
.lattice-heading:before {
content: '';
position: absolute;
top: -50px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
height: 37px;
width: 126px;
background-image: url(//blueorchidthai.com/wp-content/uploads/2019/02/heading-decoration-primary.png);
background-repeat: no-repeat; }
.centered-text {
text-align: center; }
.videowrapper {
position: relative;
overflow: hidden;
padding-top: 56.25%; }
.videowrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0; } .specials-row {
text-align: center; }
.special-copy-col {
padding-top: 16px; }
.bleed-row {
background-color: #7684CE;
color: #ffffff;
text-align: center;
padding: 80px 16px 16px 24px; }
.bleed-row .lattice-heading {
color: #ffffff; }
.bleed-row .lattice-heading:before {
background-image: url(//blueorchidthai.com/wp-content/uploads/2019/02/heading-decoration-white.png); }
.bleed-row .btn {
background-color: #ffffff;
color: #7684CE; }
.bleed-row .btn:hover {
color: #ffffff;
background-color: #F1C050; }
.widg-gallery {
margin-bottom: 10px;
overflow: hidden; }
.sub-menu-header {
font-weight: 700; }
.about-us {
padding: 32px 16px; }
.about-us .col {
padding: 16px 0; }
.about-us .videowrapper {
margin: 16px 0; }
.about-us .l-two-col aside.col {
border: 3px solid #7684CE;
padding: 32px 16px; }
.phone-link {
color: #7684CE;
text-decoration: none;
font-size: 1.5em;
font-weight: 700;
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms; }
.phone-link:hover {
color: #F1C050; } .erm_menu li {
list-style: none; }
.erm_menu ul {
padding-left: 0; }
.erm_menu:not(.type-erm_menu) {
border-top: 0;
font-family: "century-gothic", sans-serif; }
.erm_menu .erm_section_title {
border-top: none;
border-bottom: none; }
.erm_menu .erm_title {
font-size: 1.55em;
font-family: "century-gothic", sans-serif;
color: #333333; }
.erm_menu .erm_product_title {
font-size: 1.25em;
font-family: "Handlee", sans-serif;
color: #333333; }
.erm_menu .erm_section {
width: 100%;
margin-top: 30px; }
.erm_menu .erm_section_title {
font-size: 1.25em;
font-family: "century-gothic", sans-serif;
color: #333333; }
.erm_menu .erm_product {
margin: 16px 0; }
.erm_menu .erm_product_price {
float: right; }
.menu-card {
display: none; }
.menu-card.entrees-menu {
display: block; }
.menu-tab-list {
padding: 0;
list-style: none;
text-align: center; }
.menu-tab-list .menu-tab {
padding: 8px 0;
cursor: pointer;
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms; }
.menu-tab-list .menu-tab.active-tab {
position: relative;
color: #F1C050; }
.menu-tab-list .menu-tab.active-tab:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
height: 2px;
width: 50px;
border-bottom: 2px solid #333333; }
.menu-tab-list .menu-tab:hover {
color: #F1C050; }
.wpcf7 input, .wpcf7 textarea {
width: 100%;
padding: 8px;
margin-bottom: 8px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #d4d4d4;
font-size: 14px;
resize: none;
font-family: "century-gothic", sans-serif;
font-weight: 400;
font-style: normal; }
.wpcf7 input[type="submit"] {
width: auto;
padding: 12px 24px;
background-color: #7684CE;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
font-size: 16px;
color: #ffffff;
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms; }
.wpcf7 input[type="submit"]:hover {
color: #ffffff;
background-color: #F1C050; }
.wpcf7 .wpcf7-not-valid {
border-color: red; }
.wpcf7 .wpcf7-not-valid-tip {
display: none; } @media only screen and (min-width: 996px) {
.l-row {
padding: 32px 16px; }
.l-container {
max-width: 996px; }
.l-two-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: center; }
.l-two-col .col {
width: 50%; }
.flex-start {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-align-items: flex-start; }
.bleed-row {
padding: 130px 16px 64px 16px;
position: relative; }
.bleed-row:before {
content: '';
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 40%;
background-image: url(//blueorchidthai.com/wp-content/uploads/2019/02/DSC03370_edited.jpg);
background-size: cover;
background-repeat: no-repeat; }
.about-us {
padding: 125px 16px 64px 16px; }
.about-us .l-two-col .col {
padding: 0 16px;
width: 60%; }
.about-us .l-two-col aside.col {
width: 40%;
margin-left: 32px; }
.about-us .videowrapper {
margin: 32px 0; }
.contact-us, .site-menu {
padding: 125px 16px 64px 16px; }
.menu-tabs-container .col {
padding: 0 16px; }
.menu-tab-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-justify-content: center; }
.menu-tab-list .menu-tab {
padding: 0 16px; }
.erm_menu-id-140 .erm_menu_content, .erm_menu-id-193 .erm_menu_content, .erm_menu-id-273 .erm_menu_content, .erm_menu-id-506 .erm_menu_content, .erm_menu-id-518 .erm_menu_content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between; }
.erm_menu-id-140 .erm_menu_content .erm_product, .erm_menu-id-193 .erm_menu_content .erm_product, .erm_menu-id-273 .erm_menu_content .erm_product, .erm_menu-id-506 .erm_menu_content .erm_product, .erm_menu-id-518 .erm_menu_content .erm_product {
width: 49%;
-webkit-box-sizing: border-box;
box-sizing: border-box; } }
@media only screen and (min-width: 1160px) {
.l-container {
max-width: 1160px; } }
@media only screen and (min-width: 1440px) {
.l-container {
max-width: 1440px; } } .colophon .l-row {
padding: 32px 16px;
text-align: center; }
.feat-footer-phone {
color: #7684CE;
text-decoration: none;
font-size: 1.5em;
font-weight: 700;
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms; }
.feat-footer-phone:hover {
color: #F1C050; }
address {
margin-top: 16px;
font-style: normal; }
.l-social-icons {
margin-top: 32px; }
.l-social-icons:first-child {
margin-left: 0; }
.l-social-icons a {
margin: 0 8px; }
.l-social-icons a svg {
fill: #7684CE;
-webkit-transition: all 200ms;
-o-transition: all 200ms;
transition: all 200ms; }
.l-social-icons a svg:hover {
fill: #F1C050; }
.grecaptcha-badge {
display: none; }
.captcha_privacy {
font-size: .75em; }
.captcha_privacy a {
color: #7684CE; }
.captcha_privacy a:hover {
color: #9ca6db; }
.threedfooter {
text-align: center;
padding: 0 0 16px 0; }
.threedfooter img {
vertical-align: middle;
width: 124px; }
.terms_list a {
text-decoration: none;
font-weight: 700;
color: #7684CE; }
.terms_list a:hover {
color: #9ca6db; }
.copyright p {
margin: 0; }
.terms_list, .tdlogo, .copyright {
padding: .5em 0; }
@media only screen and (min-width: 768px) {
.threedfooter {
display: -webkit-flex;
display: -ms-flex;
display: -moz-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: .85em; }
.terms_list, .tdlogo, .copyright {
-webkit-flex: 1;
-ms-flex: 1;
-moz-flex: 1;
-webkit-box-flex: 1;
flex: 1;
width: 33%; }
.terms_list {
text-align: left; }
.copyright {
text-align: right; } } @media only screen and (min-width: 556px) {
.colophon .l-row {
text-align: left; }
.colophon .l-container.l-two-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: flex-start;
-webkit-align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-justify-content: space-between; }
.colophon .l-container.l-two-col .col:last-child {
text-align: right; } }