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

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

Project:    Lucci theme
Version:    1.1.2

[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: #222222;
    font-weight: normal;
    background: #f8f8f8;
}

body.site-dark {
    background: #151515;
    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;
}

blockquote {
    text-align: center;
    font-size: 1.500em;
    line-height: 1.5em;
    font-style: italic;
    max-width: 650px;
    margin: 30px auto;
    position: relative;
    padding-top: 30px;
}

blockquote:before {
    content: "“";
    display: block;
    margin: 0 auto;
    font-family:  "Playfair Display";
    font-style: normal;
    font-size: 3.000em;
    font-weight: bold;
    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%);
    opacity: .5;
}

blockquote p {
    line-height: 1.5em !important;
    margin-top: 0;
}

.site-content ul {
    padding-left: 20px;
    margin-left: 0;
}

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

.s-sidebar {
    margin-top: 30px;
}

.s-sidebar &gt; .w {
    background: #fcfcfc;
    padding: 20px 15px;
    border: 1px solid #dcdcdc;
}

.site-dark .s-sidebar &gt; .w {
    background: #000;
}

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

.white-color {
    color: #000;
}

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

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

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

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

pre {
    width: 100%;
}

.bg-top-left {
    background-position: 0 0 !important;
}

.bg-top-center {
    background-position: 50% 0 !important;
}

.bg-top-right {
    background-position: 100% 0 !important;
}

.bg-left {
    background-position: 0 50% !important;
}

.bg-center {
    background-position: 50% !important;
}

.bg-right {
    background-position: 100% 50% !important;
}

.bg-bottom-left {
    background-position: 0 100% !important;
}

.bg-bottom-center {
    background-position: 50% 100% !important;
}

.bg-bottom-right {
    background-position: 100% 100% !important;
}

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

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

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

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

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

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

.gallery .gallery-icon {}

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

#all,
.page-template-page-coming-soon-php div#all {
    position: relative;
    overflow: hidden;
    padding: 0 70px 0;
    z-index: 1;
}

.site-dark #all {
    background: #1c1c1c;
}

.footer-hide-with-space #all {
    padding: 0 70px 75px;
}

.admin-bar #all {
    /* margin-top: 32px; */
}

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

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

.vc_row[data-vc-full-width] {
    overflow: visible;
}

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

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg.vc_icon_element-style- {
    width: 1.5em;
    height: 1.5em;
    border: none;
}

.protected-post-form {}

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

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

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

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

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

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

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

.site-dark main.main-row {}

main.main-row {}

.header_type_side #all main.main-row {
    padding-left: 340px;
    padding-top: 60px;
}

main.sample-page {
    /* background: #fff; */
    padding: 30px 0 0;
}

.site-dark main.sample-page {
    background: #000;
}

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

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

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

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

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

/*------------------------------------------------------------------
[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: 48px;
    line-height: 1.200em;
    font-weight: bold;
    font-family: "Playfair Display";
}

h2,
.h2 {
    font-size: 36px;
    line-height: 1.200em;
    font-weight: bold;
    font-family: "Playfair Display";
}

h3,
.h3 {
    font-size: 30px;
    line-height: 1.200em;
    font-weight: bold;
    font-family: "Playfair Display";
}

h4,
.h4 {
    font-size: 24px;
    line-height: 1.200em;
    font-weight: bold;
    font-family: "Playfair Display";
}

h5,
.h5 {
    font-size: 18px;
    line-height: 1.200em;
    font-weight: bold;
    font-family: "Playfair Display";
}

h6,
.h6 {
    font-size: 16px;
    line-height: 1.200em;
    font-weight: bold;
    font-family: "Playfair Display";
}

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

.heading-decor span,
.heading-decor-s span {
    position: relative;
    padding: 0 2em;
}

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

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

.heading-decor span:after,
.heading-decor-s .h span:after,
.heading-decor span:before,
.heading-decor-s .h span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 1.1em;
    border-bottom: 1px solid;
    vertical-align: top;
}

.heading-decor span:after,
.heading-decor-s .h span:after {
    left: auto;
    right: 0;
}

.heading-decor span:before,
.heading-decor-s .h span:before {}


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

.button-style1,
.vc_general.vc_btn3 {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    padding: 7px 15px;
    cursor: pointer;
    background: #222222;
    color: #fff;
    border-radius: 0;
    position: relative;
    font-weight: normal;
}

.dark-bg .button-style1 {
    background: #fff;
    color: #222222;
}

.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;
    filter: alpha(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: #00a0c5;
    color: #fff;
    border-width: 1px;
}

.button-read-more {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.button-read-more i {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

.button-read-more i:before {
    margin-right: -0.2em;
}

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

.submit-button {
    background: none;
    color: inherit;
    border: none;
    position: relative;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 40px;
}

.submit-button:before {
    content: "\e949";
    font-family: 'multimedia-element-set' !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;
    font-size: 12px;
    border: 1px solid #fff;
    width: 28px;
    line-height: 26px;
    height: 28px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    margin-top: -15px;
}

.button-style2 {
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    border: none;
    background: none;
    padding: 5px 15px;
    display: inline-block;
}

.button-style2.min {
    font-size: 14px;
}

.button-style2:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #00a0c5;
    box-shadow: inset 0 0 0 1px;
    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;
}

.button-style2.inherit:after {
    color: inherit;
}

.button-style2:hover:after {
    height: 100%;
    top: 0;
}


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

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

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

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: 0 0 10px;
}

textarea.style1,
textarea.style3 {padding: 0 0 10px;}

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-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: 50%;
    margin-top: -20px;
}

.preloader-folding-cube .preloader-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.preloader-folding-cube .preloader-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00a0c5;
    -webkit-animation: preloader-foldCubeAngle 2.4s infinite linear both;
    animation: preloader-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.preloader-folding-cube .preloader-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.preloader-folding-cube .preloader-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.preloader-folding-cube .preloader-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.preloader-folding-cube .preloader-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.preloader-folding-cube .preloader-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.preloader-folding-cube .preloader-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

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

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

.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: #00a0c5;
    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;
    min-height: 75px;
    -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: #ffffff;
}

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

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

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

.site-header.light {}

.site-header.header-space-on.dark {
}

.site-header.header-space-on.light {
    background: #f8f8f8;
}

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

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


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

.site-header .logo,
.side-header .logo {
    font-size: 1.625em;
    float: left;
    text-transform:  uppercase;
    font-weight: 500;
}

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

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

.header_logo_center_t2.fixed .logo a {
    height: 55px;
}

.site-header .logo img,
.side-header .logo img {
    max-height: 65px;
    max-width: 150px;
    -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_logo_center_t2.fixed .logo img {
    max-height: 50px;
}

.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;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    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;
    font-weight: 600;
    text-transform: uppercase;
}

.header_logo_center_t2 .navigation {
    float: none;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    margin-top: 75px;
    text-align: center;
    height: 59px;
}

.header_logo_center_t2.fixed .navigation {
    margin-top: 55px;
}

.header_logo_center_t2.dark .navigation {
}

.navigation.active,
.navigation.visible_menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateX(0%);
}

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

.navigation li {
    display: block;
}

.navigation a {
    text-decoration: none;
}

.navigation &gt; ul {}

.navigation &gt; ul &gt; li {
    float: left;
    position: relative;
    -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 &gt; ul &gt; li:nth-child(10),
.navigation &gt; ul &gt; li:nth-child(12),
.navigation &gt; ul &gt; li:nth-child(13),
.navigation &gt; ul &gt; li:nth-child(14),
.navigation &gt; ul &gt; li:nth-child(15),
.navigation &gt; ul &gt; li:nth-child(16),
.navigation &gt; ul &gt; li:nth-child(17),
.navigation &gt; ul &gt; li:nth-child(18),
.navigation &gt; ul &gt; li:nth-child(19),
.navigation &gt; ul &gt; li:nth-child(20),
.navigation &gt; ul &gt; li:nth-child(21),
.navigation &gt; ul &gt; li:nth-child(22) {
    display: none;
}

.header_logo_center_t2  .navigation &gt; ul &gt; li {
    float: none;
    display: inline-block;
}

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

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

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

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

.site-nav-arr .navigation &gt; ul &gt; li.menu-item-has-children &gt; a:after,
.site-nav-arr .navigation &gt; ul &gt; li.menu_item_has_children &gt; a:after {
    content: "\e917";
    font-family: 'multimedia-element-set' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    vertical-align: middle;
    font-size:  9px;
    margin-left: 5px;
    margin-top: 1px;
    display: inline-block;
}

.header_logo_center_t2 .navigation &gt; ul &gt; li &gt; a {
    height: 58px;
}

.navigation &gt; ul &gt; li &gt; a span {
    border-right: none;
    vertical-align: middle;
}

.navigation &gt; ul &gt; li.current-menu-item &gt; a span,
.navigation &gt; ul &gt; li.current-menu-ancestor &gt; a span,
.navigation &gt; ul &gt; li.current_page_item &gt; a span,
.navigation &gt; ul &gt; li.current-menu-ancestor &gt; a span {
    border-color: #00a0c5;
}

.navigation.hover-style2 &gt; ul &gt; li.current-menu-item &gt; a span:after,
.navigation.hover-style2 &gt; ul &gt; li.current-menu-ancestor &gt; a span:after,
.navigation.hover-style2 &gt; ul &gt; li.current_page_item &gt; a span:after,
.navigation.hover-style2 &gt; ul &gt; li.current-menu-ancestor &gt; 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 &gt; ul &gt; li &gt; a {
    /* font-size: 0.88em; */
}

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

