/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Novo theme
Version:    2.3.3

[Table of contents]

    1. Base

    [Master Stylesheet]
    1. Base 
        1.1 Base css 
        1.2 Heading 
        1.3 Buttons 
        1.4 Inputs 
        1.5 Preloader 
    2. Header 
        2.1 Logo 
        2.2 Navigation 
        2.3 Fullscreen navigation 
        2.4 Buter button 
        2.5 Mincart / .header-minicart 
        2.6 Search 
        2.7 Side header 
        2.8 Side navigation 
    3. Body 
        3.1 Banner 
        3.2 Side bar 
        3.3 Gallery widget 
        3.4 Contact row 
        3.5 Default widgets 
        3.6 Portfolio 
        3.7 Filter buttons 
        3.8 Social buttons 
        3.9 Pagination 
        3.10 Category 
        3.11 Testimonials 
        3.12 Skills 
        3.13 Price list 
        3.14 Blog 
        3.15 Subscribe form 
        3.16 Countdown 
        3.17 Site content 
        3.18 Comments 
        3.19 Project page 
        3.20 Price list type 2 
    4 Footer 
        4.1 Footer logo 

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Base ]
*/


/*------------------------------------------------------------------
[1.1 Base css ]
*/

aside,
nav,
footer,
header,
section {
  display: block
}

body {
  margin: 0;
  font-family: 'Montserrat';
  font-size: 16px;
  color: #161616;
}

body.site-dark {
  background: #000;
  color: #fff;
}

body.body-one-screen {
  overflow: hidden;
}

a {
  color: inherit;
}

img {
  border: none;
  height: auto;
}

input,
textarea,
button,
select,
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: inherit;
}

input,
textarea,
button,
select {
  font-family: inherit;
}

input::-webkit-input-placeholder {
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
}

input:-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder {
  color: inherit;
}

textarea::-webkit-input-placeholder {
  color: inherit;
}

textarea::-moz-placeholder {
  color: inherit;
}

textarea:-moz-placeholder {
  color: inherit;
}

textarea:-ms-input-placeholder {
  color: inherit;
}

*:focus {
  outline: none;
}

.centered-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

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

.uppercase {
  text-transform: uppercase;
}

.no-padding {
  padding: 0;
}

.padding-on {
  padding: 0 30px;
}

.dark-bg {
  color: #fff;
}

.header-space {
  height: 61px;
}

figure {
  margin: 0;
}

pre {
  background: #ccc;
  padding: 10px 20px;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

table {
  width: 100%;
  border: 1px solid #3c3c3b;
  border-collapse: collapse;
}

table td,
table th {
  border: 1px solid #3c3c3b;
  padding: 5px 15px;
}

pre {
  width: 100%;
}

.gallery .gallery-item {
  margin: 0;
  display: inline-block;
  vertical-align: text-bottom;
}

.gallery .gallery-item .wp-caption-text {
  display: none;
}

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

.gallery-columns-2 .gallery-item {
  width: 49%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery .gallery-icon {}

.gallery .gallery-icon a {
  position: relative;
}

#all {
  position: relative;
  overflow: hidden;
}

.header_type_side #all {
  padding-left: 270px;
}

.vc_column-inner {
  background-size: cover;
  background-position: 50%;
}

.vc_row[data-vc-full-width-mod] {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  overflow: hidden;
  position: relative;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
  font-size: 3.5em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
  font-size: 1.75em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
  font-size: 1.25em !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
  border: 1px solid transparent;
}

.vc_icon_element {
  margin-bottom: 20px;
}

.protected-post-form {}

.protected-post-form .cell {
  text-align: center;
  width: 19000px;
}

.protected-post-form p {
  display: none;
}

.protected-post-form .area {
  border: 1px solid;
  position: relative;
  margin: 20px auto 0;
  max-width: 680px;
}

.protected-post-form .area input {
  width: 100%;
  border: none;
  padding: 0 48px 0 20px;
  line-height: 48px;
  height: 48px;
  background: transparent;
  color: inherit;
}

.protected-post-form .area button {
  position: absolute;
  background: none;
  border: none;
  line-height: 48px;
  width: 48px;
  cursor: pointer;
  padding: 0;
  font-size: 21px;
  color: inherit;
  top: 0;
  right: 0;
}

.hide-popup-download-link .pswp__share--download {
  display: none;
}

.ytplayer-container {
  position: absolute;
  top: 0;
  z-index: -1;
}

.ytplayer-container iframe {
  position: relative;
}

.right-click-disable-message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000000;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: #ffffffcc;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.site-dark .right-click-disable-message {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  background: #000000cc;
}

.right-click-disable-message.active {
  opacity: 1;
  visibility: visible;
}

.right-click-disable-message .container {}

.right-click-disable-message .cell {
  height: 100vh;
  width: 10000px;
}

.pt-music-album {
  margin: 30px 0 0;
}

.load-items {
  display: none !important;
}

.project-grid-page {}

.project-grid-page .project-image-load-button {
  margin-bottom: 30px;
}

.page-title {
  margin-bottom: 35px;
}

.s-sidebar,
.wpb_widgetised_column {
  margin-bottom: 30px;
}

.single-post .s-sidebar {
  /* margin-top: 65px; */
}

.woocommerce div.product .s-sidebar {
  margin-top: 0;
}

.s-sidebar>.w,
.wpb_widgetised_column>div {
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 25px 35px 0;
}

.site-dark .s-sidebar>.w,
.site-dark .wpb_widgetised_column>div {
  background: #070707;
  border-color: #393939;
}

/*------------------------------------------------------------------
[1.2. Heading ]
*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 20px 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  text-decoration: none;
}

h1,
.h1 {
  font-size: 3.750em;
  /* 16px/60px */
  line-height: 1.200em;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 3.000em;
  /* 16px/48px */
  line-height: 1.200em;
  font-weight: bold;
}

h3,
.h3 {
  font-size: 2.250em;
  /* 16px/36px */
  line-height: 1.200em;
  font-weight: bold;
}

h4,
.h4 {
  font-size: 1.875em;
  /* 16px/30px */
  line-height: 1.200em;
  font-weight: bold;
}

h5,
.h5 {
  font-size: 1.500em;
  /* 16px/24px */
  line-height: 1.200em;
  font-weight: bold;
}

h6,
.h6 {
  font-size: 1.125em;
  /* 16px/18px */
  line-height: 1.200em;
  font-weight: bold;
}

.heading-decor,
.heading-decor-s {
  margin: 15px 0 30px;
  overflow: hidden;
}

.widget .heading-decor {
  margin-bottom: 25px;
}

.heading-decor>*,
.heading-decor-s>* {
  margin: 0;
}

.heading-decor:after,
.heading-decor-s .h:after,
.testimonials .item .quote:after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 30px;
  border-bottom: 2px solid;
  color: #c48f56;
  margin-top: 20px;
  vertical-align: top;
}

.heading-decor-s .h:after {
  display: block;
}

.heading-decor-s.tac .h:after {
  margin: 20px auto 0;
}

.heading-decor-s.tar .h:after {
  float: right;
}


/*------------------------------------------------------------------
[1.3. Buttons ]
*/

.button-style1,
.vc_general.vc_btn3,
.pixproof-data .button-download {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid #c48f56;
  padding: 10px 20px;
  cursor: pointer;
  background: transparent;
  border-radius: 0;
  color: inherit;
  position: relative;
}

.pixproof-data .button-download:before {
  content: "\e920";
  font-family: 'multimedia-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 15px;
}

.button-style1.loading {}

.button-style1.loading span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.button-style1 i,
.vc_general.vc_btn3 i {
  margin-right: 10px;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg) translate(-50%, -50%);
  }

  to {
    -moz-transform: rotate(360deg) translate(-50%, -50%);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg) translate(-50%, -50%);
  }

  to {
    -webkit-transform: rotate(360deg) translate(-50%, -50%);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg) translate(-50%, -50%);
  }

  to {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}

.button-style1.loading:after {
  content: "\f1ce";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1500ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1500ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1500ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 1500ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  display: block;
}

.button-style1:hover,
.vc_general.vc_btn3:hover,
.pixproof-data .button-download:hover {
  background: #c48f56;
  color: #fff;
  border-width: 1px;
}


/*------------------------------------------------------------------
[1.4 Inputs ]
*/

input.style1,
textarea.style1,
input.style3,
textarea.style3 {
  width: 100%;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  background: transparent;
  border: none;
  margin-bottom: 25px;
  text-align: left;
  color: inherit;
  border-bottom: 1px solid;
  font-weight: 300;
}

.wpcf7-form input.style1,
.wpcf7-form textarea.style1 {}

input.style1.wr,
textarea.style1.wr {
  border-radius: 5px;
}

.dark-bg input.style1,
.dark-bg textarea.style1 {
  /* border-color: #d0d0d0; */
  /* border-color: #ffffff; */
}

input.style1,
input.style3 {
  padding: 10px 15px;
  height: 40px;
}

textarea.style1,
textarea.style3 {
  padding: 15px 20px;
  border: 1px solid;
}

input.style2,
textarea.style2 {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: left;
  background: #fff;
  border: 1px solid #dedede;
  color: #2d2d2d;
  padding: 10px 20px;
  line-height: 23px;
}

input.style2 {}

textarea.style2 {
  padding: 15px 20px;
}

input.style3 {
  margin-bottom: 15px !important;
  text-align: center;
}

textarea.style3 {
  border: none;
  border-bottom: 1px solid;
  resize: none;
  text-align: center;
  margin-bottom: 15px !important;
}


/*------------------------------------------------------------------
[1.5 Preloader ]
*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background: #fff;
}

.site-dark .preloader {
  background: #000;
}

.preloader_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader_img img {
  max-width: 200px;
  max-height: 200px;
}

.preloader_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 45px;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  font-size: 35px;
  line-height: 40px;
  width: 100%;
  text-align: center;
}

.preloader_content__container {
  font-weight: 600;
  overflow: hidden;
  height: 44px;
  padding: 0 40px;
  display: inline-block;
  position: relative;
}

.preloader_content__container:before {
  content: '[';
  left: 0;
}

.preloader_content__container:after {
  content: ']';
  position: absolute;
  right: 0;
}

.preloader_content__container:after,
.preloader_content__container:before {
  position: absolute;
  top: 0;
  color: #c48f56;
  font-size: 42px;
  line-height: 40px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.preloader_content__container__text {
  display: inline;
  float: left;
  margin: 0;
}

.preloader_content__container__list {
  margin-top: 0;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-iteration-count: infinite;
  display: block;
  float: left;
  margin: 0;
}

.preloader_content__container__list.count_2 {
  -webkit-animation-name: change2;
  animation-name: change2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.preloader_content__container__list.count_3 {
  -webkit-animation-name: change3;
  animation-name: change3;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.preloader_content__container__list.count_4 {
  -webkit-animation-name: change4;
  animation-name: change4;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

.preloader_content__container__list.count_5 {
  -webkit-animation-name: change5;
  animation-name: change5;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}

.preloader_content__container__list__item {
  line-height: 40px;
  margin: 0;
}

@-webkit-keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes change2 {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

@keyframes change2 {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

@-webkit-keyframes change3 {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  25%,
  75% {
    -webkit-transform: translate3d(0, -33%, 0);
    transform: translate3d(0, -33%, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -66%, 0);
    transform: translate3d(0, -66%, 0);
  }
}

@keyframes change3 {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  25%,
  75% {
    -webkit-transform: translate3d(0, -33%, 0);
    transform: translate3d(0, -33%, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -66%, 0);
    transform: translate3d(0, -66%, 0);
  }
}

@-webkit-keyframes change4 {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  16.6666667%,
  29.32% {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  45.98% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  49.98%,
  62.64% {
    -webkit-transform: translate3d(0, -75%, 0);
    transform: translate3d(0, -75%, 0);
  }

  66.64%,
  79.3% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  83.3%,
  95.96% {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }
}

@keyframes change4 {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  16.66%,
  83.3% {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }

  33.32%,
  66.64% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  49.98% {
    -webkit-transform: translate3d(0, -75%, 0);
    transform: translate3d(0, -75%, 0);
  }
}

@-webkit-keyframes change5 {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  12.5%,
  87.5% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  25%,
  75% {
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }

  37.5%,
  62.5% {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
  }
}

@keyframes change5 {

  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  12.5%,
  87.5% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  25%,
  75% {
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }

  37.5%,
  62.5% {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
  }
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper>.scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element.scroll-x.scroll-scrolly_visible {
  display: none !important;
}

.scroll-element {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
  background: #5d5d5d;
}

.site-light .scroll-element {
  border-color: #e0e0e0;
  background: #fff;
}

.scroll-element .scroll-element_outer {}

.scroll-element .scroll-element_size {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5px;
}

.scroll-element .scroll-element_track {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.scroll-element .scroll-bar {
  width: 5px;
  cursor: pointer;
  background: #bc8953;
  /* min-height: 20px; */
  position: absolute;
}

.site-light .scroll-element .scroll-bar {
  background: #c0c0c0;
}



/*------------------------------------------------------------------
[2. Header ]
*/

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vc_editor .site-header {
  z-index: 0;
}

.vc_editor .site-header.fixed {
  z-index: 100;
}

.site-header.fixed {
  background: #fff;
}

.site-header.dark.fixed {
  background: #000;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header.dark {
  color: #fff;
}

.site-header.light {}

.site-header.header-space-on.dark {
  background: #000;
}

.site-header.header-space-on.light {
  background: #fff;
  color: #000;
}

.site-header.header_side {
  display: none;
}

.site-header .container-fluid {
  padding: 0 30px;
}


/*------------------------------------------------------------------
[2.1 Logo ]
*/

.site-header .logo,
.side-header .logo {
  font-size: 1.125em;
  font-weight: bold;
  float: left;
}

.header-left-white-color.header_space_no .site-header .logo {
  color: #fff;
}

.header-left-dark-color.header_space_no .site-header .logo {
  color: #000;
}

.side-header .logo {
  position: absolute;
  left: 60px;
  top: 0;
}

