@charset "UTF-8";
/*!
Theme Name: Galax
Theme URI: https://penta.thimpress.com/
Author: ThimPress
Author URI: https://thimpress.com
Description: Multi-Purpose WordPress Theme.
Version: 1.0.0
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: galax
Domain Path: /languages/
*/
/*!--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Variables
2.0 - Tether
3.0 - Bootstrap 4
4.0 - FontAwesome
5.0 - Mixins
    5.1 - animate
    5.2 - extend
6.0 - Reset
7.0 - Header
	7.1 - Main menu
	7.2 - Mega menu
	7.3 - Topbar
8.0 - Breadcrumb
9.0 - Blog
	9.1 - Sidebar
	9.2 - Archive
	9.3 - Single
10.0 - Footer
11.0 - Responsive
12.0 - Features
13.0 - Shortcodes
14.0 - Search Box
15.0 - Home page styles
16.0 - Related post popup
17.0 - Video player
18.0 - Sticky Video
19.0 - Review Feature
--------------------------------------------------------------*/
/*!--------------------------------------------------------------
1.0 - Variables
----------------------------------------------------------------*/
/*
 * Variables for theme
 */
/*!--------------------------------------------------------------
4.0 - mixins
----------------------------------------------------------------*/
.clear-after, .blog-content:after {
  clear: both;
  content: "";
  display: block; }

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }

/*
 * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
 * Extend */
/*!--------------------------------------------------------------
5.0 - reset
----------------------------------------------------------------*/
.screen-reader-text {
  display: none; }

.box-shadow .boxed-area {
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.23); }

.content-pusher.boxed-area {
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto; }
  .content-pusher.boxed-area header.site-header {
    max-width: 1200px;
    margin: 0 auto; }

* {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: inherit; }

p {
  margin-bottom: 20px; }
  p:last-child {
    margin-bottom: 0; }

hr {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  margin: 20px 0; }

code {
  white-space: normal; }

.clear {
  clear: both; }

mark {
  background-color: yellow;
  color: black; }

.alert {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

input, textarea, a {
  max-width: 100%; }
  input:focus, textarea:focus, a:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none; }

.post.sticky {
  background: rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09); }
  .post.sticky .content-inner {
    border-bottom: none !important; }
  .post.sticky:after {
    display: none; }
  .post.sticky .entry-top {
    margin-top: 60px; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767px) {
  .alignleft, .alignright {
    float: none; } }

img {
  max-width: 100%;
  height: auto; }

blockquote.alignleft, img.alignleft {
  margin: 7px 24px 7px 0; }

.wp-caption.alignleft {
  margin: 7px 14px 7px 0; }

blockquote.alignright, img.alignright {
  margin: 7px 0 7px 24px; }

.wp-caption.alignright {
  margin: 7px 0 7px 14px; }

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none; }

.gallery {
  margin-bottom: 20px; }

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px); }

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px); }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px); }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px); }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0; }

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.gallery:after {
  content: "";
  display: block;
  clear: both; }

.bypostauthor > article .fn:before {
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px; }

ul, ol {
  margin-bottom: 10px;
  margin-left: 25px; }

ol {
  list-style: decimal;
  margin-left: 15px; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px; }

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px; }

th, td {
  padding: 4px 6px; }

table, td, tr {
  border: 1px #ccc solid; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 24px;
  width: 100%; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-weight: bold; }

td {
  border-width: 0 1px 1px 0; }

dd {
  margin-bottom: 24px; }

a:hover, a:focus {
  text-decoration: none; }

.breadcrumb {
  background: transparent; }

figure {
  max-width: 100%; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

/*!--------------------------------------------------------------
6.0 - header
----------------------------------------------------------------*/
/**
*
* Topbar style
*
**/
#thim-header-topbar {
  height: 40px;
  line-height: 20px; }
  #thim-header-topbar.style-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999; }
  #thim-header-topbar .row {
    align-items: center; }
  #thim-header-topbar .search-form {
    line-height: 50px; }
    #thim-header-topbar .search-form input.search-submit {
      position: relative;
      line-height: 50px;
      width: 20px;
      padding-left: 0;
      padding-right: 0; }
    #thim-header-topbar .search-form input.search-field {
      color: #999999; }
    #thim-header-topbar .search-form label {
      position: absolute;
      top: 100%;
      width: 300px;
      right: 0;
      display: block;
      max-width: none;
      opacity: 0;
      visibility: hidden;
      -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;
      z-index: 99999; }
    #thim-header-topbar .search-form:hover label {
      visibility: visible;
      opacity: 1; }
    #thim-header-topbar .search-form:after {
      line-height: 50px;
      width: 20px; }
  #thim-header-topbar ul, #thim-header-topbar li {
    margin: 0; }
  #thim-header-topbar li {
    list-style: none; }
  #thim-header-topbar p {
    margin: 0; }
  #thim-header-topbar .goog-te-gadget .goog-te-combo {
    margin: 0;
    vertical-align: middle; }
  #thim-header-topbar .list-inline {
    margin-left: -10px;
    margin-right: -10px; }
    #thim-header-topbar .list-inline li {
      padding-right: 10px;
      padding-left: 10px;
      float: left; }
  #thim-header-topbar .dk-select .dk-selected {
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #fff; }
    #thim-header-topbar .dk-select .dk-selected:after, #thim-header-topbar .dk-select .dk-selected:before {
      display: none; }
  #thim-header-topbar .dk-select .dk-select-options {
    border-color: #db8d83; }
    #thim-header-topbar .dk-select .dk-select-options .dk-option {
      color: initial;
      line-height: 40px;
      width: 100%; }
    #thim-header-topbar .dk-select .dk-select-options .dk-option-highlight {
      color: #000;
      background-color: #eee; }
  #thim-header-topbar hr {
    margin: 0;
    background: #eee;
    position: relative;
    z-index: 1;
    top: -1px; }
  #thim-header-topbar .woo-languages, #thim-header-topbar .woo-currency {
    display: inline-block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px; }
    #thim-header-topbar .woo-languages .active, #thim-header-topbar .woo-currency .active {
      cursor: pointer;
      padding-right: 20px;
      margin-right: 20px;
      border-right: 1px solid #eee; }
      #thim-header-topbar .woo-languages .active:after, #thim-header-topbar .woo-currency .active:after {
        content: "\f35f";
        font-family: "Ionicons";
        font-size: 14px;
        margin-left: 7px; }
      #thim-header-topbar .woo-languages .active i, #thim-header-topbar .woo-currency .active i {
        margin-right: 5px; }
    #thim-header-topbar .woo-languages > ul, #thim-header-topbar .woo-currency > ul {
      margin: 0;
      list-style: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 80px;
      background: #fff;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      border: 1px solid #eee;
      z-index: 1; }
      #thim-header-topbar .woo-languages > ul li, #thim-header-topbar .woo-currency > ul li {
        width: 100%;
        padding: 5px 15px;
        border-bottom: 1px solid #eee; }
        #thim-header-topbar .woo-languages > ul li:last-child, #thim-header-topbar .woo-currency > ul li:last-child {
          border: none; }
    #thim-header-topbar .woo-languages:hover > ul, #thim-header-topbar .woo-currency:hover > ul {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      visibility: visible; }
  #thim-header-topbar .woo-currency > ul {
    left: -20px; }
  #thim-header-topbar .widget_thim_layout_builder .wpb_wrapper {
    display: flex;
    align-items: center; }
    #thim-header-topbar .widget_thim_layout_builder .wpb_wrapper .wpb_content_element {
      margin-bottom: 0;
      float: left; }
  #thim-header-topbar .thim-sc-social-links {
    margin-right: 20px;
    padding-right: 10px;
    border-right: 1px solid #eee; }
    #thim-header-topbar .thim-sc-social-links .socials li {
      line-height: 20px;
      padding: 0 10px; }
      #thim-header-topbar .thim-sc-social-links .socials li a {
        width: auto;
        height: auto;
        line-height: 20px; }
        #thim-header-topbar .thim-sc-social-links .socials li a:hover {
          background: none; }
    #thim-header-topbar .thim-sc-social-links.thim-skew {
      position: relative;
      margin-left: 25px;
      padding-left: 25px;
      margin-right: 0;
      padding-right: 0;
      border: 0; }
  #thim-header-topbar .topbar-full {
    padding: 0 50px; }
  #thim-header-topbar .menu li {
    padding: 5px 20px;
    position: relative; }
    #thim-header-topbar .menu li:last-child {
      padding-right: 0; }
    #thim-header-topbar .menu li:first-child {
      padding-left: 0; }
    #thim-header-topbar .menu li > a {
      font-size: 15px;
      font-weight: 300;
      letter-spacing: 0.3px;
      line-height: normal;
      text-transform: uppercase; }
      #thim-header-topbar .menu li > a:hover {
        color: #333; }
    #thim-header-topbar .menu li:hover > .sub-menu {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px); }
    #thim-header-topbar .menu li .sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      width: 230px;
      background: #fff;
      -webkit-box-shadow: 3.9px 4.5px 11.8px 0.2px rgba(0, 0, 0, 0.08);
      -khtml-box-shadow: 3.9px 4.5px 11.8px 0.2px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 3.9px 4.5px 11.8px 0.2px rgba(0, 0, 0, 0.08);
      -ms-box-shadow: 3.9px 4.5px 11.8px 0.2px rgba(0, 0, 0, 0.08);
      -o-box-shadow: 3.9px 4.5px 11.8px 0.2px rgba(0, 0, 0, 0.08);
      box-shadow: 3.9px 4.5px 11.8px 0.2px rgba(0, 0, 0, 0.08);
      z-index: 99;
      padding: 10px 20px;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(30px);
      -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -o-transform: translateY(30px);
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      #thim-header-topbar .menu li .sub-menu li {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #eee;
        padding: 5px 0; }
        #thim-header-topbar .menu li .sub-menu li:last-child {
          border: none; }
      #thim-header-topbar .menu li .sub-menu .sub-menu {
        top: 0;
        left: 100%; }
  #thim-header-topbar .top-info {
    display: flex;
    font-weight: 300; }
    #thim-header-topbar .top-info p {
      margin-right: 30px; }
    #thim-header-topbar .top-info i {
      margin-right: 5px;
      font-size: 13px; }
  #thim-header-topbar.topbar-restaurent2 .thim-sc-social-links {
    margin-right: 30px;
    padding-right: 20px;
    border: none;
    position: relative; }
    #thim-header-topbar.topbar-restaurent2 .thim-sc-social-links:before {
      content: '';
      width: 1px;
      height: 40px;
      position: absolute;
      top: 50%;
      right: 0;
      background: #eee;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%); }
  #thim-header-topbar.topbar-construction-header {
    height: auto;
    letter-spacing: 0.6px; }
    #thim-header-topbar.topbar-construction-header .row {
      height: 38px; }
    #thim-header-topbar.topbar-construction-header .thim-sc-social-links {
      margin-right: 0;
      padding-right: 0;
      border-right: none;
      margin-left: 20px; }
      #thim-header-topbar.topbar-construction-header .thim-sc-social-links .socials li:first-child {
        padding-left: 0; }
      #thim-header-topbar.topbar-construction-header .thim-sc-social-links .socials li:last-child {
        padding-right: 0; }
      #thim-header-topbar.topbar-construction-header .thim-sc-social-links .socials li a {
        font-size: 14px; }
  #thim-header-topbar.topbar-medical-style {
    height: 58px;
    line-height: 56px;
    overflow: hidden; }
    #thim-header-topbar.topbar-medical-style .thim-sc-social-links .socials li a {
      font-size: 16px; }
    #thim-header-topbar.topbar-medical-style [class^=ion-] {
      margin-right: 10px;
      margin-left: 5px; }
    #thim-header-topbar.topbar-medical-style .thim-link-login.show-icon a:before {
      font-size: 16px; }
    #thim-header-topbar.topbar-medical-style .thim-link-login.show-icon a.register:before {
      display: none; }
  #thim-header-topbar .thim-skew {
    position: relative; }
    #thim-header-topbar .thim-skew:before {
      content: '';
      top: 50%;
      bottom: 0;
      height: 58px;
      background: rgba(1, 29, 83, 0.25);
      position: absolute;
      display: block;
      left: 0;
      right: -1000px;
      -webkit-transform: translate(0, -50%) skew(-15deg, 0);
      -moz-transform: translate(0, -50%) skew(-15deg, 0);
      -ms-transform: translate(0, -50%) skew(-15deg, 0);
      -o-transform: translate(0, -50%) skew(-15deg, 0);
      z-index: -1; }

/*
 * Style header common
 */
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .no-sticky-logo {
    display: inline-block !important; }
  .retina-logo {
    display: inline-block !important; }
  .menu-mobile-logo .retina-logo {
    max-height: 50px;
    width: auto; } }

header#masthead {
  border-bottom: 1px solid transparent;
  z-index: 999999; }
  header#masthead.header-overlay {
    /* Sass we write */
    left: 0;
    right: 0;
    position: fixed;
    top: 0; }
    .admin-bar header#masthead.header-overlay {
      top: 46px; }
      @media screen and (min-width: 783px) {
        .admin-bar header#masthead.header-overlay {
          top: 32px; } }
  header#masthead .mobile-logo {
    display: none; }
  header#masthead .retina-logo {
    display: none; }
  @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2 / 1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    header#masthead.has-retina-logo .no-sticky-logo {
      display: inline-block !important; }
    header#masthead.has-retina-logo .logo,
    header#masthead.has-retina-logo .mobile-logo,
    header#masthead.has-retina-logo .sticky-logo img {
      display: none !important; }
    header#masthead.has-retina-logo .retina-logo {
      display: inline-block !important;
      max-width: 100%; } }

@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 1280px), (min--moz-device-pixel-ratio: 2) and (max-width: 1280px), (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 1280px), (min-device-pixel-ratio: 2) and (max-width: 1280px), (min-resolution: 192dpi) and (max-width: 1280px), (min-resolution: 2dppx) and (max-width: 1280px) {
  header#masthead.has-retina-logo .width-logo .retina-logo {
    max-height: 50px;
    width: auto; } }
  header#masthead.header_v1.affix.hotel2:before {
    display: none; }
  header#masthead.header_v1 .thim-search-wrapper {
    margin-left: 20px; }
  header#masthead.header_v1 .header-right .header-text {
    padding-right: 15px;
    padding-left: 0;
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    height: auto;
    font-size: 14px;
    line-height: 1;
    text-align: right;
    color: #ffffff; }
    header#masthead.header_v1 .header-right .header-text a {
      display: block;
      font-size: 20px;
      font-weight: bold;
      color: #f57e2a;
      margin-top: 7px; }
    header#masthead.header_v1 .header-right .header-text .button {
      padding: 0 47px;
      height: 50px;
      line-height: 50px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      margin: 0;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 1px;
      color: #fff; }
      header#masthead.header_v1 .header-right .header-text .button:hover {
        color: #fff; }
  header#masthead.header_v1 .cart-info {
    padding: 8px 0; }
    header#masthead.header_v1 .cart-info .mobile-cart {
      width: auto;
      height: auto;
      background: none;
      color: #999;
      text-align: center;
      font-size: 22px;
      line-height: normal;
      letter-spacing: 0.4px;
      margin-right: 15px; }
      header#masthead.header_v1 .cart-info .mobile-cart:hover {
        color: #333; }
      header#masthead.header_v1 .cart-info .mobile-cart i:before {
        content: "\f370"; }
      header#masthead.header_v1 .cart-info .mobile-cart .cart-quantity {
        position: absolute;
        top: -7px;
        left: auto;
        right: -14px;
        width: 20px;
        height: 20px;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        line-height: 20px;
        letter-spacing: 0.2px;
        color: #fff; }
    header#masthead.header_v1 .cart-info .cart-total {
      display: none; }
  header#masthead.header_v1.hotel2 {
    padding-left: 100px;
    padding-right: 100px; }
    header#masthead.header_v1.hotel2:before {
      content: '';
      display: inline-block;
      background-image: -moz-linear-gradient(-90deg, #131313 0%, rgba(10, 10, 10, 0.54) 49%, rgba(9, 9, 9, 0.5) 53%, transparent 100%);
      background-image: -webkit-linear-gradient(-90deg, #131313 0%, rgba(10, 10, 10, 0.54) 49%, rgba(9, 9, 9, 0.5) 53%, transparent 100%);
      background-image: -ms-linear-gradient(-90deg, #131313 0%, rgba(10, 10, 10, 0.54) 49%, rgba(9, 9, 9, 0.5) 53%, transparent 100%);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 260px;
      z-index: -1; }
  header#masthead.header_v1.restaurent2 .header-right {
    flex-direction: row-reverse; }
    header#masthead.header_v1.restaurent2 .header-right .header-text {
      padding: 0; }
  header#masthead.header_v2 .navigation .width-navigation {
    align-items: center;
    justify-content: flex-end; }
    header#masthead.header_v2 .navigation .width-navigation .inner-navigation .navbar > li.menu-item:last-child {
      padding-right: 0; }
  header#masthead.header_v2 .header-right {
    align-items: center;
    padding-left: 35px; }
  header#masthead.header_v2 .btn-outline {
    border-color: #a4a5a6;
    line-height: 43px;
    height: 45px;
    color: #FFF; }
  header#masthead.header_v2 .widget_thim_layout_builder {
    margin-right: 10px; }
  header#masthead.header_v2 .thim-search-wrapper .search-button {
    width: 40px;
    height: 40px;
    border-color: rgba(255, 255, 255, 0.8);
    line-height: 38px;
    font-size: 20px;
    color: #dedede;
    margin-top: 4px; }
  header#masthead.header_v2.header-default .thim-search-wrapper {
    padding-left: 12px; }
    header#masthead.header_v2.header-default .thim-search-wrapper:before {
      content: '';
      height: 16px;
      width: 1px;
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      border-left: 1px solid; }
    header#masthead.header_v2.header-default .thim-search-wrapper .search-button {
      color: #2b2b2b; }
  header#masthead.header_v2.header-default .menu-mobile-effect {
    color: #2b2b2b; }
  header#masthead.header_v2 .top-cart {
    margin-left: 7px; }
  header#masthead.header_v2 .cart-info {
    padding: 8px 0px; }
    header#masthead.header_v2 .cart-info .mobile-cart {
      width: auto;
      height: auto;
      background: none;
      color: #333;
      text-align: center;
      font-size: 20px;
      line-height: normal; }
      header#masthead.header_v2 .cart-info .mobile-cart i:before {
        content: "\f370"; }
      header#masthead.header_v2 .cart-info .mobile-cart .cart-quantity {
        position: absolute;
        top: -3px;
        left: auto;
        right: -9px;
        width: 15px;
        height: 15px;
        font-size: 10px;
        font-weight: normal;
        text-align: center;
        line-height: 15px;
        letter-spacing: 0.3px;
        color: #fff; }
    header#masthead.header_v2 .cart-info .cart-total h3 {
      display: none; }
    header#masthead.header_v2 .cart-info .cart-total .total-info {
      font-size: 0; }
      header#masthead.header_v2 .cart-info .cart-total .total-info .price {
        font-size: 18px;
        line-height: normal;
        font-weight: normal;
        letter-spacing: 0.9px;
        margin-left: 0; }
  header#masthead.thim-extra-header-restaurant-1 .thim-search-wrapper .search-button {
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-size: 22px;
    color: #FFF;
    border-color: #a4a5a6; }
  header#masthead.thim-extra-header-restaurant-1.affix {
    padding-top: 10px;
    padding-bottom: 10px; }
    header#masthead.thim-extra-header-restaurant-1.affix .navigation .width-navigation {
      margin-top: 0px; }
  header#masthead .header-text {
    white-space: nowrap;
    border-left: 1px solid rgba(51, 51, 51, 0.51);
    height: 34px;
    line-height: 34px;
    padding-left: 13px;
    margin-left: 20px;
    font-size: 21px;
    letter-spacing: 0.6px; }
    header#masthead .header-text i {
      font-size: 20px;
      color: #696969;
      padding: 0px 7px; }
  header#masthead .header-info {
    display: flex;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #828282; }
    header#masthead .header-info li {
      margin-left: 44px; }
      header#masthead .header-info li:first-child {
        margin-left: 0; }
    header#masthead .header-info i {
      font-size: 20px;
      letter-spacing: 0.8px;
      color: #828282;
      margin-right: 6px; }
    header#masthead .header-info .color {
      font-size: 24px;
      font-weight: normal;
      letter-spacing: 1.1px; }
  header#masthead.header_v3 {
    padding: 0; }
    header#masthead.header_v3 .header-inner {
      position: relative; }
    header#masthead.header_v3.affix {
      padding-top: 0;
      padding-bottom: 0; }
      header#masthead.header_v3.affix.menu-hidden {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0; }
    header#masthead.header_v3 .row {
      align-items: center; }
    header#masthead.header_v3 .header-right .wpb_button, header#masthead.header_v3 .header-right .wpb_content_element, header#masthead.header_v3 .header-right ul.wpb_thumbnails-fluid > li {
      margin-bottom: 0; }
    header#masthead.header_v3 .menu-wrapper {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translate(0, 50%);
      -moz-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
      -o-transform: translate(0, 50%);
      z-index: 9; }
    header#masthead.header_v3 .navigation {
      background: #fff; }
    header#masthead.header_v3 .thim-search-wrapper .search-button {
      width: 68px;
      height: 70px;
      border: none;
      line-height: 70px;
      font-size: 22px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      header#masthead.header_v3 .thim-search-wrapper .search-button:hover {
        color: #fff; }
    header#masthead.header_v3 .header-text {
      border: none;
      height: 70px;
      line-height: 70px;
      padding: 0;
      margin: 0; }
      header#masthead.header_v3 .header-text .button {
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.8px;
        color: #fff;
        text-transform: uppercase;
        padding: 0 56px; }
      header#masthead.header_v3 .header-text i {
        font-size: 22px;
        letter-spacing: 0.9px;
        color: #fff;
        padding: 0;
        margin-left: 10px; }
    header#masthead.header_v3 .width-navigation .navbar > li.menu-item {
      padding: 0 28px; }
      header#masthead.header_v3 .width-navigation .navbar > li.menu-item:before {
        content: '';
        width: 1px;
        height: 15px;
        background: #e3e3e3;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%); }
      header#masthead.header_v3 .width-navigation .navbar > li.menu-item:last-child:before {
        display: none; }
    header#masthead.header_v3 .menu-mobile-effect {
      color: #2b2b2b; }
  header#masthead.header_v4 {
    padding-left: 0;
    padding-right: 0;
    border: none; }
    header#masthead.header_v4 .header-right {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      header#masthead.header_v4 .header-right .thim-wishlist {
        margin-left: 128px; }
      header#masthead.header_v4 .header-right .top-cart {
        margin-left: 30px; }
    header#masthead.header_v4 .logo-wrapper {
      padding-bottom: 50px; }
    header#masthead.header_v4 .top-category {
      margin-right: 20px; }
    header#masthead.header_v4 .navigation .width-navigation {
      justify-content: flex-start; }
    header#masthead.header_v4 .navigation .tm-flex {
      height: 60px; }
    header#masthead.header_v4 .thim-search-wrapper .search-button {
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 18px;
      border: none; }
      header#masthead.header_v4 .thim-search-wrapper .search-button:hover {
        background: #333;
        color: #fff; }
    header#masthead.header_v4.affix {
      padding: 0; }
      header#masthead.header_v4.affix .logo-wrapper {
        display: none; }
      header#masthead.header_v4.affix .top-category.menu_show .header-category-wrapper {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-opacity: 0;
        -khtml-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        visibility: hidden; }
        header#masthead.header_v4.affix .top-category.menu_show .header-category-wrapper.active {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -webkit-opacity: 1;
          -khtml-opacity: 1;
          -moz-opacity: 1;
          -ms-opacity: 1;
          -o-opacity: 1;
          opacity: 1;
          visibility: visible; }
  header#masthead.header_v5 {
    padding: 0; }
    header#masthead.header_v5 .thim-search-wrapper .search-button {
      width: 98px;
      height: 85px;
      line-height: 85px;
      border-radius: 0;
      border: 0;
      font-size: 22px; }
    header#masthead.header_v5 .width-logo {
      position: absolute;
      margin-bottom: 0px;
      margin-left: 120px;
      margin-top: 17px;
      -webkit-transition: all 0.3s 0.3s;
      -khtml-transition: all 0.3s 0.3s;
      -moz-transition: all 0.3s 0.3s;
      -ms-transition: all 0.3s 0.3s;
      -o-transition: all 0.3s 0.3s;
      transition: all 0.3s 0.3s; }
    header#masthead.header_v5 .menu-mobile-effect {
      margin: 0; }
      header#masthead.header_v5 .menu-mobile-effect .icon-wrap {
        margin: 0;
        width: 98px;
        height: 85px;
        line-height: 85px;
        border-radius: 0;
        border: 0;
        font-size: 22px;
        display: inline-block;
        text-align: center; }
    header#masthead.header_v5.menu-hidden .width-logo {
      -webkit-transform: translate(0, -35px);
      -moz-transform: translate(0, -35px);
      -ms-transform: translate(0, -35px);
      -o-transform: translate(0, -35px); }