.navigation &gt; ul &gt; li:hover &gt; a {
    color: #00a0c5;
}

.navigation .sub-menu,
.navigation .children {
    position: absolute;
    left: -40px;
    top: 100%;
    margin-top: -10px;
    background: #fff;
    opacity: 0;
    filter: alpha(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;
    font-weight: 500;
    max-width: 310px;
    min-width: 240px;
    padding: 25px 40px;
    text-align: left;
}

.navigation .sub-menu.with-img,
.navigation .children.with-img {
    background-size: cover;
    background-position: 100% 50%;
    padding-right: 184px;
    max-width: 380px;
    width: 380px;
    min-height: 250px;
    color: #000 !important;
}

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

.navigation .sub-menu &gt; li &gt; a &gt; span,
.navigation .children &gt; li &gt; a &gt; span {
    height: 35px;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 30px 5px 0;
    text-align: left;
}

.navigation .sub-menu.with-img &gt; li &gt; a &gt; span,
.navigation .children.with-img &gt; li &gt; a &gt; span {
    height: 50px;
}

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

.navigation li.menu-item-has-children:hover &gt; .sub-menu,
.navigation li.page_item_has_children:hover &gt; .children {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 2;
}

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

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

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

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

.navigation .sub-menu.with-img li, .navigation .children.with-img li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.01);
}

.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 &gt; a,
.navigation .sub-menu li.current-menu-ancestor &gt; a,
.navigation .sub-menu li:hover &gt; 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 &gt; a,
.navigation .children li.current-menu-ancestor &gt; a,
.navigation .children li:hover &gt; a,
.navigation .children li.current_page_item.page_item_has_children:after,
.navigation .children li:hover.page_item_has_children:after {
    color: #00a0c5;
}

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

.navigation .sub-menu li.menu-item-has-children &gt; a:after,
.navigation .children li.page_item_has_children &gt; a:after {
    content: "\e949";
    font-family: 'multimedia-element-set' !important;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 0.7em;
}

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

.navigation .sub-menu li a,
.navigation .children li a {
    display: block;
    position: relative;
    vertical-align: middle;
    transition-duration: 0.2s;
    line-height: 1em;
    z-index: 3;
}

.header-links {
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding-left: 120px;
    text-transform: uppercase;
    position: relative;
}

.header_logo_center .header-links {
    padding-left:  0;
}

.header-links:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 37px;
    height: 1px;
    box-shadow: inset 0 0 0 5px;
}

.header_logo_center .header-links:before {
    display: none;
}

.header-links ul {
    margin: 0;
    padding: 0;
}

.header-links ul li {
    display: block;
}

.header-links ul li a {
    text-decoration: none;
}

.header-links &gt; ul {}

.header-links &gt; ul &gt; li {
    float: left;
    position: relative;
    margin-right: 20px;
}

.header-links &gt; ul &gt; li:last-of-type {
    margin-right: 0;
}

.header-links &gt; ul &gt; li.menu-item-has-children {}

.header-links &gt; ul &gt; li.menu-item-has-children &gt; a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid;
    margin-top: -2px;
}

.header-links &gt; ul &gt; li &gt; a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 75px;
    padding-right: 15px;
    z-index: 2;
}

.header-links &gt; ul &gt; li &gt; a span {
    vertical-align: middle;
}

.header-links .sub-menu {
    position: absolute;
    left: -40px;
    top: 100%;
    margin-top: -10px;
    background: #fff;
    opacity: 0;
    filter: alpha(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;
    font-weight: 500;
    max-width: 300px;
    min-width: 200px;
    padding: 25px 40px;
    color: #222;
}

.dark .header-links .sub-menu {
    color: #fff;
    background: #1c1c1c;
}

.site-dark .header-links .sub-menu {
    background: #222222;
    color: #fff;
}

.header-links li:hover &gt; .sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.header-links .sub-menu &gt; li {
    border-bottom: 1px solid #e5e5e5;
}

.header-links .sub-menu &gt; li:last-of-type {
    border-bottom: 0;
}

.header-links .sub-menu &gt; li &gt; a {
    display: block;
}

.header-links .sub-menu &gt; li:hover &gt; a {
    color: #00a0c5;
}

.header-links .sub-menu &gt; li &gt; a &gt; span {
    display: table-cell;
    height: 35px;
    vertical-align: middle;
    padding: 5px 0;
}


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

.full-screen-nav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    display: none;
}

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

.site-dark .full-screen-nav {
    background: #151515;
}

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

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

.admin-bar .fsn-container {}

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

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

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

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

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

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

.full-screen-nav .fsn-container &gt; ul &gt; li:hover &gt; a {
    color: #00a0c5;
}

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

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

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

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

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

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


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

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

