/*
	Theme Name:     Blue Orchid
	Author:         Romega Digital
	Author URI:     https://www.romegadigital.com
	Description:    A WordPress theme built for Blue Thai Orchid Restaurant by Romega Digital
	Version:        1.0.0
	License:        GNU General Public License v2 or later
	License URI:    http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain:    blueorchid
*/
/* ==================================================
	GLOBAL STYLES
================================================== */
/* Slider */
.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);
  /* IE6, IE7 */
  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;
}

/* ==================================================
	TYPOGRAPHIC STYLES
================================================== */
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 Content */
body {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}

h1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}

h2 {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}

h4,
h5,
h6 {
  font-size: 1.25em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}

blockquote {
  font-size: 1.25em;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
  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;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
}

@media (min-width: 43.75em) {
  body {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
  h4,
  h5,
  h6 {
    line-height: 1.22222222;
    /* (22px / 18px */
  }
  blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
  }
  blockquote h1,
  blockquote h2,
  blockquote h3,
  blockquote h4,
  blockquote h5,
  blockquote h6 {
    font-size: 1em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
  }
}

@media (min-width: 56.25em) {
  body {
    line-height: 2;
  }
  h1 {
    font-size: 3.25em;
    line-height: 1.05;
    /* keep to a multiple of the 20px line height
    and something more appropriate for display headings */
  }
  h2 {
    font-size: 3em;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
  h4,
  h5,
  h6 {
    font-size: 1.5em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

/* ==================================================
	HEADER STYLES
================================================== */
/**
 *  Navbar Styles
 */
.site-logo-heading {
  padding: 16px;
  line-height: 0.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;
}

/**
 *  Homepage Hero
 */
.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: 0.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%;
}

/**
 *  Interior Page Header
 */
.page-header {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}

/**
 *  Media Queries
 */
@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 STYLES
================================================== */
/**
 *  General Overrides
 */
body {
  margin: 0;
}

/**
 *  Layout Rules
 */
.l-row {
  padding: 64px 16px 24px 16px;
}

.l-container {
  max-width: 768px;
  margin: 0 auto;
}

.main-body {
  overflow: hidden;
}

/**
 *  Reusable Styles
 */
.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(/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;
}

/**
 * One Offs
 */
.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(/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;
}

/**
 *  Plugin Styles and Overrides
 */
.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 Queries
 */
@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(/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;
  }
}

/* ==================================================
	FOOTER STYLES
================================================== */
.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: 0.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: 0.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: 0.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 Queries
 */
@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;
  }
}
