<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

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

Project:    Spool theme
Version:    1.0.1

[Table of contents]

    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.7 Side header
        2.8 Side navigation
    3. Body
        3.1 Gallery widget
        3.2 Contact row
        3.3 Default widgets
        3.4 Portfolio
        3.5 Filter buttons
        3.6 Pagination
        3.7 Banner
        3.8 Price list type 1
        3.9 Price list type 2
        3.10 Price list type 3
        3.11 Price list type 4
        3.12 Blog
        3.13 Countdown
        3.14 Site content
        3.15 Comments
        3.16 Project page
        3.17 Video
        3.18 Hand phone
        3.19 Button Download
        3.20 Accordion
        3.21 Icon box
        3.22 Phone mockups
        3.23 App Screenshots
        3.24 Testimonials
        3.25 Whois
        3.26 Download Counter
        3.27 Product items
        3.28 Team items
        3.29 Benefits
        3.30 Subscribe form
    4 Footer
        4.1 Footer top

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


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

.pace {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1900;
  background: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -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-light .pace {
  background: #f8f8f8;
}

.loaded .pace {
  opacity: 0;
  visibility: hidden;
}

.pace .pace-progress {
  background: #c48f56;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.admin-bar .pace .pace-progress {
  top: 32px;
}

.owl-dot .owl-dot {
  display: none !important;
}

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

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

body {
  margin: 0;
  font-family: "IBM Plex Sans Condensed";
  font-size: 16px;
  font-weight: normal;
  color: #b9b9b9;
  background: #f8f8f8;
  position: relative;
  z-index: 1;
  cursor: default;
}

.js_active body {
  overflow: hidden;
}

.js_active body.loaded {
  overflow: auto;
}

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

body.ypromo-site-bar-body {
  padding-top: 65px;
}

body.site-dark {
  background: #000000;
  color: #fffffe;
}

.index-row {
  margin-top: 30px;
}

.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;
}

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

.zilla-likes a {
  text-decoration: none;
  margin-right: 30px;
}

.zilla-likes a:last-of-type {
  margin-right: 0;
}

.zilla-likes a.like.active {
  color: #C5D86D;
}

.zilla-likes a.dislike.active {
  color: #FF331F;
}

.zilla-likes a&gt;* {
  display: inline-block;
  vertical-align: middle;
}

.zilla-likes a i {
  margin-right: 10px;
}

.zilla-likes a span {
  font-size: 12px;
  font-weight: 600;
}

.share-buttons {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.zilla-likes+.share-buttons {
  margin-left: 30px;
}

.share-buttons&gt;* {
  display: inline-block;
  vertical-align: middle;
}

.share-buttons i {
  margin-right: 13px;
}

.share-buttons span {
  font-size: 12px;
  text-transform: uppercase;
}

.share-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #040404;
  background: rgba(4, 4, 4, 0.8);
  background: #040404cc;
  display: none;
}

.share-area .content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  /* width: 100%; */
  /* max-width: 590px; */
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px 40px;
}

.share-area .close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.share-area h2 {
  line-height: 1em;
  margin: 45px 0 30px;
}

.share-area .link {
  font-size: 24px;
  font-weight: 300;
  line-height: 25px;
  margin: 30px 0;
}

.share-area .social-buttons-standart {}

.social-buttons-standart {}

.social-buttons-standart a,
.social-buttons-standart-t2 a {
  text-decoration: none;
  margin: 5px 10px 5px 0;
  padding-left: 21px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1em;
}

.social-buttons-standart a:last-of-type,
.social-buttons-standart-t2 a:last-of-type {
  margin-right: 0;
}

.social-buttons-standart-t2 a {
  padding-left: 28px;
  margin-right: 16px;
}

.social-buttons-widget .social-buttons-standart a,
.social-buttons-standart.in-row a {
  padding-left: 0;
  display: block;
  margin: 23px 0;
}

.social-buttons-standart a&gt;*,
.social-buttons-standart-t2 a&gt;* {
  display: inline-block;
  vertical-align: middle;
}

.social-buttons-standart a:before,
.social-buttons-standart-t2 a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  background: #c48f56;
}

.social-buttons-standart-t2 a:before {
  background: #b9b9b9;
}

.social-buttons-widget .social-buttons-standart a:before,
.social-buttons-standart.in-row a:before,
.social-buttons-standart-t2 a:first-of-type:before {
  display: none;
}

.social-buttons-standart a i,
.social-buttons-standart-t2 a i {
  color: #c48f56;
  margin-right: 5px;
  font-size: 16px;
}

.site-light .social-buttons-standart a i,
.site-light .social-buttons-standart-t2 a i {
  color: #c48f56;
}

.social-buttons-standart-t2 a i {
  color: #696969;
}

.social-buttons-standart a span,
.social-buttons-standart-t2 a span {
  font-size: 12px;
  text-transform: uppercase;
}

.grid-sizer {
  height: 0;
  position: absolute;
}

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

.scroll-wrapper&gt;.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&gt;.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;
  border-left: 1px solid #393939;
  background: #171717;
}

.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: 4px;
}

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

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

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

a {
  color: inherit;
}

img {
  border: none;
  height: auto;
}

input,
textarea,
button,
select,
a {
  -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;
  font-family: inherit;
}

input,
textarea,
button,
select {
  font-family: inherit;
  max-width: 100%;
}

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;
}

blockquote {
  font-size: 24px;
  line-height: 1.500em;
  margin: 70px 0 25px 0;
  position: relative;
  z-index: 1;
  text-align: left;
  font-weight: 500;
  font-style: italic;
}

.text blockquote {
  margin-left: 50px;
}

blockquote p {}

blockquote h6 {
  margin: 10px 0 5px !important;
  color: #c48f56;
  text-transform: uppercase;
  font-size: 16px;
}

blockquote .post {
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
  line-height: normal;
  color: #575757;
  letter-spacing: .1em;
  font-weight: 600;
}

blockquote cite {
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
}

blockquote cite a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
}

blockquote p {
  line-height: 1.500em !important;
  display: inline;
}

blockquote:before,
blockquote:after {
  color: #c48f56;
  font-style: normal;
  font-weight: 600;
  font-size: 3.000em;
  display: inline-block;
  line-height: 0em;
  position: relative;
}

blockquote:before {
  content: "“";
  position: absolute;
  top: 0.35em;
  left: -0.75em;
}

blockquote:after {
  content: "”";
  top: 0.5em;
  margin-left: 0.1em;
}

.cursor-disabled,
.cursor-disabled * {
  cursor: none !important;
}

.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%);
}

.post-items {
  /* padding-top: 30px; */
}

.post-items .post {
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.post-items .post.sticky {
  border: 1px solid #eee;
  padding: 10px 35px;
}

.site-dark .post-items .post {
  border-color: #393939;
}

.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;
}

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

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

.text-uppercase {
  text-transform: uppercase;
}

.text-light {
  font-weight: 300 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.no-padding {
  padding: 0;
}

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

.dark-bg,
.white-text {
  color: #fff;
}

.header-space {
  height: 78px;
}

.header-type-side .header-space {
  display: none;
}

.contact-row {
  margin-bottom: 15px;
  position: relative;
  padding-left: 50px;
}

.contact-row i {
  float: left;
  font-size: 20px;
  color: #c48f56;
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1em;
  margin-top: -.5em;
}

.site-light .contact-row i {
  color: #c48f56;
}

.contact-row h6 {
  font-size: 14px;
  margin: 0;
}

.contact-row span {
  font-size: 16px;
  color: #fff;
}

.light .contact-row span {
  color: #b9b9b9;
}

.contact-row .content {
  /* margin-left: 40px; */
  font-size: 18px;
}

.contact-row .content span {
  font-size: 14px;
  line-height: 1em;
  display: block;
  opacity: .7;
  margin-bottom: 5px;
}

figure {
  margin: 0;
}

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

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

table {
  width: 100%;
  border: 1px solid;
  border-collapse: collapse;
  border-color: #e8e8e8;
}

table td,
table th {
  border: 1px solid;
  padding: 2px 5px;
  border-color: #e8e8e8;
}

.site-dark table td,
.site-dark table th {
  border-color: #393939;
}

.site-footer table td,
.site-footer table th,
.calendar_wrap table td,
.calendar_wrap table th {
  font-size: 11px;
  padding: 2px 3px;
  text-align: center;
}

.calendar_wrap table caption {
  font-size: 14px;
  margin-bottom: 5px;
}

.blog-item table th,
.blog-item table td,
.post-content table th,
.post-content table td,
.comment-item table th,
.comment-item table td {
  padding: 10px 15px;
}

.blog-item ul,
.post-content ul,
.comment-item ul,
.blog-item ol,
.post-content ol,
.comment-item ol {
  margin: 15px 0;
  padding-left: 25px;
}

.blog-item ul li,
.post-content ul li,
.comment-item ul li,
.blog-item ol li,
.post-content ol li,
.comment-item ol li {
  margin: 5px 0;
}

.popup_download_no .pswp__share--download {
  display: none;
}

pre {
  width: 100%;
}

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

.single-post .s-sidebar {
  margin-top: 45px;
}

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

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

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

.widget_black_studio_tinymce {}

.widget_black_studio_tinymce img {
  border: 1px solid #eeeeee;
}

.site-dark .widget_black_studio_tinymce img {
  border-color: #393939;
}

.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: #fff;
  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;
}

.gallery[class*="galleryid"] {
  margin: 20px 0 !important;
}

.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;
}

.gallery .gallery-icon a img {
  border: 1px solid #393939 !important;
}

#all {
  position: relative;
  overflow: hidden;
  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;
}

.loaded #all {
  opacity: 1;
  visibility: visible;
}

.header-type-left_side #all {
  padding-left: 81px;
  padding-top: 0;
}

.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.750em !important;
}

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

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
  font-size: 1.95em !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;
}

.vc_gradient-icon .vc_icon_element-inner {
  border: none !important;
  z-index: 2;
}

.vc_gradient-icon .vc_icon_element-inner .bor {
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  opacity: 0.5;
  box-shadow: -4px 3px 6.86px 0.14px rgba(0, 0, 0, 0.1);
}

.vc_gradient-icon .vc_icon_element-inner.vc_icon_element-style-rounded .bor {
  border-radius: 50%;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-tab&gt;a {
  padding: 7px 25px;
  font-size: 14px;
  background: transparent;
  border: none;
  color: inherit;
  font-weight: 500;
}

.wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-tabs-list .vc_tta-tab&gt;a {
  background: #dfdfe6;
  border: 2px solid;
  font-size: 12px;
  text-transform: uppercase;
  border-color: transparent;
  padding: 11px 40px;
  font-weight: normal;
  color: #a3a3a3;
}

.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline .vc_tta-tab.vc_active&gt;a {
  color: #525d7c !important;
  border-color: #525d7c !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-tab&gt;a:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active&gt;a {
  box-shadow: -5px 6px 6.86px 0.14px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #000;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab&gt;a {
  border-width: 1px
}

.wpb-js-composer .vc_tta.vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #4868cf;
  background-color: #5472D2;
  color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #00b3c0;
  background-color: #00C1CF;
  color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-pink.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #fe5e52;
  background-color: #FE6C61;
  color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-violet.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #8462c0;
  background-color: #8D6DC4;
  color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #40a8c5;
  background-color: #4CADC9;
  color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #c8bba1;
  background-color: #CEC2AB;
  color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #484152;
  background-color: #50485B;
  color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #69d294;
  background-color: #75D69C;
  color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #f6b859;
  background-color: #F7BE68;
  color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-sky.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #4d9ae1;
  background-color: #5AA1E3;
  color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-green.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #66a038;
  background-color: #6DAB3C;
  color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #f3443f;
  background-color: #F4524D;
  color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #f68a59;
  background-color: #F79468;
  color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #b474b6;
  background-color: #B97EBB;
  color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-black.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #222;
  background-color: #2A2A2A;
  color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #fbfbfb;
  background-color: #fbfbfb;
  color: #56c4cf;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background: #fbfbfb !important;
  border-color: #fbfbfb !important;
}

.wpb-js-composer .vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active&gt;a {
  border-color: #f7f7f7;
  background-color: #FFF;
  color: #666
}

.vc_row.extra-spacing {
  margin: 0 -60px;
}

.vc_row.extra-spacing&gt;div {
  padding: 0 45px;
}

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

.vc_row[data-vc-full-width-mod].vc_hidden {
  opacity: 0
}

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

.vc_section[data-vc-full-width-mod].vc_hidden {
  opacity: 0
}

.vc_section[data-vc-full-width-mod]&gt;.vc_row {
  margin-left: 0;
  margin-right: 0
}

.vc-row[data-vc-full-width-mod] .vc_grid.vc_row {
  overflow: hidden
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
  font-size: 1em;
}

.wpb-js-composer .vc_tta-panel .vc_tta-panel-title&gt;a {
  color: inherit !important;
}

.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body,
.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:not(:first-child):not(:last-child) .vc_tta-panel-heading {
  border-radius: 5px !important;
}

.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel .vc_tta-panel-body {
  border-radius: 0 0 5px 5px !important;
}

.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body,
.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading {
  border-radius: 5px !important;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_outline,
.wpb_single_image .vc_single_image-wrapper.vc_box_outline_circle {
  padding: 3px;
  border-width: 2px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-tab&gt;a {
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 600;
  background: #f5f5f5;
}

.wpb-js-composer div.vc_tta.vc_general .vc_tta-panel-body {
  padding: 15px 30px;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md.vc_icon_element-have-style-inner {
  width: 4.4em !important;
  height: 4.4em !important;
  border-width: 3px;
}

.vc_row.vc_column-gap-1 {
  margin-left: -0.5px;
  margin-right: -0.5px;
}

.vc_row.vc_column-gap-1&gt;.vc_column_container {
  padding: 0.5px;
}

.vc_row.vc_column-gap-2 {
  margin-left: -1px;
  margin-right: -1px;
}

.vc_row.vc_column-gap-2&gt;.vc_column_container {
  padding: 1px;
}

.vc_row.vc_column-gap-3 {
  margin-left: -1.5px;
  margin-right: -1.5px;
}

.vc_row.vc_column-gap-3&gt;.vc_column_container {
  padding: 1.5px;
}

.vc_row.vc_column-gap-4 {
  margin-left: -2px;
  margin-right: -2px;
}

.vc_row.vc_column-gap-4&gt;.vc_column_container {
  padding: 2px;
}

.vc_row.vc_column-gap-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.vc_row.vc_column-gap-5&gt;.vc_column_container {
  padding: 2.5px;
}

.vc_row.vc_column-gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.vc_row.vc_column-gap-10&gt;.vc_column_container {
  padding: 5px;
}

.vc_row.vc_column-gap-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.vc_row.vc_column-gap-15&gt;.vc_column_container {
  padding: 7.5px;
}

.vc_row.vc_column-gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.vc_row.vc_column-gap-20&gt;.vc_column_container {
  padding: 10px;
}

.vc_row.vc_column-gap-25 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.vc_row.vc_column-gap-25&gt;.vc_column_container {
  padding: 12.5px;
}

.vc_row.vc_column-gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.vc_row.vc_column-gap-30&gt;.vc_column_container {
  padding: 15px;
}

.vc_row.vc_column-gap-35 {
  margin-left: -17.5px;
  margin-right: -17.5px;
}

.vc_row.vc_column-gap-35&gt;.vc_column_container {
  padding: 17.5px;
}

.offset-top {
  margin-top: 25px;
}

.row-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.banner-coming-soon .h.b-coming-heading,
.banner-404 .h.b-404-heading {
  font-size: 4.286em;
  margin-bottom: 0;
  margin-top: 0;
}

.banner-coming-soon .item div.text,
.banner-404 .item div.text {
  margin: 25px 0 30px;
  padding: 0;
}

.banner-coming-soon .item div.text {
  margin: -15px 0 45px;
  font-size: 1.5em;
}

.protected-post-form {}

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

.blog-item .protected-post-form .cell,
.post-content .protected-post-form .cell {
  height: 250px !important;
}

.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;
}

.protected-post-form .area button i {
  display: block;
  line-height: 48px;
}

.wpb_text_column ul,
.site-content ul,
.woocommerce div.product div.summary div[itemprop="description"] ul {
  margin: 30px 0;
  padding: 0;
  line-height: 1.875em;
}

.wpb_text_column ul strong,
.site-content ul strong {
  /* color: #000; */
}

.wpb_text_column ul ul,
.site-content ul ul {
  margin: 20px 0;
}

.wpb_text_column ul li,
.site-content ul li,
.woocommerce div.product div.summary div[itemprop="description"] ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 15px 0;
  display: block;
}

.wpb_text_column ul li:before,
.site-content ul li:before,
.woocommerce div.product div.summary div[itemprop="description"] ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background: #c48f56;
  border-radius: 50%;
}

.color-scheme2 .wpb_text_column ul li:before,
.color-scheme2 .site-content ul li:before {
  color: #507fcd;
}

.dotted-404 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/404-dotted.svg) 50% repeat;
  background-size: 8px auto;
  opacity: .2;
}

.pswp .pswp__zoom-wrap {
  text-align: center;
}

.pswp .pswp__zoom-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.pswp .wrapper {
  line-height: 0;
  width: 100%;
  max-width: 1000px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.pswp .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}

.pswp .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp video {
  width: 100% !important;
  height: auto !important;
}

.side-img {}

.side-img .vc_column-inner {
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
}

.vc_inner .side-img .vc_column-inner {
  margin-left: 0;
  margin-right: 0;
}

.site-dark .side-img .vc_column-inner {}

.side-img.with-shadow .vc_column-inner {
  box-shadow: 12px 11px 0 #def2f1;
}

.img-with-shadow {
  box-shadow: 9px 8px 0 rgba(89, 188, 184, 0.2);
}

.logged-links {
  color: #c48f56;
  font-size: 12px;
  margin: -15px 0 10px;
}

.logged-links a.logout {
  margin-left: 10px;
}

.social-buttons a:hover i {
  opacity: 1;
  color: #c48f56;
}

.social-buttons {
  font-size: 16px;
  margin: 35px 0;
}

.social-buttons-widget .social-buttons {
  float: none;
  margin: 0 0 35px;
}

.social-buttons a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-right: 15px;
  position: relative;
}

.social-buttons i {
  display: block;
  opacity: 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;
}

.social-buttons a:last-of-type:after {
  display: none;
}

.social-buttons a:hover {}

.social-buttons a:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

.social-buttons a span {
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500;
  display: none;
}

.social-buttons.label-on a span {
  display: none;
}

.social-buttons-text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.social-buttons-text a {
  text-decoration: none
}

.social-buttons-text a:not(:last-of-type):after {
  content: "\00a0\00a0\00a0-\00a0\00a0";
  color: #c48f56;
}

.social-buttons-text i {
  display: none;
}

.pt-special-heading {
  margin: 0 0 30px 0;
}

.project-type1-page .pt-special-heading {
  margin-top: 90px;
}

.project-type2-page .pt-special-heading {
  margin: 45px 0;
}

.pt-special-heading .icon {
  font-size: 60px;
  margin-bottom: 0.2em;
}

.pt-special-heading.decor-line-on-bottom {
  margin-bottom: 31px;
  line-height: 0;
  letter-spacing: .1em;
}

.heading-container {
  padding: 25px 30px;
  position: relative;
}

.pt-special-heading.tac .heading-container {
  display: inline-block;
}