.header_logo_center_t2 .butter-button {
    -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_logo_center_t2.fixed .butter-button {
    margin-top: 23px;
}

.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: 0;
    margin-left: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

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

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

.header_logo_center_t2.fixed .hm-cunt {
    line-height: 55px;
}

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

.hm-cunt i {
    display: block;
    line-height: 75px;
    -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_logo_center_t2.fixed .hm-cunt i {
    line-height: 55px;
}

.hm-cunt i:before {
    display: block;
}

.hm-cunt span {
    display: block;
    font-size: 8px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: -10px;
    background: #00a0c5;
    color: #fff;
    line-height: 15px;
    height: 14px;
    min-width: 14px;
    padding: 0 2px;
    border-radius: 50%;
    font-weight: bold;
}

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

.header-minicart .minicart-wrap {
    position: fixed;
    background: #fbfbfb;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px 50px 120px;
    opacity: 0;
    filter: alpha(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;
    max-width: 430px;
    width: 100%;
    z-index: 2;
}

.header-minicart .minicart-wrap .close {
    cursor: pointer;
}

.admin-bar .header-minicart .minicart-wrap {
    margin-top: 32px;
}

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

.minicart-wrap.active {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.minicart-wrap {}

.minicart-wrap .cart_list.product_list_widget {
    position: absolute;
    left: 50px;
    right: -20px;
    padding-right: 55px;
    overflow-y: scroll;
    top: 55px;
    bottom: 135px;
}

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

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

.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;
    margin-bottom: 20px;
    width: 100px;
}

.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: 16px;
    display: block;
    margin-left: 50px;
}

.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 {
    position: absolute;
    bottom: 60px;
    left: 50px;
    right: 50px;
}

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

.minicart-wrap .total &gt; span,
.widget_shopping_cart_content .total &gt; span {
    float: right;
    font-size: 1.875em;
    font-weight: 500;
}

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

.minicart-wrap .buttons {
    position: absolute;
    bottom: 10px;
    left: 50px;
    right: 50px;
}

.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.button {
    width: 40%;
}

.minicart-wrap a.button.checkout {
    float: right;
}

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


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

.search-button {
    float: left;
    margin: 0 0 0 25px;
    font-size: 17px;
    cursor: pointer;
}

.search-button i {
    display: block;
    line-height: 75px;
    -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_logo_center_t2 .search-button i {}

.header_logo_center_t2.fixed .search-button i {
    line-height: 55px;
}

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

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

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

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

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

.header_type_logo_center_t2 .search-popup .close {
    top: 130px;
}

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


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


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

.banner-area {
    position: relative;
    min-height: 465px;
    /* padding-bottom: 60px; */
}

.banner-area.fixed-height {
    min-height: auto;
}

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

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

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

.banner {
    min-height: 400px;
}

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

.banner .item.right {
    text-align: right;
}

.banner .item.center {
    text-align: center;
}

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

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

.banner .item .container {
    padding: 0 60px;
}

[data-vc-full-width] .banner .item .container {
    padding: 0 15px;
}

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

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

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

.banner .sub-heading {
    margin-bottom: 15px;
    -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 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.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.banner .owl-item .right .sub-heading,
.banner .owl-item .right .heading .h,
.banner .owl-item .right .desc,
.banner .owl-item .right .button-style1 {
    -moz-transform: translate(200%, 0);
    -ms-transform: translate(200%, 0);
    -webkit-transform: translate(200%, 0);
    -o-transform: translate(200%, 0);
    transform: translate(200%, 0);
}

.banner .owl-item.active .sub-heading,
.banner:not(.owl-carousel) .sub-heading {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.banner .heading {}

.banner .heading &gt; * {
    margin: 0;
}

.banner .cell .h {
    line-height: 1em;
}

.banner .desc {
    font-family: "Playfair Display";
    font-size:  1.125em;
    margin: 25px 0;
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 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.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.banner .owl-item.active .desc,
.banner:not(.owl-carousel) .desc {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.banner .button-style1 {
    -moz-transform: translate(-800%, 0);
    -ms-transform: translate(-800%, 0);
    -webkit-transform: translate(-800%, 0);
    -o-transform: translate(-800%, 0);
    transform: translate(-800%, 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.active .button-style1,
.banner:not(.owl-carousel) .button-style1 {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.banner .owl-item .heading .h,
.banner .owl-item .heading-decor {
    -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 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 .h,
.banner .owl-item.active .heading-decor {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.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;
    filter: alpha(opacity=100);
}

.banner .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    top: 50%;
    right: -45px;
    font-size: 11px;
    font-weight: 400;
    -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 .owl-dot {
    display: block;
    counter-increment: slides-num;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: 20px;
    text-align: center;
}

.banner .owl-dot.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

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

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

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

.banner .owl-dot.active:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner .owl-dot:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    box-shadow: inset 0 0 0 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-right: 5px;
}

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

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

.banner .owl-nav &gt; * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.banner-404 {}

.banner-404 .con-404 {
    max-width: 33em;
}

.banner-404 .con-404 .h,
.banner-coming-soon .h {
    font-weight: bold;
    font-size: 3.000em;
    font-family: "Playfair Display";
}

.banner-404 .con-404 .h4 {
    text-transform:  uppercase;
    font-family: "Source Sans Pro";
    font-weight: 100;
    margin-top: 0;
}

.banner-404 .con-404 p,
.banner-coming-soon p {
    font-family: "Playfair Display";
    font-size: 1.125em;
    margin: 1.5em 0;
}

.banner-coming-soon {
    min-height: 680px;
}

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

.banner-coming-soon p {}

.banner-coming-soon div.wpcf7 {
    margin-bottom: 25px;
}

.banner-coming-soon .con-coming-soon .h {
    text-transform: uppercase;
}

.banner-coming-soon .con-coming-soon p {
}


/*------------------------------------------------------------------
[3.3 Product banner ]
*/

.product-banner-area {
    margin: 0 -70px;
    position: relative;
}

.product-banner-area.type3 {
    min-height: 740px;
}

.product-banner-area .scroll-next {
    position: absolute;
    bottom: 27px;
    left: 50%;
    width: 14px;
    height: 21px;
    border: 1px solid;
    z-index: 2;
    border-radius: 8px;
    opacity: 0.3;
    cursor: pointer;
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.product-banner-area .scroll-next:before {
    content: "";
    width: 5px;
    height: 7px;
    border: 1px solid;
    position: absolute;
    left: 50%;
    top: 3px;
    border-radius: 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;
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.product-banner-area .scroll-next:hover:before {
    top: 5px;
}

.product-banner {
    min-height: 600px;
}

.product-banner.type4 {
    min-height: 740px;
}

.product-banner.type3 {
    min-height: 740px;
}

.product-banner.type3 .item,
.product-banner.type4 .item {
    overflow: hidden;
    padding: 75px 65px;
}

.product-banner.type3 .item .bg-text,
.product-banner.type4 .item .bg-text {
    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-weight: bold;
    font-family: "Source Sans Pro";
    opacity: .1;
}

.product-banner.type3 .item .wrap,
.product-banner.type4 .item .wrap {
    text-align: center;
    padding: 25px 20px;
    min-height: 590px;
}

.product-banner .item .wrap .cell {
    width: 10000px;
    padding: 35px 0 30px;
}

.product-banner.type3 .item .wrap .heading,
.product-banner.type4 .item .wrap .heading {
    font-family: "Source Sans Pro";
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.product-banner.type3 .item .wrap .add_to_cart_inline {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.product-banner.type4 .item .wrap .add_to_cart_inline {
    padding-top: 20px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.product-banner.type3 .item .wrap .heading &gt; *,
.product-banner.type4 .item .wrap .heading &gt; * {
    font-family: inherit;
    margin: 0;
}

.product-banner.type3 .item .wrap .sub-heading,
.product-banner.type4 .item .wrap .sub-heading {
    font-family: "Source Sans Pro";
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.product-banner.type4.owl-carousel .item.s-top .wrap .sub-heading,
.product-banner.type4.owl-carousel .item.s-top .wrap .heading,
.product-banner.type4.owl-carousel .item.s-top .wrap .add_to_cart_inline {
    -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;
    visibility: hidden;
}

.product-banner.type4.owl-carousel .item.s-bottom .wrap .sub-heading,
.product-banner.type4.owl-carousel .item.s-bottom .wrap .heading,
.product-banner.type4.owl-carousel .item.s-bottom .wrap .add_to_cart_inline,
.product-banner.type3.owl-carousel .item .wrap .sub-heading,
.product-banner.type3.owl-carousel .item .wrap .heading,
.product-banner.type3.owl-carousel .item .wrap .add_to_cart_inline  {
    -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;
    visibility: hidden;
}

.product-banner.type4.owl-carousel .active .item .wrap .sub-heading,
.product-banner.type4.owl-carousel .active .item .wrap .heading,
.product-banner.type4.owl-carousel .active .item .wrap .add_to_cart_inline,
.product-banner.type3.owl-carousel .active .item .wrap .sub-heading,
.product-banner.type3.owl-carousel .active .item .wrap .heading,
.product-banner.type3.owl-carousel .active .item .wrap .add_to_cart_inline  {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    transition-delay: .8s;
    opacity: 1;
    visibility: visible;
}

.product-banner.type4.owl-carousel .active .item .wrap .sub-heading,
.product-banner.type3.owl-carousel .active .item .wrap .sub-heading {
    transition-delay: .8s;
}

.product-banner.type4.owl-carousel .active .item .wrap .heading,
.product-banner.type3.owl-carousel .active .item .wrap .heading {
    transition-delay: 1.2s;
}

.product-banner.type4.owl-carousel .active .item .wrap .add_to_cart_inline,
.product-banner.type3.owl-carousel .active .item .wrap .add_to_cart_inline {
    transition-delay: 1.6s;
}

.product-banner.type3 .item .product-i,
.product-banner.type4 .item .product-i {
    position: absolute;
    bottom: 27px;
    font-family: "Source Sans Pro";
    line-height: 1em;
    font-size: 1.2em;
}

.product-banner.type3 .item .product-i &gt; *,
.product-banner.type4 .item .product-i &gt; * {
    display: inline-block;
    vertical-align: middle;
}

.product-banner.type3 .item .product-i .price,
.product-banner.type4 .item .product-i .price {
    color: #0098e9;
    font-size:  1.125em;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
}

.product-banner.type3 .item .product-i .price del,
.product-banner.type4 .item .product-i .price del {
    opacity: .5;
    font-size: 0.6em;
    display: inline-block;
    vertical-align: top;
    line-height: 1em;
}

.product-banner.type3 .item .product-i .price ins,
.product-banner.type4 .item .product-i .price ins {
    background: none;
}

.product-banner.type3 .item .product-i .name,
.product-banner.type4 .item .product-i .name {
    font-weight: 300;
    font-size: 0.875em;
    margin-left: 30px;
}

.product-banner.type3 .item .product-i .name a,
.product-banner.type4 .item .product-i .name a {
    text-decoration: none;
    display: block;
}

.product-banner.type3 .item .product-i .name a:hover,
.product-banner.type4 .item .product-i .name a:hover {
    color: #0097e9;
    text-decoration: underline;
}

.product-banner.type4 .item .price {
    font-size: 14.375em;
    font-weight: bold;
    opacity: .1;
    line-height: 1em;
    position: absolute;
    right: 3%;
    bottom: 8%;
    margin: 0 75px 75px 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.product-banner.type4.owl-carousel .item .price {
    opacity: 0;
    visibility: hidden;
}

.product-banner.type4.owl-carousel .active .item .price {
    opacity: .2;
    visibility: visible;
    transition-delay: 2.2s;
}

.product-banner.type4 .item.s-top .price {
    margin: 75px 0 0 75px;
    top: 8%;
    left: 3%;
    right: auto;
    bottom: auto;
}

.product-banner.type4 .item .price del {
    font-size: 0.4em;
    vertical-align: top;
    display: inline-block;
    line-height: 1em;
}

.product-banner.type4 .item .price ins {
    background: none;
    display: inline-block;
    vertical-align: top;
}

.product-banner .item .wrap .img {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.product-banner.owl-carousel .item .wrap .img {
    opacity: 0;
    visibility: hidden;
}

.product-banner.owl-carousel .active .item .wrap .img {
    opacity: 1;
    visibility: visible;
    transition-delay: 2s;
}

.product-banner .item .wrap .img img {
    max-height: 100%;
    width: auto;
}

.product-banner .item.black {
    color: #222222;
}

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

.product-banner .left {
    padding: 75px 0 75px 70px;
    float: left;
}

.product-banner .left .cell {
    padding: 40px 30px 40px 65px;
    vertical-align: middle;
    width: 620px;
    overflow: hidden;
}

.product-banner .left .sub-heading {
    margin-bottom: 15px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.product-banner .left .heading {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.product-banner .left .heading &gt; * {
    line-height: 1em;
    margin: 0;
}

.product-banner .left .desc {
    font-size: 1.125em;
    font-family: "Playfair Display";
    margin-top: 50px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.product-banner .left .add_to_cart_inline {
    margin: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.product-banner .left .price {
    display: block;
    font-size: 1.500em;
    font-weight: bold;
    font-family: "Source Sans Pro";
    margin-bottom: 50px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.product-banner .left .price del {
    opacity: .5;
    filter: alpha(opacity=50);
    color: #3d3c3c;
    font-size: 0.583em;
    vertical-align: text-top;
    margin-right: 10px;
    font-family: "Montserrat";
    margin-top: 0.3em;
    position: relative;
}

.product-banner .left .price ins {
    background: none;
    vertical-align: middle;
}

.product-banner .left .price &gt; * {
    display: inline-block;
}

.product-banner .left a.add_to_cart_button,
.product-banner.type3 a.add_to_cart_button,
.product-banner.type4 a.add_to_cart_button {
    background: #fff;
    color: #222222;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 18px 0 40px;
    line-height: 35px;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

.product-banner .left a.add_to_cart_button:hover,
.product-banner .white .left a.add_to_cart_button,
.product-banner.type3 .black a.add_to_cart_button:hover,
.product-banner.type4 .black a.add_to_cart_button:hover {
    background: #222222;
    color: #fff;
}

.product-banner .white .left a.add_to_cart_button:hover,
.product-banner.type3 a.add_to_cart_button:hover,
.product-banner.type4 a.add_to_cart_button:hover {
    background: #fff;
    color: #222222;
}

.product-banner .left a.add_to_cart_button:before,
.product-banner.type3 a.add_to_cart_button:before,
.product-banner.type4 a.add_to_cart_button:before {
    content: "\e901";
    font-family: 'base-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    position: absolute;
    left: 15px;
    line-height: 35px;
}

.product-banner.owl-carousel .left .sub-heading,
.product-banner.owl-carousel .left .heading,
.product-banner.owl-carousel .left .desc,
.product-banner.owl-carousel .left .price,
.product-banner.owl-carousel .left .add_to_cart_inline {
    -moz-transform: translate(-150%, 0%);
    -ms-transform: translate(-150%, 0%);
    -webkit-transform: translate(-150%, 0%);
    -o-transform: translate(-150%, 0%);
    transform: translate(-150%, 0%);
}

.product-banner.owl-carousel .active .left .sub-heading,
.product-banner.owl-carousel .active .left .heading,
.product-banner.owl-carousel .active .left .desc,
.product-banner.owl-carousel .active .left .price,
.product-banner.owl-carousel .active .left .add_to_cart_inline {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.product-banner.owl-carousel .active .left .sub-heading {
    transition-delay: .5s;
}

.product-banner.owl-carousel .active .left .heading {
    transition-delay: .8s;
}

.product-banner.owl-carousel .active .left .desc {
    transition-delay: 1.1s;
}

.product-banner.owl-carousel .active .left .price {
    transition-delay: 1.4s;
}

.product-banner.owl-carousel .active .left .add_to_cart_inline {
    transition-delay: 1.7s;
}

.product-banner .right {
    position: absolute;
    top: 0;
    left: 690px;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.product-banner .right .img-blur {
    position: absolute;
    top: -30px;
    left: -30px;
    right: -30px;
    bottom: -30px;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    filter: blur(4px);
    background-size: cover;
    background-position: 50%;
    -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;
}

.product-banner.owl-carousel .right .img-blur {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
}

.product-banner.owl-carousel .active .right .img-blur {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    filter: blur(4px);
    transition-delay: 1.8s;
}

.product-banner .right .img {
    position: absolute;
    top: 75px;
    left: 0;
    right: 70px;
    bottom: 75px;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;
    -ms-transition: all 1.8s ease;
    transition: all 1.8s ease;
}

.product-banner.owl-carousel .right .img {
    opacity: 0;
    visibility: hidden;
}

.product-banner.owl-carousel .active .right .img {
    opacity: 1;
    visibility: visible;
    transition-delay: 1.8s;
}

.product-banner-area .owl-nav {
    position: absolute;
    bottom: 90px;
    right: 80px;
}

.product-banner-area.type3 .owl-nav {
    bottom: 28px;
    right: 60px;
}

.product-banner-area .owl-nav &gt; * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.product-banner-area .owl-nav &gt; *:hover {
    color: #0097e9;
}

.product-banner .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    bottom: 30px;
    right: 80px;
    font-size: 11px;
    font-weight: 500;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.product-banner.type3 .owl-dots,
.product-banner.type4 .owl-dots {
    right: 25px;
    top: 50%;
    bottom: auto;
}

.product-banner.type4 .owl-dots {}

.product-banner .owl-dot {
    float: left;
    counter-increment: slides-num;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin: 0 10px;
}

.product-banner.type3 .owl-dot {
    float: none;
    margin: 10px 0;
}

.product-banner.type4 .owl-dot {
    float: none;
    width: 18px;
    height: 18px;
    border: 1px solid transparent;
    margin: 10px 0;
    border-radius: 50%;
    opacity: 0.3;
}

.product-banner.type4 .owl-dot.active {
    border-color: inherit;
}

.product-banner.type4 .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    box-shadow: inset 0 0 0 5px;
    border-radius: 7px;
    margin: 3px;
}

.product-banner.type4 .owl-dot:after,
.product-banner.type4 .owl-dot:before {
    display: none;
}

.product-banner .owl-dot.active {}

.product-banner.type3 .owl-dot.active {
    color: #0097e9;
}

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

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

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

.product-banner .owl-dot.active:before {}

.product-banner .owl-dot:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    margin: 0 0 6px -1px;
    height: 15px;
    box-shadow: inset 0 0 0 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 50%;
    bottom: 100%;
}

.product-banner.type3 .owl-dot:after {
    width: 15px;
    height: 1px;
    top: 50%;
    left: auto;
    bottom: auto;
    right: 100%;
    margin-right: 11px;
}

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

.product-banner.type3 .owl-dot.active:after {
    height: 1px;
    width: 25px;
}

.banner-social-buttons {}

.banner-area .banner-social-buttons,
.product-categories-banner-area .banner-social-buttons,
.product-banner-area.type3 .banner-social-buttons,
.product-banner-area.type4 .banner-social-buttons {
    position: absolute;
    top: 50%;
    left: -45px;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.product-banner-area.type3 .banner-social-buttons,
.product-banner-area.type4 .banner-social-buttons {
    padding: 0;
    bottom: auto;
    left: 22px;
}

.banner-area .banner-social-buttons:before,
.banner-area .banner-social-buttons:after,
.product-categories-banner-area .banner-social-buttons:before,
.product-categories-banner-area .banner-social-buttons:after,
.product-banner-area.type3 .banner-social-buttons:before,
.product-banner-area.type3 .banner-social-buttons:after,
.product-banner-area.type4 .banner-social-buttons:before,
.product-banner-area.type4 .banner-social-buttons:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 1px;
    height: 37px;
    bottom: 100%;
    box-shadow: inset 0 0 0 5px;
    opacity: .5;
    filter: alpha(opacity=50);
}

.banner-area .banner-social-buttons:after,
.product-categories-banner-area .banner-social-buttons:after,
.product-banner-area.type3 .banner-social-buttons:after,
.product-banner-area.type4 .banner-social-buttons:after {
    top: 100%;
    bottom: auto;
}

.banner-area .banner-social-buttons a,
.product-categories-banner-area .banner-social-buttons a,
.product-banner-area.type3 .banner-social-buttons a,
.product-banner-area.type4 .banner-social-buttons a {
    display: block;
    margin: 25px 0;
    opacity: .5;
    filter: alpha(opacity=50);
}

.product-banner-area .banner-social-buttons {
    position: absolute;
    bottom: 27px;
    left: 70px;
    z-index: 2;
    padding-left: 60px;
    font-size: 15px;
}

.social-buttons {
    font-size: 15px;
    margin: 0 -10px;
}

.product-banner-area .banner-social-buttons:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 37px;
    height: 1px;
    box-shadow: inset 0 0 0 5px;
}

.banner-social-buttons .links {}

.banner-social-buttons a,
.social-buttons a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    text-decoration: none;
    position: relative;
    line-height: 1em;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.social-buttons a {
    margin: 0 10px;
}

.banner-social-buttons a i,
.social-buttons a i {
    -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;
    transition-delay: .3s;
}

.banner-social-buttons a:hover i,
.social-buttons a:hover i {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition-delay: 0s;
}

.banner-social-buttons a .word,
.social-buttons a .word {
    display: none;
}

.banner-social-buttons a .s,
.social-buttons a .s {
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    left: 50%;
    top: 0;
    line-height: 1em;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: all 0.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;
    transition-delay: 0s;
}

.banner-social-buttons a:hover .s,
.social-buttons a:hover .s {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition-delay: .3s;
}


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

.product-carousel {}

.product-carousel.owl-carousel.owl-loaded {
    margin: 55px 0;
}

.product-carousel .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
}

.product-carousel .owl-nav &gt; div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}


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

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

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

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

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

.gallery-module .item a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

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


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

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

.contact-row.t2 {
    margin: 25px 0;
    font-weight: 400;
}

.contact-row .icon {
    float: left;
    font-size: 1.8em;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    text-align: center;
    color: #e26635;
}

.contact-row.t2 .icon {
    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%);
}

.contact-row .icon i {
    display: block;
}

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

.contact-row p {
    line-height: 2.000em;
    margin: 0 0 0;
}

.contact-row.t2 p {
    line-height: 1.286em;
}

.contact-row.t2 .icon + p {
    margin-left: 50px;
}


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

.wpb_widgetised_column {}

.wpb_widgetised_column h5 {
    margin-top: 0;
}

.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,
.widget_product_categories ul {
    background: none;
    color: inherit;
    padding: 0;
    margin: -11px 0 0;
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-size: 14px;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_pages ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul,
.widget_recent_comments ul ul,
.widget_rss ul ul,
.widget_product_categories ul ul {
    margin-left: 15px;
    margin-top: 0;
}

.widget_archive ul ul li:last-of-type,
.widget_categories ul ul li:last-of-type,
.widget_pages ul ul li:last-of-type,
.widget_meta ul ul li:last-of-type,
.widget_nav_menu ul ul li:last-of-type,
.widget_recent_entries ul ul li:last-of-type,
.widget_recent_comments ul ul li:last-of-type,
.widget_rss ul ul li:last-of-type,
.widget_product_categories ul ul li:last-of-type {
    padding-bottom: 0;
}

.site-footer .widget_archive ul,
.site-footer .widget_categories ul,
.site-footer .widget_pages ul,
.site-footer .widget_meta ul,
.site-footer .widget_nav_menu ul,
.site-footer .widget_recent_entries ul,
.site-footer .widget_recent_comments ul,
.site-footer .widget_rss ul,
.site-footer .widget_product_categories ul {
    opacity: .5;
    filter: alpha(opacity=50);
}

.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,
.widget_product_categories li {
    padding: 10px 0 10px 0;
    border: none;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

.widget_archive ul li:last-of-type,
.widget_categories ul li:last-of-type,
.widget_pages ul li:last-of-type,
.widget_meta ul li:last-of-type,
.widget_nav_menu ul li:last-of-type,
.widget_recent_entries ul li:last-of-type,
.widget_recent_comments ul li:last-of-type,
.widget_rss li:last-of-type,
.widget_product_categories li:last-of-type {
    border-bottom: none;
}

.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a,
.widget_product_categories ul li a {
    text-decoration: none;
    /* position: relative; */
    display: block;
}

.widget_archive ul li a:after,
.widget_categories ul li a:after,
.widget_pages ul li a:after,
.widget_meta ul li a:after,
.widget_nav_menu ul li a:after,
.widget_recent_entries ul li a:after,
.widget_product_categories ul li a:after {
    content: "\e910";
    font-family: 'base-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    font-size:  9px;
    top: 16px;
}

.site-footer .widget_archive ul li a:after,
.site-footer .widget_categories ul li a:after,
.site-footer .widget_pages ul li a:after,
.site-footer .widget_meta ul li a:after,
.site-footer .widget_nav_menu ul li a:after,
.site-footer .widget_recent_entries ul li a:after,
.site-footer .widget_product_categories ul li a:after {
    display: none;
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_product_categories ul li a:hover {
    color: #00a0c5;
}

.searchform {
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #000;
}

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

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

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

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

.searchform .input {
    background: transparent;
    border: none;
    color: inherit;
    font-size: 14px;
    padding: 0 15px;
    line-height: 40px;
    width: 100%;
}


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

.portfolio-items {
    color: #fff;
}

.portfolio-type-packery {}

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

.portfolio-item .flipster__item__content {}

.portfolio-item .flipster__item__content a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.portfolio-type-packery .portfolio-item {
    padding: 0;
    margin: 0;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+2),
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+7) {
    width: 50%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+3) {}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+4) {}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+5),
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+6) {
    width: 50%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+5) .a-img,
.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+6) .a-img {
    padding-bottom: 50%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+7) {}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+8) {}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(8n+9) {}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+2),
.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+8) {
    width: 66.66666%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+3) {}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+4) {}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+5) {}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+6) {
    width: 66.6666%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+6) .a-img {
    padding-bottom: 50%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+7) {}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+8) {}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(8n+9) {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+2) {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+3) {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+3) .a-img,
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+4) .a-img,
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+5) .a-img,
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+7) .a-img,
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+8) .a-img,
.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+9) .a-img {
    padding-bottom: 50%;
}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+4) {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+5) {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+6) {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+7) {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+8) {}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(8n+9) {}

.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;
    filter: alpha(opacity=0);
    visibility: hidden;
    z-index: 1;
    font-size: 40px;
}

.portfolio-item:hover .locked {
    opacity: 1;
    filter: alpha(opacity=100);
    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;
    filter: alpha(opacity=0);
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.portfolio-type-packery .portfolio-item .a-img:after {
    left: 15px;
    right: 15px;
    bottom: 30px;
}

.portfolio-type-packery .portfolio-item .a-img {
    padding-bottom: 100%;
    display: block;
}

.portfolio-item:hover .a-img:after {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

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

.portfolio-type-packery .portfolio-item .a-img div {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 30px;
    padding: 0;
}

.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;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.portfolio_hover_type_1 .portfolio-item:hover .content {
    opacity: 1;
    filter: alpha(opacity=100);
    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: 14px;
    font-style: inherit;
    margin: 11px 0 0;
    line-height: 1.5em;
}

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

.portfolio-item .content-links {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 7;
}

.portfolio-item .content-links a {
    text-decoration: none;
    width: 55px;
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: inset 0 0 0 1px;
    font-size: 1.5em;
    border-radius: 50%;
    line-height: 55px;
    margin: 0 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.portfolio-item .content-links a:hover {
    box-shadow: inset 0 0 0 3px;
}

.portfolio-item .content-links a:first-of-type {
    -moz-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -webkit-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
}

.portfolio-item .content-links a:last-of-type {
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    -webkit-transform: translate(100%, 0%);
    -o-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
}

.portfolio-item:hover .content-links a {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.portfolio-item .content-links a i {
    display: block;
    line-height: 55px;
}

.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: #00a0c5;
    z-index: -1;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -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 #00a0c5;
    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;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.portfolio_hover_type_3 .portfolio-item:hover .content,
.portfolio_hover_type_6 .portfolio-item:hover .content {
    opacity: 1;
    filter: alpha(opacity=100);
    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 #00a0c5;
    padding: 3px 0;
    padding-left: 15px;
}

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

.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: #00a0c5;
    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: #00a0c5;
    margin-top: -5px;
}

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

.portfolio_hover_type_5 .portfolio-item .content h5 span {
    opacity: 0.2;
    filter: alpha(opacity=20);
    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: #00a0c5;
}

.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;
    filter: alpha(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;
    filter: alpha(opacity=100);
    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: #00a0c5;
    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;
    filter: alpha(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;
    filter: alpha(opacity=100);
    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: #00a0c5;
    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 Category items ]
*/

.category-items {}

.category-items .item {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.category-items.packery .item {
    padding: 0;
    margin: 0;
}

.category-items.packery .item:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.category-items.packery .item.h-05:before {
    padding-bottom: 50%;
}

.category-items.packery .item.h-2:before {
    padding-bottom: 200%;
}

.category-items .item .img {
    overflow: hidden;
}

.category-items.packery .item .img {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.category-items .item .img div {
    padding-bottom: 100%;
    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;
}

.category-items.packery .item .img div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
}

.category-items .item:hover .img div {
    -moz-transform: rotate(2deg) scale(1.1);
    -ms-transform: rotate(2deg) scale(1.1);
    -webkit-transform: rotate(2deg) scale(1.1);
    -o-transform: rotate(2deg) scale(1.1);
    transform: rotate(2deg) scale(1.1);
}

.category-items .item .name {
    position: absolute;
    text-align: center;
    left: 15px;
    right: 15px;
    bottom: 0;
    font-family: "Playfair Display";
    font-weight: bold;
    text-transform: uppercase;
}

.category-items.packery .item .name {
    bottom: 15px;
}

.category-items .item .name span {
    background: #fff;
    display: inline-block;
    padding: 13px 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;
}

.site-dark .category-items .item .name span {
    background: #101010;
}

.category-items .item:hover .name span {
    background: #222222;
    color: #fff;
}

.category-items .item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/*------------------------------------------------------------------
[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;
    position: relative;
    opacity: .5;
    display: inline-block;
}

.filter-button-group button span,
.filter-button-group a span,
.category-buttons a span {
    position: relative;
    z-index: 1;
}

.filter-button-group.tac button,
.filter-button-group.tac a,
.category-buttons.tac a {
    margin: 0 2px 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: 4px;
}

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

.filter-button-group button:after,
.filter-button-group a:after,
.category-buttons a:after {
    content: "";
    color: inherit !important;
    box-shadow: inset 0 -9px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9px;
    z-index: 0;
    opacity: 0;
    filter: alpha(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,
.filter-button-group a:hover:after,
.category-buttons a.active:after,
.category-buttons a:hover:after {
    opacity: 0.2;
    filter: alpha(opacity=20);
    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;
}

.blog-items + .pagination {
    margin-top: 0;
}

.woocommerce + .pagination {
    margin-top: 5px;
}

.pagination &gt; span,
.pagination &gt; 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: #00a0c5;
}

.pagination i {
    display: block;
    line-height: 33px;
    font-size: 0.8em;
}

.pagination a {
    text-decoration: none;
}


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

.blog-items {}

.blog-items.s {
    padding-top: 30px;
}

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

.blog-item.search {
    width: 100%;
}

.blog-item .wrap {
    background: #f8f8f8;
    position: relative;
    border: 1px solid #dcdcdc;
}

.blog-item.sticky .wrap {
    background: #fcfcfc;
}

.site-dark .blog-item.sticky .wrap {
    background: #1c1c1c;
}

.blog-item.search .wrap {
    padding-bottom: 10px;
}

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

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

.blog-item .img,
.blog-item .video {
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}

.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;
    width: 405px;
    bottom: 0;
    max-height: 450px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 0;
}

.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: 10px 25px;
    position: relative;
    overflow: hidden;
}

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

.blog-type-horizontal .blog-item.with-image .content {
    margin-left: 405px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.blog-item .content &gt; h6 {
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
    font-family: inherit;
}

.blog-item .date,
.project-horizontal .content .date {
    font-weight: 400;
    font-size: 12px;
    color: #00a0c5;
    margin: 10px 0;
}

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

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

.blog-item .content .r-b {
    margin: 15px 0;
}

.blog-type-horizontal .blog-item .content .r-b {
    text-align: left;
    margin: 0 0 5px;
}

.blog-item .content .r-b .button-style2 {
    font-weight: 500;
}

.blog-item .bottom {
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform:  uppercase;
    border-top: 1px solid #dcdcdc;
}

.site-dark .blog-item .bottom {}

.blog-type-horizontal .blog-item.with-image .bottom {
    margin-left: 405px;
    padding: 0 35px;
    border: none;
    border-left: 1px solid #dcdcdc;
}

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

.blog-type-horizontal.s .blog-item .bottom .col {
    width: 100%;
    text-align: left;
    padding: 22px 30px;
}

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

.blog-item .bottom .col a &gt; i,.blog-item .bottom .col a &gt; span {
    opacity: 1;
}

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

.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-area {
    position: relative;
}

.subscribe-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: -55px;
    right: -55px;
    bottom: 0;
    box-shadow: inset 0 0 0 10px #dcdcdc;
    display: block !important;
}

.subscribe-form {
    max-width: 350px;
    position: relative;
}

.subscribe-area .subscribe-form {
    max-width: none;
}

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

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

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

.subscribe-form .button-style1 {
    position: absolute;
    top: 0;
    right: 0;
}

.subscribe-form &gt; div {
    margin-right: 100px;
}

.subscribe-form .style1 {
    margin-bottom: 0 !important;
    padding: 0 0 10px;
    font-family: "Source Sans Pro";
    font-style: italic;
    height: 32px;
    line-height: 31px;
}

.subscribe-form p {
    margin: 0 !important;
}


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

.countdownHolder {
    margin: 3em 0 0;
}

.con-coming-soon .countdownHolder {
    font-family: "Source Sans Pro";
    margin: 0 0 2em;
}

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

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

.countdownHolder &gt; *:not(:last-of-type) {
    margin: 0 40px 0 0;
}

.countdownHolder .position {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 0.46em;
    font-size: 8.125em;
    margin: 0 -0.05em;
    height: 1em;
    line-height: 1em;
    font-weight: 500;
    margin-right: 0.05em;
    vertical-align: middle;
}

.con-coming-soon .countdownHolder .position {
    font-weight: 100;
}

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

.countdownHolder .digit {
    /* display: block; */
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
    line-height: 1;
    position: absolute;
    left: 0;
}

.countdownHolder .name {
    display: inline-block;
    font-size: 2.250em;
    margin-top: 1.5em;
    vertical-align: middle;
}

.con-coming-soon .countdownHolder .name {
    display: block;
    margin: 0;
    font-size: 1em;
    text-transform:  uppercase;
}

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

.countdownHolder .digit.static {
    /* position: relative; */
}

.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 .bottom {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    text-transform:  uppercase;
    font-size:  12px;
    color: #aeadad;
    font-weight: 500;
    margin-top: 35px;
}

.site-content .bottom .col {
    float: left;
    padding: 15px 15px 15px 5px;
}

.site-content .bottom .col i {
    margin-right: 5px;
}

.site-content .bottom .col a {
    text-decoration: none;
}

.pt-portfolio {
    padding-top: 45px;
}

.project-horizontal .pt-portfolio {
    padding: 0;
}

.site-content .date {
    font-size: 14px;
    font-weight: 500;
    color: #00a0c5;
    margin: 15px 0;
}

.site-content .date &gt;* {
    display: inline-block;
    vertical-align: middle;
}

.site-content .date .sticky-a {
    margin-right: 10px;
}

.site-content .post-heading {
    margin: 15px 0;
}

.pt-portfolio .site-content .date {
    margin: 0;
}

.pt-portfolio .site-content .h3 {
    margin-bottom: 10px;
}

.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: #00a0c5;
    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;
    height: 115px;
    width: 80px;
    position: fixed;
    top: 50%;
    font-size: 15px;
    background-size: cover;
    background-position: 50%;
    margin-top: -57px;
    z-index: 10;
    -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;
}

.post-nav a:hover {
    width: 115px;
}

.post-nav a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    -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;
}

.post-nav a:hover:after {
    background: rgba(0, 0, 0, 0.15);
}

.post-nav a.prev {
    left: 2px;
    border-right: 5px solid #c45a30;
}

.post-nav a.next {
    right: 2px;
    text-align: right;
    border-left: 5px solid #c45a30;
}

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

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

.post-nav a i {
    line-height: 115px;
    position: relative;
    z-index: 1;
}

.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: 15px;
    padding: 35px;
    background: #fff;
}

.comment-items .comment-item .comment-respond {
    background: #f8f8f8;
    padding: 10px 15px 15px;
    border-radius: 3px;
    margin: 0;
    margin-left: 105px;
    margin-top: 20px;
}

.comment-items .comment-item .comment-respond &gt; h5 {
    margin-top: 0;
}

.comment-items .comment-item .comment-respond small {
    float: right;
    font-size: 12px;
    font-family: "Montserrat";
    color: #aeadad;
    text-transform:  uppercase;
    font-weight: 600;
    text-decoration: underline;
}

.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 #f8f8f8;
    padding: 0 0 5px;
}

.comment-items .comment-item .text .date {
    font-size: 10px;
    font-weight: 600;
    color: #00a0c5;
    margin-bottom: 5px;
}

.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: 600;
    color: #aeadad;
}

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

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

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

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

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

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

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

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

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

.comment-item .heading-decor small {
    font-size: 0.5em;
    float: right;
}

.comment-respond .style1 {}


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

.post-gallery-masonry {
    margin-bottom: -30px;
}

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

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

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

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

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

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

.fixed-img .project-slider .item {
    padding-bottom: 50%;
    background-size: cover;
    background-position: 50%;
}

.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: 100%;
    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 #00a0c5;
}

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

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

.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%);
    border: 1px solid;
    font-size: 10px;
    line-height: 24px;
    width: 26px;
    text-align: center;
    border-radius: 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: -32px;
    right: 0;
}

