/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Class
# Forms
# Button
# Header
# Main Menu
# Page Title & Breadcrumb
# Post and Page
# Navigation
# Layout Content
# Widgets
# Media
# Singlular
# Comments
# Footer
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Custom Mixin */
/* Set Font Default */
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* CMS Button */
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
/* Sticky Sidebar */
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@-webkit-keyframes spin-rotate-left {
  to {
    transform: rotate(30deg);
  }
  from {
    transform: rotate(175deg);
  }
}
@keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@-webkit-keyframes spin-rotate-right {
  from {
    transform: rotate(-175deg);
  }
  to {
    transform: rotate(-30deg);
  }
}
@keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin-rotate-all {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes spin-fade-in-first {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin-fade-in-second {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.ft-heading {
  font-family: 'Rubik', sans-serif;
}
html {
  box-sizing: border-box;
}
a {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  color: #c7a254;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #a68046;
}
*, *:before, *:after {
  box-sizing: inherit;
}
p {
  margin-bottom: 15px;
}
body {
  background-color: #fff;
  font-size: 15px;
  line-height: 1.66666;
  color: #999;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  letter-spacing: 0;
}
body.body-default-font {
  font-family: 'Rubik', sans-serif;
}
body.sub-heading-default-font .ft-sub {
  font-family: 'Shadows Into Light', cursive;
}
.site {
  position: relative;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #282828;
  clear: both;
  line-height: 1.2;
  margin: 0 0 15px;
  font-weight: 700;
}
.heading-default-font h1, .heading-default-font h2, .heading-default-font h3, .heading-default-font h4, .heading-default-font h5, .heading-default-font h6, .heading-default-font .h1, .heading-default-font .h2, .heading-default-font .h3, .heading-default-font .h4, .heading-default-font .h5, .heading-default-font .h6 {
  font-family: 'Rubik', sans-serif;
}
h1, .h1 {
  font-size: 52px;
}
h2, .h2 {
  font-size: 42px;
}
h3, .h3 {
  font-size: 38px;
}
h4, .h4 {
  font-size: 32px;
}
h5, .h5 {
  font-size: 20px;
  font-weight: 500;
}
h6, .h6 {
  font-size: 18px;
  font-weight: 500;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}
table {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #282828;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 600;
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
td {
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
  /*--- Definition Lists ---*/
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #c7a254;
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #c7a254;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
}
ul {
  padding: 0;
  margin: 0 0 15px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
.post-password-form label {
  display: block;
  max-width: 60%;
}
.post-password-form input {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .post-password-form label {
    max-width: 60%;
  }
}
#tslOverlay {
  background-color: transparent !important;
}
.link-white {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.link-white a {
  color: #c7a254;
}
.link-white a:hover {
  color: #fff;
}
.svg-divider {
  fill: #c7a254;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
}
.z-index99 {
  z-index: 99;
  position: relative;
}
.text-block, .text-block1 {
  font-size: 15px;
  line-height: 23px;
}
.z-index-top {
  z-index: 888;
  position: relative;
}
.text-color1 {
  color: ;
}
.d-table {
  display: table;
}
.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.br-1px {
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.br-2px {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.br-3px {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.br-4px {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.br-5px {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.br-6px {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.br-7px {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.br-8px {
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.br-9px {
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.br-10px {
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.z-index0 {
  z-index: 0;
  position: relative;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.screen-reader-text {
  display: none;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 6px;
  margin-bottom: 45px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 35px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  display: block;
}
.el-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.box-white {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 29px;
}
.box-white .menu li {
  font-size: 18px;
  line-height: 29px;
  font-weight: 600;
}
.bg-primary {
  background-color: #c7a254 !important;
}
.br-radius {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-box {
  padding: 30px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
}
.site-overlay {
  position: fixed;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  cursor: url(../images/pointer.png), auto;
}
.site-overlay.open {
  z-index: 9990;
  opacity: 1;
  visibility: visible;
}
.cms-bgimage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row-visible {
  overflow: visible !important;
}
.cms-icon-plus {
  height: 10px;
  width: 10px;
  position: relative;
  display: inline-block;
}
.cms-icon-plus:before, .cms-icon-plus:after {
  content: "";
  background-color: #c7a254;
  position: absolute;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-icon-plus:before {
  width: 100%;
  height: 2px;
  top: 4px;
  left: 0;
}
.cms-icon-plus:after {
  width: 2px;
  height: 100%;
  left: 4px;
  top: 0;
}
.overlay-gradient {
  position: relative;
  overflow: hidden;
  display: block;
}
.overlay-gradient:before, .overlay-gradient:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.overlay-gradient:before {
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #222, rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, #222, rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, #222, rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, #222, rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, #222, rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#222', endColorStr='rgba(0, 0, 0, 0)');
}
.overlay-gradient:after {
  background-color: #222;
  opacity: 0.3;
  z-index: 1;
}
.a-dark {
  color: #282828;
}
.a-dark:hover, .a-dark:focus {
  color: #222;
}
.inline-block {
  display: inline-block;
  vertical-align: middle;
}
.text-right, .align-right {
  text-align: right;
}
.text-left, .align-left {
  text-align: left;
}
.text-center, .align-center {
  text-align: center;
}
.h-main {
  font-weight: 700;
}
.border-shadow {
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -khtml-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.16);
  border: 2px solid #222;
}
.l-spacing1 {
  letter-spacing: -0.016em;
}
.highlight {
  color: #c7a254;
}
.landing-shadow {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.style-none {
  list-style: none;
  margin: 0;
}
.line-gap {
  background-color: #ebebea;
  height: 1px;
  margin-left: 15px;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -ms-calc(100% - 30px);
  width: -o-calc(100% - 30px);
}
.z-index-1 {
  z-index: 1;
}
.cms-menu {
  margin: 0;
  list-style: none;
}
.cms-menu > li {
  display: inline-block;
}
.cms-menu > li > a {
  color: ;
  font-size: 14px;
  margin: 0 16px;
  position: relative;
}
.cms-menu > li > a:before {
  content: "";
  width: 1px;
  height: 13px;
  background-color: #e7e7e7;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -16px;
}
.cms-menu > li:hover > a, .cms-menu > li.current_page_item > a, .cms-menu > li.current-menu-item > a, .cms-menu > li.current_page_ancestor > a, .cms-menu > li.current-menu-ancestor > a {
  color: #c7a254;
}
.cms-menu > li:last-child > a {
  margin-right: 0;
}
.cms-menu > li:last-child > a:before {
  display: none;
}
.cms-menu .sub-menu {
  display: none;
}
.cms-menu.footer-menu > li > a {
  margin: 0 12px;
  color: #8e8e8e;
}
.cms-menu.footer-menu > li:hover > a, .cms-menu.footer-menu > li.current_page_item > a, .cms-menu.footer-menu > li.current-menu-item > a, .cms-menu.footer-menu > li.current_page_ancestor > a, .cms-menu.footer-menu > li.current-menu-ancestor > a {
  color: #c7a254;
}
.cms-menu.footer-menu > li:last-child > a {
  margin-right: 0;
}
.row-boxshadow-top {
  -webkit-box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 3px 7px -6px rgba(0, 0, 0, 0.3);
}
.row-boxshadow-bottom {
  -webkit-box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px -3px 7px -6px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .box-shadow-white > .vc_column-inner > .wpb_wrapper, .box-shadow-white > .vc_column-inner > .wpb_wrapper .cms-google-map {
    box-shadow: -90px 0 110px #fcfcfc inset, 90px 0 110px #fcfcfc inset, 0 90px 110px #fcfcfc inset, 0 -90px 110px #fcfcfc inset;
    -webkit-box-shadow: -90px 0 110px #fcfcfc inset, 90px 0 110px #fcfcfc inset, 0 90px 110px #fcfcfc inset, 0 -90px 110px #fcfcfc inset;
    -ms-box-shadow: -90px 0 110px #fcfcfc inset, 90px 0 110px #fcfcfc inset, 0 90px 110px #fcfcfc inset, 0 -90px 110px #fcfcfc inset;
    -o-box-shadow: -90px 0 110px #fcfcfc inset, 90px 0 110px #fcfcfc inset, 0 90px 110px #fcfcfc inset, 0 -90px 110px #fcfcfc inset;
  }
  .box-shadow-white > .vc_column-inner > .wpb_wrapper .map-render {
    z-index: -1;
  }
}
@media screen and (min-width: 992px) {
  .flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
  }
  .flex .flex-col {
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
  .flex-two {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-flow: row wrap;
  }
  .flex-two .flex-col {
    flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    display: flex !important;
    display: -webkit-flex !important;
    display: -ms-flex !important;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
}
@media screen and (max-width: 1199px) {
  .align-center-md {
    text-align: center;
  }
  .align-left-md {
    text-align: left;
  }
  .align-right-md {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .text-center-md {
    text-align: center !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
  .align-right-sm {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .text-center-sm {
    text-align: center !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right !important;
  }
  .align-center-xs {
    text-align: center;
  }
  .align-left-xs {
    text-align: left;
  }
  .align-right-xs {
    text-align: right;
  }
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
  background-color: #fff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
  color: #9b9b9b;
  padding: 8px 20px;
  line-height: normal;
  height: 50px;
  font-size: 13px;
  font-family: 'Rubik', sans-serif;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 100%;
  outline: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .nice-select:focus, input[type="text"]:active, input[type="email"]:active, input[type="url"]:active, input[type="password"]:active, input[type="search"]:active, input[type="tel"]:active, input[type="number"]:active, input[type="range"]:active, input[type="date"]:active, input[type="month"]:active, input[type="week"]:active, input[type="time"]:active, input[type="datetime"]:active, input[type="datetime-local"]:active, input[type="color"]:active, textarea:active, select:active, .nice-select:active {
  border-color: #c7a254;
}
select {
  height: 51px;
}
textarea {
  line-height: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  height: 104px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  outline: 0;
  border-color: #c7a254;
}
.cms-select form {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.cms-select select {
  height: 39px;
  line-height: 37px;
  font-size: 15px;
  background-color: transparent;
  position: relative;
  z-index: 99;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cms-select i {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}
.wpcf7-form .wpcf7-response-output {
  border: medium none;
  font-style: italic;
  padding: 0;
  margin: 20px 0 0;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f13c3c;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form .wpcf7-menu {
  display: block;
}
.wpcf7-form .wpcf7-menu select {
  background-color: transparent;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  z-index: 99;
}
.wpcf7-form .wpcf7-menu select option {
  padding: 5px;
}
.select2 .select2-selection--single {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e7e8e9;
  height: 47px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 47px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
#ui-datepicker-div {
  background-color: #fff;
  padding: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -9999px;
  min-width: 300px;
  z-index: 10001 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  position: relative;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:before {
  content: "\f104";
  color: #040e24;
  font-family: FontAwesome;
  font-size: 16px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover:before {
  color: #c7a254;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all span {
  display: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
  left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next:before {
  content: "\f105";
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  min-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #282828;
  font-family: 'Rubik', sans-serif;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
#ui-datepicker-div .ui-datepicker-calendar {
  margin: 0;
  width: 100%;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  text-align: center;
  padding: 6px;
  color: rgba(0, 0, 0, 0.6);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
  color: rgba(0, 0, 0, 0.2);
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a {
  color: #c7a254;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  color: #999;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
  color: #c7a254;
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  border: 1px solid #e7e8e9;
  height: 47px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 47px;
  padding-left: 15px;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(55, 55, 55, 0.87);
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #c7a254;
}
.cms-field-checkbox {
  position: relative;
  padding-left: 27px;
}
.cms-field-checkbox .icon-check {
  border: 1px solid #e1e3e3;
  border-radius: 1px;
  display: block;
  height: 17px;
  width: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.cms-field-checkbox .icon-check:before {
  content: "\f00c";
  font-size: 13px;
  color: #c7a254;
  position: absolute;
  top: -4px;
  left: 1px;
  font-family: FontAwesome;
  opacity: 0;
}
.cms-field-checkbox input {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.cms-field-checkbox input:checked + .icon-check:before {
  opacity: 1;
}
.nice-select {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  color: #b8b8b8;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 31px;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select.open .list {
  padding: 5px;
  min-width: 185px;
  overflow: auto;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  max-height: 250px;
  overflow: auto;
  background-color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  color: rgba(0, 0, 0, 0.87);
}
.nice-select .list .selected {
  color: #000;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  padding: 8px 24px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f3f3f4;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}
.btn, button, .button, input[type="submit"] {
  background-color: #c7a254;
  font-size: 14px;
  border: 2px solid #c7a254;
  color: #fff;
  text-transform: capitalize;
  padding: 0 30px;
  line-height: 47px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 700;
}
.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
  color: #c7a254;
  background-color: transparent;
}
.btn.btn-outline {
  background-color: transparent;
  color: #c7a254;
}
.btn.btn-outline:hover {
  background-color: #c7a254;
  color: #fff;
}
.btn.btn-secondary {
  padding-left: 24px;
  padding-right: 24px;
  background-color: #222;
  border-color: #222;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background-color: #c7a254;
  border-color: #c7a254;
  color: #fff;
}
.btn-text {
  font-size: 14px;
  color: #222;
  border-bottom: 2px solid #222;
  font-weight: 700;
  line-height: 1;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding-bottom: 5px;
}
.btn-text:hover {
  color: #c7a254;
  border-color: #c7a254;
}
.btn-align-center {
  text-align: center;
}
.btn-align-right {
  text-align: right;
}
.btn-group .btn + .btn {
  margin-left: 30px;
}
.btn-block {
  display: block;
}
.btn-effect {
  position: relative;
  overflow: hidden;
}
.btn-effect:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
}
.btn-effect:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.cms-button-wrapper.btn-inline {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  margin-right: 30px;
}
#site-header-wrap {
  position: relative;
  z-index: 999;
}
#site-header-wrap .row-flex {
  align-items: center;
}
#site-header-wrap .site-branding {
  margin: 15px;
  position: relative;
  flex-grow: 1;
}
#site-header-wrap .site-branding img {
  max-height: 35px;
}
#site-header-wrap .site-branding .logo-dark, #site-header-wrap .site-branding .logo-mobile {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  opacity: 0;
}
#site-header-wrap .site-menu-right {
  margin-left: 63px;
  display: flex;
  line-height: 100px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
}
@media screen and (max-width: 991px) {
  #site-header-wrap .site-menu-right {
    display: none;
  }
}
#site-header-wrap .site-menu-right .menu-right-item {
  font-size: 14px;
  color: #282828;
  cursor: pointer;
  margin-left: 22px;
  display: inline-block;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#site-header-wrap .site-menu-right .menu-right-item:hover {
  color: #c7a254;
}
#site-header-wrap .site-menu-right .menu-right-item:first-child {
  margin-left: 0px;
}
#site-header-wrap .site-menu-right .menu-right-item.h-btn {
  color: #fff;
  line-height: 37px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 14px;
  background-color: #c7a254;
  display: inline-block;
}
#site-header-wrap .site-menu-right .menu-right-item.h-btn:hover {
  background-color: #b68f3c;
  color: #fff;
}
#site-header-wrap .site-menu-right .site-menu-right-button, #site-header-wrap .site-menu-right .site-menu-right-cart {
  margin-left: 20px;
}
#site-header-wrap .site-menu-right .site-menu-social {
  margin-left: 20px;
}
#site-header-wrap .site-menu-right .site-menu-social a {
  color: #282828;
  font-size: 18px;
}
#site-header-wrap .site-menu-right .site-menu-social a:hover {
  color: #c7a254;
}
#site-header-wrap .site-menu-right .site-menu-social a + a {
  margin-left: 20px;
}
#site-header-wrap #site-header.h-fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
#site-header-wrap #site-header.h-fixed .site-branding .logo-light {
  opacity: 0;
}
#site-header-wrap #site-header.h-fixed .site-branding .logo-dark {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  #site-header-wrap .site-navigation {
    margin: 0 15px;
    display: flex;
    align-items: center;
  }
  #site-header-wrap #site-header.h-fixed .primary-menu > li > a, #site-header-wrap #site-header.h-fixed .site-menu-right {
    line-height: 80px;
  }
  #site-header-wrap.header-layout1 .site-header-main:not(.h-fixed) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #site-header-wrap.header-layout1 .site-header-main.h-fixed .primary-menu > li > a:before {
    bottom: 0;
  }
  #site-header-wrap.header-layout2 .site-branding {
    margin: 30px 15px 8px 15px;
    display: inline-block;
  }
  #site-header-wrap.header-layout2 .site-branding .logo-light {
    display: none;
  }
  #site-header-wrap.header-layout2 .site-branding .logo-dark {
    opacity: 1;
    position: static;
  }
  #site-header-wrap.header-layout2 .norow {
    margin: 0 -15px;
    text-align: center;
  }
  #site-header-wrap.header-layout2 .site-navigation {
    justify-content: center;
  }
  #site-header-wrap.header-layout2 .main-navigation {
    text-align: left;
  }
  #site-header-wrap.header-layout2 .primary-menu > li > a {
    line-height: 75px;
  }
  #site-header-wrap.header-layout2 .primary-menu > li > a:before {
    bottom: auto;
    top: 50%;
  }
  #site-header-wrap.header-layout2 .site-menu-right {
    margin-left: 17px;
    line-height: 75px;
  }
  #site-header-wrap.header-layout2 #site-header.h-fixed .site-branding {
    display: none;
  }
  #site-header-wrap.header-layout3 .primary-menu > li > a:before {
    top: 50%;
    bottom: auto;
  }
  #site-header-wrap.header-layout3 .site-menu-right {
    margin-left: 17px;
  }
  #site-header-wrap.header-layout3 .site-menu-social {
    margin-left: 20px;
  }
  #site-header-wrap.header-layout4 .site-branding .logo-light {
    display: none;
  }
  #site-header-wrap.header-layout4 .site-branding .logo-dark {
    opacity: 1;
    position: static;
  }
  #site-header-wrap.header-transparent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li > a {
    color: #fff;
  }
  #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li:hover > a, #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li.current_page_item > a, #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li.current-menu-item > a, #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li.current_page_ancestor > a, #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .primary-menu > li.current-menu-ancestor > a {
    color: #c7a254;
  }
  #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .site-menu-right .site-menu-right-group:before {
    background-color: rgba(255, 255, 255, 0.25);
  }
  #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .site-menu-right .menu-right-item {
    color: #fff;
  }
  #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .site-menu-right .menu-right-item:not(.h-btn):hover {
    color: #c7a254;
  }
  #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .site-menu-right .site-menu-social a {
    color: #fff;
  }
  #site-header-wrap.header-transparent .site-header-main:not(.h-fixed) .site-menu-right .site-menu-social a:hover {
    color: #c7a254;
  }
}
@media screen and (max-width: 991px) {
  #site-header-wrap {
    position: relative;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -khtml-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  #site-header-wrap.fixed-height {
    height: inherit !important;
  }
  #site-header-wrap .site-branding {
    min-height: 60px;
    margin: 10px 15px;
  }
  #site-header-wrap .site-branding img {
    padding: 5px 0;
  }
  #site-header-wrap .site-branding a {
    opacity: 0;
    display: inline-block;
    line-height: 60px !important;
  }
  #site-header-wrap .site-branding a.logo-mobile {
    opacity: 1 !important;
  }
  #site-header-wrap .site-branding a.logo-dark {
    display: none;
  }
  #site-header-wrap #main-menu-mobile {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  #site-header-wrap #headroom {
    position: static !important;
  }
  #site-header-wrap.header-layout2 {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  #site-header-wrap.header-layout2 .site-branding {
    margin: 0;
  }
}
#site-header {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
#site-header.h-fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.admin-bar #site-header-wrap #site-header.h-fixed {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #site-header-wrap #site-header.h-fixed {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #site-header-wrap #site-header.h-fixed {
    top: 0;
  }
}
ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .primary-menu-not-set {
    list-style: none;
    margin: 0;
  }
  .primary-menu-not-set > li {
    margin-right: 20px;
  }
  .primary-menu-not-set > li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 100px;
    font-family: 'Rubik', sans-serif;
  }
  .primary-menu-not-set > li a:hover {
    color: #c7a254;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
    font-family: 'Rubik', sans-serif;
  }
  .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
    white-space: nowrap;
    margin: 0 17px;
  }
  .primary-menu > li > a {
    font-size: 14px;
    color: #282828;
    font-weight: 700;
    line-height: 100px;
    position: relative;
  }
  .primary-menu > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    background-color: #c7a254;
    opacity: 0;
    height: 2px;
    margin-top: 12px;
    width: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #c7a254;
  }
  .primary-menu > li:hover > a:before, .primary-menu > li.current_page_item > a:before, .primary-menu > li.current-menu-item > a:before, .primary-menu > li.current_page_ancestor > a:before, .primary-menu > li.current-menu-ancestor > a:before {
    opacity: 1;
    width: 100%;
  }
  .primary-menu > li > ul.back {
    right: 0 !important;
    left: auto !important;
  }
  .primary-menu > li > ul.back li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .primary-menu > li > .sub-menu li > ul.back {
    right: 100% !important;
    left: auto !important;
  }
  .primary-menu .sub-menu {
    list-style: none;
    margin: 0;
  }
  .primary-menu .sub-menu {
    position: absolute;
    background: #1b1a1a;
    padding: 10px 0;
    top: 100%;
    left: 0;
    margin-top: 15px;
    min-width: 190px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -khtml-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .primary-menu .sub-menu li {
    padding: 0 25px;
  }
  .primary-menu .sub-menu li a {
    color: #9b9b9b;
    font-size: 13px;
    line-height: normal;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }
  .primary-menu .sub-menu li:last-child > a {
    border-bottom: none;
  }
  .primary-menu .sub-menu li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a {
    color: #fff;
  }
  .primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  .primary-menu li:hover, .primary-menu li.focus {
    overflow: visible;
    /* Mega Menu */
  }
  .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    clip: inherit;
  }
  .primary-menu li.megamenu {
    position: static;
  }
  .primary-menu li.megamenu .sub-menu {
    width: 100%;
    max-width: 1170px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .primary-menu li.megamenu .sub-menu li > .container {
    padding: 13px 25px;
  }
  .primary-menu li.megamenu .sub-menu .wpb_content_element {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .site-navigation {
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 1001;
    padding: 15px 20px;
    top: calc(100% + 30px);
    top: -webkit-calc(100% + 30px);
    top: -ms-calc(100% + 30px);
    top: -o-calc(100% + 30px);
    bottom: auto;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
  }
  .site-navigation.navigation-open {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 999;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    color: #282828;
    font-weight: 700;
  }
  .primary-menu li.current_page_item > a, .primary-menu li.current-menu-item > a, .primary-menu li.current_page_ancestor > a, .primary-menu li.current-menu-ancestor > a {
    color: #c7a254;
  }
  .primary-menu li .link-icon {
    margin-right: 6px;
    font-size: 90%;
  }
  .primary-menu .sub-menu {
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
    content: "\f2fc";
  }
  .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  .primary-menu-not-set {
    margin: 0;
    list-style: none;
  }
  .primary-menu-not-set a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu-not-set a:hover {
    color: #c7a254;
  }
  #main-menu-mobile .btn-nav-mobile {
    color: #282828;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  #main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #282828;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 21px;
  }
  #main-menu-mobile .btn-nav-mobile:before {
    top: 9px;
  }
  #main-menu-mobile .btn-nav-mobile span {
    top: 15px;
  }
  #main-menu-mobile .btn-nav-mobile.opened:before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #main-menu-mobile .btn-nav-mobile.opened:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
  }
  #main-menu-mobile .btn-nav-mobile.opened span {
    display: none;
  }
  .main-menu-toggle {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 19px;
  }
  .main-menu-toggle:before {
    content: "\f2f9";
    font-family: "Material-Design-Iconic-Font";
  }
}
.comment-navigation, .posts-navigation, .post-navigation {
  /* add class back when submenu out body */
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
ul.back {
  right: 100%;
  left: auto !important;
}
#pagetitle {
  background-color: #222;
  padding-top: 300px;
  padding-bottom: 43px;
  text-align: center;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #pagetitle {
    background-attachment: inherit;
  }
}
#pagetitle:before {
  background-color: transparent;
}
#pagetitle .page-sub-title {
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 12px;
}
#pagetitle .page-title {
  color: #fff;
  font-size: 55px;
  font-weight: 500;
  margin-bottom: 126px;
}
#pagetitle .container {
  position: relative;
  z-index: 99;
}
#pagetitle .cms-breadcrumb {
  margin: 0;
  list-style: none;
}
#pagetitle .cms-breadcrumb li {
  display: inline-block;
  color: #c7a254;
  font-size: 12px;
}
#pagetitle .cms-breadcrumb li a {
  color: #f9f9f9;
}
#pagetitle .cms-breadcrumb li a:after {
  content: '\f105';
  font-family: FontAwesome;
  margin: 0 11px;
}
#pagetitle .cms-breadcrumb li a:hover {
  color: #c7a254;
}
#pagetitle .cms-breadcrumb li a:hover:after {
  color: #fff;
}
#pagetitle .pagetitle-divider {
  bottom: -30px;
}
#pagetitle .entry-meta {
  margin-bottom: 14px;
}
#pagetitle .entry-meta li {
  color: #fff;
}
#pagetitle.page-title-layout2 {
  padding-top: 406px;
  padding-bottom: 86px;
}
#pagetitle.page-title-layout2 .page-title {
  margin-bottom: 0;
}
#pagetitle.page-title-layout3 {
  padding-top: 404px;
}
#pagetitle.page-title-layout3 .page-title {
  margin-bottom: 20px;
}
#pagetitle.page-title-layout4 {
  padding: 25px 0;
  background-color: #f6f6f6;
  border-top: 1px solid #dbdbdb;
  background-image: none;
}
#pagetitle.page-title-layout4 .page-title-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
}
#pagetitle.page-title-layout4 .page-title {
  margin: 8px 0;
  font-size: 19px;
  color: #282828;
  font-weight: 500;
  flex-grow: 1;
}
#pagetitle.page-title-layout4 .cms-breadcrumb {
  margin: 8px 0;
}
#pagetitle.page-title-layout4 .cms-breadcrumb li a {
  color: #9b9b9b;
}
#pagetitle.page-title-layout4 .cms-breadcrumb li a:hover {
  color: #c7a254;
}
#pagetitle.page-title-layout4 .cms-breadcrumb li a:hover:after {
  color: #9b9b9b;
}
.single-post #pagetitle, .single-event #pagetitle {
  padding-top: 351px;
  padding-bottom: 87px;
}
.single-post #pagetitle .page-title, .single-event #pagetitle .page-title {
  margin-bottom: 0;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.format-gallery .entry-featured {
  position: relative;
  -webkit-border-radius: 20px 20px 0 0;
  -khtml-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.format-gallery .entry-featured img {
  -webkit-border-radius: 20px 20px 0 0;
  -khtml-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
  background: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  position: absolute;
  color: #000;
  font-size: 18px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
  background: #c7a254;
  color: #fff;
}
.format-gallery .entry-featured .owl-next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured .owl-prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
  opacity: 1;
}
.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
  opacity: 0.76;
}
.posts-pagination .posts-page-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.posts-pagination .page-numbers {
  text-align: center;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #9b9b9b;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 10px 0 0;
  border: 1px solid #eee;
  font-family: 'Rubik', sans-serif;
}
.posts-pagination .page-numbers.current, .posts-pagination .page-numbers:hover {
  background-color: #c7a254;
  color: #fff;
  border-color: #c7a254;
}
.posts-pagination .page-numbers.next {
  margin-left: 10px;
  font-size: 20px;
}
.posts-pagination .page-numbers.prev {
  margin-right: 20px;
  font-size: 20px;
}
.entry-title a {
  color: inherit;
}
.entry-title a:hover {
  color: #c7a254;
}
.entry-featured {
  position: relative;
  margin-bottom: 23px;
}
.entry-featured .post-image a {
  width: 100%;
}
.entry-featured .post-image a, .entry-featured .post-image span {
  display: inline-block;
}
.entry-featured .post-image img {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.redux-page .entry-featured .post-image img {
  width: 100%;
}
.entry-meta {
  margin: 0;
  list-style: none;
  font-size: 13px;
}
.entry-meta li {
  display: inline-block;
  margin-right: 6px;
}
.entry-meta li.item-comment a {
  color: inherit;
}
.entry-meta li.item-comment a:hover {
  color: #c7a254;
}
.entry-meta li.item-category {
  line-height: 16px;
  background-color: #c7a254;
  color: #fff;
  padding: 0 7px;
  margin-right: 12px;
  position: relative;
  z-index: 1;
}
.entry-meta li.item-category:before, .entry-meta li.item-category:after {
  content: '';
  height: 50%;
  position: absolute;
  right: -4px;
  width: 20px;
  background-color: #c7a254;
  z-index: -1;
}
.entry-meta li.item-category:before {
  -webkit-transform: skewX(-45deg);
  -khtml-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  top: 0;
}
.entry-meta li.item-category:after {
  bottom: 0;
  -webkit-transform: skewX(45deg);
  -khtml-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
}
.entry-meta li.item-category a {
  color: inherit;
}
.entry-meta li.item-category a:hover {
  color: inherit;
}
.single-hentry .entry-title {
  font-size: 24px;
  line-height: 1.375;
  margin-bottom: 16px;
}
.single-hentry .entry-meta {
  margin-bottom: 5px;
}
.single-hentry .entry-content p {
  margin-bottom: 24px;
}
.single-hentry .entry-readmore {
  padding-top: 17px;
}
.single-hentry.archive {
  margin-bottom: 41px;
}
.single-hentry.archive .entry-body {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .single-hentry.archive .entry-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single-hentry.archive .entry-body {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-hentry.archive .post-image {
  overflow: hidden;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.single-post .entry-content {
  padding-bottom: 5px;
}
.single-post .entry-content-bottom {
  padding-top: 4px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #dbdbdb;
}
.single-post .entry-socail {
  text-align: center;
  border-bottom: 1px dashed #dbdbdb;
  padding: 24px 0;
  margin-bottom: 40px;
}
.single-post .entry-socail a {
  font-size: 14px;
  color: #333;
  margin: 0 9px;
}
.single-post .entry-socail a:hover {
  color: #c7a254;
}
.single-post .entry-socail label {
  font-size: 14px;
  font-weight: 700;
  color: #282828;
  margin-right: 15px;
}
.single-post .entry-author-info {
  margin-bottom: 40px;
}
.single-post .entry-author-info .author-post {
  display: flex;
  flex-wrap: nowrap;
}
.single-post .entry-author-info .author-avatar {
  width: 90px;
  min-width: 90px;
  margin-right: 30px;
}
.single-post .entry-author-info .author-avatar img {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.single-post .entry-author-info .author-description {
  font-size: 14px;
  line-height: 24px;
  margin-top: -6px;
}
.single-post .entry-author-info .author-description p {
  margin-bottom: 8px;
}
.single-post .entry-author-info .user-social {
  list-style: none;
  margin: 0;
}
.single-post .entry-author-info .user-social li {
  display: inline-block;
  margin-right: 26px;
}
.single-post .entry-author-info .user-social li a {
  font-size: 15px;
  color: #333;
}
.single-post .entry-author-info .user-social li a:hover {
  color: #c7a254;
}
.single-post .entry-content .page-links {
  margin-bottom: 30px;
}
.cms-related-post {
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 35px;
  margin-bottom: 37px;
}
.cms-related-post .item-featured img {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.cms-related-post .item-title {
  font-size: 16px;
  font-weight: 600;
  color: #282828;
  margin: 16px 0 0;
}
.cms-related-post .item-title a {
  color: inherit;
}
.cms-related-post .item-title a:hover {
  color: #c7a254;
}
.no-results .search-form {
  position: relative;
}
.no-results .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #282828;
  background-color: transparent;
  padding: 0 20px;
}
.entry-author-info, .comment-list-wrap, .comment-respond {
  background-color: #fff;
  padding: 40px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
}
.entry-author-info {
  padding-bottom: 32px;
}
img.image-space {
  margin-top: 9px;
  margin-bottom: 6px;
}
.single-post #primary.content-full-width, .page-template-blog-classic #primary.content-full-width {
  max-width: 800px;
  margin: auto;
}
.single-event .wpb_text_column p {
  margin-bottom: 21px;
}
.single-event .wpb_text_column p:last-child {
  margin-bottom: 0;
}
.single-event .entry-socail {
  text-align: center;
  padding: 38px 0;
}
.single-event .entry-socail a {
  font-size: 14px;
  color: #333;
  margin: 0 9px;
}
.single-event .entry-socail a:hover {
  color: #c7a254;
}
.single-event .entry-socail label {
  font-size: 14px;
  font-weight: 700;
  color: #282828;
  margin-right: 15px;
}
.single-event .comments-area {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
#secondary .widget {
  padding: 40px;
  margin-bottom: 30px;
  background-color: #f6f6f6;
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
#secondary .widget select {
  max-width: 100%;
}
.widget-title, .comments-title, .comment-reply-title {
  font-size: 16px;
  position: relative;
  margin-bottom: 25px;
}
ul.menu {
  list-style: none;
  margin: 0;
}
.search-form {
  position: relative;
}
.widget_nav_menu.column3 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column3 ul.menu li {
  width: 33.33%;
  padding: 0 15px;
  float: left;
}
@media screen and (max-width: 767px) {
  .widget_nav_menu.column3 ul.menu li {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .widget_nav_menu.column3 ul.menu li {
    width: 100%;
  }
}
.widget_nav_menu.column2 ul.menu {
  margin: 0 -15px;
  overflow: hidden;
}
.widget_nav_menu.column2 ul.menu li {
  width: 50%;
  padding: 0 15px;
  float: left;
}
@media screen and (max-width: 575px) {
  .widget_nav_menu.column2 ul.menu li {
    width: 100%;
  }
}
.widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
  list-style: none;
  margin-bottom: 0;
}
#content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
  padding-left: 0;
}
#content .widget_categories ul li, #content .widget_nav_menu ul li, #content .widget_pages ul li, #content .widget_archive ul li, #content .widget_meta ul li {
  font-size: 0;
  line-height: 0;
}
#content .widget_categories ul li a, #content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_archive ul li a, #content .widget_meta ul li a {
  font-size: 13px;
  line-height: normal;
  color: #333;
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #dbdbdb;
}
#content .widget_categories ul li:last-child > a, #content .widget_nav_menu ul li:last-child > a, #content .widget_pages ul li:last-child > a, #content .widget_archive ul li:last-child > a, #content .widget_meta ul li:last-child > a {
  border-bottom: none;
}
#content .widget_categories ul li.current-cat > a, #content .widget_nav_menu ul li.current-cat > a, #content .widget_pages ul li.current-cat > a, #content .widget_archive ul li.current-cat > a, #content .widget_meta ul li.current-cat > a, #content .widget_categories ul li.current-cat-parent > a, #content .widget_nav_menu ul li.current-cat-parent > a, #content .widget_pages ul li.current-cat-parent > a, #content .widget_archive ul li.current-cat-parent > a, #content .widget_meta ul li.current-cat-parent > a, #content .widget_categories ul li > a:hover, #content .widget_nav_menu ul li > a:hover, #content .widget_pages ul li > a:hover, #content .widget_archive ul li > a:hover, #content .widget_meta ul li > a:hover {
  color: #c7a254;
}
#content .widget_categories ul li.menu-item-has-children > a, #content .widget_nav_menu ul li.menu-item-has-children > a, #content .widget_pages ul li.menu-item-has-children > a, #content .widget_archive ul li.menu-item-has-children > a, #content .widget_meta ul li.menu-item-has-children > a {
  border-bottom: 1px solid #f2f2f2;
}
#content .widget_categories ul li .sub-menu, #content .widget_nav_menu ul li .sub-menu, #content .widget_pages ul li .sub-menu, #content .widget_archive ul li .sub-menu, #content .widget_meta ul li .sub-menu, #content .widget_categories ul li .children, #content .widget_nav_menu ul li .children, #content .widget_pages ul li .children, #content .widget_archive ul li .children, #content .widget_meta ul li .children {
  padding-left: 12px;
}
#content .widget_categories ul li .sub-menu li a, #content .widget_nav_menu ul li .sub-menu li a, #content .widget_pages ul li .sub-menu li a, #content .widget_archive ul li .sub-menu li a, #content .widget_meta ul li .sub-menu li a, #content .widget_categories ul li .children li a, #content .widget_nav_menu ul li .children li a, #content .widget_pages ul li .children li a, #content .widget_archive ul li .children li a, #content .widget_meta ul li .children li a {
  border-bottom: 1px solid #f2f2f2;
}
#content .widget_categories .current-cat > a, #content .widget_nav_menu .current-cat > a, #content .widget_pages .current-cat > a, #content .widget_archive .current-cat > a, #content .widget_meta .current-cat > a, #content .widget_categories .current-cat-parent > a, #content .widget_nav_menu .current-cat-parent > a, #content .widget_pages .current-cat-parent > a, #content .widget_archive .current-cat-parent > a, #content .widget_meta .current-cat-parent > a, #content .widget_categories .current-cat-ancestor > a, #content .widget_nav_menu .current-cat-ancestor > a, #content .widget_pages .current-cat-ancestor > a, #content .widget_archive .current-cat-ancestor > a, #content .widget_meta .current-cat-ancestor > a {
  color: #c7a254;
}
#content .widget_categories .nice-select ul li, #content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_archive .nice-select ul li, #content .widget_meta .nice-select ul li {
  font-size: 14px;
  line-height: normal;
}
.widget_recent_entries a, .widget_recent_comments a {
  color: #282828;
}
.widget_recent_entries a:hover, .widget_recent_comments a:hover {
  color: #c7a254;
}
.widget_recent_entries li, .widget_recent_comments li {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 11px;
  margin-bottom: 11px;
}
.widget_recent_entries li:last-child, .widget_recent_comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget_recent_comments .recentcomments > a:before {
  content: '\A';
  white-space: pre;
}
.widget_rss ul {
  list-style: none;
  padding: 0;
}
.widget_rss li {
  margin-bottom: 16px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss .rsswidget {
  font-weight: 700;
  display: inline-block;
}
.widget_rss .rss-date {
  font-size: 0.875em;
  font-style: italic;
  display: block;
}
.widget_rss cite {
  font-weight: 700;
  font-size: 0.875em;
}
.widget_calendar th, .widget_calendar td {
  text-align: center;
}
.widget_ef_recent_posts li {
  padding-bottom: 14px;
}
.widget_ef_recent_posts li:last-child {
  padding-bottom: 0;
}
.widget_ef_recent_posts .entry-posted-in a {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.66);
}
.widget_ef_recent_posts .entry-posted-in a:hover {
  color: #c7a254;
}
.widget_ef_recent_posts .entry-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 4px;
}
.widget_ef_recent_posts .entry-title a {
  color: #000;
}
.widget_ef_recent_posts .entry-title a:hover {
  color: #c7a254;
}
.widget_ef_recent_posts .entry-title + .entry-meta {
  margin-top: 15px;
}
.cms-social {
  margin: 0;
  list-style: none;
}
.cms-social li {
  display: inline-block;
  margin: 0 8px 10px 8px;
}
@media screen and (max-width: 991px) {
  .cms-social li {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.cms-social a {
  font-size: 14px;
  color: #fff;
  height: 42px;
  width: 42px;
  line-height: 42px;
  background-color: #1c1c1c;
  text-align: center;
  display: block;
}
@media screen and (max-width: 991px) {
  .cms-social a {
    font-size: 13px;
    line-height: 36px;
    height: 36px;
    width: 36px;
  }
}
.cms-social a:hover {
  background-color: #c7a254;
  color: #fff;
}
.vc_wp_custommenu .widgettitle {
  font-size: 24px;
}
.widget_cms_check_availability {
  background-color: #fff;
  border: 1px solid #e5e5e5 !important;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 55px !important;
  padding: 30px !important;
}
.widget_cms_check_availability .select2-selection__arrow {
  display: none !important;
}
.widget_newsletterwidget .tnp-widget {
  position: relative;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email {
  margin-bottom: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-email .tnp-email {
  height: 42px;
  border: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #1c1c1c;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 300;
  font-style: italic;
  padding: 8px 55px 8px 15px;
  font-size: 13px;
  font-family: 'Rubik', sans-serif;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button {
  margin: 0;
}
.widget_newsletterwidget .tnp-widget .tnp-field-button .tnp-submit {
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  padding: 0 15px;
  background-color: transparent;
  min-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  color: #c7a254;
  position: absolute;
  width: inherit;
}
.widget_cms_recent_posts .post-item {
  margin-bottom: 24px;
}
.widget_cms_recent_posts .post-item:last-child {
  margin-bottom: 0;
}
.widget_cms_recent_posts .entry-media {
  margin-bottom: 16px;
}
.widget_cms_recent_posts .entry-media img {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
}
.widget_cms_recent_posts .entry-title {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
}
.widget_cms_recent_posts .entry-meta {
  margin-bottom: 3px;
}
.widget_cms_recent_posts .entry-content {
  margin-top: -5px;
}
.site-layout-full-width .widget_cms_recent_posts .entry-title {
  font-size: 20px;
}
.site-layout-full-width .widget_cms_recent_posts .entry-meta li {
  font-size: 16px;
}
.tagcloud a, .entry-tags a {
  background-color: transparent;
  border: 1px solid #dbdbdb;
  color: #9b9b9b;
  display: inline-block;
  font-size: 12px !important;
  line-height: 28px;
  padding: 0 10px;
  margin-bottom: 10px;
  margin-right: 6px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.tagcloud a:hover, .entry-tags a:hover {
  color: #fff;
  border-color: #c7a254;
  background-color: #c7a254;
}
.widget_search {
  position: relative;
}
.widget_search .search-field {
  padding-right: 50px;
}
.widget_search .search-submit {
  border: none;
  background-color: transparent;
  padding: 0;
  height: 51px;
  line-height: 51px;
  width: 50px;
  font-size: 14px;
  color: #c7a254;
  position: absolute;
  top: 0;
  right: 0;
}
#sb_instagram .sbi_item img {
  -webkit-border-radius: 1px !important;
  -khtml-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  -ms-border-radius: 1px !important;
  -o-border-radius: 1px !important;
  border-radius: 1px !important;
}
#sb_instagram .sbi_item .sbi_photo {
  position: relative;
  opacity: 1 !important;
}
#sb_instagram .sbi_item .sbi_photo:before {
  content: "\f16d";
  color: #fff;
  font-size: 14px;
  font-family: FontAwesome;
  z-index: 2;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#sb_instagram .sbi_item .sbi_photo:after {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  background-color: #c7a254;
  opacity: 0.95;
  z-index: 1;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#sb_instagram .sbi_item .sbi_photo:hover:before, #sb_instagram .sbi_item .sbi_photo:hover:after {
  opacity: 1;
}
#sb_instagram #sbi_load {
  padding-top: 0 !important;
}
.vc_row #sb_instagram .sbi_item .sbi_photo:before {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  .vc_row #sb_instagram .sbi_item .sbi_photo:before {
    font-size: 20px;
  }
}
.vc_row #sb_instagram .sbi_item .sbi_photo:after {
  background-color: rgba(199, 162, 84, 0.95);
  top: 30px;
  right: 30px;
  left: 30px;
  bottom: 30px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed, iframe, object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  display: block;
}
.comments-area .comment-list {
  list-style: none;
  margin: 0;
}
.comments-area .comment-list > .comment .comment-body {
  border-top: 1px dashed #dbdbdb;
  margin-top: 24px;
  padding-top: 30px;
}
.comments-area .comment-list > .comment:first-child > .comment-body {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.comments-area .comment-list > .comment > .children {
  list-style: none;
  margin: 0;
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-list > .comment > .children {
    padding-left: 0;
  }
}
.comments-area .comment-list > .pingback + .pingback {
  border-top: 1px solid #d9d9d9;
  margin-top: 24px;
  padding-top: 30px;
}
.comments-area .comment-list .children {
  list-style: none;
}
.comments-area .comment-inner {
  display: flex;
  flex-wrap: nowrap;
}
.comments-area .comment-inner img.avatar {
  max-width: 70px;
  min-width: 70px;
  max-height: 70px;
  margin-right: 20px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.comments-area .comment-inner .comment-content {
  padding-top: 6px;
}
.comments-area .comment-inner .comment-content .comment-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px;
}
.comments-area .comment-inner .comment-content .comment-meta {
  font-size: 13px;
  color: #9b9b9b;
  margin-bottom: 7px;
}
.comments-area .comment-inner .comment-content .comment-text {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 24px;
  color: #9b9b9b;
}
.comments-area .comment-inner .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-inner .comment-content .comment-reply {
  font-size: 13px;
  font-weight: 700;
  color: #c7a254;
}
.comments-area .comment-list-wrap {
  margin-bottom: 40px;
}
.comments-area #commentform input, .comments-area #commentform textarea {
  margin-bottom: 30px;
}
.comments-area #commentform .submit {
  width: 100%;
  margin-bottom: 0;
}
.comments-area #commentform .submit:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.comments-area #commentform .form-submit {
  margin-bottom: 0;
}
.comments-area .comment-content a {
  word-wrap: break-word;
}
.comments-area .bypostauthor {
  display: block;
}
.comments-area .logged-in-as {
  color: #9b9b9b;
}
.comments-area .logged-in-as a {
  color: #9b9b9b;
}
.comments-area .logged-in-as a:hover {
  color: #c7a254;
}
.comment-form-cookies-consent {
  display: none;
}
.site-footer {
  line-height: 1.642;
  color: #9b9b9b;
}
.site-footer .top-footer {
  background-color: #222;
  padding: 87px 0 25px;
  position: relative;
}
.site-footer .top-footer .footer-widget-title {
  font-size: 14px;
  color: #fff;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .site-footer .top-footer .cms-footer-item + .cms-footer-item {
    margin-top: 45px;
  }
}
.site-footer .top-footer .footer-divider {
  top: -30px;
  z-index: 99;
}
.site-footer .middle-footer {
  background-color: #222;
  padding-top: 22px;
  padding-bottom: 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.site-footer .middle-footer .middle-footer-holder {
  max-width: 530px;
  padding: 0 15px;
  margin: auto;
  font-size: 15px;
  line-height: 23px;
}
.site-footer .middle-footer .footer-logo {
  margin-bottom: 17px;
}
.site-footer .middle-footer .footer-about {
  margin-bottom: 24px;
}
.site-footer .middle-footer .middle-footer-logo-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: auto;
  z-index: -1;
}
.site-footer .middle-footer .middle-footer-logo-overlay:before, .site-footer .middle-footer .middle-footer-logo-overlay:after {
  content: '';
  height: 1px;
  background-color: #2d2d2d;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 5000px;
}
.site-footer .middle-footer .middle-footer-logo-overlay:before {
  right: calc(100% + 35px);
  right: -webkit-calc(100% + 35px);
  right: -ms-calc(100% + 35px);
  right: -o-calc(100% + 35px);
}
.site-footer .middle-footer .middle-footer-logo-overlay:after {
  left: calc(100% + 35px);
  left: -webkit-calc(100% + 35px);
  left: -ms-calc(100% + 35px);
  left: -o-calc(100% + 35px);
}
.site-footer .bottom-footer {
  background-color: #1b1b1b;
  font-size: 13px;
  padding: 34px 0;
  position: relative;
  z-index: 2;
}
.site-footer .bottom-footer:before {
  content: '';
  width: 140px;
  height: 17px;
  background-image: url(../images/divider-footer.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -17px;
}
.site-footer .bottom-footer .bottom-social a {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin: 16px 10px 0 10px;
}
.site-footer .bottom-footer .bottom-social a:hover {
  color: #c7a254;
}
.scroll-top {
  position: fixed;
  z-index: 99;
  bottom: 24px;
  right: 30px;
  height: 47px;
  width: 47px;
  line-height: 47px;
  text-align: center;
  background-color: #c7a254;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
}
.scroll-top:hover, .scroll-top:focus, .scroll-top:active {
  color: #fff;
  background-color: #b68f3c;
}
.scroll-top.on {
  bottom: 44px;
  opacity: 1;
  visibility: visible;
}
.item-featured img {
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.cms-grid .grid-sizer {
  visibility: hidden;
}
.cms-grid .cms-grid-inner, .cms-grid .grid-item-inner {
  position: relative;
}
.cms-grid .grid-item.cms-animated .grid-item-inner {
  animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
  -webkit-transform: translateY(200px);
  -khtml-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
}
.cms-grid .cms-load-more {
  margin-top: 35px;
}
.cms-grid .cms-grid-pagination {
  margin-top: 20px;
}
.cms-grid .item-featured a {
  display: block;
}
.grid-filter-wrap {
  margin-bottom: 23px;
}
.grid-filter-wrap span {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 13px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-transform: capitalize;
  color: #333;
  font-family: 'Rubik', sans-serif;
  position: relative;
}
.grid-filter-wrap span:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  background-color: #c7a254;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.grid-filter-wrap span.active, .grid-filter-wrap span:hover {
  color: #c7a254;
}
.grid-filter-wrap span.active:before, .grid-filter-wrap span:hover:before {
  opacity: 1;
  width: 100%;
}
.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 21px;
  display: inline-block;
  width: inherit;
  border: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -khtml-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  font-size: 15px;
}
.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
  content: "\f2f9";
  right: 15px;
  font-size: 15px;
}
.select-order-wrap {
  margin-left: 15px;
}
.item-order {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.owl-nav {
  text-align: center;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  color: #a2a2a2;
  display: inline-block;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  margin-top: 25px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  color: #000;
}
.owl-dots {
  text-align: center;
  margin-top: 40px;
  line-height: 1;
  height: 12px;
}
.owl-dots .owl-dot {
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  background-color: #8e8e8e;
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  width: 12px;
  vertical-align: top;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  position: relative;
}
.owl-dots .owl-dot.active {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 4px inset #222;
  -khtml-box-shadow: 0 0 0 4px inset #222;
  -moz-box-shadow: 0 0 0 4px inset #222;
  -ms-box-shadow: 0 0 0 4px inset #222;
  -o-box-shadow: 0 0 0 4px inset #222;
  box-shadow: 0 0 0 4px inset #222;
}
.owl-dot-light, .bullet-light {
  /* Page Loading */
}
.owl-dot-light .owl-dots .owl-dot, .bullet-light .owl-dots .owl-dot {
  background-color: rgba(255, 255, 255, 0.5);
}
.owl-dot-light .owl-dots .owl-dot.active, .bullet-light .owl-dots .owl-dot.active {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 4px inset #fff;
  -khtml-box-shadow: 0 0 0 4px inset #fff;
  -moz-box-shadow: 0 0 0 4px inset #fff;
  -ms-box-shadow: 0 0 0 4px inset #fff;
  -o-box-shadow: 0 0 0 4px inset #fff;
  box-shadow: 0 0 0 4px inset #fff;
}
#cms-loadding {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
#cms-loadding .loading-spinner {
  margin: -20px auto 0 auto;
  width: 40px;
  height: 40px;
  top: 50%;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}