.pt-special-heading .sub-heading {
  color: #c48f56;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.project-type1-page .sub-heading,
.project-type2-page .sub-heading {
  font-size: 14px;
}

.site-light .pt-special-heading .sub-heading {
  color: #8f8f8f;
}

.pt-special-heading .heading {
  margin: 0;
  /* letter-spacing: .1em; */
}

.decor-line-on-bottom .heading {
  font-weight: 500;
}

.h-uppercase .heading {
  text-transform: uppercase;
}

.pt-special-heading .sub-heading+.heading {
  margin-top: 0.35em;
}

.project-type1-page .pt-special-heading .sub-heading+.heading,
.project-type2-page .pt-special-heading .sub-heading+.heading {
  margin-top: .2em;
}

.heading-container:before,
.pt-special-heading.tac .heading-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border: 3px solid #c48f56;
  width: 17px;
  border-right-width: 0;
}

.heading-container.tar:before,
.pt-special-heading.tar .heading-container:before,
.pt-special-heading.tac .heading-container:after {
  border-right-width: 3px;
  border-left-width: 0;
  left: auto;
  right: 0;
}

img.fill-img {
  margin-bottom: -75px !important;
}

.pt-special-heading.decor-line-on-bottom:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #c48f56;
  margin-top: 25px;
}

.site-light .navigation li&gt;a span:before,
.site-light .hm-cunt span,
.site-light.woocommerce a.button,
.site-light.woocommerce button.button,
.site-light.woocommerce input.button,
.site-light .woocommerce a.button,
.site-light .woocommerce button.button,
.site-light .woocommerce input.button,
.site-light .full-screen-portfolio .fs-play-button,
.site-light .play-button,
.site-light .full-screen-area .fc-navigation ul .nav-item.active,
.site-light .full-screen-area .slide-h&gt;div:after,
.site-light .pace .pace-progress,
.site-light .button-style1:after,
.site-light .button-style2,
.site-light .testimonials-type2 .owl-dots .owl-dot.active,
.site-light .price-list-item-t2 .price,
.site-light .pt-special-heading.decor-line-on-bottom:after,
.site-light .icon-box-item.style2 .icon,
.site-light .wpb_text_column ul li:before,
.site-light .site-content ul li:before,
.site-light.woocommerce div.product div.summary div[itemprop="description"] ul li:before,
.site-light.woocommerce .products .product .image .buttons&gt;*,
.site-light.woocommerce #respond input#submit.alt,
.site-light.woocommerce a.button.alt,
.site-light.woocommerce button.button.alt,
.site-light.woocommerce input.button.alt,
.site-light .woocommerce div.product div.summary div[itemprop="description"] ul li:before,
.site-light .woocommerce .products .product .image .buttons&gt;*,
.site-light .woocommerce #respond input#submit.alt,
.site-light .woocommerce a.button.alt,
.site-light .woocommerce button.button.alt,
.site-light .woocommerce input.button.alt,
.site-light .social-buttons-standart a:before,
.site-light .social-buttons-standart-t2 a:before {
  background: #c48f56;
}

.site-light .filter-button-group button.active,
.site-light .filter-button-group a.active,
.site-light .category-buttons a.active,
.site-light .woocommerce div.product .woocommerce-tabs .tabs li.active a,
.site-light.woocommerce div.product .woocommerce-tabs .tabs li.active a {
  border-color: #c48f56;
}

.site-light .navigation ul ul li.current-menu-item&gt;a span,
.site-light .navigation ul ul li.current-menu-ancestor&gt;a span,
.site-light .navigation ul ul li.current_page_item&gt;a span,
.site-light .navigation ul ul li.current-menu-ancestor&gt;a span,
.site-light .minicart-wrap .cart_list .mini_cart_item .quantity,
.site-light .widget_shopping_cart_content .cart_list .mini_cart_item .quantity,
.site-light .minicart-wrap .total&gt;span,
.site-light .widget_shopping_cart_content .total&gt;span,
.site-light .pt-special-heading .sub-heading,
.site-light .icon-box-item.style1 .icon,
.site-light .filter-button-group button.active,
.site-light .filter-button-group a.active,
.site-light .category-buttons a.active,
.site-light .contact-row i,
.site-light .social-buttons a:hover i,
.site-light .button-style2:hover,
.site-light .testimonials-type2 .testimonial-item .quote:before,
.site-light .price-list-item-t2 .top,
.site-light .social-buttons-standart a i,
.site-light .social-buttons-standart-t2 a i,
.site-light .banner-social-buttons a:hover&gt;*,
.site-light .blog-detail span,
.site-light .blog-detail .date span,
.site-light blockquote:before,
.site-light blockquote:after,
.site-light .logged-links,
.site-light .icon-box-item.style3 .icon,
.site-light .num-box .num-box-item .num,
.site-light .team-carousel .item .social-buttons i,
.site-light .comment-items .comment-item .date,
.site-light .woocommerce div.product .product_meta .sku_wrapper,
.site-light .woocommerce a.remove:hover,
.site-light .woocommerce-cart .cart-collaterals .cart_totals tr td .woocommerce-Price-amount,
.site-light .woocommerce .cart-collaterals table.shop_table.woocommerce-checkout-review-order-table td .amount,
.site-light.woocommerce div.product .product_meta .sku_wrapper,
.site-light.woocommerce a.remove:hover,
.site-light.woocommerce-cart .cart-collaterals .cart_totals tr td .woocommerce-Price-amount,
.site-light.woocommerce .cart-collaterals table.shop_table.woocommerce-checkout-review-order-table td .amount {
  color: #c48f56;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "IBM Plex Sans Condensed";
  margin: 20px 0;
}

.site-light h1,
.site-light .h1,
.site-light h2,
.site-light .h2,
.site-light h3,
.site-light .h3,
.site-light h4,
.site-light .h4,
.site-light h5,
.site-light .h5,
.site-light h6,
.site-light .h6 {
  color: #737373;
}

.site-light .custom_color h1,
.site-light .custom_color .h1,
.site-light .custom_color h2,
.site-light .custom_color .h2,
.site-light .custom_color h3,
.site-light .custom_color .h3,
.site-light .custom_color h4,
.site-light .custom_color .h4,
.site-light .custom_color h5,
.site-light .custom_color .h5,
.site-light .custom_color h6,
.site-light .custom_color .h6 {
  color: inherit;
}

.post-content h1,
.post-content .h1,
.post-content h2,
.post-content .h2,
.post-content h3,
.post-content .h3,
.post-content h4,
.post-content .h4,
.post-content h5,
.post-content .h5,
.post-content h6,
.post-content .h6 {
  margin: 35px 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: 60px;
  line-height: 1em;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 1em;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 36px;
  line-height: 1.200em;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 30px;
  line-height: 1.200em;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 1.200em;
  font-weight: 600;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 1.200em;
  font-weight: 600;
}

.heading-decor,
.heading-decor-s,
.heading-decor-t2 {
  margin: 15px 0 25px;
}

.site-content .heading-decor,
.site-content .heading-decor-s,
.site-content .heading-decor-t2 {
  margin: 35px 0 25px;
}

.summary .heading-decor-t2 {
  margin-top: 0;
  margin-bottom: 10px;
}

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

.heading-decor&gt;*,
.heading-decor-s&gt;*,
.heading-decor-t2&gt;* {
  margin: 0;
}

.heading-decor:after,
.heading-decor-s .h:after {
  content: "";
  display: block;
  color: #c48f56;
  width: 23px;
  height: 1px;
  margin-top: 20px;
  box-shadow: inset 0 0 0 5px;
}

.heading-decor.type-h4:after,
.heading-decor-s.type-h4 .h:after,
.heading-decor.type-h5:after,
.heading-decor-s.type-h5 .h:after,
.heading-decor.type-h6:after,
.heading-decor-s.type-h6 .h:after {
  font-size: 7px;
  margin-top: 20px;
}

.heading-decor .h[style^="color"]:after,
.heading-decor .h[style*="color"]:after,
.heading-decor-s .h[style^="color"]:after,
.heading-decor-s .h[style*="color"]:after {
  color: inherit;
}

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

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

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

.heading-decor span,
.heading-decor-s span,
.heading-decor-t2 span {
  display: block;
}

.vc_custom_heading .bg-text {
  position: absolute;
  left: -60px;
  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: -1;
  color: #fcf4f3;
  font-size: 4.167em;
}

.vc_custom_heading.with-bg-text {
  position: relative;
  z-index: -1;
}


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

.button-style1 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  background: none;
  cursor: pointer;
  border: none;
  padding: 8px 15px;
  letter-spacing: .1em;
  z-index: 1;
  line-height: 1em;
  color: inherit;
  -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;
}

.button-style1.gray,
.button-style1.gray-t2 {
  color: #575757;
}

.button-style1:hover {}

.button-style1 i {
  font-size: 1.2em;
  margin-right: 10px;
  margin-top: 2px;
  vertical-align: middle;
}

.button-style1 span+i {
  margin: 0 0 0 10px;
}

.button-style1 span {
  display: inline-block;
  vertical-align: middle;
}

.button-style1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 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;
  background: #c48f56;
  z-index: -1;
}

.button-style1:hover:after,
.button-style1.loading:after {
  width: 100%;
}

.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;
}

@-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:before {
  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-style2 {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  background: #c48f56;
  padding: 11px 25px;
  border: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
}

.site-light .button-style2 {
  background: #c48f56;
}

.button-style2:hover {
  background: #2d2d2d;
  color: #c48f56;
}

.site-light .button-style2:hover {
  background: #e0e0e0;
  color: #c48f56;
}

.button-style2.dark {
  background: #2d2d2d;
  color: #c48f56;
}

.site-light .button-style2.dark {
  background: #e2e2e2;
  color: #8e8e8e;
}

.button-style2.dark:hover {
  background: #c48f56;
  color: #fff;
}

.button-style2 span {
  vertical-align: middle;
  bottom: 0;
}

.button-style3 {
  text-decoration: none;
  color: #4f4f4f;
  font-size: 12px;
  background: none;
  padding: 11px 25px;
  border: none;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  border: 1px solid;
}

.button-style3.gray {
  color: #b9b9b9;
}

.button-style3:hover {
  color: #c48f56;
}

.button-style3 i {
  vertical-align: middle;
  margin-right: 15px;
}

.button-style3 span {
  vertical-align: middle;
  bottom: 0;
}

.button-style4 {
  display: inline-block;
  text-decoration: none;
  background: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid;
  vertical-align: middle;
  padding: 5px 0;
  line-height: 18px;
}

.button-style4:hover {
  border-bottom-color: transparent;
}

.button-style4.gray {
  color: #b9b9b9;
}


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

select,
input.style1,
textarea.style1,
select.style1 {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 7px;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
  background: transparent;
  border-bottom: 1px solid #eee;
}

select.wpcf7-not-valid,
input.style1.wpcf7-not-valid,
textarea.style1.wpcf7-not-valid,
select.style1.wpcf7-not-valid {
  border-bottom-color: #FF331F !important;
}

.site-dark input.style1,
.site-dark textarea.style1,
.site-dark select.style1 {
  border-color: #393939;
  /* background: #070707; */
}

.wpcf7-form input.style1,
.wpcf7-form textarea.style1 {
  margin-bottom: 20px;
}

input.style1,
select.style1,
select {
  height: 40px;
}

select.style1,
select {
  background: url(../images/select.png) top 50% right 0px no-repeat;
  cursor: pointer;
  padding: 0 65px 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #e3e3e3;
  background-size: 45px;
}

.site-dark select.style1,
.site-dark select {
  border-color: #393939;
}

.site-dark select.style1 option,
.site-dark select option {
  background: #070707;
}

input.style1.date {
  background-image: url(../images/input-date.png);
}

input.style1.time {
  background-image: url(../images/input-time.png);
}

div.input-row-s1 {
  position: relative;
  margin-bottom: 30px !important;
  vertical-align: top;
}

.coupon-area .input-row-s1 {
  display: inline-block;
}

.input-row-s1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #c48f56;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.input-row-s1.focus:before {
  width: 100%;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.input-row-s1.focus {}

.input-row-s1 input.style1,
.input-row-s1 textarea.style1,
.input-row-s1 select.style1 {
  margin-bottom: 0;
}

textarea.style1 {
  /* padding: 17px 0; */
  line-height: normal;
  resize: none;
  line-height: 17px;
}

input.style2,
textarea.style2 {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  text-align: left;
  background: #fdf7f6;
  border: none;
  padding: 10px 20px;
  line-height: 23px;
  color: #4b4d5d;
  resize: none;
}

.wpcf7-form-control-wrap input.style2,
.wpcf7-form-control-wrap textarea.style2 {
  margin-bottom: 20px;
}


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

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #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;
}

.preloader-area,
.preloader-default-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  -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;
  background: #fff;
  -webkit-clip-path: circle(50.0% at 50% 50%);
  clip-path: circle(100.0% at 50% 50%);
}

.site-dark .preloader-area,
.site-dark .preloader-default-area,
.site-dark .preloader {
  background: #070707;
}

.loaded .preloader-area,
.loaded .preloader {
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: circle(0% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
}

.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;
  display: block;
}

.preloader-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
}

.preloader-circle:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  box-shadow: inset 0 0 0 20px;
  border-radius: 50%;
  opacity: 0.7;
}

.preloader-circle:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  box-shadow: inset 0 0 0 1px;
  border-radius: 50%;
  opacity: 0.4;
}

@-webkit-keyframes play_b

/* Safari and Chrome */
  {
  from {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
  }

  to {
    top: -40px;
    left: -40px;
    right: -40px;
    bottom: -40px;
    opacity: 0;
  }
}

@keyframes play_b {
  from {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
  }

  to {
    top: -40px;
    left: -40px;
    right: -40px;
    bottom: -40px;
    opacity: 0;
  }
}

.preloader-circle&gt;div {
  -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 3s ease-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
}

.preloader-circle .preloader-circle1 {
  animation-delay: .2s;
}

.preloader-circle .preloader-circle2 {
  animation-delay: .9s;
}

.preloader-circle .preloader-circle3 {
  animation-delay: 1.6s;
}

.preloader-circle .preloader-circle4 {
  animation-delay: 2.4s;
}

.preloader-default-area {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.loaded .preloader-default-area {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.preloader-default {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  -webkit-animation: pr_def2 3.5s ease-out;
  -moz-animation: pr_def2 3.5s ease-out;
  -ms-animation: pr_def2 3.5s ease-out;
  -o-animation: pr_def2 3.5s ease-out;
  animation: pr_def2 3.5s ease-out;
  animation-fill-mode: forwards;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

@-webkit-keyframes pr_def {
  from {
    top: 100%;
  }

  to {
    top: 0;
  }
}

@keyframes pr_def {
  from {
    top: 100%;
  }

  to {
    top: 0;
  }
}

@-webkit-keyframes pr_def2 {
  from {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }

  to {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}

@keyframes pr_def2 {
  from {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }

  to {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
}

.preloader-default-area .line {
  position: absolute;
  left: 50%;
  width: 1px;
  bottom: 0;
  height: 100%;
  -webkit-animation: pr_def 3.5s ease-out;
  -moz-animation: pr_def 3.5s ease-out;
  -ms-animation: pr_def 3.5s ease-out;
  -o-animation: pr_def 3.5s ease-out;
  animation: pr_def 3.5s ease-out;
  animation-fill-mode: forwards;
}

.preloader-default-area .line:before,
.preloader-default-area .line:after {
  content: "";
  position: absolute;
  left: 0;
  box-shadow: inset 0 0 0 1px;
  width: 1px;
}

.preloader-default-area .line:before {
  height: 1px;
  top: 0;
}

.preloader-default-area .line:after {
  top: 1px;
  bottom: 0;
  opacity: 0.3;
}

.preloader-default .label {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  text-align: center;
  font-size: 30px;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  padding: 15px 0;
  background: #fff;
  font-weight: 100;
  letter-spacing: 0.3em;
}

.site-dark .preloader-default .label {
  background: #070707;
}



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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  -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-bottom: 1px solid; */
}

.fw-portfolio-template-default .site-header:not(.fixed),
.fw-portfolio-template-default .site-header:not(.fixed):before {
  background: transparent !important;
}

.ypromo-site-bar-body .site-header {
  top: 65px;
}

.site-header.header_offset_to_center {
  padding-top: 35px;
  pointer-events: none;
}

.site-header.with-side {
  display: none;
}

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

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

.header-space-no .site-header,
.header-space-no .site-header.light,
.header-space-no .site-header.dark {
  background: none;
}

.site-header.light.fixed,
.navigation-opened .site-header.light {
  background: #fff;
}

.site-header.dark.fixed {}

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

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

.site-header.light {
  color: #121212;
  background: #fff;
  border-color: #ebebeb;
}

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

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

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

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

.page-with-offset .site-header .container-fluid {
  padding: 0 70px;
}

.site-header .header-top {
  color: #fff;
  border-bottom: 1px solid;
  position: relative;
  z-index: 1;
  min-height: 31px;
}

.site-header.fixed .header-top,
.header-space-yes .site-header .header-top {
  background-image: url(../images/line-pattern.png);
}

.header-space-no .site-header {
  border-bottom: none;
}

.site-header:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -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;
}

.navigation-opened .site-header:before {
  background: #fff;
  opacity: 1 !important;
}

.site-header.dark:before,
.navigation-opened .site-header.dark:before {
  background: #070707;
}

.header-space-no .site-header:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.header-space-no .site-header.fixed:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.site-header .header-top .social-buttons {
  float: left;
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 8px 0;
}

.site-header .header-top .social-buttons a {
  margin-right: 10px;
}

.site-header .header-top .social-buttons a i {
  font-size: 1.2em;
  margin-right: 2px;
  opacity: 1;
}

.site-header .header-top .social-buttons a span {
  display: none;
}

.site-header .header-top .working-time {
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin: 7px 0;
}

.site-header .header-top .working-time i {
  margin-right: 10px;
  font-size: 12px;
  vertical-align: middle;
}

.site-header .header-top .working-time span {
  vertical-align: middle;
}

.site-header .header-top .phone-number {
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  margin: 7px 0 7px 35px;
  font-weight: bold;
}

.site-header .header-top .phone-number i {
  margin-right: 10px;
  font-size: 10px;
  vertical-align: middle;
}

.site-header .header-top .phone-number span {
  vertical-align: middle;
}

.site-header .header-top .search-button {
  float: left;
  margin: 8px 0 8px 15px;
  font-size: 13px;
}

.site-header .header-top .search-button i {}

.minified-block {
  float: left;
  -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;
  -moz-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
  -o-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  opacity: 0;
  visibility: hidden;
}

.minified-block.active {
  -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;
  visibility: visible;
}


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

.site-header .logo,
.side-header .logo,
.site-footer .logo {
  font-size: 30px;
  float: left;
  pointer-events: all;
  font-family: "IBM Plex Sans Condensed";
  font-weight: 600;
}

.site-header.dark .logo,
.side-header.dark .logo,
.site-footer.dark .logo {
  color: #fffffe;
}

.site-footer .logo {
  float: none;
  margin-top: 0 !important;
}

.site-dark .site-footer .logo {
  color: #fff;
  margin-top: 0 !important;
}

.side-header .logo {
  position: absolute;
  left: 50%;
  top: 75px;
  -moz-transform: translate(-50%, 0%) rotate(-90deg) scale(0.99);
  -ms-transform: translate(-50%, 0%) rotate(-90deg) scale(0.99);
  -webkit-transform: translate(-50%, 0%) rotate(-90deg) scale(0.99);
  -o-transform: translate(-50%, 0%) rotate(-90deg) scale(0.99);
  transform: translate(-50%, 0%) rotate(-90deg) scale(0.99);
  -moz-transform-origin: 50% 51%;
  -ms-transform-origin: 50% 51%;
  -webkit-transform-origin: 50% 51%;
  -o-transform-origin: 50% 51%;
  transform-origin: 50% 51%;
  width: 150px;
  text-align: right;
}

.side-header .logo a {
  width: 150px;
}

.site-header.header_logo_center .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,
.site-footer .logo a {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
  text-decoration: none;
}

.site-footer .logo a {
  height: 70px;
}

.site-header .logo img,
.side-header .logo img,
.site-footer .logo img {
  max-height: 70px;
  vertical-align: middle;
}

.site-header.light .logo .dark,
.site-header.dark .logo .light,
.side-header.light .logo .dark,
.side-header.dark .logo .light,
.site-footer.light .logo .dark,
.site-footer.dark .logo .light {
  display: inline-block;
}

.site-header.light .logo .light,
.site-header.dark .logo .dark,
.side-header.light .logo .light,
.side-header.dark .logo .dark,
.site-footer.light .logo .light,
.site-footer.dark .logo .dark {
  display: none;
}

.search-button {
  float: left;
  margin: 33px 0 0 20px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.site-header.dark .search-button {
  color: #c9c9c9;
}

.search-button i {
  display: block;
}

.header_offset_to_center .fr {
  margin-right: 50%;
  padding-right: 60px;
}

.header-post-nav {
  float: left;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 26px 0;
  cursor: default;
}

.header-post-nav&gt;* {
  display: inline-block;
  vertical-align: middle;
}

.header-post-nav .num {}

.header-post-nav .name {
  color: #4e4e4e;
  margin: 0 5px 0 10px;
  letter-spacing: .01em;
}

.site-header.dark .header-post-nav .name {
  color: #4e4e4e;
}

.header-post-nav .arrows {
  font-size: 15px;
}

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

.header-post-nav .arrows a.disabled {
  opacity: .5;
  pointer-events: none;
}


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

.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: 14px;
  position: relative;
  z-index: 1;
  color: #4b4d5d;
  font-weight: 500;
  pointer-events: all;
  letter-spacing: .05em;
}

.header_logo_center .navigation {
  text-align: center;
  float: none;
  border-top: 1px solid #ebebeb;
}

.header_logo_center .navigation #mega-menu-wrap-navigation #mega-menu-navigation {
  text-align: center;
}

.site-header.dark .navigation {
  color: #fffffe;
}

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

.navigation.centered_menu {
  margin-right: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

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

.navigation li {
  display: block;
  position: relative;
}

.navigation a {
  text-decoration: none;
}

.navigation .menu-h {
  margin-bottom: 10px;
  opacity: .5;
}

.navigation&gt;ul {}

.navigation&gt;ul&gt;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;
}

.header_logo_center .navigation&gt;ul&gt;li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

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

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

.navigation&gt;ul&gt;li&gt;a {
  transition: 0.3s;
  display: table-cell;
  position: relative;
  max-width: 155px;
  height: 80px;
  vertical-align: middle;
  line-height: 1.2em;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
}

.header_logo_center .navigation&gt;ul&gt;li&gt;a {
  height: 45px;
}

.header_logo_center #mega-menu-wrap-navigation #mega-menu-navigation&gt;li.mega-menu-item&gt;a.mega-menu-link {
  height: 45px;
  line-height: 45px;
}

.navigation-img {
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: 50%;
}

@media screen and (min-width: 768px) {

  .site-nav-arr .navigation&gt;ul&gt;li.menu-item-has-children&gt;a:after,
  .site-nav-arr .navigation&gt;ul&gt;li.menu-item-has-children&gt;a:after,
  .site-nav-arr .navigation&gt;ul&gt;li.menu-item-has-children&gt;a:after,
  .site-nav-arr .navigation&gt;ul&gt;li.page_item_has_children&gt;a:after,
  .site-nav-arr .navigation&gt;ul&gt;li.page_item_has_children&gt;a:after,
  .site-nav-arr .navigation&gt;ul&gt;li.page_item_has_children&gt;a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #444444;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
}

.navigation&gt;ul&gt;li&gt;a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px;
}