.thim-search-wrapper {
  position: relative;
  display: inline-block; }
  .thim-search-wrapper .search-button {
    width: 30px;
    height: 30px;
    border: solid 1px #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .thim-search-wrapper .thim-search-form {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .thim-search-wrapper .thim-search-form.open {
      opacity: 1;
      visibility: visible; }
      .thim-search-wrapper .thim-search-form.open .search-form .search-field {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        -webkit-transition-duration: 1s;
        -khtml-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -ms-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s; }
    .thim-search-wrapper .thim-search-form.loading .search-form:after {
      content: "\f29a";
      font-family: Ionicons;
      font-size: 40px;
      position: absolute;
      right: 0;
      top: 20px;
      color: #fff;
      display: inline-block;
      width: 60px;
      height: 60px;
      line-height: 60px;
      animation: spin 2s linear infinite;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .thim-search-wrapper .close-form {
    font-size: 30px;
    position: absolute;
    right: 50px;
    top: 100px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .thim-search-wrapper .close-form:hover {
      color: red; }
  .thim-search-wrapper .search-form {
    width: 80%;
    position: relative; }
    .thim-search-wrapper .search-form:after {
      display: none; }
    .thim-search-wrapper .search-form .search-field {
      width: 100%;
      height: 100px;
      padding: 20px 0px;
      background: transparent;
      font-size: 60px;
      border: 0;
      visibility: hidden;
      opacity: 0;
      color: #fff;
      border-bottom: 4px solid #2575FC;
      -webkit-transform: scale3d(0, 1, 1);
      -moz-transform: scale3d(0, 1, 1);
      -ms-transform: scale3d(0, 1, 1);
      -o-transform: scale3d(0, 1, 1);
      -webkit-transition: all 0.3s;
      -khtml-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform-origin: 0% 50% center;
      -moz-transform-origin: 0% 50% center;
      -ms-transform-origin: 0% 50% center;
      -o-transform-origin: 0% 50% center; }
    .thim-search-wrapper .search-form .search-notice {
      display: inline-block;
      float: right;
      margin-top: 5px; }
  .thim-search-wrapper .list-search {
    padding-left: 0;
    list-style: none;
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .thim-search-wrapper .list-search li {
      padding: 10px 0px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      font-size: 20px;
      letter-spacing: 0.05em; }
      .thim-search-wrapper .list-search li a {
        color: rgba(255, 255, 255, 0.8);
        -webkit-transition: all 0.3s;
        -khtml-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.menu-mobile-effect {
  margin-left: 20px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .menu-mobile-effect .icon-wrap {
    margin-left: 10px;
    font-size: 20px; }

.mobile-menu-container {
  position: fixed;
  visibility: hidden;
  top: 0;
  bottom: 0;
  z-index: 999999;
  width: 270px;
  height: 100%;
  overflow: auto;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .mobile-menu-container span.icon-toggle {
    cursor: pointer; }
  .mobile-menu-container > .nav {
    padding-left: 15px;
    padding-right: 15px; }
    .mobile-menu-container > .nav > li > .sub-menu {
      display: none; }
  .mobile-menu-container ul {
    width: 100%;
    display: inline-block;
    float: none; }
    .mobile-menu-container ul.sub-menu {
      background-image: none !important;
      margin-top: 0;
      margin-bottom: 0;
      overflow: hidden;
      display: none; }
      .mobile-menu-container ul.sub-menu li ul {
        display: block; }
    .mobile-menu-container ul.navbar-nav {
      margin: 50px 0 0; }
    .mobile-menu-container ul li {
      float: none;
      padding: 7px 0;
      position: relative;
      margin: 0; }
      .mobile-menu-container ul li.current-menu-parent ul.sub-menu {
        display: block; }
      .mobile-menu-container ul li.disable_link {
        margin-left: 20px; }
      .mobile-menu-container ul li .icon-toggle {
        position: absolute;
        right: 0;
        width: 32px;
        height: 32px;
        top: 8px; }
        .mobile-menu-container ul li .icon-toggle:before, .mobile-menu-container ul li .icon-toggle:after {
          display: none; }
        .mobile-menu-container ul li .icon-toggle .fa {
          vertical-align: middle; }
      .mobile-menu-container ul li a {
        font-weight: 500;
        text-transform: capitalize;
        display: block;
        outline: none;
        -webkit-transition: background 0.3s, box-shadow 0.3s;
        transition: background 0.3s, box-shadow 0.3s; }
        .mobile-menu-container ul li a .menu-image {
          display: none; }
        .mobile-menu-container ul li a:hover,
        .mobile-menu-container ul li a :focus {
          background: transparent; }
  .mobile-menu-container .social-links {
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    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;
    padding-top: 15px;
    border-top-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.1); }
    .mobile-menu-container .social-links li {
      padding: 5px;
      cursor: pointer; }
    .mobile-menu-container .social-links a {
      width: 35px;
      height: 35px;
      border-width: 1px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border-style: solid;
      cursor: pointer;
      font-family: FontAwesome;
      text-align: center;
      line-height: 34px;
      font-size: 13px;
      color: #a7a7a7; }
      .mobile-menu-container .social-links a:before {
        content: '\f0c1'; }
      .mobile-menu-container .social-links a[href*="codepen.io"]:before {
        content: "\f1cb"; }
      .mobile-menu-container .social-links a[href*="digg.com"]:before {
        content: "\f1a6"; }
      .mobile-menu-container .social-links a[href*="dribbble.com"]:before {
        content: "\f17d"; }
      .mobile-menu-container .social-links a[href*="dropbox.com"]:before {
        content: "\f16b"; }
      .mobile-menu-container .social-links a[href*="facebook.com"]:before {
        content: "\f09a"; }
      .mobile-menu-container .social-links a[href*="flickr.com"]:before {
        content: "\f16e"; }
      .mobile-menu-container .social-links a[href*="foursquare.com"]:before {
        content: "\f180"; }
      .mobile-menu-container .social-links a[href*="plus.google.com"]:before {
        content: "\f0d5"; }
      .mobile-menu-container .social-links a[href*="github.com"]:before {
        content: "\f09b"; }
      .mobile-menu-container .social-links a[href*="instagram.com"]:before {
        content: "\f16d"; }
      .mobile-menu-container .social-links a[href*="linkedin.com"]:before {
        content: "\f0e1"; }
      .mobile-menu-container .social-links a[href*="pinterest.com"]:before {
        content: "\f231"; }
      .mobile-menu-container .social-links a[href*="getpocket.com"]:before {
        content: "\f265"; }
      .mobile-menu-container .social-links a[href*="reddit.com"]:before {
        content: "\f281"; }
      .mobile-menu-container .social-links a[href*="skype.com"]:before {
        content: "\f17e"; }
      .mobile-menu-container .social-links a[href*="stumbleupon.com"]:before {
        content: "\f1a4"; }
      .mobile-menu-container .social-links a[href*="tumblr.com"]:before {
        content: "\f173"; }
      .mobile-menu-container .social-links a[href*="twitter.com"]:before {
        content: "\f099"; }
      .mobile-menu-container .social-links a[href*="vimeo.com"]:before {
        content: "\f27d"; }
      .mobile-menu-container .social-links a[href*="wordpress.com"]:before, .mobile-menu-container .social-links a[href*="wordpress.org"]:before {
        content: "\f19a"; }
      .mobile-menu-container .social-links a[href*="youtube.com"]:before {
        content: "\f16a"; }
      .mobile-menu-container .social-links a[href^="mailto:"]:before {
        content: "\f0e0"; }
      .mobile-menu-container .social-links a[href$="/feed/"]:before {
        content: "\f09e"; }
  .mobile-menu-container .navbar-nav {
    margin-bottom: 50px !important; }
  .mobile-menu-container .copyright-text {
    text-align: center;
    padding: 0 15px;
    font-size: 14px; }
    .mobile-menu-container .copyright-text a:hover {
      color: #fff; }

.content-pusher.mobile-menu-open .mobile-menu-container .menu-mobile-effect {
  position: relative;
  top: 0;
  right: 0;
  float: right;
  width: 40px;
  height: 40px; }
  .content-pusher.mobile-menu-open .mobile-menu-container .menu-mobile-effect .icon-wrap {
    font-size: 20px; }

.content-pusher.creative-left.mobile-menu-open .menu-mobile-effect.navbar-toggle {
  right: 15px;
  left: auto; }

.content-pusher.creative-left .menu-mobile-effect.navbar-toggle {
  left: 15px; }

.content-pusher.creative-left .mobile-menu-container {
  -webkit-transform: translate(-270px);
  -moz-transform: translate(-270px);
  -ms-transform: translate(-270px);
  -o-transform: translate(-270px);
  left: 0; }

.content-pusher.creative-right .menu-mobile-effect.navbar-toggle {
  right: 15px; }

.content-pusher.creative-right .mobile-menu-container {
  right: 0;
  -webkit-transform: translate(100%, 0px);
  -moz-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  -o-transform: translate(100%, 0px); }

.content-pusher.mobile-menu-open.content-pusher:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.content-pusher.mobile-menu-open.content-pusher .mobile-menu-container ul.sub-menu li a {
  font-size: 14px; }

.content-pusher.mobile-menu-open .mobile-effect.mobile-menu-container {
  visibility: visible;
  box-shadow: 0 1px 5px -2px rgba(42, 42, 42, 0.4);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0); }

.menu-mobile-logo {
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 50px; }
  .menu-mobile-logo .no-sticky-logo .logo {
    display: none; }
  .menu-mobile-logo .no-sticky-logo .mobile-logo {
    display: inline-block; }
  .menu-mobile-logo .no-sticky-logo .retina-logo {
    display: none; }

.admin-bar .affix {
  top: 0; }

@media (max-width: 768px) {
  body.responsive #primary-menu {
    display: none;
  }

  .sidebar-blog {
    display: none;
  }
}

.mobile-category {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  cursor: pointer; }
  .mobile-category:after {
    content: "\f35f";
    font-family: "Ionicons";
    color: #fff;
    font-size: 18px;
    margin-left: 7px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%); }
  .mobile-category .line {
    width: 19px;
    height: 9px;
    position: relative;
    display: inline-block;
    margin-right: 11px; }
    .mobile-category .line span {
      height: 1px;
      width: 15px;
      background: #fff;
      position: absolute;
      left: 0;
      top: 0; }
      .mobile-category .line span:nth-child(2) {
        top: 3px;
        left: 2px; }
      .mobile-category .line span:nth-child(3) {
        top: 6px;
        left: 4px; }

.header-category-wrapper {
  position: relative; }
  .header-category-wrapper .header-category-menu {
    margin: 0;
    border: none;
    background: #fff; }
    .header-category-wrapper .header-category-menu li {
      cursor: pointer;
      list-style-type: none;
      padding: 0;
      margin: 0;
      float: left;
      display: block;
      width: 100%;
      position: relative;
      border-bottom: #eee solid 1px; }
      .header-category-wrapper .header-category-menu li:last-child {
        border: none; }
      .header-category-wrapper .header-category-menu li > a {
        text-decoration: none;
        font-size: 16px;
        line-height: 26px;
        font-weight: normal;
        padding: 12px 20px;
        display: inline-block;
        cursor: pointer;
        position: relative;
        float: left;
        text-transform: capitalize;
        width: 100%;
        color: #808080; }
        .header-category-wrapper .header-category-menu li > a span {
          display: inline-block; }
        .header-category-wrapper .header-category-menu li > a .tc-icon {
          margin-right: 10px;
          font-size: 20px;
          line-height: 26px;
          width: 20px; }
      .header-category-wrapper .header-category-menu li.menu-item-has-children .head {
        position: absolute;
        right: 0;
        top: 0; }
        .header-category-wrapper .header-category-menu li.menu-item-has-children .head a {
          color: #666;
          display: block;
          height: 50px;
          padding: 0;
          width: 40px;
          border: 0;
          text-align: center;
          line-height: 50px; }
          .header-category-wrapper .header-category-menu li.menu-item-has-children .head a:before {
            content: "\f3d3";
            font-family: "Ionicons";
            font-size: 14px;
            display: inline-block;
            -webkit-transition: all 0.5s;
            -khtml-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s; }
      .header-category-wrapper .header-category-menu li.menu-item-has-children.active .head a:before {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg); }
      .header-category-wrapper .header-category-menu li .count {
        padding: 0 5px;
        float: left;
        line-height: 36px;
        display: inline-block; }
      .header-category-wrapper .header-category-menu li ul {
        margin: 0;
        border-top: #eee solid 1px;
        width: 100%;
        float: left;
        background: #f5f5f5; }
        .header-category-wrapper .header-category-menu li ul ul {
          background: #e8e8e8; }

.top-category {
  position: relative;
  min-width: 318px;
  width: 318px;
  box-shadow: 3.9px 4.5px 18px 0 rgba(0, 0, 0, 0.08); }
  .top-category.menu_show .header-category-wrapper {
    visibility: hidden;
    opacity: 0; }
    .top-category.menu_show .header-category-wrapper.active {
      visibility: visible;
      opacity: 1; }
  .top-category .header-category-wrapper {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: 999;
    border: none;
    -webkit-box-shadow: 3.9px 4.5px 18px 0 rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 3.9px 4.5px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 3.9px 4.5px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 3.9px 4.5px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 3.9px 4.5px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 3.9px 4.5px 18px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .top-category .header-category-wrapper.active {
      visibility: visible;
      opacity: 1; }

.thim-header-fitness .thim-link-login.thim-login-popup a {
  color: #FFF;
  line-height: 48px;
  border: 1px solid #a4a5a6;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0px 25px;
  text-transform: uppercase;
  font-size: 14px;
  height: 49px;
  white-space: nowrap;
  margin: 0px 8px;
  display: inline-block; }

.thim-header-fitness .top-cart {
  border: 1px solid #a4a5a6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px; }

.thim-header-fitness .ion-bag {
  color: #FFF;
  padding-left: 8px; }

header#masthead.header_v1.thim-header-fitness .cart-info .mobile-cart {
  font-size: 15px;
  line-height: 45px;
  margin-right: 10px; }

header#masthead.header_v1.thim-header-fitness .cart-info {
  padding: 0;
  justify-content: center;
  align-items: center; }

header#masthead.header_v1.thim-header-fitness .cart-info .mobile-cart .cart-quantity {
  top: 4px;
  background: transparent;
  font-size: 14px; }

.thim-link-login a.link-register:before {
  content: '/';
  padding-right: 3px; }

.thim-header-fitness .row {
  width: 1580px;
  margin: auto;
  max-width: 100%; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg); } }

/*
 * Style Header
 */
.navigation .width-navigation .inner-navigation .navbar > li .sub-menu > li.menu-item-has-children:before {
  content: "\f3d3";
  position: absolute;
  right: 21px;
  top: 14px;
  font-family: Ionicons; }

#masthead {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all ease-out 0.3s;
  -khtml-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s; }
  #masthead.affix.menu-hidden {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%); }

.tm-table {
  display: table;
  table-layout: fixed; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.table-right {
  float: right; }

a:focus,
a:active {
  text-decoration: none; }

.navigation .tm-flex {
  display: flex;
  align-items: center; }

.navigation .width-navigation {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .navigation .width-navigation ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle; }
    .navigation .width-navigation ul li > a .menu-image {
      margin-right: 20px;
      -webkit-filter: brightness(0%);
      filter: brightness(0%);
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .navigation .width-navigation ul li:hover > a .menu-image, .navigation .width-navigation ul li.current-menu-item > a .menu-image {
      -webkit-filter: brightness(100%);
      filter: brightness(100%); }
  .navigation .width-navigation .inner-navigation a:hover {
    text-decoration: none; }
  .navigation .width-navigation .inner-navigation .navbar {
    margin-bottom: 0;
    border: none;
    padding: 0;
    text-align: right;
    min-height: inherit; }
    .navigation .width-navigation .inner-navigation .navbar > li.menu-item {
      float: none;
      padding: 0 25px; }
      .navigation .width-navigation .inner-navigation .navbar > li.menu-item span.icon-toggle {
        opacity: .8;
        margin-left: 10px;
        display: inline-block;
        font-size: 13px;
        font-weight: normal; }
      .navigation .width-navigation .inner-navigation .navbar > li.menu-item > a {
        text-transform: uppercase;
        display: inline-block;
        -webkit-transition: all 0.5s;
        -khtml-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .navigation .width-navigation .inner-navigation .navbar > li.menu-item > ul.sub-menu {
        left: 0; }
    .navigation .width-navigation .inner-navigation .navbar li a {
      padding: 0;
      display: block; }
  .navigation .width-navigation .inner-navigation .menu-right {
    margin-bottom: 0; }
    .navigation .width-navigation .inner-navigation .menu-right a {
      padding: 10px; }

#masthead.header-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999; }

#masthead.no-affix-top .no-sticky-logo {
  display: none; }

#masthead.no-affix-top .sticky-logo {
  display: block; }

#masthead.affix-top {
  background-color: transparent;
  -webkit-transition: all ease-out 0.3s;
  -khtml-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s; }
  #masthead.affix-top .width-logo .no-sticky-logo {
    display: block; }
  #masthead.affix-top .width-logo .sticky-logo {
    display: none; }

#masthead.affix {
  z-index: 9999;
  position: fixed;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(10, 10, 10, 0.85);
  -webkit-transition: all ease-out 0.3s;
  -khtml-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s; }
  #masthead.affix .width-logo .no-sticky-logo {
    display: none; }
  #masthead.affix .width-logo .sticky-logo {
    display: block; }

#masthead.medical-style {
  padding-top: 22px; }
  #masthead.medical-style .main-navigation {
    margin-top: 23px; }
  #masthead.medical-style .header-right {
    margin-top: 23px; }
  #masthead.medical-style.affix {
    padding-top: 15px;
    padding-bottom: 15px; }
    #masthead.medical-style.affix .header-right,
    #masthead.medical-style.affix .main-navigation {
      margin-top: 0; }
  #masthead.medical-style div.thim-search-wrapper .search-button {
    font-size: 15px;
    line-height: 44px;
    width: 45px;
    height: 45px;
    border-color: rgba(255, 255, 255, 0.4); }
  #masthead.medical-style .top-cart {
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px; }
    #masthead.medical-style .top-cart .cart-info {
      justify-content: center;
      height: 45px;
      padding: 0; }
      #masthead.medical-style .top-cart .cart-info .mobile-cart {
        margin-right: 0;
        font-size: 15px; }
        #masthead.medical-style .top-cart .cart-info .mobile-cart .ion-bag {
          font-size: 15px; }
        #masthead.medical-style .top-cart .cart-info .mobile-cart .cart-quantity {
          top: -15px;
          right: -22px;
          width: 20px;
          height: 20px;
          font-size: 14px;
          line-height: 19px; }
    #masthead.medical-style .top-cart .cart-total {
      display: none; }
  #masthead.medical-style .ion-bag {
    color: #FFF; }

@media (min-width: 769px) {
  .site-header {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 45px;
    padding-right: 45px; }
  .navigation .width-logo a:hover {
    text-decoration: none; }
  .navigation .width-logo a img {
    -webkit-transition: all ease-out 0.3s;
    -khtml-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -ms-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s; }
  .navigation .width-navigation .inner-navigation {
    display: table;
    float: right; }
    .navigation .width-navigation .inner-navigation .navbar {
      display: table-cell;
      vertical-align: middle;
      width: auto; }
      .navigation .width-navigation .inner-navigation .navbar > li {
        position: relative; }
        .navigation .width-navigation .inner-navigation .navbar > li .sub-menu {
          min-width: 200px;
          position: absolute;
          top: auto;
          display: none;
          z-index: 999;
          padding: 0;
          margin: 0;
          background-color: #747470;
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
          -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
          -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
          -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09); }
          .navigation .width-navigation .inner-navigation .navbar > li .sub-menu li {
            width: 100%;
            text-align: left;
            position: relative; }
            .navigation .width-navigation .inner-navigation .navbar > li .sub-menu li:after {
              content: "";
              position: absolute;
              left: 20px;
              right: 20px;
              height: 1px;
              background-color: rgba(138, 138, 138, 0.2); }
            .navigation .width-navigation .inner-navigation .navbar > li .sub-menu li:last-child:after {
              display: none; }
            .navigation .width-navigation .inner-navigation .navbar > li .sub-menu li a {
              color: #3a3a3a;
              padding: 14px 20px;
              white-space: nowrap; }
            .navigation .width-navigation .inner-navigation .navbar > li .sub-menu li > .sub-menu {
              top: 0;
              right: 100%; }
    .navigation .width-navigation .inner-navigation .menu-right {
      display: table-cell;
      right: 0; }
      .navigation .width-navigation .inner-navigation .menu-right section {
        display: table-cell;
        vertical-align: middle; }
      .navigation .width-navigation .inner-navigation .menu-right .list-links {
        margin-bottom: 0; } }

#wrapper-container {
  overflow: hidden; }

.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary li.menu-item a[class^='dashicons']:before {
  font-family: dashicons; }