.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.21 Video block ]
*/

.video-block {
    color: #fff;
}

.video-block svg path {
    fill: #fff;
}

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

.video-block.black svg path {
    fill: #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.aspect-ratio-4-3 a {
    padding-bottom: 75%;
}

.video-block.aspect-ratio-1-1 a {
    padding-bottom: 100%;
}

.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%);
    border: 1px solid;
    padding: 15px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.video-block a i:hover {
    color: #00a0c5;
}

.video-block a i path {
    -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;
}

.video-block a i:hover path {
    fill: #00a0c5;
}

.video-block a i svg {
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
    left: 3px;
}


/*------------------------------------------------------------------
[ 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;
    filter: alpha(opacity=100);
}

.jquery-background-video-pauseplay {
    position: absolute;
    background: transparent;
    border: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    padding: 0;
    cursor: pointer;
    outline: none !important;
}

.jquery-background-video-pauseplay span {
    display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.jquery-background-video-pauseplay.play:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFF;
}

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    border-left: 5px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after {
    left: 10px;
}


/*------------------------------------------------------------------
[ 3.21 Accordion items ]
*/

.accordion-items {
    position: relative;
    margin: 40px 0;
}

.accordion-items .item {
    position: relative;
    border: 1px solid #c1c1c1;
    margin-bottom: 25px;
    padding: 0 25px;
}