.navigation.hover-style2&gt;ul&gt;li&gt;a span {
  border: none;
  padding: 2px 10px;
}

.navigation&gt;ul&gt;li.current-menu-item,
.navigation&gt;ul&gt;li.current-menu-ancestor,
.navigation&gt;ul&gt;li.current_page_item,
.navigation&gt;ul&gt;li.current-menu-ancestor {}

.navigation li&gt;a span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #c48f56;
  -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;
  z-index: -1;
  /* opacity: .3; */
}

.site-light .navigation li&gt;a span:before {
  background: #c48f56;
}

.navigation li.current-menu-item&gt;a span:before,
.navigation li.current-menu-ancestor&gt;a span:before,
.navigation li.current_page_item&gt;a span:before,
.navigation li.current-menu-ancestor&gt;a span:before {
  width: 25px;
}

.navigation ul ul li.current-menu-item&gt;a span:before,
.navigation ul ul li.current-menu-ancestor&gt;a span:before,
.navigation ul ul li.current_page_item&gt;a span:before,
.navigation ul ul li.current-menu-ancestor&gt;a span:before {
  width: 0 !important;
}

.navigation li:hover&gt;a span:before {
  width: 100%;
}

.navigation ul ul li:hover&gt;a span:before {
  width: 50%;
}

.navigation .sub-menu,
.navigation .children {
  position: absolute;
  background: #ffffff;
  width: 210px;
  left: 0px;
  top: 100%;
  margin-top: -10px;
  visibility: hidden;
  opacity: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "IBM Plex Sans Condensed";
  -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;
  padding: 15px 30px;
  color: #a8a7a7;
  border: 1px solid #eeeeee;
}

.site-header.dark .navigation .sub-menu,
.site-header.dark .navigation .children {
  background: #0c0c0c;
  color: #e4e4e4;
  border-color: #272727;
}

.navigation li.menu-item-has-children:hover&gt;.sub-menu,
.navigation li.page_item_has_children:hover&gt;.children {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transition-delay: 0s;
}

.navigation .sub-menu .sub-menu,
.navigation .children .children {
  left: 100%;
  top: -6px;
  margin-left: 30px;
  transition-delay: .1s;
}

.navigation&gt;ul&gt;li:nth-last-child(3) .sub-menu .sub-menu,
.navigation&gt;ul&gt;li:nth-last-child(2) .sub-menu .sub-menu,
.navigation&gt;ul&gt;li:nth-last-child(1) .sub-menu .sub-menu,
.navigation&gt;ul&gt;li:nth-last-child(3) .children .children,
.navigation&gt;ul&gt;li:nth-last-child(2) .children .children,
.navigation&gt;ul&gt;li:nth-last-child(1) .children .children {
  left: inherit;
  right: 100%;
  margin-right: 30px;
}

.navigation&gt;ul&gt;li&gt;.sub-menu,
.navigation&gt;ul&gt;li&gt;.children {}

.navigation .sub-menu li,
.navigation .children li {
  padding: 0 0;
}

.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&gt;ul&gt;li:nth-last-child(3) .sub-menu li.menu-item-has-children&gt;a,
.navigation&gt;ul&gt;li:nth-last-child(2) .sub-menu li.menu-item-has-children&gt;a,
.navigation&gt;ul&gt;li:nth-last-child(1) .sub-menu li.menu-item-has-children&gt;a,
.navigation&gt;ul&gt;li:nth-last-child(3) .children li.menu_item_has_children&gt;a,
.navigation&gt;ul&gt;li:nth-last-child(2) .children li.menu_item_has_children&gt;a,
.navigation&gt;ul&gt;li:nth-last-child(1) .children li.menu_item_has_children&gt;a {}

.navigation .sub-menu li.menu-item-has-children&gt;a:after,
.navigation .children li.page_item_has_children&gt;a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

.site-dark .navigation .sub-menu li.menu-item-has-children&gt;a:after,
.site-dark .navigation .children li.page_item_has_children&gt;a:after {
  color: #444444;
}

.navigation&gt;ul&gt;li:nth-last-child(3) .sub-menu li.menu-item-has-children&gt;a:after,
.navigation&gt;ul&gt;li:nth-last-child(2) .sub-menu li.menu-item-has-children&gt;a:after,
.navigation&gt;ul&gt;li:nth-last-child(1) .sub-menu li.menu-item-has-children&gt;a:after,
.navigation&gt;ul&gt;li:nth-last-child(3) .children li.page_item_has_children&gt;a:after,
.navigation&gt;ul&gt;li:nth-last-child(2) .children li.page_item_has_children&gt;a:after,
.navigation&gt;ul&gt;li:nth-last-child(1) .children li.page_item_has_children&gt;a:after {
  content: "";
  right: inherit;
  border-right: 5px solid;
  border-left: none;
  left: -20px;
}

.navigation .sub-menu li a,
.navigation .children li a {
  display: table-cell;
  width: 200px;
  height: 35px;
  padding: 3px 0;
  position: relative;
  vertical-align: middle;
  transition-duration: 0.2s;
  z-index: 1;
  line-height: 1.4em;
}

.navigation ul ul li.current-menu-item&gt;a,
.navigation ul ul li:hover&gt;a,
.navigation ul ul li.current-menu-ancestor&gt;a,
.navigation ul ul li.current_page_item&gt;a,
.navigation ul ul li.current-menu-ancestor&gt;a {
  color: #fff;
}

.navigation ul ul li.current-menu-item&gt;a span,
.navigation ul ul li.current-menu-ancestor&gt;a span,
.navigation ul ul li.current_page_item&gt;a span,
.navigation ul ul li.current-menu-ancestor&gt;a span {
  padding-left: 0 !important;
  color: #c48f56;
}

.navigation .sub-menu li:hover&gt;a,
.navigation .children li:hover&gt;a {
  /* padding-left: 30px; */
}

.navigation .sub-menu li&gt;a span,
.navigation .children li&gt;a span {
  -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;
}

@media screen and (min-width: 768px) {

  .site-nav-arr .navigation&gt;ul&gt;li.menu-item-has-children&gt;a:after,
  .site-nav-arr .navigation&gt;ul&gt;li.menu_item_has_children&gt;a:after,
  .site-nav-arr .navigation&gt;ul&gt;li.page_item_has_children&gt;a:after {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    vertical-align: middle;
    font-size: 8px;
    margin-left: 5px;
    margin-top: 0;
    display: inline-block;
  }
}

.navigation .sub-menu li a&gt;span,
.navigation .children li a&gt;span {
  display: block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0;
}

.navigation .sub-menu li a:hover&gt;span,
.navigation .children li a:hover&gt;span {
  padding: 4px 10px;
  margin-right: -20px;
}

.navigation .sub-menu li a:hover&gt;span:before,
.navigation .children li a:hover&gt;span:before {
  width: 50%;
}

.right-side-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  width: 360px;
  background: #f8f8f8;
  overflow: 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;
  -moz-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
  -o-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}

.site-dark .right-side-nav {
  color: #fff;
  background: #151515;
}

.right-side-nav.active {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

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

.right-side-nav .close {
  cursor: pointer;
  font-weight: 500;
  margin: 24px 0 0 60px;
}

.right-side-nav .wrap {
  position: absolute;
  top: 110px;
  left: 35px;
  right: -20px;
  overflow: hidden;
  overflow-y: scroll;
  bottom: 140px;
}

.right-side-nav .wrap&gt;div {}

.right-side-navigation {
  color: #6a6a6a;
}

.site-dark .right-side-navigation {
  color: #fff;
}

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

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

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

.right-side-navigation&gt;ul {}

.right-side-navigation&gt;ul&gt;li {
  margin: 0 0 10px;
}

.right-side-navigation&gt;ul&gt;li&gt;a {
  padding-left: 25px;
}

.right-side-navigation ul li.menu-item-has-children&gt;a:before,
.right-side-navigation ul li.menu_item_has_children&gt;a:before,
.right-side-navigation ul li.page_item_has_children&gt;a:before {
  content: "\e907";
  font-family: 'base-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;
  font-size: 0.563em;
  position: absolute;
  left: 0;
  top: 0.8em;
  -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;
}

.right-side-navigation ul li.menu-item-has-children.active&gt;a:before,
.right-side-navigation ul li.menu_item_has_children.active&gt;a:before,
.right-side-navigation ul li.page_item_has_children.active&gt;a:before {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.right-side-navigation .sub-menu {
  font-size: 0.875em;
  color: #a8a7a7;
  margin-left: 25px;
  margin-top: 10px;
  display: none;
}

.right-side-navigation .sub-menu .sub-menu {
  margin-left: 10px;
}

.right-side-navigation .sub-menu li {
  margin: 5px 0;
}

.right-side-navigation .sub-menu li a {
  padding-left: 15px;
}

.right-side-nav .bottom {
  position: absolute;
  left: 60px;
  bottom: 15px;
  max-width: 235px;
  color: #b1b0b0;
  font-size: 12px;
  font-weight: 300;
}

.right-side-nav .bottom .desc {}

.right-side-nav .bottom .contacts {}

.right-side-nav .bottom .copyright {
  margin-top: 25px;
  line-height: 1.167em;
}

.navigation .mega-menu {
  background: #fff;
  color: #000;
  overflow: hidden;
  border: 1px solid #eeeeee;
  position: absolute;
  display: table;
  top: 100%;
  left: 50%;
  padding: 30px 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%);
  -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;
  z-index: 1;
}

.site-header.dark .navigation .mega-menu {
  background: #070707;
  color: #cbcbcb;
  border-color: #393939;
}

.navigation li:hover&gt;.mega-menu {
  opacity: 1;
  visibility: visible;
}

.navigation .mega-menu {
  width: 1082px;
}

.navigation .mega-menu.cols-1 {
  width: 272px;
}

.navigation .mega-menu.cols-2 {
  width: 542px;
}

.navigation .mega-menu.cols-3 {
  width: 800px;
}

.navigation div.mega-menu ul.sub-menu {
  position: relative;
  opacity: 1;
  visibility: inherit;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  background: none !important;
  border: none;
  width: auto;
}

.navigation div.mega-menu&gt;ul.sub-menu {
  border-right: 1px solid;
  /* width: 270px; */
  padding-top: 0;
  padding-bottom: 0;
}

.light .navigation div.mega-menu&gt;ul.sub-menu {
  border-color: #eeeeee
}

.navigation div.mega-menu&gt;ul.sub-menu:last-of-type {
  border-right: none;
}

.navigation .mega-menu .sub-menu .sub-menu {
  position: relative;
  margin: 0;
  background: none;
  border: none;
  padding: 0 0;
  width: auto;
}

.navigation .mega-menu .mega-menu-row {
  /* float: left; */
  display: table-cell;
}

.navigation .mega-menu .sub-menu li.menu-item-has-children&gt;a:after,
.navigation .mega-menu .children li.page_item_has_children&gt;a:after {
  display: none;
}

.navigation .mega-menu .menu-item {}

.navigation .mega-menu .menu-item a {
  height: auto;
  padding: 7px 0;
  min-width: 150px;
  width: auto;
}

.navigation .mega-menu .menu-item-has-children&gt;a,
.navigation .mega-menu .mega-menu-col&gt;a {
  color: #575757;
  font-size: 24px;
  font-family: "IBM Plex Sans Condensed";
  text-transform: none;
  padding-left: 0 !important;
  font-weight: bold;
  padding: 0;
  margin-bottom: 15px;
  display: block;
  width: auto;
}

.navigation .mega-menu .menu-item-has-children&gt;a:before,
.navigation .mega-menu .mega-menu-col&gt;a:before {
  display: none;
}

.navigation .mega-menu .mega-menu-col {}

.navigation .mega-menu .menu-item-home {}

.navigation .mega-menu .current-menu-item {}

.navigation .mega-menu .sub-menu .sub-menu&gt;a {}

.navigation .mega-menu img {
  display: block;
  border: 1px solid #eeeeee;
}

.site-header.dark .navigation .mega-menu img {
  border-color: #393939;
}


/*------------------------------------------------------------------
[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;
  font-weight: 300;
}

.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&gt;ul {
  width: 3800px;
}

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

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

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

.full-screen-nav .fsn-container&gt;ul&gt;li&gt;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&gt;ul&gt;li:hover&gt;a {
  color: #be60ae;
}

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

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

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

.full-screen-nav .fsn-container&gt;ul&gt;li&gt;ul.sub-menu,
.full-screen-nav .fsn-container&gt;ul&gt;li&gt;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&gt;a,
.full-screen-nav ul li ul.children li:hover&gt;a,
.full-screen-nav ul li ul.sub-menu li.current-menu-item&gt;a,
.full-screen-nav ul li ul.children li.current_menu_item&gt;a,
.full-screen-nav ul li ul.sub-menu li.current-menu-ancestor&gt;a,
.full-screen-nav ul li ul.children li.current_menu_ancestor&gt;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.3 Mega Menu ]
*/

#mega-menu-wrap-navigation #mega-menu-navigation&gt;li.mega-menu-item:last-of-type {
  margin-right: 0;
}

#mega-menu-wrap-navigation #mega-menu-navigation li.mega-menu-item-has-children&gt;a.mega-menu-link:after {
  color: #cbcbcb;
}

#mega-menu-wrap-navigation #mega-menu-navigation a.mega-menu-link,
#mega-menu-wrap-navigation #mega-menu-navigation li li.mega-menu-item&gt;a.mega-menu-link {
  -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;
}

#mega-menu-wrap-navigation #mega-menu-navigation li li.mega-menu-item.mega-current-menu-item&gt;a.mega-menu-link:before,
#mega-menu-wrap-navigation #mega-menu-navigation li li.mega-menu-item.mega-current-menu-parent&gt;a.mega-menu-link:before,
#mega-menu-wrap-navigation #mega-menu-navigation li li.mega-menu-item.mega-current-menu-ancestor&gt;a.mega-menu-link:before,
#mega-menu-wrap-navigation #mega-menu-navigation li li.mega-menu-item:hover&gt;a.mega-menu-link:before {
  width: 16px;
}

#mega-menu-wrap-navigation #mega-menu-navigation li.mega-menu-item li.mega-menu-item-has-children&gt;a.mega-menu-link:after {
  content: "\e906" !important;
  font-family: 'base-icons' !important;
  font-size: 0.7em;
  color: #c48f56;
}


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

.header-minicart {
  float: left;
  padding: 0;
  margin-left: 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;
}

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

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

.site-header.dark .hm-cunt {
  color: #c9c9c9;
}

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

.hm-cunt i {
  display: block;
  line-height: 80px;
}

.hm-cunt i:before {
  display: block;
  margin-top: -2px;
}

.hm-cunt span {
  display: block;
  font-size: 9px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: -6px;
  background: #c48f56;
  color: #070707;
  line-height: 11px;
  height: 12px;
  min-width: 12px;
  padding: 0 2px;
  border-radius: 50%;
  font-weight: bold;
  text-indent: 1px;
}

.site-light .hm-cunt span {
  background: #c48f56;
}

.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: 70px;
  color: #c48d56;
}

.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&gt;span,
.widget_shopping_cart_content .total&gt;span {
  color: #c48d56;
  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;
  margin-bottom: 5px;
}

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


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

.minified-button {
  float: left;
  background: #fff;
  color: #4b4d5d;
  padding: 17px 0;
  width: 46px;
  text-align: center;
  border-radius: 50%;
  margin: 14px 0 14px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block !important;
  visibility: visible !important;
}

.site-header.light .minified-button {
  background: #4b4d5d;
  color: #fff;
}

.butter-button {
  float: left;
  width: 16px;
  height: 11px;
  position: relative;
  margin: 33px 0 0 15px;
  cursor: pointer;
  z-index: 1;
}

.site-header.dark .butter-button {
  color: #8c8c8c;
}