@media (min-width: 601px) {
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-1-of-1 {
    width: 100%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-1-of-2 {
    width: 50%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-2-of-2 {
    width: 100%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-1-of-3 {
    width: 33.33333%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-2-of-3 {
    width: 66.66667%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-3-of-3 {
    width: 100%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-1-of-4 {
    width: 25%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-2-of-4 {
    width: 50%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-3-of-4 {
    width: 75%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-4-of-4 {
    width: 100%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-1-of-5 {
    width: 20%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-2-of-5 {
    width: 40%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-3-of-5 {
    width: 60%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-4-of-5 {
    width: 80%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-5-of-5 {
    width: 100%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-1-of-6 {
    width: 16.66667%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-2-of-6 {
    width: 33.33333%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-3-of-6 {
    width: 50%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-4-of-6 {
    width: 66.66667%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-5-of-6 {
    width: 83.33333%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-6-of-6 {
    width: 100%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-1-of-7 {
    width: 14.28571%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-2-of-7 {
    width: 28.57143%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-3-of-7 {
    width: 42.85714%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-4-of-7 {
    width: 57.14286%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-5-of-7 {
    width: 71.42857%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-6-of-7 {
    width: 85.71429%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-7-of-7 {
    width: 100%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-1-of-8 {
    width: 12.5%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-2-of-8 {
    width: 25%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-3-of-8 {
    width: 37.5%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-4-of-8 {
    width: 50%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-5-of-8 {
    width: 62.5%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-6-of-8 {
    width: 75%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-7-of-8 {
    width: 87.5%; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary > li.menu-megamenu > ul.sub-menu li.menu-columns-8-of-8 {
    width: 100%; } }

.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary li.menu-flyout.align-bottom-right {
  text-align: right; }

.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary li.menu-flyout.item-align-right > .sub-menu {
  left: auto;
  right: 0; }

.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu {
  float: left;
  position: static; }
  @media (min-width: 769px) {
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-item.hide-on-desktop {
      display: none; } }
  @media (min-width: 769px) {
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu {
      position: static; } }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li {
    vertical-align: top; }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li a {
      padding: 14px 0; }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li ul {
      margin: 0; }
      .navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li ul li {
        padding: 0; }
    .navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li:after {
      left: 0;
      right: 0;
      bottom: 0; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu .sub-menu > li:after {
    display: none; }

.navigation .width-navigation .inner-navigation .mega-menu-wrapper .menu-right {
  float: left; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper .menu-right > .widget .btn-book:before {
    top: -15px;
    bottom: -10px; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper .menu-right > .widget .btn-book .inner-bottom {
    bottom: -20px; }
  .navigation .width-navigation .inner-navigation .mega-menu-wrapper .menu-right > .widget.widget_shopping_cart .widget_shopping_cart_content {
    top: 57px; }

.navigation .tm-table {
  position: relative; }

@media (max-width: 768px) {
  .mega-menu .menu-item.hide-sub-menu-on-mobile .icon-toggle,
  .mega-menu .menu-item.hide-sub-menu-on-mobile .mega-sub-menu {
    visibility: hidden;
    display: none; } }

.mega-menu .widget_products img {
  max-width: 60px; }

header#masthead .tc-menu-layout-column > .tc-megamenu-wrapper {
  left: auto !important;
  right: auto !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important; }
  header#masthead .tc-menu-layout-column > .tc-megamenu-wrapper > .row > .tc-menu-item {
    padding: 0 20px;
    width: auto;
    max-width: inherit;
    flex: inherit;
    min-width: 250px; }
    header#masthead .tc-menu-layout-column > .tc-megamenu-wrapper > .row > .tc-menu-item .tc-megamenu-title {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 16px !important;
      display: block;
      padding: 14px 0; }
    header#masthead .tc-menu-layout-column > .tc-megamenu-wrapper > .row > .tc-menu-item .sub-menu li {
      border-bottom: 1px solid rgba(138, 138, 138, 0.2);
      margin: 6px auto; }
      header#masthead .tc-menu-layout-column > .tc-megamenu-wrapper > .row > .tc-menu-item .sub-menu li a {
        padding: 14px 0; }
      header#masthead .tc-menu-layout-column > .tc-megamenu-wrapper > .row > .tc-menu-item .sub-menu li:last-child {
        border-bottom: 0; }
        header#masthead .tc-menu-layout-column > .tc-megamenu-wrapper > .row > .tc-menu-item .sub-menu li:last-child a {
          padding-bottom: 0; }

header#masthead .mega-sub-menu {
  left: 0 !important;
  right: 0 !important; }

header#masthead .sub-menu {
  max-width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important;
  height: auto !important; }

@media (min-width: 769px) {
  .navigation .width-navigation .tc-menu-layout-column,
  .navigation .width-navigation .tc-menu-layout-builder {
    position: static !important; }
  .navigation .width-navigation .navbar > li {
    position: relative; }
    .navigation .width-navigation .navbar > li.tc-menu-layout-column .sub-menu li:after {
      display: none !important; }
    .navigation .width-navigation .navbar > li .sub-menu {
      min-width: 250px;
      position: absolute;
      top: auto;
      display: none;
      z-index: 999;
      padding: 0;
      margin: 0;
      -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
      -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
      -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
      -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
      -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09); }
      .navigation .width-navigation .navbar > li .sub-menu.tc-megamenu-wrapper .icon-toggle {
        display: none !important; }
      .navigation .width-navigation .navbar > li .sub-menu.tc-megamenu-wrapper .sub-menu {
        position: relative;
        display: block !important;
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        min-width: 0;
        left: 0;
        right: 0; }
        .navigation .width-navigation .navbar > li .sub-menu.tc-megamenu-wrapper .sub-menu .menu-item {
          padding: 0; }
      .navigation .width-navigation .navbar > li .sub-menu li {
        position: relative;
        display: block !important; }
        .navigation .width-navigation .navbar > li .sub-menu li:after {
          content: "";
          position: absolute;
          left: 20px;
          right: 20px;
          height: 1px;
          background-color: #eee; }
        .navigation .width-navigation .navbar > li .sub-menu li:last-child:after {
          display: none; }
        .navigation .width-navigation .navbar > li .sub-menu li:not(.tc-menu-item) {
          width: 100%; }
        .navigation .width-navigation .navbar > li .sub-menu li > a {
          white-space: nowrap; }
      .navigation .width-navigation .navbar > li .sub-menu .sub-menu {
        top: 0;
        left: 100%; }
  .tc-menu-layout-column .mega-sub-menu .row {
    margin: 0;
    flex-wrap: nowrap;
    width: auto;
    align-items: normal !important; }
  .tc-menu-layout-column .mega-sub-menu .sub-menu {
    display: block !important; }
    .tc-menu-layout-column .mega-sub-menu .sub-menu a {
      padding: 14px 0; } }

/*!--------------------------------------------------------------
7.0 - breadcrumb
----------------------------------------------------------------*/
.page-title {
  position: relative; }
  .page-title .breadcrumb-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    text-align: center; }

.main-top {
  clear: both;
  position: relative;
  background-size: cover;
  overflow: hidden;
  z-index: 8; }
  .main-top .overlay-top-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .main-top .content {
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    border: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    text-align: center; }
    .main-top .content h1, .main-top .content h2, .main-top .content h3, .main-top .content h4 {
      text-align: inherit;
      margin: -3px 0 0;
      font-weight: bold;
      font-size: 68px; }
    .main-top .content .banner-description {
      font-weight: 300;
      text-align: inherit;
      letter-spacing: 6.7px;
      font-size: 18px; }

#breadcrumbs {
  padding: 14px 0;
  margin: 0;
  position: relative;
  display: inline-block;
  min-width: 262px; }
  #breadcrumbs:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 262px;
    height: 1px;
    opacity: 0.1;
    background-color: #fff;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0); }
  #breadcrumbs li {
    line-height: 26px;
    display: inline-block;
    list-style: none; }
    #breadcrumbs li span {
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    #breadcrumbs li > a, #breadcrumbs li > span {
      line-height: 26px;
      display: inline-block;
      font-weight: normal;
      font-style: italic;
      letter-spacing: 0.1px;
      font-size: 18px; }
    #breadcrumbs li span.breadcrum-icon {
      margin: 0 5px; }
    #breadcrumbs li:last-child:after {
      display: none; }

.page_title_v2 .main-top {
  min-height: 330px; }
  .page_title_v2 .main-top .content {
    text-align: left;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    bottom: 108px;
    top: auto; }
    .page_title_v2 .main-top .content .banner-description {
      letter-spacing: 5.9px;
      font-size: 16px; }
    .page_title_v2 .main-top .content h1, .page_title_v2 .main-top .content h2 {
      margin: -5px 0 0;
      letter-spacing: 0.5px;
      font-size: 48px; }

.page_title_v2 .breadcrumb-content {
  bottom: 114px;
  left: auto;
  right: 0;
  text-align: right !important; }

.page_title_v2 #breadcrumbs:before {
  display: none; }

.page_title_v2 #breadcrumbs li > a, .page_title_v2 #breadcrumbs li > span {
  letter-spacing: 0.2px;
  font-size: 16px; }

.page_title_v3 .main-top {
  min-height: 420px; }
  .page_title_v3 .main-top .content {
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    bottom: 80px;
    top: auto; }
    .page_title_v3 .main-top .content .banner-description {
      width: 50%;
      padding: 60px 74px;
      min-height: 240px;
      border-left: 1px solid #ccc;
      position: relative;
      font-style: normal;
      letter-spacing: 0;
      font-size: 16px; }
      .page_title_v3 .main-top .content .banner-description:before {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: -10px;
        left: -6px; }
      .page_title_v3 .main-top .content .banner-description:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        bottom: -10px;
        left: -6px; }
    .page_title_v3 .main-top .content h1, .page_title_v3 .main-top .content h2 {
      padding-top: 72px;
      letter-spacing: 0.7px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 1;
      text-align: right;
      max-width: 50%;
      padding-right: 72px; }

.page_title_v3 .breadcrumb-content {
  bottom: 248px;
  left: 0;
  text-align: right !important;
  width: 50%;
  padding-right: 55px; }

.page_title_v3 #breadcrumbs:before {
  display: none; }

.page_title_v3 #breadcrumbs li > a, .page_title_v3 #breadcrumbs li > span {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 5.2px; }

.page_title_v3 #breadcrumbs li span.breadcrum-icon {
  margin: 0 10px; }

.page_title_v3.no-subtitle .breadcrumb-content {
  bottom: 145px;
  text-align: center !important;
  width: 100%;
  padding: 0; }

.page_title_v3.no-subtitle .main-top {
  min-height: 300px; }
  .page_title_v3.no-subtitle .main-top .content {
    justify-content: center; }
    .page_title_v3.no-subtitle .main-top .content h1, .page_title_v3.no-subtitle .main-top .content h2 {
      text-align: center;
      max-width: 100%;
      padding-right: 0; }

.page_title_v4 .main-top {
  min-height: 240px; }
  .page_title_v4 .main-top .content {
    top: auto;
    bottom: 92px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none; }
    .page_title_v4 .main-top .content h1, .page_title_v4 .main-top .content h2 {
      font-size: 42px;
      margin-bottom: 10px; }

.page_title_v4 .breadcrumb-content {
  bottom: 57px; }

.page_title_v4 #breadcrumbs:before {
  display: none; }

.page_title_v5 .main-top .content .banner-description {
  position: relative;
  font-size: 16px;
  letter-spacing: 2.4px; }
  .page_title_v5 .main-top .content .banner-description:after {
    content: '';
    width: 1px;
    height: 31px;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    -o-opacity: 0.3;
    opacity: 0.3;
    background-color: #fff;
    margin-top: 17px;
    margin-bottom: 7px;
    display: inline-block; }

.page_title_v5 .main-top .content h1, .page_title_v5 .main-top .content h2 {
  font-size: 80px;
  letter-spacing: 6.4px; }

/*!--------------------------------------------------------------
8.0 - Blog
----------------------------------------------------------------*/
/*
 * Style sidebar blog
 */
#secondary aside.widget_search {
  padding-bottom: 20px;
  border: none; }

.search-form {
  position: relative;
  line-height: 42px;
  border: none; }
  .search-form:after {
    content: "\f2f5";
    font-family: "Ionicons";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #999;
    font-size: 16px; }
  .search-form label {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    margin: 0; }
  .search-form .search-field {
    line-height: 40px;
    background: #fff;
    height: 42px;
    padding: 0 60px 0 15px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: inherit;
    font-style: italic;
    font-size: 16px;
    font-weight: normal;
    margin: 0; }
  .search-form .search-submit {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    z-index: 2;
    background: transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 42px;
    height: 42px;
    color: transparent;
    font-size: 0;
    font-weight: 700;
    text-transform: uppercase; }

.widget {
  position: relative;
  border-bottom: 1px solid rgba(234, 234, 235, 0.2);
  padding-bottom: 30px;
  margin-bottom: 37px; }
  .widget:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .widget .widget-title {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    margin-bottom: 36px;
    text-transform: uppercase; }
  .widget .menu {
    margin-top: -12px;
    margin-bottom: -12px; }
  .widget ul {
    margin: 0; }
    .widget ul li {
      margin: 0;
      display: block;
      line-height: 30px;
      padding: 4px 0px; }
  .widget select {
    max-width: 100%; }

.widget_archive ul li .children,
.widget_archive ul li .sub-menu,
.widget_categories ul li .children,
.widget_categories ul li .sub-menu,
.widget_pages ul li .children,
.widget_pages ul li .sub-menu,
.widget_meta ul li .children,
.widget_meta ul li .sub-menu,
.widget_recent_comments ul li .children,
.widget_recent_comments ul li .sub-menu,
.widget_recent_entries ul li .children,
.widget_recent_entries ul li .sub-menu,
.widget_nav_menu ul li .children,
.widget_nav_menu ul li .sub-menu {
  padding-left: 15px; }
  .widget_archive ul li .children li,
  .widget_archive ul li .sub-menu li,
  .widget_categories ul li .children li,
  .widget_categories ul li .sub-menu li,
  .widget_pages ul li .children li,
  .widget_pages ul li .sub-menu li,
  .widget_meta ul li .children li,
  .widget_meta ul li .sub-menu li,
  .widget_recent_comments ul li .children li,
  .widget_recent_comments ul li .sub-menu li,
  .widget_recent_entries ul li .children li,
  .widget_recent_entries ul li .sub-menu li,
  .widget_nav_menu ul li .children li,
  .widget_nav_menu ul li .sub-menu li {
    border: none;
    padding-bottom: 0; }

.widget .thim-contact-list li {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0px; }

.widget .thim-contact-list [class^=fa],
.widget .thim-contact-list [class^=ion] {
  font-size: 18px;
  width: 25px;
  line-height: 25px;
  float: left; }

.widget.column-2 ul {
  column-count: 2; }

.tagcloud a {
  color: #aaa;
  font-weight: normal;
  height: 22px;
  border: solid 1px #eee;
  padding: 0 8px;
  line-height: 20px;
  -webkit-border-radius: 2.1px;
  -moz-border-radius: 2.1px;
  border-radius: 2.1px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block; }
  .tagcloud a:hover {
    color: #fff;
    border-color: transparent; }

.widget_categories ul li {
  position: relative;
  padding: 0; }
  .widget_categories ul li a {
    font-size: 14px;
    font-weight: normal;
    position: relative;
    line-height: 32px; }
    .widget_categories ul li a:before {
      content: "\f3d3";
      font-family: "Ionicons";
      margin-right: 22px;
      display: inline-block;
      font-size: 12px;
      font-weight: bold;
      color: #ccc;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .widget_categories ul li > .count {
    min-width: 25px;
    text-align: center;
    padding: 0 2px;
    border: solid 1px #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    line-height: 17px;
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 0; }
  .widget_categories ul li.current-cat > a, .widget_categories ul li:hover > a {
    color: #333 !important;
    font-weight: 500; }

.widget_thim_posts .list-post .item {
  padding: 0;
  display: flex;
  line-height: normal;
  margin-bottom: 30px; }
  .widget_thim_posts .list-post .item:last-child {
    margin-bottom: 0; }

.widget_thim_posts .list-post .thumbnail {
  margin-right: 20px;
  min-width: 80px; }

.widget_thim_posts .list-post .no-thumbnail {
  min-width: 80px;
  height: 80px;
  margin-right: 20px;
  background: #D7D6D6; }

.widget_thim_posts .list-post .content {
  width: 100%;
  padding-top: 3px; }

.widget_thim_posts .list-post .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  color: #808080;
  display: inline-block;
  width: 100%;
  margin-bottom: 7px; }

.widget_thim_posts .list-post .list-meta {
  display: flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #999; }
  .widget_thim_posts .list-post .list-meta i {
    margin-right: 6px;
    font-size: 14px; }
  .widget_thim_posts .list-post .list-meta .post-date {
    margin-right: 20px; }
  .widget_thim_posts .list-post .list-meta .coments-meta {
    min-width: fit-content; }
    .widget_thim_posts .list-post .list-meta .coments-meta a {
      color: #999; }

.widget_tag_cloud .tagcloud a {
  border-color: transparent;
  color: #fff;
  font-size: 14px !important;
  font-weight: 500; }
  .widget_tag_cloud .tagcloud a:hover {
    background: #333; }

header .widget,
footer .widget {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0; }

/*
 * Style Blog */
.search .tags-links,
.blog .tags-links,
.archive .tags-links {
  margin-top: 20px;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.17;
  letter-spacing: 1.8px;
  color: #333;
  text-transform: uppercase; }
  .search .tags-links a,
  .blog .tags-links a,
  .archive .tags-links a {
    text-transform: capitalize;
    font-size: 13px;
    font-weight: normal;
    padding: 0 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 20px;
    margin-right: 10px;
    color: #fff;
    background: #999;
    letter-spacing: 0;
    display: inline-block;
    position: relative; }

.search .post-format-special .content-inner,
.blog-content .post-format-special .content-inner,
.page-content .post-format-special .content-inner {
  margin-top: 0 !important; }
  .search .post-format-special .content-inner .entry-top,
  .blog-content .post-format-special .content-inner .entry-top,
  .page-content .post-format-special .content-inner .entry-top {
    position: relative !important; }
    .search .post-format-special .content-inner .entry-top .meta-category,
    .blog-content .post-format-special .content-inner .entry-top .meta-category,
    .page-content .post-format-special .content-inner .entry-top .meta-category {
      left: 30px !important; }

.search article,
.blog-content article,
.page-content article {
  margin-bottom: 40px; }
  .search article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-top,
  .blog-content article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-top,
  .page-content article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-top {
    margin-bottom: 20px;
    position: static; }
    .search article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-top .meta-category,
    .blog-content article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-top .meta-category,
    .page-content article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-top .meta-category {
      left: 15px;
      position: static; }
  .search article .entry-title,
  .blog-content article .entry-title,
  .page-content article .entry-title {
    margin-top: 8px;
    margin-bottom: 5px;
    line-height: 1.4em; }
  .search article .entry-meta,
  .blog-content article .entry-meta,
  .page-content article .entry-meta {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #999;
    text-transform: capitalize; }
    .search article .entry-meta i,
    .blog-content article .entry-meta i,
    .page-content article .entry-meta i {
      font-size: 14px; }
    .search article .entry-meta > span,
    .blog-content article .entry-meta > span,
    .page-content article .entry-meta > span {
      margin-left: 26px; }
      .search article .entry-meta > span:first-child,
      .blog-content article .entry-meta > span:first-child,
      .page-content article .entry-meta > span:first-child {
        margin-left: 0; }
    .search article .entry-meta a,
    .blog-content article .entry-meta a,
    .page-content article .entry-meta a {
      color: #999 !important; }
  .search article .flexslider .flex-direction-nav a:before,
  .blog-content article .flexslider .flex-direction-nav a:before,
  .page-content article .flexslider .flex-direction-nav a:before {
    color: #fff; }
  .search article.format-quote blockquote,
  .blog-content article.format-quote blockquote,
  .page-content article.format-quote blockquote {
    font-style: italic; }
    .search article.format-quote blockquote a:hover,
    .blog-content article.format-quote blockquote a:hover,
    .page-content article.format-quote blockquote a:hover {
      text-decoration: underline; }
    .search article.format-quote blockquote p,
    .blog-content article.format-quote blockquote p,
    .page-content article.format-quote blockquote p {
      font-weight: 100;
      margin-bottom: 10px; }

.col-sm-6.aligncenter .blog-content h2.entry-title {
  font-size: 26px; }

.blog-content article {
  position: relative;
  margin-bottom: 40px; }
  .blog-content article .content-inner .entry-top {
    position: relative; }
  .blog-content article:after {
    bottom: 0;
    height: 1px;
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    border-bottom: 1px dotted black;
    opacity: .15; }
  .blog-content article .thumbnail,
  .blog-content article .post-image {
    position: relative;
    overflow: hidden; }
    .blog-content article .thumbnail img,
    .blog-content article .post-image img {
      -webkit-transition: all 1s;
      -khtml-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
  .blog-content article .entry-top {
    margin-bottom: 33px; }
    .blog-content article .entry-top .meta-category {
      position: absolute;
      top: 30px;
      left: 40px;
      z-index: 9; }
      .blog-content article .entry-top .meta-category a {
        color: #fff;
        padding: 0 14px;
        line-height: 25px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 5px; }
  .blog-content article .entry-title {
    font-size: 24px;
    line-height: 1.33;
    margin: 0 0 20px; }
  .blog-content article .entry-summary {
    line-height: 1.63;
    margin-bottom: 24px;
    font-weight: normal; }
  .blog-content article .entry-button-meta {
    display: flex;
    align-items: center; }
  .blog-content article .readmore {
    width: 100%; }
    .blog-content article .readmore a {
      padding: 0 36px;
      line-height: 40px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      -webkit-box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
      -khtml-box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
      -ms-box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
      -o-box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
      box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
      display: inline-block;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase; }
  .blog-content article .entry-meta {
    min-width: fit-content; }
  .blog-content article.post_format-post-format-audio iframe {
    width: 100%; }
  .blog-content article.post_format-post-format-video iframe {
    width: 100%; }

.blog-content.blog-masonry {
  padding: 0;
  width: calc(100% + 30px) !important;
  margin: 0 -15px; }
  .blog-content.blog-masonry .post-format-special .content-inner .entry-top .meta-category {
    left: 20px !important; }
  .blog-content.blog-masonry article {
    margin: 0 0 40px;
    display: inline-block; }
    .blog-content.blog-masonry article:not(.has-post-thumbnail) .content-inner .entry-top {
      margin-bottom: 0; }
    .blog-content.blog-masonry article .content-inner {
      height: auto !important; }
    .blog-content.blog-masonry article .entry-top {
      margin-bottom: 0; }
      .blog-content.blog-masonry article .entry-top .meta-category {
        top: 20px;
        left: 20px; }
    .blog-content.blog-masonry article .entry-content {
      padding: 0 0 35px; }
    .blog-content.blog-masonry article .entry-title {
      font-size: 18px;
      line-height: 1.44;
      margin-bottom: 13px; }
    .blog-content.blog-masonry article .entry-summary {
      line-height: 1.5;
      margin-bottom: 15px; }
    .blog-content.blog-masonry article .entry-button-meta .entry-meta .entry-date i {
      margin-right: 10px; }
    .blog-content.blog-masonry article .entry-meta > span {
      margin-left: 19px;
      font-size: 12px;
      line-height: 1.5; }
      .blog-content.blog-masonry article .entry-meta > span i {
        font-size: 14px; }
      .blog-content.blog-masonry article .entry-meta > span:first-child {
        margin-left: 0; }
    .blog-content.blog-masonry article.post_format-post-format-audio iframe {
      height: 120px; }
    .blog-content.blog-masonry article.post_format-post-format-video .content-inner {
      position: relative;
      margin-bottom: 40px;
      border: none; }
      .blog-content.blog-masonry article.post_format-post-format-video .content-inner:after {
        content: '';
        position: absolute;
        bottom: -40px;
        left: 0;
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.15); }
    .blog-content.blog-masonry article.post_format-post-format-video .entry-top .meta-category {
      display: inline-block; }
    .blog-content.blog-masonry article.post_format-post-format-video .entry-top .video-icon {
      z-index: 99;
      width: 40px;
      height: 40px;
      background: rgba(0, 0, 0, 0.3);
      border: solid 1px #ffffff;
      display: inline-block;
      position: absolute;
      top: 20px;
      right: 20px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      line-height: 38px;
      font-size: 22px; }
    .blog-content.blog-masonry article.post_format-post-format-video:not(.has-post-thumbnail) .entry-top {
      margin-bottom: 0; }
      .blog-content.blog-masonry article.post_format-post-format-video:not(.has-post-thumbnail) .entry-top .meta-category {
        position: absolute;
        left: 20px;
        top: 0; }
      .blog-content.blog-masonry article.post_format-post-format-video:not(.has-post-thumbnail) .entry-top .video-icon {
        top: 0;
        z-index: 99; }
    .blog-content.blog-masonry article.post_format-post-format-video:not(.has-post-thumbnail) .entry-content {
      position: static; }
    .blog-content.blog-masonry article.post_format-post-format-video .entry-content {
      background-image: linear-gradient(to top, #000000, transparent);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 45px 20px 13px; }
    .blog-content.blog-masonry article.post_format-post-format-video .entry-title {
      margin-bottom: 7px; }
      .blog-content.blog-masonry article.post_format-post-format-video .entry-title a {
        color: #fff; }
    .blog-content.blog-masonry article.post_format-post-format-quote .entry-content {
      position: relative;
      padding: 84px 20px 0;
      background-color: #f6f6f6;
      min-height: 206px; }
      .blog-content.blog-masonry article.post_format-post-format-quote .entry-content .meta-category {
        position: absolute;
        top: 20px;
        left: 20px; }
        .blog-content.blog-masonry article.post_format-post-format-quote .entry-content .meta-category a {
          color: #fff;
          padding: 0 14px;
          line-height: 25px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          display: inline-block;
          font-size: 11px;
          font-weight: normal; }

.loop-pagination {
  margin: 0;
  text-align: center; }
  .loop-pagination li {
    display: inline-block;
    list-style: none; }
    .loop-pagination li .page-numbers {
      display: inline-block;
      width: 40px;
      text-align: center;
      height: 40px;
      line-height: 38px;
      margin: 0 5px;
      background: #fff;
      border: 1px solid #e7e7e7;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0.3px;
      color: #999;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .loop-pagination li .page-numbers.next, .loop-pagination li .page-numbers.prev {
        font-size: 0; }
        .loop-pagination li .page-numbers.next:before, .loop-pagination li .page-numbers.prev:before {
          font-family: "Ionicons";
          font-size: 16px;
          font-weight: normal;
          line-height: 38px; }
      .loop-pagination li .page-numbers.prev:before {
        content: "\f3cf"; }
      .loop-pagination li .page-numbers.next:before {
        content: "\f3d1"; }
      .loop-pagination li .page-numbers.current, .loop-pagination li .page-numbers:hover {
        border-color: transparent;
        color: #fff; }

.masonry-loadmore {
  text-align: center;
  position: relative;
  margin-top: 20px; }
  .masonry-loadmore:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15); }
  .masonry-loadmore .button {
    position: relative;
    padding: 0 35px;
    line-height: 40px;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
    -khtml-box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
    box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: normal; }
    .masonry-loadmore .button:before {
      content: "\f29a";
      font-family: Ionicons;
      display: inline-block;
      font-size: 20px;
      width: 100%;
      height: 100%;
      line-height: 40px;
      animation: spin 2s linear infinite;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      z-index: 2;
      color: #fff;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
  .masonry-loadmore.loading .button {
    color: transparent; }
    .masonry-loadmore.loading .button:before {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      visibility: visible; }

.blog-content .clear-after-article.column-2-blog-archive:after {
  display: none; }

.sticky.column-2-blog-archive .content-inner .entry-top {
  margin-top: 20px; }

.column-2-blog-archive.post-format-special .content-inner .entry-top .meta-category {
  left: 30px !important; }

.column-2-blog-archive {
  padding-bottom: 20px; }
  .column-2-blog-archive .content-inner .entry-content .entry-title a {
    color: #333; }
  .column-2-blog-archive .content-inner .entry-content .entry-summary {
    line-height: 1.5; }
  .column-2-blog-archive .content-inner .non-thumbnail {
    width: 100%; }
  .column-2-blog-archive .entry-button-meta .entry-meta i {
    color: #2575fc;
    margin-right: 10px; }
  .column-2-blog-archive .entry-button-meta .entry-meta .comment-total {
    position: relative;
    margin-left: 19px; }
    .column-2-blog-archive .entry-button-meta .entry-meta .comment-total a {
      position: absolute;
      right: -7px;
      top: -1px; }

.blog-content:not(.blog-list-3) .column-1-blog-archive {
  margin-bottom: 60px; }
  .blog-content:not(.blog-list-3) .column-1-blog-archive:not(.post-format-special):not(.has-post-thumbnail) .content-inner .entry-top .meta-category {
    margin-left: 30px; }
  .blog-content:not(.blog-list-3) .column-1-blog-archive:not(.post-format-special) .content-inner .entry-top .meta-category {
    left: 30px;
    position: static; }
  .blog-content:not(.blog-list-3) .column-1-blog-archive:not(.post-format-special) .content-inner .entry-content {
    padding: 0;
    padding-left: 30px;
    padding-right: 30px; }
  .blog-content:not(.blog-list-3) .column-1-blog-archive .entry-summary {
    margin-bottom: 36px; }
  .blog-content:not(.blog-list-3) .column-1-blog-archive .content-inner:after {
    bottom: -60px; }
  .blog-content:not(.blog-list-3) .column-1-blog-archive .entry-top {
    margin-bottom: 47px; }

.blog-content:not(.blog-list-3) .column-1-blog-archive {
  padding-bottom: 60px; }

.column-1-blog-archive .entry-content {
  padding-left: 30px;
  padding-right: 30px; }
  .column-1-blog-archive .entry-content .entry-title {
    font-size: 30px; }

.column-1-blog-archive .entry-button-meta .entry-meta {
  font-size: 14px; }
  .column-1-blog-archive .entry-button-meta .entry-meta i {
    margin-right: 10px;
    font-size: 16px; }

.post-format-special .content-inner .entry-top {
  position: relative; }

.search .flex-first .blog-list-3,
.blog .flex-first .blog-list-3, .category .flex-first .blog-list-3 {
  padding-right: 46px; }
  .search .flex-first .blog-list-3 .column-1-blog-archive .entry-button-meta,
  .blog .flex-first .blog-list-3 .column-1-blog-archive .entry-button-meta, .category .flex-first .blog-list-3 .column-1-blog-archive .entry-button-meta {
    margin-bottom: 0; }
  .search .flex-first .blog-list-3 article:not(.has-post-thumbnail):not(.post-format-special) .content-inner,
  .blog .flex-first .blog-list-3 article:not(.has-post-thumbnail):not(.post-format-special) .content-inner, .category .flex-first .blog-list-3 article:not(.has-post-thumbnail):not(.post-format-special) .content-inner {
    margin-top: 0; }
    .search .flex-first .blog-list-3 article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-top,
    .blog .flex-first .blog-list-3 article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-top, .category .flex-first .blog-list-3 article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-top {
      float: none;
      margin-left: 0; }
      .search .flex-first .blog-list-3 article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-top .meta-category,
      .blog .flex-first .blog-list-3 article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-top .meta-category, .category .flex-first .blog-list-3 article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-top .meta-category {
        position: static; }
  .search .flex-first .blog-list-3 .sticky.post-format-special .content-inner .entry-top,
  .blog .flex-first .blog-list-3 .sticky.post-format-special .content-inner .entry-top, .category .flex-first .blog-list-3 .sticky.post-format-special .content-inner .entry-top {
    margin-bottom: 20px; }
  .search .flex-first .blog-list-3 .sticky.post-format-special .content-inner .entry-content .entry-header .entry-title,
  .blog .flex-first .blog-list-3 .sticky.post-format-special .content-inner .entry-content .entry-header .entry-title, .category .flex-first .blog-list-3 .sticky.post-format-special .content-inner .entry-content .entry-header .entry-title {
    margin-top: 20px; }
  .search .flex-first .blog-list-3 article,
  .blog .flex-first .blog-list-3 article, .category .flex-first .blog-list-3 article {
    overflow: auto;
    margin-bottom: 50px; }
    .search .flex-first .blog-list-3 article:last-child,
    .blog .flex-first .blog-list-3 article:last-child, .category .flex-first .blog-list-3 article:last-child {
      margin-bottom: 60px; }
    .search .flex-first .blog-list-3 article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-content,
    .blog .flex-first .blog-list-3 article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-content, .category .flex-first .blog-list-3 article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-content {
      width: auto;
      float: none;
      margin-top: 0;
      padding: 0; }
    .search .flex-first .blog-list-3 article:after,
    .blog .flex-first .blog-list-3 article:after, .category .flex-first .blog-list-3 article:after {
      display: none; }
    .search .flex-first .blog-list-3 article .content-inner .entry-top,
    .blog .flex-first .blog-list-3 article .content-inner .entry-top, .category .flex-first .blog-list-3 article .content-inner .entry-top {
      width: 318px;
      float: left;
      margin-bottom: 0;
      padding: 0; }
      .search .flex-first .blog-list-3 article .content-inner .entry-top iframe,
      .blog .flex-first .blog-list-3 article .content-inner .entry-top iframe, .category .flex-first .blog-list-3 article .content-inner .entry-top iframe {
        height: 210px; }
      .search .flex-first .blog-list-3 article .content-inner .entry-top .meta-category,
      .blog .flex-first .blog-list-3 article .content-inner .entry-top .meta-category, .category .flex-first .blog-list-3 article .content-inner .entry-top .meta-category {
        top: 20px;
        left: 20px !important; }
        .search .flex-first .blog-list-3 article .content-inner .entry-top .meta-category a,
        .blog .flex-first .blog-list-3 article .content-inner .entry-top .meta-category a, .category .flex-first .blog-list-3 article .content-inner .entry-top .meta-category a {
          font-size: 11px;
          line-height: 1.64;
          padding-top: 4px;
          padding-bottom: 4px; }
    .search .flex-first .blog-list-3 article .content-inner .entry-content,
    .blog .flex-first .blog-list-3 article .content-inner .entry-content, .category .flex-first .blog-list-3 article .content-inner .entry-content {
      padding-right: 0;
      width: calc(100% - 318px);
      float: left;
      margin-top: -5px;
      padding-left: 30px; }
      .search .flex-first .blog-list-3 article .content-inner .entry-content .entry-header .entry-title,
      .blog .flex-first .blog-list-3 article .content-inner .entry-content .entry-header .entry-title, .category .flex-first .blog-list-3 article .content-inner .entry-content .entry-header .entry-title {
        margin-bottom: 23px;
        font-size: 24px;
        line-height: 1.42;
        color: #333; }
      .search .flex-first .blog-list-3 article .content-inner .entry-content .entry-summary,
      .blog .flex-first .blog-list-3 article .content-inner .entry-content .entry-summary, .category .flex-first .blog-list-3 article .content-inner .entry-content .entry-summary {
        margin-bottom: 24px; }
      .search .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .entry-meta,
      .blog .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .entry-meta, .category .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .entry-meta {
        font-size: 12px;
        line-height: 1.5; }
        .search .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .entry-meta .comment-total,
        .blog .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .entry-meta .comment-total, .category .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .entry-meta .comment-total {
          margin-left: 19px; }
          .search .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .entry-meta .comment-total i,
          .blog .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .entry-meta .comment-total i, .category .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .entry-meta .comment-total i {
            margin-right: 8px; }
        .search .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .entry-meta i,
        .blog .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .entry-meta i, .category .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .entry-meta i {
          font-size: 14px;
          line-height: 1.29; }
      .search .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .readmore a,
      .blog .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .readmore a, .category .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .readmore a {
        font-size: 13px;
        padding: 0 19px;
        line-height: 35px; }
  .search .flex-first .blog-list-3 .sticky.column-1-blog-archive .entry-button-meta,
  .blog .flex-first .blog-list-3 .sticky.column-1-blog-archive .entry-button-meta, .category .flex-first .blog-list-3 .sticky.column-1-blog-archive .entry-button-meta {
    margin-bottom: 20px; }
  .search .flex-first .blog-list-3 .post.sticky .entry-top,
  .blog .flex-first .blog-list-3 .post.sticky .entry-top, .category .flex-first .blog-list-3 .post.sticky .entry-top {
    margin-top: 20px; }

.blog-content .column-1-blog-archive.post-thumbnail-default .content-inner .entry-top .meta-category {
  position: absolute !important; }

.blog-content.blog-masonry .sticky .entry-top {
  margin-top: 35px; }

.wp-caption-text {
  font-size: 14px; }

.thim-shadow.alignleft {
  padding-right: 18px; }

@media (max-width: 1366px) {
  .blog.responsive #main {
    margin-right: 0px; } }

@media (max-width: 1024px) {
  .blog.responsive .blog-content.blog-masonry article.post_format-post-format-video:not(.has-post-thumbnail) .entry-top .meta-category {
    position: static; }
  .blog.responsive .blog-content.blog-masonry .post_format-post-format-video .content-inner {
    margin-bottom: 0; }
    .blog.responsive .blog-content.blog-masonry .post_format-post-format-video .content-inner:after {
      display: none; }
  .blog.responsive .blog-content.blog-masonry .post_format-post-format-video .entry-content {
    padding: 32px 0 35px; }
    .blog.responsive .blog-content.blog-masonry .post_format-post-format-video .entry-content .entry-title a {
      color: #1c1f23; }
  .blog.responsive .blog-content.blog-masonry .post_format-post-format-audio iframe {
    height: 100px; } }

@media (width: 1024px) {
  .blog.responsive .widget_thim_posts .list-post .list-meta {
    display: block; }
    .blog.responsive .widget_thim_posts .list-post .list-meta .post-date {
      margin: 0; } }

@media (max-width: 812px) {
  .blog.responsive .responsive.blog .site-content {
    padding-top: 30px; }
  .blog.responsive #secondary {
    margin-top: 70px; }
  .blog.responsive .blog-content .column-1-blog-archive {
    margin-bottom: 60px; }
    .blog.responsive .blog-content .column-1-blog-archive .entry-top {
      margin-bottom: 25px; }
    .blog.responsive .blog-content .column-1-blog-archive .content-inner:after {
      bottom: -30px; } }

@media (max-width: 736px) {
  .blog.responsive .masonry-item {
    position: relative !important;
    top: auto !important; }
  .blog.responsive .content-inner {
    height: auto !important; }
  .blog.responsive .blog-content .column-1-blog-archive {
    margin-bottom: 60px; }
    .blog.responsive .blog-content .column-1-blog-archive .entry-top {
      margin-bottom: 25px; }
  .blog.responsive .blog-content .clear-after-article.column-2-blog-archive:after {
    display: block; }
  .blog.responsive .blog-content.blog-masonry {
    width: 100%;
    margin: 0; }
  .blog.responsive .flex-first .blog-list-3 .column-1-blog-archive {
    margin-bottom: 40px; }
  .blog.responsive .flex-first .blog-list-3 article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-top .meta-category {
    top: 0;
    left: 15px !important; }
  .blog.responsive .flex-first .blog-list-3 article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-content {
    margin-left: 0; }
  .blog.responsive .flex-first .blog-list-3 article.post_format-post-format-video .entry-top iframe {
    height: 250px; }
  .blog.responsive .flex-first .blog-list-3 article .content-inner .entry-top {
    margin-bottom: 25px;
    float: none;
    width: 100%; }
  .blog.responsive .flex-first .blog-list-3 article .content-inner .entry-content {
    width: 100%;
    padding-left: 0;
    float: none; }
    .blog.responsive .flex-first .blog-list-3 article .content-inner .entry-content .entry-header .entry-title {
      font-size: 23px; }
    .blog.responsive .flex-first .blog-list-3 article .content-inner .entry-content .entry-summary {
      line-height: 1.5;
      font-size: 16px; }
  .blog.responsive .column-2-blog-archive:not(.sticky):not(.has-post-thumbnail):not(.post-format-special) {
    padding-bottom: 40px; } }

@media (max-width: 640px) {
  .blog.responsive .blog-masonry article .content-inner {
    padding-bottom: 20px; }
    .blog.responsive .blog-masonry article .content-inner .entry-top {
      margin-bottom: 20px; }
  .blog.responsive .blog-content.blog-list-3 .sticky.column-1-blog-archive .entry-button-meta {
    margin-bottom: 0; }
  .blog.responsive .blog-content.blog-list-3 .column-1-blog-archive:not(.sticky) {
    margin-bottom: 20px; }
  .blog.responsive .blog-content:not(.blog-list-3) .sticky.column-1-blog-archive .entry-button-meta {
    margin-bottom: 0; }
  .blog.responsive .blog-content .sticky .entry-top {
    margin-top: 20px; }
  .blog.responsive .blog-content .column-1-blog-archive {
    margin-bottom: 40px; }
  .blog.responsive .blog-content .column-2-blog-archive .entry-top {
    margin-bottom: 20px; }
  .blog.responsive .blog-content article:not(.has-post-thumbnail):not(.post-format-special) .content-inner .entry-top {
    margin-left: 0; }
  .blog.responsive .blog-content .column-1-blog-archive.post-format-special .content-inner .entry-top .meta-category {
    left: 10px !important; }
  .blog.responsive .blog-content:not(.blog-list-3) .column-1-blog-archive:not(.post-format-special):not(.has-post-thumbnail) .content-inner .entry-top .meta-category {
    margin-left: 0; }
  .blog.responsive .column-1-blog-archive {
    padding-bottom: 20px; }
    .blog.responsive .column-1-blog-archive:not(.post-format-special) .content-inner .entry-content {
      padding: 0; }
  .blog.responsive .column-2-blog-archive .entry-button-meta .readmore {
    margin-top: -10px; }
  .blog.responsive .blog-content article .entry-top {
    margin-bottom: 0; }
  .blog.responsive .blog-content article .entry-content {
    padding: 0 !important; }
  .blog.responsive .blog-content .column-2-blog-archive .entry-button-meta .entry-meta {
    padding-bottom: 0; }
  .blog.responsive .responsive.blog .site-content {
    padding-top: 0px; }
  .blog.responsive .flex-first .blog-list-3 article .content-inner .entry-top .meta-category {
    top: 10px; }
  .blog.responsive .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .readmore {
    margin-bottom: 20px; }
  .blog.responsive .flex-first .blog-list-3 article .content-inner .entry-content .entry-button-meta .entry-meta {
    margin-top: 0; } }

@media (max-width: 414px) {
  .blog.responsive .site-main {
    padding: 0; }
  .blog.responsive .blog-content.blog-masonry {
    width: 100% !important;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px; }
    .blog.responsive .blog-content.blog-masonry .masonry-item {
      left: 0 !important; }
  .blog.responsive .blog-content .column-2-blog-archive .entry-button-meta .readmore {
    margin-top: 15px; }
  .blog.responsive .blog-content .column-1-blog-archive {
    margin-bottom: 40px; }
    .blog.responsive .blog-content .column-1-blog-archive .entry-top {
      margin-bottom: 20px; }
    .blog.responsive .blog-content .column-1-blog-archive .content-inner:after {
      bottom: 0; }
    .blog.responsive .blog-content .column-1-blog-archive .entry-summary {
      margin-bottom: 20px; }
  .blog.responsive .blog-content article .entry-summary {
    margin-bottom: 5px; }
  .blog.responsive footer {
    margin-top: 0; }
  .blog.responsive .flex-first .blog-list-3 article.post_format-post-format-video .entry-top iframe {
    height: 200px; } }

@media (max-width: 375px) {
  .blog.responsive .flex-first .blog-list-3 article.post_format-post-format-video .entry-top iframe {
    height: 190px; } }

@media (max-width: 992px) {
  .responsive #secondary {
    margin-top: 70px; } }

/*
 * Style for single post */
.thim-blockquote {
  padding-left: 68px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%; }
  .thim-blockquote:before {
    content: "‘‘";
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    color: #2575fc;
    letter-spacing: -6px;
    font-family: initial;
    position: absolute;
    top: -20px;
    left: 0; }
  .thim-blockquote blockquote {
    font-size: 24px;
    font-style: italic;
    line-height: 1.55;
    letter-spacing: 0.7px;
    color: #333;
    font-family: initial; }

.flex-first .page-content {
  padding-right: 30px; }

.flex-last .page-content {
  padding-left: 30px; }

.single .entry-header {
  margin-top: -8px; }

.page-content article .content-inner {
  margin-bottom: 30px; }
  .page-content article .content-inner .post-formats-wrapper iframe {
    width: 100%; }
  .page-content article .content-inner .entry-title {
    font-size: 36px;
    line-height: 1.3;
    margin: 0 0 18px; }
  .page-content article .content-inner .entry-meta {
    line-height: 1.57;
    letter-spacing: 0.3px; }
    .page-content article .content-inner .entry-meta > span {
      margin: 0; }
      .page-content article .content-inner .entry-meta > span:first-child {
        margin-left: 0; }
      .page-content article .content-inner .entry-meta > span:after {
        content: ' / ';
        display: inline-block;
        margin: 0 3px;
        color: #999;
        font-size: 14px; }
      .page-content article .content-inner .entry-meta > span:last-child:after {
        display: none; }
    .page-content article .content-inner .entry-meta i {
      display: none; }
  .page-content article .content-inner .entry-top {
    margin-top: 50px;
    margin-bottom: 50px; }
  .page-content article .content-inner .thim-social-sharing label {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.7px;
    color: #333;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .page-content article .content-inner .thim-social-sharing ul {
    list-style: none;
    float: left;
    display: flex;
    flex-direction: column;
    margin: 0; }
    .page-content article .content-inner .thim-social-sharing ul li {
      margin-bottom: 10px;
      float: left;
      display: inline-block; }
      .page-content article .content-inner .thim-social-sharing ul li a {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        line-height: 38px;
        font-size: 0;
        font-weight: normal;
        color: #999;
        display: inline-block;
        text-align: center;
        border: 1px solid #eee;
        background: #fff; }
        .page-content article .content-inner .thim-social-sharing ul li a i {
          font-size: 16px;
          line-height: 38px; }
        .page-content article .content-inner .thim-social-sharing ul li a:hover {
          color: #fff;
          border-color: transparent; }
  .page-content article .content-inner .entry-content .entry-sidebar {
    width: 115px;
    float: left; }
  .page-content article .content-inner .entry-content .entry-main-content {
    width: calc(100% - 115px);
    float: left; }
  .page-content article .content-inner .entry-content .entry-description {
    margin-bottom: 67px; }
    .page-content article .content-inner .entry-content .entry-description:before, .page-content article .content-inner .entry-content .entry-description:after {
      content: " ";
      display: table; }
    .page-content article .content-inner .entry-content .entry-description:after {
      clear: both; }
    .page-content article .content-inner .entry-content .entry-description p {
      margin-bottom: 27px; }
    .page-content article .content-inner .entry-content .entry-description .flexslider {
      margin-bottom: 50px; }
      .page-content article .content-inner .entry-content .entry-description .flexslider ul li:before {
        display: none; }
    .page-content article .content-inner .entry-content .entry-description ul {
      margin: 10px 0;
      list-style: none; }
      .page-content article .content-inner .entry-content .entry-description ul li {
        padding: 3px 0;
        margin: 0; }
        .page-content article .content-inner .entry-content .entry-description ul li:before {
          content: '';
          width: 6px;
          height: 6px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          background: #333;
          display: inline-block;
          margin-left: 10px;
          margin-right: 19px;
          position: relative;
          top: -2px; }
        .page-content article .content-inner .entry-content .entry-description ul li ul {
          margin-left: 40px; }
          .page-content article .content-inner .entry-content .entry-description ul li ul li:before {
            background: #999; }
  .page-content article .content-inner .entry-content .entry-tag {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: 1.8px;
    color: #333;
    text-transform: uppercase; }
    .page-content article .content-inner .entry-content .entry-tag a {
      font-size: 14px;
      font-weight: normal;
      padding: 0 6px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      line-height: 22px;
      margin-right: 10px;
      color: #fff;
      letter-spacing: 0;
      display: inline-block;
      text-transform: none;
      position: relative;
      top: -2px; }

.page-content article.format-chat .group-chat li {
  font-weight: 700; }
  .page-content article.format-chat .group-chat li .chat-name {
    min-width: 80px;
    display: inline-block; }
  .page-content article.format-chat .group-chat li .chat-message {
    font-weight: 400; }

.page-content.style-2 {
  max-width: 1110px;
  margin: 0 auto; }
  .page-content.style-2 article .content-inner .entry-header {
    text-align: center; }
  .page-content.style-2 article .content-inner .entry-meta {
    text-align: center; }
  .page-content.style-2 article .content-inner .entry-content .entry-sidebar {
    width: 125px; }
  .page-content.style-2 article .content-inner .entry-content .entry-main-content {
    width: calc(100% - 125px);
    padding-right: 115px; }

.thim-social-share {
  margin: 35px 0 0 0;
  display: block; }
  .thim-social-share li {
    display: inline-block;
    list-style: none;
    float: left;
    max-height: 20px;
    line-height: 20px;
    margin-right: 10px;
    max-width: 95px; }
    .thim-social-share li.google-plus {
      max-width: 57px; }

.page-content article .content-inner .entry-content .entry-main-content.no-social {
  width: 100%; }

#comments .children {
  margin: 0; }

#comments .nav-next,
#comments .nav-previous {
  margin-bottom: 30px; }

#comments .children #respond {
  padding-left: 50px; }

#comments .wp-social-login-widget {
  margin-bottom: 30px; }

#comments .wp-social-login-provider-list {
  padding: 0px; }

#comments .comment-list {
  margin: 0;
  list-style: none; }

#comments .list-comments {
  padding: 50px 0 0;
  margin-top: 53px;
  margin-bottom: 30px;
  border-top: 1px dashed rgba(0, 0, 0, 0.15); }
  #comments .list-comments .comments-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 29px; }
  #comments .list-comments .comment-list {
    margin: 0; }
    #comments .list-comments .comment-list .pingback,
    #comments .list-comments .comment-list .comment {
      list-style: none;
      padding-bottom: 32px;
      margin-bottom: 32px;
      position: relative; }
      #comments .list-comments .comment-list .pingback:after,
      #comments .list-comments .comment-list .comment:after {
        content: '';
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 80px;
        right: 0;
        border-top: 1px dashed rgba(0, 0, 0, 0.15); }
      > #comments .list-comments .comment-list .pingback:last-child, >
      #comments .list-comments .comment-list .comment:last-child {
        margin-top: 0;
        padding-top: 0; }
        > #comments .list-comments .comment-list .pingback:last-child:after, >
        #comments .list-comments .comment-list .comment:last-child:after {
          display: none; }
      #comments .list-comments .comment-list .pingback img,
      #comments .list-comments .comment-list .comment img {
        border-radius: 100%;
        float: left;
        margin-right: 20px; }
      #comments .list-comments .comment-list .pingback .author-name,
      #comments .list-comments .comment-list .pingback .author-name a,
      #comments .list-comments .comment-list .comment .author-name,
      #comments .list-comments .comment-list .comment .author-name a {
        font-weight: 600;
        text-transform: capitalize;
        font-size: 18px; }
      #comments .list-comments .comment-list .pingback .content-comment,
      #comments .list-comments .comment-list .comment .content-comment {
        width: auto; }
        #comments .list-comments .comment-list .pingback .content-comment .author,
        #comments .list-comments .comment-list .comment .content-comment .author {
          font-size: 13px;
          margin-bottom: 13px; }
          #comments .list-comments .comment-list .pingback .content-comment .author .comment-extra-info,
          #comments .list-comments .comment-list .comment .content-comment .author .comment-extra-info {
            font-size: 12px;
            margin-left: 10px;
            font-weight: 400;
            color: #999; }
          #comments .list-comments .comment-list .pingback .content-comment .author span .comment-reply-link,
          #comments .list-comments .comment-list .comment .content-comment .author span .comment-reply-link {
            float: right;
            font-size: 13px;
            font-weight: bold; }
            #comments .list-comments .comment-list .pingback .content-comment .author span .comment-reply-link:hover,
            #comments .list-comments .comment-list .comment .content-comment .author span .comment-reply-link:hover {
              text-decoration: none; }
          #comments .list-comments .comment-list .pingback .content-comment .author span .comment-edit-link,
          #comments .list-comments .comment-list .comment .content-comment .author span .comment-edit-link {
            font-size: 13px;
            font-weight: bold;
            margin-right: 15px;
            float: right; }
            #comments .list-comments .comment-list .pingback .content-comment .author span .comment-edit-link:hover,
            #comments .list-comments .comment-list .comment .content-comment .author span .comment-edit-link:hover {
              text-decoration: none; }
        @media (min-width: 991px) {
          #comments .list-comments .comment-list .pingback .content-comment .message,
          #comments .list-comments .comment-list .comment .content-comment .message {
            padding-left: 80px; } }
        #comments .list-comments .comment-list .pingback .content-comment .message img.emoji,
        #comments .list-comments .comment-list .comment .content-comment .message img.emoji {
          float: none; }
      @media (min-width: 991px) {
        #comments .list-comments .comment-list .pingback .children,
        #comments .list-comments .comment-list .comment .children {
          padding-left: 50px; } }
      #comments .list-comments .comment-list .pingback .children .comment,
      #comments .list-comments .comment-list .comment .children .comment {
        padding-top: 32px;
        margin-top: 32px;
        padding-bottom: 0;
        margin-bottom: 0; }
        #comments .list-comments .comment-list .pingback .children .comment:after,
        #comments .list-comments .comment-list .comment .children .comment:after {
          top: 0;
          bottom: auto; }

#comments #respond {
  background-color: #fff;
  padding: 20px 0px 0; }
  #comments #respond #reply-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 27px; }
    #comments #respond #reply-title > a {
      text-transform: capitalize; }
    #comments #respond #reply-title small {
      float: right; }
      #comments #respond #reply-title small a {
        font-size: 13px;
        font-weight: bold; }
  #comments #respond .comment-form {
    display: inline-block;
    width: 100%; }
    #comments #respond .comment-form .logged-in-as a:hover {
      text-decoration: underline; }
    #comments #respond .comment-form > p {
      width: 40%;
      display: inline-block;
      margin-right: 0;
      margin-bottom: 20px;
      float: left;
      font-size: 14px; }
      #comments #respond .comment-form > p.comment-form-author, #comments #respond .comment-form > p.comment-form-email {
        padding-right: 25px; }
      #comments #respond .comment-form > p.comment-notes, #comments #respond .comment-form > p.comment-form-comment {
        width: 100%;
        display: inline-block;
        float: left; }
      #comments #respond .comment-form > p.form-submit {
        width: 20%; }
      #comments #respond .comment-form > p input[type="text"],
      #comments #respond .comment-form > p input[type="email"] {
        width: 100%;
        margin: 0; }
      #comments #respond .comment-form > p input.submit {
        border: none;
        height: 50px;
        line-height: 50px;
        padding: 0 26px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1.4px; }
    #comments #respond .comment-form textarea,
    #comments #respond .comment-form input[type="email"], #comments #respond .comment-form input[type="text"] {
      outline: none;
      box-shadow: none;
      padding: 10px 20px;
      font-size: 13px;
      color: #999;
      font-style: italic; }
    #comments #respond .comment-form textarea {
      width: 100%;
      height: 130px;
      float: left; }
    #comments #respond .comment-form input::-webkit-input-placeholder,
    #comments #respond .comment-form textarea::-webkit-input-placeholder {
      color: #999; }
    #comments #respond .comment-form input:-moz-placeholder,
    #comments #respond .comment-form textarea:-moz-placeholder {
      color: #999; }
    #comments #respond .comment-form input::-moz-placeholder,
    #comments #respond .comment-form textarea::-moz-placeholder {
      color: #999; }
    #comments #respond .comment-form input:-ms-input-placeholder,
    #comments #respond .comment-form textarea:-ms-input-placeholder {
      color: #999; }