.accordion-items .item:last-of-type {
    margin-bottom: 0;
}

.accordion-items .item .top {
    text-transform: uppercase;
    font-size: 0.875em;
    position: relative;
    padding-right: 45px;
    cursor: pointer;
    font-weight: 600;
}

.accordion-items .item .top .t {
    position: absolute;
    width: 28px;
    height: 28px;
    right: -15px;
    top: 50%;
    margin-top: -14px;
    border-radius: 50%;
}

.accordion-items .item .top .t:before,
.accordion-items .item .top .t:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 15px;
    box-shadow: inset 0 0 0 5px;
    margin: -7px 0 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;
}

.accordion-items .item.active .top .t:after {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 5px;
    margin-top: -2px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.accordion-items .item .top .t:before {
    width: 15px;
    height: 1px;
    margin: 0px 0 0 -7px;
}

.accordion-items .item .top .t:after {}

.accordion-items .item .top .cell {
    height: 55px;
    padding: 10px 0;
    line-height: 1em;
}

.accordion-items .item .wrap {
    display: none;
    font-size: 0.875em;
    line-height: 2.143em;
    font-weight: 300;
    padding: 0 0 15px 0;
}


/*------------------------------------------------------------------
[ 3.21 Product banner type 2 ]
*/

.product-banner-type2 {
    background-size: cover;
    background-position: 50%;
    padding: 25px 0 15px;
    color: #000;
}

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

.product-banner-type2 .block {
    max-width: 540px;
}

.product-banner-type2 .block.left {}

.product-banner-type2 .block.right {
    float: right;
}

.product-banner-type2 .heading {
    margin-bottom: 20px;
}

.product-banner-type2 .heading &gt; * {
    line-height: 1;
}

.product-banner-type2 .desc {
    font-family: "Source Sans Pro";
    font-weight: 300;
    font-size: 1.125em;
    margin: 20px 0 15px;
}

.product-banner-type2 .cart-area {
    overflow: hidden;
    padding: 10px 0;
}

.product-banner-type2 .add_to_cart_inline {
    float: left;
}

.product-banner-type2 .add_to_cart_inline .add_to_cart_button {
    background: #fff;
    color: #222222;
    padding: 13px 12px 13px 35px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.product-banner-type2 .add_to_cart_inline .add_to_cart_button:hover,
.product-banner-type2.black .add_to_cart_inline .add_to_cart_button {
    background: #222222;
    color: #fff;
}

.product-banner-type2.black .add_to_cart_inline .add_to_cart_button:hover,
.product-banner-type2 .add_to_cart_inline .add_to_cart_button {
    background: #fff;
    color: #222222;
}

.product-banner-type2 .add_to_cart_inline .add_to_cart_button:before {
    content: "\e901";
    font-family: 'base-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 9px;
}

.product-banner-type2 .price {
    font-family: "Source Sans Pro";
    margin: -11px 0;
    margin-left: 185px;
    font-size: 3.000em;
    font-weight: 800;
    line-height: 1em;
}

.product-banner-type2 .price del {
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 0.333em;
    vertical-align: middle;
    display: inline-block;
}

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


/*------------------------------------------------------------------
[ 3.21 Shop countdown ]
*/

.shop-countdown {
    margin: 35px 0 0;
}

.shop-countdown &gt; * {
    color: #fff;
    background: #222222;
    min-width: 80px;
    padding: 17px 10px;
}

.white .shop-countdown &gt; * {
    color: #222222;
    background: #fff;
}

.shop-countdown &gt; .countdays {
    background: #e93f6a;
    color: #fff;
}

.shop-countdown &gt; *:not(:last-of-type) {
    margin: 0 20px 20px 0;
}

.shop-countdown .position {
    font-size: 3.000em;
    width: 0.62em;
    margin: 0;
}

.shop-countdown .position .digit {}

.shop-countdown .name {
    display: block;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
}

/*------------------------------------------------------------------
[ 3.21 Product categories banner ]
*/

.product-categories-banner-area {
}

.product-categories-banner-area.banner-color-inherit {
}

.product-categories-banner-area .banner-social-buttons {
    right: -45px;
    left: auto;
    margin-top: -75px;
}

.product-categories-banner {
    overflow: hidden;
    padding-bottom: 75px;
}

.product-categories-banner .tabs {
    float: left;
    width: 280px;
    position: relative;
    font-family: "Oswald";
}

.product-categories-banner .tab-head {
    text-transform:  uppercase;
    font-size: 1.500em;
    font-weight: 500;
    overflow: hidden;
    margin-top: 30px;
}

.product-categories-banner .tab-head .item {
    float: left;
    opacity: 0.3;
    border-bottom: 1px solid;
    -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;
    margin-bottom: 20px;
}

.product-categories-banner .tab-head .item:not(:last-of-type) {
    margin-right: 25px;
}

.product-categories-banner .tab-head .item.active {
    opacity: 1;
    border-color: transparent;
}

.product-categories-banner .tab-content {}

.product-categories-banner .tab-content &gt; div {}

.product-categories-banner .tab-content .item {
    display: none;
    font-size:  2.250em;
    font-weight: 100;
    text-transform:  uppercase;
    line-height: 1em;
    -webkit-transition: font-size 0.5s ease;
    -moz-transition: font-size 0.5s ease;
    -o-transition: font-size 0.5s ease;
    -ms-transition: font-size 0.5s ease;
    transition: font-size 0.5s ease;
    white-space: nowrap;
    margin: 25px 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.product-categories-banner .tab-content .item span {
    position: relative;
}

.product-categories-banner .tab-content .item span:after {
    content: "\e910";
    font-family: 'base-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    font-size: 16px;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-categories-banner .tab-content .item.active span:after {
    opacity: 1;
    visibility: visible;
    right: -25px;
}

.product-categories-banner .tab-content .item.visible {
    display: block;
}

.product-categories-banner .tab-content .item.active {
    font-size: 5.625em;
    font-weight: normal;
}

.product-categories-banner .items {
    margin-left: 280px;
    position: relative;
}

.product-categories-banner .items .s-item {
    display: none;
    position: absolute;
    background-size: cover;
    background-position: 50%;
    top: 0;
    left: 0;
    right: 0;
}

.product-categories-banner .items .s-item.white {
    color: #fff;
}

.product-categories-banner .items .s-item.black {
    color: #000;
}

.product-categories-banner .items .s-item.active {
    display: block;
}

.product-categories-banner .items .text {
    text-align: right;
    position: absolute;
    right: 25px;
    bottom: 20px;
    font-weight: 100;
    text-transform:  uppercase;
}

.product-categories-banner .items .pre-price {
    font-size:  1.500em;
    line-height: 1em;
    margin-bottom: 20px;
    font-family: "Oswald";
}

.product-categories-banner .items .price {
    font-size: 3.750em;
    line-height: 1em;
    font-family: "Oswald";
}

.product-categories-banner .items .button-style1 {
    margin-top: 20px;
}

/*------------------------------------------------------------------
[ 3.21 Icon box ]
*/

.icon-box {
    position: relative;
    margin: 30px 0;
}

.icon-box.icon-center {
    text-align: center;
}

.icon-box .icon {
    font-size: 2.500em;
    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%);
    opacity: .5;
}

.icon-box.icon-center .icon {
    position: relative;
    top: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    text-align: center;
    margin-bottom: 5px;
}

.icon-box .icon i {
    display: block;
}

.icon-box .icon + .text {
    margin-left: 70px;
}

.icon-box.icon-center .icon + .text {
    margin: 0;
}

.icon-box .text {
    font-family: "Source Sans Pro";
}

.icon-box .text h5 {
    font-family: "Source Sans Pro";
    margin: 0;
}

.icon-box .text p {
    font-size: 0.875em;
    opacity: .5;
    margin: 0;
}

/*------------------------------------------------------------------
[ 3.21 Team items ]
*/

.team-items {}

.team-items.owl-carousel.owl-loaded {
    margin: 40px 0;
}

.team-items .owl-nav {
    position: absolute;
    right: -8px;
    top: -40px;
}

.team-items .owl-nav &gt; * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

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

.owl-carousel .team-item {
    margin-bottom: 0;
}

.team-item .wrap {}

.team-item .image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 15px;
    color: #fff;
}

.team-item .image &gt; div {
    padding-bottom: 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;
}

.team-item:hover .image &gt; div {
    background: rgba(34, 34, 34, 0.5);
}

.team-social-buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 95px;
    -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;
}