.minified-button .butter-button {
  float: none;
  display: block !important;
  visibility: visible !important;
  margin: 0 auto;
}

.butter-button+.header-minicart {
  margin-left: 20px;
}

.butter-button.visible_menu,
.butter-button.centered_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;
  width: 100%;
  float: right;
}

.butter-button:hover div {
  width: 100%;
}

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

.butter-button:after,
.butter-button:before {
  content: '';
  position: absolute;
  top: 0;
  right: 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:hover:after,
.butter-button:hover:before {
  width: 100%;
}

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

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

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

.nav-button {
  float: left;
  font-weight: 500;
  margin: 24px 0px 24px 35px;
  cursor: pointer;
  pointer-events: all;
  -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;
}

.nav-button:hover {
  color: #c48f56;
}

.page-with-portfolio-categories .nav-button {
  width: 200px;
}


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

.side-header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 81px;
  z-index: 50;
  /* overflow: hidden; */
  background: #fff;
  border-right: 1px solid #eeeeee;
}

.side-header.dark {
  background: #070707;
  border-color: #393939;
}

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

.side-navigation-block {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  max-width: 425px;
  border-right: 1px solid #eee;
  overflow: hidden;
  background: #fff;
  -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.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;
}

.side-navigation-block.active {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.site-dark .side-navigation-block {
  border-color: #373938;
  background: #171717;
  color: #acacac;
}

.side-navigation-block .close {
  position: absolute;
  top: 35px;
  left: 80px;
  font-size: 20px;
  -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.5;
  cursor: pointer;
  -moz-transform: rotate(180deg) scale(0);
  -ms-transform: rotate(180deg) scale(0);
  -webkit-transform: rotate(180deg) scale(0);
  -o-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);
}

.side-navigation-block.active .close {
  -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);
  transition-delay: .5s;
}

.side-navigation-block .close:hover {
  opacity: 1;
  transition-delay: 0s;
}

.side-navigation-block .wrap {
  position: absolute;
  top: 95px;
  left: 0;
  bottom: 145px;
  overflow-y: scroll;
  right: -25px;
  padding-right: 25px;
  padding-left: 20px;
}

.side-navigation-block .cell {
  width: 1200px;
  vertical-align: middle;
}


.mb-button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  background: #070707;
  border-right: 1px solid #393939;
  z-index: 20;
}

.banner-area div.dec-line {
  top: 15px;
}

.banner-area .mb-button .dec-line {
  left: auto;
  right: -1px;
}

.site-light .mb-button {
  background: #fff;
  border-color: #e0e0e0;
}

.side-nav-button,
.mb-button .button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  margin: -12.5px 0 0 -12.5px;
  cursor: pointer;
  padding: 0 5px;
}

.side-nav-button div,
.side-nav-button:before,
.side-nav-button:after,
.mb-button .button div,
.mb-button .button:before,
.mb-button .button:after {
  display: block;
  width: 1px;
  height: 25px;
  background: #c3c3c3;
  float: left;
  -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;
}

.side-header.dark .side-nav-button div,
.side-header.dark .side-nav-button:before,
.side-header.dark .side-nav-button:after,
.side-header.dark .mb-button .button div,
.side-header.dark .mb-button .button:before,
.side-header.dark .mb-button .button:after {
  background: #838383;
}

.side-nav-button div,
.mb-button .button div {
  margin: 0 6px;
}

.mb-button .button.active div {
  opacity: 0;
  visibility: hidden;
}

.side-nav-button div:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}

.side-nav-button:hover div {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.side-nav-button:before,
.side-nav-button:after,
.mb-button .button:before,
.mb-button .button:after {
  content: "";
}

.mb-button .button.active:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg) translate(5px, -5px);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 50% 50%;
}

.mb-button .button.active:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg) translate(-5px, -5px);
}

.side-nav-button:before {}

.side-nav-button:hover:before {
  -moz-transform: rotate(-45deg) translate(5px, 14px);
  -ms-transform: rotate(-45deg) translate(5px, 14px);
  -webkit-transform: rotate(-45deg) translate(5px, 14px);
  -o-transform: rotate(-45deg) translate(5px, 14px);
  transform: rotate(-45deg) translate(5px, 14px);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  height: 10px;
}

.side-nav-button:after {}

.side-nav-button:hover:after {
  -moz-transform: rotate(45deg) translate(6px, 8px);
  -ms-transform: rotate(45deg) translate(6px, 8px);
  -webkit-transform: rotate(45deg) translate(6px, 8px);
  -o-transform: rotate(45deg) translate(6px, 8px);
  transform: rotate(45deg) translate(6px, 8px);
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  height: 10px;
}

.side-header .bottom,
.side-navigation-block .bottom {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  color: #b1b0b0;
  font-size: 12px;
}

.side-navigation-block .bottom {
  left: 80px;
  right: 20px;
}

.site-dark .side-navigation-block .bottom {
  color: #636363;
}

.side-header .bottom .social-buttons {
  font-size: 13px;
  float: none;
  margin: 0;
}

.side-header .bottom .social-buttons a {
  display: block;
  margin: 0 0 18px;
  text-align: center;
}

.side-navigation-block .bottom .copyright {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 10px;
}

.side-navigation-block .social-buttons-text,
.side-navigation-block .bottom .copyright {
  -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;
  -moz-transform: translate(0%, 100px);
  -ms-transform: translate(0%, 100px);
  -webkit-transform: translate(0%, 100px);
  -o-transform: translate(0%, 100px);
  transform: translate(0%, 100px);
}

.side-navigation-block.active .social-buttons-text,
.side-navigation-block.active .bottom .copyright {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.side-navigation-block.active .bottom .copyright {
  transition-delay: 1.3s;
}

.side-navigation-block.active .social-buttons-text {
  transition-delay: 1s;
}

.side-navigation-block .social-buttons-text a {}


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

.side-navigation {
  font-weight: 500;
  font-size: 3.000em;
  font-weight: bold;
  font-family: "IBM Plex Sans Condensed";
  text-transform: lowercase;
  padding-left: 60px;
}

.site-light .side-navigation {
  color: #8f8f8f;
}

.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: 25px;
}

.side-navigation ul li.menu-item-has-children&gt;a span:after,
.side-navigation ul li.page_item_has_children&gt;a span:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #444444;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 2px;
}

.site-light .side-navigation ul li.menu-item-has-children&gt;a span:after,
.site-light .side-navigation ul li.page_item_has_children&gt;a span:after {
  border-top-color: #8f8f8f;
}

.side-navigation&gt;ul {
  position: relative;
}

.side-navigation&gt;ul&gt;li {}

.side-navigation&gt;ul&gt;li&gt;a {
  padding: 5px 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.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;
}

.active .side-navigation&gt;ul&gt;li&gt;a {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

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

.active .side-navigation&gt;ul&gt;li:nth-child(1)&gt;a {
  transition-delay: .3s;
}

.active .side-navigation&gt;ul&gt;li:nth-child(2)&gt;a {
  transition-delay: .5s;
}

.active .side-navigation&gt;ul&gt;li:nth-child(3)&gt;a {
  transition-delay: .7s;
}

.active .side-navigation&gt;ul&gt;li:nth-child(4)&gt;a {
  transition-delay: .9s;
}

.active .side-navigation&gt;ul&gt;li:nth-child(5)&gt;a {
  transition-delay: 1.1s;
}

.active .side-navigation&gt;ul&gt;li:nth-child(6)&gt;a {
  transition-delay: 1.3s;
}

.active .side-navigation&gt;ul&gt;li:nth-child(7)&gt;a {
  transition-delay: 1.5s;
}

.active .side-navigation&gt;ul&gt;li:nth-child(8)&gt;a {
  transition-delay: 1.7s;
}

.active .side-navigation&gt;ul&gt;li:nth-child(9)&gt;a {
  transition-delay: 1.9s;
}

.side-navigation .sub-menu,
.side-navigation .children {
  min-height: 100%;
  position: absolute;
  top: 0;
  background: #ffffff;
  width: 100%;
  padding-left: 0;
  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;
}

.side-navigation&gt;ul&gt;li&gt;.sub-menu,
.side-navigation&gt;ul&gt;li&gt;.children {
  font-size: 0.625em;
}

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

.side-navigation li.active-child&gt;.sub-menu,
.side-navigation li.active-child&gt;.children {
  right: 0;
  opacity: 1;
  visibility: visible;
  /* display: block; */
}

.side-navigation .sub-menu .back,
.side-navigation .children .back {
  position: absolute;
  top: 25px;
  left: -50px;
  cursor: pointer;
  font-size: 15px;
  opacity: .4;
  -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;
}

.side-navigation .sub-menu .back:hover,
.side-navigation .children .back:hover {
  opacity: 1;
}

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

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


/*------------------------------------------------------------------
[2.2 Side bar ]
*/

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

.side-bar-area {
  position: fixed;
  background: #fff;
  z-index: 100;
  top: 0;
  bottom: 0;
  color: #343434;
  right: -470px;
  width: 100%;
  max-width: 310px;
  -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;
  overflow: hidden;
  background: #fff url(../images/bg-sidebar.jpg) 50% 100% no-repeat;
}

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

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

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

.side-bar-area .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 21px;
  cursor: pointer;
  color: #206399;
}

.side-bar-area .wrap {
  position: absolute;
  top: 55px;
  bottom: 60px;
  left: 40px;
  overflow: hidden;
  overflow-y: scroll;
  right: -37px;
  padding-right: 60px;
}

.side-bar-area .copyright {
  position: absolute;
  bottom: 10px;
  left: 40px;
  right: 40px;
  line-height: 1.500em;
  font-weight: 300;
  color: #a8a8a8;
  font-size: 15px;
}

.side-bar-area .copyright span {
  color: #35d7ff;
}

.side-bar-area .widget {
  margin-bottom: 30px;
  width: 100%;
}

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


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

.banner-area {
  position: relative;
  min-height: 400px;
  background: #fff;
}

.banner-project-page-t1 {
  margin-bottom: -20px;
}

.banner-area .item .container-fluid {
  padding: 0 100px;
}

.banner-area.s-style2 .banner .container-fluid {
  padding: 0 50px;
}

.banner-area.style2 .container-fluid {
  padding: 0 60px;
}

.banner-area .nav {
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  z-index: 1;
  color: #fff;
  padding: 0 18px 0 0;
  line-height: 1.5em;
  pointer-events: none;
  text-align: right;
}

.banner-area .nav .container-fluid {
  padding: 0px 118px;
}

.banner-area.s-style2 .nav {
  right: 35px;
  bottom: 12px;
}

.banner-area.navigation-right-side .nav {
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  text-align: center;
  padding: 0;
  width: 100px;
}

.banner-area.s-style2.navigation-right-side .nav {
  width: 50px;
}

.banner-area.navigation-right-side .nav&gt;div {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -o-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  white-space: nowrap;
  max-width: none;
  padding: 0 15px 0 0;
  display: flex;
}

.banner-area .nav&gt;div&gt;* {
    display: inline-block;
}

.banner-area .nav .container&gt;*,
.banner-area .nav .container-fluid&gt;*,
.banner-area .nav .owl-dot,
.banner-area .nav .owl-prev,
.banner-area .nav .owl-next {
  /* display: inline-block; */
  vertical-align: top;
  pointer-events: all;
}

.banner-area .nav .owl-dots {
  margin-right: 5px;
  display: inline-flex;
}

.banner-area.navigation-right-side .nav .owl-dots {
  margin: 0 10px 0 5px;
}

.banner-area .nav .owl-prev,
.banner-area .nav .owl-next {
  font-size: 15px;
  cursor: pointer;
  line-height: 1.6em;
}

.banner-area .nav .owl-prev {
  margin-right: 7px;
}

.banner-area .nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
}

.banner-area .nav .container-fluid .owl-next {
  right: 100px;
}

.banner-area.navigation-right-side .nav .container-fluid .owl-next {
  right: 0;
}

.banner-area .nav .owl-prev span,
.banner-area .nav .owl-next span {
  display: none;
}

.banner-area .nav .owl-dot {
  font-size: 12px;
  font-weight: 500;
  margin: 0 6px;
  opacity: 0.3;
  cursor: pointer;
}

.banner-area.navigation-right-side .nav .owl-dot {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.banner-area .nav .owl-dot.active {
  opacity: 1;
}

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

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

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

.banner-social-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100px;
}

.style2 .banner-social-buttons {
  width: 60px;
}

.s-style2 .banner-social-buttons {
  width: 50px;
}

.site-dark .banner-social-buttons {
  /* color: #636363; */
}

.banner-social-buttons&gt;div:not(.dec-line) {
  width: 600px;
  text-align: center;
  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%) rotate(-90deg);
}

.banner-social-buttons a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.banner-social-buttons a&gt;* {
  display: inline-block;
  vertical-align: middle;
}

.banner-social-buttons a:not(:last-of-type):after {
  content: "";
  width: 10px;
  height: 1px;
  border-bottom: 1px solid;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 15px 0;
}

.banner-social-buttons a:hover&gt;* {
  color: #c48f56;
}

.banner-social-buttons a i {
  margin-right: 10px;
  font-size: 16px;
}

.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 i {
  margin-right: 5px;
}

.banner:not(.fixed-height) {
  min-height: 450px;
}

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

.style2 .banner .item {
  background: #0c0c0c;
}

.full-screen-area .banner .item:before,
.banner-coming-soon .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 170px;
  width: 355px;
  height: 100%;
  background: #000000;
  z-index: 2;
  opacity: .3;
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.banner .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .3;
  z-index: 1;
}

.banner .item .blur-bg {
  background: 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  opacity: .5;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
}

.banner-404 .item .blur-bg,
.banner-coming-soon .item .blur-bg,
.s-style2 .banner .item .blur-bg {
  opacity: 1;
}

.style2 .banner .item .blur-bg {
  opacity: .2;
}

.banner .item .slide-bg {
  background: 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: 80px;
  left: 0px;
  right: 0px;
  bottom: 100px;
  z-index: -1;
}

.banner .item .slide-bg #countdown {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  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%);
}

.banner .item .video-buttons {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
  font-size: 24px;
}

.banner .item .video-buttons.bottom-left {}

.banner .item .video-buttons.bottom-right,
.banner .item .video-buttons.top-right {
  text-align: right;
}

.banner .item .video-buttons.top-left,
.banner .item .video-buttons.top-right {
  top: 20px;
  bottom: auto;
}

.banner .item .video-buttons&gt;div {
  padding: 0 30px;
  max-width: 100%;
}

.banner .item .video-buttons&gt;div&gt;* {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  pointer-events: all;
  position: relative;
  margin-right: 10px;
}

.banner .item .video-buttons&gt;div&gt;*:before,
.banner .item .video-buttons&gt;div&gt;* i {
  -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;
}

.banner .item .video-buttons&gt;div&gt;*.active:before {
  opacity: 0;
}

.banner .item .video-buttons&gt;div&gt;* i {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.banner .item .video-buttons&gt;div&gt;*.active i {
  opacity: 1;
}

.s-style2 .banner .item .slide-bg {
  bottom: 50px;
}

.style2 .banner .item .slide-bg {}

.banner-area.navigation-right-side .item .slide-bg {
  bottom: 80px;
}

.banner .item.top-left {
  background-position: top left;
}

.banner .item.top-center {
  background-position: top center;
}

.banner .item.top-right {
  background-position: top right;
}

.banner .item.center-left {
  background-position: center left;
}

.banner .item.center-center {
  background-position: center;
}

.banner .item.center-right {
  background-position: center right;
}

.banner .item.bottom-left {
  background-position: bottom left;
}

.banner .item.bottom-center {
  background-position: bottom center;
}

.banner .item.bottom-right {
  background-position: bottom right;
}

.banner .item.black,
.banner-404 .item.light,
.banner-coming-soon .item.light {
  color: #000;
}

.banner .item.white,
.banner-404 .item.dark,
.banner-coming-soon .item.dark {
  color: #fff;
}

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

.banner .item .slide-bg .video-block {
  z-index: 2;
  display: none;
  pointer-events: all;
}

.style2 .banner .item .slide-bg .video-block,
.s-style2 .banner .item .slide-bg .video-block,
.video-autoplay .banner .item .slide-bg .video-block {
  display: block;
  z-index: 0;
}

.banner .item .video:before,
.video-background:before {
  content: "";
  display: block;
}

.banner .item .video iframe,
.video-background 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: 18000px; */
  padding: 0;
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
}

.banner .item .play-button {
  font-size: 16px;
}

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

.banner .item.bottom .cell {
  align-items: flex-end;
}

.banner .cell .video-link-area {
  position: relative;
  padding-left: 120px;
}

.banner .cell .video-link-area a {
  padding: 15px;
  left: 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%);
}

.banner .cell .video-link-area a div {}

.banner .cell .video-link-area a div i {
  font-size: 1.2258em;
}

.banner .cell .content {
  display: inline-flex;
  height: 100px;
  position: relative;
  flex-direction: column;
  justify-content: center;
}

.banner-project-page-t1 .cell .content {
  text-align: center;
  width: 10000px;
}

.banner .cell .content+.form {
  position: absolute;
  right: 0;
  bottom: 43px;
}

.banner .cell .slide-bg div.content {
  display: block;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  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%);
  height: auto;
}

.style2 .banner .cell .content {
  display: block;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}

.num-on .banner .cell .content {
  padding-left: 50px;
}

.num-on.banner-404 .cell .content {
  padding-left: 145px;
}

.banner-area.navigation-right-side .cell .content {
  height: 80px;
}

.banner .cell .content .icon {
  font-size: 65px;
  margin-bottom: 20px;
}

.banner .cell .num {
  font-size: 80px;
  font-weight: 600;
  /* color: #444444; */
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.5em;
  z-index: -1;
  opacity: .1;
}

.banner-area.navigation-right-side .cell .num {
  font-size: 80px;
}

.num-off .banner .cell .num {
  display: none;
}

.banner .cell .sub-h {
  color: #9f9f9f;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "IBM Plex Sans Condensed";
}

.banner-404 .cell .num {
  color: #fff;
  opacity: 1;
}

.banner-404 .cell .sub-h {
  color: #9f9f9f;
}

.banner-project-page-t1 .cell .sub-h {
  font-size: 14px;
  color: #c48f56;
  margin-bottom: 10px;
}

.banner-coming-soon .dark .cell .sub-h {
  color: #e4e4e4;
}

.banner .cell .slide-bg .sub-h {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .05em;
  color: inherit;
  margin-top: 15px;
}

.style2 .banner .cell .sub-h {
  font-size: 14px;
  margin: 10px 0 0;
}