@media (max-width: 1024px) {
  #comments .children #respond {
    padding-left: 30px; }
  #comments .list-comments .comment-list .comment:after {
    left: 0; }
  #comments .list-comments .comment-list .comment .children {
    padding-left: 30px; }
    #comments .list-comments .comment-list .comment .children .comment {
      padding-top: 20px;
      margin-top: 20px; }
  #comments .list-comments .comment-list .comment .avatar {
    display: none;
    visibility: hidden; }
  #comments .list-comments .comment-list .comment .content-comment .message {
    padding-left: 0; } }

@media (max-width: 640px) {
  #comments .list-comments .comment-list .comment .content-comment .author {
    position: relative; }
    #comments .list-comments .comment-list .comment .content-comment .author .comment-extra-info {
      margin-left: 0;
      display: block;
      clear: both; }
    #comments .list-comments .comment-list .comment .content-comment .author .action-links {
      position: absolute;
      top: 1px;
      right: 0; } }

.related-archive {
  padding: 70px 0 77px;
  display: inline-block;
  width: 100%;
  background: #f5f5f5; }
  .related-archive .related-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.67;
    margin-bottom: 28px; }
  .related-archive ul {
    list-style: none;
    margin-bottom: 0; }
    .related-archive ul li img {
      width: 100%; }
    .related-archive ul li .entry-thumbnail {
      margin-bottom: 35px;
      position: relative; }
      .related-archive ul li .entry-thumbnail .meta-category {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 9; }
        .related-archive ul li .entry-thumbnail .meta-category a {
          color: #fff;
          padding: 0 14px;
          line-height: 25px;
          -webkit-border-radius: 2px;
          -moz-border-radius: 2px;
          border-radius: 2px;
          display: inline-block;
          font-size: 11px;
          font-weight: normal; }
    .related-archive ul li .rel-post-text {
      padding: 0 20px; }
      .related-archive ul li .rel-post-text .entry-title {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.33;
        margin-bottom: 20px; }
        .related-archive ul li .rel-post-text .entry-title a {
          color: #333; }
      .related-archive ul li .rel-post-text .des-related {
        font-weight: normal; }
      .related-archive ul li .rel-post-text .entry-meta {
        display: flex;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5;
        color: #999;
        margin-top: 17px; }
        .related-archive ul li .rel-post-text .entry-meta i {
          margin-right: 6px;
          font-size: 14px; }
        .related-archive ul li .rel-post-text .entry-meta .entry-date {
          margin-right: 20px; }
        .related-archive ul li .rel-post-text .entry-meta a {
          color: #999; }

.page-links {
  clear: both; }

/*!--------------------------------------------------------------
9.0 - woocommerce
----------------------------------------------------------------*/
/*!--------------------------------------------------------------
9.0 - footer
----------------------------------------------------------------*/
/*
 * Style Footer
 */
footer.layout-1 {
  position: relative; }
  footer.layout-1 .footer-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    footer.layout-1 .footer-wrapper:before {
      content: '';
      background: rgba(22, 22, 22, 0.96);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  footer.layout-1 .widget .thim-contact-list li {
    font-size: 16px;
    display: flex; }
    footer.layout-1 .widget .thim-contact-list li i {
      min-width: 25px; }
  footer.layout-1 .widget .widget-title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
    text-transform: capitalize;
    margin-bottom: 50px; }
    footer.layout-1 .widget .widget-title:after {
      content: '';
      width: 40px;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0; }
  footer.layout-1 .widget .mc4wp-form {
    font-size: 14px;
    margin-top: 13px;
    display: inline-block;
    width: 100%; }
    footer.layout-1 .widget .mc4wp-form .mc4wp-form-fields {
      position: relative; }
      footer.layout-1 .widget .mc4wp-form .mc4wp-form-fields:before {
        content: "\f474";
        font-family: "Ionicons";
        font-size: 22px;
        color: #bbb;
        width: 40px;
        height: 40px;
        text-align: center;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.5s;
        -khtml-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      footer.layout-1 .widget .mc4wp-form .mc4wp-form-fields:hover:before {
        color: #fff; }
    footer.layout-1 .widget .mc4wp-form input {
      height: 40px;
      width: 100%;
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      background: none;
      padding: 0 10px;
      font-size: 14px;
      font-weight: 300;
      color: #bbb;
      font-family: inherit;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      footer.layout-1 .widget .mc4wp-form input:-moz-placeholder {
        color: #bbb; }
      footer.layout-1 .widget .mc4wp-form input::-moz-placeholder {
        color: #bbb; }
      footer.layout-1 .widget .mc4wp-form input:-ms-input-placeholder {
        color: #bbb; }
      footer.layout-1 .widget .mc4wp-form input::-webkit-input-placeholder {
        color: #bbb; }
      footer.layout-1 .widget .mc4wp-form input:focus {
        border-color: #fff; }
    footer.layout-1 .widget .mc4wp-form input[type="submit"] {
      width: 40px;
      height: 40px;
      border: none;
      background: none;
      font-size: 0;
      position: absolute;
      top: 0;
      right: 0; }
  footer.layout-1 .copyright-area {
    position: relative; }

footer.layout-2 .copyright-area {
  padding: 42px 0px;
  border-top: 0; }

footer.layout-2 .copyright-area .copyright-content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500; }

footer.layout-2 .footer {
  padding: unset;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 50%; }

footer.layout-2 .widget .thim-contact-list li {
  font-size: 16px;
  line-height: 26px;
  padding: 8px 0px; }
  footer.layout-2 .widget .thim-contact-list li [class^=fa],
  footer.layout-2 .widget .thim-contact-list li [class^=ion] {
    font-size: 16px;
    width: 35px;
    line-height: 27px; }

footer.layout-2 .thim-sc-social-links .socials li a {
  width: 33px;
  height: 33px;
  font-size: 18px;
  line-height: 33px; }

footer.layout-2 .widget .widget-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
  letter-spacing: 0.5px;
  position: relative; }
  footer.layout-2 .widget .widget-title:after {
    content: '';
    height: 1px;
    width: 40px;
    display: block;
    bottom: 0;
    left: 0;
    margin-top: 17px; }

footer.layout-2 .footer-sidebars {
  padding-top: 152px;
  padding-bottom: 118px; }

footer.layout-2 .footer-right:before {
  content: '';
  left: 0;
  right: -500px;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.08);
  display: block;
  position: absolute; }

footer.layout-2 .footer-left.col-sm-6 {
  padding-left: 80px;
  padding-right: 80px; }

footer.layout-2 .footer-right.col-sm-6 {
  padding-left: 80px;
  padding-right: 80px; }

footer.layout-2 .footer > .container > .row {
  margin-left: -80px;
  margin-right: -80px; }

footer.layout-2 .widget {
  margin-bottom: 44px; }

footer.layout-2 .widget:last-child {
  margin-bottom: 0; }

footer.layout-2 ul li {
  font-weight: normal; }

footer.layout-2 .widget.widget_text {
  margin-bottom: 36px; }

footer.layout-2 .thim-sc-social-links .socials li a:hover {
  color: #FFF; }

footer .footer {
  padding: 73px 0px; }

footer .site-info {
  text-align: center; }
  footer .site-info a:hover {
    text-decoration: underline; }

footer .footer-sidebars .col-md-20 {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

footer .footer-sidebars .vc_wp_text {
  margin-bottom: 25px; }

footer .copyright-area {
  border-top: 1px solid rgba(102, 102, 102, 0.2);
  display: flex;
  padding: 25px 0px; }
  footer .copyright-area ul {
    margin: 0;
    list-style: none; }
    footer .copyright-area ul li {
      display: inline-block; }

footer.layout-3 {
  text-align: center; }
  footer.layout-3 .footer {
    padding: 130px 0; }
  footer.layout-3 .wpb_single_image.vc_align_center {
    margin-bottom: 23px; }
  footer.layout-3 .thim-sc-social-links {
    display: inline-block;
    margin-top: 23px; }
  footer.layout-3 .copyright-area {
    border-top: none;
    padding: 0; }
    footer.layout-3 .copyright-area .copyright-content {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      padding: 37px 0 33px;
      font-weight: 300; }
      footer.layout-3 .copyright-area .copyright-content a {
        font-weight: 600; }

footer.layout-4 {
  font-size: 18px;
  line-height: 1.44em;
  letter-spacing: 0.5px; }
  footer.layout-4 .footer {
    padding-top: 140px;
    padding-bottom: 83px; }
  footer.layout-4 .copyright-area {
    padding: 41px 0px;
    border-top: 0; }
  footer.layout-4 .copyright-area .copyright-content {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300; }
  footer.layout-4 .widget .thim-contact-list {
    margin-top: -6px;
    margin-bottom: -6px; }
    footer.layout-4 .widget .thim-contact-list li {
      font-size: 18px;
      line-height: 30px;
      padding: 4px 0;
      display: flex; }
      footer.layout-4 .widget .thim-contact-list li [class^=fa],
      footer.layout-4 .widget .thim-contact-list li [class^=ion] {
        font-size: 16px;
        min-width: 24px;
        line-height: 30px; }
  footer.layout-4 .thim-sc-social-links .socials li a {
    width: 33px;
    height: 33px;
    font-size: 18px;
    line-height: 33px; }
  footer.layout-4 .widget {
    margin-bottom: 44px;
    padding-left: 20px; }
    footer.layout-4 .widget ul {
      margin: -6px 0; }
    footer.layout-4 .widget .widget-title {
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 43px;
      letter-spacing: 0.5px;
      padding-top: 19px;
      padding-bottom: 19px;
      text-transform: capitalize; }
      footer.layout-4 .widget .widget-title:after {
        content: '';
        height: 1px;
        width: 40px;
        position: absolute;
        bottom: 0;
        left: 0; }
    footer.layout-4 .widget.widget_text {
      margin-bottom: 36px; }
    footer.layout-4 .widget.size-20 .widget-title {
      font-size: 20px;
      letter-spacing: 0.6px; }
    footer.layout-4 .widget.title-style-2 .widget-title {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.33;
      letter-spacing: 0.9px;
      color: #fff;
      text-transform: uppercase;
      padding-bottom: 18px;
      padding-top: 15px;
      position: relative;
      margin-bottom: 35px; }
      footer.layout-4 .widget.title-style-2 .widget-title:before {
        content: '';
        height: 1px;
        width: 40px;
        position: absolute;
        bottom: 3px;
        left: 0; }
      footer.layout-4 .widget.title-style-2 .widget-title:after {
        content: '';
        height: 1px;
        width: 22px;
        position: absolute;
        bottom: 0;
        left: 0; }
    footer.layout-4 .widget.widget_recent_entries ul {
      margin-top: -12px;
      margin-bottom: -12px; }
  footer.layout-4 .widget:last-child {
    margin-bottom: 0; }
  footer.layout-4 .thim-sc-social-links .socials li a:hover {
    color: #FFF; }
  footer.layout-4 #sb_instagram {
    margin: -10px; }
  footer.layout-4 .before-footer {
    background: #FFF; }
    footer.layout-4 .before-footer .thim-contact-box {
      margin-top: -101px; }
      footer.layout-4 .before-footer .thim-contact-box .title {
        color: #333; }

footer.layout-5 .footer {
  padding-top: 0;
  padding-bottom: 0; }

footer.layout-5 .footer-wrapper {
  padding-top: 87px;
  padding-bottom: 65px;
  border-top: 1px solid #eee; }

footer.layout-5 .footer-sidebars {
  font-size: 16px;
  text-transform: uppercase; }
  footer.layout-5 .footer-sidebars .vc_wp_text {
    margin-bottom: 19px; }
  footer.layout-5 .footer-sidebars .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin: 0 20px 20px 0; }

footer.layout-5 .widget .thim-contact-list {
  margin-top: -12px;
  margin-bottom: -12px; }
  footer.layout-5 .widget .thim-contact-list li {
    font-size: 16px;
    line-height: 30px;
    padding: 4px 0; }
  footer.layout-5 .widget .thim-contact-list [class^=ion] {
    width: 32px;
    font-size: 22px;
    line-height: 26px; }

footer.layout-5 .widget .widget-title, footer.layout-5 .widget .widgettitle {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
  line-height: 1; }
  footer.layout-5 .widget .widget-title:after, footer.layout-5 .widget .widgettitle:after {
    display: none; }

footer.layout-5 .widget .textwidget {
  margin-top: -7px; }

footer.layout-5 .copyright-area {
  border: none;
  padding-top: 37px;
  padding-bottom: 28px; }
  footer.layout-5 .copyright-area .copyright-text {
    width: 50%;
    display: inline-block; }
    footer.layout-5 .copyright-area .copyright-text a {
      font-weight: 600; }
  footer.layout-5 .copyright-area #copyright-menu {
    width: 50%;
    display: inline-block;
    text-align: right; }
    footer.layout-5 .copyright-area #copyright-menu li:last-child {
      padding-right: 0; }

footer.layout-6 .copyright-area {
  font-size: 18px;
  line-height: 26px;
  padding: 33px 0px;
  border-top: 0;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: normal; }

footer.layout-6 .widget .widget-title {
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: normal;
  padding-bottom: 0;
  margin-bottom: 3px;
  font-weight: normal;
  text-transform: capitalize; }

footer.layout-6 .widget .widget-title:after {
  display: none; }

footer.layout-6 .widget small {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.8px;
  line-height: normal;
  margin-bottom: 48px; }

footer.layout-6 .footer {
  padding: 63px 0px;
  padding-bottom: 80px; }

footer.layout-6 .textwidget p:first-child {
  margin-bottom: 39px; }

footer.layout-6 .footer-sidebars {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 2px; }
  footer.layout-6 .footer-sidebars > div:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22.05%;
    -ms-flex: 0 0 22.05%;
    flex: 0 0 22.05%;
    max-width: 22.05%; }
  footer.layout-6 .footer-sidebars > div:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 19.55%;
    -ms-flex: 0 0 19.55%;
    flex: 0 0 19.55%;
    max-width: 19.55%; }

footer.layout-6 .widget ul li.list-inline-item {
  display: inline-block; }

footer.layout-6 .list-inline-item:not(:last-child) {
  margin-right: 20px; }

footer.layout-6 .mc4wp-form {
  margin-top: -10px; }
  footer.layout-6 .mc4wp-form input[type=email] {
    background: transparent;
    border: 1px solid #89898a;
    opacity: 0.3;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.8px;
    width: 202px;
    float: left;
    margin-bottom: 0; }
  footer.layout-6 .mc4wp-form input[type=submit] {
    display: inline-block;
    width: auto;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 0px 18px; }

footer.layout-7 .footer {
  padding: 77px 0 68px; }

footer.layout-7 .widget .menu {
  margin-top: -4px; }

footer.layout-7 .widget .thim-contact-list li {
  font-size: 16px; }

footer.layout-7 .widget .widget-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 16px;
  text-transform: capitalize;
  margin-bottom: 40px; }
  footer.layout-7 .widget .widget-title:after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0; }

footer.layout-7 .widget .mc4wp-form {
  font-size: 14px; }
  footer.layout-7 .widget .mc4wp-form .mc4wp-form-fields {
    position: relative; }
    footer.layout-7 .widget .mc4wp-form .mc4wp-form-fields:before {
      content: "\f474";
      font-family: "Ionicons";
      font-size: 22px;
      color: #bbb;
      width: 40px;
      height: 40px;
      text-align: center;
      pointer-events: none;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    footer.layout-7 .widget .mc4wp-form .mc4wp-form-fields:hover:before {
      color: #fff; }
  footer.layout-7 .widget .mc4wp-form input {
    height: 40px;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 300;
    color: #bbb;
    font-family: inherit;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    footer.layout-7 .widget .mc4wp-form input:-moz-placeholder {
      color: #bbb; }
    footer.layout-7 .widget .mc4wp-form input::-moz-placeholder {
      color: #bbb; }
    footer.layout-7 .widget .mc4wp-form input:-ms-input-placeholder {
      color: #bbb; }
    footer.layout-7 .widget .mc4wp-form input::-webkit-input-placeholder {
      color: #bbb; }
    footer.layout-7 .widget .mc4wp-form input:focus {
      border-color: #fff; }
  footer.layout-7 .widget .mc4wp-form input[type="submit"] {
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0; }

footer.layout-7 .footer-sidebars-before {
  padding-bottom: 79px;
  margin-bottom: 69px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03); }
  footer.layout-7 .footer-sidebars-before .widget_thim_layout_builder > .vc_row {
    display: flex;
    align-items: center; }
  footer.layout-7 .footer-sidebars-before .widget_thim_layout_builder .wpb_content_element {
    margin-bottom: 0; }
  footer.layout-7 .footer-sidebars-before .thim-sc-social-links .socials {
    justify-content: flex-end; }
    footer.layout-7 .footer-sidebars-before .thim-sc-social-links .socials li a {
      display: inline-block;
      color: rgba(255, 255, 255, 0.5);
      border: 1px solid rgba(255, 255, 255, 0.5);
      text-align: center;
      width: 50px;
      height: 50px;
      font-size: 18px;
      line-height: 48px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      footer.layout-7 .footer-sidebars-before .thim-sc-social-links .socials li a:hover {
        border-color: transparent;
        color: #fff; }

footer.layout-7 .copyright-area {
  border-color: rgba(255, 255, 255, 0.03);
  padding: 40px 0;
  text-align: center; }

footer.footer-res2 .footer {
  padding: 110px 0 107px; }

footer.footer-res2 .widget ul li {
  padding: 5px 0; }

footer.footer-res2 .widget .widget-title {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 38px;
  padding-bottom: 0;
  margin-bottom: 53px; }
  footer.footer-res2 .widget .widget-title:after {
    bottom: 0; }

footer.footer-res2 .widget .menu {
  margin-top: -7px; }

footer.footer-res2 .widget .thim-contact-list {
  margin-top: -7px; }
  footer.footer-res2 .widget .thim-contact-list li {
    line-height: normal; }

footer.footer-res2 .copyright-area {
  padding: 30px 0;
  text-align: center; }

footer.footer-construction {
  letter-spacing: 0.4px; }
  footer.footer-construction .footer {
    padding-top: 110px;
    padding-bottom: 103px; }
  footer.footer-construction .copyright-area {
    padding: 33px 0; }
    footer.footer-construction .copyright-area .copyright-content {
      font-size: 18px;
      font-weight: normal; }
  footer.footer-construction p {
    font-size: 17px;
    line-height: 1.53;
    letter-spacing: 0.3px; }
  footer.footer-construction .widget {
    margin-bottom: 29px; }
    footer.footer-construction .widget.widget_text {
      margin-bottom: 0; }
  footer.footer-construction .mc4wp-inline-form .mc4wp-form {
    margin-top: 6px; }
  footer.footer-construction .mc4wp-inline-form input[type=email] {
    font-size: 16px;
    margin: 0; }
    footer.footer-construction .mc4wp-inline-form input[type=email]:-moz-placeholder {
      color: #909090; }
    footer.footer-construction .mc4wp-inline-form input[type=email]::-moz-placeholder {
      color: #909090; }
    footer.footer-construction .mc4wp-inline-form input[type=email]:-ms-input-placeholder {
      color: #909090; }
    footer.footer-construction .mc4wp-inline-form input[type=email]::-webkit-input-placeholder {
      color: #909090; }
  footer.footer-construction .mc4wp-inline-form input[type=submit] {
    font-weight: 500; }
  footer.footer-construction .thim-sc-social-links ul li a:hover {
    color: #fff; }
  footer.footer-construction .footer-sidebars > div:nth-child(2) .widget {
    padding-left: 37px; }
  footer.footer-construction .footer-sidebars > div:nth-child(3) .widget {
    padding-left: 24px; }
  footer.footer-construction .footer-sidebars > div:nth-child(4) .widget {
    padding-left: 11px; }

footer#colophon .footer-sidebars-after {
  padding-top: 46px;
  padding-bottom: 51px;
  border-top: 1px solid #eee; }
  footer#colophon .footer-sidebars-after .thim-sc-social-links.style-2 .socials li {
    margin: 0 3px;
    padding: 0; }
    footer#colophon .footer-sidebars-after .thim-sc-social-links.style-2 .socials li:first-child {
      margin-left: 0; }
    footer#colophon .footer-sidebars-after .thim-sc-social-links.style-2 .socials li:last-child {
      margin-right: 0; }
    footer#colophon .footer-sidebars-after .thim-sc-social-links.style-2 .socials li a {
      border-color: #eee; }
  footer#colophon .footer-sidebars-after .widget_thim_layout_builder > .vc_row {
    display: flex;
    align-items: flex-end; }
  footer#colophon .footer-sidebars-after .widget_thim_layout_builder .wpb_content_element {
    margin-bottom: 0; }

footer#colophon.layout-4 .footer-sidebars-after {
  border: none;
  padding: 0;
  text-align: center;
  margin-top: 27px; }

.footer-payment {
  display: flex;
  justify-content: flex-end; }
  .footer-payment .wpb_heading {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    margin: 0;
    line-height: normal;
    margin-right: 12px; }

#copyright-menu {
  margin-left: -20px;
  margin-right: -20px; }
  #copyright-menu li {
    padding-left: 20px;
    padding-right: 20px; }

.mc4wp-inline-form .mc4wp-form-fields {
  display: flex; }

.mc4wp-inline-form input[type=email] {
  width: 100%;
  border: 1px solid rgba(137, 137, 138, 0.3);
  font-style: italic;
  background: transparent;
  font-family: inherit;
  letter-spacing: 0.8px; }
  .mc4wp-inline-form input[type=email]:-moz-placeholder {
    color: #757575; }
  .mc4wp-inline-form input[type=email]::-moz-placeholder {
    color: #757575; }
  .mc4wp-inline-form input[type=email]:-ms-input-placeholder {
    color: #757575; }
  .mc4wp-inline-form input[type=email]::-webkit-input-placeholder {
    color: #757575; }

.mc4wp-inline-form input[type=submit] {
  width: auto;
  font-size: 16px;
  padding: 0 19px;
  font-family: inherit;
  letter-spacing: 0.8px; }

footer.layout-4.footer-fitness .footer {
  padding-top: 91px; }

footer.layout-4.footer-fitness .copyright-area {
  padding: 33px 0px; }
  footer.layout-4.footer-fitness .copyright-area .copyright-content {
    font-weight: normal; }

footer.layout-4.footer-fitness .widget.widget_text {
  margin-bottom: 0; }

footer.layout-4.footer-fitness .mc4wp-form input[type=submit] {
  color: #000; }

ul.thim-open-hours {
  margin-top: -13px; }
  ul.thim-open-hours li {
    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: space-between; }

.thim-ex-footercenter {
  width: 460px;
  margin: auto;
  max-width: 100%; }

/*!--------------------------------------------------------------
11.0 - features
----------------------------------------------------------------*/
/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 40px auto;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto; }
  .sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-doubleBounce 2.0s infinite ease-in-out; }
  .sk-double-bounce .sk-double-bounce2 {
    animation-delay: -1.0s; }

@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }
  .sk-wave .sk-rect {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
  .sk-wave .sk-rect1 {
    animation-delay: -1.2s; }
  .sk-wave .sk-rect2 {
    animation-delay: -1.1s; }
  .sk-wave .sk-rect3 {
    animation-delay: -1s; }
  .sk-wave .sk-rect4 {
    animation-delay: -0.9s; }
  .sk-wave .sk-rect5 {
    animation-delay: -0.8s; }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    transform: scaleY(0.4); }
  20% {
    transform: scaleY(1); } }

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-wandering-cubes .sk-cube {
    background-color: #333;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }
  .sk-wandering-cubes .sk-cube2 {
    animation-delay: -0.9s; }

@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg); } }

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: #333;
  border-radius: 100%;
  animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }

@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
.sk-chasing-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear; }
  .sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
  .sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s; }

@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center; }
  .sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
  .sk-three-bounce .sk-bounce1 {
    animation-delay: -0.32s; }
  .sk-three-bounce .sk-bounce2 {
    animation-delay: -0.16s; }

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    animation-delay: -0.1s; }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }
  .sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #333;
    float: left;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .sk-cube-grid .sk-cube1 {
    animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    animation-delay: 0.0s; }
  .sk-cube-grid .sk-cube8 {
    animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    animation-delay: 0.2s; }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1); }
  35% {
    transform: scale3D(0, 0, 1); } }

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .sk-fading-circle .sk-circle2 {
    transform: rotate(30deg); }
  .sk-fading-circle .sk-circle3 {
    transform: rotate(60deg); }
  .sk-fading-circle .sk-circle4 {
    transform: rotate(90deg); }
  .sk-fading-circle .sk-circle5 {
    transform: rotate(120deg); }
  .sk-fading-circle .sk-circle6 {
    transform: rotate(150deg); }
  .sk-fading-circle .sk-circle7 {
    transform: rotate(180deg); }
  .sk-fading-circle .sk-circle8 {
    transform: rotate(210deg); }
  .sk-fading-circle .sk-circle9 {
    transform: rotate(240deg); }
  .sk-fading-circle .sk-circle10 {
    transform: rotate(270deg); }
  .sk-fading-circle .sk-circle11 {
    transform: rotate(300deg); }
  .sk-fading-circle .sk-circle12 {
    transform: rotate(330deg); }
  .sk-fading-circle .sk-circle2:before {
    animation-delay: -1.1s; }
  .sk-fading-circle .sk-circle3:before {
    animation-delay: -1s; }
  .sk-fading-circle .sk-circle4:before {
    animation-delay: -0.9s; }
  .sk-fading-circle .sk-circle5:before {
    animation-delay: -0.8s; }
  .sk-fading-circle .sk-circle6:before {
    animation-delay: -0.7s; }
  .sk-fading-circle .sk-circle7:before {
    animation-delay: -0.6s; }
  .sk-fading-circle .sk-circle8:before {
    animation-delay: -0.5s; }
  .sk-fading-circle .sk-circle9:before {
    animation-delay: -0.4s; }
  .sk-fading-circle .sk-circle10:before {
    animation-delay: -0.3s; }
  .sk-fading-circle .sk-circle11:before {
    animation-delay: -0.2s; }
  .sk-fading-circle .sk-circle12:before {
    animation-delay: -0.1s; }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg); }
  .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1); }
  .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    transform-origin: 100% 100%; }
  .sk-folding-cube .sk-cube2 {
    transform: scale(1.1) rotateZ(90deg); }
  .sk-folding-cube .sk-cube3 {
    transform: scale(1.1) rotateZ(180deg); }
  .sk-folding-cube .sk-cube4 {
    transform: scale(1.1) rotateZ(270deg); }
  .sk-folding-cube .sk-cube2:before {
    animation-delay: 0.3s; }
  .sk-folding-cube .sk-cube3:before {
    animation-delay: 0.6s; }
  .sk-folding-cube .sk-cube4:before {
    animation-delay: 0.9s; }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