.team-item:hover .team-social-buttons {
    opacity: 1;
}

.team-social-buttons:after,.team-social-buttons:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 37px;
    box-shadow: inset 0 0 0 5px;
    left: 100%;
    margin-left: 10px;
    -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;
}

.team-social-buttons:before {
    left: auto;
    right: 100%;
    margin-left:  0;
    margin-right: 10px;
}

.team-social-buttons div {}

.team-social-buttons div a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.team-social-buttons div a i {
    display: block;
}

.team-social-buttons div a span {
    display: none;
}

.team-item .name {
    text-align: center;
    font-family: "Playfair Display";
    font-weight:  bold;
    font-size: 1.125em;
}

.team-item .post {
    text-align: center;
    font-family:  "Playfair Display";
    font-size: 0.875em;
}

/*------------------------------------------------------------------
[ 3.21 Testimonials ]
*/

.testimonials {}

.testimonials.owl-carousel.owl-loaded {
    margin: 45px 0;
}

.testimonials .item {
    text-align: center;
}

.testimonials .item .img {
    width: 100px;
    background-size: cover;
    background-position: 50%;
    margin: 0 auto 30px;
}

.testimonials .item .img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.testimonials .item h6 {}

.testimonials .item .quote {
    line-height: 1.875em;
    font-style:  italic;
    font-weight: 300;
    max-width: 645px;
    margin: 0 auto;
    position: relative;
    padding-top: 45px;
}