.banner .cell .h {
  line-height: 1em;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

.banner-coming-soon .cell .h {
  font-size: 48px;
}

.style2 .banner .cell .h {
  font-size: 48px;
}

.banner .cell .sub-h+.h {
  /* margin-top: 0.3em; */
}

.banner .item .link-area {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 33px;
  z-index: 2;
  text-align: center;
}

.banner-404 .item .link-area {
  left: auto;
}

.banner-area.navigation-right-side .item .link-area {
  bottom: 25px;
}

.banner .item .link-area .button-style1 {
  color: inherit;
}

.banner .item .link-area .button-style1 i {
  font-size: 15px;
  margin: -5px 0;
  margin-left: 10px;
}

.banner .price {
  color: #c48d56;
  font-size: 30px;
  font-weight: 600;
}

.banner .price ins {
  background: none;
}

.banner .price del {
  font-size: .6em;
  opacity: .6;
  margin-right: 10px;
}

.banner .price .woocommerce-Price-currencySymbol {
  font-size: 0.600em;
  margin-right: 5px;
}

.banner .price del .woocommerce-Price-currencySymbol {
  font-size: 1em;
}

.banner-thumbnails-nav {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 60px;
  right: 60px;
  z-index: 1;
  padding: 28px 0;
}

.banner-area .banner-thumbnails-nav {
  padding: 13px 0;
}

.ps-bottom.banner-thumbnails-nav {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  line-height: 1.333em;
  margin: 28px 0;
  padding: 0;
}

.project-slider-page .ps-bottom.banner-thumbnails-nav {
  border-top: 1px solid #272727;
  padding: 48px 0;
  margin-bottom: 0;
}

.ps-bottom .ps-b-button {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  margin: -.5em 0 0 -.5em;
  opacity: .5;
  pointer-events: all;
}

.ps-bottom .ps-b-button:hover {
  opacity: 1;
}

.banner-thumbnails-nav .prev,
.banner-thumbnails-nav .next {
  pointer-events: all;
  position: relative;
  cursor: pointer;
  width: 420px;
  -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;
  text-decoration: none;
}

.banner-thumbnails-nav .prev.active,
.banner-thumbnails-nav .next.active,
.banner-thumbnails-nav .prev.disabled,
.banner-thumbnails-nav .next.disabled {
  opacity: 0;
  visibility: hidden;
}

.banner-thumbnails-nav .prev {
  float: left;
  padding-left: 35px;
  padding-right: 100px;
  margin-left: -30px;
}

.banner-thumbnails-nav .prev.without-image {
  padding-right: 0;
}

.banner-thumbnails-nav .next.without-image {
  padding-left: 0;
}

.ps-bottom.banner-thumbnails-nav .prev {
  margin-left: 0;
  width: 45%;
  max-width: 335px;
}

.banner-thumbnails-nav .next {
  float: right;
  padding-right: 35px;
  padding-left: 100px;
  margin-right: -30px;
  text-align: right;
}

.ps-bottom.banner-thumbnails-nav .next {
  margin-right: 0;
  width: 45%;
  max-width: 335px;
}

.banner-thumbnails-nav .button {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em;
}

.banner-thumbnails-nav .next .button {
  left: auto;
  right: 0;
}

.solid-arrow-collection-left-arrow-6 {}

.banner-thumbnails-nav .image {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: 50% no-repeat;
  background-size: cover;
}

.banner-thumbnails-nav .image:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
}

.banner-thumbnails-nav .next .image {
  left: 5px;
  right: auto;
}

.banner-thumbnails-nav .heading {
  font-family: "IBM Plex Sans Condensed";
  font-weight: 600;
}

.banner-thumbnails-nav .cell {
  width: 1000px;
  height: 75px;
}

.banner-thumbnails-nav .h {
  font-size: 18px;
  display: inline-block;
  text-align: left;
}

.banner-thumbnails-nav .prev .h {
  text-align: right;
}

.banner-thumbnails-nav .sub-h {
  font-size: 12px;
  text-transform: uppercase;
  color: #e4e4e4;
  font-weight: bold;
  margin-top: 5px;
}

.banner-area .open-categ {
  position: absolute;
  right: -268px;
  z-index: 10;
  top: 50%;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  letter-spacing: .1em;
  color: #e4e4e4;
  width: 300px;
  line-height: 1em;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) 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-area .open-categ i {
  display: block;
  margin: 0 0 4px;
  font-size: 12px;
}

.banner-area .open-categ span {
  text-transform: uppercase;
  font-weight: 500;
}

/*------------------------------------------------------------------
[3.1 Gallery widget ]
*/

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

.s-sidebar .gallery-module,
.wpb_widgetised_column .gallery-module {
  margin: -8px;
}

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

.s-sidebar .gallery-module .item,
.wpb_widgetised_column .gallery-module .item {
  padding: 8px;
}

.gallery-module .item a {
  display: block;
  position: relative;
  padding-bottom: 65%;
  background: 50% no-repeat;
  background-size: cover;
}

.s-sidebar .gallery-module .item a,
.wpb_widgetised_column .gallery-module .item a {}

.site-dark .s-sidebar .gallery-module .item a,
.site-dark .wpb_widgetised_column .gallery-module .item a {}

.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-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  -webkit-clip-path: polygon(0 50%, 0 100%, 50% 100%, 0% 100%);
  clip-path: polygon(0 50%, 0 100%, 50% 100%, 0% 100%);
}

.gallery-module .item a:hover:after {
  visibility: visible;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

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

.project-type1-page {}

.project-type2-page {}

.project-side-images {
  margin: 30px 0;
}

.type-fw-portfolio-type4 {
  margin: 30px 0 0;
}

.project-side-images .row .images {
  padding-right: 50px;
}

.project-side-images [data-sticky_parent] {}

.project-side-images [data-sticky_parent]&gt;div {
  position: static !important;
}

.project-type1-page&gt;.container,
.project-type2-page&gt;.container {
  max-width: 735px;
}

.banner-project-page-t2 {
  margin: 0 0 30px 0;
}

.banner-project-page-t2 .slide-bg {
  padding-bottom: 65%;
  background: 50% no-repeat;
  background-size: cover;
}

.banner-project-page-t2 .slide-bg .play-button {
  font-size: 16px;
}

.project-content-area {}

.project-content {
  color: #e4e4e4;
  line-height: 1.875em;
}

.project-detail {
  border-top: 1px solid #272727;
  border-bottom: 1px solid #272727;
  padding: 25px 0;
  margin: 35px 0 10px;
}

.project-slider-page .project-detail {
  border: none;
  border-left: 1px solid #272727;
  margin: 0;
  padding: 0 0 0 30px;
}

.project-detail .item {
  margin: 5px 0;
}

.project-detail .item .h {
  color: inherit;
  font-weight: bold;
  text-transform: uppercase;
}

.project-side-images .project-detail .h,
.project-slider-page .project-detail .h {
  float: left;
}

.project-detail .item span {
  color: #e4e4e4;
}

.project-side-images .project-detail span:not(.h),
.project-slider-page .project-detail span:not(.h) {
  display: block;
  margin-left: 105px;
}

.project-share {
  margin: 30px 0 40px;
}

.post-gallery-grid {}

.post-gallery-grid .featured-img {
  margin-bottom: 30px;
}

.post-gallery-grid .featured-img .slide-bg {
  padding-bottom: 65%;
  background: 50% no-repeat;
  background-size: cover;
}

.post-gallery-grid .featured-img a.play-button {
  padding: 0;
  font-size: 1em;
}

.post-gallery-grid a:not(.play-button) {
  display: block;
  padding-bottom: 100%;
  background: 50% no-repeat;
  margin-bottom: 30px;
  background-size: cover;
}

/*------------------------------------------------------------------
[3.3 Default widgets ]
*/

.widget {
  margin-bottom: 25px;
}

.s-sidebar .widget {
  margin-bottom: 45px;
}

.widget select {
  max-width: 100%;
  margin-top: 7px;
  margin-bottom: 35px !important;
}

.widget-title {
  margin-bottom: 20px;
  margin-top: 0;
}

.s-sidebar .widget-title {
  text-transform: uppercase;
}

.site-footer .widget-title {
  /* font-size: 14px; */
  margin-bottom: 35px;
}

.site-light .site-footer .widget-title {
  color: #636363;
}

.site-footer .col-xs-12&gt;div:first-of-type {
  margin-top: 25px;
}

.site-footer .widget_portfolio {
  max-width: 260px;
}

.site-footer.dark .widget-title {
  color: #fff;
}

.site-footer .widget_archive ul,
.site-footer .widget_categories ul,
.site-footer .widget_pages ul,
.site-footer .widget_meta ul,
.site-footer .widget_nav_menu ul,
.site-footer .widget_recent_entries ul,
.site-footer .widget_recent_comments ul,
.site-footer .widget_rss ul,
.site-footer .product-categories {
  font-size: 14px;
}

#menu-footer-menu-2 {
  margin-top: 78px;
}

.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: 25px 0 40px;
  font-size: 16px;
  font-weight: 300;
  color: #a8a8a8;
  text-align: left;
}

.s-sidebar .widget_archive ul,
.s-sidebar .widget_categories ul,
.s-sidebar .widget_pages ul,
.s-sidebar .widget_meta ul,
.s-sidebar .widget_nav_menu ul,
.s-sidebar .widget_recent_entries ul,
.s-sidebar .widget_recent_comments ul,
.s-sidebar .widget_rss ul,
.s-sidebar .product-categories {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .05em;
}

.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;
}

.s-sidebar .widget_archive ul li,
.s-sidebar .widget_categories ul li,
.s-sidebar .widget_pages ul li,
.s-sidebar .widget_meta ul li,
.s-sidebar .widget_nav_menu ul li,
.s-sidebar .widget_recent_entries ul li,
.s-sidebar .widget_recent_comments ul li,
.s-sidebar .widget_rss li,
.s-sidebar .product-categories li {
  padding: 10px 0;
}

.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: #9f9f9f;
}

.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: 5px 25px 5px 0;
  border: none;
  text-transform: uppercase;
}

.site-footer .widget_archive ul li:first-of-type,
.site-footer .widget_categories ul li:first-of-type,
.site-footer .widget_pages ul li:first-of-type,
.site-footer .widget_meta ul li:first-of-type,
.site-footer .widget_nav_menu ul li:first-of-type,
.site-footer .widget_recent_entries ul li:first-of-type,
.site-footer .widget_recent_comments ul li:first-of-type,
.site-footer .widget_rss li:first-of-type,
.site-footer .product-categories li:first-of-type {
  margin-top: -7px;
}

.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: 0px;
  margin-left: 0px;
  margin-top: 0;
  margin-bottom: 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: "\e946";
  font-family: 'solid-arrow-collection' !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;
  right: 0;
  top: 15px;
  opacity: .8;
  font-size: 10px;
}

.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;
  display: none;
}

.searchform {
  color: #b8b8b8;
  font-size: 14px;
  background: #fff;
  border: 1px solid #eeeeee;
}

.site-dark .searchform {
  background: #070707;
  border-color: #9f9f9f;
  color: #878787;
}

.widget .searchform {
  margin-top: 5px;
}

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

.searchform .searchsubmit {
  float: right;
  width: 65px;
  height: 45px;
  line-height: 45px;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font-size: 15px;
}

.searchform .searchsubmit:hover {
  color: #c48f56;
}

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

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

.searchform .input {
  background: transparent;
  border: none;
  color: inherit;
  font-size: 14px;
  padding: 0 15px 0 20px;
  line-height: 45px;
  width: 100%;
  font-style: italic;
}

.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background: #fff;
  color: #000;
  display: none;
}

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

.admin-bar .search-popup {
  /* top: 102px; */
}

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

.admin-bar .search-popup .close {
  margin-top: 32px;
}

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

.search-popup .searchform {
  border: 1px solid;
  overflow: hidden;
  /* color: #fff; */
  background: transparent;
  font-size: 16px;
}

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

.search-popup .searchform .searchsubmit {
  float: right;
  background: none;
  line-height: 48px;
  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;
}


/*------------------------------------------------------------------
[3.4 Portfolio ]
*/

.portfolio-items {}

.portfolio-type-justified {
  position: relative;
}

.portfolio-type-carousel {}

.portfolio-type-carousel .owl-dots {
  margin: 35px 0;
}

.portfolio-type-carousel.owl-carousel.owl-loaded {
  margin: 30px 0;
}

.portfolio-type-carousel .owl-item {
  padding: 1px;
}

.portfolio-items.gap-off {
  margin: 0;
}

