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

Project:    Novo theme
Version:    1.2.1

[Table of contents]

    1. Base

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

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


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


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

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

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

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

a {
    color: inherit;
}

img {
    border: none;
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

*:focus {
    outline: none;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

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

.uppercase {
    text-transform: uppercase;
}

.no-padding {
    padding: 0;
}

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

.dark-bg {
    color: #fff;
}

.header-space {
    height: 61px;
}

figure {
    margin: 0;
}

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

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

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

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

pre {
    width: 100%;
}

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

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

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

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

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

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

.gallery .gallery-icon {}

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

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

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

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

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

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

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

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

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

.vc_icon_element {
    margin-bottom: 20px;
}

.protected-post-form {}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

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

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

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

input.style2 {}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes opacity {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes opacity {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes change2 {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes change2 {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@-webkit-keyframes change3 {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    25%,
    75% {
        -webkit-transform: translate3d(0, -33%, 0);
        transform: translate3d(0, -33%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -66%, 0);
        transform: translate3d(0, -66%, 0);
    }
}

@keyframes change3 {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    25%,
    75% {
        -webkit-transform: translate3d(0, -33%, 0);
        transform: translate3d(0, -33%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -66%, 0);
        transform: translate3d(0, -66%, 0);
    }
}

@-webkit-keyframes change4 {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    16.6666667%,
    29.32% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
    33.32%,
    45.98% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    49.98%,
    62.64% {
        -webkit-transform: translate3d(0, -75%, 0);
        transform: translate3d(0, -75%, 0);
    }
    66.64%,
    79.3% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    83.3%,
    95.96% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
}

@keyframes change4 {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    16.66%,
    83.3% {
        -webkit-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0);
    }
    33.32%,
    66.64% {
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    49.98% {
        -webkit-transform: translate3d(0, -75%, 0);
        transform: translate3d(0, -75%, 0);
    }
}

@-webkit-keyframes change5 {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    12.5%,
    87.5% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }
    25%,
    75% {
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
    37.5%,
    62.5% {
        -webkit-transform: translate3d(0, -60%, 0);
        transform: translate3d(0, -60%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -80%, 0);
        transform: translate3d(0, -80%, 0);
    }
}

@keyframes change5 {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    12.5%,
    87.5% {
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0);
    }
    25%,
    75% {
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
    37.5%,
    62.5% {
        -webkit-transform: translate3d(0, -60%, 0);
        transform: translate3d(0, -60%, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -80%, 0);
        transform: translate3d(0, -80%, 0);
    }
}



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

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

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

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

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

.site-header.dark.fixed {
    background: rgba(3, 98, 197, 0.62);
}

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

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

.site-header.light {}

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

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

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

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


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

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

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

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

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

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

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

.site-header.light .logo .light,
.site-header.dark .logo .dark,
.side-header.light .logo .light,
.side-header.dark .logo .dark {
    display: 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: 12px;
}

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

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

.navigation li {
    display: block;
}

.navigation a {
    text-decoration: none;
}

.navigation > ul {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

.admin-bar .fsn-container {}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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

.hm-cunt i {
    display: block;
}

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

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

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

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

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

.minicart-wrap {}

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

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

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

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

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

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

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

.widget_shopping_cart_content .cart_list .mini_cart_item .quantity span {}

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

.side-navigation > ul > li {}

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-right-buttons .cell {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-about .cell {}

.banner-about .heading-decor {}

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

.banner-about .button-style1 {}

.banner {
    min-height: 540px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.banner .owl-item .heading .h,
.banner .owl-item .heading-decor {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-filter: blur(5px);
     -moz-filter: blur(5px);
       -o-filter: blur(5px);
      -ms-filter: blur(5px);
          filter: blur(5px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

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

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

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

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

.banner .owl-item.active .heading .h,
.banner .owl-item.active .heading-decor {
    -webkit-filter: blur(0px);
     -moz-filter: blur(0px);
       -o-filter: blur(0px);
      -ms-filter: blur(0px);
          filter: blur(0px);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner .owl-prev {}

.banner .owl-next {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-404 {}

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

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

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

.banner-coming-soon {}

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

.banner-coming-soon p {}


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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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


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

.widget {}

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

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_rss ul {
    background: none;
    color: inherit;
    padding: 0;
    margin: 0;
}

.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 {
    padding: 5px 0px;
    border: none;
    display: block;
}

.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 {
    text-decoration: none;
}

.searchform {
    border: 1px solid;
}

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

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

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

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

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


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

.portfolio-items {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio_hover_type_1 .portfolio-item .content h5 {}

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

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

.portfolio-item a {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: 3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio_hover_type_5 .portfolio-item .content h5 {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.footer-social-button a {}

.footer-social-button a i {}


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

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

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

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

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

.pagination a {
    text-decoration: none;
}


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

.category {}

.category.type-big {}

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

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

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

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

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

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

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

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

.category .sub-h {}

.category .h {}

.category .button-style1 {}

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

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

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


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

.testimonials {}

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

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

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

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

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

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

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

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

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

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

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

.testimonials .owl-prev {}

.testimonials .owl-next {}

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

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

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


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

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

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

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

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

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

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

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


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

.price-list {}

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

.price-list .item.white {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.blog-items {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

.countdownHolder .name {
    display: block;
    font-size: 1em;
    text-transform: uppercase;
    margin-top: 10px;
}

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

.countdownHolder .digit.static {}

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

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

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


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

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

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

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

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

.post-content {}

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

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

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

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

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

.post-nav {
    float: right;
}

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment-form {
    overflow: hidden;
}

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

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

.comment-respond .style1 {}


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

.post-gallery-masonry {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.project-horizontal-slider {}

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

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

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

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

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

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

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

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


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

.price-list-type2 {}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------------------------------------
[ 3.21 Video block ]
*/

.video-block {
    color: #fff;
}

.video-block.black {
    color: #000;
}

.video-block a {
    display: block;
    text-decoration: none;
    background-size: cover;
    background-color: #232323;
    background-position: 50%;
    padding-bottom: 55%;
    position: relative;
}

.video-block a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 3.5em;
}

/*------------------------------------------------------------------
[ 3.21 Video Background ]
*/

.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
}
.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.js .jquery-background-video.is-visible {
    opacity: 1;
}

.jquery-background-video-pauseplay {
    position: absolute;
    background: transparent;
    border: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    padding: 0;
    cursor: pointer;
    outline: none !important;
}
.jquery-background-video-pauseplay span {
    display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
            transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
    left: 10px;
}


/*------------------------------------------------------------------
[4 Footer ]
*/

.site-footer {
    background: #f0f0f0;
    font-size: 14px;
    padding: 20px 0;
    font-weight: 300;
}

.site-dark .site-footer {
    background: #232323;
}

.site-footer .copyright {
    font-size: 12px;
}


/*------------------------------------------------------------------
[4.1 Footer logo ]
*/

.site-footer .logo {
    font-size: 2.571em;
    font-weight: bold;
}

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

.site-footer .logo img {
    max-height: 65px;
    max-width: 150px;
}

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

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