#cms-loadding .loading-dot1, #cms-loadding .loading-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #c7a254;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
#cms-loadding .loading-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.nav-tabs.cms-tabs {
  border: none;
  margin-bottom: 10px;
}
.nav-tabs.cms-tabs .nav-item {
  margin: 0 0 10px 26px;
}
.nav-tabs.cms-tabs .nav-item:first-child {
  margin-left: 0;
}
.nav-tabs.cms-tabs .nav-item a {
  margin: 0;
  border: none;
  padding: 0;
  font-size: 13px;
  color: rgba(40, 40, 40, 0.33);
}
.nav-tabs.cms-tabs .nav-item a.active {
  color: #282828;
}
.entry-footer .entry-edit-link {
  display: none;
}
.cms-modal {
  -webkit-transition: all 360ms linear 0ms;
  -khtml-transition: all 360ms linear 0ms;
  -moz-transition: all 360ms linear 0ms;
  -ms-transition: all 360ms linear 0ms;
  -o-transition: all 360ms linear 0ms;
  transition: all 360ms linear 0ms;
  background-color: rgba(34, 34, 34, 0.95);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0.5);
  -khtml-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}
.cms-modal .cms-modal-content {
  padding: 40px 0;
  max-width: 470px;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
}
.cms-modal.open {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.cms-modal-search .search-form-popup {
  position: relative;
}
.cms-modal-search .search-field {
  background-color: transparent;
  border: none;
  height: 60px;
  padding-left: 0;
  padding-right: 60px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}
.cms-modal-search .search-submit {
  font-size: 28px;
  color: #c7a254;
  background-color: transparent;
  border: none;
  padding: 0;
  height: 60px;
  width: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.cms-hidden-sidebar {
  width: 370px;
  padding: 95px 50px 50px 50px;
  background-color: #222;
  color: #fff;
  position: fixed;
  top: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 360ms linear 0ms;
  -khtml-transition: all 360ms linear 0ms;
  -moz-transition: all 360ms linear 0ms;
  -ms-transition: all 360ms linear 0ms;
  -o-transition: all 360ms linear 0ms;
  transition: all 360ms linear 0ms;
}
.cms-hidden-sidebar.open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.cms-hidden-sidebar .cms-hidden-close {
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 360ms linear 0ms;
  -khtml-transition: all 360ms linear 0ms;
  -moz-transition: all 360ms linear 0ms;
  -ms-transition: all 360ms linear 0ms;
  -o-transition: all 360ms linear 0ms;
  transition: all 360ms linear 0ms;
}
.cms-hidden-sidebar .cms-hidden-close:hover {
  color: #c7a254;
}
.cms-hidden-sidebar .widget {
  margin-bottom: 42px;
}
.cms-hidden-sidebar .widget:last-child {
  margin-bottom: 0;
}
.cms-hidden-sidebar .widget-title {
  color: #fff;
}
.cms-hidden-sidebar .widget-title:after {
  background-color: #fff;
}
.cms-hidden-sidebar .widget_cms_recent_posts .post-item {
  border-color: #535353;
}
.cms-hidden-sidebar .widget_cms_recent_posts .post-item .entry-title {
  color: #fff;
}
.cms-hidden-sidebar .tagcloud a, .cms-hidden-sidebar .entry-tags a {
  background-color: transparent;
  border-color: #373737;
}
.cms-hidden-sidebar .tagcloud a:hover, .cms-hidden-sidebar .entry-tags a:hover {
  background-color: #c7a254;
  border-color: #c7a254;
}
.admin-bar .cms-hidden-sidebar {
  top: 52px;
}
body.error404 .site-content {
  padding: 0 !important;
}
body.error404 .error-404 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 110px 0px;
  text-align: center;
  background-image: url(../images/bg-404.jpg);
  height: 100vh;
}
@media screen and (max-width: 767px) {
  body.error404 .error-404 {
    height: auto;
  }
}
body.error404 .error-404:before {
  background-color: rgba(27, 26, 26, 0.85);
}
body.error404 .error-404 header h1 {
  font-size: 250px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  body.error404 .error-404 header h1 {
    font-size: 200px;
  }
}
@media screen and (max-width: 767px) {
  body.error404 .error-404 header h1 {
    font-size: 120px;
  }
}
body.error404 .error-404 .page-content {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  margin-bottom: 34px;
}
body.error404 .error-404 .btn-outline-white {
  -webkit-border-radius: 51px;
  -khtml-border-radius: 51px;
  -moz-border-radius: 51px;
  -ms-border-radius: 51px;
  -o-border-radius: 51px;
  border-radius: 51px;
}
body.error404 .error-404-inner {
  position: relative;
  z-index: 99;
  max-width: 680px;
  margin: auto;
  padding: 0 15px;
}
.vc_row.bg-image-ps-top {
  background-position: top !important;
}
.vc_row.bg-image-ps-center {
  background-position: center !important;
}
.vc_row.bg-image-ps-bottom {
  background-position: bottom center !important;
}
.vc_row.bg-image-ps-bottom-left {
  background-position: bottom left !important;
}
.vc_row.bg-image-ps-bottom-right {
  background-position: bottom right !important;
}
@media screen and (max-width: 767px) {
  .vc_row:not(.vc_row-no-padding) .vc_column_container > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row:not(.vc_row-no-padding) .vc_column_container.no-padding-xs > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
.mfp-wrap .mfp-container .mfp-arrow {
  background-color: #c7a254;
  width: 60px;
  height: 120px;
  opacity: 1;
}
.mfp-wrap .mfp-container .mfp-arrow:before, .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}
.mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  left: 50%;
  width: auto;
  height: auto;
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f2ea";
}
.mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f2ee";
}
@media screen and (min-width: 1200px) {
  .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
.image-radius-shadow img {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  -khtml-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.rev_slider_wrapper .text-shadow1 {
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.9) !important;
}
.rev_slider {
  margin-bottom: 0 !important;
}
.rev_slider .tp-leftarrow.custom, .rev_slider .tp-rightarrow.custom {
  width: 18px;
  height: 46px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.rev_slider .tp-leftarrow.custom:before, .rev_slider .tp-rightarrow.custom:before {
  display: none;
}
.rev_slider .tp-leftarrow.custom:hover, .rev_slider .tp-rightarrow.custom:hover {
  opacity: 0.65;
}
.rev_slider .tp-leftarrow.custom {
  background-image: url(../images/slider-arrow-left.png);
}
.rev_slider .tp-rightarrow.custom {
  background-image: url(../images/slider-arrow-right.png);
}
.rev_slider .tp-bullets.custom .tp-bullet {
  height: 10px;
  width: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
.rev_slider .tp-bullets.custom .tp-bullet:before {
  -webkit-transition: all 0.3s linear !important;
  -khtml-transition: all 0.3s linear !important;
  -moz-transition: all 0.3s linear !important;
  -ms-transition: all 0.3s linear !important;
  -o-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
  -webkit-transform: scale(0.8);
  -khtml-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  content: '';
  height: 14px;
  width: 14px;
  opacity: 0;
  border: 2px solid #fff;
  position: absolute;
  top: -4px;
  left: -4px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  opacity: 0;
}
.rev_slider .tp-bullets.custom .tp-bullet:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  height: 4px;
  width: 4px;
  -webkit-transition: all 0.3s linear !important;
  -khtml-transition: all 0.3s linear !important;
  -moz-transition: all 0.3s linear !important;
  -ms-transition: all 0.3s linear !important;
  -o-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
}
.rev_slider .tp-bullets.custom .tp-bullet.selected {
  background-color: transparent;
}
.rev_slider .tp-bullets.custom .tp-bullet.selected:before {
  opacity: 1;
}
.rev_slider .tp-bullets.custom .tp-bullet.selected:after {
  opacity: 1;
}
.cms-grid-blog-layout1 .posts-pagination .posts-page-links {
  justify-content: center;
}
.cms-grid-blog-layout1 .post-image {
  display: flex;
  flex-wrap: wrap;
}
.cms-grid-blog-layout1 .post-image a {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.cms-grid-blog-layout1 .post-image a img {
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.cms-grid-blog-layout1 .entry-meta {
  margin-bottom: 7px;
}
.cms-grid-blog-layout1 .entry-title {
  font-size: 20px;
  font-weight: 500;
}
.cms-grid-blog-layout1 .entry-body {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .cms-grid-blog-layout1 .entry-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cms-grid-blog-layout1 .entry-body {
    padding-left: 0;
    padding-right: 0;
  }
}
.cms-grid-blog-layout1 .grid-item-inner {
  margin-bottom: 11px;
}
.cms-grid-blog-layout1 .grid-item-inner:hover .post-image img {
  -webkit-transform: scale(1.12);
  -khtml-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
.cms-accordion .card {
  margin-bottom: 30px;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.cms-accordion .card:last-child {
  margin-bottom: 0;
}
.cms-accordion .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.cms-accordion .card-header a {
  padding: 24px 50px 24px 25px;
  display: block;
  font-size: 16px;
  color: #282828;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  cursor: pointer;
  position: relative;
}
.cms-accordion .card-header a:hover {
  color: #282828;
}
.cms-accordion .card-header a:before {
  content: '';
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px dashed rgba(199, 162, 84, 0.5);
  position: absolute;
}
.cms-accordion .card-header a i {
  width: 20px;
  height: 20px;
  background-color: #c7a254;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  right: 28px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.cms-accordion .card-header a i:before, .cms-accordion .card-header a i:after {
  content: '';
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.cms-accordion .card-header a i:before {
  height: 2px;
  width: 10px;
  top: 9px;
}
.cms-accordion .card-header a i:after {
  width: 2px;
  height: 10px;
  top: 5px;
}
.cms-accordion .card-header a[aria-expanded='true'] i:after {
  display: none;
}
.cms-accordion .card-body {
  padding: 15px 25px 25px 25px;
  position: relative;
  font-size: 14px;
  color: #a5a5a5;
  line-height: 1.714;
  font-family: 'Rubik', sans-serif;
}
.cms-accordion .card-body:before {
  content: '';
  top: 0px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px dashed rgba(199, 162, 84, 0.5);
  position: absolute;
}
.cms-accordion.style2 .card {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
}
.cms-accordion.style2 .card-header a i {
  right: 25px;
}
.cms-accordion.style2 .card-header a:before {
  content: '';
  height: 0;
  left: 25px;
  right: 25px;
  bottom: 0;
  border-bottom: 1px dashed rgba(199, 162, 84, 0.5);
  border-top: none;
  top: auto;
  position: absolute;
  opacity: 0;
}
.cms-accordion.style2 .card-header a[aria-expanded='true']:before {
  opacity: 1;
}
.cms-accordion.style2 .card-body:before {
  display: none;
}
blockquote {
  border-left: 6px solid #282828;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  line-height: 1.4;
  font-family: 'Rubik', sans-serif;
  padding-left: 30px;
  padding-top: 22px;
  padding-bottom: 25px;
  margin: 0 0 32px;
}
blockquote cite {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #282828;
  display: block;
  margin-top: 18px;
}
.cms-blockquote.style2 blockquote {
  border: none;
  position: relative;
  padding-right: 20px;
  padding-left: 36px;
}
.cms-blockquote.style2 blockquote:before, .cms-blockquote.style2 blockquote:after {
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 16px;
  color: #282828;
}
.cms-blockquote.style2 blockquote:before {
  content: "\f10d";
  top: 0;
  left: 0;
}
.cms-blockquote.style2 blockquote:after {
  content: "\f10e";
  right: 0;
  bottom: 0;
}
.cms-blockquote.style3 blockquote {
  background-color: #f4f4f4;
  color: #c7a254;
  border: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding-left: 36px;
  padding-right: 30px;
}
.cms-blockquote.style4 blockquote {
  background-color: #282828;
  color: #fff;
  border: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding-left: 36px;
  padding-right: 30px;
}
.cms-blockquote.style4 blockquote cite {
  color: inherit;
}
.cms-heading .cms-heading-sub {
  font-size: 30px;
  color: #c7a254;
  margin-bottom: 7px;
}
.cms-heading h1, .cms-heading h2, .cms-heading h3, .cms-heading h4, .cms-heading h5, .cms-heading h6 {
  color: #222;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.cms-heading h3 {
  font-size: 37px;
}
@media screen and (max-width: 767px) {
  .cms-heading h3 {
    font-size: 32px;
  }
}
.cms-heading .cms-heading-tag {
  margin-bottom: 11px;
}
.cms-heading .cms-heading-tag + .cms-heading-icon {
  margin-bottom: 21px;
}
.cms-heading .cms-heading-desc {
  color: #9b9b9b;
  display: inline-block;
  max-width: 670px;
}
.cms-heading .cms-heading-desc + .cms-heading-icon {
  padding-top: 22px;
}
.cms-heading .cms-heading-icon {
  line-height: 1;
}
.cms-heading .cms-heading-icon svg path {
  fill: #c7a254;
}
.item-gap-icon {
  line-height: 1;
}
.item-gap-icon i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/h-icon1.png);
  background-repeat: no-repeat;
  opacity: 0.8;
}
.cms-carousel-client .owl-stage-outer {
  padding: 0 10px;
  margin: 0 -10px;
}
.cms-carousel-client .cms-carousel-item {
  text-align: center;
}
.cms-carousel-client .cms-carousel-item .cms-carousel-media {
  text-align: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
.cms-carousel-client .cms-carousel-item .cms-carousel-media:after {
  height: 1px;
  position: absolute;
  content: "";
  bottom: -1px;
  left: 15px;
  right: 15px;
  background-color: #e6e6e6;
}
.cms-carousel-client .cms-carousel-item .cms-carousel-media:before {
  background-color: #e6e6e6;
  bottom: 15px;
  content: "";
  position: absolute;
  right: -6px;
  top: 15px;
  width: 1px;
}
.cms-carousel-client .cms-carousel-item .cms-carousel-media img {
  width: inherit;
  display: inline-block;
}
.cms-carousel-client.cms-carousel-1row .cms-carousel-item .cms-carousel-media:before, .cms-carousel-client.cms-carousel-1row .cms-carousel-item .cms-carousel-media:after {
  display: none;
}
.cms-carousel-client .owl-item:last-child .cms-carousel-item .cms-carousel-media:after {
  width: 0;
}
.divider-top svg, .divider-bottom svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.divider-top svg {
  top: -12px;
}
.divider-bottom svg {
  bottom: -12px;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vc_row .row-divider {
  position: static;
}
.vc_row .row-divider svg {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.vc_row .row-divider .row-divider-top, .vc_row .row-divider .row-divider-bottom {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 88;
  text-align: center;
}
.vc_row .row-divider .row-divider-top {
  top: 0;
}
.vc_row .row-divider .row-divider-bottom {
  bottom: 0;
}
.vc_row .row-divider.style1 .row-divider-top svg, .vc_row .row-divider.style2 .row-divider-top svg {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -1px;
}
.vc_row .row-divider.style1 .row-divider-bottom svg, .vc_row .row-divider.style2 .row-divider-bottom svg {
  bottom: -1px;
}
.vc_row .row-divider.style3 .row-divider-top, .vc_row .row-divider.style3 .row-divider-bottom {
  height: 36px;
  background-image: url(../images/divider1.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.vc_row .row-divider.style3 .row-divider-bottom {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vc_row .row-divider.style4 .row-divider-top, .vc_row .row-divider.style4 .row-divider-bottom {
  height: 12px;
  background-image: url(../images/divider2.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.vc_row .row-divider.style4 .row-divider-bottom {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vc_row .row-divider.style5 .row-divider-top, .vc_row .row-divider.style5 .row-divider-bottom {
  height: 6px;
  background-image: url(../images/divider3.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.vc_row .row-divider.style5 .row-divider-bottom {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vc_row .row-divider.style6 .row-divider-top, .vc_row .row-divider.style6 .row-divider-bottom {
  height: 13px;
  background-image: url(../images/divider4.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.vc_row .row-divider.style6 .row-divider-bottom {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vc_row .row-divider.style7 .row-divider-bottom svg {
  bottom: -1px;
}
.vc_row .row-divider.style7 .row-divider-bottom svg path {
  fill: #fff;
}
.vc_row .row-divider.style8 .row-divider-top {
  top: -30px;
}
.vc_row .row-divider.style8 .row-divider-top path {
  fill: #c7a254;
}
.vc_row .row-divider.style9 .row-divider-top, .vc_row .row-divider.style9 .row-divider-bottom {
  height: 18px;
  background-image: url(../images/divider9.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.vc_row .row-divider.style9 .row-divider-bottom {
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cms-cta .btn {
  -webkit-border-radius: 54px;
  -khtml-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
}
.cms-cta .cms-cta-text {
  font-size: 44px;
  line-height: 1.1;
  font-family: 'Ruthie', sans-serif;
  color: #282828;
}
.cms-cta.layout1 {
  text-align: center;
}
.cms-cta.layout1 .cms-cta-btn {
  padding-top: 36px;
}
.cms-cta.layout2 {
  display: flex;
  flex-wrap: wrap;
}
.cms-cta.layout2 .cms-cta-text {
  margin-bottom: 30px;
  margin-right: 30px;
  flex-grow: 1;
}
.cms-cta.layout2 .cms-cta-btn {
  margin-bottom: 30px;
}
.cms-contact-info h3 {
  font-size: 16px;
  margin-bottom: 19px;
}
.cms-contact-info div {
  margin-bottom: 6px;
}
.cms-contact-info a {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.cms-contact-info .text-block {
  font-size: 13px;
}
.social-page h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 26px;
}
.social-page .social-page-icon {
  list-style: none;
  margin: 0;
}
.social-page .social-page-icon li {
  display: inline-block;
}
.social-page .social-page-icon li a {
  display: inline-block;
  height: 42px;
  width: 42px;
  line-height: 42px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #c7a254;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-right: 11px;
}
.social-page .social-page-icon li a:hover {
  background-color: #282828;
}
.cms-counter-default {
  text-align: center;
}
.cms-counter-default .cms-counter-digit {
  font-size: 70px;
  line-height: 1;
}
.cms-counter-default .cms-counter-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 4px;
  margin-bottom: 0;
}
.testimonial-carousel .testimonial-title {
  font-size: 14px;
  margin-bottom: 5px;
}
.testimonial-carousel .testimonial-position {
  display: block;
  font-size: 13px;
  color: #9b9b9b;
}
.testimonial-carousel .testimonial-rating:before {
  font-family: FontAwesome;
  content: "\f005";
  color: #ffc80a;
  font-size: 14px;
  letter-spacing: 5px;
}
.testimonial-carousel .testimonial-rating.star5:before {
  content: "\f005\f005\f005\f005\f005";
}
.testimonial-carousel .testimonial-rating.star4:before {
  content: "\f005\f005\f005\f005";
}
.testimonial-carousel .testimonial-rating.star3:before {
  content: "\f005\f005\f005";
}
.testimonial-carousel .testimonial-rating.star2:before {
  content: "\f005\f0055";
}
.testimonial-carousel.layout1 .testimonial-item {
  background-color: #fff;
  padding: 38px 40px 35px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  -webkit-box-shadow: 0 5px 30px rgba(40, 40, 40, 0.08);
  -khtml-box-shadow: 0 5px 30px rgba(40, 40, 40, 0.08);
  -moz-box-shadow: 0 5px 30px rgba(40, 40, 40, 0.08);
  -ms-box-shadow: 0 5px 30px rgba(40, 40, 40, 0.08);
  -o-box-shadow: 0 5px 30px rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 30px rgba(40, 40, 40, 0.08);
}
.testimonial-carousel.layout1 .testimonial-image {
  max-width: 44px;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
  border: 2px solid #c7a254;
  margin-bottom: 24px;
}
.testimonial-carousel.layout1 .testimonial-image img {
  border: 2px solid #fff;
  -webkit-border-radius: 44px;
  -khtml-border-radius: 44px;
  -moz-border-radius: 44px;
  -ms-border-radius: 44px;
  -o-border-radius: 44px;
  border-radius: 44px;
}
.testimonial-carousel.layout1 .testimonial-rating {
  margin-bottom: 17px;
}
.testimonial-carousel.layout1 .testimonial-meta {
  border-top: 1px dashed #dbdbdb;
  padding-top: 20px;
  margin-top: 18px;
}
.testimonial-carousel.layout1 .testimonial-icon {
  height: 22px;
  width: 16px;
  background-color: #c7a254;
  position: absolute;
  top: 0;
  right: 40px;
}
.testimonial-carousel.layout1 .testimonial-icon:before, .testimonial-carousel.layout1 .testimonial-icon:after {
  content: '';
  height: 20px;
  position: absolute;
  bottom: -8px;
  width: 50%;
  background-color: #c7a254;
}
.testimonial-carousel.layout1 .testimonial-icon:before {
  -webkit-transform: skewY(-45deg);
  -khtml-transform: skewY(-45deg);
  -moz-transform: skewY(-45deg);
  -ms-transform: skewY(-45deg);
  -o-transform: skewY(-45deg);
  transform: skewY(-45deg);
  left: 0;
}
.testimonial-carousel.layout1 .testimonial-icon:after {
  right: 0;
  -webkit-transform: skewY(45deg);
  -khtml-transform: skewY(45deg);
  -moz-transform: skewY(45deg);
  -ms-transform: skewY(45deg);
  -o-transform: skewY(45deg);
  transform: skewY(45deg);
}
.testimonial-carousel.layout1 .owl-stage-outer {
  padding-top: 25px;
  padding-bottom: 35px;
}
.testimonial-carousel.layout1 .owl-dots {
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .testimonial-carousel.layout1 .owl-stage-outer {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .testimonial-carousel.layout1 .owl-stage-outer .owl-item {
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .testimonial-carousel.layout1 .owl-stage-outer .owl-item.active {
    opacity: 1;
  }
}
.testimonial-carousel.layout2 {
  text-align: center;
}
.testimonial-carousel.layout2 .testimonial-image {
  max-width: 54px;
  -webkit-border-radius: 54px;
  -khtml-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
  border: 2px solid #c7a254;
  margin: 0 auto 16px auto;
}
.testimonial-carousel.layout2 .testimonial-image img {
  border: 2px solid #fff;
  -webkit-border-radius: 54px;
  -khtml-border-radius: 54px;
  -moz-border-radius: 54px;
  -ms-border-radius: 54px;
  -o-border-radius: 54px;
  border-radius: 54px;
}
.testimonial-carousel.layout2 .testimonial-title {
  margin-bottom: 6px;
}
.testimonial-carousel.layout2 .testimonial-content {
  font-size: 25px;
  line-height: 36px;
  color: #282828;
  font-family: Shadows Into Light;
  font-weight: 400;
  margin-bottom: 65px;
}
.testimonial-carousel.layout2 .testimonial-rating {
  margin-bottom: 18px;
}
.testimonial-carousel.layout2 .owl-dots {
  position: absolute;
  margin: 0;
  bottom: 145px;
  left: 0;
  right: 0;
}
.cms-single-image {
  overflow: hidden;
}
.cms-single-image .block-revealer-content {
  position: relative;
}
.cms-single-image .block-revealer-content a {
  display: block;
}
.cms-single-image .block-revealer-content img {
  width: 100%;
}
.cms-single-image.img-border span {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.45);
}
.image-block-revealers {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.image-block-revealers .block-revealer-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
.cms-signature {
  text-align: center;
}
.cms-signature .cms-signature-holder {
  display: inline-block;
}
.cms-signature .cms-signature-holder span {
  font-family: 'Rubik', sans-serif;
  display: block;
  font-size: 13px;
}
.cms-signature .cms-signature-holder span + img {
  margin-top: 6px;
}
.cms-list1 {
  font-size: 13px;
  font-family: 'Rubik', sans-serif;
  list-style: none;
}
.cms-list1 li {
  position: relative;
}
.cms-list1 li:before {
  content: '';
  width: 6px;
  height: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #222;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}
.cms-list1 li + li {
  margin-top: 6px;
}
.cms-list1.text-right li:before {
  display: none;
}
.cms-list1.text-right li:after {
  content: '';
  width: 6px;
  height: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #222;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}
.cms-grid-team1 .team-featured {
  position: relative;
}
.cms-grid-team1 .team-featured:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(0, 0, 0, 0.65)', endColorStr='rgba(0, 0, 0, 0)');
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  opacity: 0;
}
.cms-grid-team1 .team-featured img {
  width: 100%;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.cms-grid-team1 .team-title {
  margin-bottom: 1px;
}
.cms-grid-team1 .team-title a {
  color: inherit;
}
.cms-grid-team1 .team-title a:hover {
  color: #c7a254;
}
.cms-grid-team1 .team-position {
  font-size: 12px;
}
.cms-grid-team1 .team-social {
  position: absolute;
  bottom: 27px;
  left: 0;
  right: 0;
  text-align: center;
}
.cms-grid-team1 .team-social a {
  font-size: 14px;
  color: #fff;
  background-color: #c7a254;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  display: inline-block;
  margin: 3px;
  opacity: 0;
  -webkit-transform: translateY(-42px);
  -khtml-transform: translateY(-42px);
  -moz-transform: translateY(-42px);
  -ms-transform: translateY(-42px);
  -o-transform: translateY(-42px);
  transform: translateY(-42px);
  -webkit-transition: all 260ms linear 0ms;
  -khtml-transition: all 260ms linear 0ms;
  -moz-transition: all 260ms linear 0ms;
  -ms-transition: all 260ms linear 0ms;
  -o-transition: all 260ms linear 0ms;
  transition: all 260ms linear 0ms;
}
.cms-grid-team1 .team-social a:nth-child(1) {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.cms-grid-team1 .team-social a:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.cms-grid-team1 .team-social a:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.cms-grid-team1 .team-social a:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.cms-grid-team1 .team-social a:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cms-grid-team1 .team-social a:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.cms-grid-team1 .team-social a:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.cms-grid-team1 .team-social a:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.cms-grid-team1 .team-social a:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.cms-grid-team1 .team-social a:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.cms-grid-team1 .team-holder {
  text-align: center;
  padding-top: 25px;
  margin-bottom: 43px;
}
.cms-grid-team1 .grid-item-inner:hover .team-featured:before {
  opacity: 1;
}
.cms-grid-team1 .grid-item-inner:hover .team-social a {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.cms-progress-layout1 .cms-progress-title {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 7px;
}
.cms-progress-layout1 .cms-progress.progress {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  background-color: #282828;
  height: 9px;
  overflow: visible;
  margin: 0;
}
.cms-progress-layout1 .cms-progress.progress .progress-bar {
  overflow: visible;
  height: 3px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin-top: 3px;
  position: relative;
  background-color: transparent;
}
.cms-progress-layout1 .cms-progress.progress .progress-bar:before {
  content: '';
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #c7a254;
  position: absolute;
  top: 0;
  left: 3px;
  right: 3px;
  height: 3px;
}
.cms-progress-layout1 .cms-progress.progress .progress-bar span {
  display: inline-block;
  font-size: 12px;
  position: absolute;
  bottom: 14px;
  right: -12px;
  color: #9b9b9b;
  line-height: 1;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
}
.cms-progress-layout1 .cms-progress-item + .cms-progress-item {
  margin-top: 28px;
}
.cms-fancybox-default {
  text-align: center;
}
.cms-fancybox-default .cms-fancybox-icon {
  line-height: 1;
  margin-bottom: 25px;
}
.cms-fancybox-default .cms-fancybox-icon i {
  font-size: 45px;
  color: #c7a254;
}
.cms-fancybox-default .cms-fancybox-title {
  margin-bottom: 19px;
}
.cms-grid-menu .item-gap-icon path {
  fill: #c7a254;
}
.cms-grid-menu .item-title {
  font-size: 16px;
  margin-bottom: 19px;
}
.cms-grid-menu .item-price {
  font-size: 14px;
  color: #c7a254;
  font-weight: 500;
  margin-bottom: 8px;
}
.cms-grid-menu .item-content {
  font-size: 14px;
  line-height: 23px;
  padding-top: 14px;
}
.cms-grid-menu .item-tag {
  position: absolute;
  line-height: 28px;
  background-color: #c7a254;
  font-family: 'Rubik', sans-serif;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 0 10px;
  font-weight: 700;
  text-transform: uppercase;
  top: 20px;
  left: 20px;
}
.cms-grid-menu-layout1 .item-featured {
  min-height: 400px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .cms-grid-menu-layout1 .item-featured {
    min-height: 292px;
  }
}
.cms-grid-menu-layout1 .item-featured svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -khtml-transform: translate(0, -50%) rotate(-90deg);
  -moz-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  -o-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
  fill: #fff;
  width: 122px;
  right: -56px;
}
@media screen and (max-width: 575px) {
  .cms-grid-menu-layout1 .item-featured svg {
    top: auto;
    bottom: -2px;
    -webkit-transform: translate(0, 0%) rotate(0deg);
    -khtml-transform: translate(0, 0%) rotate(0deg);
    -moz-transform: translate(0, 0%) rotate(0deg);
    -ms-transform: translate(0, 0%) rotate(0deg);
    -o-transform: translate(0, 0%) rotate(0deg);
    transform: translate(0, 0%) rotate(0deg);
    left: 0;
    right: 0;
    margin: auto;
  }
}
.cms-grid-menu-layout1 .item-featured .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.8);
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-grid-menu-layout1 .item-featured .item-overlay .light-box {
  height: 40px;
  width: 40px;
  background-color: #c7a254;
  color: #fff;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-grid-menu-layout1 .item-featured .item-overlay .light-box:hover {
  background-color: #fff;
  color: #c7a254;
}
.cms-grid-menu-layout1 .item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.cms-grid-menu-layout1 .item-price {
  font-size: 16px;
  color: #c7a254;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 0;
}
.cms-grid-menu-layout1 .item-content {
  font-size: 14px;
  line-height: 23px;
  padding-top: 9px;
}
.cms-grid-menu-layout1 .text-tag {
  position: absolute;
  top: 40px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .cms-grid-menu-layout1 .text-tag {
    top: 20px;
    left: 10px;
  }
}
.cms-grid-menu-layout1 .item-holder {
  background-color: #fff;
  padding: 56px 40px;
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cms-grid-menu-layout1 .item-holder:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px dashed #dbdbdb;
}
@media screen and (max-width: 767px) {
  .cms-grid-menu-layout1 .item-holder:before {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
  }
}
.cms-grid-menu-layout1 .grid-item-inner {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.1);
  -khtml-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.1);
  -moz-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.1);
  -ms-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.1);
  -o-box-shadow: 0 1px 73px rgba(40, 40, 40, 0.1);
  box-shadow: 0 1px 73px rgba(40, 40, 40, 0.1);
}
@media screen and (max-width: 767px) {
  .cms-grid-menu-layout1 .grid-item-inner {
    -webkit-box-shadow: 0 1px 13px rgba(40, 40, 40, 0.12);
    -khtml-box-shadow: 0 1px 13px rgba(40, 40, 40, 0.12);
    -moz-box-shadow: 0 1px 13px rgba(40, 40, 40, 0.12);
    -ms-box-shadow: 0 1px 13px rgba(40, 40, 40, 0.12);
    -o-box-shadow: 0 1px 13px rgba(40, 40, 40, 0.12);
    box-shadow: 0 1px 13px rgba(40, 40, 40, 0.12);
  }
}
.cms-grid-menu-layout1 .grid-item-inner > div {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .cms-grid-menu-layout1 .grid-item-inner > div {
    width: 100%;
  }
}
.cms-grid-menu-layout1 .grid-item-inner:hover .item-overlay {
  opacity: 1;
}
.cms-grid-menu-layout1 .cms-grid-inner {
  margin: 0;
}
.cms-grid-menu-layout1 .cms-grid-inner .grid-item {
  padding: 0;
}
.cms-grid-menu-layout1 .cms-grid-inner .grid-item:nth-child(4n-7) .grid-item-inner, .cms-grid-menu-layout1 .cms-grid-inner .grid-item:nth-child(4n-6) .grid-item-inner {
  flex-direction: row-reverse;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-grid-menu-layout1 .cms-grid-inner .grid-item:nth-child(4n-7) .grid-item-inner, .cms-grid-menu-layout1 .cms-grid-inner .grid-item:nth-child(4n-6) .grid-item-inner {
    flex-direction: inherit;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cms-grid-menu-layout1 .cms-grid-inner .grid-item:nth-child(4n-7) .grid-item-inner, .cms-grid-menu-layout1 .cms-grid-inner .grid-item:nth-child(4n-6) .grid-item-inner {
    flex-direction: inherit;
  }
}
@media screen and (min-width: 992px) {
  .cms-grid-menu-layout1 .cms-grid-inner .grid-item:nth-child(4n-7) .grid-item-inner .item-featured svg, .cms-grid-menu-layout1 .cms-grid-inner .grid-item:nth-child(4n-6) .grid-item-inner .item-featured svg {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -khtml-transform: translate(0, -50%) rotate(90deg);
    -moz-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    -o-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
    right: auto;
    left: -56px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cms-grid-menu-layout1 .cms-grid-inner .grid-item:nth-child(odd) .grid-item-inner {
    flex-direction: row-reverse;
  }
  .cms-grid-menu-layout1 .cms-grid-inner .grid-item:nth-child(odd) .grid-item-inner .item-featured svg {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -khtml-transform: translate(0, -50%) rotate(90deg);
    -moz-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    -o-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
    right: auto;
    left: -56px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .cms-grid-menu-layout1 .cms-grid-inner .grid-item:nth-child(odd) .grid-item-inner {
    flex-direction: row-reverse;
  }
  .cms-grid-menu-layout1 .cms-grid-inner .grid-item:nth-child(odd) .grid-item-inner .item-featured svg {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -khtml-transform: translate(0, -50%) rotate(90deg);
    -moz-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    -o-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
    right: auto;
    left: -56px;
  }
}
@media screen and (min-width: 1400px) {
  .vc_row-no-padding .cms-grid-menu-layout1 .item-title {
    font-size: 22px;
  }
  .vc_row-no-padding .cms-grid-menu-layout1 .item-holder {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.cms-grid-menu-layout2 .item-featured {
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.cms-grid-menu-layout2 .item-featured .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.8);
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-grid-menu-layout2 .item-featured .item-overlay .light-box {
  height: 40px;
  width: 40px;
  background-color: #c7a254;
  color: #fff;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-grid-menu-layout2 .item-featured .item-overlay .light-box:hover {
  background-color: #fff;
  color: #c7a254;
}
.cms-grid-menu-layout2 .item-title {
  margin-bottom: 0;
  padding: 0 15px;
  flex-grow: 1;
}
.cms-grid-menu-layout2 .item-title .text-tag {
  margin-left: 6px;
}
.cms-grid-menu-layout2 .item-content {
  padding-top: 3px;
}
.cms-grid-menu-layout2 .item-price {
  margin-bottom: 0;
  padding: 0 15px;
}
.cms-grid-menu-layout2 .item-meta {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.cms-grid-menu-layout2 .grid-item-inner {
  margin-bottom: 42px;
}
.cms-grid-menu-layout2 .grid-item-inner:hover .item-overlay {
  opacity: 1;
}
.cms-grid-menu-layout3 .item-featured {
  min-width: 170px;
  width: 170px;
  margin-right: 30px;
}
.cms-grid-menu-layout3 .item-featured .item-featured-inner {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.cms-grid-menu-layout3 .item-featured .item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.8);
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-grid-menu-layout3 .item-featured .item-overlay .light-box {
  height: 30px;
  width: 30px;
  background-color: #c7a254;
  color: #fff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cms-grid-menu-layout3 .item-featured .item-overlay .light-box:hover {
  background-color: #fff;
  color: #c7a254;
}
.cms-grid-menu-layout3 .item-featured img {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .cms-grid-menu-layout3 .item-featured {
    min-width: 90px;
    width: 90px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .cms-grid-menu-layout3 .item-featured {
    min-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cms-grid-menu-layout3 .item-featured img {
    width: 100%;
  }
}
.cms-grid-menu-layout3 .item-title {
  margin: 0 0 10px;
  flex-grow: 1;
}
.cms-grid-menu-layout3 .item-price {
  line-height: 1.2;
  margin-bottom: 0;
}
.cms-grid-menu-layout3 .item-content {
  padding-top: 0;
  padding-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .cms-grid-menu-layout3 .item-content {
    font-size: 13px;
  }
}
.cms-grid-menu-layout3 .grid-item-inner {
  display: flex;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .cms-grid-menu-layout3 .grid-item-inner {
    display: block;
  }
}
.cms-grid-menu-layout3 .grid-item-inner:hover .item-overlay {
  opacity: 1;
}
.cms-grid-menu-layout4 .item-title, .cms-grid-menu-layout5 .item-title {
  margin-bottom: 0;
  padding-right: 65px;
  position: relative;
}
.cms-grid-menu-layout4 .item-title .text-tag, .cms-grid-menu-layout5 .item-title .text-tag {
  margin-left: 6px;
}
.cms-grid-menu-layout4 .item-content, .cms-grid-menu-layout5 .item-content {
  padding-top: 5px;
}
.cms-grid-menu-layout4 .item-price, .cms-grid-menu-layout5 .item-price {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
.cms-grid-menu-layout4 .item-meta, .cms-grid-menu-layout5 .item-meta {
  flex-grow: 1;
}
.cms-grid-menu-layout4 .grid-item-inner, .cms-grid-menu-layout5 .grid-item-inner {
  border-top: 1px dashed #dbdbdb;
  padding-top: 13px;
  margin-top: 11px;
}
.cms-grid-menu-layout4 .grid-item:first-child .grid-item-inner, .cms-grid-menu-layout5 .grid-item:first-child .grid-item-inner {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.cms-grid-menu-layout5 {
  background-color: #fff;
  padding: 42px 100px 80px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .cms-grid-menu-layout5 {
    padding: 40px 30px;
  }
}
.cms-grid-menu-layout5:before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f7f7f7;
  background-image: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(#fff));
  background-image: -webkit-linear-gradient(left, #f7f7f7, #fff);
  background-image: -moz-linear-gradient(left, #f7f7f7, #fff);
  background-image: -ms-linear-gradient(left, #f7f7f7, #fff);
  background-image: -o-linear-gradient(left, #f7f7f7, #fff);
  background-image: linear-gradient(left, #f7f7f7, #fff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7f7f7', endColorStr='#fff', gradientType='1');
}
@media screen and (max-width: 767px) {
  .cms-grid-menu-layout5:before {
    display: none;
  }
}
.cms-grid-menu-layout5:after {
  content: '';
  width: 14px;
  bottom: 82px;
  background-image: url(../images/divider5.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 126px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .cms-grid-menu-layout5:after {
    display: none;
  }
}
.cms-grid-menu-layout5 .grid-item-inner {
  padding-top: 16px;
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .cms-grid-menu-layout5 .grid-item:nth-child(2) .grid-item-inner {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
}
.cms-grid-menu-layout5 .cms-grid-inner {
  margin: 0 -40px;
}
.cms-grid-menu-layout5 .cms-grid-inner .grid-item {
  padding: 0 40px;
}
.cms-grid-menu-layout5 .grid-filter-wrap {
  margin-bottom: 28px;
}
.cms-grid-menu-layout5 .grid-filter-wrap .filter-item {
  font-size: 22px;
  color: #333;
  font-family: Shadows Into Light;
  font-weight: 400;
}
.cms-grid-menu-layout5 .grid-filter-wrap .filter-item.active, .cms-grid-menu-layout5 .grid-filter-wrap .filter-item:hover {
  color: #c7a254;
}
.button-tag {
  padding: 5px 10px;
  font-size: 22px;
  line-height: normal;
  font-family: Shadows Into Light;
  font-weight: 400;
  background-color: #c7a254;
  position: relative;
  margin: auto;
  width: 120px;
  text-align: center;
}
.button-tag:before, .button-tag:after {
  content: '';
  height: 30px;
  position: absolute;
  bottom: -11px;
  width: 50%;
  background-color: #c7a254;
  z-index: -1;
}
.button-tag:before {
  -webkit-transform: skewY(-20deg);
  -khtml-transform: skewY(-20deg);
  -moz-transform: skewY(-20deg);
  -ms-transform: skewY(-20deg);
  -o-transform: skewY(-20deg);
  transform: skewY(-20deg);
  left: 0;
}
.button-tag:after {
  right: 0;
  -webkit-transform: skewY(20deg);
  -khtml-transform: skewY(20deg);
  -moz-transform: skewY(20deg);
  -ms-transform: skewY(20deg);
  -o-transform: skewY(20deg);
  transform: skewY(20deg);
}
.button-tag a {
  color: #fff;
}
.button-tag a:hover {
  color: #fff;
}
.cms-grid-menu-layout5 .button-tag {
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
}
.cms-grid-wraper {
  position: relative;
}
.text-tag {
  line-height: 16px;
  font-size: 13px;
  background-color: #c7a254;
  color: #fff;
  padding: 0 6px;
  margin-right: 12px;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
}
.text-tag:before, .text-tag:after {
  content: '';
  height: 50%;
  position: absolute;
  right: -4px;
  width: 20px;
  background-color: #c7a254;
  z-index: -1;
}
.text-tag:before {
  -webkit-transform: skewX(-45deg);
  -khtml-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  transform: skewX(-45deg);
  top: 0;
}
.text-tag:after {
  bottom: 0;
  -webkit-transform: skewX(45deg);
  -khtml-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  transform: skewX(45deg);
}
.text-tag a {
  color: inherit;
}
.text-tag a:hover {
  color: inherit;
}
.cms-opentable-form button {
  margin-top: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cms-opentable-form .input-filled + .input-filled {
    margin-top: 30px;
  }
}
.cms-opentable-wrapper {
  background-color: #fff;
  padding: 80px 100px;
  position: relative;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .cms-opentable-wrapper {
    padding: 60px 80px;
  }
}
@media screen and (max-width: 991px) {
  .cms-opentable-wrapper {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .cms-opentable-wrapper {
    padding: 30px;
  }
}
.cms-opentable-wrapper > .row {
  margin: 0 -40px;
}
@media screen and (max-width: 1199px) {
  .cms-opentable-wrapper > .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cms-opentable-wrapper > .row > div {
  padding: 0 40px;
}
@media screen and (max-width: 1199px) {
  .cms-opentable-wrapper > .row > div {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cms-opentable-wrapper .info-sub-title {
  font-size: 30px;
  color: #c7a254;
  margin-bottom: 0px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cms-opentable-wrapper .info-sub-title {
    font-size: 24px;
  }
}
.cms-opentable-wrapper .info-title {
  font-weight: 500;
  font-size: 27px;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
  margin-bottom: 18px;
}
.cms-opentable-wrapper .cms-opentable-holder {
  background-color: #0a0d12;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
.cms-opentable-wrapper .cms-opentable-holder:before, .cms-opentable-wrapper .cms-opentable-holder:after {
  content: '';
  width: 142px;
  height: 17px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/table-arrow.png);
  background-position: center;
}
.cms-opentable-wrapper .cms-opentable-holder:before {
  top: -17px;
}
.cms-opentable-wrapper .cms-opentable-holder:after {
  bottom: -17px;
  -webkit-transform: rotate(180deg);
  -khtml-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cms-opentable-wrapper .cms-opentable-holder .cms-opentable-holder-inner {
  padding: 27px 50px 0 50px;
  margin-bottom: 3px;
}
@media screen and (max-width: 991px) {
  .cms-opentable-wrapper .cms-opentable-holder .cms-opentable-holder-inner {
    padding: 27px 20px 0 20px;
  }
}
.cms-opentable-wrapper .cms-opentable-holder .cms-opentable-image {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cms-opentable-wrapper .cms-opentable-holder {
    margin-bottom: 40px;
  }
}
.cms-opentable-wrapper .info-content {
  font-size: 14px;
  color: #9b9b9b;
  margin-bottom: 22px;
}
.cms-opentable-wrapper .info-content cite {
  font-style: normal;
  float: right;
}
.cms-opentable-wrapper .info-content .info-content-item {
  border-bottom: 1px dashed #494b4f;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.cms-opentable-wrapper .info-phone-label {
  font-size: 30px;
  color: #c7a254;
  margin-bottom: 0px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .cms-opentable-wrapper .info-phone-label {
    font-size: 24px;
  }
}
.cms-opentable-wrapper .info-phone-number {
  font-weight: 500;
  font-size: 27px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.cms-opentable-wrapper .info-phone-number a {
  color: inherit;
}
.cms-opentable-wrapper .info-phone-number a:hover {
  color: #c7a254;
}
.cms-opentable-wrapper .cms-opentable-form .cms-heading-tag {
  font-size: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
.cms-opentable-wrapper .cms-opentable-form .cms-heading-tag a {
  font-size: 13px;
  font-weight: normal;
  font-family: inherit;
  color: #c7a254;
  font-style: normal;
}
.cms-opentable-wrapper .cms-opentable-form .cms-heading-tag span {
  flex-grow: 1;
  display: inline-block;
  margin-right: 30px;
}
.cms-opentable-wrapper .cms-opentable-form .cms-heading-desc {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 34px;
}
.cms-opentable-wrapper .cms-opentable-form .input-filled {
  margin-bottom: 30px;
}
.cms-opentable-wrapper .cms-opentable-form .input-filled textarea {
  height: 92px;
}
.cms-opentable-wrapper .cms-opentable-form button {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .cms-opentable-wrapper .cms-opentable-form .input-filled + .input-filled {
    margin-top: 0px;
  }
}
.cms-grid-menu-wrap {
  background-color: #fff;
  padding: 90px 80px 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .cms-grid-menu-wrap {
    padding: 50px 40px 10px;
  }
}
.cms-grid-menu-wrap:before {
  content: '';
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px dashed rgba(199, 162, 84, 0.5);
  position: absolute;
  z-index: -1;
}
.cms-grid-menu-wrap .cms-heading {
  margin-bottom: 47px;
}
.cms-grid-menu-wrap .cms-heading .cms-heading-tag {
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .cms-grid-menu-wrap .cms-heading .cms-heading-tag {
    font-size: 32px;
  }
}
.book-footer {
  font-size: 13px;
}
.cms-menu-box-image {
  position: relative;
  z-index: 1;
}
.cms-menu-box-image .menu-box-image {
  top: 110px;
  bottom: 110px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  background-attachment: fixed;
}
@media screen and (max-width: 1199px) {
  .cms-menu-box-image .menu-box-image {
    background-attachment: inherit;
  }
}
.cms-menu-box-image .cms-grid-menu-layout1 {
  max-width: 1170px;
  margin: auto;
}
.cms-grid-showcase1 {
  text-align: center;
}
.cms-grid-showcase1 img {
  -webkit-box-shadow: 0 1px 43px rgba(40, 40, 40, 0.15);
  -khtml-box-shadow: 0 1px 43px rgba(40, 40, 40, 0.15);
  -moz-box-shadow: 0 1px 43px rgba(40, 40, 40, 0.15);
  -ms-box-shadow: 0 1px 43px rgba(40, 40, 40, 0.15);
  -o-box-shadow: 0 1px 43px rgba(40, 40, 40, 0.15);
  box-shadow: 0 1px 43px rgba(40, 40, 40, 0.15);
}
.cms-grid-showcase1 .showcase-title {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
}
.cms-grid-showcase1 .showcase-title a {
  color: inherit;
}
.cms-grid-showcase1 .showcase-title a:hover {
  color: #c7a254;
}
.cms-grid-showcase1 .showcase-holder {
  margin-bottom: 45px;
}
.cms-banner {
  margin: 0 -15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cms-banner .cms-banner-holder {
  padding: 0 15px;
}
.cms-banner .cms-banner-holder .cms-heading {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -khtml-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -moz-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -ms-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  -o-box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 83px rgba(40, 40, 40, 0.08);
  padding: 39px 60px 43px;
  margin-right: -80px;
}
@media screen and (max-width: 767px) {
  .cms-banner .cms-banner-holder .cms-heading {
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .cms-banner .cms-banner-holder .cms-heading {
    padding: 30px;
  }
}
.cms-banner .cms-banner-holder.is-image {
  width: 45.8%;
}
@media screen and (max-width: 767px) {
  .cms-banner .cms-banner-holder.is-image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cms-banner .cms-banner-holder .cms-banner-signature {
  padding-top: 17px;
}
.cms-banner .cms-banner-image {
  width: 54.2%;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .cms-banner .cms-banner-image {
    width: 100%;
  }
}
.cms-banner .cms-banner-image img {
  width: 100%;
}
.cms-banner .cms-banner-button {
  padding-top: 32px;
}
.cms-banner .cms-banner-button a + a {
  margin-left: 26px;
}
.cms-banner .cms-banner-button .btn {
  padding-left: 40px;
  padding-right: 40px;
}
.cms-banner.image-left {
  flex-direction: row-reverse;
}
.cms-banner.image-left .cms-banner-holder .cms-heading {
  margin-left: -80px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .cms-banner.image-left .cms-banner-holder .cms-heading {
    margin-left: 0;
  }
}
.cms-grid-gallery1 .light-box {
  display: block;
  position: relative;
}
.cms-grid-gallery1 .light-box:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 260ms linear 0ms;
  -khtml-transition: all 260ms linear 0ms;
  -moz-transition: all 260ms linear 0ms;
  -ms-transition: all 260ms linear 0ms;
  -o-transition: all 260ms linear 0ms;
  transition: all 260ms linear 0ms;
}
.cms-grid-gallery1 .light-box:hover:before {
  opacity: 1;
}
.cms-grid-gallery1 .row {
  margin: 0;
}
.cms-grid-gallery1 .row .grid-item {
  padding: 0;
}
.cms-grid-event-layout1 .entry-featured {
  margin-bottom: 24px;
}
.cms-grid-event-layout1 .entry-featured a {
  position: relative;
  overflow: hidden;
}
.cms-grid-event-layout1 .entry-featured a img {
  -webkit-transition: all 500ms linear 0ms;
  -khtml-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
.cms-grid-event-layout1 .entry-meta {
  margin-bottom: 5px;
}
.cms-grid-event-layout1 .entry-title {
  font-size: 19px;
  line-height: 27px;
  margin: 0;
  font-weight: 500;
}
.cms-grid-event-layout1 .grid-item-inner {
  margin-bottom: 14px;
}
.cms-grid-event-layout1 .grid-item-inner:hover .entry-featured a img {
  -webkit-transform: scale(1.12);
  -khtml-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}
.cms-ticket-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
  padding: 20px 0;
}
.cms-ticket-info > div {
  padding: 0 15px;
}
.cms-ticket-info .cms-ticket-meta h3 {
  margin-bottom: 9px;
  font-size: 16px;
}
.cms-ticket-info .cms-ticket-meta p {
  margin-bottom: 0;
  font-size: 14px;
}
.cms-ticket-info .cms-ticket-meta {
  flex-grow: 1;
}
.cms-ticket-info .cms-ticket-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px -15px;
}
.cms-ticket-info .cms-ticket-holder > div {
  padding: 0 15px;
}
.cms-ticket-info .cms-ticket-holder .cms-ticket-price {
  text-align: right;
}
.cms-ticket-info .cms-ticket-holder .cms-ticket-price label {
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
}
.cms-ticket-info .cms-ticket-holder .cms-ticket-price span {
  font-size: 16px;
  font-weight: 500;
  color: #c7a254;
}
.cms-icon-hover {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.cms-icon-hover .cms-icon-item {
  margin: 40px 31px 0 31px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cms-icon-hover .cms-icon-item {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cms-icon-hover .cms-icon-item img {
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.cms-icon-hover .cms-icon-item .cms-icon-title {
  font-size: 13px;
  margin-bottom: 0;
  font-family: inherit;
  font-weight: 400;
  color: #fff;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
  visibility: hidden;
}
.cms-icon-hover .cms-icon-item .cms-icon-title a {
  color: inherit;
}
.cms-icon-hover .cms-icon-item .cms-icon-title a:hover {
  color: #c7a254;
}
.cms-icon-hover .cms-icon-item:hover .cms-icon-title {
  bottom: -12px;
  visibility: visible;
  opacity: 1;
}
.cms-icon-hover .cms-icon-item:hover img {
  -webkit-transform: translateY(-13px);
  -khtml-transform: translateY(-13px);
  -moz-transform: translateY(-13px);
  -ms-transform: translateY(-13px);
  -o-transform: translateY(-13px);
  transform: translateY(-13px);
}
.sidebar-sticky, .sidebar-sticky > .vc_column-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}
.admin-bar .sidebar-sticky, .admin-bar .sidebar-sticky > .vc_column-inner {
  top: 60px;
}
.header-sticky .sidebar-sticky, .header-sticky .sidebar-sticky > .vc_column-inner {
  top: 110px;
}
.admin-bar.header-sticky .sidebar-sticky, .admin-bar.header-sticky .sidebar-sticky > .vc_column-inner {
  top: 140px;
}
.entry-content .page-links {
  clear: left;
  padding-top: 10px;
}
.entry-content .page-links span {
  text-align: center;
  display: inline-block;
  height: 26px;
  width: 26px;
  line-height: 26px;
  color: #fff;
  -webkit-border-radius: 26px;
  -khtml-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border-radius: 26px;
  background-color: #c7a254;
  font-size: 14px;
  font-weight: 500;
  margin: 0 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.entry-content .page-links a span {
  background-color: #e0e3e8;
  color: #000;
}
.entry-content .page-links a span:hover {
  background-color: #c7a254;
  color: #fff;
}
.entry-content .page-links .post-page-numbers {
  margin: 0 3px;
}
.entry-content .page-links .post-page-numbers span {
  margin: 0;
}
@media screen and (min-width: 1400px) {
  body .container {
    max-width: 1200px;
    width: 100%;
  }
  body.site-layout-default:not(.woocommerce) #primary.col-xl-9 {
    flex: 0 0 73%;
    max-width: 73%;
  }
  body.site-layout-default:not(.woocommerce) #secondary.col-xl-3 {
    flex: 0 0 27%;
    max-width: 27%;
  }
  body.site-layout-full-width.woocommerce #primary.col-xl-9 {
    flex: 0 0 75.2%;
    max-width: 75.2%;
  }
  body.site-layout-full-width.woocommerce #secondary.col-xl-3 {
    flex: 0 0 24.8%;
    max-width: 24.8%;
  }
  body.site-layout-full-width .container {
    max-width: 1920px;
  }
  body.site-layout-full-width .site-header .site-header-top > .container, body.site-layout-full-width .site-header .site-header-middle > .container, body.site-layout-full-width .site-header .site-header-main > .container {
    padding: 0 60px;
  }
  body.site-layout-full-width #content > .content-inner > .container {
    padding: 0 60px;
  }
  body.site-layout-full-width .layout-container > .container {
    padding: 0 60px;
  }
  body.site-layout-full-width .site-footer .top-footer-logo > .container, body.site-layout-full-width .site-footer .top-footer > .container, body.site-layout-full-width .site-footer .bottom-footer > .container {
    padding: 0 60px;
  }
  body.site-layout-full-width .content-row {
    margin-left: -30px;
    margin-right: -30px;
  }
  body.site-layout-full-width .content-row #primary, body.site-layout-full-width .content-row #secondary {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  body .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .col-offset-left > .vc_column-inner {
    padding-left: 30px !important;
  }
  .col-offset-right > .vc_column-inner {
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 991px) {
  #primary + #secondary {
    margin-top: 60px;
  }
}
.site-content {
  padding: 110px 0;
  position: relative;
}
.layout-container {
  background-color: #fcfcfc;
  padding-bottom: 55px;
}
.widget .widget-content ul:not(.entry-meta) {
  margin: 0;
  list-style: none;
}
.page-template-default .entry-footer {
  text-align: center;
}
.page-template-default .entry-footer i {
  padding-right: 8px;
}
.vc_column_container > .theiaStickySidebar > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.vc-row-overlay {
  position: relative;
  overflow: hidden;
}
.row-overlay {
  position: relative;
}
.row-overlay:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible !important;
}
.row-overlay .vc_column-inner {
  position: relative;
  z-index: 1;
}
.row-overlay.dotted-overlay:after {
  background-image: url(../images/dot-overlay.png);
  background-repeat: repeat;
}
.col-overlay .vc_column-inner {
  position: relative;
}
.col-overlay .vc_column-inner:after {
  background-color: inherit;
  bottom: 0;
  content: "";
  display: block !important;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: visible !important;
}
.col-overlay .vc_column-inner .wpb_wrapper {
  position: relative;
  z-index: 1;
}
.vc_row.vc_row-fluid > .wpb_column {
  z-index: 2;
}
.vc_row .cms-row-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.vc_row .cms-row-overlay.cms-row-overlay-skew {
  right: 0;
  -webkit-transform: skew(-20deg);
  -khtml-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  left: -1000px;
  border-right: 10px solid #c7a254;
}
@media screen and (max-width: 767px) {
  .vc_row .cms-row-overlay.cms-row-overlay-skew {
    opacity: 0;
    display: none;
  }
}
.vc_row.row-border-box {
  background-color: #fff;
  padding: 70px 55px 30px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -khtml-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -ms-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  -o-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.20);
  z-index: 109;
  position: relative;
}
.vc_row.row-boxed:not(.vc_row-has-fill) {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 1400px) {
  .site-layout-boxed .site {
    width: 1310px;
    margin: auto;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    overflow: visible;
  }
  .site-layout-boxed .site .site-content {
    overflow: hidden;
  }
  .site-layout-boxed .site [data-vc-full-width="true"] {
    width: 1310px !important;
    left: -55px !important;
  }
  .site-layout-boxed .site [data-vc-full-width="true"]:not(.vc_row-no-padding) {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .site-layout-boxed #headroom.headroom--pinned:not(.headroom--top), .site-layout-boxed #headroom.headroom--unpinned:not(.headroom--top) {
    max-width: 1310px;
    margin: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .site-layout-boxed .site {
    width: 1200px;
    margin: auto;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -khtml-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.66);
  }
  .site-layout-boxed .site .container {
    max-width: 1140px;
  }
  .site-layout-boxed #headroom.headroom--pinned:not(.headroom--top), .site-layout-boxed #headroom.headroom--unpinned:not(.headroom--top) {
    max-width: 1200px;
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .content-has-sidebar.float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
  .content-has-sidebar.float-right + #secondary {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }
}
@media screen and (max-width: 1400px) {
  .rm-padding-xlg > .vc_column-inner, .rm-padding-xlg > .theiaStickySidebar > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1199px) {
  .rm-padding-lg > .vc_column-inner, .rm-padding-lg > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rm-padding-lg.vc_inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.row-rm-padding-lg {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .vc_row.rm-margin-lg-015px {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media screen and (max-width: 991px) {
  .vc_row.row-border-box {
    padding: 40px 40px 0px;
    margin: 0;
  }
  .rm-padding-md > .vc_column-inner, .rm-padding-md > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .rm-padding-md.wpb_text_column {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .vc_row.wpb_row .rm-padding-md0 > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .vc_row.row-rm-padding-md {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #primary .vc_row.rm-margin-md, .vc_row.rm-margin-md-015px {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  #primary .rm-margin-md0 > .vc_column-inner {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .rm-margin-top-md > .vc_column-inner {
    margin-top: 0 !important;
  }
  .add-margin-bottom-md > .vc_column-inner {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .vc_row.row-border-box {
    padding: 40px 15px 0px 15px;
  }
  .rm-padding-sm > .vc_column-inner, .rm-padding-sm > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body .vc_row.wpb_row .rm-padding-sm0 > .vc_column-inner, body .vc_row.wpb_row .rm-padding-sm0 > .theiaStickySidebar > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .vc_row.row-rm-padding-sm {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .rm-margin-sm > .vc_column-inner {
    margin: 0 !important;
  }
  .wpb_single_image.image_align_xs_left {
    text-align: left !important;
  }
  .wpb_single_image.image_align_xs_center {
    text-align: center !important;
  }
  .wpb_single_image.image_align_xs_right {
    text-align: right !important;
  }
}
@media screen and (max-width: 575px) {
  .rm-padding-xs > .vc_column-inner, .rm-padding-xs > .theiaStickySidebar > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.row-rm-padding-xs {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.widget_shopping_cart {
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 100%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  width: 320px;
  padding: 30px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  text-align: left;
  color: #9b9b9b;
  z-index: -99;
  visibility: hidden;
  opacity: 0;
  margin-top: 32px;
  line-height: normal;
}
.widget_shopping_cart.open {
  z-index: 99;
  margin-top: 11px;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.widget_shopping_cart:before {
  content: '';
  width: 21px;
  height: 11px;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
.widget_shopping_cart .widget_shopping_title {
  font-size: 20px;
  border-bottom: 1px solid #ebebeb;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 30px;
  color: #1d274e;
}
.widget_shopping_cart .product_list_widget {
  list-style: none;
  margin: 0;
}
.widget_shopping_cart .product_list_widget li {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0 !important;
  padding-right: 40px !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.widget_shopping_cart .product_list_widget li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none;
}
.widget_shopping_cart .product_list_widget li.empty {
  font-size: 16px;
}
.widget_shopping_cart .product_list_widget li a {
  white-space: inherit !important;
}
.widget_shopping_cart .product_list_widget .cart-product-image {
  width: 70px;
  min-width: 70px;
  margin-right: 20px;
}
.widget_shopping_cart .product_list_widget .cart-product-image img {
  float: none;
  margin: 0;
  width: 100%;
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 {
  font-size: 16px;
  line-height: 27px;
  margin-top: -5px;
  margin-bottom: 4px;
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 a {
  display: block;
  color: inherit;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.widget_shopping_cart .product_list_widget .cart-product-meta h3 a:hover {
  color: #c7a254;
}
.widget_shopping_cart .product_list_widget .cart-product-meta .quantity {
  font-size: 13px;
  color: #9b9b9b;
  border: none;
  font-family: 'Rubik', sans-serif;
}
.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button {
  font-size: 10px;
  color: #fff;
  position: absolute;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  top: 0;
  right: 0;
  background-color: #222;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.widget_shopping_cart .product_list_widget .cart-product-meta .remove_from_cart_button:hover {
  background-color: #c7a254;
  color: #fff;
}
.widget_shopping_cart .widget_shopping_cart_footer {
  border-top: 2px solid #f2f2f2;
  margin-top: 30px;
  padding-top: 20px;
}
.widget_shopping_cart .widget_shopping_cart_footer .total {
  margin-bottom: 18px;
  padding-top: 0;
  border: none;
}
.widget_shopping_cart .widget_shopping_cart_footer .total strong {
  font-size: 16px;
  color: #9b9b9b;
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  line-height: 28px;
}
.widget_shopping_cart .widget_shopping_cart_footer .total span.amount {
  color: #c7a254;
  float: right;
  font-size: 14px;
  line-height: 1;
  line-height: 28px;
  font-family: 'Rubik', sans-serif;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons {
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 15px;
  width: 50%;
  line-height: 40px;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn.checkout {
  background-color: #222;
  border-color: #222;
}
.widget_shopping_cart .widget_shopping_cart_footer .buttons .btn.checkout:hover {
  background-color: #c7a254;
  border-color: #c7a254;
}
.entry-content > .woocommerce .cart-empty, .entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search {
  position: relative;
}
.woocommerce #secondary .widget_product_search .woocommerce-product-search:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 14px;
  color: #c7a254;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.woocommerce #secondary .widget_product_search button {
  border: none;
  background-color: transparent;
  padding: 0;
  height: 51px;
  line-height: 51px;
  width: 50px;
  font-size: 14px;
  color: #c7a254;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 99;
}
body.woocommerce #secondary .widget, body.woocommerce-page #secondary .widget {
  padding: 0;
  background-color: transparent;
  margin-bottom: 48px;
}
body.woocommerce #secondary .widget:last-child, body.woocommerce-page #secondary .widget:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  body.woocommerce .coupon #coupon_code, body.woocommerce-page .coupon #coupon_code {
    width: 100% !important;
    margin-bottom: 10px;
  }
  body.woocommerce .coupon .button, body.woocommerce-page .coupon .button {
    width: 100% !important;
  }
}
body.woocommerce form .form-row, body.woocommerce-page form .form-row {
  padding: 0 0 10px;
}
body.woocommerce table.cart td.actions .coupon .input-text, body.woocommerce-page table.cart td.actions .coupon .input-text {
  margin-right: 15px;
}
body.woocommerce #respond input#submit, body.woocommerce-page #respond input#submit, body.woocommerce a.button, body.woocommerce-page a.button, body.woocommerce a.wc-forward, body.woocommerce-page a.wc-forward, body.woocommerce button.button, body.woocommerce-page button.button, body.woocommerce input.button, body.woocommerce-page input.button, body.woocommerce .cart button.button, body.woocommerce-page .cart button.button, body.woocommerce a.button.alt, body.woocommerce-page a.button.alt {
  background-color: #c7a254;
  font-size: 14px;
  border: none;
  color: #fff;
  text-transform: capitalize;
  font-family: 'Rubik', sans-serif;
  padding: 0 44px;
  line-height: 51px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 700;
}
body.woocommerce #respond input#submit:hover, body.woocommerce-page #respond input#submit:hover, body.woocommerce a.button:hover, body.woocommerce-page a.button:hover, body.woocommerce a.wc-forward:hover, body.woocommerce-page a.wc-forward:hover, body.woocommerce button.button:hover, body.woocommerce-page button.button:hover, body.woocommerce input.button:hover, body.woocommerce-page input.button:hover, body.woocommerce .cart button.button:hover, body.woocommerce-page .cart button.button:hover, body.woocommerce a.button.alt:hover, body.woocommerce-page a.button.alt:hover, body.woocommerce #respond input#submit:focus, body.woocommerce-page #respond input#submit:focus, body.woocommerce a.button:focus, body.woocommerce-page a.button:focus, body.woocommerce a.wc-forward:focus, body.woocommerce-page a.wc-forward:focus, body.woocommerce button.button:focus, body.woocommerce-page button.button:focus, body.woocommerce input.button:focus, body.woocommerce-page input.button:focus, body.woocommerce .cart button.button:focus, body.woocommerce-page .cart button.button:focus, body.woocommerce a.button.alt:focus, body.woocommerce-page a.button.alt:focus, body.woocommerce #respond input#submit:active, body.woocommerce-page #respond input#submit:active, body.woocommerce a.button:active, body.woocommerce-page a.button:active, body.woocommerce a.wc-forward:active, body.woocommerce-page a.wc-forward:active, body.woocommerce button.button:active, body.woocommerce-page button.button:active, body.woocommerce input.button:active, body.woocommerce-page input.button:active, body.woocommerce .cart button.button:active, body.woocommerce-page .cart button.button:active, body.woocommerce a.button.alt:active, body.woocommerce-page a.button.alt:active {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #222;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
  border-color: #c7a254;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
  color: #c7a254;
}
.woocommerce .quantity {
  position: relative;
  display: inline-block;
}
.woocommerce .quantity .qty {
  padding: 0;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #282828;
  -moz-appearance: textfield;
  height: 51px;
  width: 51px;
  font-size: 16px;
  color: #9b9b9b;
  font-weight: 700;
}
.woocommerce .quantity .qty:-webkit-outer-spin-button, .woocommerce .quantity .qty:-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity-icon i {
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 14px;
  cursor: pointer;
  color: #c7a254;
  text-align: center;
  position: absolute;
  bottom: 0;
  border: 1px solid #eee;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.woocommerce .quantity-icon i.quantity-down {
  left: 0;
}
.woocommerce .quantity-icon i.quantity-up {
  right: 0;
}
.woocommerce table.shop_table {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce table.shop_table td {
  padding: 12px 15px;
}
.woocommerce-page #add_payment_method table.cart img, .woocommerce-page.woocommerce-cart table.cart img, .woocommerce-page.woocommerce-checkout table.cart img {
  width: 50px;
}
.woocommerce form .select2-container--default, .woocommerce-page form .select2-container--default {
  width: 100% !important;
}
.woocommerce form .select2-container--default .select2-selection, .woocommerce-page form .select2-container--default .select2-selection {
  border: 1px solid #dbdbdb;
  height: 50px;
  background-color: #fff;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__rendered, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 46px;
  padding-left: 20px;
  color: #9b9b9b;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__arrow, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 20px;
  top: 50%;
  color: #9b9b9b;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__clear, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #747da1;
}
.woocommerce form .select2-container--default .select2-selection .select2-selection__placeholder, .woocommerce-page form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: #747da1;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown, .woocommerce-page .select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.woocommerce .select2-container.select2-container--open .select2-dropdown .select2-search__field, .woocommerce-page .select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted, .woocommerce-page .select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #c7a254;
}
.woocommerce .select2 .select2-selection--single, .woocommerce-page .select2 .select2-selection--single {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 992px) {
  .woocommerce #primary.content-has-sidebar {
    flex: 0 0 75%;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    -o-flex: 0 0 75%;
    max-width: 75%;
  }
  .woocommerce #secondary.widget-has-sidebar {
    flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    -o-flex: 0 0 25%;
    max-width: 25%;
  }
}
#shop-newsletter {
  text-align: center;
  padding: 40px 30px 30px 30px;
  color: rgba(255, 255, 255, 0.87);
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  margin-top: 60px;
}
#shop-newsletter h3 {
  font-size: 32px;
  color: #fff;
  margin-bottom: 13px;
}
#shop-newsletter .shop-newsletter-introduction {
  color: #fff;
  text-transform: uppercase;
}
#shop-newsletter .shop-newsletter-introduction, #shop-newsletter .shop-newsletter-desc {
  max-width: 590px;
  margin: auto;
}
#shop-newsletter .ct-newsletter-inner {
  margin-top: 33px;
  margin-bottom: 18px;
}
#shop-newsletter .ct-newsletter-inner .tnp-email {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.33);
}
#shop-newsletter .ct-newsletter-inner .tnp-field-button {
  position: absolute;
  top: 0;
  right: 0;
}
.widget_product_categories ul {
  list-style: none;
  margin-bottom: 0;
}
.widget_product_categories ul li {
  font-size: 0;
  line-height: 0;
}
.widget_product_categories ul li a {
  font-size: 13px;
  line-height: normal;
  color: #333;
  text-transform: uppercase;
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #f2f2f2;
}
.widget_product_categories ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover {
  color: #c7a254;
}
.widget_product_categories ul li:last-child > a {
  border-bottom: none;
}
.widget_product_categories ul li.current-menu-item > a, .widget_product_categories ul li.current-cat > a, .widget_product_categories ul li.current-cat-parent > a, .widget_product_categories ul li > a:hover {
  color: #c7a254;
}
.widget_product_tag_cloud .tagcloud a {
  padding-left: 22px;
  padding-right: 22px;
}
.woocommerce #secondary .widget_price_filter .widget-title {
  margin-bottom: 22px;
}
.woocommerce #secondary .widget_price_filter .widget-content-inner {
  padding-top: 30px;
}
.woocommerce #secondary .widget_price_filter .ui-slider-horizontal {
  height: 4px;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #c7a254;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle {
  height: 8px;
  width: 8px;
  background-color: #c7a254;
  top: -2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 0;
}
.woocommerce #secondary .widget_price_filter .ui-slider .ui-slider-handle + .ui-slider-handle {
  margin-left: -2px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  padding-top: 25px;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .price_label {
  text-align: left;
  font-size: 12px;
  line-height: 1;
  flex-grow: 1;
}
.woocommerce #secondary .widget_price_filter .price_slider_amount .button {
  float: none;
  max-width: 110px;
  border: none;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #c7a254;
  line-height: 1;
  padding: 0;
  font-weight: 700;
  font-size: 13px;
  text-transform: capitalize;
}
body .widget_products ul.product_list_widget li {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 20px;
  border-bottom: 1px dashed #d7d7d7;
  margin-bottom: 20px;
}
body .widget_products ul.product_list_widget li .product-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 7px;
}
body .widget_products ul.product_list_widget li .product-title a {
  color: inherit;
}
body .widget_products ul.product_list_widget li .product-title a:hover {
  color: #c7a254;
}
body .widget_products ul.product_list_widget li .amount {
  font-size: 13px;
  color: #c7a254;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
}
body .widget_products ul.product_list_widget li del {
  color: #c7a254;
}
body .widget_products ul.product_list_widget li del .amount {
  color: inherit;
}
body .widget_products ul.product_list_widget li .star-rating-wrap {
  margin-bottom: 6px !important;
}
body .widget_products ul.product_list_widget li .star-rating-wrap .count-rating {
  display: none;
}
body .widget_products ul.product_list_widget li .wg-product-image {
  width: 49px;
  margin-right: 16px;
  min-width: 49px;
}
body .widget_products ul.product_list_widget li .wg-product-image img {
  float: none;
  width: 100%;
  margin: 0;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget_rating_filter .wc-layered-nav-rating a {
  font-size: 0px;
  display: block;
  padding-left: 28px !important;
  position: relative;
}
.widget_rating_filter .wc-layered-nav-rating a:before {
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 18px;
  -khtml-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.widget_rating_filter .wc-layered-nav-rating a .star-rating {
  font-size: 18px;
}
.widget_rating_filter .wc-layered-nav-rating a:hover:before {
  border-color: #c7a254;
  background-color: #c7a254;
}
.widget_rating_filter .wc-layered-nav-rating.chosen a:before {
  border-color: #c7a254;
  background-color: #c7a254;
}
#shop-topbar {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
  margin: 11px 0;
  position: relative;
  padding-left: 76px;
  color: #000;
  font-size: 16px;
  min-height: 56px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#shop-topbar .shop-topbar-item i {
  height: 56px;
  width: 56px;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  border: 1px solid #e5e5e5;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
#shop-topbar .shop-topbar-item span {
  font-weight: 500;
}
#shop-breadcrumb {
  padding: 23px 0;
}
#shop-breadcrumb ul {
  list-style: none;
  margin: 0;
}
#shop-breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #c7a254;
  margin: 10px 0;
  padding: 0 12px;
  position: relative;
}
#shop-breadcrumb ul li::after {
  content: '/';
  color: #e9e9e9;
  position: absolute;
  top: 0;
  right: -4px;
}
#shop-breadcrumb ul li:first-child {
  padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
  display: none;
}
#shop-breadcrumb ul li a {
  color: #282828;
}
#shop-breadcrumb ul li a:hover {
  color: #c7a254;
}
.woocommerce .star-rating-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
  margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
  font-size: 14px;
  margin-left: 8px;
  color: #808a98;
}
.woocommerce .woocommerce-product-category a {
  font-size: 12px;
  color: #9b9b9b;
  margin-bottom: 8px;
  display: inline-block;
}
.woocommerce .woocommerce-product-category a:hover {
  color: #c7a254;
}
.woocommerce span.onsale {
  height: 45px;
  width: 45px;
  min-width: inherit;
  min-height: inherit;
  font-size: 16px;
  color: #fff;
  padding: 0;
  text-align: center;
  line-height: 45px;
  background-color: #222;
  font-family: 'Rubik', sans-serif;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin: 0 !important;
  top: 14px !important;
  left: 29px !important;
  right: auto !important;
  font-weight: normal;
  z-index: 1;
}
.woocommerce .star-rating {
  margin: 0;
  letter-spacing: 0.2em;
  width: 90px;
  height: 18px;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating:before {
  content: "\f27d\f27d\f27d\f27d\f27d";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 18px;
}
.woocommerce .star-rating span::before {
  color: #ffab00;
}
.woocommerce .star-rating:before {
  color: #d4d4d4;
}
.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce ul.products li.product {
  margin-bottom: 47px;
  margin-right: 0;
  padding: 0 15px;
}
.woocommerce ul.products li.product.last {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: 33.33%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 50% !important;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce #primary.content-has-sidebar ul.products.columns-4 li.product {
    width: 33.33%;
  }
}
.woocommerce ul.products li.product .woocommerce-product-title, .woocommerce .woocommerce-product-title {
  font-size: 19px;
  font-weight: 500;
  font-family: inherit;
}
.woocommerce ul.products li.product .woocommerce-product-title a, .woocommerce .woocommerce-product-title a {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-product-title a:hover, .woocommerce .woocommerce-product-title a:hover {
  color: #c7a254;
}
.woocommerce ul.products li.product .price {
  font-size: 16px;
  color: #c7a254;
  font-weight: 500;
  margin-bottom: 0;
}
.woocommerce ul.products li.product .price del {
  color: #c4c9dc;
}
.woocommerce ul.products li.product .price ins {
  color: #222;
  font-weight: inherit;
}
.woocommerce .woocommerce-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  position: relative;
  z-index: 99;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 8px 20px;
}
.woocommerce .woocommerce-topbar div.woocommerce-result-count {
  margin: 15px 30px 15px 0px;
  flex-grow: 1;
  color: #222;
  font-size: 13px;
  font-weight: 700;
}
.woocommerce .woocommerce-topbar .woocommerce-result-count, .woocommerce .woocommerce-topbar .woocommerce-topbar-ordering .woocommerce-ordering {
  float: none;
  margin: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
  min-width: 220px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  font-size: 12px;
  color: #9b9b9b;
  text-transform: none;
  padding: 0 8px;
  height: 30px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select:after {
  right: 8px;
  color: #9b9b9b;
  font-size: 14px;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select .list {
  color: #9b9b9b;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .nice-select span.current {
  line-height: 30px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
  overflow: hidden;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header img {
  width: auto;
  display: inline-block;
  margin-bottom: 0 !important;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  opacity: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 30px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
  line-height: 50px;
  background-color: #c7a254;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0 40px;
  margin: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.added {
  display: none;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.wc-forward {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a.loading:after {
  letter-spacing: 0;
  top: 0;
  right: 12px;
}
@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-inner .woocommerce-product-header .woocommerce-product-meta .woocommerce-add-to-cart a {
    padding-left: 32px;
    padding-right: 32px;
    line-height: 48px;
    letter-spacing: 0.05em;
  }
}
.woocommerce .woocommerce-product-inner:hover .woocommerce-product-header .woocommerce-product-meta {
  opacity: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder {
  padding: 19px 0 0;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .woocommerce .woocommerce-product-inner .woocommerce-product-holder {
    display: block;
  }
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .price {
  line-height: 1;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .star-rating {
  float: none;
  margin: 0 auto 8px auto;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .count-rating {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 8px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
  padding: 0px !important;
  margin-bottom: 13px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a {
  color: inherit;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title a:hover {
  color: #c7a254;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-subtitle {
  color: rgba(51, 51, 51, 0.66);
  font-size: 14px;
  margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr {
  margin-bottom: 12px;
}
.woocommerce .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-attr img {
  width: auto !important;
  margin: 0 !important;
}
.woocommerce .woocommerce-product-inner + .button.yith-wcqv-button {
  display: none !important;
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
  display: none !important;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 0;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  margin: 0 0 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
  text-align: center;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 50px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #9b9b9b;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 10px 0 0;
  border: 1px solid #eee;
  font-family: 'Rubik', sans-serif;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
  font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next {
  margin-left: 10px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.next:before {
  font-size: 16px;
  content: '\f2ee';
  font-family: 'Material-Design-Iconic-Font';
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev {
  margin-right: 20px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.prev:before {
  font-size: 16px;
  content: '\f2ea';
  font-family: 'Material-Design-Iconic-Font';
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  background-color: #c7a254;
  color: #fff;
  border-color: #c7a254;
}
.single-product #shop-breadcrumb {
  padding-bottom: 46px;
}
.single-product #shop-newsletter {
  margin-top: 30px;
}
.single-product section.related h2 {
  font-size: 16px;
  margin-bottom: 33px;
  text-align: center;
}
.single-product section.related ul.products {
  margin-bottom: 0;
}
.single-product section.related ul.products li.product {
  margin-bottom: 0 !important;
}
.single-product #primary div.product .woocommerce-product-details__short-description {
  margin-top: 22px;
  padding-top: 21px;
  border-top: 1px dashed #dbdbdb;
}
.single-product #primary div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product form.cart {
  padding-top: 24px;
  padding-bottom: 22px;
  margin: 0;
}
.single-product #primary div.product form.cart label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 700;
  color: #232323;
  font-family: 'Rubik', sans-serif;
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product form.cart label {
    font-size: 15px;
    line-height: normal;
  }
}
.single-product #primary div.product form.cart .reset_variations {
  display: none !important;
}
.single-product #primary div.product form.cart .variations {
  margin-bottom: 10px;
}
.single-product #primary div.product form.cart .variations td {
  padding-bottom: 20px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item {
  background-color: #f3f3f3;
  border: none;
  line-height: 40px;
  color: #1d274e;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item span {
  font-size: 14px;
}
.single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item.selected, .single-product #primary div.product form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: #c7a254;
  color: #fff;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 5px 0;
  opacity: 0.5;
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.single-product #primary div.product form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}
.single-product #primary div.product form.cart:not(.grouped_form) {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button {
  margin-top: 0;
}
.single-product #primary div.product .woocommerce-gallery span.onsale {
  display: none;
}
.single-product #primary div.product .woocommerce-product-gallery {
  width: 100% !important;
  margin-bottom: 32px;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  right: 20px;
  top: 20px;
}
@media screen and (min-width: 1200px) {
  .single-product #primary div.product .woocommerce-product-gallery {
    padding-right: 15px;
  }
  .single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    right: 35px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav {
    margin-top: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
  padding: 0 15px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-product-gallery .flex-control-nav li {
    padding: 0 5px;
  }
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img {
  opacity: 1;
}
.single-product #primary div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
  outline: 5px solid rgba(0, 0, 0, 0.1);
  outline-offset: -9px;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.single-product #primary div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  position: relative;
  display: block;
}
.single-product #primary div.product .entry-summary {
  width: 100% !important;
  margin-bottom: 69px;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .single-product #primary div.product .entry-summary {
    position: sticky;
    top: 62px;
  }
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating {
  margin-bottom: 0;
}
.single-product #primary div.product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}
.single-product #primary div.product .entry-summary .woocommerce-product-category a {
  font-size: 12px;
  color: #9b9b9b;
}
.single-product #primary div.product .entry-summary .woocommerce-product-category a:hover {
  color: #c7a254;
}
.single-product #primary div.product .entry-summary .entry-title {
  font-size: 19px;
  margin-bottom: 8px;
  font-weight: 500;
}
.single-product #primary div.product .entry-summary .price {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 0;
  color: #9b9b9b;
  align-items: center;
}
.single-product #primary div.product .entry-summary .price .amount {
  font-size: 16px;
  color: #c7a254;
  font-weight: 500;
}
.single-product #primary div.product .entry-summary .price ins {
  margin-right: 22px;
}
.single-product #primary div.product .entry-summary .price del {
  color: #c7a254;
}
.single-product #primary div.product .entry-summary .price del .amount {
  color: inherit;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt > h3 {
  font-size: 30px;
  margin-bottom: 11px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-excerpt p {
  font-size: 14px;
  line-height: 23px;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #dbdbdb;
  font-size: 12px;
  color: #9b9b9b;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a {
  color: inherit;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta a:hover {
  color: #c7a254;
}
.single-product #primary div.product .entry-summary .woocommerce-product-summary-meta label {
  color: #282828;
  margin-right: 4px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-label {
  font-size: 14px;
  font-weight: 700;
  color: #282829;
  margin-right: 15px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  margin: 0 9px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-social-share .el-social a:hover {
  color: #c7a254;
}
.single-product #primary div.product .entry-summary .single_add_to_cart_button {
  clear: left;
  margin-top: 30px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-meta {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder, .single-product #primary div.product .entry-summary .woocommerce-sg-product-rating {
  padding: 0 15px;
}
.single-product #primary div.product .entry-summary .woocommerce-sg-product-holder {
  flex-grow: 1;
}
.single-product #primary div.product .woocommerce-tabs {
  margin-top: 48px;
  margin-bottom: 88px;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs {
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  justify-content: center;
  border-bottom: 2px solid #dbdbdb;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs:after {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li {
  margin: 0 15px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a {
  font-size: 14px;
  color: #282828;
  font-weight: 700;
  padding: 0;
  line-height: 51px;
  position: relative;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:before {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #c7a254;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:before, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li:after {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active a {
  background-color: #fff;
  color: #c7a254;
}
.single-product #primary div.product .woocommerce-tabs ul.wc-tabs li.active a:before {
  opacity: 1;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 25px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  border: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-bottom: 1px solid #dee2e6;
  font-family: inherit;
  color: #1d274e;
  font-weight: normal;
  font-style: normal;
  padding: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  border-left: 1px solid #dee2e6;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list {
  font-size: 18px;
  line-height: 34px;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .col-xl-4 {
  font-weight: 600;
}
.single-product #primary div.product .woocommerce-tabs .tab-product-feature-list .line-gap {
  margin: 0;
  width: 100%;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-noreviews {
  margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating {
  margin-bottom: 15px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-rating label {
  margin-bottom: 10px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form-comment label {
  margin-bottom: 8px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
  font-size: 18px;
  margin-bottom: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title, .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .nice-select {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-form #comment {
  padding-top: 15px;
  height: 120px;
  padding-bottom: 22px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form {
  padding: 30px;
  border: 1px solid #e9e9e9;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #review_form #respond {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
  padding: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #eee;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
  position: absolute;
  right: 10px;
  top: 0;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
  display: none;
}
@media screen and (max-width: 991px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: static;
    margin-bottom: 6px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
  position: relative;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
  padding: 0;
  width: 80px;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  border: 5px solid #fff;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    width: 40px;
    border: none;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
  border: none;
  margin: 0;
  padding: 0 0 0 100px;
}
@media screen and (max-width: 767px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
    float: none;
  }
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    padding-left: 60px;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: block;
  }
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
  display: block;
  font-size: 14px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
  color: #282828;
  font-family: 'Rubik', sans-serif;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
  display: none;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date:before {
  content: "\f017";
  font-family: FontAwesome;
  margin: 0 4px;
}
.single-product #primary div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p {
  margin: 0;
}
.single-product #primary div.product .woocommerce-sg-product-navigation {
  text-align: center;
  margin-bottom: 57px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next {
  display: inline-block;
  position: relative;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #222;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin: 0 3px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.single-product #primary div.product .woocommerce-sg-product-navigation .product-previous-next a:hover {
  background-color: #c7a254;
}
.single-product #primary div.product .quantity {
  margin-right: 20px;
}
.single-product #primary div.product .product_meta .sku_wrapper, .single-product #primary div.product .product_meta .posted_in, .single-product #primary div.product .product_meta .tagged_as {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.single-product #primary div.product .product_meta .sku_wrapper span, .single-product #primary div.product .product_meta .posted_in span, .single-product #primary div.product .product_meta .tagged_as span, .single-product #primary div.product .product_meta .sku_wrapper a, .single-product #primary div.product .product_meta .posted_in a, .single-product #primary div.product .product_meta .tagged_as a {
  color: #c7a254;
  margin-left: 7px;
}
.single-product #primary div.product .product_meta .sku_wrapper a:hover, .single-product #primary div.product .product_meta .posted_in a:hover, .single-product #primary div.product .product_meta .tagged_as a:hover {
  color: #222;
}
.single-product #primary div.product .product_meta .posted_in {
  display: none;
}
@media screen and (min-width: 768px) {
  .single-product.header-sticky #primary div.product .entry-summary {
    top: 120px;
  }
  .single-product.header-sticky.admin-bar #primary div.product .entry-summary {
    top: 150px;
  }
}
body.woocommerce-cart .woocommerce-cart-form .actions .button, body.woocommerce-wishlist .woocommerce-cart-form .actions .button, body.woocommerce-cart #yith-wcwl-form .actions .button, body.woocommerce-wishlist #yith-wcwl-form .actions .button {
  padding: 0 20px !important;
  color: #fff !important;
}
body.woocommerce-cart .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-wishlist .woocommerce-cart-form table.cart td.actions .input-text, body.woocommerce-cart #yith-wcwl-form table.cart td.actions .input-text, body.woocommerce-wishlist #yith-wcwl-form table.cart td.actions .input-text {
  width: 180px !important;
  height: 50px;
  border-width: 0 0 2px 0px;
  border-style: solid;
  border-color: #e8e8e8;
  padding-left: 0px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table, body.woocommerce-wishlist .woocommerce-cart-form .shop_table, body.woocommerce-cart #yith-wcwl-form .shop_table, body.woocommerce-wishlist #yith-wcwl-form .shop_table {
  border: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th, body.woocommerce-wishlist .woocommerce-cart-form .shop_table thead th, body.woocommerce-cart #yith-wcwl-form .shop_table thead th, body.woocommerce-wishlist #yith-wcwl-form .shop_table thead th {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 10px;
  border-top: 1px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td, body.woocommerce-wishlist .woocommerce-cart-form .shop_table tbody td, body.woocommerce-cart #yith-wcwl-form .shop_table tbody td, body.woocommerce-wishlist #yith-wcwl-form .shop_table tbody td {
  text-align: left;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a, body.woocommerce-cart #yith-wcwl-form tbody .product-name a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a {
  color: #1d274e;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name a:hover, body.woocommerce-cart #yith-wcwl-form tbody .product-name a:hover, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name a:hover {
  color: #c7a254;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name .yith-wcqv-button, body.woocommerce-cart #yith-wcwl-form tbody .product-name .yith-wcqv-button, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name .yith-wcqv-button {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-name dl.variation, body.woocommerce-cart #yith-wcwl-form tbody .product-name dl.variation, body.woocommerce-wishlist #yith-wcwl-form tbody .product-name dl.variation {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price, body.woocommerce-cart #yith-wcwl-form tbody .product-price, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal {
  color: #1d274e;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat";
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart #yith-wcwl-form tbody .product-price ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-subtotal ins, body.woocommerce-cart #yith-wcwl-form tbody .product-subtotal ins, body.woocommerce-wishlist #yith-wcwl-form tbody .product-subtotal ins {
  color: #1d274e;
  background-color: transparent;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail {
  text-align: center !important;
  min-width: 120px;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a {
  display: block;
}
body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-wishlist .woocommerce-cart-form tbody .product-thumbnail a img, body.woocommerce-cart #yith-wcwl-form tbody .product-thumbnail a img, body.woocommerce-wishlist #yith-wcwl-form tbody .product-thumbnail a img {
  width: 100%;
  max-width: 80px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
  position: relative;
  min-width: 50px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove {
  font-size: 0px;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:before {
  content: "\f136";
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  background-color: #c7a254;
  color: #fff;
  -webkit-border-radius: 32px;
  -khtml-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
}
body.woocommerce-cart .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-wishlist .woocommerce-cart-form .product-remove a.remove:hover:before, body.woocommerce-cart #yith-wcwl-form .product-remove a.remove:hover:before, body.woocommerce-wishlist #yith-wcwl-form .product-remove a.remove:hover:before {
  color: #fff;
  background-color: rgba(199, 162, 84, 0.85);
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form .product-remove, body.woocommerce-wishlist .woocommerce-cart-form .product-remove, body.woocommerce-cart #yith-wcwl-form .product-remove, body.woocommerce-wishlist #yith-wcwl-form .product-remove {
    min-height: 57px;
  }
}
body.woocommerce-cart .woocommerce-cart-form table.shop_table, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table, body.woocommerce-cart #yith-wcwl-form table.shop_table, body.woocommerce-wishlist #yith-wcwl-form table.shop_table {
  margin-bottom: 40px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 769px) {
  body.woocommerce-cart .woocommerce-cart-form table.shop_table td, body.woocommerce-wishlist .woocommerce-cart-form table.shop_table td, body.woocommerce-cart #yith-wcwl-form table.shop_table td, body.woocommerce-wishlist #yith-wcwl-form table.shop_table td {
    background-color: #fff !important;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2, body.woocommerce-wishlist .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
body.woocommerce-cart .cart-collaterals .cart_totals th, body.woocommerce-wishlist .cart-collaterals .cart_totals th {
  color: #1d274e;
  vertical-align: middle !important;
}
body.woocommerce-cart .cart-collaterals .cart_totals th + td, body.woocommerce-wishlist .cart-collaterals .cart_totals th + td {
  border-left: 1px solid #ebebeb;
}
body.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal td, body.woocommerce-wishlist .cart-collaterals .cart_totals .cart-subtotal td, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td, body.woocommerce-wishlist .cart-collaterals .cart_totals .order-total td {
  font-weight: 600;
  color: #1d274e;
  font-family: 'Rubik', sans-serif;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
  margin-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
  color: #c7a254;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:after {
  content: '\f2f9';
  margin-left: 9px;
  font-family: "Material-Design-Iconic-Font";
  position: relative;
  top: 1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: #222;
}
body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form, body.woocommerce-wishlist .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
  padding-top: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button, body.woocommerce-wishlist .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout, body.woocommerce-wishlist .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-checkout form.checkout_coupon {
  border: 1px solid #eee;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #f7f8fa;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: 50%;
  padding-right: 30px;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  width: 50%;
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce-checkout #customer_details {
  margin: 0 -15px;
  width: inherit;
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-checkout #customer_details {
    margin: 0;
  }
  .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
    width: 100%;
  }
}
.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  font-size: 28px;
  text-transform: capitalize;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields {
  margin-bottom: 36px;
}
.woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
  font-size: 18px;
  font-weight: 600;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
  font-size: 28px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
  color: #c7a254;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
  position: absolute;
  opacity: 0;
}
.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span:after {
  content: "\f01a";
  font-family: FontAwesome;
  margin-left: 14px;
  font-weight: normal;
}
.woocommerce-checkout #customer_details #billing_country_field label, .woocommerce-checkout #customer_details #shipping_country_field label, .woocommerce-checkout #customer_details #billing_address_1_field label, .woocommerce-checkout #customer_details #shipping_address_1_field label, .woocommerce-checkout #customer_details #order_comments_field label {
  display: none !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  font-size: 24px;
  text-transform: capitalize;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th {
  color: #1d274e;
  vertical-align: middle !important;
}
.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
  border-left: 1px solid #ebebeb;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .order-total td {
  font-weight: 600;
  color: #1d274e;
}
.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
  margin-bottom: 60px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
  background-color: #f7f8fa;
  border: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
  margin-left: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
  padding: 20px;
  border-bottom: 1px solid #eee;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
  padding: 20px;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
  background-color: #c7a254;
  float: none;
  margin-top: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order:hover {
  background-color: #222;
}
.woocommerce-checkout #payment label {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 600;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style: none;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #eaeaea;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  padding: 10px 0;
  color: #747da1;
  position: relative;
  display: block;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
  color: #c7a254;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:before {
  content: "\f178";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  font-family: "FontAwesome";
  color: #c7a254;
  margin-left: -16px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover {
  color: inherit;
  padding-left: 26px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account .site-content #primary .woocommerce-MyAccount-navigation ul li a:hover:before {
  margin-left: 0;
  opacity: 1;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content {
  margin-bottom: 30px;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-1, .woocommerce-account .site-content #primary .woocommerce-MyAccount-content .col-2 {
  flex: inherit;
  max-width: inherit;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row label {
  width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-account .site-content #primary .woocommerce-form {
  background-color: #f7f8fa;
  border: 1px solid #eee;
  padding: 30px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  max-width: 670px;
  margin: 0px auto 30px auto;
}
.woocommerce-account .site-content #primary .woocommerce-form label {
  font-weight: 500;
  margin-bottom: 2px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button.button {
  margin-right: 16px;
  height: auto;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword {
  margin-bottom: 0;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a {
  color: #c7a254;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-LostPassword a:hover {
  color: #222;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox {
  padding: 0;
  line-height: 50px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox span {
  font-size: 15px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  position: relative;
  top: -1px;
}
.woocommerce-account .site-content #primary .woocommerce-form .woocommerce-Button {
  height: 42px;
}
.woocommerce-account .site-content #primary .woocommerce-notices-wrapper + h2 {
  text-align: center;
  font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login {
  margin: 0 -15px;
  width: inherit;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-account .site-content #primary #customer_login h2 {
  font-size: 24px;
}
.woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
  width: 50%;
  flex: inherit;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .woocommerce-account .site-content #primary #customer_login {
    margin: 0;
  }
  .woocommerce-account .site-content #primary #customer_login .u-column1.col-1, .woocommerce-account .site-content #primary #customer_login .u-column2.col-2 {
    width: 100%;
    padding: 0;
  }
}
.woocommerce-account .site-content #primary .woocommerce-password-strength.bad {
  background-color: transparent;
  padding: 8px 0;
}
body #yith-wcwl-popup-message {
  margin-left: -108px;
  display: none;
  bottom: 30px;
  top: auto;
  right: 30px;
  left: auto;
  background-color: #c7a254;
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 0 20px;
}
.woocommerce-wishlist tfoot td {
  display: none;
}
.woocommerce-wishlist .product-stock-status {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-wishlist .product-stock-status .wishlist-in-stock {
  color: #222 !important;
}
.woocommerce-wishlist #yith-wcwl-form .wishlist-empty {
  text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart {
  text-align: center !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button {
  padding: 0 20px;
  background-color: #c7a254;
  color: #fff;
  line-height: 42px;
  font-size: 16px;
  display: inline-block !important;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button:hover {
  background-color: #222;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading {
  padding-right: 30px;
}
.woocommerce-wishlist #yith-wcwl-form .product-add-to-cart a.button.loading:after {
  top: 0;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .woocommerce-wishlist #yith-wcwl-form {
    overflow-x: scroll;
  }
  .woocommerce-wishlist #yith-wcwl-form .cart.wishlist_table {
    min-width: 767px;
  }
}
.woocommerce-grouped-product-list {
  border: none;
}