.portfolio-item {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.style-style1 .portfolio-item {
  margin-bottom: 20px;
}

.site-dark .portfolio-item {}

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

.portfolio-type-justified .portfolio-item {
  position: absolute;
  width: auto;
  padding: 0px;
  margin: 0;
  /* overflow: hidden; */
}

.gap-off .portfolio-item,
.portfolio-type-packery .portfolio-item {
  margin: 0;
  padding: 0;
}

.portfolio-item .wrap {
  position: relative;
  overflow: hidden;
}

.site-dark .portfolio-item .wrap {}

.portfolio-item .wrap .img {
  position: relative;
  overflow: hidden;
}

.portfolio-item .wrap .img&gt;a:not(.play-button),
.portfolio-item .wrap&gt;a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.style-style3 .portfolio-item .wrap .img .play-button {
  font-size: 16px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  color: #fff;
}

.style-style3 .portfolio-item:hover .wrap .img .play-button {
  opacity: 1;
  visibility: visible;
}

.portfolio-item .wrap .img .duration {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 12px;
  color: #fff;
  background: #080808;
  font-weight: 600;
  line-height: 25px;
  padding: 0 10px;
}

.portfolio-item .wrap .img h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  background: #00000099;
  color: #fff;
  font-weight: 600;
  -moz-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  -webkit-transform: translate(0%, 100%);
  -o-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.portfolio-item:hover .wrap .img h6 {
  -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-item .wrap .img h6 .cell {
  height: 50px;
}

.portfolio-item .wrap .img .buttons {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  background: #0000004d;
  border-top: 1px solid #272727;
  padding: 9px 50px 15px;
  -moz-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  -webkit-transform: translate(0%, 100%);
  -o-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.portfolio-item .wrap .img .buttons.active {
  -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-item .wrap .img .b-button {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #232323;
  right: 13px;
  bottom: 13px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
}

.portfolio-item .wrap .img .b-button:before {
  content: "...";
  display: block;
  margin: -5px 0 0;
  text-indent: 1px;
}

.portfolio-item .a-img {
  overflow: hidden;
  border: 1px solid #eee;
}

.portfolio-item .a-img:before {
  content: "\f04b";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #232323;
}

.style-style2 .portfolio-item .a-img,
.style-style3 .portfolio-item .a-img,
.style-style4 .portfolio-item .a-img {
  border: none;
}

.style-style3 .portfolio-item .a-img {
  background: #070707;
}

.portfolio-item .wrap .img .play-button {}

.site-dark .portfolio-item .a-img {
  border-color: #272727;
}

.portfolio-item .a-img div {
  padding-bottom: 55%;
  background-size: cover;
  background-position: 50%;
  min-height: 195px;
  -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;
}

.style-style3 .portfolio-item:hover .a-img div {
  opacity: .6;
}

.style-style4 .portfolio-item .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-item .a-img img {
  display: block;
  width: 100%;
}

.portfolio-type-justified .portfolio-item img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.portfolio-item h6 {
  margin: 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;
  z-index: 2;
  letter-spacing: .05em;
}

.style-style1 .portfolio-item h6 {
  font-size: 16px;
  color: #b9b9b9;
  text-transform: uppercase;
  font-weight: bold;
}

.style-style3 .portfolio-item h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.site-light .style-style3 .portfolio-item h6 {
  color: #8f8f8f;
}

.portfolio-item h6 .cell {
  width: 10000px;
  height: 85px;
  padding: 10px 25px;
}

.style-style3 .portfolio-item h6 .cell {
  height: 55px;
}

.portfolio-items.style-style1 .portfolio-item h6 .cell {
  height: 65px;
}

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

.load-button {
  margin: 0 0 30px;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

.blog-items+.load-button {
  margin: 0 0 30px 0;
  padding: 0;
}

.portfolio-items+.load-button {
  padding: 0;
  margin: 0 0 30px;
}

.portfolio-type-justified+.load-button,
.portfolio-type-packery+.load-button {
  margin: 15px 0 30px;
}

.portfolio-items.gap-off+.load-button {
  margin: 30px 0;
}

.portfolio-items.space-on+.load-button {
  margin-bottom: 30px;
}

.portfolio-items+.load-button a {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(3n+2):before {
  padding-bottom: 133.5%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+2):before {
  padding-bottom: 133.5%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+4) {}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+4):before {
  padding-bottom: 134%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+5) {
  width: 50%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+5):before {
  padding-bottom: 33.5%;
}

.portfolio-item-thumbnails,
.portfolio-item-thumbnails .popup-item:first-of-type,
.portfolio-item-thumbnails .popup-item:first-of-type a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 1;
  visibility: visible;
}

.portfolio-item-thumbnails .popup-item {
  opacity: 0;
  visibility: hidden;
}

/*------------------------------------------------------------------
[3.5 Filter buttons ]
*/

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

.filter-button-group .wrap {
  display: inline-block;
  vertical-align: middle;
  box-shadow: inset 0 -1px 0 #f4f4f4;
}

.site-light .filter-button-group .wrap {
  box-shadow: inset 0 -1px 0 #dedede;
}

.site-dark .filter-button-group .wrap {
  box-shadow: inset 0 -1px 0 #4a4a4a;
}

.filter-button-group button,
.filter-button-group a,
.category-buttons a {
  border: none;
  background: none;
  padding: 10px 0px;
  text-decoration: none;
  line-height: normal;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #878787;
  display: inline-block;
}

.site-light .filter-button-group button,
.site-light .filter-button-group a,
.site-light .category-buttons a {
  color: #797979;
}

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

.filter-button-group.tac button:first-of-type,
.filter-button-group.tac a:first-of-type,
.category-buttons.tac a:first-of-type {
  margin-left: 0;
}

.filter-button-group.tac button:last-of-type,
.filter-button-group.tac a:last-of-type,
.category-buttons.tac a:last-of-type {
  margin-right: 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: 30px;
}

.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: 30px;
}

.filter-button-group button.active,
.filter-button-group a.active,
.category-buttons a.active {
  opacity: 1;
  border-bottom-color: #c48f56;
  color: #c48f56;
}

.site-light .filter-button-group button.active,
.site-light .filter-button-group a.active,
.site-light .category-buttons a.active {
  border-bottom-color: #c48f56;
  color: #c48f56;
}

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

.post-gallery-packery {}

.post-gallery-packery .item {
  position: relative;
}

.post-gallery-packery.count-1 .item {
  width: 100%;
}

.post-gallery-packery.count-2 .item {
  width: 50%;
}

.post-gallery-packery.count-3 .item {
  width: 50%;
}

.post-gallery-packery.count-4 .item {
  width: 33.33333%;
}

.post-gallery-packery.count-5 .item {
  width: 25%;
}

.post-gallery-packery .item a {
  display: block;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}

.post-gallery-packery .item:before {
  content: "";
  display: block;
  padding-bottom: 67%;
}

.post-gallery-packery.count-3 .item:nth-child(3n+2):before {
  padding-bottom: 134%;
}

.post-gallery-packery.count-4 .item:nth-child(4n+1):before,
.post-gallery-packery.count-4 .item:nth-child(4n+3):before {
  padding-bottom: 134%;
}

.post-gallery-packery.count-5 .item:before {}

.post-gallery-packery.count-5 .item:nth-child(5n+2) {
  width: 50%;
}

.post-gallery-packery.count-5 .item:nth-child(5n+2):before {
  padding-bottom: 67%;
}


/*------------------------------------------------------------------
[3.6 Pagination ]
*/

.pagination {
  margin: 30px -5px 60px;
  padding: 0;
  color: #aeaeae;
}

.blog-items+.pagination,
.woocommerce+.pagination {
  margin-top: 0;
}

.pagination&gt;span,
.pagination&gt;a {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  line-height: 30px;
  height: 30px;
  color: #bfbfbf;
  text-align: center;
  margin: 0 5px;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #eeeeee;
}

.site-dark .pagination&gt;span,
.site-dark .pagination&gt;a {
  background: #070707;
  color: #6f6f6f;
  border-color: #6f6f6f;
}

div.pagination&gt;span,
div.pagination .current,
.site-dark div.pagination&gt;span,
.site-dark div.pagination .current {
  background-color: #c48f56;
  color: #fff;
  border-color: transparent;
}

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

.pagination a {
  text-decoration: none;
}


/*------------------------------------------------------------------
[3.12 Blog ]
*/

.blog-items {}

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

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

.search-results .blog-item .content {
  padding-bottom: 30px;
}

.blog-item .wrap {
  /* background: #fff; */
  border: 1px solid #eeeeee;
}

.site-dark .blog-item .wrap {
  /* background: #070707; */
  border-color: #272727;
}

.blog-type-horizontal .blog-item .wrap {
  position: relative;
}

.blog-item .wrap .img {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.site-dark .blog-item .wrap .img,
.site-dark .blog-type-horizontal .blog-item .wrap .img {
  border-color: #272727;
}

.blog-type-horizontal .blog-item .wrap .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45%;
  margin: 0;
  border-bottom: none;
  border-right: 1px solid #eeeeee;
}

.blog-item .wrap .img&gt;a {
  display: block;
  background-size: cover;
  background-position: 50%;
}

.blog-type-standart .blog-item .wrap .img a {
  padding-bottom: 66%;
}

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

.blog-type-grid .blog-item .wrap .img&gt;a:before {
  content: "";
  display: block;
  padding-bottom: 51.851851851851855%;
  min-height: 150px;
  -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;
}

.blog-type-grid .blog-item:hover .wrap .img a:before {
  background: rgba(0, 0, 0, 0.2);
  background: #00000033;
}

.blog-item .wrap .img img {
  display: block;
}

.blog-item .wrap .content {
  padding: 10px 30px 30px;
}

.blog-type-grid .blog-item .wrap .content {
  padding-bottom: 0;
}

.blog-item .wrap .content&gt;h5 {
  margin-top: 14px;
  margin-bottom: 14px;
  line-height: 1.250em;
}

.blog-type-horizontal .blog-item .wrap .content&gt;h5 {
  height: auto !important;
  margin-top: 0;
}

.blog-type-horizontal .blog-item .wrap .content {
  padding: 30px 30px 0;
}

.blog-type-horizontal .blog-item .wrap .img+.content {
  margin-left: 45%;
}

.blog-item .wrap .content&gt;h4 {
  margin: 14px 0 11px;
}

.blog-item .wrap .blog-detail,
.site-content .blog-detail {
  font-size: 12px;
  margin: 15px 0;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-item .wrap .blog-detail a,
.site-content .blog-detail a {
  text-decoration: none;
}

.blog-type-horizontal .blog-item .wrap .blog-detail {
  margin: 15px 0;
}

.blog-detail&gt;*:not(:last-of-type) {
  margin-right: 15px;
}

.blog-detail i {
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.blog-detail i+span {
  vertical-align: middle;
  display: inline-block;
  letter-spacing: .1em;
}

.blog-detail span,
.blog-detail .date span {
  color: #c48f56;
}

.site-content .blog-detail {
  margin: 0px 0 5px;
}

.site-content .page-title+.blog-detail {
  margin-top: 0px;
}

.post-items .site-content .blog-detail {
  margin-bottom: 0px;
}

.site-content .blog-detail a {
  text-decoration: none;
}

.blog-item .wrap .blog-detail&gt;*,
.site-content .blog-detail&gt;* {
  display: inline-block;
  vertical-align: top;
}

.sticky-a i {
  margin-right: 5px;
}

.blog-item .wrap .date {}

.blog-item .wrap .categories {}

.blog-item .wrap .text {
  line-height: 1.5em;
  font-weight: 300;
  color: #e4e4e4;
  font-size: 16px;
  margin-bottom: 30px;
}

.blog-item .wrap .bottom {
  overflow: hidden;
  border-top: 1px solid #eeeeee;
  margin: 30px -30px 0;
  text-align: center;
  font-style: italic;
  font-size: 12px;
  padding: 9px 30px;
  text-transform: uppercase;
  color: #e4e4e4;
}

.blog-type-horizontal .blog-item .wrap .bottom {
  padding: 9px 30px;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  background: #fff;
  border-right: 1px solid #eeeeee;
}

.site-dark .blog-item .wrap .bottom {
  border-color: #272727;
  /* color: #878787; */
}

.site-dark .blog-type-horizontal .blog-item .wrap .bottom {
  background: #0c0c0c;
}

.blog-item .wrap .bottom&gt;div {
  float: left;
  width: 50%;
  margin: 4px 0;
}

.blog-item .wrap .bottom a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.blog-item .wrap .bottom i {
  margin-right: 10px;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}


/*------------------------------------------------------------------
[ 3.13 Countdown ]
*/

.countdownHolder {
  margin: 30px auto;
}

.block-coming-soon .countdownHolder {
  position: absolute;
  right: 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%);
  margin: 0;
}

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

.countdownHolder&gt;* {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.countdownHolder&gt;*:not(:last-of-type) {
  margin: 0 45px 0 0;
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.62em;
  font-size: 72px;
  margin: 0 -0.02em;
  font-weight: 100;
}

.banner .countdownHolder .position {
  font-size: 120px;
}

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

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

.countdownHolder .name {
  display: block;
  font-size: 1.125em;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 600;
  color: #575757;
}

.banner .countdownHolder .name {
  font-size: 24px;
  text-transform: lowercase;
  color: inherit;
}

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

.countdownHolder .digit.static {}

.countdownHolder .countDiv {
  width: 1px;
  height: 13px;
  position: relative;
  background: #c48f56;
  vertical-align: top;
  margin-top: 2em;
  display: none;
}

/*------------------------------------------------------------------
[ 3.14 Site content ]
*/

.site-content {}

.project-grid-page {
  padding-top: 15px;
}

.site-content .heading-decor+.date {
  margin-top: 0;
}

.site-content .category {
  font-size: 12px;
  color: #927bca;
  margin: 20px 0;
  font-weight: 500;
  text-transform: uppercase;
}

.site-content .category a {
  text-decoration: none;
}

.page-title {
  margin-bottom: 25px;
  margin-top: 40px;
  word-break: break-word;
}

.search-results .page-title {
  margin-bottom: 40px;
}

.page-title .sticky-a {
  font-size: 0.6em;
  vertical-align: bottom;
}

.post-items .page-title {
  margin-bottom: 15px;
}

.post-items .post:first-of-type .page-title {
  margin-top: 15px;
}

.project-slider-page .page-title,
.project-masonry-page .page-title {
  margin-bottom: 37px;
}

.site-content .sub-h,
.fw-portfolio .sub-h {
  color: #575757;
  margin: 0 0;
}

.site-content .sub-h+.page-title,
.fw-portfolio .sub-h+.page-title {
  margin-top: 15px;
}

.post-img {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 25px;
}

.pt-music-album .post-img {
  border: 1px solid #393939;
}

.site-light .pt-music-album .post-img {
  border-color: #e0e0e0;
}

.post-items .post-img {
  margin-bottom: 30px;
}

.index-sidebar-row .post-img {
  margin-top: 0;
}

.post-img img {
  display: block;
  margin: 0 auto;
}

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

.post-content {}

.post-items .post-content {
  color: inherit;
}

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

.site-dark .post-content p {
  color: #e4e4e4;
}

.project-content p {}

.project-content p:first-of-type {
  margin-top: 0;
}

.post-bottom {
  overflow: hidden;
  padding: 11px 10px 9px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 1px;
  /* text-align: justify; */
  color: #949494;
  font-style: italic;
}

.post-bottom&gt;* {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 15px;
}

.site-dark .post-bottom {
  border-color: #393939;
  color: #afafaf;
}

.post-bottom:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.post-bottom .pb-like,
.post-bottom .pb-comments {}

.post-bottom .pb-like&gt;*,
.post-bottom .pb-comments&gt;*,
.post-bottom .pb-like&gt;*&gt;*,
.post-bottom .pb-comments&gt;*&gt;* {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}

.post-bottom .pb-like i,
.post-bottom .pb-comments i {
  margin-right: 10px;
}

.post-nav {
  text-decoration: none;
  padding: 0 0;
  display: inline-block;
  vertical-align: middle;
  /* margin: 0px 0; */
  line-height: 1em;
}

.post-nav span {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
}

.post-nav i {
  margin: 0;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

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

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


/*------------------------------------------------------------------
[3.15 Comments ]
*/

.comment-items-wrap {
  margin-top: 35px;
  margin-bottom: 60px;
}

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

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

.site-dark .comment-items .comment-item {}

.comment-items .comment-item .comment-respond {
  padding: 20px 30px 15px;
}

.site-dark .comment-items .comment-item .comment-respond {}

.comment-items .comment-item .image+.area+.comment-respond {
  margin-left: 90px;
}

.comment-items .comment-item .comment-respond&gt;div&gt;h5 small {
  float: right;
  font-size: 12px;
}

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

.comment-items .comment-item .image {
  float: left;
  width: 95px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px;
  border: 1px solid #b9b9b9;
  background: #fff;
}

.site-dark .comment-items .comment-item .image {
  border-color: #b9b9b9;
  background: #070707;
}

.comment-items .comment-item .image div {
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.comment-items .comment-item .area {
  overflow: hidden;
}

.site-dark .comment-items .comment-item .area {}

.comment-items .comment-item .image+.area {
  margin-left: 120px;
}

.comment-items .comment-item .top {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
}

.comment-items .comment-item .image+.top {
  padding-left: 225px;
}

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

.comment-items .comment-item .top .cell {
  padding: 15px 0;
}

.comment-items .comment-item .top h5 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  float: left;
}

.comment-items .comment-item .replytocom {

  display: inline-block;

  font-size: 12px;

  text-transform: uppercase;

  letter-spacing: .2em;

  margin: 15px 0 0;
}

.comment-items .comment-item .replytocom:hover {
  opacity: 1;
}

.comment-items .children .comment-item .replytocom {
  /* right: 0; */
}

.comment-items .comment-item .replytocom span {
  display: inline-block;
}

.comment-items .comment-item:hover .replytocom {
  opacity: 1;
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.comment-items .comment-item .replytocom i {
  font-size: 14px;
  margin-left: 10px;
  left: 0;
  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;
}

.comment-items .comment-item .replytocom:hover i {}

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

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

.comment-items .comment-item .text&gt;h6 {
  margin: 0px 0 10px;
  font-weight: 600;
  padding: 5px 0 10px 0;
  font-size: 18px;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  position: relative;
}

.comment-items .comment-item .date {
  font-size: 12px;
  font-weight: 600;
  margin-top: 3px;
  color: #c48f56;
  float: right;
}

.comment-items .comment-item .content {
  position: relative;
  line-height: 1.286em;
  font-size: 14px;
  color: #e4e4e4;
  margin: 0;
}

.comment-items .comment-item .image+.area .content {}

.site-dark .comment-items .comment-item .content {}

.comment-items .comment-item .image+.top+.content {
  padding-left: 225px;
}

.comment-items .comment-item .text .content a {
  color: #50c2cf;
}

.comment-items .children {
  margin: 0;
  padding: 0 0 0 50px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 1;
}

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

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

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

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

.comment-form {
  padding-bottom: 10px;
  /* width: 100%; */
}

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

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

.comment-respond label {
  font-size: 14px;
  color: #b1b0b0;
  margin-bottom: 10px;
  display: block;
}

.comment-respond .style1 {
  margin-bottom: 30px;
}


/*------------------------------------------------------------------
[ 3.16 Project page ]
*/

.post-gallery-masonry {}

.post-gallery-masonry&gt;div {
  padding-bottom: 30px;
}

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

.project-slider-area {
  position: relative;
  margin: 50px 0;
}

.project-slider {
  /* padding-bottom: 45px; */
}

.project-slider .play-button {

  font-size: 16px;

  z-index: 2;
}

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

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

.project-slider .item.adaptive {
  padding-bottom: 65%;
  background: 50% no-repeat;
  background-size: cover;
}

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

.project-slider .item img {
  max-height: 800px;
  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;
  cursor: pointer;
}

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

.project-slider .owl-nav {}

.project-slider .owl-prev,
.project-slider .owl-next {
  text-align: center;
  display: block;
  vertical-align: middle;
  -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;
  position: absolute;
  top: 50%;
  margin-top: -.5em;
}

.project-slider .owl-prev:hover,
.project-slider .owl-next:hover {
  color: #c48f56;
}

.project-slider .owl-prev {
  left: -70px;
}

.project-slider .owl-next {
  right: -70px;
}

.project-slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  color: #bbbaba;
}

.project-slider .owl-dots .owl-dot {
  counter-increment: slides-num;
  display: inline-block;
  margin-right: 15px;
}

.project-slider .owl-dots .owl-dot.active {
  color: #c48f56;
}

.project-slider .owl-dots .owl-dot:before {
  content: '0'counter(slides-num);
}

.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;
  max-width: 340px;
}

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

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

.type-fw-portfolio-horizontal {
  margin-bottom: 0;
}

.project-horizontal-slider {
  padding: 20px 30px 0;
}

.project-horizontal-slider.owl-carousel.owl-loaded {
  margin-bottom: 0;
}

.project-horizontal-slider .item {}

.project-horizontal-slider .item.content-item {
  width: 620px;
}

.project-horizontal-slider img {
  width: auto;
  display: block;
  height: 500px;
  max-height: 800px;
  border: 1px solid #eeeeee;
}

.site-dark .project-horizontal-slider img {
  border-color: #363636;
}

.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: -47px;
  right: 15px;
  display: none !important;
}

.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;
}

.project-horizontal-slider .item.phs-nav {
  height: 500px;
  position: relative;
  width: 85px;
}

.project-horizontal-slider .ps-bottom {
  padding-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate3d(-50%, -50%, 0) rotate(-90deg) perspective(1px);
  -ms-transform: translate3d(-50%, -50%, 0) rotate(-90deg) perspective(1px);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg) perspective(1px);
  -o-transform: translate3d(-50%, -50%, 0) rotate(-90deg) perspective(1px);
  transform: translate3d(-50%, -50%, 0) rotate(-90deg) perspective(1px);
}

.project-horizontal-slider .ps-bottom .ps-slider-arrow {
  width: 200px;
}

.project-horizontal-slider .ps-bottom .image {
  display: none;
}

.project-horizontal-slider .ps-bottom .ps-slider-arrow .cell {
  height: 85px;
}

.project-horizontal-slider .ps-bottom .ps-b-button {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*------------------------------------------------------------------
[3.15 Contact form ]
*/

.contact-form {}

.contact-form label {
  font-size: 14px;
  color: #4e4e4e;
  font-weight: bold;
  text-align: left;
  display: block;
}

.contact-form .button-style1:after {
  width: 30px;
}

.contact-form-t2 {}

.contact-form-t2 .input-row-s1 {
  margin-bottom: 40px !important;
}

.contact-form-t2 .input-row-s1 .style1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  height: 60px;
  letter-spacing: .1em;
}

.contact-form-t2 .button-style2 {
  display: block;
  /* width: 100%; */
  padding: 20px 25px;
  line-height: 19px;
  margin: 0 auto;
}

/*------------------------------------------------------------------
[3.15 Subscribe block ]
*/

.subscribe-block {
  color: #4e4e4e;
}

.subscribe-block&gt;* {
  display: inline-block;
  vertical-align: middle;
}

.subscribe-block .heading {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.167em;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  min-width: 75px;
  margin-right: 15px;
}

.subscribe-block img {}


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

.subscribe-form {
  max-width: 270px;
  position: relative;
  background: #f5f5f5;
  color: #666666;
  overflow: hidden;
  text-align: left;
}

.subscribe-form p {
  margin: 0;
}

.banner .subscribe-form {
  margin-top: -15px;
}

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

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

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

.subscribe-form input.style1 {
  font-size: 14px;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
}

.subscribe-form .button-submit {
  float: right;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 50px;
  height: 40px;
  background: none;
  color: #c48f56;
  border: none;
  font-size: 18px;
}

.subscribe-form&gt;div {}

.subscribe-form .input {
  margin-bottom: 0;
  line-height: 45px;
  font-size: 14px;
  color: #989898;
  padding: 0 45px 0 18px;
  border: none;
  background: #faf6f5;
}

/*------------------------------------------------------------------
[ 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;
  display: none;
}

.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 Video block ]
*/

.video-block {
  background: 50% no-repeat;
  background-size: cover;
  position: relative;
}

.video-block .wrap {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 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%);
}

.video-block .wrap .h {
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: .1em;
  font-weight: 500;
  margin: 0 0 15px 0;
  line-height: 1em;
}

.video-block .wrap .desc {
  margin: 15px 0 20px;
}

.video-block .play-button {
  font-size: 16px;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  display: inline-block;
}

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

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

.skill-item-line.right {
  text-align: right;
}

.skill-item-line h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 10px 0;
  opacity: .5;
  letter-spacing: .1em;
}

.skill-item-line .line {
  position: relative;
  background: #f4f0f0;
  margin: 10px 0 25px;
  height: 2px;
}

.site-dark .skill-item-line .line {
  background: #f4f0f0;
}

.skill-item-line .line div {
  background: #c48f56;
  height: 2px;
  position: relative;
}

.skill-item-line.right .line div {
  float: right;
}

.skill-item-line .line span {
  position: absolute;
  bottom: 100%;
  font-size: 14px;
  font-weight: 500;
  right: 0;
  margin-bottom: 7px;
  letter-spacing: .1em;
  opacity: .5;
}

.skill-item-line.right .line span {
  left: 0;
  right: auto;
}

/*------------------------------------------------------------------
[ 3.21 Breadcrumbs ]
*/

.breadcrumbs {
  color: #a3a3a3;
  margin: 25px 0 20px;
  font-size: 14px;
  text-transform: uppercase;
}

.breadcrumbs+.page-title {
  margin-top: -5px;
}

.breadcrumbs span {}

.breadcrumbs a {}

.breadcrumbs .sep {}

.breadcrumbs .current {}

/*------------------------------------------------------------------
[ 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: 85px;
  height: 60px;
  display: block;
  float: left;
  background-size: cover;
  background-position: 50%;
}

.site-dark .blog-post-widget .item .image {}

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

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

.blog-post-widget .item .name {
  font-weight: 500;
  line-height: 18px;
  font-size: 16px;
  display: block;
  text-decoration: none;
  color: #e4e4e4;
  margin-bottom: 8px;
}

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

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

.blog-post-widget .item .blog-detail i {
  font-size: 11px;
  margin-right: 10px;
}

/*------------------------------------------------------------------
[ 3.21 Page 404 ]
*/

.block-404,
.block-coming-soon {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  color: #000;
}

.block-404.dark,
.block-coming-soon.dark {
  color: #fff;
}

.block-404 .cell,
.block-coming-soon .cell {
  height: 100vh;
}

.block-404 .cell {
  width: 1040px;
}

.block-404 .sub-h,
.block-coming-soon .sub-h {
  margin: 0 0 0;
  color: #575757;
  font-size: 14px;
  text-transform: uppercase;
}

.block-404 .h,
.block-coming-soon .h {
  margin-top: 10px;
  margin-bottom: 0;
}

.block-404 p,
.block-coming-soon p {
  margin-bottom: 25px;
  margin-top: 15px;
}

.block-404 .button-style2 {}


/*------------------------------------------------------------------
[ 3.21 Page Coming Soon ]
*/

.sub-form {
  max-width: 350px;
  position: relative;
}

.banner .sub-form {}

.block-coming-soon .sub-form {
  margin-top: 35px;
}

.sub-form p {
  margin: 0;
}

.sub-form .input {
  background: none;
  border: 1px solid #eeeeee;
  color: #878787;
  font-size: 14px;
  font-style: italic;
  padding: 10px 150px 10px 25px;
  line-height: 26px;
}

.site-dark .sub-form .input {
  color: #e4e4e4;
  border-color: #a8a8a8;
  line-height: 23px;
}

.sub-form .button-style2 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 28px;
  line-height: 25px;
  background: #575663;
}