.site-header.header_logo_center .logo,
.site-header.header_logo_center_t2 .logo {
  position: absolute;
  left: 50%;
  top: 0;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.site-header .logo a,
.side-header .logo a {
  display: table-cell;
  height: 75px;
  vertical-align: middle;
  text-decoration: none;
}

.site-header .logo img,
.side-header .logo img {
  max-height: 65px;
}

.site-header.light .logo .dark,
.site-header.dark .logo .light,
.side-header.light .logo .dark,
.side-header.dark .logo .light,
.header-left-white-color.header_space_no .site-header .logo .light,
.header-left-dark-color.header_space_no .site-header .logo .dark {
  display: block;
}

.site-header.light .logo .light,
.site-header.dark .logo .dark,
.side-header.light .logo .light,
.side-header.dark .logo .dark,
.header-left-white-color.header_space_no .site-header .logo .dark,
.header-left-dark-color.header_space_no .site-header .logo .light {
  display: none;
}


/*------------------------------------------------------------------
[2.2 Navigation ]
*/

.header-right-white-color.header_space_no .site-header .fr {
  color: #fff;
}

.header-right-dark-color.header_space_no .site-header .fr {
  color: #000;
}

.navigation {
  float: left;
  opacity: 0;
  transform: translateX(100%);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
}

.navigation.active,
.navigation.visible_menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.navigation ul {
  margin: 0;
  padding: 0;
}

.navigation li {
  display: block;
}

.navigation a {
  text-decoration: none;
}

.navigation>ul {}

.navigation>ul>li {
  float: left;
  position: relative;
  /* padding: 20px 0; */
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  -ms-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}

.navigation>ul>li:not(:last-of-type) {
  margin-right: 10px;
}

.navigation.hover-style2>ul>li:not(:last-of-type) {
  margin: 0;
}

.navigation>ul>li>a {
  transition: 0.3s;
  display: table-cell;
  position: relative;
  line-height: 25px;
  text-transform: uppercase;
  max-width: 130px;
  height: 75px;
  vertical-align: middle;
  line-height: 1.2em;
  text-align: center;
}

.navigation>ul>li>a span {
  border: 1px solid transparent;
  border-right: none;
  padding: 7px 3px 7px 10px;
}

.navigation.hover-style2>ul>li>a span {
  border: none;
  padding: 2px 10px;
  position: relative;
  display: block;
}

.navigation>ul>li.current-menu-item>a span,
.navigation>ul>li.current-menu-ancestor>a span,
.navigation>ul>li.current_page_item>a span,
.navigation>ul>li.current-menu-ancestor>a span {
  border-color: #c48f56;
}

.navigation.hover-style2>ul>li.current-menu-item>a span:after,
.navigation.hover-style2>ul>li.current-menu-ancestor>a span:after,
.navigation.hover-style2>ul>li.current_page_item>a span:after,
.navigation.hover-style2>ul>li.current-menu-ancestor>a span:after {
  content: "";
  color: #9d7345;
  box-shadow: inset 0 -9px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  z-index: -1;
}

.navigation.min>ul>li>a {
  font-size: 0.88em;
}

.navigation.min2>ul>li>a {
  font-size: 0.7em;
}

.navigation>ul>li:hover>a {
  color: #c48f56;
}

.navigation .sub-menu,
.navigation .children {
  position: absolute;
  color: #000;
  background: #ffffff;
  width: 200px;
  left: 0;
  top: 60px;
  border: 1px solid #464646;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.site-header.dark .navigation .sub-menu,
.site-header.dark .navigation .children {
  background: #000;
  color: #fff;
}

.navigation li.menu-item-has-children:hover>.sub-menu,
.navigation li.page_item_has_children:hover>.children {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.navigation .sub-menu .sub-menu,
.navigation .children .children {
  left: 100%;
  top: -1px;
}

.navigation .sub-menu.right,
.navigation .children.right {
  left: inherit;
  right: 0;
}

.navigation>ul>li:nth-last-child(4) .sub-menu .sub-menu,
.navigation>ul>li:nth-last-child(3) .sub-menu .sub-menu,
.navigation>ul>li:nth-last-child(2) .sub-menu .sub-menu,
.navigation>ul>li:nth-last-child(1) .sub-menu .sub-menu,
.navigation>ul>li:nth-last-child(4) .children .children,
.navigation>ul>li:nth-last-child(3) .children .children,
.navigation>ul>li:nth-last-child(2) .children .children,
.navigation>ul>li:nth-last-child(1) .children .children,
.navigation .sub-menu.right .sub-menu,
.navigation .children.right .children {
  left: inherit;
  right: 100%;
}

.navigation>ul>li>.sub-menu,
.navigation>ul>li>.children {}

.navigation .sub-menu li,
.navigation .children li {
  padding: 0 0;
  border-bottom: 1px solid #464646;
}

.navigation .sub-menu li:last-of-type,
.navigation .children li:last-of-type {
  border-bottom: none;
}

.navigation .sub-menu li.menu-item-has-children,
.navigation .children li.page_item_has_children {
  position: relative;
}

.navigation .sub-menu li.current-menu-item>a,
.navigation .sub-menu li.current-menu-ancestor>a,
.navigation .sub-menu li:hover>a,
.navigation .sub-menu li.current-menu-item.menu-item-has-children:after,
.navigation .sub-menu li:hover.menu-item-has-children:after,
.navigation .children li.current_page_item>a,
.navigation .children li.current-menu-ancestor>a,
.navigation .children li:hover>a,
.navigation .children li.current_page_item.page_item_has_children:after,
.navigation .children li:hover.page_item_has_children:after {
  color: #c48f56;
}

.navigation>ul>li:nth-last-child(4) .sub-menu li.menu-item-has-children>a,
.navigation>ul>li:nth-last-child(3) .sub-menu li.menu-item-has-children>a,
.navigation>ul>li:nth-last-child(2) .sub-menu li.menu-item-has-children>a,
.navigation>ul>li:nth-last-child(1) .sub-menu li.menu-item-has-children>a,
.navigation>ul>li:nth-last-child(4) .children li.menu_item_has_children>a,
.navigation>ul>li:nth-last-child(3) .children li.menu_item_has_children>a,
.navigation>ul>li:nth-last-child(2) .children li.menu_item_has_children>a,
.navigation>ul>li:nth-last-child(1) .children li.menu_item_has_children>a,
.navigation .sub-menu.right li.menu_item_has_children>a,
.navigation .children.right li.menu_item_has_children>a {
  padding-left: 25px;
}

.navigation .sub-menu li.menu-item-has-children>a:after,
.navigation .children li.page_item_has_children>a:after {
  content: "\e941";
  font-family: 'basic-ui-icons' !important;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 0.7em;
}

.navigation>ul>li:nth-last-child(4) .sub-menu li.menu-item-has-children>a:after,
.navigation>ul>li:nth-last-child(3) .sub-menu li.menu-item-has-children>a:after,
.navigation>ul>li:nth-last-child(2) .sub-menu li.menu-item-has-children>a:after,
.navigation>ul>li:nth-last-child(1) .sub-menu li.menu-item-has-children>a:after,
.navigation>ul>li:nth-last-child(4) .children li.page_item_has_children>a:after,
.navigation>ul>li:nth-last-child(3) .children li.page_item_has_children>a:after,
.navigation>ul>li:nth-last-child(2) .children li.page_item_has_children>a:after,
.navigation>ul>li:nth-last-child(1) .children li.page_item_has_children>a:after,
.navigation .sub-menu.right li.page_item_has_children>a:after,
.navigation .children.right li.page_item_has_children>a:after {
  content: "\e927";
  right: inherit;
  left: 8px;
}

.navigation .sub-menu li a,
.navigation .children li a {
  display: table-cell;
  width: 200px;
  height: 35px;
  padding: 5px 20px;
  position: relative;
  vertical-align: middle;
  transition-duration: 0.2s;
}


/*------------------------------------------------------------------
[2.3 Fullscreen navigation ]
*/

.full-screen-nav {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  z-index: 101;
  display: none;
}

.admin-bar .full-screen-nav {
  top: 32px;
}

.site-dark .full-screen-nav {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.full-screen-nav .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 25px;
  cursor: pointer;
  z-index: 5;
}

.fsn-container {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: -25px;
  overflow-y: scroll;
}

.admin-bar .fsn-container {}

.full-screen-nav ul {
  margin: 0;
  padding: 0;
}

.full-screen-nav .fsn-container>ul {
  width: 3800px;
}

.full-screen-nav ul li {
  display: block;
}

.full-screen-nav ul li a {
  text-decoration: none;
}

.full-screen-nav .fsn-container>ul>li {
  margin: 20px 0;
}

.full-screen-nav .fsn-container>ul>li>a {
  position: relative;
  font-size: 1.875em;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.2em;
  /* font-weight: bold; */
}

.full-screen-nav .fsn-container>ul>li:hover>a {
  color: #c48f56;
}

.full-screen-nav .fsn-container>ul>li:hover>a:after {
  width: 100%;
  opacity: 1;
}

.full-screen-nav .fsn-container>ul>li.current-menu-item>a,
.full-screen-nav .fsn-container>ul>li.current-menu-parent>a,
.full-screen-nav .fsn-container>ul>li.current-menu-ancestor>a {
  color: #c48f56;
}

.full-screen-nav .fsn-container>ul>li ul.sub-menu,
.full-screen-nav .fsn-container>ul>li ul.children {
  display: none;
}

.full-screen-nav .fsn-container>ul>li>ul.sub-menu,
.full-screen-nav .fsn-container>ul>li>ul.children {
  display: none;
  font-weight: 300;
  font-size: 1em;
  padding: 10px 0 0;
  text-transform: uppercase;
}

.full-screen-nav ul li ul.sub-menu li:hover>a,
.full-screen-nav ul li ul.children li:hover>a,
.full-screen-nav ul li ul.sub-menu li.current-menu-item>a,
.full-screen-nav ul li ul.children li.current_menu_item>a,
.full-screen-nav ul li ul.sub-menu li.current-menu-ancestor>a,
.full-screen-nav ul li ul.children li.current_menu_ancestor>a {
  color: #67686d;
}

.full-screen-nav ul li ul.sub-menu li,
.full-screen-nav ul li ul.children li {
  padding: 10px 0 0;
}


/*------------------------------------------------------------------
[2.4 Buter button ]
*/

.butter-button {
  float: left;
  width: 15px;
  height: 11px;
  position: relative;
  margin: 30px 0 30px 30px;
  cursor: pointer;
}

.butter-button.visible_menu {
  display: none;
}

.butter-button div {
  height: 1px;
  box-shadow: inset 0 0 0 3px;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.butter-button.active div {
  transform: scaleX(0);
}

.butter-button:after,
.butter-button:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  box-shadow: inset 0 0 0 3px;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.butter-button:after {
  top: auto;
  bottom: 0;
}

.butter-button.active:before {
  transform: rotate(45deg);
  transform-origin: 50%;
  top: 5px;
}

.butter-button.active:after {
  transform: rotate(-45deg);
  bottom: 5px;
}


/*------------------------------------------------------------------
[2.5. Mincart / .header-minicart ]
*/

.header-minicart {
  float: left;
  padding: 26px 0;
  margin-left: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-minicart a {
  text-decoration: none;
}

.hm-cunt {
  display: block;
  text-align: center;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

.hm-cunt.big {
  display: inline-block;
  font-size: 65px;
}

.hm-cunt i {
  display: block;
}

.hm-cunt span {
  display: block;
  font-size: 10px;
  position: absolute;
  top: -7px;
  right: -7px;
  background: #9d7245;
  color: #fff;
  line-height: 17px;
  height: 17px;
  min-width: 17px;
  padding: 0 2px;
  border-radius: 50%;
}

.hm-cunt.big span {
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  font-size: 18px;
}

.header-minicart .minicart-wrap {
  position: absolute;
  background: #fbfbfb;
  top: 100%;
  right: 15px;
  padding: 5px 15px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #252a31;
  width: 310px;
}

.site-dark .header-minicart .minicart-wrap {
  background: #272727;
  color: #fff;
}

.header-minicart:hover .minicart-wrap,
.minicart-wrap:hover {
  opacity: 1;
  visibility: visible;
}

.minicart-wrap {}

.minicart-wrap .cart_list.product_list_widget {
  margin: 0 -15px;
}

.minicart-wrap .cart_list .mini_cart_item,
.widget_shopping_cart_content .mini_cart_item {
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  min-height: 60px;
}

.site-dark .minicart-wrap .cart_list .mini_cart_item,
.site-dark .widget_shopping_cart_content .mini_cart_item {
  border-bottom-color: #181818;
}

.minicart-wrap .cart_list .mini_cart_item .remove,
.widget_shopping_cart_content .cart_list .mini_cart_item .remove {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  font-size: 8px;
}

.minicart-wrap .cart_list .mini_cart_item .wp-post-image,
.widget_shopping_cart_content .cart_list .mini_cart_item .wp-post-image {
  float: left;
  margin-right: 10px;
  margin-left: 0;
  width: 40px;
}

.minicart-wrap .cart_list .mini_cart_item .wp-post-image img {}

.minicart-wrap .cart_list .mini_cart_item .quantity,
.widget_shopping_cart_content .cart_list .mini_cart_item .quantity {
  font-size: 13px;
  display: block;
  margin-left: 50px;
  color: #c48f56;
}

.widget_shopping_cart_content .cart_list .mini_cart_item .quantity span {}

.site-dark .minicart-wrap .cart_list .mini_cart_item .quantity span,
.site-dark .widget_shopping_cart_content .cart_list .mini_cart_item .quantity span {
  color: inherit;
}

.minicart-wrap .cart_list .mini_cart_item .variation,
.widget_shopping_cart_content .cart_list .mini_cart_item .variation {
  border: none;
  margin: 5px 0 0;
  padding: 0;
  margin-left: 50px;
  float: none;
  display: block;
  font-size: 0.778em;
}

.minicart-wrap .cart_list .mini_cart_item dt,
.widget_shopping_cart_content .cart_list .mini_cart_item dt {
  float: left;
  clear: none;
}

.minicart-wrap .cart_list .mini_cart_item dd,
.widget_shopping_cart_content .cart_list .mini_cart_item dd,
  {
  float: none;
  display: block;
  /* margin-left: 45px; */
  margin-bottom: 0;
  clear: none;
}

.minicart-wrap .cart_list .mini_cart_item p,
.widget_shopping_cart_content .cart_list .mini_cart_item p {
  margin: 0;
}

.minicart-wrap .total,
.widget_shopping_cart_content .total {
  font-size: 1em;
  margin: 15px 0;
  overflow: hidden;
}

.minicart-wrap .total strong {
  font-weight: 600;
  margin: 6px 0;
  display: inline-block;
}

.minicart-wrap .total>span,
.widget_shopping_cart_content .total>span {
  color: #bc8a53;
  float: right;
  font-weight: bold;
  font-size: 1.500em;
}

.minicart-wrap .buttons,
.widget_shopping_cart_content .buttons {
  margin: 0 0 0;
}

.minicart-wrap a.button,
.widget_shopping_cart_content a.button {
  font-size: 12px;
  background: #000;
  color: #fff;
  font-weight: normal;
  /* border-radius: 5px 5px 0 0; */
  margin: 0 0 10px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.minicart-wrap a.checkout,
.widget_shopping_cart_content a.checkout {
  background: #bc8a53;
  /* border-radius: 0 0 5px 5px; */
  margin-bottom: 0;
}


/*------------------------------------------------------------------
[2.6 Search ]
*/

.search-button {
  float: left;
  margin: 26px 0 26px 30px;
  font-size: 18px;
  cursor: pointer;
}

.search-button i {
  display: block;
}

.header_logo_center_t2 .search-button {
  margin-left: 0;
}

.search-popup {
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: #fff;
  display: none;
  padding: 0 15px;
}

.site-dark .search-popup {
  color: #fff;
  background: #000;
}

.admin-bar .search-popup {
  top: 107px;
}

.search-popup .close {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 25px;
  cursor: pointer;
}

.search-popup .centered-container {
  width: 90% !important;
  max-width: 540px;
}

.search-popup .searchform {
  border: 1px solid;
  overflow: hidden;
}

.search-popup .searchform div {
  margin-right: 50px;
}

.search-popup .searchform .searchsubmit {
  float: right;
  background: none;
  border: none;
  line-height: 48px;
  width: 48px;
  cursor: pointer;
  padding: 0;
  font-size: 21px;
  color: inherit;
}

.search-popup .searchform .input {
  width: 100%;
  border: none;
  padding: 0 20px;
  line-height: 48px;
  height: 48px;
  background: transparent;
  color: inherit;
}


/*------------------------------------------------------------------
[2.7 Side header ]
*/

.side-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 270px;
  z-index: 50;
  overflow: hidden;
}

.side-header.dark {
  background: #000;
}

.admin-bar .side-header {
  top: 32px;
}

.side-header .wrap {
  position: absolute;
  top: 75px;
  left: 25px;
  bottom: 75px;
  overflow-y: scroll;
  right: -25px;
  padding-right: 25px;
  padding-left: 35px;
}

.side-header .wrap .cell {
  width: 1200px;
}

.side-header .copyright {
  position: absolute;
  bottom: 20px;
  left: 60px;
  font-size: 12px;
  right: 25px;
}


/*------------------------------------------------------------------
[2.8 Side navigation ]
*/

.side-navigation {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

.side-navigation ul {
  margin: 0;
  padding: 0;
}

.side-navigation ul li {
  display: block;
}

.side-navigation ul li a {
  display: block;
  text-decoration: none;
}

.side-navigation ul li a span {
  position: relative;
  padding-right: 20px;
}

.side-navigation ul li.menu-item-has-children>a span:after,
.side-navigation ul li.page_item_has_children>a span:after {
  content: "\e941";
  font-family: 'basic-ui-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 10px;
}

.side-navigation>ul {
  position: relative;
}

.side-navigation>ul>li {}

.side-navigation>ul>li>a {
  padding: 10px 0;
}

.side-navigation li.current-menu-item>a,
.side-navigation li.current-menu-parent>a,
.side-navigation li.current-menu-ancestor>a,
.side-navigation li.current_page_item>a,
.side-navigation li:hover>a {
  color: #c48f56;
}

.side-navigation .sub-menu,
.side-navigation .children {
  /* display: none; */
  min-height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  width: 100%;
  padding-left: 35px;
  z-index: 2;
  right: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-dark .side-navigation .sub-menu,
.site-dark .side-navigation .children {
  background: #000;
}

.side-navigation li.active-child>.sub-menu,
.side-navigation li.active-child>.children {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.side-navigation .sub-menu .back,
.side-navigation .children .back {
  position: absolute;
  top: 9px;
  left: 0;
  cursor: pointer;
}

.side-navigation .sub-menu li,
.side-navigation .children li {}

.side-navigation .sub-menu li a,
.side-navigation .children li a {
  padding: 6px 0;
}


/*------------------------------------------------------------------
[3. Body ]
*/


/*------------------------------------------------------------------
[3.1 Banner ]
*/

.banner-area {
  position: relative;
  min-height: 540px;
}

.banner-color-white {
  color: #fff;
}

.banner-color-black {
  color: #000;
}

.banner-area.external-indent {
  margin: 0 70px;
  padding-bottom: 70px;
}

.banner-area.external-indent.with-carousel-nav {
  padding-bottom: 0;
}

.banner-social-buttons {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  font-size: 12px;
  width: 70px;
  overflow: hidden;
  min-height: 540px;
  text-transform: lowercase;
}

.banner-area.external-indent .banner-social-buttons {
  left: -70px;
  background: #fff;
  min-height: 470px;
  bottom: 70px;
}

.site-dark .banner-area.external-indent .banner-social-buttons {
  background: #000;
}

.banner-social-buttons .cell {
  width: 70px;
  height: 100vh;
  min-height: 470px;
}

.banner-social-buttons .links {
  text-align: center;
  width: 340px;
  margin-left: -140px;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.banner-social-buttons .item,
.footer-social-button a {
  display: inline-block;
  text-decoration: none;
  margin: 0 20px;
  position: relative;
}

.banner-social-buttons .item:hover,
.footer-social-button a:hover {
  color: #c48f56;
}

.banner-social-buttons .item+.item:after,
.banner-right-buttons .button+.button:before,
.footer-social-button a+a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 4px;
  height: 4px;
  background: #c48f56;
  border-radius: 50%;
  margin-top: -2px;
}

.banner-social-buttons .item i,
.footer-social-button i {
  margin-right: 5px;
}

.banner-categories {
  position: absolute !important;
  z-index: 2 !important;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.external-indent .banner-categories {
  bottom: 70px;
}

.banner-categories.active {
  right: 0;
}

.banner-categories .item {
  position: relative;
  min-height: 540px;
}

.external-indent .banner-categories .item {
  min-height: 470px;
  color: #fff;
}

.banner-categories .item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  background-size: cover;
  background-position: 50%;
  text-decoration: none;
}

.banner-categories .item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.banner-categories .item:hover a:before {
  opacity: 1;
  visibility: visible;
}

.banner-categories .item a>span {
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 35px;
}

.banner-categories .item a .num {
  font-size: 3.500em;
  opacity: .2;
  vertical-align: middle;
  margin-right: 25px;
}

.banner-categories .item a .h {
  font-size: 1.750em;
  font-weight: bold;
  vertical-align: middle;
}

.banner-categories .owl-nav {
  position: absolute;
  top: 20px;
  right: 20px;
}

.banner-categories .owl-prev,
.banner-categories .owl-next {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.site-light .banner-categories .owl-prev,
.site-light .banner-categories .owl-next {
  color: #fff;
}

.banner-right-buttons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #fff;
  width: 70px;
  overflow: hidden;
}

.site-dark .banner-right-buttons {
  background: #000;
}

.external-indent .banner-right-buttons {
  right: -70px;
}

.banner-right-buttons .cell {
  width: 10000px;
}

.banner-right-buttons .button {
  text-align: center;
  position: relative;
  width: 70px;
  height: 175px;
  font-size: 0.875em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.banner-right-buttons .button+.button {
  margin-top: 90px;
}

.banner-right-buttons .button+.button:before {
  content: "";
  top: -47px;
  left: 50%;
  margin: 0 0 0 -2px;
}

.banner-right-buttons .button.category {}

.banner-right-buttons .button.active {
  background: #c48f56;
  color: #fff;
}

.banner-right-buttons .button span {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: rotate(-90deg) translate(-50%, -50%);
  -ms-transform: rotate(-90deg) translate(-50%, -50%);
  -webkit-transform: rotate(-90deg) translate(-50%, -50%);
  -o-transform: rotate(-90deg) translate(-50%, -50%);
  transform: rotate(-90deg) translate(-50%, -50%);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-right-buttons .button .h {
  opacity: 1;
  visibility: visible;
}

.banner-right-buttons .button:hover .h {
  color: #c48f56;
}

.banner-right-buttons .button.active .h {
  opacity: 0;
  visibility: hidden;
}

.banner-right-buttons .button .close {
  opacity: 0;
  visibility: hidden;
}

.banner-right-buttons .button .close i {
  margin-right: 10px;
}

.banner-right-buttons .button.active .close {
  opacity: 1;
  visibility: visible;
}

.banner-about {
  position: absolute;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 2;
  width: 100%;
  background: #f0f0f0;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.banner-about.active {
  right: 0;
}

.external-indent .banner-about {
  bottom: 70px;
}

.site-dark .banner-about {
  background: #141414;
}

.banner-about .image {
  background-size: cover;
  background-position: 50%;
}

.banner-about .text {
  padding: 0;
  position: relative;
}

.banner-about .wrap {
  overflow-y: scroll;
  /* max-height: 100%; */
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: -20px;
  padding: 0 85px 0 65px;
}

.banner-about .cell {}

.banner-about .heading-decor {}

.banner-about .text-p {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.714em;
}

.banner-about .button-style1 {}

.banner {
  min-height: 540px;
}

.external-indent .banner {
  min-height: 470px;
}

.banner .item {
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner .item.with-shadow {
  box-shadow: inset 0 0 150px 0 rgba(0, 0, 0, 0.8);
}

.banner .item.black {
  color: #000;
}

.banner .item.white {
  color: #fff;
}

.banner .item .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.banner .item .video:before {
  content: "";
  display: block;
  /* padding-bottom: 180.25%; */
}

.banner .item .video iframe {
  box-sizing: border-box;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vh;
  max-width: none;
}

.banner .cell {
  width: 1800px;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}

.banner .cell .content {
  max-width: 730px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 45px 0 50px;
}

.banner .cell .content .angle {
  color: #c48f56;
}

.banner .cell .content .angle span {
  width: 50px;
  height: 50px;
  position: absolute;
}

.banner .cell .content .angle span:nth-child(1) {
  top: 0;
  left: 0;
  border-top: 2px solid;
  border-left: 2px solid;
}

.banner .cell .content .angle span:nth-child(2) {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid;
  border-left: 2px solid;
}

.banner .cell .content .angle span:nth-child(3) {
  top: 0;
  right: 0;
  border-top: 2px solid;
  border-right: 2px solid;
}

.banner .cell .content .angle span:nth-child(4) {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid;
  border-right: 2px solid;
}

.banner .cell .content .sub-h {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}

.banner .cell .content .heading {
  text-transform: uppercase;
}

.banner .cell .content a[data-type="video"] {
  display: inline-block;
  font-size: 30px;
  text-decoration: none;
  width: 80px;
  border: 2px solid #c48f56;
  text-indent: 0.1em;
  border-radius: 50%;
}

.banner .cell .content a[data-type="video"] i {
  display: block;
  line-height: 76px;
}

.with-carousel-nav .banner .cell * {
  display: none;
}

.banner .cell.top {
  vertical-align: top;
}

.banner .cell.bottom {
  vertical-align: bottom;
}

.banner .heading-with-num {
  position: relative;
  padding-left: 90px;
}

.banner .heading-with-num>* {
  margin: 0;
}

.banner .heading-with-num .num {
  position: absolute;
  font-size: 3.750em;
  left: 0;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0.2;
}

.banner .owl-item .heading-with-num .num {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.banner .owl-item.active .heading-with-num .num {
  opacity: 0.2;
  visibility: visible;
}

.banner .owl-item .heading-with-num .h {
  opacity: 0;
  visibility: hidden;
  left: 80px;
  position: relative;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.banner .owl-item.active .heading-with-num .h {
  opacity: 1;
  visibility: visible;
  left: 0;
}


.banner .owl-item .heading .h,
.banner .owl-item .heading-decor,
.banner .owl-item .sub-h,
.banner .cell .content a[data-type="video"] {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.banner .owl-item .text {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}

.banner .owl-item .tal .text,
.banner .owl-item .tal .heading-decor {
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.banner .owl-item .tar .text,
.banner .owl-item .tar .heading-decor {
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.banner .owl-item .button-style1 {
  -moz-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  -webkit-transform: translate(0%, 100%);
  -o-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.banner .owl-item .button-style1:hover {
  transition-delay: 0s !important;
}

.banner .owl-item.active .heading .h,
.banner .owl-item.active .heading-decor,
.banner .owl-item.active .sub-h,
.banner .owl-item.active .cell .content a[data-type="video"] {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.banner .owl-item.active .text {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.banner .owl-item.active .button-style1 {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}

.banner .text {
  font-size: 14px;
  font-weight: 300;
  margin: 20px 0;
}

.banner .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  top: 50%;
  left: 25px;
  font-size: 12px;
  font-family: "Lato";
  font-weight: bold;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.banner.pagination-right .owl-dots {
  left: auto;
  right: 25px;
}

.banner.pagination-right-outside .owl-dots {
  left: auto;
  right: -45px;
}

.banner.pagination-bottom .owl-dots,
  {
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: auto;
  left: 50%;
  bottom: 15px;
}

.banner.pagination-right-bottom .owl-dots {
  left: auto;
  right: 0;
  bottom: 12px;
  top: auto;
}

.external-indent .banner.pagination-right-bottom .owl-dots {
  bottom: -55px;
  right: -18px !important;
}

.banner.arrows-right-bottom.pagination-right-bottom .owl-dots {
  right: 70px;
}

.banner.pagination-left-bottom .owl-dots {
  right: auto;
  left: 0;
  bottom: 12px;
  top: auto;
}

.external-indent .banner.pagination-left-bottom .owl-dots {
  bottom: -55px;
  left: 0 !important;
}

.banner.arrows-left.pagination-left-bottom .owl-dots {
  left: 90px;
}

.banner .owl-dot {
  display: block;
  counter-increment: slides-num;
}

.banner.pagination-bottom .owl-dot,
.banner.pagination-left-bottom .owl-dot,
.banner.pagination-right-bottom .owl-dot {
  display: inline-block;
}

.banner .owl-dot.active {
  padding-bottom: 18px;
}

.banner.pagination-bottom .owl-dot.active,
.banner.pagination-left-bottom .owl-dot.active,
.banner.pagination-right-bottom .owl-dot.active {
  padding: 0 18px 0 0;
}

.banner .owl-dot span {
  display: none;
}

.banner .owl-dot:before {
  content: '0'counter(slides-num);
  display: block;
  margin-bottom: 18px;
}

.banner .owl-dot:nth-child(n+10):before {
  content: counter(slides-num);
}

.banner.pagination-bottom .owl-dot:before,
.banner.pagination-left-bottom .owl-dot:before,
.banner.pagination-right-bottom .owl-dot:before {
  margin-bottom: 0;
  margin-right: 18px;
  display: inline-block;
  vertical-align: middle;
}

.banner .owl-dot.active:before {
  color: #c48f56;
}

.banner .owl-dot:after {
  content: "";
  display: block;
  width: 1px;
  margin: 0 auto;
  height: 0;
  box-shadow: inset 0 0 0 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner.pagination-bottom .owl-dot:after,
.banner.pagination-left-bottom .owl-dot:after,
.banner.pagination-right-bottom .owl-dot:after {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0;
  height: 1px;
  width: 0;
}

.banner .owl-dot.active:after {
  height: 30px;
}

.banner.pagination-bottom .owl-dot.active:after,
.banner.pagination-left-bottom .owl-dot.active:after,
.banner.pagination-right-bottom .owl-dot.active:after {
  width: 30px;
  height: 1px;
}

.banner .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.banner.arrows-left .owl-nav {
  left: 20px;
  right: auto;
}

.banner .owl-prev {}

.banner .owl-next {}

.banner .owl-prev,
.banner .owl-next {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.banner-carousel {
  position: absolute !important;
  bottom: 35px;
  left: 95px;
  right: 95px;
  width: auto !important;
  text-align: center;
}

.external-indent .banner-carousel {
  left: 20px;
  right: 20px;
}

.banner-carousel .item {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.banner-carousel .item .num {
  float: left;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 43px;
  border: 1px solid;
  border-radius: 50%;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-carousel .active-item .item .num {
  border-color: #c48f56;
}

.banner-carousel .item .h {
  margin-left: 60px;
  text-transform: uppercase;
  font-weight: bold;
}

.banner-carousel .item .p {
  margin-left: 60px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.333em;
  max-width: 250px;
}

.banner-carousel .item .p del {
  font-size: 0.8em;
}

.banner-carousel .item .p ins {
  background: none;
}

.banner-carousel .owl-next,
.banner-carousel .owl-prev {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.banner-carousel .owl-next.disabled,
.banner-carousel .owl-prev.disabled {
  opacity: 0;
}

.banner-carousel .owl-next {
  right: -65px;
}

.banner-carousel .owl-prev {
  left: -65px;
}

.banner .price {
  font-size: 3.750em;
  font-weight: bold;
  color: #c48f56;
  line-height: 1em;
}

.banner .price del {
  font-size: 0.500em;
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle;
}

.banner .price ins {
  background: none;
  display: inline-block;
  vertical-align: middle;
}

.banner-404 {}

.banner-404 .b-404-heading {}

.banner-404 .b-404-heading span {
  font-size: 1.667em;
}

.banner-404 p,
.banner-coming-soon p {
  font-size: 1.125em;
  font-weight: 300;
}

.banner-coming-soon {}

.b-coming-heading {
  text-transform: uppercase;
}

.banner-coming-soon p {}


/*------------------------------------------------------------------
[3.2 Side bar ]
*/

.side-bar-button {
  float: left;
  font-size: 17px;
  margin: 28px 30px 28px 0;
  cursor: pointer;
}

.header-left-white-color.header_space_no .side-bar-button,
.header-left-white-color .banner-social-buttons {
  color: #fff;
}

.header-left-dark-color.header_space_no .side-bar-button,
.header-left-dark-color .banner-social-buttons {
  color: #000;
}

.side-bar-area {
  position: fixed;
  background: #eee;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: -510px;
  width: 100%;
  max-width: 510px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.714em;
}

.side-bar-area.active {
  left: 0;
}

.site-dark .side-bar-area {
  background: #151515;
}

.admin-bar .side-bar-area {
  top: 32px;
}

.side-bar-area .close {
  position: absolute;
  top: 25px;
  left: 50px;
  font-size: 17px;
  cursor: pointer;
}

.side-bar-area .wrap {
  position: absolute;
  top: 85px;
  bottom: 75px;
  left: 50px;
  overflow-y: scroll;
  right: -50px;
  padding-right: 100px;
}

.side-bar-area .copyright {
  position: absolute;
  bottom: 30px;
  left: 50px;
  right: 50px;
  font-size: 0.750em;
}

.side-bar-area .widget {
  margin-bottom: 35px;
}

.side-bar-area .heading-decor {
  font-size: 1.143em;
}


/*------------------------------------------------------------------
[3.3 Gallery widget ]
*/

.gallery-module {
  margin: -4px;
}

.gallery-module .item {
  padding: 4px;
  text-align: center;
}

.gallery-module .item a {
  display: block;
  position: relative;
}

.gallery-module .item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.gallery-module .item a:hover:after {
  opacity: 1;
  visibility: visible;
}

.gallery-module .item img {
  vertical-align: bottom;
}


/*------------------------------------------------------------------
[3.4 Contact row ]
*/

.contact-row {
  margin: 5px 0;
}

.contact-row span {
  font-weight: 400;
  min-width: 65px;
  display: inline-block;
}


/*------------------------------------------------------------------
[3.5 Default widgets ]
*/

.widget {}

.widget select {
  max-width: 100%;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_rss ul,
.product-categories {
  background: none;
  padding: 0;
  margin: -11px 0 0;
  font-size: 16px;
  font-weight: 300;
  color: #a8a8a8;
  text-align: left;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_rss li,
.product-categories li {
  padding: 11px 40px 11px 35px;
  border: none;
  display: block;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}

.widget_archive ul li li,
.widget_categories ul li li,
.widget_pages ul li li,
.widget_meta ul li li,
.widget_nav_menu ul li li,
.widget_recent_entries ul li li,
.widget_recent_comments ul li li,
.widget_rss li li,
.product-categories li li {
  padding-left: 25px;
}

.site-dark .widget_archive ul li,
.site-dark .widget_categories ul li,
.site-dark .widget_pages ul li,
.site-dark .widget_meta ul li,
.site-dark .widget_nav_menu ul li,
.site-dark .widget_recent_entries ul li,
.site-dark .widget_recent_comments ul li,
.site-dark .widget_rss li,
.site-dark .product-categories li {
  border-color: #393939;
}

.widget_archive ul li:last-of-type,
.widget_categories ul li:last-of-type,
.widget_pages ul li:last-of-type,
.widget_meta ul li:last-of-type,
.widget_nav_menu ul li:last-of-type,
.widget_recent_entries ul li:last-of-type,
.widget_recent_comments ul li:last-of-type,
.widget_rss li:last-of-type,
.product-categories li:last-of-type {}

.site-footer .widget_archive ul li,
.site-footer .widget_categories ul li,
.site-footer .widget_pages ul li,
.site-footer .widget_meta ul li,
.site-footer .widget_nav_menu ul li,
.site-footer .widget_recent_entries ul li,
.site-footer .widget_recent_comments ul li,
.site-footer .widget_rss li,
.site-footer .product-categories li {
  padding: 8px 25px 8px 20px;
}

.widget_recent_comments ul li,
.widget_rss li {
  padding-left: 0;
}

.widget_rss li {
  text-transform: none;
}

.widget_archive ul li ul,
.widget_categories ul li ul,
.widget_pages ul li ul,
.widget_meta ul li ul,
.widget_nav_menu ul li ul,
.widget_recent_entries ul li ul,
.widget_recent_comments ul li ul,
.product-categories li ul {
  padding-left: 10px;
  margin-right: -40px;
  margin-left: -20px;
  margin-top: 0;
}

.widget_archive ul li ul li,
.widget_categories ul li ul li,
.widget_pages ul li ul li,
.widget_meta ul li ul li,
.widget_nav_menu ul li ul li,
.widget_recent_entries ul li ul li,
.widget_recent_comments ul li ul li,
.product-categories li ul li {
  min-height: 35px;
}

.widget_archive ul li ul li:last-of-type,
.widget_categories ul li ul li:last-of-type,
.widget_pages ul li ul li:last-of-type,
.widget_meta ul li ul li:last-of-type,
.widget_nav_menu ul li ul li:last-of-type,
.widget_recent_entries ul li ul li:last-of-type,
.widget_recent_comments ul li ul li:last-of-type,
.product-categories li ul li:last-of-type {
  border: none;
  padding-bottom: 0;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a,
.product-categories li a {
  text-decoration: none;
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_recent_entries ul li a:hover,
.product-categories li a:hover {
  color: #c48f56;
}

.widget_archive ul li a[href]:after,
.widget_categories ul li a[href]:after,
.widget_pages ul li a[href]:after,
.widget_meta ul li a[href]:after,
.widget_nav_menu ul li a[href]:after,
.widget_recent_entries ul li a[href]:after,
.product-categories li a[href]:after {
  content: "\e904";
  font-family: 'multimedia-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 17px;
  opacity: .8;
  font-size: 14px;
}

.site-footer .widget_archive ul li a[href]:after,
.site-footer .widget_categories ul li a[href]:after,
.site-footer .widget_pages ul li a[href]:after,
.site-footer .widget_meta ul li a[href]:after,
.site-footer .widget_nav_menu ul li a[href]:after,
.site-footer .widget_recent_entries ul li a[href]:after,
.site-footer .product-categories li a[href]:after {
  font-size: 10px;
  top: 14px;
}

.searchform {
  border: 1px solid;
}

.site-content .searchform {
  margin-bottom: 40px;
}

.searchform .searchsubmit {
  float: right;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
}

.searchform .searchsubmit i {
  vertical-align: middle;
}

.searchform div {
  margin-right: 40px;
}

.searchform .input {
  background: transparent;
  border: none;
  color: inherit;
  font-size: 1em;
  padding: 0 15px;
  line-height: 40px;
}

.tagcloud {
  font-size: 14px;
  text-transform: lowercase;
}

.tagcloud .tag-cloud-link {
  font-size: 1em !important;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #000;
  background: #f0f0f0;
  padding: 9px 18px;
  line-height: 1em;
  margin-bottom: 9px;
  margin-right: 5px;
}

.site-dark .tagcloud .tag-cloud-link {
  color: #878787;
  background: #1f1f1f;
}

.tagcloud .tag-cloud-link:hover {
  color: #c48f56;
}


/*------------------------------------------------------------------
[ 3.21 Blog post ]
*/

.blog-post-widget {}

.blog-post-widget .item {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  padding: 5px 0;
}

.blog-post-widget .item .image {
  width: 70px;
  height: 70px;
  display: block;
  float: left;
  background-size: cover;
  background-position: 50%;
  border: 1px solid #eeeeee;
}

.site-dark .blog-post-widget .item .image {
  border-color: #393939;
}

.blog-post-widget .item .text {
  margin-left: 90px;
}

.blog-post-widget .item .text .cell {}

.blog-post-widget .item .name {
  font-weight: bold;
  line-height: 18px;
  font-size: 16px;
  display: block;
  text-decoration: none;
}

.blog-post-widget .item .name:hover {
  text-decoration: none;
}

.blog-post-widget .item .blog-detail {
  font-size: 12px;
  color: #c48f56;
  margin: 0 0 5px 0;
  font-weight: 600;
}

/*------------------------------------------------------------------
[3.6 Portfolio ]
*/

.portfolio-items {
  color: #fff;
}

.portfolio-item {
  position: relative;
  margin-bottom: 30px;
  color: #fff;
  z-index: 1;
}

.portfolio-item .locked {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  font-size: 40px;
}

.portfolio-item:hover .locked {
  opacity: 1;
  visibility: visible;
}

.portfolio-item .locked i {
  display: block;
}

.owl-carousel .portfolio-item {
  margin: 0;
}

.portfolio-item .a-img {
  position: relative;
  z-index: 1;
}

.portfolio-item.with-video .a-img:before {
  content: "\e955";
  font-family: 'multimedia-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  right: 10px;
}

.portfolio-item .a-img img {
  display: block;
  width: auto;
}

.portfolio-item .a-img:after,
.portfolio-type-carousel .owl-item.center .portfolio-item .a-img:after,
.portfolio-type-carousel .owl-item.center.active .portfolio-item .a-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.site-light .portfolio-type-carousel .owl-item .portfolio-item .a-img:after {
  background: rgba(255, 255, 255, 0.5);
}

.portfolio-item:hover .a-img:after,
.portfolio_hover_none .portfolio-item .a-img:after,
.portfolio-type-carousel .portfolio-item .a-img:after {
  opacity: 1;
  visibility: visible;
}

.portfolio-item .a-img div {
  padding-bottom: 65%;
  background-size: cover;
  background-position: 50%;
}

.portfolio-items.music-albums .a-img div {
  padding-bottom: 100%;
}

.portfolio-item.image-center .a-img div {
  background-position: 50% !important;
}

.portfolio-item.image-left .a-img div {
  background-position: 0% 50% !important;
}

.portfolio-item.image-right .a-img div {
  background-position: 100% 50% !important;
}

.portfolio-item.image-top .a-img div {
  background-position: 50% 0% !important;
}

.portfolio-item.image-bottom .a-img div {
  background-position: 50% 100% !important;
}

.portfolio-type-horizontal .portfolio-item .a-img div {
  width: 600px;
}

.portfolio-item .content {
  position: absolute;
  left: 15px;
  right: 15px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.portfolio_hover_none .portfolio-item .content,
.portfolio_hover_type_1 .portfolio-item .content {
  text-align: center;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0;
  visibility: hidden;
}

.portfolio_hover_none .portfolio-item .content,
.portfolio_hover_type_1 .portfolio-item:hover .content {
  opacity: 1;
  visibility: visible;
}

.portfolio-item .content h5 {
  margin: 0;
  position: relative;
}

.portfolio_hover_type_1 .portfolio-item .content h5 {}

.portfolio_hover_none .portfolio-item .content h5:after,
.portfolio_hover_type_1 .portfolio-item .content h5:after,
.portfolio_hover_type_3 .portfolio-item .content h5:after,
.portfolio_hover_type_4 .portfolio-item .content h5:after,
.portfolio_hover_type_6 .portfolio-item .content h5:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  margin: 10px auto;
  background: #fff;
}

.portfolio-item .content p {
  font-size: 12px;
  font-style: italic;
  margin: 11px 0 0;
  line-height: 1.5em;
}

.portfolio-item a:not(.permalink) {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 3;
  text-decoration: none;
}

.portfolio-item>a.permalink {
  position: absolute;
  top: 15px;
  right: 35px;
  z-index: 10;
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  line-height: 31px;
}

.portfolio_hover_type_2 .portfolio-item .content {
  bottom: 15px;
}

.portfolio_hover_type_2 .portfolio-item .content h5 {
  display: inline-block;
  padding: 0 15px 0 20px;
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -webkit-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio_hover_type_2 .portfolio-item .content h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 9px;
  background: #c48f56;
  z-index: -1;
  opacity: 0.7;
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -webkit-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio_hover_type_2 .portfolio-item:hover .content h5,
.portfolio_hover_type_2 .portfolio-item:hover .content h5:after {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.portfolio_hover_type_2 .portfolio-item .content p,
.portfolio_hover_type_3 .portfolio-item .a-img:after,
.portfolio_hover_type_6 .portfolio-item .a-img:after,
.portfolio_hover_type_5 .portfolio-item .content p,
.portfolio_hover_type_7 .portfolio-item .content p,
.portfolio_hover_type_8 .portfolio-item .content p,
.portfolio_hover_type_9 .portfolio-item .content p {
  display: none;
}

.portfolio_hover_type_3 .portfolio-item .content,
.portfolio_hover_type_6 .portfolio-item .content {
  top: 50%;
  text-align: center;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  left: 45px;
  right: 45px;
  border: 1px solid #c48f56;
  box-shadow: 0 0 0 6px #fff;
  padding: 35px 15px;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  opacity: 0;
  visibility: hidden;
}

.portfolio_hover_type_3 .portfolio-item:hover .content,
.portfolio_hover_type_6 .portfolio-item:hover .content {
  opacity: 1;
  visibility: visible;
}

.portfolio_hover_type_3 .portfolio-item .content h5:after {
  background: #000;
}

.portfolio_hover_type_4 .portfolio-item .content {
  bottom: 15px;
  border-left: 0 solid #8a663e;
  padding: 3px 0;
  padding-left: 15px;
}

.portfolio_hover_type_4 .portfolio-item:hover .content {
  border-left: 9px solid #8a663e;
}

.portfolio_hover_type_4 .portfolio-item .content h5,
.portfolio_hover_type_4 .portfolio-item .content p,
.portfolio_hover_type_5 .portfolio-item .content h5 {
  -moz-transform: translate(-110%, 0);
  -ms-transform: translate(-110%, 0);
  -webkit-transform: translate(-110%, 0);
  -o-transform: translate(-110%, 0);
  transform: translate(-110%, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio_hover_type_4 .portfolio-item:hover .content h5,
.portfolio_hover_type_4 .portfolio-item:hover .content p,
.portfolio_hover_type_5 .portfolio-item:hover .content h5 {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.portfolio_hover_type_4 .portfolio-item .content h5:after {
  background: #8a663e;
  margin: 10px 0;
}

.portfolio_hover_type_5 .portfolio-item .content {
  top: 15px;
  padding-left: 30px;
}

.portfolio_hover_type_5 .portfolio-item:hover .content {}

.portfolio_hover_type_5 .portfolio-item .content h5 {}

.portfolio_hover_type_5 .portfolio-item .content h5:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 17px;
  height: 10px;
  background: #906644;
  margin-top: -5px;
}

.portfolio_hover_type_5 .portfolio-item:hover .content h5 {}

.portfolio_hover_type_5 .portfolio-item .content h5 span {
  opacity: 0.2;
  font-size: 36px;
  vertical-align: bottom;
  margin-right: 5px;
}

.portfolio_hover_type_6 .portfolio-item .content {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  box-shadow: 0 0 0 6px #000;
}

.portfolio_hover_type_6 .portfolio-item .content h5:after {
  background: #c48f56;
}

.portfolio_hover_type_7 .portfolio-item .content {
  top: 50%;
  text-align: center;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  overflow: inherit;
}

.portfolio_hover_type_7 .portfolio-item .content h5 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio_hover_type_7 .portfolio-item:hover .content h5 {
  opacity: 1;
  visibility: visible;
}

.portfolio_hover_type_7 .portfolio-item .content h5:after,
.portfolio_hover_type_7 .portfolio-item .content h5:before {
  content: "";
  width: 1px;
  height: 25px;
  background: #8a663e;
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: rotate(90deg) scale(0);
  -ms-transform: rotate(90deg) scale(0);
  -webkit-transform: rotate(90deg) scale(0);
  -o-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0);
}

.portfolio_hover_type_7 .portfolio-item .content h5:after {
  bottom: -40px;
}

.portfolio_hover_type_7 .portfolio-item .content h5:before {
  top: -40px;
}

.portfolio_hover_type_7 .portfolio-item:hover .content h5:after,
.portfolio_hover_type_7 .portfolio-item:hover .content h5:before {
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio_hover_type_8 .portfolio-item .content,
.portfolio_hover_type_9 .portfolio-item .content {
  bottom: 10px;
  text-align: center;
}

.portfolio_hover_type_8 .portfolio-item .content h5,
.portfolio_hover_type_9 .portfolio-item .content h5 {
  display: inline-block;
  padding: 0 15px;
  opacity: 0;
  visibility: hidden;
  max-width: 90%;
}

.portfolio_hover_type_8 .portfolio-item:hover .content h5,
.portfolio_hover_type_9 .portfolio-item:hover .content h5 {
  opacity: 1;
  visibility: visible;
}

.portfolio_hover_type_8 .portfolio-item .content h5:after,
.portfolio_hover_type_8 .portfolio-item .content h5:before,
.portfolio_hover_type_9 .portfolio-item .content h5:after,
.portfolio_hover_type_9 .portfolio-item .content h5:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  background: #c48f56;
  border-radius: 50%;
  margin-top: -2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.portfolio_hover_type_8 .portfolio-item .content h5:after,
.portfolio_hover_type_9 .portfolio-item .content h5:after {
  right: -30px;
}

.portfolio_hover_type_8 .portfolio-item .content h5:before,
.portfolio_hover_type_9 .portfolio-item .content h5:before {
  left: -30px;
}

.portfolio_hover_type_8 .portfolio-item:hover .content h5:after,
.portfolio_hover_type_9 .portfolio-item:hover .content h5:after {
  right: 0;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio_hover_type_8 .portfolio-item:hover .content h5:before,
.portfolio_hover_type_9 .portfolio-item:hover .content h5:before {
  left: 0;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.portfolio_hover_type_9 .portfolio-item .content h5 {
  padding: 0 40px;
}

.portfolio_hover_type_9 .portfolio-item .content h5:after,
.portfolio_hover_type_9 .portfolio-item .content h5:before {
  width: 25px;
  height: 1px;
  border-radius: 0;
  margin: 0;
}

.portfolio-type-horizontal {
  margin: 30px 0 !important;
}

.portfolio-type-horizontal .owl-prev,
.portfolio-type-horizontal .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 22px;
}

.portfolio-type-horizontal .owl-prev {
  left: -35px;
}

.portfolio-type-horizontal .owl-next {
  right: -35px;
}

.load-items-area {
  display: none !important;
}

.load-button {
  margin: 0 0 30px;
  overflow: hidden;
  width: 100%;
}

/*------------------------------------------------------------------
[3.7 Filter buttons ]
*/

.filter-button-group,
.category-buttons {
  margin: 35px 0;
}

.filter-button-group button,
.filter-button-group a,
.category-buttons a {
  border: none;
  background: none;
  color: inherit;
  padding: 0 8px;
  text-decoration: none;
  line-height: normal;
  font-size: 14px;
  color: inherit;
  text-transform: uppercase;
  position: relative;
}

.filter-button-group.tac button,
.filter-button-group.tac a,
.category-buttons.tac a {
  margin: 0 10px 0;
}

.filter-button-group.tal button:not(:last-of-type),
.filter-button-group.tal a:not(:last-of-type),
.category-buttons.tal a:not(:last-of-type) {
  margin-right: 20px;
}

.filter-button-group.tar button:not(:first-of-type),
.filter-button-group.tar a:not(:first-of-type),
.category-buttons.tar a:not(:first-of-type) {
  margin-left: 20px;
}

.filter-button-group button:after,
.filter-button-group a:after,
.category-buttons a:after {
  content: "";
  color: #9d7345;
  box-shadow: inset 0 -9px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.filter-button-group button.active:after,
.filter-button-group a.active:after,
.category-buttons a.active:after {
  opacity: 1;
  visibility: visible;
}

.filter-button-group button:not(.active):hover,
.category-buttons a:not(.active):hover {
  color: inherit;
}

.portfolio-type-carousel {}

.portfolio-type-carousel .portfolio-item {
  width: 730px;
  max-width: 90vw;
  color: inherit;
}

.portfolio-type-carousel .portfolio-item .a-img {
  color: #fff;
}

.portfolio-type-carousel .portfolio-item.with-video .a-img:before {
  display: none;
}

.portfolio-type-carousel .portfolio-item .a-img div {
  padding-bottom: 56.2%;
}

.portfolio-type-carousel .portfolio-item .a-img a[data-type="video"] {
  left: 0;
  right: 0;
}

.portfolio-type-carousel .portfolio-item .a-img a[data-type="video"] i {
  display: inline-block;
  font-size: 30px;
  text-decoration: none;
  width: 80px;
  border: 2px solid #c48f56;
  text-indent: 0.1em;
  border-radius: 50%;
  text-align: center;
  line-height: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.portfolio-type-carousel .portfolio-item .bottom-content {
  text-align: center;
  text-transform: uppercase;
  padding: 25px;
}

.portfolio-type-carousel .portfolio-item .bottom-content h5 {
  margin: 0;
}

.portfolio-type-carousel .portfolio-item .bottom-content .cat {
  color: #c48f56;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}

.portfolio-type-carousel .owl-dots {
  text-align: center;
  margin-bottom: 30px;
}

.portfolio-type-carousel .owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  border: 1px solid;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin: 0 3px;
}

.portfolio-type-carousel .owl-dots .owl-dot.active {
  color: #bb8952;
}

.portfolio-type-carousel .owl-dots .owl-dot span {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  background: transparent;
  margin: 2px;
}

.portfolio-type-carousel .owl-dots .owl-dot.active span {
  background-color: #bb8952;
}

/*------------------------------------------------------------------
[3.8 Social buttons ]
*/

.footer-social-button {
  font-size: 14px;
  text-align: center;
  background: #e8e8e8;
  padding: 17px 0;
  text-transform: lowercase;
}

.site-dark .footer-social-button {
  background: #111111;
}

.footer-social-button a {}

.footer-social-button a i {}


/*------------------------------------------------------------------
[3.9 Pagination ]
*/

.pagination {
  margin: 30px -5px;
  padding: 0;
}

.pagination>span,
.pagination>a {
  display: inline-block;
  vertical-align: middle;
  min-width: 35px;
  line-height: 35px;
  height: 35px;
  border: 1px solid;
  border-radius: 20px;
  text-align: center;
  margin: 0 5px;
}

.pagination .current {
  border-color: #c48f56;
}

.pagination i {
  display: block;
  line-height: 33px;
}

.pagination a {
  text-decoration: none;
}


/*------------------------------------------------------------------
[3.10 Category ]
*/

.category {}

.category.type-big {}

.category.owl-carousel {
  margin: 0;
}

.category .item {
  background-size: cover;
  background-position: 50%;
  text-align: center;
  padding-top: 30px;
  position: relative;
  height: 315px;
  color: #fff;
}

.category.type-big .item {
  height: 765px;
}

.category .item.black {
  color: #000;
}

.category .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #c48f56;
  width: 2px;
  height: 30px;
  z-index: 2;
}

.category.type-normal .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.category.type-normal .item>* {
  position: relative;
  z-index: 2;
}

.category .item h6 {
  font-size: 1em;
}

.category .sub-h {}

.category .h {}

.category .button-style1 {}

.category .owl-prev,
.category .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.category .owl-prev {
  left: 30px;
}

.category .owl-next {
  right: 30px;
}


/*------------------------------------------------------------------
[3.11 Testimonials ]
*/

.testimonials {}

.testimonials .item {
  background: #f0f0f0;
  padding: 80px 35px;
}

.site-dark .testimonials .item {
  background: #121212;
  position: relative;
}

.testimonials .item .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.testimonials .item .image div {
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
}

.testimonials .item .quote {
  font-weight: 200;
  font-style: italic;
  font-size: 1.125em;
  line-height: 1.667em;
  position: relative;
  padding: 100px 0 0 30px;
  font-style: normal;
}

.testimonials .item .quote .q {
  color: #5f462d;
  font-size: 235px;
  font-weight: bold;
  line-height: normal;
  position: absolute;
  top: -50px;
  left: 30px;
}

.testimonials .item .quote:after {
  display: block;
  margin: 30px 0;
}

.testimonials .item h4 {
  margin: 15px 0;
  padding-left: 30px;
}

.testimonials .item .post {
  font-weight: 300;
  font-style: italic;
  font-size: 0.875em;
  padding-left: 30px;
}

.testimonials .owl-nav {
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.testimonials .owl-prev,
.testimonials .owl-next {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.testimonials .owl-prev {}

.testimonials .owl-next {}

.testimonials .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.testimonials .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonials .owl-dots .owl-dot.active {
  background: #c48f56;
}


/*------------------------------------------------------------------
[3.12 Skills ]
*/

.skill-item {
  margin-bottom: 35px;
}

.skill-item-line {
  margin-bottom: 20px;
}

.skill-item .chart {
  position: relative;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}

.skill-item .chart figcaption {
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  font-weight: 500;
}

.skill-item .chart svg {
  position: absolute;
  top: 0;
  left: 0;
}

.skill-item .chart .outer {
  fill: transparent;
  stroke: #c48f56;
  stroke-width: 2px;
  stroke-dasharray: 534;
  stroke-dashoffset: 535;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  -moz-transform: rotate(-89deg) translateX(-190px);
}

.skill-item h6,
.skill-item-line h6 {
  font-size: 1em;
  text-transform: uppercase;
  margin: 10px 0;
}

.skill-item-line h6 {
  margin: 5px 0;
}

.skill-item p,
.skill-item-line p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.333em;
  margin: 0;
}

.skill-item-line .line {
  position: relative;
  background: #000000;
  margin: 5px 0 10px;
}

.site-light .skill-item-line .line {
  background: #fff;
}

.skill-item-line .line div {
  background: #c48f56;
  height: 3px;
}

.skill-item-line .line span {
  position: absolute;
  bottom: 100%;
  font-size: 12px;
  font-weight: 500;
  right: 0;
  margin-bottom: 7px;
}


/*------------------------------------------------------------------
[3.13 Price list ]
*/

.price-list {}

.price-list .item {
  background-position: 50%;
  background-size: cover;
  text-align: center;
  padding-top: 50px;
  position: relative;
}

.price-list .item.white {}

.price-list .item:before {
  content: "";
  width: 2px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #c48f56;
}

.price-list .item .h {
  text-transform: uppercase;
  font-size: 1em;
  margin: 0;
}

.price-list .item .price {
  font-size: 7.500em;
  font-weight: bold;
}

.price-list .item .button-style1 {}

.price-list .item .options {
  padding: 20px 15px 25px;
  margin-top: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price-list .item .options.active {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

.price-list .item.white .options.active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}

.price-list .item .options .wrap {
  padding-bottom: 25px;
  display: none;
}

.price-list .item .options .button-style1 {}

.price-list .item .options .button-style1.active {
  color: #c48f56;
}

.price-list .item .options .button-style1 span {
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #c48f56;
  margin: 4px 0 4px 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price-list .item .options .button-style1 span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -1px;
  background: #c48f56;
  width: 2px;
  height: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.price-list .item .options .button-style1:hover span:after,
.price-list .item .options .button-style1:hover span {
  background: #fff;
}

.price-list .item .options .button-style1.active span:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.price-list .item .options .button-style1.active:hover {
  color: #fff;
}

.price-list .item .heading-decor {
  text-transform: uppercase;
}

.price-list .item .o-row {
  font-size: 0.875em;
}

.price-list .item .o-row:not(:last-of-type):after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  box-shadow: inset 0 0 0 3px;
  margin: 20px auto;
}

.price-list .owl-prev,
.price-list .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.price-list .owl-prev {
  left: 30px;
}

.price-list .owl-next {
  right: 30px;
}


/*------------------------------------------------------------------
[3.14 Blog ]
*/

.blog-items {}

.blog-item {
  margin-bottom: 30px;
}

.blog-item .wrap {
  background: #f0f0f0;
  position: relative;
}

.site-dark .blog-item .wrap {
  background: #111111;
}

.blog-type-horizontal .blog-item .wrap {
  overflow: hidden;
}

.blog-item .img,
.blog-item .video {
  position: relative;
}

.blog-item .video:before {
  content: "";
  display: block;
  padding-bottom: 65%;
}

.blog-type-masonry .blog-item .video:before {
  padding-bottom: 55%;
}

.blog-item .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.blog-type-masonry .blog-item .img iframe {
  position: relative;
}

.blog-type-horizontal .blog-item .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 475px;
  bottom: 0;
  max-height: 600px;
}

.blog-item .img a {
  display: block;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.blog-type-horizontal .blog-item .img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-item .img img {
  width: 100%;
  display: block;
}

.blog-type-grid .blog-item .img a {
  padding-bottom: 65%;
}

.blog-item .content {
  padding: 20px 35px 0.1px;
  position: relative;
}

.blog-item.content-hide .content {
  padding-bottom: 20px;
}

.blog-item .content .locked {
  position: absolute;
  top: 36px;
  right: 15px;
}

.blog-type-horizontal .blog-item.with-image .content {
  float: right;
  max-width: 475px;
  padding-top: 30px;
}

.blog-item .content h5 {
  font-weight: 500;
  margin: 15px 0;
}

.blog-item .date,
.project-horizontal .content .date {
  font-weight: bold;
  font-size: 10px;
  color: #c48f56;
  margin: 15px 0;
}

.blog-item .date div,
.project-horizontal .content .date div {
  display: inline-block;
  margin-right: 10px;
}

.blog-item .content p {
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.714em;
  font-weight: 200;
}

.blog-item .bottom {
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #fff;
}

.site-dark .blog-item .bottom {
  border-top-color: #191919;
}

.blog-type-horizontal .blog-item.with-image .bottom {
  float: right;
  max-width: 475px;
  text-align: left;
  width: 100%;
  padding: 0 35px;
}

.blog-item .bottom .col {
  float: left;
  width: 50%;
  padding: 16px 0;
}

.blog-item .bottom .col i {
  color: #c48f56;
  vertical-align: middle;
  font-size: 1.2em;
  margin-right: 5px;
}

.blog-item .bottom .col a,
.blog-item .bottom .col span {
  text-decoration: none;
  vertical-align: middle;
}

.blog-type-horizontal .blog-item.min .img {
  right: 670px;
}

.blog-type-horizontal .blog-item.with-image.min .content {
  max-width: 670px;
}


/*------------------------------------------------------------------
[3.15 Subscribe form ]
*/

.subscribe-form {
  max-width: 500px;
}

.tac .subscribe-form {
  margin: 0 auto;
}

.coming-soon .subscribe-form {
  margin: 0 auto;
}

.subscribe-form .ajax-loader {
  display: none !important;
}

.subscribe-form .button-style1 {
  float: right;
  width: 130px;
}

.subscribe-form>div {
  margin-right: 150px;
}

.subscribe-form .style1 {
  margin-bottom: 0;
  /* height: 45px; */
}


/*------------------------------------------------------------------
[ 3.16 Countdown ]
*/

.countdownHolder {
  margin: 0 auto 25px;
  font-weight: 300;
  text-align: center;
}

.countdownHolder.medium {
  margin-bottom: 30px;
}

.countdownHolder>* {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  /* width: 8.3em; */
}

.countdownHolder>*:not(:last-of-type) {
  margin: 0 65px 0 0;
}

.countdownHolder .position {
  display: inline-block;
  height: 1.2em;
  overflow: hidden;
  position: relative;
  width: 0.66em;
  font-size: 3.429em;
  margin: 0 -0.02em;
  font-weight: 200;
  vertical-align: top;
}

.countdownHolder.medium .position {
  font-size: 6.250em;
}

.countdownHolder .digit {
  /* position: relative; */
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: -1px;
}

.countdownHolder .name {
  display: block;
  font-size: 1em;
  text-transform: uppercase;
  margin-top: 13px;
  overflow: hidden;
  width: 100%;
}

.countdownHolder.medium .name {
  font-size: 0.875em;
}

.countdownHolder .digit.static {}

.countdownHolder .countDiv {
  display: none;
  width: 16px;
  height: 1.6em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #444;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.5em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: '';
}

.countdownHolder .countDiv:after {
  top: 0.9em;
}


/*------------------------------------------------------------------
[ 3.17 Site content ]
*/

.site-content {
  font-weight: 300;
}

.site-content .date {
  font-size: 11px;
  font-weight: bold;
  color: #c48f56;
  margin: 30px 0;
}

.post-img {
  text-align: center;
}

.adaptive-img .post-img img {
  max-height: 80vh;
  width: auto;
}

.post-content {}

.post-content p {
  line-height: 1.875em;
}

.post-bottom {
  overflow: hidden;
  border-top: 1px solid #323232;
  padding: 20px 0;
}

.post-bottom .zilla-likes {
  float: left;
  text-decoration: none;
  background: #c48f56;
  font-size: 14px;
  padding: 5px 10px;
  color: #fff;
}

.post-bottom .zilla-likes * {
  display: inline-block;
  vertical-align: middle;
}

.post-bottom .zilla-likes i {
  margin-right: 5px;
}

.post-nav {
  float: right;
}

.post-nav a {
  text-decoration: none;
  padding: 0 0;
  display: inline-block;
  vertical-align: middle;
  margin: 4px 0;
}

.post-nav a+a {
  border-left: 1px solid #323232;
  padding-left: 15px;
  margin-left: 12px;
}

.post-nav a>* {
  display: inline-block;
  vertical-align: middle;
}

.post-nav a span {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 500;
}

.post-nav a i {
  margin: 0 0;
  margin-left: 10px;
}

.post-nav a i+span {
  margin-left: 10px;
}


/*------------------------------------------------------------------
[3.18 Comments ]
*/

.comment-items-wrap {
  margin-top: 25px;
}

.comment-items {
  margin: 0;
  padding: 0;
}

.comment-items .comment-item {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.comment-items .comment-item .comment-respond {
  background: #fff;
  padding: 15px 15px;
  border-radius: 3px;
  margin-left: 120px;
}

.comment-items .comment-item:last-of-type {
  border-bottom: none;
}

.comment-items .comment-item .image {
  float: left;
  width: 80px;
  background-size: cover;
}

.comment-items .comment-item .image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.comment-items .comment-item .text {
  position: relative;
  min-height: 85px;
  overflow: hidden;
}

.comment-items .comment-item .image+.text {
  margin-left: 105px;
}

.comment-items .comment-item .text h6 {
  margin: 0px 0 10px;
  font-weight: bold;
  border-bottom: 1px solid #323232;
  padding: 5px 0;
}

.comment-items .comment-item .text .date {
  font-size: 10px;
  font-weight: bold;
  color: #c48f56;
}

.comment-items .comment-item .text .content {
  line-height: 1.875em;
  padding: 0;
  font-size: 0.875em;
  font-weight: 300;
}

.comment-items .comment-item .button-style4 {
  position: absolute;
  top: 3px;
  right: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.comment-items .children {
  margin: 0;
  padding: 0 0 0 40px;
  border-bottom: 1px solid #eaeaea;
}

.comment-items .children:last-of-type {
  border-bottom: none;
}

.comment-items .comment-item+.children {
  margin-top: -1px;
  position: relative;
  /* overflow: hidden; */
}

.comment-items .children .comment-item {}

.comment-items .children .comment-item+.comment-item {
  margin-top: 25px;
}

.comment-items .children .comment-item:not(:first-of-type):before {
  display: none;
}

.comment-form {
  overflow: hidden;
  width: 100%;
}

.comment-respond {
  margin-bottom: 20px;
}

.comment-item .heading-decor {
  text-align: left;
}

.comment-respond .style1 {}


/*------------------------------------------------------------------
[ 3.19 Project page ]
*/

.post-gallery-masonry {}

.post-gallery-masonry>div,
.post-gallery-grid>div {
  padding-bottom: 30px;
}

.post-gallery-masonry img {
  display: block;
}

.post-gallery-grid a {
  display: block;
  background-size: cover;
  background-position: 50%;
}

.post-gallery-grid:not(.masonry) a:before {
  content: "";
  display: block;
  padding-bottom: 65%;
}

.project-slider {
  margin-bottom: 30px !important;
}

.project-slider-carousel {
  margin-bottom: 60px !important;
}

.project-slider .item {
  text-align: center;
}

.project-slider .item .cell {
  height: 590px;
  width: 1800px;
}

.project-slider .item img {
  max-height: 590px;
  margin: 0 auto;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.project-slider-carousel .item {
  padding-bottom: 60%;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.project-slider-carousel .active-item .item {
  box-shadow: inset 0 0 0 2px #c38f55;
}

.project-slider .owl-prev,
.project-slider-carousel .owl-prev {
  left: -35px;
}

.project-slider .owl-next,
.project-slider-carousel .owl-next {
  right: -35px;
}

.project-slider .owl-prev,
.project-slider .owl-next,
.project-slider-carousel .owl-prev,
.project-slider-carousel .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.project-horizontal {
  position: relative;
  padding-left: 420px;
  min-height: 600px;
}

.project-horizontal .content {
  position: absolute;
  left: 130px;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
}

.project-horizontal .content .date {
  max-width: 430px;
}

.project-horizontal .content .text {
  max-width: 260px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.714em;
}

.project-horizontal-slider {}

.project-horizontal-slider img {
  width: auto;
  display: block;
  min-height: 600px;
}

.project-horizontal-slider a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.project-horizontal-slider a * {
  display: inline-block;
  vertical-align: middle;
}

.project-horizontal-slider a i {
  margin: 0 10px;
}

.project-horizontal-slider .owl-nav {
  position: absolute;
  bottom: -40px;
  right: 15px;
}

.project-horizontal-slider .owl-prev,
.project-horizontal-slider .owl-next {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.project-horizontal-slider .owl-stage {
  min-width: 10000000px;
}

.project-horizontal-img {
  min-height: 600px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}


/*------------------------------------------------------------------
[ 3.20 Price list type 2 ]
*/

.price-list-type2 {}

.price-list-type2 .item {
  text-align: center;
  background: #f0f0f0;
  border: 1px solid #dfdfdf;
  position: relative;
  padding-bottom: 25px;
}

.site-dark .price-list-type2 .item {
  background: #111111;
  border-color: #2f2f2f;
}

.price-list-type2 .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 30px;
  background: #c48f56;
}

.price-list-type2 .item .h {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 47px 0;
}

.price-list-type2 .item .price {
  font-size: 6.250em;
  font-weight: bold;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.price-list-type2 .item .img {
  /* height: 195px; */
  position: relative;
  background-position: 50%;
  background-size: cover;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 42%;
}

.site-dark .price-list-type2 .item .img {
  border-color: #2f2f2f;
}

.site-dark .price-list-type2 .item .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.price-list-type2 .item .options {
  padding: 30px 0 5px;
}

.price-list-type2 .item .options .heading-decor {
  margin: 0;
  text-transform: uppercase;
}

.price-list-type2 .item .options .o-row {
  font-size: 14px;
  padding: 20px 0;
  position: relative;
}

.price-list-type2 .item .options .o-row:not(:last-of-type):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 1px;
  box-shadow: inset 0 0 0 6px;
  margin-left: -5px;
}

.price-list-type2 .item .button-style1 {}

.price-list-type2 .owl-prev,
.price-list-type2 .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.price-list-type2 .owl-prev {
  left: 15px;
}

.price-list-type2 .owl-next {
  right: 15px;
}

/*------------------------------------------------------------------
[ 3.21 Video block ]
*/

.video-block {
  color: #fff;
  border: 1px solid #eeeeee;
}

.video-block .popup-item {
  display: block;
  text-decoration: none;
  background-size: cover;
  background-color: #232323;
  background-position: 50%;
  padding-bottom: 55%;
  position: relative;
  height: 400px;
  text-align: center;
}

.video-block.fix-height .popup-item {
  padding: 0;
}

.video-block .popup-item .area {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.video-block .content {
  margin-bottom: 30px;
}

.video-block .content .sub-h {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.video-block .content .h {
  margin: 0 0;
  text-transform: uppercase;
}

.video-block .content .text {
  margin-top: 10px;
}

.site-dark .video-block {
  border-color: #393939;
}

.vc_row-fluid .video-block {
  border-left: 0;
  border-right: 0;
}

.video-block.black {
  color: #000;
}

.video-block a {
  display: block;
}

.video-block.fix-height a {
  padding: 0;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}

.video-block.fix-height a>div {}

.video-block.with-content a {
  position: relative;
}

.play-button {}

.video-block a>div {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  border: 2px solid #c48f56;
  border-radius: 50%;
}

.video-block.black a>div {
  border-color: rgba(0, 0, 0, 0.52);
  border-color: #00000085;
}

.video-block a>div:before,
.video-block a>div:after,
.video-block a>div i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  opacity: 0;
}

.video-block a>div:hover:before,
.video-block a>div:hover:after,
.video-block a>div:hover i:after {
  box-shadow: inset 0 0 0 1px;
  -webkit-animation: play_b 2.7s ease-out infinite;
  -moz-animation: play_b 2.7s ease-out infinite;
  -ms-animation: play_b 2.7s ease-out infinite;
  -o-animation: play_b 2.7s ease-out infinite;
  animation: play_b 2.7s ease-out infinite;
}

.video-block a>div:hover:before {
  animation-delay: 0.2s;
}

.video-block a>div:hover:after {
  animation-delay: .8s;
}

.video-block a>div:hover i:after {
  animation-delay: 1.4s;
}

.video-block a i {
  font-size: 1.875em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  width: 2.667em;
  height: 2.667em;
  line-height: 2.667em;
  display: inline-block;
  text-align: center;
  text-indent: 0.2em;
}

.video-block.black a i {
  background: rgba(0, 0, 0, 0.1);
  background: #0000001a;
  color: #8f8f8f;
}

/*------------------------------------------------------------------
[ 3.21 Video Background ]
*/

.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.js .jquery-background-video.is-visible {
  opacity: 1;
}

.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}

.jquery-background-video-pauseplay span {
  display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}

/*------------------------------------------------------------------
[ 3.21 Accordion items ]
*/

.accordion-items {
  position: relative;
  margin: 40px 0;
}

.accordion-items .item {
  position: relative;
  border: 1px solid #c48f56;
  margin-bottom: 25px;
}

.accordion-items .item .top {
  text-transform: uppercase;
  font-size: 1em;
  position: relative;
  padding: 0 65px 0 25px;
  cursor: pointer;
  font-weight: bold;
}

.accordion-items .item .top .t {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 25px;
  top: 50%;
  margin-top: -10px;
  border-radius: 50%;
}

.accordion-items .item .top .t:before,
.accordion-items .item .top .t:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 15px;
  box-shadow: inset 0 0 0 5px;
  margin: -6px 0 0 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.accordion-items .item.active .top .t:before {
  margin-left: -8px;
}

.accordion-items .item.active .top .t:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -2px;
  opacity: 0;
}

.accordion-items .item .top .t:before {
  width: 15px;
  height: 3px;
  margin: 0px 0 0 -5px;
}

.accordion-items .item .top .t:after {}

.accordion-items .item .top .cell {
  height: 60px;
  padding: 10px 0;
  line-height: 1em;
}

.accordion-items .item .wrap {
  display: none;
  font-size: 0.875em;
  line-height: 1.714em;
  font-weight: 300;
  padding: 0 25px 20px;
}

/*------------------------------------------------------------------
[ 3.21 Tabs ]
*/

.tabs {
  margin: 30px 0;
}

.tabs .tabs-head {
  float: left;
  border-bottom: 2px solid #929292;
  color: #929292;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.tabs .tabs-head .item {
  float: left;
  padding: 5px 15px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs .tabs-head .item:last-of-type {
  margin-right: 0;
}

.tabs .tabs-head .item.active-tab {
  color: #c48f56;
  box-shadow: 0 2px 0;
}

.tabs .tabs-body {
  overflow: hidden;
  width: 100%;
}

.tabs .tabs-body .item {
  display: none;
}

.tabs .tabs-body .item .text {
  font-size: 14px;
  line-height: 2.143em;
  margin-bottom: 25px;
}

.tabs .tabs-body .item .button-style2 {}

/*------------------------------------------------------------------
[ 3.21 Team items ]
*/

.team-items {}

.team-items.owl-carousel.owl-loaded {
  margin: 30px 0;
}

.team-item {
  text-align: center;
  margin-bottom: 30px;
}

.owl-carousel .team-item {
  margin-bottom: 0;
}

.team-item .wrap {}

.team-item .image {
  position: relative;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}

.team-item .image>div {
  padding-bottom: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}

.team-item:hover .image>div {
  opacity: 1;
  filter: alpha(opacity=100);
}

.team-social-buttons {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

.team-social-buttons a {
  display: inline-block;
  border: 2px solid #c48f56;
  line-height: 37px;
  vertical-align: middle;
  width: 41px;
  border-radius: 50%;
  margin: 0 4px;
}

.team-social-buttons a i {}

.team-social-buttons a span {}

.team-item .name {
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: bold;
}

.team-item .post {
  font-size: 0.875em;
  font-style: italic;
  font-weight: 300;
}

.team-items .owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
}

.team-items .owl-nav>div {
  display: inline-block;
  margin-left: 10px;
}

/*------------------------------------------------------------------
[ 3.21 Split Screen ]
*/

.split-screen {
  min-height: 570px;
  position: relative;
  overflow: hidden;
}

.split-screen .item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.split-screen .item .image {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -webkit-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.split-screen .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.split-screen .owl-dots .owl-dot {
  float: left;
  width: 9px;
  height: 9px;
  background: #f0ede7;
  border-radius: 50%;
  margin-left: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.split-screen .owl-dots .owl-dot.active {
  background: #c48f56;
}

.split-screen .owl-nav {
  position: absolute;
  left: 18px;
  bottom: 23px;
}

.split-screen .owl-nav>div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}

.split-screen .item.active .image,
.split-screen .item.active .content {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.split-screen .item .img-item {
  background-size: cover;
  background-position: 50%;
}

.split-screen .item .content {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  -moz-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
  -o-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.split-screen .item .content .cell {
  width: 620px;
  padding: 25px 60px;
}

.split-screen .item .sub-heading {
  color: #c48f56;
  text-transform: uppercase;
  font-weight: 600;
}

.split-screen .item .heading {
  line-height: 1em;
}

.split-screen .item .desc {
  line-height: 1.875em;
  font-weight: 300;
  margin: 25px 0;
}

.split-screen .portfolio-navigation {
  position: absolute;
  right: 0;
  top: 50%;
  width: 60px;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 3;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.split-screen .portfolio-navigation .numbers {}

.split-screen .portfolio-navigation .numbers .num {
  padding-bottom: 15px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.split-screen .portfolio-navigation .numbers .num:after {
  content: "";
  display: block;
  margin: 0 auto 0;
  height: 0;
  width: 1px;
  box-shadow: inset 0 0 0 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.split-screen .portfolio-navigation .numbers .num.active:after {
  height: 30px;
  margin-top: 15px;
}

.split-screen .portfolio-navigation .numbers .num.active {}

.split-screen .portfolio-navigation .numbers .num.active span {
  color: #c48f56;
}

/*------------------------------------------------------------------
[ 3.21 Category Slider ]
*/

.category-slider-area {}

.site-light .category-slider-area {
  color: #878787;
}

.category-slider-area .category-slider-images {
  position: relative;
}

.category-slider-area .category-slider-images .img-item {
  position: absolute;
  top: 70px;
  left: 70px;
  right: 70px;
  bottom: 70px;
  background-size: cover;
  background-position: 50%;
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.category-slider-area .category-slider-images .img-item.active {
  opacity: 1;
  visibility: visible;
}

.category-slider-area .category-slider-images .img-item .num {
  font-size: 3.750em;
  font-weight: bold;
  position: absolute;
  left: 45px;
  bottom: 10px;
  opacity: .7;
  filter: alpha(opacity=70);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.category-slider-area.numbers-off .category-slider-images .img-item .num {
  display: none;
}

.category-slider-area .category-slider {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 5.625em;
  font-weight: bold;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.category-slider-area .category-slider .item {
  padding: 0 60px;
}

.category-slider-area .category-slider .center .item {
  color: #c48f56;
}

.category-slider-area .category-slider .item a {
  text-decoration: none;
}


/*------------------------------------------------------------------
[ 3.21 Image Comparison Slider ]
*/

.image-comparison-slider {
  position: relative;
  overflow: hidden;
}

.image-comparison-slider img {
  width: 100%;
  display: block;
}

.image-comparison-slider .old {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
}

.image-comparison-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.image-comparison-slider .line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -2px;
  background: #fff;
  cursor: ew-resize;
}

.image-comparison-slider .line:after {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -24px;
  line-height: 50px;
  content: "\f07e";
  color: white;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #c48f55;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.color-scheme2 .image-comparison-slider .line:after {
  background: #507fcd;
}

.image-comparison-slider:hover .line:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.image-comparison-slider:active .line:after {
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  -webkit-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.9);
}

/*------------------------------------------------------------------
[ 3.21 Vertical parallax slider ]
*/

.vertical-parallax-area {
  position: relative;
  overflow: hidden;
}

.vertical-parallax-slider {
  position: relative;
}

.vertical-parallax-slider .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 160vh;
  -webkit-transition: all 1.4s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.4s cubic-bezier(0.45, 0.44, 0.01, 0.99);
  background-size: cover;
  background-position: 50%;
}

.vertical-parallax-slider .item.white {
  color: #fff;
}

.vertical-parallax-slider .item.black {
  color: #000;
}

.vertical-parallax-slider .item.inner-shadow {
  box-shadow: inset 0 0 600px 0px #000;
}

.vertical-parallax-slider .item.inner-shadow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 0;
  opacity: .4;
  filter: alpha(opacity=40);
}

.vertical-parallax-slider .item.active {
  transform: translateY(-30vh);
}

.vertical-parallax-slider .item.prev {
  transform: translate3d(0px, -190vh, 0px);
}

.vertical-parallax-slider .item.next {
  transform: translate3d(0px, 50vh, 0px);
}

.vertical-parallax-slider .item .cell {
  width: 10000px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 1.5s ease-out;
  transform: translateY(90vh);
}

.vertical-parallax-slider .item.prev .cell {
  transform: translateY(30vh);
}

.vertical-parallax-slider .item.active .cell {
  transform: translateY(30vh);
}

.vertical-parallax-slider .item .h {
  text-transform: uppercase;
}

.vertical-parallax-slider .item .sub-h {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.vertical-parallax-slider .item .price {
  color: #c48f56;
  font-weight: bold;
  font-size: 6.250em;
  line-height: 1em;
}

.vertical-parallax-slider .item .text {
  line-height: 1.500em;
}

.vertical-parallax-slider .item .text>div {
  display: inline-block;
  vertical-align: middle;
  max-width: 560px;
}

.vertical-parallax-slider .item .button-style1 {
  margin-top: 30px;
}

.vertical-parallax-area .nav-arrows {
  position: absolute;
  bottom: 40px;
  right: 20px;
  z-index: 5;
}

.vertical-parallax-area .nav-arrows>* {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  cursor: pointer;
}

.vertical-parallax-area .nav-arrows .prev {}

.vertical-parallax-area .nav-arrows .next {}

.vertical-parallax-area .pagination-dots {
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 6;
}

.vertical-parallax-area .pagination-dots span {
  display: block;
  background: #d8d8d8;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  cursor: pointer;
  margin: 6px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.vertical-parallax-area .pagination-dots span.active {
  background: #c48f56;
}

/*------------------------------------------------------------------
[ 3.21 Split screen type 2 ]
*/

.split-screen-type2 {
  overflow: hidden;
}

.split-screen-type2 .items {}

.split-screen-type2 .items .screen-item {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.split-screen-type2 .items .screen-item.active {
  pointer-events: all;
  z-index: 2;
}

.split-screen-type2 .items .item {
  text-align: center;
  position: relative;
  height: 100vh;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.split-screen-type2 .items .item-left,
.split-screen-type2 .items .next .item-right {
  -moz-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  -webkit-transform: translate(0%, -100%);
  -o-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}

.split-screen-type2 .items .item-right,
.split-screen-type2 .items .next .item-left {
  -moz-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  -webkit-transform: translate(0%, 100%);
  -o-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}

.split-screen-type2 .items .active .item-left,
.split-screen-type2 .items .active .item-right {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.split-screen-type2 .items .item.dark {
  background: #000;
  color: #f0ede7;
}

.split-screen-type2 .items .item.white {
  background: #f5f5f5;
  color: #070707;
}

.split-screen-type2 .items .item .cell {}

.split-screen-type2 .items .item .heading {
  display: inline-block;
  position: relative;
  padding: 30px 25px;
  position: absolute;
  top: 55px;
  left: 0;
  -moz-transform: translate(-50vw, 0%);
  -ms-transform: translate(-50vw, 0%);
  -webkit-transform: translate(-50vw, 0%);
  -o-transform: translate(-50vw, 0%);
  transform: translate(-50vw, 0%);
  z-index: 2;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: 0.8s;
  width: 100%;
}

.split-screen-type2 .items .item .heading>div {
  display: inline-block;
  position: relative;
  text-align: left;
}

.split-screen-type2 .items .item.header-on-bottom .heading {
  top: auto;
  bottom: 95px;
}

.split-screen-type2 .items .active .item .heading {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.split-screen-type2 .items .item-right .heading {
  -moz-transform: translate(50vw, 0%);
  -ms-transform: translate(50vw, 0%);
  -webkit-transform: translate(50vw, 0%);
  -o-transform: translate(50vw, 0%);
  transform: translate(50vw, 0%);
}

.split-screen-type2 .items .item .heading.right {}

.split-screen-type2 .items .item .heading .num {
  font-size: 6.250em;
  opacity: .2;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}

.split-screen-type2 .items .item .heading.right .num {
  left: auto;
  right: 0;
}

.split-screen-type2 .items .item .heading .text {
  padding-left: 135px;
}

.split-screen-type2 .items .item .heading.right .text {
  padding-left: 0;
  padding-right: 145px;
}

.split-screen-type2 .items .item .heading .s {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}

.split-screen-type2 .items .item .heading .h {
  font-size: 2.250em;
  line-height: 1em;
  font-weight: bold;
  margin: 5px 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@-webkit-keyframes td {

  0%,
  100% {
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0);
  }

  50% {
    -ms-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

@keyframes td {

  0%,
  100% {
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0);
  }

  50% {
    -ms-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -webkit-transform: translateY(-5%);
    -o-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

.split-screen-type2 .items .item .image {
  position: absolute;
  z-index: 1;
  top: 220px;
  bottom: 120px;
  left: 0;
  right: 0;
  -webkit-animation: td 8s ease-in-out infinite;
  -moz-animation: td 8s ease-in-out infinite;
  -ms-animation: td 8s ease-in-out infinite;
  -o-animation: td 8s ease-in-out infinite;
  animation: td 8s ease-in-out infinite;
}

.split-screen-type2 .items .item.header-on-bottom .image {
  top: 30px;
  bottom: 250px;
}

.split-screen-type2 .items .item .image img {
  max-height: 100%;
  width: auto;
  vertical-align: middle;
  position: relative;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.split-screen-type2 .items .item .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 24px;
  text-decoration: none;
  width: 80px;
  height: 80px;
  border: 1px solid;
  color: #fff;
  line-height: 78px;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.split-screen-type2 .items .item .button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  z-index: 2;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -moz-transform: translate(0%, 100px);
  -ms-transform: translate(0%, 100px);
  -webkit-transform: translate(0%, 100px);
  -o-transform: translate(0%, 100px);
  transform: translate(0%, 100px);
  transition-delay: 1s;
}

.split-screen-type2 .items .active .item .button {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.split-screen-type2 .items .item .button-style1 {}

.split-screen-type2 .pagination-dots {
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 6;
}

.split-screen-type2 .pagination-dots span {
  display: block;
  background: #d8d8d8;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  cursor: pointer;
  margin: 6px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.split-screen-type2 .pagination-dots span.active {
  background: #c48f56;
}



/*------------------------------------------------------------------
[ 3.30 Album Playlist ]
*/

.album-area {
  margin: 30px 0;
}

.album-area>div {
  padding: 0;
}

.album-cover {
  padding-bottom: 100%;
  background: #171717 50% no-repeat;
  background-size: cover;
  border: 1px solid #393939;
}

.site-light .album-cover {
  border-color: #e0e0e0;
  background-color: #fff;
}

.album-playlist {
  background: #111111;
}

.site-light .album-playlist {
  background: #f0f0f0;
}

.album-playlist .top {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.site-light .album-playlist .top {
  border-color: #e0e0e0;
}

.album-playlist .top .bg {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-size: cover;
  background-position: 50%;
  z-index: -1;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
}

.album-playlist .top .top-playbutton {
  float: left;
  background: #070707;
  border: 1px solid #393939;
  margin: 30px 0 30px 30px;
  width: 125px;
  position: relative;
  font-size: 40px;
  cursor: pointer;
}

.white .album-playlist .top .top-playbutton {
  color: #fff;
}

.black .album-playlist .top .top-playbutton {
  color: #000;
}

.site-light .album-playlist .top .top-playbutton {
  background: #e0e0e0;
  border-color: #e0e0e0;
}

.album-playlist .top .pb-bg {
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50%;
}

.white .album-playlist .top .pb-bg {
  color: #fff;
}

.album-playlist .top i {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.jp-state-playing .album-playlist .track-buttons .jp-play:before,
.jp-state-playing .album-playlist .top i:before,
.jp-state-playing .album-playlist .jp-playlist .jp-playlist-current:before {
  content: "\e921" !important;
  transition-delay: .2s;
}

.album-playlist .top-text {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.album-playlist .top-playbutton+.top-text {
  margin-left: 185px;
}

.album-playlist .top-text .album-name {
  font-size: 14px;
  color: #bc8953;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 9px;
  line-height: 1em;
}

.album-playlist .top-text .track-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 20px;
}

.album-playlist .top-text .track-name span {
  display: none;
}

.album-playlist .track-buttons {}

.album-playlist .track-buttons button {
  font-size: 20px;
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  margin: 0 15px 0 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.album-playlist .track-buttons .jp-previous {}

.album-playlist .track-buttons .jp-next {}

.album-playlist .track-buttons .jp-play {}

.album-playlist .bottom {
  overflow: hidden;
  margin-top: 12px;
}

.album-playlist .bottom .time {
  font-size: 12px;
  font-weight: 600;
  float: left;
}

.album-playlist .bottom .time>* {
  display: inline-block;
  vertical-align: middle;
}

.album-playlist .bottom .time .jp-current-time {}

.album-playlist .bottom .time .jp-duration {}

.album-playlist .bottom .time .separate {}

.album-playlist .volume {
  float: right;
}

.album-playlist .jp-mute {
  font-size: 20px;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.jp-state-muted .album-playlist .jp-mute:before {
  content: "\e91f";
}

.album-playlist .jp-volume-bar {
  width: 75px;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}

.white .album-playlist .jp-volume-bar {
  background: #cbcbcb;
}

.album-playlist .jp-volume-bar .jp-volume-bar-value {
  height: 3px;
  background: #bcbcbc;
}

.white .album-playlist .jp-volume-bar .jp-volume-bar-value {
  background: #c48f56;
}

.album-playlist .jp-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.album-playlist .jp-progress {}

.album-playlist .jp-progress .jp-seek-bar {}

.album-playlist .jp-progress .jp-seek-bar .jp-play-bar {
  height: 5px;
  background: #ebb85e;
}

.album-playlist .jp-playlist {
  border-top: none;
  height: 145px;
  min-height: 369px;
}

.pt-music-album .album-playlist .jp-playlist {
  min-height: 465px;
}

.site-light .album-playlist .jp-playlist {
  border-color: #e0e0e0;
}

.album-playlist .jp-playlist ul {
  padding: 0 5px 0 0;
  margin: 0;
}

.album-playlist .jp-playlist ul li {
  padding: 0;
  margin: 0;
}

.album-playlist .jp-playlist ul li:before {
  display: none;
}

.album-playlist .jp-playlist .jp-playlist-item {
  display: table-cell;
  width: 1200px;
  height: 97px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background: #191919;
  padding-left: 170px;
  padding-right: 90px;
  vertical-align: middle;
  position: relative;
  line-height: 1em;
}

.album-playlist .jp-playlist li:nth-child(even) .jp-playlist-item {
  background: #111111;
}

.site-light .album-playlist .jp-playlist li:nth-child(even) .jp-playlist-item {
  background: #e2e2e2;
}

.album-playlist .jp-playlist .jp-playlist-item span {
  font-size: 12px;
  opacity: .5;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -.5em;
  line-height: 1em;
}

.site-light .album-playlist .jp-playlist .jp-playlist-item {
  background: #f0f0f0;
}

.site-light .album-playlist .jp-playlist .jp-playlist-current {
  background: #f8f8f8;
}

.album-playlist .jp-playlist .jp-playlist-item:before {
  content: "\e923";
  font-family: 'music-and-multimedia' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 97px;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  text-align: center;
  background: #111111;
}

.album-playlist .jp-playlist li:nth-child(even) .jp-playlist-item:before {
  background: #0c0c0c;
}

.site-light .album-playlist .jp-playlist li:nth-child(even) .jp-playlist-item:before {
  background: #cbcbcb;
}

.site-light .album-playlist .jp-playlist .jp-playlist-item:before {
  background: #d8d8d8;
}

.album-playlist .jp-playlist .jp-playlist-current:before {
  background: #221d16 !important;
}

.site-light .album-playlist .jp-playlist .jp-playlist-current:before {
  background: #b0804d !important;
}

.album-playlist .jp-playlist .jp-playlist-current {
  background: #312920 !important;
}

.site-light .album-playlist .jp-playlist .jp-playlist-current {
  background: #c48f56 !important;
  color: #fff;
}

/*------------------------------------------------------------------
[ 3.30 Photo Carousel ]
*/

.photo-carousel {}

.photo-carousel>a {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  background: #c48f56;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  padding: 14px 20px;
  line-height: 14px;
  color: #fff;
}

.photo-carousel>a:hover {
  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  -ms-filter: grayscale(40%);
  -o-filter: grayscale(40%);
  filter: grayscale(40%);
}

.photo-carousel>a i {
  margin-right: 15px;
}

.photo-carousel .carousel {}

.photo-carousel .carousel .item {
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  margin: 1px 0;
  position: relative;
}

/*------------------------------------------------------------------
[ 3.30 App Button ]
*/

.app-button {
  position: relative;
  display: block;
  background: #111213;
  color: #fff;
  border: 1px solid #393939;
  margin-bottom: 20px;
  text-decoration: none;
  font-weight: 300;
  line-height: 1em;
  padding: 14px 0;
  padding-left: 65px;
}

.site-light .app-button {
  border-color: #e0e0e0;
  background: #fcfcfc;
  color: #000;
}

.app-button:hover {
  background: #000000;
}

.site-light .app-button:hover {
  background: #f8f8f8;
}

.app-button .t {
  display: block;
  font-size: 12px;
  color: #cc9f52;
  margin-bottom: 5px;
  line-height: 1em;
}

.app-button .l {
  display: block;
  font-size: 18px;
}

.app-button.app-store:before,
.app-button.google-play:before,
.app-button.sound-cloud:before,
.app-button.spotify:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 1.5em;
  height: 1.5em;
  margin-top: -.75em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.app-button.app-store:before {
  background-image: url(../images/apple.svg);
}

.app-button.google-play:before {
  background-image: url(../images/google-play.svg);
}

.app-button.sound-cloud:before {
  background-image: url(../images/soundcloud.svg);
}

.app-button.spotify:before {
  background-image: url(../images/spotify.svg);
}

/*------------------------------------------------------------------
[ 3.30 PixProof ]
*/

.pixproof-data {
  margin-bottom: 50px;
}

.pixproof-data .button-download {}

.pixproof-data .grid {
  display: flex;
  align-content: center;
  justify-items: center;
  justify-content: center;
  line-height: 1;
}

.pixproof-data .grid .grid__item {
  margin: 0 15px 15px;
  display: flex;
  align-self: center;
}

.pixproof-data .separator {
  margin: 20px 0 35px;
  background: #323232;
}

.site-light .pixproof-data .separator {
    background: #e8e8e8;
}

.js-pixproof-gallery {
  margin: 30px -15px 30px;
}

.js-pixproof-gallery>br {
  display: none;
}

.js-pixproof-gallery .gallery-item {
  margin-bottom: 30px;
  float: left;
  padding: 0 15px;
  max-width: none;
}

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

.js-pixproof-gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.js-pixproof-gallery.gallery-columns-3 .gallery-item {
  width: 33.333%;
}

.js-pixproof-gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.js-pixproof-gallery .gallery-item a {
  text-decoration: none;
}

.js-pixproof-gallery .proof-photo__bg {}

.js-pixproof-gallery .proof-photo__bg img {
  width: 100%;
  display: block;
}

.js-pixproof-gallery .proof-photo__container {
  position: relative;
}

.js-pixproof-gallery .proof-photo__meta {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.js-pixproof-gallery .proof-photo:hover .proof-photo__meta {
  opacity: 1;
}

.js-pixproof-gallery .proof-photo__meta .flexbox {}

.js-pixproof-gallery .proof-photo__meta .flexbox__item {}

.js-pixproof-gallery .proof-photo__meta .nav {
  margin: 0;
  padding: 0;
  font-size: 30px;
}

.js-pixproof-gallery .proof-photo__meta .nav li {
  display: inline-flex;
  line-height: 1;
}

.js-pixproof-gallery .proof-photo__meta .nav li .separator {
  display: none;
}

.js-pixproof-gallery .proof-photo__meta .nav li a {
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.js-pixproof-gallery .proof-photo__meta .nav li a:hover {
  color: #c48f56;
}

.js-pixproof-gallery .proof-photo__meta .nav li a.zoom-action {
  margin-right: 25px;
}

.js-pixproof-gallery .proof-photo__meta .nav li a.zoom-action:before,
.js-pixproof-gallery .proof-photo__meta .nav li a.select-action:before,
.js-pixproof-gallery .proof-photo__meta .nav li a.select-action:after,
.js-pixproof-gallery .proof-photo__status:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.js-pixproof-gallery .proof-photo__meta .nav li a.zoom-action:before {
  content: "\e961";
  font-family: 'basic-ui-icons' !important;
}

.js-pixproof-gallery .proof-photo__meta .nav li a.select-action {
  position: relative;
}

.js-pixproof-gallery .proof-photo__meta .nav li a.select-action:before,
.js-pixproof-gallery .proof-photo__meta .nav li a.select-action:after,
.js-pixproof-gallery .proof-photo__status:before {
  content: "\e915";
  font-family: 'multimedia-icons' !important;
  opacity: 0;
}

.js-pixproof-gallery .selected .proof-photo__meta .nav li a.select-action:before {
  opacity: 1;
}

.js-pixproof-gallery .proof-photo__meta .nav li a.select-action:after {
  content: "\e916";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.js-pixproof-gallery .proof-photo__status:before {
  content: "\e916";
  line-height: 40px;
}

.js-pixproof-gallery .selected .proof-photo__meta .nav li a.select-action:after {
  opacity: 0;
}

.js-pixproof-gallery .proof-photo__meta .nav li .button-text {
  display: none;
}

.js-pixproof-gallery .proof-photo__status {
  position: absolute;
  top: 100%;
  left: 15px;
  line-height: 40px;
  font-size: 14px;
}

.js-pixproof-gallery .selected .proof-photo__status {
    color: #fff;
}

.js-pixproof-gallery .selected .proof-photo__status:before {
  opacity: 1;
}

.js-pixproof-gallery .proof-photo__status .ticker {
  display: none;
}

.js-pixproof-gallery .proof-photo__id {
  display: block;
  background: #121212;
  color: #fff;
  padding: 12px 45px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.site-light .js-pixproof-gallery .proof-photo__id {
    background: #e8e8e8;
    color: #161616;
}

.js-pixproof-gallery .selected .proof-photo__id {
  background: #c48f56;
  color: #fff;
}

/*------------------------------------------------------------------
[4 Footer ]
*/

.site-footer {
  background: #f0f0f0;
  font-size: 14px;
  padding: 20px 0;
  font-weight: 300;
}

.site-footer .scroll-up-button {
  position: absolute;
  bottom: 25px;
  right: -65px;
  box-shadow: inset 0 0 0 1px;
  background: #111;
  width: 2.5em;
  line-height: 2.5em;
  text-align: center;
  opacity: .5;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.site-light .site-footer .scroll-up-button {
    background: #e8e8e8;
}

.site-footer .scroll-up-button:hover {
  opacity: .9;
  color: #c48f56;
}

.site-footer .scroll-up-button:before {
  line-height: inherit;
}

.site-dark .site-footer {
  background: #232323;
}

.site-footer .copyright {
  font-size: 12px;
}


/*------------------------------------------------------------------
[4.1 Footer logo ]
*/

.site-footer .logo {
  font-size: 2.571em;
  font-weight: bold;
}

.site-footer .logo a {
  display: table-cell;
  height: 75px;
  vertical-align: middle;
  text-decoration: none;
}

.site-footer .logo img {
  max-height: 65px;
  max-width: 150px;
}

.site-light .site-footer .logo .dark,
.site-dark .site-footer .logo .light {
  display: block;
}

.site-light .site-footer .logo .light,
.site-dark .site-footer .logo .dark {
  display: none;
}