/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
.thim-sc-restaurant-menu {
  position: relative;
  overflow: hidden;
  padding-top: 142px;
  padding-bottom: 138px; }
  .thim-sc-restaurant-menu .bg1 {
    width: 70%;
    top: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: 2s;
    -khtml-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition: 2s; }
  .thim-sc-restaurant-menu .bg2 {
    width: 30%;
    bottom: 0;
    right: 0;
    top: 320px; }
  .thim-sc-restaurant-menu .mn-bg {
    position: absolute;
    display: block;
    background-size: cover; }
  .thim-sc-restaurant-menu .res-menu-wrap:before, .thim-sc-restaurant-menu .res-menu-wrap:after {
    content: " ";
    display: table; }
  .thim-sc-restaurant-menu .res-menu-wrap:after {
    clear: both; }
  .thim-sc-restaurant-menu .mn-inner {
    width: 546px;
    max-width: 100%;
    float: right;
    padding: 47px 54px; }
    @media (max-width: 640px) {
      .thim-sc-restaurant-menu .mn-inner {
        padding: 30px 15px; } }
  .thim-sc-restaurant-menu .menu-title {
    font-size: 35px;
    line-height: normal;
    letter-spacing: 1.7px;
    font-weight: normal;
    color: #fefefe;
    text-align: center;
    margin-bottom: 45px; }
    @media (max-width: 640px) {
      .thim-sc-restaurant-menu .menu-title {
        font-size: 22px; } }
  .thim-sc-restaurant-menu .mn-media {
    width: 70px;
    float: left; }
  .thim-sc-restaurant-menu .mn-content {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    padding-left: 20px;
    float: left; }
  .thim-sc-restaurant-menu .mn-head {
    padding-top: 4px;
    font-size: 20px;
    color: #FFF;
    font-weight: normal;
    letter-spacing: 0.6px;
    line-height: normal;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 640px) {
      .thim-sc-restaurant-menu .mn-head {
        flex-direction: column; } }
  .thim-sc-restaurant-menu .mn-item {
    margin-bottom: 40px; }
    .thim-sc-restaurant-menu .mn-item:before, .thim-sc-restaurant-menu .mn-item:after {
      content: " ";
      display: table; }
    .thim-sc-restaurant-menu .mn-item:after {
      clear: both; }
    .thim-sc-restaurant-menu .mn-item:last-child {
      margin-bottom: 0; }
    .thim-sc-restaurant-menu .mn-item img {
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .thim-sc-restaurant-menu .mn-item:hover img {
      -webkit-transform: rotate(10deg);
      -moz-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      -o-transform: rotate(10deg);
      -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
      -khtml-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1); }
  .thim-sc-restaurant-menu .mn-name {
    white-space: nowrap;
    padding-right: 10px; }
    @media (max-width: 640px) {
      .thim-sc-restaurant-menu .mn-name {
        padding-right: 0;
        font-size: 17px; } }
  .thim-sc-restaurant-menu .dots-line {
    width: 100%;
    height: 24px;
    align-self: flex-end;
    position: relative;
    overflow: hidden; }
    @media (max-width: 640px) {
      .thim-sc-restaurant-menu .dots-line {
        display: none; } }
    .thim-sc-restaurant-menu .dots-line:before {
      content: '.................................................................................................';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      color: #ffe5bf66; }
  .thim-sc-restaurant-menu .mn-price {
    padding-left: 10px; }
    @media (max-width: 640px) {
      .thim-sc-restaurant-menu .mn-price {
        padding-left: 0; } }
  .thim-sc-restaurant-menu .mn-description {
    font-size: 18px;
    color: #ffe5bf;
    line-height: 1.67em;
    letter-spacing: 0.4px;
    font-weight: 300;
    margin-top: 6px; }
    @media (max-width: 640px) {
      .thim-sc-restaurant-menu .mn-description {
        font-size: 15px; } }
  .thim-sc-restaurant-menu .readmore {
    color: #FFF;
    width: 100%;
    border: 0;
    border-radius: 0;
    height: 51px;
    line-height: 51px;
    padding: 0px;
    font-size: 18px;
    letter-spacing: 0.9px;
    font-weight: normal;
    margin-top: 56px;
    margin-bottom: 10px; }
  .thim-sc-restaurant-menu.layout-2 {
    padding-top: 0;
    padding-bottom: 143px; }
    @media (max-width: 768px) {
      .thim-sc-restaurant-menu.layout-2 {
        padding-bottom: 0; } }
    .thim-sc-restaurant-menu.layout-2 .mn-inner {
      background: transparent;
      width: auto;
      float: unset;
      padding: 0; }
    .thim-sc-restaurant-menu.layout-2 .menu-title {
      margin-top: 136px; }
      @media (max-width: 768px) {
        .thim-sc-restaurant-menu.layout-2 .menu-title {
          margin-top: 50px; } }
    .thim-sc-restaurant-menu.layout-2 .mn-description {
      color: #89898a; }
    .thim-sc-restaurant-menu.layout-2 .dots-line:before {
      background: transparent;
      color: rgba(170, 170, 170, 0.4); }
  .thim-sc-restaurant-menu.layout-3 {
    padding: 0; }
    @media (max-width: 768px) {
      .thim-sc-restaurant-menu.layout-3 {
        margin-top: 80px; } }
    .thim-sc-restaurant-menu.layout-3 .mn-inner {
      float: unset;
      margin: auto; }
    .thim-sc-restaurant-menu.layout-3 .bg1 {
      width: 100%;
      right: 0;
      top: 95px;
      bottom: 95px;
      background-attachment: fixed;
      background-size: cover; }
  .thim-sc-restaurant-menu.layout-4 {
    padding-top: 139px;
    padding-bottom: 119px; }
    @media (max-width: 768px) {
      .thim-sc-restaurant-menu.layout-4 {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .thim-sc-restaurant-menu.layout-4 .mn-inner {
      width: 100%;
      background: transparent;
      padding: 0; }
    .thim-sc-restaurant-menu.layout-4 .dots-line:before {
      background: transparent; }
    .thim-sc-restaurant-menu.layout-4 .mn-list {
      columns: 2;
      column-gap: 107px; }
      @media (max-width: 768px) {
        .thim-sc-restaurant-menu.layout-4 .mn-list {
          columns: 1;
          column-gap: 0; } }
    .thim-sc-restaurant-menu.layout-4 .mn-bg {
      right: 0;
      width: 100%;
      background-attachment: fixed;
      background-size: cover; }
    .thim-sc-restaurant-menu.layout-4 .mn-bg:before {
      content: '';
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute;
      display: block;
      background: #000;
      opacity: 0.65; }
  .thim-sc-restaurant-menu.layout-5 {
    padding-top: 139px;
    padding-bottom: 119px; }
    @media (max-width: 768px) {
      .thim-sc-restaurant-menu.layout-5 {
        padding-top: 50px;
        padding-bottom: 50px; } }
    .thim-sc-restaurant-menu.layout-5 .mn-inner {
      width: 100%;
      background: transparent;
      padding: 0; }
    .thim-sc-restaurant-menu.layout-5 .dots-line:before {
      background: transparent; }
    .thim-sc-restaurant-menu.layout-5 .mn-list {
      margin-left: -35px;
      margin-right: -35px; }
      .thim-sc-restaurant-menu.layout-5 .mn-list .mn-item {
        padding-right: 35px;
        padding-left: 35px; }
    .thim-sc-restaurant-menu.layout-5 .mn-description {
      color: #89898a; }
    .thim-sc-restaurant-menu.layout-5 .dots-line:before {
      background: transparent;
      color: rgba(170, 170, 170, 0.4); }
  .thim-sc-restaurant-menu .mn-filter {
    margin: 0 auto;
    list-style: none;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.4px;
    margin-top: -15px;
    margin-bottom: 74px; }
    .thim-sc-restaurant-menu .mn-filter li {
      margin: 0px 25px;
      font-size: 22px;
      font-weight: normal;
      color: #89898a;
      cursor: pointer; }
    @media (max-width: 640px) {
      .thim-sc-restaurant-menu .mn-filter {
        columns: 3;
        display: block;
        margin-bottom: 30px; }
        .thim-sc-restaurant-menu .mn-filter li {
          font-size: 16px; } }
  .thim-sc-restaurant-menu .no-image .mn-content {
    width: 100%;
    padding-left: 0; }

.thim-ex-restaurant-menu > .vc_column-inner {
  margin-top: 0 !important; }