/*------------------------------------------------------------------
[ 3.21 Accordion ]
*/

.accordion-items {}

.accordion-item {
  background: #fff;
  border: 1px solid #eeeeee;
  margin-bottom: 25px;
  -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;
}

.accordion-item:last-of-type {
  margin-bottom: 0;
}

.site-dark .accordion-item {
  background: #070707;
  border-color: #393939;
}

.accordion-item .label {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  line-height: 1em;
  letter-spacing: .1em;
}

.site-dark .accordion-item .label {
  color: #b9b9b9;
}

.accordion-item .label .cell {
  height: 55px;
  padding: 5px 40px 5px 20px;
}

.accordion-item .label span {
  position: absolute;
  width: 1px;
  height: 10px;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}

.accordion-item .label span:before,
.accordion-item .label span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  -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-dark .accordion-item .label span:before,
.site-dark .accordion-item .label span:after {
  background: #737373;
}

.accordion-item .label span:before {
  width: 11px;
  height: 1px;
  margin-left: -5px;
}

.accordion-item .label span:after {
  width: 1px;
  height: 11px;
  margin-top: -5px;
}

.accordion-item.active .label span:before {
  width: 0;
  margin-left: 0;
}

.accordion-item.active .label span:after {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 7px;
  margin-top: -3px;
}

.accordion-item .text {
  display: none;
  font-size: 14px;
  padding: 0 20px 20px;
  line-height: 1.714em;
  letter-spacing: .1em;
}

/*------------------------------------------------------------------
[ 3.30 Product list widget ]
*/

.product_list_widget {
  margin: 0;
  padding: 0;
}

.product_list_widget li {
  display: block;
  padding: 15px 0;
}

.product_list_widget li:first-of-type {
  padding-top: 0;
}

.product_list_widget li:last-of-type {
  border: none;
}

.product_list_widget .image {
  float: left;
  width: 70px;
  height: 70px;
  border: 1px solid #eeeeee;
  overflow: hidden;
  position: relative;
}

.site-dark .product_list_widget .image {
  border-color: #393939;
}

.product_list_widget .image a {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  overflow: hidden;
}

.product_list_widget .image img {
  max-width: none;
  max-height: 100%;
  width: auto;
  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%);
}

.product_list_widget .text {
  margin-left: 90px;
}

.product_list_widget .text .cell {
  height: 70px;
}

.product_list_widget .text .name {
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.286em;
  display: block;
}

.product_list_widget .text .price {
  color: #c48d56;
  font-weight: 600;
  font-size: 18px;
  margin-top: 3px;
}

.product_list_widget .text .price .woocommerce-Price-currencySymbol {
  margin-right: 3px;
}

.product_list_widget .text .price del {
  font-size: 12px;
  color: #878787;
  display: inline-block;
  margin-right: 5px;
}

.product_list_widget .text .price del .woocommerce-Price-currencySymbol {
  margin: 0;
}

.product_list_widget .text .price ins {
  background: none;
  display: inline-block;
  vertical-align: top;
}

/*------------------------------------------------------------------
[ 3.30 Photo Carousel ]
*/

.photo-carousel {}

.photo-carousel&gt;a {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  background: #171717;
  color: #969696;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 15px;
}

.photo-carousel .carousel {}

.photo-carousel .carousel .item {
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  outline: 1px solid #363636;
  margin: 1px 0;
  position: relative;
}

.site-light .photo-carousel .carousel .item {
  outline: 1px solid #ffffff;
}

/*------------------------------------------------------------------
[3.1 Full Screen ]
*/

.full-screen-area {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: #fff;
}

.site-dark .full-screen-area {
  background: #000;
}

.full-screen-area .fc-navigation {
  position: absolute;
  top: 50%;
  right: 45px;
  z-index: 5;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.site-dark .full-screen-area .fc-navigation {}

.full-screen-area .fc-navigation ul {
  padding: 0;
  margin: 0;
}

.full-screen-area .fc-navigation ul .nav-item {
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
  cursor: pointer;
  margin: 15px 0;
  border-radius: 50%;
  background-color: #444444;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.full-screen-area .fc-navigation ul .nav-item.active {
  background-color: #c48f56;
}

.full-screen-area .fc-navigation ul .nav-item:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
}

.full-screen-area .fc-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
}

.full-screen-area .fc-item {
  -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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 100%;
}

.site-dark .full-screen-area .fc-item {
  background-color: #0c0c0c;
}

.full-screen-area .fc-item.active {
  transform: translateY(0vh);
}

.full-screen-area .fc-item.prev {
  transform: translate3d(0px, -100vh, 0px);
}

.full-screen-area .fc-item.next {
  transform: translate3d(0px, 50vh, 0px);
}

.full-screen-area .bg-line,
.full-screen-portfolio .bg-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 355px;
  height: 100%;
  background: #000000;
  z-index: -1;
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.full-screen-area .slide-h {
  position: absolute;
  left: 50px;
  top: 50%;
  z-index: 5;
  color: #e4e4e4;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 14px;
  line-height: 14px;
}

.full-screen-area .slide-h&gt;div {
  padding-right: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  white-space: nowrap;
  -moz-transform: translate(-50%, 0%) rotate(-90deg);
  -ms-transform: translate(-50%, 0%) rotate(-90deg);
  -webkit-transform: translate(-50%, 0%) rotate(-90deg);
  -o-transform: translate(-50%, 0%) rotate(-90deg);
  transform: translate(-50%, 0%) rotate(-90deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 50%;
}

.full-screen-area .slide-h&gt;div:after {
  content: "";
  width: 35px;
  height: 1px;
  background: #c48f56;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
}

.full-screen-area .fc-item&gt;.cell {
  height: 100vh;
}

.full-screen-area .fc-item&gt;.cell&gt;.container,
.full-screen-area .fc-item&gt;.cell&gt;.container-fluid {
  padding: 90px 15px 30px;
}

.full-screen-area .fc-item&gt;.cell&gt;.container.no-padding,
.full-screen-area .fc-item&gt;.cell&gt;.container-fluid.no-padding {
  padding: 0;
}

/*------------------------------------------------------------------
[3.1 Icon Box ]
*/

.icon-box {}

.icon-box-item {
  margin-bottom: 30px;
}

.icon-box-item .wrap {}

.icon-box-item.style1 .icon {
  font-size: 25px;
  float: left;
  color: #c48f56;
  margin: 2px 0;
}

.icon-box-item.style1 .content {
  margin-left: 45px;
  overflow: hidden;
}

.icon-box-item.style1 .content .h {
  margin: 0 0 15px;
}

.icon-box-item.style1 .content .desc {
  font-size: 14px;
  color: #e4e4e4;
  line-height: 1.286em;
}

.icon-box-item.style2 {
  text-align: center;
}

.icon-box-item.style2 .icon {
  font-size: 36px;
  margin: 0 auto;
  display: inline-block;
  width: 2.306em;
  line-height: 2.306em;
  background: #c48e56;
  border-radius: 50%;
}

.icon-box-item.style2 .content {}

.icon-box-item.style2 .content .h {
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0 15px;
}

.icon-box-item.style2 .content .desc {
  line-height: 1.5em;
  font-style: italic;
  font-weight: 300;
  margin: 15px auto;
  max-width: 240px
}

.icon-box-item.style3 {}

.icon-box-item.style3 .icon {
  font-size: 28px;
  color: #c48d56;
}

.icon-box-item.style3 .content {}

.icon-box-item.style3 .content .h {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .1em;
  margin: 15px 0 13px;
}

.icon-box-item.style3 .content .desc {
  font-size: 14px;
  color: #e4e4e4;
  line-height: 1.714em;
}

/*------------------------------------------------------------------
[3.1 Full Screen Portfolio ]
*/

.full-screen-portfolio {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.full-screen-portfolio .fs-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 50% no-repeat;
  background-size: cover;
  opacity: .3;
  filter: alpha(opacity=30);
  z-index: 0;
}

.full-screen-portfolio .cell-container {
  display: table-cell;
  vertical-align: middle;
  width: 19000px;
  padding: 110px 0;
}

.full-screen-portfolio .fs-bg,
.full-screen-portfolio .cell-container {
  -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;
}

.full-screen-portfolio.loading .fs-bg,
.full-screen-portfolio.loading .cell-container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
}

.full-screen-portfolio .fs-bg .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}

.full-screen-portfolio .fs-bg .video:before {
  content: "";
  display: block;
}

.full-screen-portfolio .fs-bg .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;
}

.full-screen-portfolio .bg-line {
  left: 100%;
  -moz-transform-origin: 0% -10%;
  -ms-transform-origin: 0% -10%;
  -webkit-transform-origin: 0% -10%;
  -o-transform-origin: 0% -10%;
  transform-origin: 0% -10%;
}

.full-screen-portfolio .filter-button-group {
  margin: 0 0 20px;
}

.full-screen-portfolio .fs-content {
  position: relative;
  min-height: 160px;
}

.full-screen-portfolio .fs-content .wrap {
  max-width: 450px;
}

.full-screen-portfolio .fs-content .heading {
  line-height: 1.333em;
  margin: 0 0 15px;
}

.full-screen-portfolio .fs-content .description {
  color: #e4e4e4;
  line-height: 1.5em;
}

.full-screen-portfolio .fs-content .bottom {
  margin-top: 20px;
}

.full-screen-portfolio .fs-play-button,
.play-button {
  font-size: 40px;
  line-height: 4.000em;
  width: 4.000em;
  text-align: center;
  background: #c48f56;
  border-radius: 50%;
  text-indent: 0.2em;
  position: absolute;
  top: -0.5em;
  right: 8.3%;
  cursor: pointer;
  text-decoration: none;
  -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;
}

.full-screen-portfolio .fs-play-button:hover,
.play-button:hover {
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  filter: grayscale(50%);
}

.full-screen-portfolio .fs-play-button.not {
  opacity: 0;
  visibility: hidden;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  margin: -2em 0 0 -2em;
}

.full-screen-portfolio .fs-play-button i {}

.full-screen-portfolio .slider-heading {
  margin-top: 50px;
}

.fs-portfolio {}

.fs-portfolio .fs-portfolio-item {
  -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;
  position: relative;
  cursor: pointer;
}

.fs-portfolio .fs-portfolio-item a {}

.fs-portfolio.loading .fs-portfolio-item {
  opacity: 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%);
}

.fs-portfolio .fs-portfolio-item .wrap {
  position: relative;
  overflow: hidden;
}

.fs-portfolio .fs-portfolio-item .duration,
.fs-project-item .fs-play-button .duration,
.woocommerce .products .product .image .duration,
div.product div.images .product-image .duration {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 12px;
  color: #fff;
  background: #080808;
  font-weight: 600;
  line-height: 25px;
  padding: 0 10px;
  z-index: 2;
}

.fs-portfolio .fs-portfolio-item .a-img {}

.fs-portfolio .fs-portfolio-item .a-img div {
  padding-bottom: 56%;
  background: 50% no-repeat;
  background-size: cover;
}

.fs-portfolio .fs-portfolio-item h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  background: #00000099;
  color: #fff;
  font-weight: 600;
  -moz-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  -webkit-transform: translate(0%, 100%);
  -o-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.fs-portfolio .fs-portfolio-item:hover h6 {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.fs-portfolio .fs-portfolio-item h6 .cell {
  height: 50px;
  width: 10000px;
}

.fs-portfolio .owl-nav {
  position: absolute;
  top: -38px;
  right: 0;
  font-size: 17px;
}

.fs-portfolio .owl-nav&gt;* {
  float: left;
  margin-left: 3px;
}

.fs-portfolio .owl-nav&gt;*.disabled {
  color: #e4e4e4;
  pointer-events: none;
}

.full-screen-portfolio .loading-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: #0c0c0c;
  background: rgba(12, 12, 12, 0.7);
  background: #0c0c0cb3;
  -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;
}

.full-screen-portfolio.loading .loading-container {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.full-screen-portfolio .loading-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin: -.5em 0 0 -.5em;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

/*------------------------------------------------------------------
[3.1 Full Screen Portfolio Type 2 ]
*/

.full-screen-portfolio-type2 {
  background: #0c0c0c;
}

.full-screen-portfolio-type2 .item {
  position: relative;
}

.full-screen-portfolio-type2 .bg-area {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  background: #2e2d2d;
  margin-left: 253px;
  overflow: hidden;
}

.full-screen-portfolio-type2 .bg-area .num {
  font-size: 350px;
  color: #232323;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -.05em;
  margin-left: -0.1em;
}

.full-screen-portfolio-type2 .cell-container {
  display: table-cell;
  vertical-align: middle;
  width: 10000px;
  padding: 80px 0;
}

.full-screen-portfolio-type2 .fs-content {
  margin: 0 -15px;
  position: relative;
}

.full-screen-portfolio-type2 .fs-content .wrap {
  width: 50%;
  padding: 0 15px;
}

.full-screen-portfolio-type2 .fs-content .categories {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e4e4e4;
  letter-spacing: .05em;
  margin-bottom: 10px;
}

.full-screen-portfolio-type2 .fs-content .heading {
  margin: 0 0 25px;
}

.full-screen-portfolio-type2 .fs-content .description {
  color: #e4e4e4;
  line-height: 1.875em;
}

.full-screen-portfolio-type2 .fs-content .bottom {
  margin: 20px 0 35px;
}

.full-screen-portfolio-type2 .fs-content .button-style1 {}

.full-screen-portfolio-type2 .owl-nav {
  position: absolute;
  top: 0;
  right: -95px;
}

.full-screen-portfolio-type2 .owl-nav&gt;* {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.full-screen-portfolio-type2 .ps-counter,
.testimonials .testimonial-item .bottom .ps-counter,
.full-screen-portfolio-type3 .ps-counter {
  position: absolute;
  right: -95px;
  bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}

.full-screen-portfolio-type2 .ps-counter .cur,
.testimonials .testimonial-item .bottom .ps-counter .cur,
.full-screen-portfolio-type3 .ps-counter .cur {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 14px;
  margin-right: 5px;
}

.full-screen-portfolio-type2 .ps-counter .tot,
.testimonials .testimonial-item .bottom .ps-counter .tot,
.full-screen-portfolio-type3 .ps-counter .tot {
  color: #e4e4e4;
  position: relative;
  padding-left: 14px;
  display: inline-block;
  vertical-align: bottom;
}

.full-screen-portfolio-type2 .ps-counter .tot:before,
.testimonials .testimonial-item .bottom .ps-counter .tot:before,
.full-screen-portfolio-type3 .ps-counter .tot:before {
  content: "/";
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.fs-project-item {
  position: absolute;
  left: 50%;
  right: 95px;
  bottom: 0;
  padding-left: 15px;
}

.fs-project-item .fs-play-button {
  position: relative;
  display: block;
  background: 50% no-repeat;
}

.fs-project-item .fs-play-button:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}

.fs-project-item .fs-play-button .duration {}

.fs-project-item .fs-play-button .play-button {
  font-size: 1em;
}

/*------------------------------------------------------------------
[3.1 Full Screen Portfolio Type 3 ]
*/

.full-screen-portfolio-type3 {
  margin: 30px 0 !important;
}

.full-screen-portfolio-type3 .item {}

.full-screen-portfolio-type3 .fs-content {}

.full-screen-portfolio-type3 .image {
  max-width: 725px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.full-screen-portfolio-type3 .image .img {
  padding-bottom: 56%;
  background: 50% no-repeat;
  background-size: cover;
  min-height: 300px;
}

.full-screen-portfolio-type3 .content {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 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%);
}

.full-screen-portfolio-type3 .content .categories {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #e4e4e4;
  letter-spacing: .05em;
}

.full-screen-portfolio-type3 .content .heading {
  margin: 0;
}

.full-screen-portfolio-type3 .content .heading a {}

.full-screen-portfolio-type3 .play-button {
  font-size: 16px;
  top: 100%;
}

.full-screen-portfolio-type3 .bottom {
  min-height: 95px;
  position: relative;
  overflow: hidden;
  margin-top: 55px;
}

.full-screen-portfolio-type3 .bottom .ps-counter {
  right: auto;
  left: 0;
  top: 31px;
}

.full-screen-portfolio-type3 .bottom .ps-counter .cur {}

.full-screen-portfolio-type3 .bottom .ps-counter .tot {}

.full-screen-portfolio-type3 .bottom .share-content {
  text-align: center;
  margin: 34px 0;
}

.full-screen-portfolio-type3 .bottom .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
  line-height: 1em;
}

.full-screen-portfolio-type3 .bottom .owl-nav&gt;* {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}


/*------------------------------------------------------------------
[3.1 Tabs ]
*/

.tabs {}

.tabs .tabs-head {
  background: #111111;
  text-align: center;
  margin-bottom: 20px;
}

.tabs .tabs-head .item,
.tabs .tab-m-button {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 15px 35px;
  opacity: .5;
  cursor: pointer;
  -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;
}

.tabs .tabs-head .item.current,
.tabs .tab-m-button.current {
  opacity: 1;
  background: #242424;
}

.tabs .tabs-head .item&gt;* {
  display: inline-block;
  vertical-align: middle;
}

.tabs .tabs-head .item i {
  font-size: 16px;
  margin-right: 10px;
}

.tabs .tabs-head .item span {
  letter-spacing: .1em;
}

.tabs .tabs-body {}

.tabs .tab-content {}

.tabs .tab-m-button {
  display: none;
  background: #111;
  margin-bottom: 5px;
}

.tabs .tab-content .tab-inner-content {
  display: none;
}

.tabs .tab-content .container {}

.tabs .tab-content .container-fluid {}

/*------------------------------------------------------------------
[3.1 Price List ]
*/

.price-list {}

.price-list-item {
  margin-bottom: 30px;
  position: relative;
}

.price-list-item.active {
  z-index: 3;
}

.price-list-item .wrap {
  background: #000000;
  border: 1px solid #272727;
}

.price-list-item .image {
  height: 205px;
  position: relative;
  background: 50% no-repeat;
  background-size: cover;
}

.price-list-item .image div {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  pointer-events: none;
}

.price-list-item .image img {}

.price-list-item .content {
  padding: 0 25px 20px;
  overflow: hidden;
  width: 100%;
}

.price-list-item .content h5 {
  font-weight: 500;
  margin: 15px 0 15px;
  overflow: hidden;
  width: 100%;
}

.price-list-item .content .price {
  font-size: 60px;
  line-height: 1em;
  font-weight: 100;
  float: left;
}

.price-list-item .content .price span {
  font-size: 0.400em;
  vertical-align: top;
  display: inline-block;
  font-weight: 300;
}

.price-list-item .content .button-style2 {
  float: right;
  margin: 13px 0 0;
}

.price-list-item .options-area {
  border-top: 1px solid #272727;
}

.price-list-item .options-area .button {
  padding: 0 50px 0 25px;
  color: #b9b9b9;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  position: relative;
}

.price-list-item .options-area .button .cell {
  height: 60px;
}

.price-list-item .options-area .button:before,
.price-list-item .options-area .button:after {
  content: "";
  position: absolute;
  background: #b9b9b9;
  -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-area .button:before {
  width: 11px;
  height: 1px;
  top: 50%;
  right: 20px;
}

.price-list-item .options-area .button:after {
  width: 1px;
  height: 11px;
  top: 50%;
  margin-top: -5px;
  right: 25px;
}

.price-list-item .options-area .button.active:after {
  height: 0;
  margin-top: 0;
}

.price-list-item .options-area .options {
  padding: 0 25px 20px;
  display: none;
}

.price-list-item .options-area .options .o-row {
  padding: 5px 0;
  padding-left: 20px;
  position: relative;
}

.price-list-item .options-area .options .o-row:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  background: #c48d56;
  border-radius: 50%;
  margin-top: -3px;
}

/*------------------------------------------------------------------
[3.1 Price List Type 2 ]
*/

.price-list-type2 {}

.price-list-item-t2 {
  margin: 45px 0;
  position: relative;
}

.price-list-item-t2.important {
  margin-top: 15px;
}

.price-list-item-t2 .wrap {
  text-align: center;
  border: 1px solid #e3e3e3;
}

.site-dark .price-list-item-t2 .wrap {
  border-color: #272727;
}

.price-list-item-t2 .top {
  color: #c48d56;
}

.site-light .price-list-item-t2 .top {
  color: #c48f56;
}

.price-list-item-t2 .top .cell {
  width: 10000px;
  height: 130px;
}

.price-list-item-t2 .top .icon {
  font-size: 37px;
}

.price-list-item-t2 .top .h {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.price-list-item-t2 .top .icon+.h {
  margin-top: 5px;
}

.price-list-item-t2 .price {
  line-height: 1.583em;
  color: #fff;
  font-size: 60px;
  font-weight: 100;
  background: #c48d56;
  margin: 0 -1px;
}

.site-light .price-list-item-t2 .price {
  background: #c48f56;
}

.price-list-item-t2 .price span {
  display: inline-block;
  font-weight: 300;
  font-size: 0.400em;
  vertical-align: top;
}

.price-list-item-t2 .options {
  padding: 45px 0;
  max-width: 235px;
  margin: 0 auto;
  line-height: 1.875em;
}

.site-dark .price-list-item-t2 .options {
  color: #b9b9b9;
}

.price-list-item-t2 .options .o-row {}

.price-list-item-t2 .options .o-row:after {
  content: "-";
  display: block;
  margin: -1px 0;
}

.price-list-item-t2 .options .o-row:last-of-type:after {
  display: none;
}

.price-list-item-t2 .button-style2 {
  display: block;
  padding: 19px 25px;
  margin: 1px;
}

/*------------------------------------------------------------------
[3.1 Job step ]
*/

.job-step {
  margin-bottom: 30px;
}

.job-step .wrap {
  position: relative;
  z-index: 1;
}

.job-step.with-num .wrap {
  padding-left: 50px;
}

.job-step .num {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 1em;
  margin-top: -.5em;
  font-size: 72px;
  color: #242424;
  font-weight: 600;
  z-index: -1;
}

.job-step .cell {
  height: 65px;
}

.job-step .sub-h {
  font-size: 12px;
  text-transform: uppercase;
  color: #e4e4e4;
  font-weight: bold;
  letter-spacing: .05em;
}

.job-step .h {
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

/*------------------------------------------------------------------
[3.1 Team items ]
*/

.team-items {}

.team-items .team-item {}

.team-items .team-item .avatar {
  background: 50% no-repeat;
  background-size: cover;
  position: relative;
  border: 1px solid #272727;
}

.team-items .team-item .avatar:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  -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;
  background: #000;
  opacity: 0;
}

.team-items .team-item:hover .avatar:before {
  opacity: .4;
}

.team-items .team-item .team-container {
  text-align: center;
}

.team-items .team-item .team-container .cell {
  height: 105px;
  width: 10000px;
}

.team-items .team-item .team-container h5 {
  margin: 0 0;
}

.team-items .team-item .team-container .post {
  font-size: 12px;
  color: #e4e4e4;
  text-transform: uppercase;
  font-weight: bold;
  margin: 5px 0 0;
}

.team-items .team-item .team-social-buttons {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  line-height: 1em;
  margin-top: -.5em;
  -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;
}

.team-items .team-item:hover .team-social-buttons {
  opacity: 1;
}

.team-items .team-item .team-social-buttons a {
  margin: 0 5px;
}

.team-items .team-item .team-social-buttons a:hover {
  color: #c48e56;
}

.team-items .owl-prev,
.team-items .owl-next {
  position: absolute;
  top: 50%;
  margin-top: calc(-0.5em - 55px);
}

.team-items .owl-prev {
  left: -70px;
}

.team-items .owl-next {
  right: -70px;
}

/*------------------------------------------------------------------
[3.1 Team carousel ]
*/

.team-carousel-area {
  position: relative;
}

.team-carousel {}

.team-carousel .item {
  position: relative;
  z-index: 1;
}

.team-carousel .item .avatar {
  position: absolute;
  top: 45px;
  right: 0;
  bottom: 45px;
  width: 400px;
  background: 50% no-repeat;
  background-size: cover;
  z-index: -1;
}

.team-carousel .item .team-container {
  text-align: center;
}

.team-carousel .item .team-container&gt;.cell {
  height: 450px;
  width: 10000px;
}

.team-carousel .item .h {
  margin: 0 0 0;
}

.team-carousel .item .post {
  color: #e4e4e4;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0;
}

.team-carousel .item .social-buttons {
  margin: 20px 0;
}

.team-carousel .item .social-buttons i {
  color: #c48f56;
  opacity: 1;
}

.team-carousel .item .social-buttons a:hover i {
  color: inherit;
  opacity: .6;
}

.team-carousel .item .desc {
  color: #e4e4e4;
  line-height: 1.5em;
  max-width: 375px;
  margin: 0 auto;
  /* display: none; */
}

.team-carousel .owl-nav {
  position: absolute;
  right: 0;
  bottom: 5px;
}

.team-carousel .owl-prev,
.team-carousel .owl-next {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.team-carousel .owl-prev {}

.team-carousel .owl-next {}

.team-carousel-area .counter {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
}

.team-carousel-area .counter&gt;div {
  display: inline-block;
  vertical-align: top;
}

.team-carousel-area .counter .current {}

.team-carousel-area .counter .total {
  opacity: .6;
  padding: 13px 0 0 20px;
  position: relative;
}

.team-carousel-area .counter .total:before {
  content: "/";
  font-size: 1.875em;
  font-weight: 400;
  position: absolute;
  top: .1em;
  left: .1em;
}

/*------------------------------------------------------------------
[3.1 Categories Carosuel ]
*/

.categories-carousel-area {}

.categories-carousel {}

.fullpage-navigation-area .categories-carousel-area,
.banner-area .categories-carousel-area {
  -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;
  position: relative;
  z-index: 23;
  color: #fff;
}

.fullpage-navigation-area .categories-carousel-area,
.banner-area .categories-carousel-area {
  -moz-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  -webkit-transform: translate(100%, 0%);
  -o-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  position: absolute;
  top: 0;
  width: 100%;
}

.fullpage-navigation-area .categories-carousel-area.active,
.banner-area .categories-carousel-area.active {
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.categories-carousel .owl-item {
  counter-increment: slides-num;
}

.categories-carousel .item {
  position: relative;
  height: 100vh;
  /* overflow: hidden; */
}

.categories-carousel .item:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 1px;
  background: #e4e4e4;
  z-index: 500;
}

.categories-carousel .item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
}

.categories-carousel .item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=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;
  z-index: 495;
}

.categories-carousel .item.hover a:before {
  opacity: .8;
  filter: alpha(opacity=80);
}

.categories-carousel .item .num {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .1em;
  margin-top: 0.3em;
  display: block;
  opacity: .5;
}

.categories-carousel .item .num:before {
  content: '0'counter(slides-num);
  display: block;
}

.categories-carousel .owl-item:nth-child(n+10) .num:before {
  content: counter(slides-num);
}

.categories-carousel .item .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
}