#thim-preloading {
  position: fixed;
  z-index: 999999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

#back-to-top {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  line-height: 45px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  z-index: 999; }
  #back-to-top.scrolldown {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px); }

/*!--------------------------------------------------------------
12.0 - elements
----------------------------------------------------------------*/
/*
 * Style for button */
input[type="submit"],
.button,
.submit {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  padding: 8px 25px;
  display: inline-block; }
  input[type="submit"]:hover,
  .button:hover,
  .submit:hover {
    color: #fff; }

/*!--------------------------------------------------------------
13.0 - general
----------------------------------------------------------------*/
.thim-icon-list {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  margin-left: -42px;
  margin-right: -42px; }
  .thim-icon-list li {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0px 42px; }
  .thim-icon-list .title {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #333;
    margin-top: 16px; }
  .thim-icon-list .icon {
    font-size: 60px;
    font-weight: normal;
    line-height: 52px;
    color: #bcbcbc;
    width: unset;
    height: unset;
    margin: 0; }

.thim-section-feature-2 {
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 384px;
  padding-bottom: 277px;
  margin-top: -70px;
  margin-bottom: 0px;
  overflow: visible !important; }

.thim-section-feature-3 {
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 280px;
  padding-bottom: 295px;
  margin-top: -60px;
  margin-bottom: 0px;
  overflow: visible !important; }

.thim-section-feature-4 {
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 290px;
  padding-bottom: 440px;
  margin-top: -123px;
  margin-bottom: 0px;
  overflow: visible !important; }

.home4-brands {
  border-bottom: 1px solid #e8e8ea; }

.home4-need-contact {
  background-position: top 179px left -17px;
  background-repeat: no-repeat; }
  .home4-need-contact .wpcf7-form input {
    height: 57px;
    line-height: 57px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 18px;
    padding: 0 26px;
    width: 100%; }
  .home4-need-contact .wpcf7-form textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 162px;
    margin-bottom: 52px;
    padding: 15px 26px; }
  .home4-need-contact .wpcf7-form input, .home4-need-contact .wpcf7-form textarea {
    border: solid 1px rgba(225, 225, 225, 0.8);
    -webkit-border-radius: 5.9px;
    -moz-border-radius: 5.9px;
    border-radius: 5.9px;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.4px;
    color: #ababab;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%; }
    .home4-need-contact .wpcf7-form input.wpcf7-not-valid, .home4-need-contact .wpcf7-form textarea.wpcf7-not-valid {
      border-color: red; }
  .home4-need-contact .wpcf7-form input[type="submit"] {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.4px;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 60px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-transform: uppercase;
    border: none;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: auto; }

.thim-banner {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left; }
  .thim-banner figure {
    width: 100%;
    float: left; }
  .thim-banner a {
    width: 100%;
    float: left;
    position: relative; }
    .thim-banner a:before {
      position: absolute;
      top: 0;
      left: -90%;
      z-index: 2;
      display: block;
      content: '';
      width: 50%;
      height: 100%;
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      -webkit-transform: skewX(-25deg);
      transform: skewX(-25deg); }
    .thim-banner a:hover::before {
      -webkit-animation: shine .75s;
      animation: shine .75s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

.home5-subscribe {
  margin-top: -100px;
  position: relative;
  z-index: 1;
  margin-bottom: 23px; }

.thim-awesome-sale {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  -khtml-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  -moz-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  -ms-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  -o-box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1);
  box-shadow: 0px 15px 35px 0 rgba(0, 29, 44, 0.1); }
  .thim-awesome-sale.vc_general.vc_cta3 {
    background: #fff;
    border: none;
    padding: 35px 37px 37px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .thim-awesome-sale.vc_general.vc_cta3 .vc_cta3-content {
      padding: 0; }
    .thim-awesome-sale.vc_general.vc_cta3 .vc_cta3-actions {
      margin-left: 41px; }
    .thim-awesome-sale.vc_general.vc_cta3 .vc_cta3_content-container {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
  .thim-awesome-sale h2 {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 1.3px;
    color: #333333;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0; }
    .thim-awesome-sale h2 strong {
      font-size: 40px;
      font-weight: 600;
      letter-spacing: 2px; }
  .thim-awesome-sale .vc_btn3-container.awesome-button {
    margin: 0; }
    .thim-awesome-sale .vc_btn3-container.awesome-button .vc_btn3 {
      font-size: 18px;
      font-weight: normal;
      line-height: 56px;
      letter-spacing: 0.9px;
      color: #ffffff;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 0 41px;
      border: none;
      background: url("assets/images/bg-button.png") no-repeat scroll 100% 100%; }
      .thim-awesome-sale .vc_btn3-container.awesome-button .vc_btn3:hover {
        background-color: #333 !important; }

.home6-awesome-sale {
  position: relative;
  z-index: 9; }
  .home6-awesome-sale .vc_cta3-container {
    margin: 0; }
  .home6-awesome-sale .thim-awesome-sale {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%); }

.home6-slider .wpb_content_element {
  margin-bottom: -1px; }

.home6-iconbox {
  position: relative;
  z-index: 1;
  background-attachment: fixed; }
  .home6-iconbox:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #fff 42%, transparent);
    display: inline-block; }
  .home6-iconbox .thim-sc-icon-box .title {
    letter-spacing: 1px; }

.home6-featured-category {
  position: relative;
  z-index: 1;
  overflow: visible !important; }
  .home6-featured-category:before {
    content: '';
    width: 100%;
    height: 469px;
    background-color: #ededed;
    position: absolute;
    top: 0;
    left: 0; }
  .home6-featured-category > .vc_column_container > .vc_column-inner {
    padding-top: 0 !important; }
  .home6-featured-category .thim-sc-featured-category {
    margin-top: -175px; }

.home6-testimonials {
  position: relative;
  z-index: 1;
  background-attachment: fixed; }
  .home6-testimonials:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 178px;
    left: 0;
    width: 100%;
    background-image: -moz-linear-gradient(-90deg, white 49%, rgba(255, 255, 255, 0.67) 66%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(-90deg, white 49%, rgba(255, 255, 255, 0.67) 66%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(-90deg, white 49%, rgba(255, 255, 255, 0.67) 66%, rgba(255, 255, 255, 0) 100%);
    display: inline-block; }
  .home6-testimonials .thim-sc-heading.layout-6 {
    margin-left: 114px; }
  .home6-testimonials .thim-sc-testimonials.layout-6 {
    width: calc(100% + 29px);
    padding-right: 20px;
    margin-left: -29px;
    margin-top: 23px; }
  .home6-testimonials .thim-sc-video-box.layout-3 {
    min-width: 660px;
    margin-top: 110px;
    z-index: 2;
    margin-left: 66px; }

.home6-product-sale {
  position: relative; }
  .home6-product-sale:before {
    content: '';
    height: 1px;
    background: #ededed;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    display: inline-block; }
  .home6-product-sale .wpb_single_image.bag-image {
    margin-left: -45px; }
    .home6-product-sale .wpb_single_image.bag-image img {
      max-width: unset; }
  .home6-product-sale .thim-sc-heading.layout-6 {
    padding-top: 65px; }
    .home6-product-sale .thim-sc-heading.layout-6 .title {
      font-size: 45px;
      font-weight: 600;
      line-height: 1.33;
      letter-spacing: 3.6px;
      margin-bottom: 17px; }
      .home6-product-sale .thim-sc-heading.layout-6 .title strong {
        font-size: 80px;
        font-weight: bold;
        line-height: 0.75;
        letter-spacing: 4px; }
    .home6-product-sale .thim-sc-heading.layout-6 .button {
      padding: 0 74px;
      background: url("assets/images/bg-button.png") no-repeat scroll 100% 100%;
      border: none;
      line-height: 56px;
      color: #f3f2f7; }

.thim-extra-room-slider {
  padding-bottom: 138px; }

.home6-product-list .thim-sc-heading.layout-6 {
  margin-top: -8px; }

.shop2-newsletter {
  display: flex;
  justify-content: center;
  margin-top: 53px; }
  .shop2-newsletter .subscribe-form {
    position: relative;
    display: flex; }
    .shop2-newsletter .subscribe-form:before {
      content: "\f422";
      font-family: "Ionicons";
      font-size: 22px;
      letter-spacing: 0.4px;
      color: #b4b4b4;
      line-height: 56px;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0; }
    .shop2-newsletter .subscribe-form input[type="email"] {
      height: 56px;
      background: none;
      min-width: 433px;
      margin-right: 30px;
      border: none;
      border-bottom: solid 1px rgba(255, 255, 255, 0.5);
      padding: 0 32px;
      font-size: 18px;
      font-weight: 300;
      font-style: italic;
      letter-spacing: 0.4px;
      color: #b4b4b4;
      font-family: inherit;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      margin-bottom: 0; }
      .shop2-newsletter .subscribe-form input[type="email"]:-moz-placeholder {
        color: #b4b4b4; }
      .shop2-newsletter .subscribe-form input[type="email"]::-moz-placeholder {
        color: #b4b4b4; }
      .shop2-newsletter .subscribe-form input[type="email"]:-ms-input-placeholder {
        color: #b4b4b4; }
      .shop2-newsletter .subscribe-form input[type="email"]::-webkit-input-placeholder {
        color: #b4b4b4; }
      .shop2-newsletter .subscribe-form input[type="email"]:focus {
        border-color: #fff; }
    .shop2-newsletter .subscribe-form input[type="submit"] {
      border: none;
      padding: 0 71px;
      height: 56px;
      background-color: #ffffff;
      text-align: center;
      font-size: 18px;
      font-weight: normal;
      letter-spacing: 0.9px;
      color: #333333;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      font-family: inherit; }
      .shop2-newsletter .subscribe-form input[type="submit"]:hover {
        color: #fff; }

.home6-newsletter .mc4wp-form {
  color: #b4b4b4; }
  .home6-newsletter .mc4wp-form .mc4wp-response {
    margin-top: 15px;
    text-align: center; }

div.thim-contact-booknow {
  background-position: top right !important;
  padding: 38px 0px;
  margin-bottom: -108px;
  z-index: 2; }
  div.thim-contact-booknow .wpcf7 form {
    background: #FFF;
    padding: 30px;
    width: 434px;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column; }
  div.thim-contact-booknow .wpcf7 button {
    width: 100%;
    border-radius: 0;
    height: 52px;
    line-height: 52px;
    padding: 0;
    font-size: 18px;
    letter-spacing: 0.9px;
    font-weight: normal;
    cursor: pointer; }
    div.thim-contact-booknow .wpcf7 button i {
      font-size: 24px;
      position: relative;
      top: 2px;
      margin: 0px 5px; }
  div.thim-contact-booknow .wpcf7 input {
    height: 52px;
    font-size: 16px;
    line-height: 52px;
    margin-bottom: 15px;
    border-color: #d7d7d7;
    color: #a8a8a8; }
    div.thim-contact-booknow .wpcf7 input:-moz-placeholder {
      color: #a8a8a8; }
    div.thim-contact-booknow .wpcf7 input::-moz-placeholder {
      color: #a8a8a8; }
    div.thim-contact-booknow .wpcf7 input:-ms-input-placeholder {
      color: #a8a8a8; }
    div.thim-contact-booknow .wpcf7 input::-webkit-input-placeholder {
      color: #a8a8a8; }
  div.thim-contact-booknow .wpcf7 textarea {
    height: 132px;
    font-size: 16px;
    margin-bottom: 22px;
    border-color: #d7d7d7;
    color: #a8a8a8; }
    div.thim-contact-booknow .wpcf7 textarea:-moz-placeholder {
      color: #a8a8a8; }
    div.thim-contact-booknow .wpcf7 textarea::-moz-placeholder {
      color: #a8a8a8; }
    div.thim-contact-booknow .wpcf7 textarea:-ms-input-placeholder {
      color: #a8a8a8; }
    div.thim-contact-booknow .wpcf7 textarea::-webkit-input-placeholder {
      color: #a8a8a8; }
  div.thim-contact-booknow .wpcf7 p {
    margin-bottom: 0; }
  div.thim-contact-booknow .wpb_text_column .sub-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: 11px; }
  div.thim-contact-booknow .wpb_text_column .title {
    font-size: 35px;
    letter-spacing: 1px;
    margin: 3px 0px 30px;
    line-height: 35px; }
  div.thim-contact-booknow .thim-sc-testimonials.layout-7 {
    -webkit-transform: translate(-45px, 0);
    -moz-transform: translate(-45px, 0);
    -ms-transform: translate(-45px, 0);
    -o-transform: translate(-45px, 0); }

.home8-slider .wpb_content_element {
  margin-bottom: 0; }

.home8-slider .wpb_single_image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none; }

.hotel-book {
  margin: -142px 15px 0;
  background: #fff;
  -webkit-box-shadow: 8.5px 8.5px 22px 0 rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 8.5px 8.5px 22px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8.5px 8.5px 22px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 8.5px 8.5px 22px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 8.5px 8.5px 22px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 8.5px 8.5px 22px 0 rgba(0, 0, 0, 0.1); }
  .hotel-book > .vc_column-inner {
    padding: 0;
    background-repeat: no-repeat;
    background-position: right top -50px; }

.hotel-book-form {
  padding: 40px 60px 25px;
  display: flex; }
  .hotel-book-form .heading {
    width: 17%;
    padding-top: 10px; }
    .hotel-book-form .heading span {
      font-weight: 300;
      line-height: 1.75;
      letter-spacing: 0.3px;
      color: #999; }
    .hotel-book-form .heading h3 {
      font-weight: bold;
      font-size: 26px;
      line-height: 1.08;
      letter-spacing: 0.5px;
      color: #183649;
      margin: 0; }
  .hotel-book-form .form-book {
    width: 83%;
    display: flex; }
    .hotel-book-form .form-book [class*='column-'] {
      width: 33.33%;
      padding: 0 5px; }
    .hotel-book-form .form-book input {
      height: 40px;
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 300;
      color: #ccc;
      padding: 0 20px;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .hotel-book-form .form-book input:-moz-placeholder {
        color: #ccc; }
      .hotel-book-form .form-book input::-moz-placeholder {
        color: #ccc; }
      .hotel-book-form .form-book input:-ms-input-placeholder {
        color: #ccc; }
      .hotel-book-form .form-book input::-webkit-input-placeholder {
        color: #ccc; }
    .hotel-book-form .form-book textarea {
      height: 90px;
      font-size: 14px;
      font-weight: 300;
      color: #cccccc;
      padding: 5px 20px;
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .hotel-book-form .form-book textarea:-moz-placeholder {
        color: #ccc; }
      .hotel-book-form .form-book textarea::-moz-placeholder {
        color: #ccc; }
      .hotel-book-form .form-book textarea:-ms-input-placeholder {
        color: #ccc; }
      .hotel-book-form .form-book textarea::-webkit-input-placeholder {
        color: #ccc; }
    .hotel-book-form .form-book .wpcf7-form-control-wrap:last-child input {
      margin-bottom: 0; }
    .hotel-book-form .form-book .column-3 {
      padding-left: 40px; }
      .hotel-book-form .form-book .column-3 label {
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: 0.3px;
        color: #999;
        margin-bottom: 12px; }
      .hotel-book-form .form-book .column-3 input[type=submit] {
        height: 50px;
        -webkit-box-shadow: 7.1px 7.1px 17.3px 0.7px rgba(0, 0, 0, 0.22);
        -khtml-box-shadow: 7.1px 7.1px 17.3px 0.7px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 7.1px 7.1px 17.3px 0.7px rgba(0, 0, 0, 0.22);
        -ms-box-shadow: 7.1px 7.1px 17.3px 0.7px rgba(0, 0, 0, 0.22);
        -o-box-shadow: 7.1px 7.1px 17.3px 0.7px rgba(0, 0, 0, 0.22);
        box-shadow: 7.1px 7.1px 17.3px 0.7px rgba(0, 0, 0, 0.22);
        line-height: 50px;
        font-size: 16px;
        font-weight: normal;
        text-align: center;
        color: #fff;
        margin: 0;
        outline: none;
        width: 100%;
        background-color: #f57e2a !important;
        background-image: -webkit-linear-gradient(left, #f57e2a 0%, #f6d365 50%, #f57e2a 100%) !important;
        background-image: linear-gradient(to right, #f57e2a 0%, #f6d365 50%, #f57e2a 100%) !important;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        background-size: 200% 100%; }
        .hotel-book-form .form-book .column-3 input[type=submit]:hover {
          border-color: transparent;
          color: #fff;
          background-color: #f6d365 !important;
          background-position: 100% 0 !important; }

body .home8-dreaminal {
  background-position: right center !important;
  background-size: auto 100% !important; }
  body .home8-dreaminal .thim-sc-heading.layout-8 {
    margin-bottom: 45px;
    margin-top: 45px; }
  body .home8-dreaminal .wpb_single_image {
    margin-bottom: 15px; }
  body .home8-dreaminal .dreaminal-info h4 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0; }
  body .home8-dreaminal .dreaminal-info p {
    color: #999; }
  body .home8-dreaminal .thim-button-gradient {
    margin-top: 35px !important; }

.dreaminal-slider .vc_images_carousel {
  position: relative;
  border: 10px solid #fff;
  -webkit-box-shadow: 5.7px 5.7px 41.2px 0.8px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 5.7px 5.7px 41.2px 0.8px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 5.7px 5.7px 41.2px 0.8px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 5.7px 5.7px 41.2px 0.8px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 5.7px 5.7px 41.2px 0.8px rgba(0, 0, 0, 0.12);
  box-shadow: 5.7px 5.7px 41.2px 0.8px rgba(0, 0, 0, 0.12);
  margin: -5px;
  width: calc(100% + 10px) !important; }
  .dreaminal-slider .vc_images_carousel .vc_carousel-control {
    width: 40px;
    height: 40px;
    line-height: 30px;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    left: 10px; }
    .dreaminal-slider .vc_images_carousel .vc_carousel-control .icon-next, .dreaminal-slider .vc_images_carousel .vc_carousel-control .icon-prev {
      width: 100%;
      height: auto;
      margin-top: 6px !important;
      margin-left: 0;
      font-size: 24px;
      display: block;
      padding: 0;
      position: static;
      line-height: 28px;
      color: #fff; }
      .dreaminal-slider .vc_images_carousel .vc_carousel-control .icon-next:before, .dreaminal-slider .vc_images_carousel .vc_carousel-control .icon-prev:before {
        content: "\f3d1";
        font-family: "Ionicons";
        position: static; }
    .dreaminal-slider .vc_images_carousel .vc_carousel-control .icon-prev:before {
      content: "\f3cf"; }
    .dreaminal-slider .vc_images_carousel .vc_carousel-control.vc_right {
      left: auto;
      right: 10px; }
    .dreaminal-slider .vc_images_carousel .vc_carousel-control:hover {
      background: black; }
  .dreaminal-slider .vc_images_carousel:hover .vc_carousel-control {
    opacity: 1;
    visibility: visible; }

.thim-button-gradient {
  margin: 0 !important; }
  .thim-button-gradient .vc_btn3 {
    height: 60px;
    line-height: 60px;
    padding: 0 69px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s ease-in-out;
    -khtml-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: none !important; }
    .thim-button-gradient .vc_btn3:hover {
      border: none;
      background-position: 100% 0 !important; }

.hotel-iconbox .icon-image {
  margin-bottom: 35px; }

.hotel-iconbox .des {
  line-height: 1.63; }

.thim-sc-video-box.hotel2-video-box.layout-1 {
  background-attachment: initial;
  background-position: top center;
  background-size: 100% 100%;
  padding: 283px 50px 308px; }
  .thim-sc-video-box.hotel2-video-box.layout-1:before {
    display: none; }
  .thim-sc-video-box.hotel2-video-box.layout-1 .subtitle {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.17;
    letter-spacing: 0.5px; }
  .thim-sc-video-box.hotel2-video-box.layout-1 .title {
    font-size: 82px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 60px; }
  .thim-sc-video-box.hotel2-video-box.layout-1 .video-button .video-popup i {
    margin: 0;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border: solid 2px #fff;
    font-size: 30px;
    letter-spacing: 0.6px; }
    .thim-sc-video-box.hotel2-video-box.layout-1 .video-button .video-popup i:before {
      content: "\f487";
      margin-left: 6px; }

body .home8-room-slider {
  background-position: bottom left !important; }

.home8-room-slider .thim-sc-heading.layout-8 {
  margin-top: 70px; }

.home8-room-slider .thim-sc-room-slider.layout-3 {
  padding-right: 80px; }

body .home8-services {
  background-position: top right !important; }

.home8-services .thim-servies.layout-2 {
  padding-left: 70px; }

.home8-services .thim-sc-heading.layout-8 {
  margin-top: 198px; }

.thim-extra-bg-center .vc_column-inner {
  background-position: center !important;
  background-repeat: no-repeat; }

.hotel2-trip {
  opacity: 1 !important;
  background: none !important;
  padding: 0 !important;
  border: none !important; }
  .hotel2-trip .vc_cta3-content-header .vc_custom_heading {
    margin-bottom: 63px; }
  .hotel2-trip .thim-button-gradient .vc_btn3 {
    padding: 0 79px !important; }

.thim-column-gap-100 {
  margin-left: -50px;
  margin-right: -50px; }
  .thim-column-gap-100 .vc_column_container > .vc_column-inner {
    padding-left: 50px;
    padding-right: 50px; }

.thim-column-gap-120 {
  margin-left: -60px;
  margin-right: -60px; }
  .thim-column-gap-120 .vc_column_container > .vc_column-inner {
    padding-left: 60px;
    padding-right: 60px; }

.thim-column-gap-130 {
  margin-left: -65px;
  margin-right: -65px; }
  .thim-column-gap-130 .vc_column_container > .vc_column-inner {
    padding-left: 65px;
    padding-right: 65px; }

.thim-ex-simple-carousel {
  margin-bottom: 0; }
  .thim-ex-simple-carousel .vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: "\f3d2";
    top: 0; }
  .thim-ex-simple-carousel .vc_images_carousel .vc_carousel-control .icon-next:before {
    content: "\f3d3";
    top: 0; }
  .thim-ex-simple-carousel .vc_images_carousel .vc_carousel-control [class^=icon] {
    font-size: 60px !important;
    font-family: ionicons !important;
    width: 60px;
    height: 60px;
    margin-top: 0;
    margin-left: 0;
    top: 10px;
    left: -6px; }
  .thim-ex-simple-carousel a.vc_right.vc_carousel-control {
    width: 50px !important; }
  .thim-ex-simple-carousel .vc_images_carousel .vc_carousel-control {
    margin-top: -30px;
    height: 50px;
    left: 10px;
    text-shadow: none;
    width: 50px !important;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4;
    color: #89898a; }
    .thim-ex-simple-carousel .vc_images_carousel .vc_carousel-control:hover {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
  .thim-ex-simple-carousel .vc_images_carousel .vc_carousel-control:hover {
    color: #FFF; }

.vc_row.thim-ex-section-landing {
  background-position: center !important; }

div.thim-booknow-map {
  background-position: top left !important;
  padding: 63px 0px;
  margin-bottom: -108px;
  z-index: 2; }
  div.thim-booknow-map .wpb_wrapper:before, div.thim-booknow-map .wpb_wrapper:after {
    content: " ";
    display: table; }
  div.thim-booknow-map .wpb_wrapper:after {
    clear: both; }
  div.thim-booknow-map .wpb_column:last-child {
    padding-left: 60px; }
  div.thim-booknow-map .wpcf7 {
    float: right; }
    div.thim-booknow-map .wpcf7 .sub-title {
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 0.8px;
      margin-top: 5px; }
    div.thim-booknow-map .wpcf7 .title {
      font-size: 35px;
      letter-spacing: 1.7px;
      margin: 0px 0px 8px;
      line-height: 35px;
      color: #FFF; }
    div.thim-booknow-map .wpcf7 .description {
      margin-bottom: 30px;
      font-size: 20px;
      line-height: 30px; }
    div.thim-booknow-map .wpcf7 a {
      color: #FFF;
      font-weight: normal; }
    div.thim-booknow-map .wpcf7 form {
      padding: 30px;
      padding-bottom: 53px;
      width: 434px;
      max-width: 100%;
      display: flex;
      align-items: center;
      flex-direction: column; }
    div.thim-booknow-map .wpcf7 button {
      margin-top: 22px;
      width: 100%;
      border-radius: 0;
      height: 52px;
      line-height: 52px;
      padding: 0;
      font-size: 18px;
      letter-spacing: 0.9px;
      font-weight: normal;
      cursor: pointer; }
      div.thim-booknow-map .wpcf7 button i {
        font-size: 24px;
        position: relative;
        top: 2px;
        margin: 0px 5px; }
    div.thim-booknow-map .wpcf7 input {
      padding: 0px 20px 0px 45px;
      height: 52px;
      font-size: 18px;
      line-height: 52px;
      margin-bottom: 15px;
      border-color: rgba(255, 255, 255, 0.3);
      background: transparent;
      width: 100%; }
    div.thim-booknow-map .wpcf7 p {
      margin-bottom: 0; }
    div.thim-booknow-map .wpcf7 .select2-container {
      width: 100% !important; }
    div.thim-booknow-map .wpcf7 .select2-container .select2-selection--single {
      height: 52px;
      margin-bottom: 15px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 0;
      background: transparent; }
    div.thim-booknow-map .wpcf7 span.select2.select2-container.select2-container--default.select2-container--focus {
      width: 100% !important; }
    div.thim-booknow-map .wpcf7 .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 52px;
      padding-left: 20px;
      padding-right: 20px; }
    div.thim-booknow-map .wpcf7 .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 52px;
      top: 0;
      right: 10px; }
    div.thim-booknow-map .wpcf7 span.wpcf7-form-control-wrap.person:before {
      content: "\f3a0";
      position: absolute;
      font-family: ionicons;
      font-size: 18px;
      left: 0;
      height: 52px;
      line-height: 52px;
      padding-left: 20px; }
    div.thim-booknow-map .wpcf7 .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-left: 45px; }
    div.thim-booknow-map .wpcf7 span.wpcf7-form-control-wrap.time:before {
      content: "\f3c7";
      position: absolute;
      font-family: ionicons;
      font-size: 18px;
      left: 0;
      height: 52px;
      line-height: 52px;
      padding-left: 20px; }
    div.thim-booknow-map .wpcf7 span.wpcf7-form-control-wrap.time input {
      position: relative;
      z-index: 3; }
    div.thim-booknow-map .wpcf7 span.wpcf7-form-control-wrap.date:before {
      content: "\f117";
      position: absolute;
      font-family: ionicons;
      font-size: 18px;
      left: 0;
      height: 52px;
      line-height: 52px;
      padding-left: 20px; }
  div.thim-booknow-map .thim-sc-testimonials.layout-7 {
    -webkit-transform: translate(45px, 0);
    -moz-transform: translate(45px, 0);
    -ms-transform: translate(45px, 0);
    -o-transform: translate(45px, 0); }

.home10-slider .rev_slider_wrapper:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 51px;
  background: url("assets/images/svg/res2-slider-svg.png") no-repeat scroll 100% 100%;
  z-index: 99; }

.home10-box-action .thim-box-action.layout-3 {
  margin-top: -155px; }

.home10-grid-banner {
  padding-bottom: 30px;
  position: relative;
  z-index: 1; }
  .home10-grid-banner:before {
    content: '';
    background-color: #fff;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    top: 0;
    display: inline-block; }
  .home10-grid-banner .banner-1 > .vc_column-inner {
    padding-left: 45px; }
  .home10-grid-banner .home10-list-product > .vc_column-inner {
    padding-right: 45px; }

.res2-combo {
  top: -215px;
  margin-bottom: -215px; }
  .res2-combo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: url("assets/images/svg/res2-combo-svg.png") no-repeat scroll 100% 100%;
    display: inline-block; }
  .res2-combo .thim-sc-heading.layout-10 {
    margin-bottom: 92px; }
  .res2-combo ul {
    list-style: none;
    color: #fff;
    margin: 0;
    padding-left: 20px;
    padding-top: 14px; }
    .res2-combo ul li {
      font-size: 16px;
      line-height: 1.88;
      color: #f5f5f5;
      margin-bottom: 10px; }
      .res2-combo ul li:last-child {
        margin-bottom: 0; }
  .res2-combo .thim-btn-white {
    margin-top: 50px !important;
    text-align: center;
    width: 100%; }

.combo-price {
  padding-left: 46px; }
  .combo-price .label {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.9;
    letter-spacing: 0.4px;
    color: #fff; }
  .combo-price .price {
    font-size: 120px;
    font-weight: bold;
    line-height: 0.32;
    letter-spacing: normal;
    padding-left: 9px;
    padding-top: 5px; }
    .combo-price .price .curency {
      font-size: 80px;
      line-height: 0.48; }

.thim-btn-white .vc_general.vc_btn3 {
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: transparent;
  border: solid 1px #eee;
  padding: 0 53px;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .thim-btn-white .vc_general.vc_btn3:hover {
    color: #fff; }

.thim-skew-bg {
  position: relative; }
  .thim-skew-bg:before, .thim-skew-bg:after {
    content: '';
    position: absolute;
    display: block;
    height: 328px;
    filter: alpha(opacity=10);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    -webkit-opacity: 0.1;
    -khtml-opacity: 0.1;
    -moz-opacity: 0.1;
    -ms-opacity: 0.1;
    -o-opacity: 0.1;
    opacity: 0.1;
    background-image: linear-gradient(to right, rgba(37, 37, 37, 0.3), rgba(255, 255, 255, 0.35));
    left: 0;
    top: 50%;
    right: 432px;
    -webkit-transform: translate(0px, -50%) skew(-30deg, 0);
    -moz-transform: translate(0px, -50%) skew(-30deg, 0);
    -ms-transform: translate(0px, -50%) skew(-30deg, 0);
    -o-transform: translate(0px, -50%) skew(-30deg, 0);
    margin-top: 14px; }
  .thim-skew-bg:after {
    left: 432px;
    right: 0;
    background-image: linear-gradient(to left, rgba(37, 37, 37, 0.3), rgba(255, 255, 255, 0.35));
    margin-top: 69px; }

.thim-skew-bg-large {
  position: relative;
  z-index: 1; }
  .thim-skew-bg-large:before, .thim-skew-bg-large:after {
    content: '';
    position: absolute;
    display: block;
    height: 799px;
    filter: alpha(opacity=15);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
    -webkit-opacity: 0.15;
    -khtml-opacity: 0.15;
    -moz-opacity: 0.15;
    -ms-opacity: 0.15;
    -o-opacity: 0.15;
    opacity: 0.15;
    background-image: linear-gradient(to right, rgba(37, 37, 37, 0.35), rgba(255, 255, 255, 0.35));
    left: -432px;
    right: 432px;
    -webkit-transform: skew(-27deg, 0);
    -moz-transform: skew(-27deg, 0);
    -ms-transform: skew(-27deg, 0);
    -o-transform: skew(-27deg, 0);
    margin-top: 14px;
    bottom: 0;
    z-index: -1; }
  .thim-skew-bg-large:after {
    left: 590px;
    right: -590px;
    background: #a1a1a1;
    filter: alpha(opacity=5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
    -webkit-opacity: 0.05;
    -khtml-opacity: 0.05;
    -moz-opacity: 0.05;
    -ms-opacity: 0.05;
    -o-opacity: 0.05;
    opacity: 0.05; }
  .thim-skew-bg-large:before {
    bottom: 734px;
    height: 328px; }

.res2-iconbox {
  position: relative;
  padding-bottom: 50px;
  z-index: 1; }
  .res2-iconbox:before {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    background: #fff;
    display: inline-block; }

body .res2-testimonials {
  background-position: top center !important; }

.res2-testimonials {
  position: relative;
  top: -140px;
  margin-bottom: -140px; }
  .res2-testimonials:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: url("assets/images/svg/res2-testimonials-svg.png") no-repeat scroll 100% 100%;
    display: inline-block; }

.res2-brands {
  padding: 35px 0;
  position: relative;
  overflow: hidden; }
  .res2-brands:before {
    content: '';
    border: 1px dashed rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 50%;
    width: 222px;
    height: 1px;
    -webkit-transform: scale(3, 0.5);
    -moz-transform: scale(3, 0.5);
    -ms-transform: scale(3, 0.5);
    -o-transform: scale(3, 0.5);
    margin-left: -111px; }
  .res2-brands .owl-item .item-brands img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .res2-brands .owl-item .item-brands:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6; }

.thim-overflow-visible {
  overflow: visible !important;
  z-index: 9; }

.res2-news-events .thim-sc-latest-posts.layout-3 .item:first-child {
  padding-left: 30px; }

.wpb_content_element.thim-ex-bottom-line {
  position: relative; }

.wpb_content_element.thim-ex-bottom-line:after {
  content: '';
  position: absolute;
  bottom: -22px;
  height: 131px;
  width: 1px;
  display: block;
  margin: 0 auto;
  left: 0;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -webkit-opacity: 0.2;
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-opacity: 0.2;
  -o-opacity: 0.2;
  opacity: 0.2;
  right: 0; }

.cons__247 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.08;
  letter-spacing: 0.8px;
  color: #8e8e8e;
  overflow: visible !important; }
  .cons__247 > .wpb_column > .vc_column-inner {
    padding-top: 0; }
    .cons__247 > .wpb_column > .vc_column-inner > .wpb_wrapper {
      padding: 51px 185px 49px;
      position: relative; }
  .cons__247 .wpb_content_element {
    margin-bottom: 0; }
  .cons__247 .cons__247__img {
    position: absolute;
    right: 185px;
    top: -17px;
    z-index: 1; }

.cons__about .thim-sc-heading.layout-12 {
  margin-top: 10px;
  padding-left: 85px; }

body .cons__services {
  background-position: bottom -33px center !important; }

.thim-sc-icon-box .cons__iconbox .icon-image {
  margin: 0 0 33px; }

.thim-sc-icon-box .cons__iconbox .title {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.6px;
  margin-bottom: 15px; }

.cons__testimonials .thim-sc-testimonials.layout-12 {
  padding-top: 20px;
  padding-right: 70px; }

.cons__testimonials__img {
  margin-left: -50px; }

.cons__contact__form {
  -webkit-box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 9.6px 11.5px 14px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  padding: 41px 44px;
  align-items: center; }
  .cons__contact__form .cons__form__title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 0.6px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    margin-right: 28px;
    min-width: fit-content; }
  .cons__contact__form .cons__form__content {
    display: flex; }
    .cons__contact__form .cons__form__content > div {
      margin-left: 10px; }
      .cons__contact__form .cons__form__content > div:first-child {
        margin-left: 0; }
  .cons__contact__form .wpcf7-form-control {
    background-color: #f3f3f3;
    border: 1px solid transparent;
    padding: 0 18px;
    height: 42px;
    font-family: inherit;
    color: #adadad;
    margin: 0;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    max-width: 270px; }
    .cons__contact__form .wpcf7-form-control:-moz-placeholder {
      color: #adadad; }
    .cons__contact__form .wpcf7-form-control::-moz-placeholder {
      color: #adadad; }
    .cons__contact__form .wpcf7-form-control:-ms-input-placeholder {
      color: #adadad; }
    .cons__contact__form .wpcf7-form-control::-webkit-input-placeholder {
      color: #adadad; }
    .cons__contact__form .wpcf7-form-control.wpcf7-not-valid {
      border-color: red; }
    .cons__contact__form .wpcf7-form-control:focus {
      background-color: #ebfbff; }
  .cons__contact__form .wpcf7-submit {
    background-color: #18263d;
    color: #fff;
    padding: 0 38px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.5px;
    font-family: inherit;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .cons__contact__form .wpcf7-submit:hover, .cons__contact__form .wpcf7-submit:focus {
      background: rgba(0, 0, 0, 0.6);
      color: #fff; }

.cons__request .wpcf7 {
  position: relative; }

.cons__request .wpcf7-form {
  position: absolute;
  width: 100%;
  z-index: 9;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%); }

.cons__request .wpcf7-response-output {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 44px;
  bottom: 5px;
  text-align: right;
  color: #fff;
  border: none;
  margin: 0; }

.thim-sc-counter-box.cons__counter .counter-box .counter_box:before {
  right: -88px;
  height: 78px;
  background-color: #8b8b8c;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4; }

.thim-sc-counter-box.cons__counter .counter-box .counter_box .number {
  font-size: 55px;
  font-weight: normal;
  line-height: 1.18;
  letter-spacing: 2.2px;
  margin-bottom: 3px; }

.thim-sc-counter-box.cons__counter .counter-box .title_counter .title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  letter-spacing: 0.5px; }

.cons__brand .thim-brands .owl-item .item-brands img {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5; }

.cons__brand .thim-brands .owl-item .item-brands:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

.thim-block-working-hours {
  padding-bottom: 12px; }
  .thim-block-working-hours .thim-sc-heading {
    margin-top: 52px; }
    .thim-block-working-hours .thim-sc-heading .title {
      font-size: 32px; }
  .thim-block-working-hours .thim-work-hours {
    margin: 0;
    padding: 24px 0px;
    list-style: none;
    color: #d0d0d0;
    font-size: 20px;
    letter-spacing: 0.6px; }
    .thim-block-working-hours .thim-work-hours li {
      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: space-between;
      border-bottom: 1px solid rgba(247, 247, 247, 0.1);
      padding: 19px 0px 23px; }
      .thim-block-working-hours .thim-work-hours li:last-child {
        border-bottom: 0; }

.thim-block-contact-book {
  position: relative; }
  .thim-block-contact-book:before {
    content: '';
    position: absolute;
    background: #FFF;
    display: block;
    top: 0;
    right: -400px;
    bottom: 0;
    left: 0; }
  .thim-block-contact-book .thim-sc-heading {
    margin-top: 52px;
    margin-bottom: 36px; }
    .thim-block-contact-book .thim-sc-heading .title {
      font-size: 32px; }
  .thim-block-contact-book > .vc_column-inner {
    position: relative;
    z-index: 1;
    background-position: right 46px !important;
    padding-bottom: 101px; }
    .thim-block-contact-book > .vc_column-inner:before {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: -400px;
      display: block;
      filter: alpha(opacity=80);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      -webkit-opacity: 0.8;
      -khtml-opacity: 0.8;
      -moz-opacity: 0.8;
      -ms-opacity: 0.8;
      -o-opacity: 0.8;
      opacity: 0.8;
      z-index: -1; }
  .thim-block-contact-book input {
    background: transparent;
    border: 1px solid rgba(247, 247, 247, 0.8);
    border-width: 0px 0px 1px 0px;
    padding: 7px 0px 21px;
    height: auto;
    line-height: normal;
    font-size: 20px;
    letter-spacing: 0.6px;
    color: #d5e3e8;
    width: 100%; }
    .thim-block-contact-book input:-moz-placeholder {
      color: #e8e8e8; }
    .thim-block-contact-book input::-moz-placeholder {
      color: #e8e8e8; }
    .thim-block-contact-book input:-ms-input-placeholder {
      color: #e8e8e8; }
    .thim-block-contact-book input::-webkit-input-placeholder {
      color: #e8e8e8; }
    .thim-block-contact-book input[type=date]::-webkit-calendar-picker-indicator {
      font-size: 8px;
      width: 8px; }
      .thim-block-contact-book input[type=date]::-webkit-calendar-picker-indicator:hover {
        background: transparent; }
    .thim-block-contact-book input[type=submit] {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      border-width: 1px;
      background: #fff;
      height: 45px;
      line-height: 44px;
      width: auto;
      margin: 0 auto;
      display: block;
      padding: 0px 34px;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.8px;
      margin-top: 40px;
      color: #00a8df; }
  .thim-block-contact-book .select2-container--default .select2-selection--single {
    background-color: transparent;
    border-color: rgba(247, 247, 247, 0.8);
    border-width: 0px 0px 1px 0px;
    padding: 12px 0px 21px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    height: auto;
    outline: none; }
    .thim-block-contact-book .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: normal;
      padding-left: 0;
      padding-right: 0;
      color: #e8e8e8;
      font-size: 20px;
      letter-spacing: 0.6px; }
    .thim-block-contact-book .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: auto;
      bottom: 3px; }
      .thim-block-contact-book .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #e8e8e8 transparent transparent transparent; }
  .thim-block-contact-book .select2-container {
    width: 100% !important;
    display: block; }
  .thim-block-contact-book div.wpcf7-validation-errors {
    margin-bottom: -60px; }

.thim-contact-form .wpcf7-form input,
.thim-contact-form .wpcf7-form textarea {
  font-style: italic;
  border-color: #e6e6e6;
  padding: 5px 10px;
  font-size: 16px; }

.thim-contact-form input.wpcf7-submit {
  margin-top: 25px;
  font-style: normal;
  width: unset;
  border-radius: 30px;
  padding: 0px 53px;
  margin-bottom: 30px;
  box-shadow: 5.7px 5.7px 15.7px 0.3px rgba(0, 0, 0, 0.12); }

.thim-contact-form .wpcf7-form input {
  height: 40px;
  line-height: 40px; }

.thim-ex-work {
  top: -10px;
  z-index: 2; }
  @media (max-width: 1280px) {
    .thim-ex-work {
      background-size: 40%; } }

.thim-ex-sm-width {
  width: 878px;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 138px;
  padding-bottom: 11px; }

.thim-contact-box input {
  width: 100%; }

.thim-block-contact-book input[type=submit]:hover {
  color: #FFF; }

.thim-overview-box .wpb_single_image img {
  transition: all 0.6s; }

.thim-section-feature-2 img {
  transition: all 0.6s; }

.thim-section-feature-3 img {
  transition: all 0.6s; }

.thim-section-feature-4 img {
  transition: all 0.6s; }

.img-contact img {
  transition: all 0.6s; }

.comingsoon-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-attachment: fixed;
  background-size: cover; }
  .comingsoon-wrapper:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
    background: black;
    opacity: 0.6;
    z-index: -1; }
  .comingsoon-wrapper .coom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 209px;
    padding-bottom: 82px; }
  .comingsoon-wrapper .heading {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #aaa;
    margin-top: 17px; }
  .comingsoon-wrapper .knob-progress {
    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;
    margin-top: 66px; }
  .comingsoon-wrapper .progress-count {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px; }
    .comingsoon-wrapper .progress-count label {
      font-size: 14px;
      color: #BBB;
      text-transform: uppercase;
      margin-top: -50px;
      margin-bottom: 50px; }
  .comingsoon-wrapper .content-text {
    font-size: 18px;
    line-height: 1.56em;
    font-weight: normal;
    color: #aaa;
    width: 650px;
    max-width: 100%;
    padding-top: 22px; }
  .comingsoon-wrapper .thim-sc-social-links .socials {
    justify-content: center; }
  .comingsoon-wrapper .mc4wp-form {
    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;
    margin-top: 67px;
    margin-bottom: 144px; }
    .comingsoon-wrapper .mc4wp-form:before, .comingsoon-wrapper .mc4wp-form:after {
      content: " ";
      display: table; }
    .comingsoon-wrapper .mc4wp-form:after {
      clear: both; }
    .comingsoon-wrapper .mc4wp-form input[type="email"] {
      width: 318px;
      float: left;
      background-color: transparent;
      border-width: 0px 0px 1px 0px;
      border-color: rgba(238, 238, 238, 0.3);
      font-style: italic;
      padding: 0px 10px; }
      .comingsoon-wrapper .mc4wp-form input[type="email"]:-moz-placeholder {
        color: #fff; }
      .comingsoon-wrapper .mc4wp-form input[type="email"]::-moz-placeholder {
        color: #fff; }
      .comingsoon-wrapper .mc4wp-form input[type="email"]:-ms-input-placeholder {
        color: #fff; }
      .comingsoon-wrapper .mc4wp-form input[type="email"]::-webkit-input-placeholder {
        color: #fff; }
    .comingsoon-wrapper .mc4wp-form .mc4wp-form-fields {
      float: left; }
    .comingsoon-wrapper .mc4wp-form input[type=submit] {
      width: auto;
      height: 50px;
      background-color: #FFF;
      margin-left: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      font-size: 16px;
      font-weight: bold;
      color: #333;
      line-height: 50px;
      padding: 0px 60px; }
      .comingsoon-wrapper .mc4wp-form input[type=submit]:hover {
        color: #FFF; }
  .comingsoon-wrapper .progress-count > div {
    position: relative; }
    .comingsoon-wrapper .progress-count > div input {
      margin-top: 35px !important;
      font-size: 50px !important;
      font-weight: 300 !important;
      width: 120px !important;
      margin-left: 0 !important;
      left: 0; }

.error404 header#masthead.site-header {
  background: #444; }

.error404 .site-content {
  padding-bottom: 150px; }

.error404 .content-main {
  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;
  flex-direction: column;
  justify-content: center; }
  .error404 .content-main .sub-title {
    color: #aaa;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5.2px; }
  .error404 .content-main .title {
    margin-top: 3px;
    font-size: 68px;
    letter-spacing: 0.7px;
    line-height: 1.13em;
    margin-bottom: 28px; }
  .error404 .content-main .btn {
    margin-top: 14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 0 36px;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 14px;
    font-weight: 600; }

.error404 .site-content {
  margin-top: 142px; }

.error404 .menu-mobile-effect {
  color: rgba(51, 51, 51, 0.8); }

.vc_toggle_title > h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: normal; }

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
  width: 2px; }

.vc_toggle_default .vc_toggle_icon {
  border: 0; }

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
  height: 2px; }

.vc_toggle {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
  padding: 9px 0px 32px; }

.vc_toggle.vc_toggle_active > .vc_toggle_content {
  margin-bottom: 0px !important; }

body.page-template-black.bg-type-color {
  background-color: #252525; }

body.page-template-black #wrapper-container.bg-type-color {
  background-color: #252525; }

body.page-template-black .thim-sc-heading .title {
  color: #FFF; }

body.page-template-black .thim-sc-our-team.layout-4 .our-team .item .information .name a {
  color: #FFF; }

body.page-template-black .thim-sc-heading.layout-11 .button {
  color: #FFF; }

body.page-template-black .thim-sc-testimonials.layout-11 .slider-nav .item .title {
  color: #FFF; }

body.page-template-black .thim-sc-pricing-table .package-wrap .title {
  color: #FFF; }

body.page-template-black h1, body.page-template-black h2, body.page-template-black h3, body.page-template-black h4, body.page-template-black h5, body.page-template-black h6 {
  color: #FFF; }

iframe {
  border: 0; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  -webkit-transition: all 0.5s;
  -khtml-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.select2-container {
  z-index: 99; }

/*
 * Include common style for theme */
@media (min-width: 1400px) {
  .container {
    width: 1405px; } }

.site-content {
  padding-top: 120px;
  padding-bottom: 120px; }
  .site-content.no-padding {
    padding-top: 0;
    padding-bottom: 0; }

.flexslider {
  position: relative; }
  .flexslider ul {
    margin: 0;
    list-style: none; }
  .flexslider .flex-direction-nav {
    margin: 0; }
    .flexslider .flex-direction-nav a {
      position: absolute;
      z-index: 9;
      top: 50%;
      cursor: pointer;
      width: 50px;
      height: 50px;
      background-color: rgba(28, 31, 35, 0.2);
      margin: 0;
      margin-top: -25px;
      text-align: center;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      -khtml-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-size: 0;
      color: #fff; }
      .flexslider .flex-direction-nav a:hover {
        background-color: #1c1f23; }
    .flexslider .flex-direction-nav .flex-prev {
      left: 0; }
      .flexslider .flex-direction-nav .flex-prev:before {
        content: "\f3cf";
        font-family: "Ionicons";
        font-size: 20px;
        line-height: 50px;
        display: inline-block; }
    .flexslider .flex-direction-nav .flex-next {
      right: 0; }
      .flexslider .flex-direction-nav .flex-next:before {
        content: "\f3d1";
        font-family: "Ionicons";
        font-size: 20px;
        line-height: 50px;
        display: inline-block; }

.thim-background-overlay {
  position: relative; }
  .thim-background-overlay .overlay {
    opacity: 1 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.thim-background-gradient {
  position: relative; }
  .thim-background-gradient .gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    -o-opacity: 0.3;
    opacity: 0.3; }

.thim-contact-box {
  background-color: #ffffff;
  box-shadow: 0px 8px 26px 0 rgba(0, 0, 0, 0.12);
  z-index: 9;
  position: relative;
  bottom: -101px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 35px;
  padding-right: 35px;
  margin: 0; }
  .thim-contact-box .wpb_content_element {
    margin-bottom: 0; }
  .thim-contact-box .thim-sc-heading {
    margin-top: 14px; }
    .thim-contact-box .thim-sc-heading .title {
      max-width: 500px; }

textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #eee;
  padding: 13px 20px;
  color: #999;
  font-size: 14px; }
  textarea:-moz-placeholder {
    color: #999; }
  textarea::-moz-placeholder {
    color: #999; }
  textarea:-ms-input-placeholder {
    color: #999; }
  textarea::-webkit-input-placeholder {
    color: #999; }

input {
  height: 50px;
  line-height: 50px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 0px 21px;
  font-size: 14px;
  color: #999; }
  input:-moz-placeholder {
    color: #999; }
  input::-moz-placeholder {
    color: #999; }
  input:-ms-input-placeholder {
    color: #999; }
  input::-webkit-input-placeholder {
    color: #999; }

input[type=submit] {
  padding: 0px 20px;
  font-size: 16px;
  font-weight: normal;
  background: #2675fc;
  cursor: pointer;
  margin-bottom: 0; }

div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat; }

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

div.wpcf7-validation-errors {
  border: 0;
  background: #fffbbf;
  margin: 0;
  margin-top: 30px; }

.wpcf7-not-valid {
  border-color: red; }

.home-iconbox {
  position: relative;
  top: -135px; }
  .home-iconbox .thim-sc-icon-box:hover .title {
    color: #fff !important; }

.about-info {
  margin-top: 55px;
  margin-bottom: 55px !important; }

.home2-about .img2 {
  margin-top: -346px;
  margin-left: 233px; }
  .home2-about .img2 img {
    max-width: unset;
    -webkit-box-shadow: 2.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 2.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 2.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 2.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    -o-box-shadow: 2.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 2.9px 15.3px 18px 0 rgba(0, 0, 0, 0.08); }

.home2-about .about-section02 {
  margin-top: 135px;
  padding-left: 27px; }

.home2-about .thim-sc-heading.layout-2 {
  padding-left: 233px; }
  .home2-about .thim-sc-heading.layout-2 .title {
    margin-left: -233px; }
    .home2-about .thim-sc-heading.layout-2 .title:before {
      left: 233px; }

.home2-about .button:hover {
  color: #212322 !important; }

.thim-button a.vc_general {
  padding: 0 56px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #fff;
  text-transform: uppercase; }
  .thim-button a.vc_general:hover {
    border: 2px solid #fff; }

.home2-features .thim-sc-icon-box {
  padding: 0 25px; }

#main-content .home2-works {
  background-position: center center !important; }

#main-content .home2-testimonials {
  background-position: center right !important;
  background-size: auto 100%; }

#main-content .vc_parallax .vc_parallax-inner {
  background-attachment: fixed; }

.home2-testimonials .testimonials-counter {
  margin-top: 87px; }

.home2-testimonials .thim-sc-heading.layout-2 {
  margin-right: -50px; }

.home2-testimonials .thim-sc-counter-box {
  padding-left: 118px;
  margin-top: 63px; }

.home2-testimonials .thim-button a.vc_general {
  border: solid 2px #51f78c;
  color: #212322;
  padding: 0 48px;
  margin-top: 70px;
  background: none; }
  .home2-testimonials .thim-button a.vc_general:hover {
    color: #212322 !important; }

.home2-testimonials .thim-sc-testimonials.layout-2 {
  float: right; }

.home2-slider .wpb_button, .home2-slider .wpb_content_element, .home2-slider ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0; }

.home2-slider .tp-bullets.custom {
  color: #bfbfbf;
  line-height: 15px;
  width: 64px !important;
  height: 15px !important;
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  margin-right: 245px;
  left: auto !important;
  right: 0 !important; }
  .home2-slider .tp-bullets.custom:before {
    content: '';
    position: absolute;
    bottom: 50%;
    right: 100%;
    width: 38px;
    height: 1px;
    opacity: 0.3;
    background-color: #959595;
    padding: 0;
    margin: 0;
    margin-right: 12px;
    margin-bottom: -2px; }
  .home2-slider .tp-bullets.custom:after {
    content: "0" counter(slides-num);
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 15px;
    text-align: right; }
  .home2-slider .tp-bullets.custom .tp-bullet {
    display: inline-block;
    counter-increment: slides-num;
    width: 50%;
    height: 15px;
    background: none;
    left: 0 !important;
    top: 0 !important; }
    .home2-slider .tp-bullets.custom .tp-bullet.selected:before {
      content: "0" counter(slides-num);
      display: inline-block;
      vertical-align: middle;
      font-size: 20px;
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      color: #00f792; }
    .home2-slider .tp-bullets.custom .tp-bullet.selected:after {
      content: '/';
      position: absolute;
      right: -5px;
      top: 0;
      font-size: 18px;
      display: inline-block; }

.home2-slider-after {
  padding-bottom: 79px;
  margin-top: -270px;
  display: inline-block;
  width: 100%; }
  .home2-slider-after .info {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56;
    letter-spacing: 0.4px;
    color: #ffffff;
    max-width: 230px;
    margin-top: 54px; }
    .home2-slider-after .info .color {
      font-size: 16px;
      line-height: 1.88;
      letter-spacing: 0.3px;
      margin-bottom: 13px; }

.home2-about {
  background-size: 57% 100%; }

@media (max-width: 1024px) {
  .home2-about {
    background-size: auto 100% !important; } }

.home2-brands {
  border-top: 1px solid #e8e8ea; }

.request-a-quote {
  text-align: center;
  padding: 174px 0 166px 0; }
  .request-a-quote .sc-sub-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
    margin-bottom: 14px;
    letter-spacing: 0.4px; }
  .request-a-quote .sc-title {
    font-size: 70px;
    font-weight: 600;
    line-height: 1.14;
    margin-bottom: 52px;
    letter-spacing: 1.4px; }
  .request-a-quote .row {
    max-width: 770px;
    margin: auto; }
    .request-a-quote .row .col-md-6:first-child {
      padding-right: 20px;
      padding-left: 0; }
    .request-a-quote .row .col-md-6:last-child {
      padding-left: 20px;
      padding-right: 0; }
    .request-a-quote .row .col-md-12 {
      padding-left: 0;
      padding-right: 0; }
    .request-a-quote .row .wpcf7-form-control-wrap .wpcf7-form-control {
      font-size: 18px;
      font-weight: 300;
      font-style: italic;
      line-height: 1.44;
      letter-spacing: 0.4px;
      background: transparent; }
      .request-a-quote .row .wpcf7-form-control-wrap .wpcf7-form-control:-moz-placeholder {
        color: #212322; }
      .request-a-quote .row .wpcf7-form-control-wrap .wpcf7-form-control::-moz-placeholder {
        color: #212322; }
      .request-a-quote .row .wpcf7-form-control-wrap .wpcf7-form-control:-ms-input-placeholder {
        color: #212322; }
      .request-a-quote .row .wpcf7-form-control-wrap .wpcf7-form-control::-webkit-input-placeholder {
        color: #212322; }
    .request-a-quote .row .wpcf7-form-control-wrap input {
      border-bottom: 2px solid #212121;
      border-top: none;
      border-left: none;
      border-right: none;
      padding: 0;
      width: 100%; }
    .request-a-quote .row .wpcf7-form-control-wrap textarea {
      border: 2px solid #212121;
      margin: 20px 0 0 0; }
  .request-a-quote .submit .wpcf7-submit {
    border: 2px solid #212121;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: 0.3s;
    -khtml-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0 42px;
    font-weight: 500;
    margin: 33px 0 35px 0;
    line-height: 46px; }
    .request-a-quote .submit .wpcf7-submit:hover {
      color: #ffffff; }
  .request-a-quote .submit:hover {
    background: transparent; }
  .request-a-quote .description {
    font-size: 18px;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.4px;
    text-align: center;
    color: #212322; }

.widget ul li.list-inline-item {
  display: inline-block; }

.rev-btn {
  -webkit-transition: all 0.5s !important;
  -khtml-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -ms-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important; }

.slider-img {
  margin-top: -140px;
  position: relative; }

.home3-choose-best {
  background-image: linear-gradient(to top, #ebfbff 69%, #fff); }
  .home3-choose-best .thim-sc-icon-box .icon-image {
    min-height: 108px; }

.home3-easy .thim-sc-heading.layout-3 {
  padding-left: 50px;
  margin-top: -19px; }

.home3-easy .thim-sc-heading .button {
  border-width: 1px;
  text-transform: none;
  font-weight: normal;
  padding: 0 53px;
  line-height: 48px;
  margin-top: 43px; }
  .home3-easy .thim-sc-heading .button:hover {
    color: #fff; }

.easy-carousel {
  padding-left: 117px; }
  .easy-carousel .vc_images_carousel ol.vc_carousel-indicators {
    margin: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    bottom: -28px; }
    .easy-carousel .vc_images_carousel ol.vc_carousel-indicators li {
      border: none;
      background: #eee;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin: 0 5px;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -webkit-transition: all 0.5s;
      -khtml-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .easy-carousel .vc_images_carousel ol.vc_carousel-indicators li.vc_active {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        background: #009efd; }
  .easy-carousel .vc_images_carousel .vc_carousel-control {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    -khtml-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden; }
    .easy-carousel .vc_images_carousel .vc_carousel-control .icon-next, .easy-carousel .vc_images_carousel .vc_carousel-control .icon-prev {
      width: 100%;
      height: auto;
      margin-top: 0;
      margin-left: 0;
      font-size: 18px;
      display: block;
      padding: 0;
      position: static;
      line-height: 28px;
      color: #fff; }
      .easy-carousel .vc_images_carousel .vc_carousel-control .icon-next:before, .easy-carousel .vc_images_carousel .vc_carousel-control .icon-prev:before {
        content: "\f3d1";
        font-family: "Ionicons";
        position: static; }
    .easy-carousel .vc_images_carousel .vc_carousel-control .icon-prev:before {
      content: "\f3cf"; }
    .easy-carousel .vc_images_carousel .vc_carousel-control:hover {
      background: black; }
  .easy-carousel .vc_images_carousel:hover .vc_carousel-control {
    opacity: 1;
    visibility: visible; }

.home3-awesome .thim-sc-heading.layout-3 {
  margin-top: 35px; }

.awesome-left {
  padding-left: 117px; }

.thim-sc-social-links.awesome-icon {
  margin-top: 42px; }
  .thim-sc-social-links.awesome-icon .socials li {
    margin: 0 10px; }
    .thim-sc-social-links.awesome-icon .socials li:first-child {
      margin-left: 0; }
    .thim-sc-social-links.awesome-icon .socials li:last-child {
      margin-right: 0; }
    .thim-sc-social-links.awesome-icon .socials li a {
      border: solid 1px #eee;
      width: 40px;
      height: 40px;
      color: #ccc;
      font-size: 18px; }
      .thim-sc-social-links.awesome-icon .socials li a i {
        display: inline-block;
        line-height: 38px; }
      .thim-sc-social-links.awesome-icon .socials li a:hover {
        color: #fff; }

.vc_btn3.vc_btn3-shape-rounded {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
  font-size: 35px; }

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 41px; }

.vc_btn3.vc_btn3-size-lg {
  padding: 11px 43px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold; }

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 76px; }

.vc_btn3 small {
  font-size: 14px;
  display: block;
  font-weight: normal; }

.vc_btn3-container.vc_btn3-inline {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 19px; }

@media (max-width: 320px) {
  .vc_btn3-container.vc_btn3-inline {
    margin-left: 0px; } }

.thim-download-box {
  text-align: center;
  color: #FFF;
  padding-top: 105px;
  padding-bottom: 136px; }
  .thim-download-box .title {
    color: #FFF;
    font-size: 40px;
    letter-spacing: -0.8px;
    margin-bottom: 15px; }
  .thim-download-box .description {
    font-size: 16px;
    line-height: 1.75em; }

.home3-features.vc_row[data-vc-full-width] {
  overflow: initial; }

.home3-features .thim-sc-icon-box .icon-image {
  min-height: 76px; }

.features-left {
  position: static; }

.features-img {
  position: absolute;
  left: 0;
  bottom: -126px;
  z-index: 9; }
  .features-img img {
    max-width: unset; }

.thim-app-support {
  color: #ffffff80;
  padding-top: 119px; }
  .thim-app-support .widget ul li a,
  .thim-app-support a {
    color: #ffffff99; }
  .thim-app-support h1, .thim-app-support h2, .thim-app-support h3, .thim-app-support h4, .thim-app-support h5, .thim-app-support h6 {
    color: #FFF; }
  .thim-app-support .widget ul {
    margin-bottom: 33px; }
    .thim-app-support .widget ul li {
      padding: 0; }
  .thim-app-support p {
    margin-bottom: 14px;
    font-weight: 300; }
  .thim-app-support div.thim-sc-heading .title {
    color: #FFF; }
  .thim-app-support .widgettitle {
    margin-top: 4px;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    margin-bottom: 35px; }
  .thim-app-support .wpb_single_image {
    margin-bottom: 0; }
  .thim-app-support .vc_row.vc_inner {
    padding-left: 117px;
    padding-right: 117px;
    margin-left: -60px;
    margin-right: -60px; }
    .thim-app-support .vc_row.vc_inner .vc_column-inner {
      padding-left: 60px;
      padding-right: 60px; }
  .thim-app-support .wpcf7-form {
    margin-top: -7px;
    margin-bottom: 60px; }
    .thim-app-support .wpcf7-form input,
    .thim-app-support .wpcf7-form textarea {
      background: transparent;
      border: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 16px;
      font-weight: 300;
      line-height: normal;
      letter-spacing: -0.3px;
      color: rgba(255, 255, 255, 0.5);
      padding: 11px; }
      .thim-app-support .wpcf7-form input:-moz-placeholder,
      .thim-app-support .wpcf7-form textarea:-moz-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .thim-app-support .wpcf7-form input::-moz-placeholder,
      .thim-app-support .wpcf7-form textarea::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .thim-app-support .wpcf7-form input:-ms-input-placeholder,
      .thim-app-support .wpcf7-form textarea:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .thim-app-support .wpcf7-form input::-webkit-input-placeholder,
      .thim-app-support .wpcf7-form textarea::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .thim-app-support .wpcf7-form input.wpcf7-not-valid,
      .thim-app-support .wpcf7-form textarea.wpcf7-not-valid {
        border-bottom-color: red; }
    .thim-app-support .wpcf7-form textarea {
      height: 143px; }
    .thim-app-support .wpcf7-form input {
      height: 40px;
      line-height: 40px;
      margin-bottom: 30px;
      width: 100%; }
    .thim-app-support .wpcf7-form .btn-icon {
      cursor: pointer;
      width: 50px;
      height: 50px;
      border: 0;
      color: #FFF;
      border-radius: 50%;
      font-size: 22px;
      position: absolute;
      right: 15px;
      bottom: 26px;
      outline: none; }
      .thim-app-support .wpcf7-form .btn-icon:hover {
        -webkit-box-shadow: 0px 10px 18px 0 rgba(0, 0, 0, 0.5);
        -khtml-box-shadow: 0px 10px 18px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 10px 18px 0 rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0px 10px 18px 0 rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0px 10px 18px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0px 10px 18px 0 rgba(0, 0, 0, 0.5); }
    .thim-app-support .wpcf7-form .wpcf7-validation-errors {
      color: #666; }

.home3-testimonials .thim-sc-counter-box .counter-box .number {
  font-size: 62px;
  letter-spacing: -1.2px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: -2px;
  text-shadow: 0px 12px 20px rgba(0, 0, 0, 0.1); }

.home3-testimonials .thim-sc-counter-box .counter-box .title_counter .title {
  text-transform: capitalize;
  font-size: 22px;
  letter-spacing: -0.4px;
  color: #feffff; }

.home3-testimonials .thim-sc-counter-box .counter-box .title_counter .title:hover {
  color: #009efd !important; }

.home3-testimonials .thim-sc-counter-box .counter-box .counter_box {
  margin: 0;
  width: 25%; }

.thim-overview-box {
  margin-top: 148px;
  margin-bottom: 186px; }
  .thim-overview-box .wpb_single_image {
    margin-top: 27px; }
    .thim-overview-box .wpb_single_image img {
      max-width: initial;
      position: relative;
      left: -74px; }
  .thim-overview-box .thim-sc-features {
    max-width: 430px; }

.thim-compatible-box {
  margin-top: 130px;
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #eeeeee;
  font-size: 18px;
  line-height: 1.44em;
  letter-spacing: 0.4px;
  color: #7e7e7e; }
  .thim-compatible-box .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 3.3;
    letter-spacing: 0.4px;
    text-align: center;
    margin: 0; }
  .thim-compatible-box ul {
    border: 1px solid #e4e5e7;
    border-left: 0;
    border-right: 0;
    list-style: none;
    margin: 0 5px;
    padding: 30px 0px; }
    .thim-compatible-box ul li {
      display: flex;
      align-items: center;
      margin: 0 20px 15px; }
      .thim-compatible-box ul li:hover .icon {
        color: #FFF; }
      .thim-compatible-box ul li:last-child {
        margin-bottom: 0; }
  .thim-compatible-box p {
    padding: 23px 20px 24px 44px; }
  .thim-compatible-box .icon {
    width: 46px;
    height: 46px;
    background-color: #e3e4e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #898989;
    margin: 0px 20px; }

.thim-subscribe-now {
  max-width: 898px;
  margin: 0 auto;
  padding: 20px;
  background: #fff; }
  .thim-subscribe-now .subscribe-wrapper {
    padding: 45px 50px;
    display: flex;
    align-items: center; }
  .thim-subscribe-now h3 {
    font-size: 20px;
    color: #ffffff;
    margin: 0;
    width: 100%; }
  .thim-subscribe-now .subscribe-form {
    width: 282px;
    min-width: 282px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff; }
    .thim-subscribe-now .subscribe-form:before {
      content: "\f474";
      font-family: "Ionicons";
      font-size: 30px;
      position: absolute;
      right: 0;
      top: 0;
      background: #fff;
      width: 58px;
      height: 50px;
      text-align: center;
      pointer-events: none;
      z-index: 1;
      line-height: 50px; }
    .thim-subscribe-now .subscribe-form input {
      width: 100%;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      height: 50px;
      padding: 0 23px;
      font-size: 14px;
      font-weight: 300;
      color: #eeeeee;
      background: transparent;
      border: none;
      margin: 0; }
      .thim-subscribe-now .subscribe-form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #eeeeee; }
      .thim-subscribe-now .subscribe-form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #eeeeee; }
      .thim-subscribe-now .subscribe-form input:-ms-input-placeholder {
        /* IE 10+ */
        color: #eeeeee; }
      .thim-subscribe-now .subscribe-form input:-moz-placeholder {
        /* Firefox 18- */
        color: #eeeeee; }
    .thim-subscribe-now .subscribe-form input[type="submit"] {
      width: 58px;
      height: 50px;
      border: none;
      background: #fff;
      font-size: 0;
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      outline: none; }

.rev_slider .tp-bullets.uranus .tp-bullet .tp-bullet-inner {
  top: 50% !important;
  left: 50% !important;
  width: 8px !important;
  height: 8px !important;
  background: #fff !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important; }

.rev_slider .tp-bullets.uranus .tp-bullet.selected, .rev_slider .tp-bullets.uranus .tp-bullet:hover {
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #f57e2a !important; }
  .rev_slider .tp-bullets.uranus .tp-bullet.selected .tp-bullet-inner, .rev_slider .tp-bullets.uranus .tp-bullet:hover .tp-bullet-inner {
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    background: #f57e2a !important; }

.rev_slider .tparrows.uranus:before {
  color: rgba(255, 255, 255, 0.5);
  content: "\f3d2";
  font-family: "Ionicons"; }

.rev_slider .tparrows.uranus:hover:before {
  color: #ffb715; }

.rev_slider .tparrows.uranus.tp-rightarrow:before {
  content: "\f3d3"; }

.ui-timepicker.ui-widget.ui-widget-content.ui-menu.ui-corner-all {
  border: 0; }

#sb_instagram .sbi_photo {
  transition: transform .2s;
  /* Animation */ }
  #sb_instagram .sbi_photo:hover {
    transform: scale(1.2);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ }

#sb_instagram #sbi_images .sbi_item {
  overflow: hidden; }

.rooms .hb_room {
  margin-bottom: 50px !important; }

.thim-sc-featured-category .cat-img img:hover {
  filter: brightness(60%); }

.bg-image {
  -webkit-animation: inRight 4s;
  /* Safari 4.0 - 8.0 */
  animation: inRight 4s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-fill-mode: both; }

.video-layer {
  -webkit-animation: inLeft 4s;
  /* Safari 4.0 - 8.0 */
  animation: inLeft 4s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-fill-mode: both; }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes inRight {
  from {
    left: 1000px; }
  to {
    left: 0px; } }

/* Standard syntax */
@keyframes inRight {
  from {
    left: 1000px; }
  to {
    left: 0px; } }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes inLeft {
  from {
    margin-right: 1000px; }
  to {
    margin-right: 0px; } }

/* Standard syntax */
@keyframes inLeft {
  from {
    margin-right: 1000px; }
  to {
    margin-right: 0px; } }

.head-demo7 .width-navigation {
  margin-left: 320px; }

.head-demo7 .header-right {
  margin-bottom: 0px !important;
  margin-top: -20px; }

#menu-item-484,
#menu-item-489,
#menu-item-492 {
  border-bottom: none !important; }

.thim-sc-our-works .item-info .button:hover,
.thim-button a.vc_general:hover {
  color: black !important; }

.quote-submit:hover {
  background-color: #fff !important;
  color: black !important;
  border: none !important; }

.thim-sc-counter-box .counter_box svg {
  fill: #0a7ec3 !important; }

.thim-sc-room-slider.layout-4 .button-wrapper .button {
  background-image: -webkit-linear-gradient(left, #f79468 0%, #f7be68 50%, #f79468 100%);
  background-image: linear-gradient(to right, #f79468 0%, #f7be68 50%, #f79468 100%) !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-size: 200% 100% !important; }
  .thim-sc-room-slider.layout-4 .button-wrapper .button:hover {
    border-color: transparent;
    color: #fff;
    background-color: #f6d365 !important;
    background-position: 100% 0 !important; }

.prettyphoto:hover {
  filter: contrast(70%); }

.thim-sc-post-carousel .entry-title:hover {
  color: #fff !important;
  text-decoration: overline #fff; }

.topbar-restaurent2 .widget ul li a:hover {
  color: #f5330c !important; }

.thim-sc-pricing-table.layout-3 .package-wrap .readmore:hover {
  background: #02698a !important; }

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  content: none !important; }

.home-wwa .sub-title,
.home-wwa .description {
  padding-left: 116px; }

.request-a-quote .description {
  width: 60%;
  margin: auto; }

.rooms .hb_room .rating {
  right: 30px; }

.thim-our-team2 .sc-description li:nth-child(2) {
  padding-top: 20px; }

.home6-product-sale .thim-sc-heading.layout-6 .button:hover {
  background-color: #333 !important; }

.home2-about .thim-sc-heading.layout-2 .sub-title,
.home2-about .thim-sc-heading.layout-2 .description {
  padding-left: 0; }

.add_to_cart_inline {
  border: none !important;
  padding: 0 !important; }

.woocommerce button.button.disabled {
  padding: 0 30px; }

.woocommerce div.product form.cart .reset_variations {
  padding-left: 10px; }

.thim-extra-header-restaurant-1 .thim-search-wrapper .search-button:hover {
  background: #c19b76;
  border-color: #c19b76;
  color: #ffffff !important; }

.home-features .icon-image img:hover {
  transform: none; }

.home6-menu .thim-search-wrapper .search-button:hover {
  border-color: #fff !important; }

.home6-testimonials .thim-sc-testimonials .bg-image img {
  width: 100%; }

.home6-product-sale .img-zoom-out .vc_box_border_grey {
  overflow: unset !important; }

.thim-sc-highlight .title:hover {
  color: #c19b76; }

.thim-header-fitness .thim-link-login.thim-login-popup a:hover {
  color: black; }

.h4_img img {
  margin-top: -330px;
  max-width: unset;
  position: absolute; }

.h4_img .vc_box_border_grey img:hover {
  transform: scale(0.97); }

.img-contact .vc_box_border_grey img:hover,
.img-01 .vc_box_border_grey img:hover {
  transform: scale(0.97); }

.img-contact img {
  max-width: unset;
  right: 100px;
  position: absolute;
  margin-top: -100px; }

.h4_img.img-04 img,
.h4_img.img-02 img {
  left: 150px; }

.h4_img.img-03 img {
  right: 100px; }

/*Hover Images*/
.media .item-thumbnail,
.media .room-media,
.media .vc_box_border_grey,
.media .item__thumbnail,
.icon-image .item-thumbnail,
.icon-image .room-media,
.icon-image .vc_box_border_grey,
.icon-image .item__thumbnail,
.img-zoom-in .item-thumbnail,
.img-zoom-in .room-media,
.img-zoom-in .vc_box_border_grey,
.img-zoom-in .item__thumbnail,
.img-zoom-out .item-thumbnail,
.img-zoom-out .room-media,
.img-zoom-out .vc_box_border_grey,
.img-zoom-out .item__thumbnail {
  overflow: hidden; }

.media img,
.icon-image img,
.img-zoom-in img,
.img-zoom-out img {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.img-zoom-out img:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02); }

.media img:hover,
.icon-image img:hover,
.img-zoom-in img:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95); }

.img-buzz img {
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent; }

.img-buzz img:hover {
  -webkit-animation-name: buzz;
  animation-name: buzz;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes buzz {
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  100% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); } }

@keyframes buzz {
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    -ms-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  100% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    -ms-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); } }

.home3-pricing .thim-sc-pricing-table .package-wrap .package:hover .package-head {
  transform: translate(0, 5px); }

.home3-pricing .thim-sc-pricing-table .package-wrap .package:hover .package-head .media-icon {
  transform: none !important; }

.img-link:hover {
  filter: brightness(60%); }

.shop_table td {
  text-align: right; }

/*!--------------------------------------------------------------
14.0 - WP Hotel Booking
----------------------------------------------------------------*/
/*!--------------------------------------------------------------
15.0 - Pages
----------------------------------------------------------------*/
.schedule-page .main-top .content .banner-description {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: normal; }

.schedule-page .main-top .content h1 {
  font-style: italic;
  letter-spacing: 4.8px; }

.schedule-team .thim-sc-heading.layout-11 {
  margin-top: 144px; }

.schedule-team .thim-sc-our-team.layout-7 {
  padding-bottom: 60px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15); }

.schedule-timetable .thim-sc-heading.layout-11 {
  margin-top: 114px; }

.services-page-video-box .thim-sc-video-box.layout-3.services-video {
  margin-bottom: -293px; }

.thim-sc-video-box.layout-3.services-video {
  max-width: 898px;
  margin: 0 auto; }
  .thim-sc-video-box.layout-3.services-video:before {
    background: #000;
    filter: alpha(opacity=20);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    -webkit-opacity: 0.2;
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-opacity: 0.2;
    -o-opacity: 0.2;
    opacity: 0.2; }
  .thim-sc-video-box.layout-3.services-video .video-button .video-popup i {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    line-height: 43px;
    font-size: 30px; }
    .thim-sc-video-box.layout-3.services-video .video-button .video-popup i:before {
      content: "\f488";
      margin-left: 5px; }
  .thim-sc-video-box.layout-3.services-video .box-inner {
    padding: 152px 50px;
    min-height: 505px;
    display: flex;
    align-items: center;
    justify-content: center; }

.services-text {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.33;
  color: #fff; }

.services-page-pricing .thim-sc-pricing-table.layout-2 .package-wrap .title {
  letter-spacing: normal;
  font-weight: bold; }

.services-page-pricing .thim-sc-pricing-table.layout-2 .package-wrap .description {
  font-size: 14px;
  letter-spacing: normal; }

.services-page-pricing .thim-sc-pricing-table.layout-2 .package-wrap .features li {
  font-size: 18px;
  color: #808080;
  letter-spacing: normal;
  font-weight: normal; }
  @media (max-width: 1280px) {
    .services-page-pricing .thim-sc-pricing-table.layout-2 .package-wrap .features li {
      font-size: 14px;
      line-height: normal;
      margin-bottom: 15px; } }

.services-page-pricing .thim-sc-pricing-table.layout-2 .package-wrap sup {
  top: -11px; }

.services-page-pricing .thim-sc-pricing-table.layout-2 .package-wrap .price .current-price {
  font-weight: bold;
  letter-spacing: normal; }

.services-page-pricing .thim-sc-pricing-table.layout-2 .package-wrap .price .package-time {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #999; }

.services-page-pricing .thim-sc-pricing-table.layout-2 .package-wrap .readmore {
  letter-spacing: 0.5px;
  line-height: 48px; }

.thim-sc-pricing-table.layout-2.button-white .package-wrap .readmore {
  color: #fff; }

.container-block-av {
  position: relative;
}

.image-block-av {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-block-av {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #003398;
}

.container-block-av:hover .overlay-block-av {
  opacity: 1;
}

.text-block-av-first {
  color: black;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  line-height: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.text-block-av {
  color: white;
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 783px) {
  .text-block-av {
    display: none;
  }
}


@media only screen and (max-width: 720px) {
    /*
  #masthead.affix {
    background-color: #003398 !important;
  }

  #masthead {
    background-color: #003398 !important;
  }

     */

  #masthead {
    top: 0 !important;
  }
}
.image-panel>img{
  cursor: pointer;
}