.testimonials .item .quote:before {
    content: "“";
    font-family: "Playfair Display";
    font-size:  4.500em;
    font-style: normal;
    line-height: 0.7em;
    font-weight: bold;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.testimonials .owl-nav {
    position: absolute;
    top: -40px;
    right: -8px;
}

.testimonials .owl-nav &gt; * {
    display: inline-block;
    margin: 0 5px;
}

.testimonials .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
}

.testimonials .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: inset 0 0 0 5px;
    border-radius: 50%;
    opacity: .1;
    margin: 0 3px;
    -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 {
    opacity: .2;
}


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

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

.pt-portfolio-template-default .site-footer {
    margin-top: 40px;
}

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

.site-footer .copyright {
    font-size: 11px;
    opacity: .5;
    filter: alpha(opacity=50);
    font-family: "Source Sans Pro";
    font-weight: normal;
    text-transform: uppercase;
    margin: 5px 0 18px;
}

.site-footer .social-buttons {
    opacity: .5;
    filter: alpha(opacity=50);
}


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

.site-footer .logo {
    font-size: 1.625em;
    text-transform: uppercase;
    font-weight: 500;
}

.site-footer .logo a {
    display: table-cell;
    height: 65px;
    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;
}

.f-decor {
    margin: 15px 0 20px;
}

.f-decor &gt; * {
    margin: 0;
}

.calendar_wrap {
    text-align: center;
}

.social-button {
    color: #969696;
    font-size: 16px;
    margin: 20px 0 30px;
    position: relative;
    z-index: 1;
}

.site-dark .social-button {
    color: #fff;
}

.textwidget .social-button {
    margin-bottom: 30px;
}

.social-button a {
    text-decoration: none;
    margin-right: 19px;
}

.social-button a span {
    display: none;
}

.social-button a:last-of-type {
    margin: 0;
}

.social-button a i {
    vertical-align: middle;
}

.social-button a:not(:last-of-type):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #a6a6a6;
    vertical-align: middle;
    margin-left: 15px;
}

.site-dark .social-button a:not(:last-of-type):after {
    background: #fff;
}</pre></body></html>