.categories-carousel .item.hover .image {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
  z-index: 2;
}

.categories-carousel .item .image span {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 50% no-repeat;
  background-size: cover;
}

.categories-carousel .item .image .video {
  z-index: 2;
}

.categories-carousel .item .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  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%);
  z-index: 5000;
}

.categories-carousel .item .name {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .2em;
}

.categories-carousel-area .owl-nav {
  position: absolute;
  right: 15px;
  bottom: 35px;
  font-size: 18px;
  pointer-events: all;
}

.categories-carousel-area .owl-prev,
.categories-carousel-area .owl-next {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.categories-carousel-area .owl-prev.disabled,
.categories-carousel-area .owl-next.disabled {
  opacity: .5;
}

.with-header-space .categories-carousel .owl-prev,
.with-header-space .categories-carousel .owl-next {}

.categories-carousel .owl-prev:hover,
.categories-carousel .owl-next:hover {}

.categories-carousel .owl-prev {}

.categories-carousel-area .owl-next {
  margin-left: 5px;
}

.categories-carousel-area .cc-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.categories-carousel-area .cc-bottom .button {
  pointer-events: all;
  margin: 34px 0;
}

.categories-carousel-area .cc-bottom .social-buttons {
  float: left;
  pointer-events: all;
}

/*------------------------------------------------------------------
[3.1 FullPage Navigation ]
*/

.fullpage-navigation-area {
  height: 100vh;
  position: relative;
  z-index: 1;
  color: #fff;
}

.fullpage-navigation-area.black {
  color: #000;
}

.fullpage-navigation-area .fn-bgs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 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;
  opacity: 0;
}

.fullpage-navigation-area.loaded .fn-bgs {
  opacity: 1;
}

.fullpage-navigation-area .fn-bgs .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% no-repeat;
  background-size: cover;
  /* opacity: 0; */
  /* -webkit-transition: opacity 0.5s ease; */
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  /* transition: opacity 0.5s ease; */
  display: none;
}

.fullpage-navigation-area .fn-bgs .item .video-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fullpage-navigation-area .fn-bgs .item.prev {
  z-index: 2;
}

.fullpage-navigation-area .fn-bgs .item.current {
  z-index: 3;
  /* opacity: 1; */
}

.fullpage-navigation-area .fn-pages {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  right: 15px;
  text-align: center;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.200em;
  -moz-transform: translate(0%, 150%);
  -ms-transform: translate(0%, 150%);
  -webkit-transform: translate(0%, 150%);
  -o-transform: translate(0%, 150%);
  transform: translate(0%, 150%);
  opacity: 0;
  -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;
}

.fullpage-navigation-area.loaded .fn-pages {
  opacity: 1;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.fullpage-navigation-area .fn-pages ul {
  margin: 0;
  padding: 0;
}

.fullpage-navigation-area .fn-pages ul li {
  display: block;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.fullpage-navigation-area.loading .fn-pages ul li:not(.current) a {
  opacity: 0;
  visibility: hidden;
}

.fullpage-navigation-area.loading .fn-pages ul li.current {
  transition-delay: .3s;
}

.fullpage-navigation-area .fn-pages ul li a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}

.fullpage-navigation-area .fn-pages ul li.v a {
  opacity: .8;
}

.fullpage-navigation-area .fn-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  pointer-events: none;
}

.fullpage-navigation-area .fn-bottom .button {
  float: left;
  margin: 34px 0;
  pointer-events: all;
  opacity: 0;
  -moz-transform: translate(-150px, 0%);
  -ms-transform: translate(-150px, 0%);
  -webkit-transform: translate(-150px, 0%);
  -o-transform: translate(-150px, 0%);
  transform: translate(-150px, 0%);
}

.fullpage-navigation-area .fn-bottom .social-buttons {
  pointer-events: all;
  float: right;
  opacity: 0;
  -moz-transform: translate(150px, 0%);
  -ms-transform: translate(150px, 0%);
  -webkit-transform: translate(150px, 0%);
  -o-transform: translate(150px, 0%);
  transform: translate(150px, 0%);
}

.fullpage-navigation-area.loaded .fn-bottom .button,
.fullpage-navigation-area.loaded .fn-bottom .social-buttons {
  opacity: 1;
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

/*------------------------------------------------------------------
[3.1 Testimonials ]
*/

.testimonials {}

.testimonials.owl-carousel.owl-loaded {
  margin: -25px 0 45px;
}

.testimonials.owl-carousel&gt;.owl-stage-outer {
  width: auto;
  margin-right: -30px;
  padding-right: 30px;
}

.testimonials .testimonial-item {
  padding-top: 60px;
}

.testimonials .testimonial-item .wrap {
  border: 1px solid #272727;
  position: relative;
  padding: 60px 85px;
}

.testimonials .testimonial-item .quote {
  position: relative;
  color: #e4e4e4;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  line-height: 2em;
  max-width: 580px;
}

.testimonials .testimonial-item .quote:before,
.testimonials .testimonial-item .quote:after {
  color: #c48f56;
  font-style: normal;
  font-weight: 600;
  font-size: 3.000em;
  display: inline-block;
  line-height: 0em;
  position: relative;
}

.testimonials .testimonial-item .quote:before {
  content: "“";
  position: absolute;
  top: 0.55em;
  left: -0.75em;
}

.testimonials .testimonial-item .quote:after {
  content: "”";
  top: 0.5em;
  margin-left: 0.1em;
}

.testimonials .testimonial-item .avatar {
  position: absolute;
  top: -60px;
  left: 50%;
  right: -30px;
  bottom: 0;
  margin-left: 150px;
  background: 50% 0% no-repeat;
  background-size: contain;
}

.testimonials .testimonial-item .bottom {
  margin-top: 40px;
  overflow: hidden;
}

.testimonials .testimonial-item .bottom .fl {}

.testimonials .testimonial-item .bottom h3 {
  margin: 0 0 10px;
}

.testimonials .testimonial-item .bottom .post {
  font-size: 12px;
  color: #e4e4e4;
  text-transform: uppercase;
  font-weight: bold;
}

.testimonials .testimonial-item .bottom .fr {
  padding: 19px 0;
}

.testimonials .testimonial-item .bottom .fr&gt;* {
  display: inline-block;
  vertical-align: middle;
}

.testimonials .testimonial-item .bottom .owl-nav {}

.testimonials .testimonial-item .bottom .owl-nav&gt;* {
  display: inline-block;
  vertical-align: middle;
  margin: -5px 0 0 10px;
}

.testimonials .testimonial-item .bottom .ps-counter {
  position: relative;
  right: 0;
  margin-left: 30px;
}

.testimonials .testimonial-item .bottom .ps-counter .cur {}

.testimonials .testimonial-item .bottom .ps-counter .tot {}

/*------------------------------------------------------------------
[3.1 Testimonials Type 2 ]
*/

.testimonials-type2 {}

.testimonials-type2.owl-carousel.owl-loaded {
  margin: 30px 0 0;
}

.testimonials-type2 .testimonial-item {
  padding-bottom: 80px;
}

.testimonials-type2 .testimonial-item .wrap {
  text-align: center;
}

.testimonials-type2 .testimonial-item .avatar {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 75px;
  background: 50% no-repeat;
  background-size: cover;
  border-radius: 50%;
  border: 1px solid #bababa;
  box-shadow: inset 0 0 0 3px #f8f8f8;
}

.testimonials-type2 .testimonial-item .quote {
  font-size: 18px;
  line-height: 1.667em;
  position: relative;
  max-width: 700px;
  margin: 40px auto 25px;
}

.testimonials-type2 .testimonial-item .quote:before {
  content: "“";
  color: #c48d56;
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  font-size: 60px;
  font-weight: bold;
  pointer-events: none;
}

.site-light .testimonials-type2 .testimonial-item .quote:before {
  color: #c48f56;
}

.testimonials-type2 .testimonial-item .title {
  margin: 0 0 5px;
  text-transform: uppercase;
  color: #b9b9b9;
}

.testimonials-type2 .testimonial-item .post {
  font-size: 12px;
  text-transform: uppercase;
  color: #797979;
  letter-spacing: .05em;
}

.testimonials-type2 .owl-prev,
.testimonials-type2 .owl-next {
  position: absolute;
  top: 50%;
  line-height: 1em;
  margin-top: -.5em;
}

.testimonials-type2 .owl-prev {
  left: -30px;
}

.testimonials-type2 .owl-next {
  right: -30px;
}

.testimonials-type2 .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  text-align: center;
}

.testimonials-type2 .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #b9b9b9;
  margin: 0 4px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #f8f8f8;
  -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;
}

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

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

/*------------------------------------------------------------------
[3.1 Brand logos ]
*/

.brand-logo-items {}

.brand-logo-items .outer-swiper-wrapper {
  overflow: hidden;
}

.brand-logo-items .swiper-wrapper {}

.brand-logo-items .brand-logo-item {
  text-align: center;
}

.brand-logo-items .brand-logo-item .cell {
  width: 10000px;
  height: 208px;
}

.brand-logo-items .brand-logo-item .cell img {}

.brand-logo-items .owl-prev,
.brand-logo-items .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  cursor: pointer;
}

.brand-logo-items .owl-prev.swiper-button-disabled,
.brand-logo-items .owl-next.swiper-button-disabled {
  opacity: .5;
  cursor: default;
}

.brand-logo-items .owl-prev {
  left: -40px;
}

.brand-logo-items .owl-next {
  right: -40px;
}

/*------------------------------------------------------------------
[3.1 Num Box ]
*/

.num-box {
  margin-top: 30px;
}

.num-box .num-box-item {
  margin-bottom: 30px;
  font-family: "IBM Plex Sans Condensed";
  text-align: center;
}

.num-box .num-box-item .wrap {}

.num-box .num-box-item .wrap&gt;* {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.num-box .num-box-item .icon {
  /* color: #c48d56; */
  font-size: 40px;
}

.site-light .num-box .num-box-item .icon {
  color: #c48f56;
}

.num-box .num-box-item .num {
  font-size: 48px;
  color: #c48d56;
  font-weight: 300;
}

.site-light .num-box .num-box-item .num {
  color: #6e8898;
}

.num-box .num-box-item .h {
  line-height: 1em;
  text-transform: uppercase;
  color: #b9b9b9;
  font-weight: 500;
  text-align: left;
}

/*------------------------------------------------------------------
[4 Footer ]
*/

.site-footer {
  font-size: 14px;
  padding: 30px 0 25px;
  font-weight: normal;
  background: #fff;
  color: #b1b0b0;
  border-top: 1px solid #eeeeee;
  position: relative;
}

.header-type-side .site-footer {
  display: none;
}

.site-footer-minified {
  background: #1f1f1f;
  color: #b9b9b9;
  padding: 16px 0;
}

.site-light .site-footer-minified {
  background: #587291;
}

.site-dark .site-footer {
  background: #000000;
  color: #e4e4e4;
  border-top-color: #272727;
}

.site-footer .footer-wrap {
  padding: 0 0 15px;
}

.site-footer .footer-bottom {
  background: #f5f5f5;
  color: #636363;
  padding: 17.5px 0;
}

.site-footer.dark .footer-bottom {
  background: #141414;
  color: #636363;
}

.site-footer .copyright,
.site-footer-minified .copyright {
  font-size: 10px;
  text-transform: uppercase;
  float: left;
  margin: 2px 0 0;
  font-family: "Tahoma";
  letter-spacing: .1em;
}

.site-footer-minified .copyright {
  margin: 6px 0;
}

.site-footer .footer-bottom .social-buttons-text,
.site-footer-minified .social-buttons-standart-t2 {
  float: right;
}

.site-light .site-footer .footer-bottom .social-buttons-text,
.site-light .site-footer-minified .social-buttons-standart-t2 {
  color: #ffff;
}

.site-light .site-footer .footer-bottom .social-buttons-text i,
.site-light .site-footer-minified .social-buttons-standart-t2 i {
  color: inherit;
}

.site-light .site-footer .footer-bottom .social-buttons-text a:hover,
.site-light .site-footer-minified .social-buttons-standart-t2 a:hover {
  color: #c48f57
}

.site-light .site-footer-minified .social-buttons-standart-t2 a:before {
  background: #fff;
}

div.wpcf7 .ajax-loader {
  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%);
  margin: 0;
}

.border-radius {}

.border-radius&gt;.vc_column-inner {
  border-radius: 5px;
}</pre></body></html>