/*------------------------------------------------------------------
[Master Style]

Project:    Persona template
Version:    1.3.8

[Components]
    1. Base
        1.1. Heading
        1.2. Buttons
        1.3. Input
        1.4. Preloader
    2. Header, .header
        2.1. Navigation, .navigation
        2.2. Header Search button, .header .search
        2.3. Side pannel button, .side-panel-button
        2.4. Header search form, .header-search-formn
    3. Side panel area, .side-panel-area
        3.1. Side panel widget, .spa-widget
        3.2. Gallery widget, .gallery-widget
        3.3. Contact row, .contact-row
        3.4. Tags items, .tags-items
        3.5. Widget menu, .tags-items
    4. Body
        4.1. Banner block, .banner-block
        4.2. Category item, .category-item
        4.3. Side image block, .col-img
        4.3. Number block item, .number-block-item
        4.4. Portfolio, .portfolio-items
        4.6. Slider, .slider-wrap
        4.7. Testimonials, .testimonials-item
        4.8. Photo carousel, .testimonials-item
        4.9. Pricing, .pricing-item
        4.10. Persona block, .persona-block
        4.11. Blog item, .blog-item
        4.12. Article carousel, .article-carousel
        4.13. Subscribe form, .subscribe-form
        4.14. Main sidebar, .main-sidebar
        4.15. Blog + Portfolio, .main-sidebar
        4.16. Map, .map
        4.17. 404 page, .page-404
        4.18. Page header, .page-header
        4.19. Site content, .site-content
        4.20 Filtering buttons, .button-group
        4.21 Countdown, .countdownHolder
        4.22 Post
            4.22.1 Post navigation, .post-nav
            4.22.2 Post bottom, .post-nav
            4.22.3 Post comments, .post-nav
                4.22.3.1 Post comment items, .comments-wrap
                4.22.3.2 Post comment form, .comments-wrap
        4.23. Pagination / .pagination
        4.24. Icon box 1 / .icon-box1
        4.25. Icon box 2 / .icon-box2
        4.26. Team item / .team-item
        4.27. Video background / .video-bg
        3.28. Product item / .product item
        3.29. Product single item
        3.30. Product cart
        3.31. Woocommerce notice
        3.32. Woocommerce checkout
    5. Footer, .footer
        5.1. Footer menu, .footer .menu
        5.2. Copyright, .copyright
        5.2. Social links, .social-links
    
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[ 1. Base ]
*/
aside, nav, footer, header, section { 
    display: block;
}

body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #1b1818;
    background: #eee;
    position: relative;
    background-color: #f2f2f2;
}

body.dark-mode {
    color: #fff;
    background: #272727;
}

.white-background {
    background: #fff;
    color: #1b1818;
}

.dark-background {
    background: #272727;
    color: #fff;
}

body.open-sideblock #all,
body.open-sideblock .header {
    left: -475px;
}

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;
}
input, textarea, button, select {
    font-family: 'Raleway', sans-serif;
}
input::-webkit-input-placeholder {
    color: inherit;
}
input::-moz-placeholder {
    color: inherit;
}
input:-moz-placeholder {
    color: inherit;
}
input:-ms-input-placeholder {
    color: inherit;
}

textarea::-webkit-input-placeholder {
    color: inherit;
}
textarea::-moz-placeholder {
    color: inherit;
}
textarea:-moz-placeholder {
    color: inherit;
}
textarea:-ms-input-placeholder {
    color: inherit;
}
*:focus {
    outline: none;
}
.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;
}

figure {
    margin: 0;
}

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

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

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

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

pre {
    width: 100%;
}

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

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

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

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

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

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

.gallery .gallery-icon {}

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

.search-form input[type="search"] {
    width: 175px;
}

.page-content {
    padding-bottom: 30px;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.dark-bg {
    color: #fff;
}

[class ^= "fw-col"],
[class *= "fw-col"] {
    background-position: 50%;
    background-size: cover;
}

.dark-overlay {
    color: #fff;
    background: #2c2c2c;
}

#all {
    left: 0;
    position: relative;
    overflow: 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.5s ease;
}

.button-close {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.button-close:hover {
    transform: rotate(180deg);
}

.button-close i {}

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

.uppercase {
    text-transform: uppercase;
}

.p-text {
    font-style: italic;
    line-height: 1.500em;
}

blockquote {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.667em;
    position: relative;
    padding: 65px 0 25px;
    margin: 30px 0;
    font-style: italic;
    background: url(../images/blockquote.png) 50% 20px no-repeat;
    background-size: 26px;
    text-align: center;
}

blockquote:after,
blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background: #d5d5d5;
}

blockquote:after {
    top: inherit;
    bottom: 0;
}

blockquote .post {
    display: block;
    font-weight: bold;
    margin-top: 2em;
    line-height: 0.889em;
}

.edit-link {
    margin: 15px 0;
    display: block;
}

.edit-link a {
    text-decoration: none;
    font-style: italic;
}

.edit-link:before {
    content: "\e852";
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    margin-right: 10px;
}

main.fw-main-row {
    min-height: 600px;
}

.demo-img {
    margin-bottom: 30px;
}

.demo-img > a {
    display:block;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.15);
    -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;
}

.demo-img:hover > a {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.demo-img > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.demo-img:hover > a:after {
    background: #000;
    opacity: .1;
}

.demo-img img {
    vertical-align: bottom;
}

.demo-img p {
    display: none;
}

.demo-img h5 {
    text-transform: uppercase;
    min-height: 2em;
}

@media (min-width: 1200px) {
    #demo_container .fw-container {
        max-width: 1395px;
        width: 100%;
    }
}

/*------------------------------------------------------------------
[1.1. Heading ]
*/

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

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

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

h2,
.h2 {
    font-size: 2.65em; /* 16px/36px */
    line-height: 1em;
    font-weight: 800;
}

h3,
.h3 {
    font-size: 1.875em; /* 16px/30px */
    line-height: 1em;
    font-weight: 800;
}

h4,
.h4 {
    font-size: 1.500em; /* 16px/24px */
    line-height: 1em;
    font-weight: 800;
}

h5,
.h5 {
    font-size: 1.125em; /* 16px/18px */
    line-height: 1em;
    font-weight: 800;
}

h6,
.h6 {
    font-size: 1em; /* 16px */
    line-height: 1em;
    font-weight: 800;
}

.heading-decor {
    /* text-align: center; */
    padding: 35px 0 20px;
    text-transform: uppercase;
}

.heading-decor h1 {margin: 0;}

.heading-decor h2 {
    margin: 0;
}

.heading-decor h5 {
    margin: 0 0 5px;
}

.heading-decor:after {
    content: "";
    background: #1b1818;
    width: 30px;
    height: 4px;
    display: inline-block;
}

.dark-bg .heading-decor:after,
.dark-overlay .heading-decor:after,
.dark-mode .heading-decor:after {
    background: #fff;
}

/*------------------------------------------------------------------
[1.2. Buttons ]
*/

input[type="button"], 
input[type="submit"], 
button {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #2c2c2c;
    color: #fff;
    padding: 14px 25px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border: none;
    line-height: 16px;
}

.dark-bg input[type="button"], 
.dark-bg input[type="submit"], 
.dark-bg button {
    background: #fff;
    color: #2c2c2c
}

.button-style1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #2c2c2c;
    color: #fff;
    padding: 14px 35px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border: none;
}

.button-style1:hover {
    background: #fff;
    color: #2c2c2c;
    box-shadow: inset 0 0 0 1px #2c2c2c;
}

.button-style1 span {
    position: relative;
    z-index: 2;
}

.button-style2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
    line-height: 18px;
    padding: 10px 17px;
    border-radius: 10px;
    cursor: pointer;
}

.button-style2 span {}

.button-style2:hover {
    background: #000;
}

.button-style3 {
    background: #1b1818;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    padding: 13px 25px;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.button-style3.grey {
    background: #f2f2f2;
    color: #a6a6a6;
    border: 1px solid #d5d5d5;
}

.button-style3.big {
    font-size: 14px;
    font-weight: 600;
    padding: 11px 20px;
    min-height: 40px;
}

.button-style3:hover {
    background: #fff;
    color: #1b1818;
    box-shadow: inset 0 0 0 1px #1b1818;
}

.button-style3 i {
    margin-right: 20px;
}

.button-style3.big i {
    font-size: 1.5em;
    vertical-align: middle;
}

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

.button-style3.white {
    color: #a6a6a6;
    background: #fff;
}

.dark-bg .button-style3.white {
    color: #000;
}

body.white-background .button-style3.white {
    box-shadow: inset 0 0 0 1px #a7a7a7;
}

.button-style3.white-dark {
    color: #000;
    background: #fff;
}

.button-style3.white:hover,
.button-style3.white-dark:hover {
    background: #1b1818;
    color: #fff;
}

/*------------------------------------------------------------------
[1.3. Input ]
*/

input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="password"], 
input[type="number"], 
input[type="search"], 
input[type="time"], 
input[type="url"] {
    border: none;
    background: none;
    font-size: 1em;
    font-weight: 600;
    border-bottom: 2px solid #2c2c2c;
    font-style: italic;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 22px;
}

.dark-bg input[type="text"], 
.dark-bg input[type="tel"], 
.dark-bg input[type="email"], 
.dark-bg input[type="password"], 
.dark-bg input[type="number"], 
.dark-bg input[type="search"], 
.dark-bg input[type="time"], 
.dark-bg input[type="url"],
.dark-mode input[type="text"], 
.dark-mode input[type="tel"], 
.dark-mode input[type="email"], 
.dark-mode input[type="password"], 
.dark-mode input[type="number"], 
.dark-mode input[type="search"], 
.dark-mode input[type="time"], 
.dark-mode input[type="url"] {
    border-color: #fff;
}

input.style1,
textarea.style1,
.input-text {
    border: none;
    background: none;
    font-size: 1em;
    font-weight: 600;
    border-bottom: 2px solid #2c2c2c;
    font-style: italic;
    padding: 10px 20px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

textarea.style1,
.input-text {
    border: 2px solid;
    resize: none;
    background: rgba(255, 255, 255, 0.39);
}



/*------------------------------------------------------------------
[1.4. Preloader ]
*/

@-webkit-keyframes preloader {
    0% {
        -ms-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -o-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
    }
    25% {
        -ms-transform: rotateX(180deg) rotateY(0deg);
        -moz-transform: rotateX(180deg) rotateY(0deg);
        -webkit-transform: rotateX(180deg) rotateY(0deg);
        -o-transform: rotateX(180deg) rotateY(0deg);
        transform: rotateX(180deg) rotateY(0deg);
    }
    50% {
        -ms-transform: rotateX(180deg) rotateY(180deg);
        -moz-transform: rotateX(180deg) rotateY(180deg);
        -webkit-transform: rotateX(180deg) rotateY(180deg);
        -o-transform: rotateX(180deg) rotateY(180deg);
        transform: rotateX(180deg) rotateY(180deg);
    }
    75% {
        -ms-transform: rotateX(0deg) rotateY(180deg);
        -moz-transform: rotateX(0deg) rotateY(180deg);
        -webkit-transform: rotateX(0deg) rotateY(180deg);
        -o-transform: rotateX(0deg) rotateY(180deg);
        transform: rotateX(0deg) rotateY(180deg);
    }
    100% {
        -ms-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -o-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
    }
}

@keyframes preloader {
    0% {
        -ms-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -o-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
    }
    25% {
        -ms-transform: rotateX(180deg) rotateY(0deg);
        -moz-transform: rotateX(180deg) rotateY(0deg);
        -webkit-transform: rotateX(180deg) rotateY(0deg);
        -o-transform: rotateX(180deg) rotateY(0deg);
        transform: rotateX(180deg) rotateY(0deg);
    }
    50% {
        -ms-transform: rotateX(180deg) rotateY(180deg);
        -moz-transform: rotateX(180deg) rotateY(180deg);
        -webkit-transform: rotateX(180deg) rotateY(180deg);
        -o-transform: rotateX(180deg) rotateY(180deg);
        transform: rotateX(180deg) rotateY(180deg);
    }
    75% {
        -ms-transform: rotateX(0deg) rotateY(180deg);
        -moz-transform: rotateX(0deg) rotateY(180deg);
        -webkit-transform: rotateX(0deg) rotateY(180deg);
        -o-transform: rotateX(0deg) rotateY(180deg);
        transform: rotateX(0deg) rotateY(180deg);
    }
    100% {
        -ms-transform: rotateX(0deg) rotateY(0deg);
        -moz-transform: rotateX(0deg) rotateY(0deg);
        -webkit-transform: rotateX(0deg) rotateY(0deg);
        -o-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
    }
}

#page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}

#page-preloader .spinner {
    -webkit-perspective: 500px;
    perspective: 500px;
}

#page-preloader img {
    vertical-align: bottom;
    -webkit-animation: preloader 3.0s ease-in-out infinite;
    -moz-animation: preloader 3.0s ease-in-out infinite;
    -ms-animation: preloader 3.0s ease-in-out infinite;
    -o-animation: preloader 3.0s ease-in-out infinite;
    animation: preloader 3.0s ease-in-out infinite;
    transform-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-width: 90px;
}

#page-preloader.gif img {
    vertical-align: bottom;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
    transform-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-width: 90px;
}

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

.header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    -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.5s ease;
    height: 82px;
}

.dark-mode .header {
    background: #171515;
    color: #fff;
}

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

.widget_search .button-close {
    display: none;
}

.header.transperent-bg {
    background: rgba(255, 255, 255, 0.9);
}

.dark-mode .header.transperent-bg {
    background: rgba(0, 0, 0, 0.9);
}

body.open-sideblock .header {}

.header .logo {
    float: left;
    max-width: 169px;
    margin: 0;
    font-size: 2em;
    font-weight: 800;
}

.header .logo a {
    text-decoration: none;
    color: #1b1818;
    display: table-cell;
    vertical-align: middle;
    height: 82px;
}

.header .logo img {
    vertical-align: bottom;
    max-height: 100%;
}

.header .fr {}

.header-space {
    height: 82px;
}

.ypromo-site-bar-body .header-space {
    height: 150px;
}

.style-switcher {
    position: fixed;
    top: 30%;
    right: -131px;
    z-index: 900;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.style-switcher .button {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: -35px;
    background: #e7e8e8 url(../images/settings-gears.png) 50% no-repeat;
    background-size: 25px;
    cursor: pointer;
}

.style-switcher.active {
    right: 0;
}

.style-switcher .wrap {
    background: #e8e8e9;
    color: #1b1818;
    width: 130px;
    border: 1px solid #cfcfcf;
    border-top: 0;
    border-right: 0;
}

.style-switcher .wrap .h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 34px;
}

.sts-item {
    cursor: pointer;
    font-weight: 500;
    border-top: 1px solid #cfcfcf;
    background: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 39px;
}

.sts-item-dark {
    background: #2c2c2c;
    color: #fff;
}

.sts-item:before {
    content: "";
    float: left;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    background: #b13103;
    border-radius: 50%;
    margin-left: 30px;
    margin-top: 17px;
    opacity: 0;
}

.sts-item.active:before {opacity: 1;}

.sts-item-light:before {
}

.sts-item-dark:before {
    background: #ffffff;
}

/*------------------------------------------------------------------
[ 2.1. Navigation, .navigation ]
*/

.navigation {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.813em;
    float: left;
}

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

.navigation ul li {
    display: block;
}

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

.navigation > ul {}

.navigation > ul > li {
    float: left;
    position: relative;
}

.navigation > ul > li:not(:last-of-type) {
}

.navigation > ul > li > a {
    padding: 32px 12.5px;
    line-height: 18px;
}

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

.dark-mode .navigation ul li.current-menu-item > a,
.dark-mode .navigation ul li.current-menu-parent > a,
.dark-mode .navigation ul li.current-menu-ancestor > a,
.dark-mode .navigation ul li.current_page_item > a,
.dark-mode .navigation ul li.current_page_parent > a,
.dark-mode .navigation ul li:hover > a {
    color: #ff4747;
}

.navigation .child-img.go + .sub-menu {
    padding-left: 200px; 
    left: -185px; 
    min-height: 270px;
}

.dark-mode .navigation .child-img.go + .sub-menu {
    color: #1b1818;
}

.navigation > ul > li .sub-menu,
.navigation > ul > li .children {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    background-size: cover;
    background-position: 50% 0;
    padding: 15px 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;
    z-index: 1;
}

.dark-mode .navigation > ul > li .sub-menu,
.dark-mode .navigation > ul > li .children {
    background-color: #1b1818;
}

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

.navigation > ul > li .sub-menu li,
.navigation > ul > li .children li {
    padding: 8px 0;
    position: relative;
}

.navigation > ul > li .sub-menu li:not(:last-of-type),
.navigation > ul > li .children li:not(:last-of-type) {
    /* border-bottom: 1px solid #e2e2e2; */
}

.navigation > ul > li .sub-menu li a,
.navigation > ul > li .children li a {
    font-size: 0.923em;
    white-space: nowrap;
}

.navigation > ul > li .sub-menu li.menu-item-has-children a,
.navigation > ul > li .children li.page_item_has_children a {
    padding-right: 20px;
}

.navigation > ul > li .sub-menu li.menu-item-has-children > a:after,
.navigation > ul > li .children li.page_item_has_children > a:after,
.spa-widget ul.menu li.menu-item-has-children > a:after,
.spa-widget ul.menu li.page_item_has_children > a:after {
    content: "\e80a";
    font-family: "icons";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.7em;
}

.navigation > ul > li .sub-menu li.current-menu-item a,
.navigation > ul > li .sub-menu li.current-menu-parent a,
.navigation > ul > li .children li.current-menu-parent a {}

.navigation > ul > li .sub-menu .sub-menu,
.navigation > ul > li .children .children {
    top: -15px;
    left: 100%;
    margin-left: 15px;
    background: #ececec;
}

.dark-mode .navigation > ul > li .sub-menu .sub-menu,
.dark-mode .navigation > ul > li .children .children {
    background-color: #272323;
    color: #fff;
}

.navigation > ul > li .sub-menu .sub-menu .sub-menu,
.navigation > ul > li .children .children .children {
    background: #f2f2f2;
}

.dark-mode .navigation > ul > li .sub-menu .sub-menu .sub-menu,
.dark-mode .navigation > ul > li .children .children .children {
    background-color: #2d2828;
    color: #fff;
}

/*------------------------------------------------------------------
[ 2.2. Header Search button, .header .search ]
*/

.header .search {
    float: left;
    margin: 31px 0 0 40px;
    cursor: pointer;
    font-size: 1em;
    height: 100%;
}

.header .search i {}

/*------------------------------------------------------------------
[ 2.3. Side pannel button, .side-panel-button ]
*/

.side-panel-button {
    float: left;
    width: 14px;
    height: 12px;
    position: relative;
    margin: 33px 0 0 25px;
    cursor: pointer;
}

.side-panel-button div {
    height: 2px;
    background: #1f1f1f;
    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;
}

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

.side-panel-button:after,
.side-panel-button:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: #000;
    height: 2px;
    transform-origin: 0px 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;
}

.dark-mode .side-panel-button:after,
.dark-mode .side-panel-button:before,
.dark-mode .side-panel-button div {
    background: #fff;
}

.side-panel-button.active:after,
.side-panel-button.active:before {
    transform: rotate(45deg);
}

.side-panel-button:after {
    top: inherit;
    bottom: 0;
}

.side-panel-button.active:after {
    transform: rotate(-45deg);
}

/*------------------------------------------------------------------
[ 2.4. Header search form, .header-search-formn ]
*/

.header .header-search-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    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;
}

.dark-mode .header .header-search-form {
    background: #171515;
}

.header .header-search-form.active {
    opacity: 1;
    visibility: visible;
}

.header .header-search-form .submit {
    border: none;
    border-right: 1px solid #b3b3b3;
    background: #fff;
    font-size: 1.5em;
    padding: 0 31px;
    vertical-align: top;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    position: relative;
    color: #000;
}

.dark-mode .header .header-search-form .submit {
    background: #171515;
    color: #fff;
}

.header .header-search-form .input {
    padding: 31px 30px;
    height: 100%;
    border: none;
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 85px;
    right: 16px;
}

.header .header-search-form .button-close {
    display: block;
    position: absolute;
    top: 50%;
    right: 56px;
    transform: translateY(-50%);
}

.header-search-form .button-close {
    display: none;
}

.header .header-search-form .button-close i {}

/*------------------------------------------------------------------
[ 3. Side panel area, .side-panel-area ]
*/

.side-panel-area {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -475px;
    overflow: hidden;
    width: 475px;
    z-index: 200;
    background: #1b1818;
    -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.5s ease;
}

.side-panel-area select {
    color: #000;
}

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

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

.side-panel-area h5 {
    text-transform: uppercase;
}

.side-panel-area .wrap {
    overflow: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 55px;
    bottom: 0;
    padding: 20px 85px 0 45px;
    left: 0;
    right: -40px;
    /* max-width: 385px; */
}

.side-panel-area .button-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.side-panel-area .copyrighting {
    font-size: 0.750em;
    font-weight: 300;
    margin: 30px 0;
    line-height: 1.333em;
}

/*------------------------------------------------------------------
[ 3.1. Side panel widget, .spa-widget ]
*/

.spa-widget {
    margin-bottom: 30px;
}

.spa-widget h5 {
    text-transform: uppercase;
}

.spa-widget p {
    font-size: 0.875em;
    line-height: 1.714em;
    font-weight: 500;
}

/*------------------------------------------------------------------
[ 3.2. Gallery widget, .gallery-widget ]
*/

.gallery-widget {
    margin: 0 0 -15px -15px;
}

.gallery-widget .fw-row {}

.gallery-widget [class^="fw-col"] {
    padding: 0 0 15px 15px;
}

.gallery-widget a {
    display: block;
}

.gallery-widget a:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.gallery-widget img {
    vertical-align: bottom;
    max-width: none;
}

/*------------------------------------------------------------------
[ 3.3. Contact row, .contact-row ]
*/

.contact-row {
    font-size: 0.875em;
    line-height: 1.714em;
    font-weight: 500;
    font-style: italic;
}

.contact-row .label {
    float: left;
    font-weight: bold;
}

.contact-row .value {
    margin-left: 65px;
}

/*------------------------------------------------------------------
[ 3.4. Tags items, .tags-items ]
*/

.tags-items {
    margin-bottom: -20px;
    margin-right: -20px;
}

.tags-items.min,
.tagcloud {
    margin-bottom: -15px;
    margin-right: -20px;
}

.tags-items a,
.tagcloud a {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875em;
    text-transform: uppercase;
    font-weight: 800;
    text-decoration: none;
    border: 1px solid #1b1818;
    padding: 9px 23px;
    border-radius: 8px;
    margin: 0 20px 20px 0;
}

.tags-items a:hover,
.tagcloud a:hover {
    background: #1b1818;
    color: #fff;
}

.dark-bg .tags-items a,
.dark-overlay .tags-items a,
.dark-bg .tagcloud a {
    border: 1px solid #fff;
}

.dark-bg .tags-items a:hover,
.dark-overlay .tags-items a:hover,
.dark-bg .tagcloud a:hover {
    background: #fff;
    color: #1b1818;
}

.tags-items.min a,
.tagcloud a {
    font-size: 0.725em;
    padding: 7px 15px;
    border-radius: 5px;
    margin: 0 20px 15px 0;
}

.tagcloud a {
    font-size: 0.725em !important;
}

/*------------------------------------------------------------------
[ 3.5. Widget menu, .tags-items ]
*/

.spa-widget ul.menu,
.widget_categories ul,
.widget_recent_entries ul,
.widget_archive ul,
.widget_meta ul,
#recentcomments,
.widget_pages ul,
.widget_rss ul {
    padding: 0;
    margin: 20px 0;
}

.mob-navigation {
    display: none;
}

.spa-widget ul.menu li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_archive ul li,
.widget_meta ul li,
#recentcomments li,
.widget_pages ul li,
.widget_rss ul li {
    display: block;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.widget_rss ul li {
    margin: 15px 0;
    padding-bottom: 15px;
}

.widget_categories ul li ul,
.widget_recent_entries ul li ul,
.widget_archive ul li ul,
.widget_meta ul li ul,
.widget_pages ul li ul {
    padding-left: 30px;
    margin: 0 0 -1px;
    border-top: 1px solid #f2f2f2;
}

.spa-widget ul.menu li.current-menu-item > a {}

.spa-widget ul.menu li .sub-menu,
.spa-widget ul.menu li .children  {
    padding-left: 15px;
    border-top: 1px solid #f2f2f2;
    margin-bottom: -1px;
    display: none;
    background: none !important;
}

.dark-bg .spa-widget ul.menu li {
    border-bottom: 1px solid #fff;
}

.spa-widget ul.menu li a,
.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
#recentcomments li,
.widget_pages ul li a {
    text-decoration: none;
    display: block;
    padding: 15px 0;
    position: relative;
}

.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a {
    display: inline-block;
}

.spa-widget ul.menu li.current-menu-item > a,
.spa-widget ul.menu li.current-menu-parent > a,
.spa-widget ul.menu li.current_page_item > a,
.spa-widget ul.menu li.current_page_ancestor > a, 
.spa-widget ul.menu li:hover > a,
.widget_categories ul li:hover > a,
.widget_recent_entries ul li:hover > a,
.widget_archive ul li:hover > a,
.widget_meta ul li:hover > a {
    color: #b70000;
}

.spa-widget ul.menu li.current-menu-item,
.spa-widget ul.menu li.current-menu-parent,
.spa-widget ul.menu li.current_page_item,
.spa-widget ul.menu li.current_page_ancestor, 
.spa-widget ul.menu li:hover,
.widget_categories ul li:hover,
.widget_recent_entries ul li:hover,
.widget_archive ul li:hover,
.widget_meta ul li:hover {
    border-color: #b70000;
}

.dark-bg .spa-widget ul.menu li.current-menu-item > a,
.dark-bg .spa-widget ul.menu li.current-menu-parent > a,
.spa-widget ul.menu li.current_page_ancestor > a, 
.spa-widget ul.menu li.current_page_item > a,
.dark-bg .spa-widget ul.menu li:hover > a,
.dark-bg .widget_categories ul li:hover > a,
.dark-bg .widget_recent_entries ul li:hover > a,
.dark-bg .widget_archive ul li:hover > a,
.dark-bg .widget_meta ul li:hover > a {
    color: #ea8d8d;
}

.dark-bg .spa-widget ul.menu li.current-menu-item,
.dark-bg .spa-widget ul.menu li.current-menu-parent,
.spa-widget ul.menu li.current_page_ancestor,
.spa-widget ul.menu li.current_page_item,
.dark-bg .spa-widget ul.menu li:hover,
.dark-bg .widget_categories ul li:hover,
.dark-bg .widget_recent_entries ul li:hover,
.dark-bg .widget_archive ul li:hover,
.dark-bg .widget_meta ul li:hover {
    border-color: #ea8d8d;
}

.spa-widget ul.menu li a:after {
    font-size: 0.6em;
    right: 2px;
}

/*------------------------------------------------------------------
[ 4. Body ]
*/

/*------------------------------------------------------------------
[ 4.1. Banner block, .banner-block ]
*/

.banner-block {
    color: #1b1818;
}

.banner-block.slider .owl-prev,
.banner-block.slider .owl-next {
    position: absolute;
    top: 50%;
    font-size: 2em;
    /* color: #fff; */
}

.banner-block.slider .owl-prev {
    left: 30px;
}

.banner-block.slider .owl-next {
    right: 30px;
}

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

.banner-block .item.prod .h2 {
    margin-bottom: 0;
}

.banner-block .item.prod .h2 span {
    position: relative;
}

.banner-block .item.prod .h2 span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    height: 2px;
    background: #000;
}

.banner-block .item.prod.dark-bg .h2 span:after {
    background: #fff;
}

.banner-block.full-screen-block .item {
    height: 100vh;
}

.banner-block .item .h1 {
    margin: 0 0;
}

.banner-block.slider .item [class ^= "h"] {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.banner-block.slider .active .item [class ^= "h"] {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.banner-block.slider .item p {
    margin: 10px 0 20px;
    line-height: 1.8em;
    max-width: 570px;
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
    transition-delay: .7s;
}

.banner-block .active .item p {
    opacity: 1;
}

.banner-block .item.prod p {
    font-size: 1.125em;
}

.banner-block .item.tar p {
    float: right;
}

.banner-block .item.tac p {
    margin: 10px auto 25px;
}

.banner-block .item p.big {
    font-size: 1.500em;
    line-height: 1.500em;
    font-weight: 300;
    font-style: italic;
    margin: 1em 0 1.2em;
}

.banner-block.slider .item .button-style1 {
    -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;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.banner-block.slider .active .item .button-style1 {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

/*------------------------------------------------------------------
[ 4.2. Category item, .category-item ]
*/

.category-item {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    background-position: 50%;
    background-size: cover;
}

.category-item:after {
    content: "";
    display: block;
    padding-bottom: 85%;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0.5) 52%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0.5) 52%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0.5) 52%, rgba(0,0,0,0) 100%);
    opacity: 0.502;
    position: relative;
    z-index: 1;
    -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-item.rectangle:after {
    padding-bottom: 55%;
}

.category-item:hover:after {
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0.8) 80%, rgba(0,0,0,0) 100%);
}

.category-item img {
    display: none;
}

.category-item .button-style2 {
    position: absolute;
    z-index: 2;
}

.category-item-desc {
    text-align: center;
    font-size: 0.875em;
    line-height: 1.714em;
    font-weight: 300;
    margin-bottom: 30px;
}

/*------------------------------------------------------------------
[ 4.3. Side image block, .col-img ]
*/

.col-img {}

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

.col-img div img {
    display: none;
}

/*------------------------------------------------------------------
[ 4.3. Number block item, .number-block-item ]
*/

.number-block-item {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 25px;
    padding-bottom: 15px;
    overflow: hidden;
}

.number-block-item .num {
    float: left;
    font-weight: bold;
    font-size: 3.750em;
    color: #d5d5d5;
}

.number-block-item .text {
    margin-left: 100px;
}

.number-block-item .h5 {
    font-weight: bold;
    margin: 0 0 0;
}

.number-block-item p {
    font-size: 0.875em;
    font-style: italic;
    line-height: 1.286em;
    margin: 0;
    padding: 10px 0 0;
}

/*------------------------------------------------------------------
[ 4.4. Portfolio, .portfolio-items ]
*/

.portfolio-items {}

.portfolio-horizontal {
    width: auto;
    /* margin: 0; */
}

.portfolio-flow {
    padding: 25px 0;
}

.portfolio-item {
    padding: 0;
    position: relative;
}

.portfolio-item.img {
    margin-bottom: 30px;
    overflow: hidden;
}

.portfolio-horizontal .portfolio-item.img {
    margin: 25px 0;
}

.animation2 .portfolio-item.img {
    -webkit-perspective: 5000px;
    -moz-perspective: 5000px;
    -ms-perspective: 5000px;
    -o-perspective: 5000px;
    perspective: 5000px;
    overflow: visible;
}

.portfolio-item.img .img {
    overflow: hidden;
}

.portfolio-items .portfolio-item.img {
    padding: 0 15px;
}

.justified-gallery .portfolio-item.img {
    padding: 0;
}

.portfolio-flow .portfolio-item.img {
    margin-bottom: 0;
}

.portfolio-item:not(.img):after {
    content: "";
    display: block;
    margin-bottom: 100%;
}

@media screen and (min-width: 992px){
    .portfolio-item.row1:after {
        margin-bottom: 50%;
    }
    .portfolio-item.row2:after {
        margin-bottom: 200%;
    }
}

.portfolio-item img {
    vertical-align: bottom;
}

.portfolio-item:not(.img) > div {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
}

.animation2 .portfolio-item > div {
    -webkit-perspective-origin: 50%;
    -moz-perspective-origin: 50%;
    -ms-perspective-origin: 50%;
    -o-perspective-origin: 50%;
    perspective-origin: 50%;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    -o-perspective: 2000px;
    perspective: 2000px;
    overflow: visible;
}

.portfolio-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.3); */
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: 50%;
}

.animation1 .portfolio-item:not(.img) a,
.animation1 .portfolio-item.img .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -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;
}

.animation1 .portfolio-item:hover a,
.animation1 .portfolio-item.img:hover .img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.animation2 .portfolio-item a,
.animation2 .portfolio-item.img .img {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-perspective-origin: 50%;
    -moz-perspective-origin: 50%;
    -ms-perspective-origin: 50%;
    -o-perspective-origin: 50%;
    perspective-origin: 50%;
    -webkit-perspective: 5000px;
    -moz-perspective: 5000px;
    -ms-perspective: 5000px;
    -o-perspective: 5000px;
    perspective: 5000px;
}

.animation2 .portfolio-item:hover a,
.animation2 .portfolio-item.img:hover .img {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.animation3 .portfolio-item a,
.animation3 .portfolio-item .img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.animation3 .portfolio-item:hover a,
.animation3 .portfolio-item:hover .img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.animation4 .portfolio-item a,
.animation4 .portfolio-item.img .img {
    -webkit-filter: sepia(0%);
    -moz-filter: sepia(0%);
    -ms-filter: sepia(0%);
    -o-filter: sepia(0%);
    filter: sepia(0%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: transparent;
}

.animation4 .portfolio-item:hover a,
.animation4 .portfolio-item.img:hover .img {
    -webkit-filter: sepia(60%);
    -moz-filter: sepia(60%);
    -ms-filter: sepia(60%);
    -o-filter: sepia(60%);
    filter: sepia(60%);
}

.portfolio-item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    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;
    z-index: 0;
}

.animation3 .portfolio-item a:after {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    background: transparent;
}

.animation3 .portfolio-item:hover a:after {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.animation4 .portfolio-item a:after {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    background: transparent;
}

.animation4 .portfolio-item:hover a:after {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.portfolio-items .portfolio-item.img a {
    left: 15px;
    right: 15px;
}

.portfolio-flow .portfolio-item.img a,
.justified-gallery .portfolio-item.img a {
    left: 0;
    right: 0;
}

.portfolio-item a > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 0 15px;
    max-width: 480px;
    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;
    z-index: 1;
    pointer-events: none;
}

.portfolio-item:hover a > div,
.portfolio-item:hover a:after {
    opacity: 1;
    visibility: visible;
}

.animation1 .portfolio-item a > div {
    top: auto;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
    padding: 15px;
    opacity: 1;
    visibility: visible;
}

.animation1 .portfolio-item:hover a > div {}

.animation3 .portfolio-item a > div {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    background: rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    max-width: none;
}

.animation3 .portfolio-item:hover a > div {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.animation4 .portfolio-item a > div {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    background: rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
    top: auto;
    bottom: 0;
    left: 0;
    text-align: left;
}

.animation4 .portfolio-item:hover a > div {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.animation2 .portfolio-item a:after {
}

.animation2 .portfolio-item:hover a:after {}

.animation2 .portfolio-item a > div {
    -webkit-transform: translate(-50%,-50%) rotateY(0);
    -moz-transform: translate(-50%,-50%) rotateY(0);
    -ms-transform: translate(-50%,-50%) rotateY(0);
    -o-transform: translate(-50%,-50%) rotateY(0);
    transform: translate(-50%,-50%) rotateY(0);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.animation2 .portfolio-item:hover a > div {
    -webkit-transform: translate(-50%,-50%) rotateY(180deg);
    -moz-transform: translate(-50%,-50%) rotateY(180deg);
    -ms-transform: translate(-50%,-50%) rotateY(180deg);
    -o-transform: translate(-50%,-50%) rotateY(180deg);
    transform: translate(-50%,-50%) rotateY(180deg);
}

.portfolio-item .h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}

.animation1 .portfolio-item .h5 {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
}

.animation1 .portfolio-item span {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.animation1 .portfolio-item:hover .h5 {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.animation1 .portfolio-item:hover span {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.portfolio-item a span {
    font-style: italic;
    display: block;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
}

.portfolio-slider {
    margin-bottom: 35px;
    /* height: 600px; */
}

.portfolio-slider .owl-stage-outer {
    /* height: 600px; */
}

.portfolio-slider img {
    max-height: 600px;
    max-width: 980px;
    height: auto;
    width: auto !important;
}

.portfolio-slider .owl-next,
.portfolio-slider .owl-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    font-size: 2em;
}

.portfolio-slider .owl-prev {
    left: -40px;
}

.portfolio-slider .owl-next {
    right: -40px;
}

.load-items {
    display: none;
}

/*------------------------------------------------------------------
[ 4.6. Slider, .slider-wrap ]
*/

.slider-wrap {}

.slider-wrap .item {}

.slider-wrap .owl-prev,
.slider-wrap .owl-next,
.article-carousel .owl-prev,
.article-carousel .owl-next {
    position: absolute;
    top: 50%;
    color: #797979;
    font-size: 1.5em;
    transform: translateY(-50%);
}

.slider-wrap .owl-prev {
    left: -95px;
}

.slider-wrap .owl-next {
    right: -95px;
}

.fw-container-fluid .slider-wrap .owl-prev {
    left: -30px;
}

.fw-container-fluid .slider-wrap .owl-next {
    right: -30px;
}

/*------------------------------------------------------------------
[ 4.7. Testimonials, .testimonials-item ]
*/

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

.slider-wrap .testimonials-item {
    max-width: 960px;
    margin: 0 auto;
}

.testimonials-item .avatar {
    width: 102px;
    margin: 0 auto;
}

.testimonials-item .avatar img {
    max-width: 102px;
    border-radius: 50%;
}

.testimonials-item blockquote {
    margin: 20px 0;
}

/*------------------------------------------------------------------
[ 4.8. Photo carousel, .testimonials-item ]
*/

.photo-carousel {
    margin-bottom: 30px;
}

.photo-carousel .item {
    overflow: hidden;
    background-position: 50%;
    background-size: cover;
}

.photo-carousel .item:after {
    content: "";
    display: block;
    margin-bottom: 85%;
}

.photo-carousel .item img {
    display: none;
}

.photo-carousel .item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

/*------------------------------------------------------------------
[ 4.9. Pricing, .pricing-item ]
*/

.pricing-item {
    background: #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.dark-mode .pricing-item {
    background: #585858;
}

.pricing-item .top {
    background-color: #2c2c2c;
    background-size: cover;
    background-position: 50%;
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}

.pricing-item .top:before {
    content: "";
    position: absolute;
    right: 50%;
    width: 600px;
    height: 10px;
    background: #fff;
    transform: skewX(45deg);
    bottom: 0;
    margin-right: 5px;
}

.pricing-item .top:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 600px;
    height: 10px;
    background: #fff;
    transform: skewX(-45deg);
    bottom: 0;
    margin-left: 5px;
}

.dark-mode .pricing-item .top:before,
.dark-mode .pricing-item .top:after {
    background: #585858;
}

.pricing-item .top h5 {
    margin: 20px 0 0;
}

.pricing-item .top h5 span {
    display: inline-block;
    vertical-align: middle;
}

.pricing-item .top h5:before,
.pricing-item .top h5:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 4px;
    background: #fff;
    margin: 0 10px;
}

.pricing-item .top .price {
    font-size: 3.750em;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
}

.pricing-item .top .price span {
    font-size: 0.600em;
    font-family: Raleway;
}

.pricing-item .top h6 {
}

.pricing-item .wrap {
    text-align: center;
    padding: 10px 0 25px;
}

.pricing-item .wrap .row {
    padding: 15px 0;
}

.pricing-item .wrap .row:after {
    content: '';
    display: block;
    width: 95px;
    height: 1px;
    background: #d5d5d5;
    margin: 0 auto;
    position: relative;
    bottom: -15px;
}

.pricing-item .bottom {
    text-align: center;
}

.pricing-item .bottom .button-style3 {}

/*------------------------------------------------------------------
[ 4.10. Persona block, .persona-block ]
*/

.persona-block {
    margin: 30px 0;
    position: relative;
}

.persona-block .image-l,
.persona-block .image-r {
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: cover;
    z-index: 1;
    width: 35%;
}

.persona-block .image-l {
    left: 0;
    width: 35%;
}

.persona-block .image-r {
    right: 0;
}

.persona-block .wrap {
    background: #fff;
    max-width: 630px;
    margin: 0 auto;
    padding: 35px 20px 50px;
    position: relative;
    z-index: 2;
}

.dark-mode .persona-block .wrap {background: #2c2c2c;}

.persona-block .wrap .p-text {
    max-width: 480px;
    margin: 0 auto 45px;
}

.persona-block .wrap .social-links {
    margin-bottom: 50px;
}

/*------------------------------------------------------------------
[ 4.11. Blog item, .blog-item ]
*/

.blog-item {
    background: #fff;
    margin-bottom: 30px;
    color: #1b1818;
}

.blog-item.horisontal {
    padding: 20px 15px;
    overflow: hidden;
    position: relative;
}

.gray-mode .blog-item {
    background: #fbfbfb;
}

.blog-item.style2 {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 30px;
    /* background: none; */
}

.blog-item .image {
    position: relative;
    overflow: hidden;
}

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

.blog-item .video {}

.blog-item.horisontal .video {
    top: 30px;
    bottom: 20px;
    position: absolute;
    padding: 0 30px 0 15px;
}

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

.blog-item.style2 .video:after {
    padding-bottom: 38%;
}

.blog-item .video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blog-item.horisontal .video .video-area {
    position: absolute;
    left: 15px;
    right: 30px;
    height: 100%;
    z-index: 1;
}

.blog-item.horisontal .video .video-area iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.blog-item.horisontal .image {
    top: 30px;
    bottom: 20px;
    position: absolute;
    padding: 0 30px 0 15px;
    max-height: 600px;
}

.blog-item .image a {
    display: block;
}

.blog-item .image a.imagefill:after {
    content: "";
    display: block;
    padding-bottom: 60%;
}

.blog-item.style2 .image a:after {
    padding-bottom: 38%;
}

.blog-item.horisontal .image a {
    height: 100%;
    background-size: cover;
    background-position: 50%;
}

.blog-item .image img {
    vertical-align: bottom;
}

.blog-item .image .imagefill img {
    max-width: none;
    min-width: 100%;
    position: absolute;
}

.blog-item.horisontal .image img {
    display: none;
}

.blog-item .category,
.page-header .category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.750em;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 5px 14px;
    z-index: 2;
}

.blog-item.horisontal .category {
    left: 30px;
}

.blog-item .wrap {
    padding: 25px 30px 0;
}

.blog-item .wrap .content {
    margin-bottom: 15px;
}

.masonry .blog-item .wrap {
    height: auto !important;
}

.blog-item.horisontal .wrap {
    padding: 0 15px 0 15px;
}

.blog-item.style2 .wrap {
    padding: 25px 10px 0;
}

.post-details {
    font-size: 0.750em;
    font-weight: 600;
    text-transform: uppercase;
    color: #a6a6a6;
}

.blog-item.style2 .post-details {
    margin-bottom: 15px;
}

.full-screen-block .post-details {
    margin: 10px 0 20px;
}

.full-screen-block .post-details + p {
    line-height: 1.5em;
}

.post-details.white {
    color: #fff;
}

.post-details .item {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    height: auto !important;
}

.post-details .item > * {
    display: inline-block;
    vertical-align: middle;
}

.post-details .item i {
    margin-right: 5px;
    font-size: 1.2em;
}

.post-details .item a {
    text-decoration: none;
}

.post-details .item span {}

.blog-item h4 {
    margin: 10px 0;
}

.blog-item h4 a {
    text-decoration: none;
}

.author-link {
    color: #a6a6a6;
    font-size: 0.750em;
    font-style: italic;
}

.bottom .author-link {
    font-size: 1em;
    margin-top: 5px;
}

.post-details .author-link {
    float: right;
    font-size: 1em;
    margin: 1px 0;
    text-transform: none;
}

.author-link a {
    text-decoration: none;
    color: #b70000;
    margin-left: 0 !important;
}

.blog-item p {
    font-size: 0.875em;
    line-height: 1.714em;
    font-weight: 300;
}

.blog-item .bottom {
    overflow: hidden;
    padding: 10px 30px;
    border-top: 1px solid #e4e4e4;
    font-size: 0.750em;
    color: #a6a6a6;
    margin-top: 15px;
}

.blog-item.horisontal .bottom {
    padding: 10px 0 0;
}

.blog-item .bottom a {
    text-decoration: none;
}

.blog-item .bottom a:not(:first-of-type) {
    margin-left: 10px;
}

.blog-item .bottom a > * {
    display: inline-block;
    vertical-align: middle;
}

.blog-item .bottom a i {
    font-size: 1.4em;
    margin-right: 5px;
}

.zilla-likes {}

.zilla-likes.active {
}

.zilla-likes.active i {
    color: #ff4632;
}

.metro-blog {
    margin: 0;
    height: 800px;
}

.blog-item-metro {
    position: relative;
    width: 50%;
    float: left;
}

.blog-item-metro1 {}

.blog-item-metro2 {}

.blog-item-metro3 {}

.blog-item-metro4 {
}

.blog-item-metro5 {
}

.blog-item-metro6 {
}

.blog-item-metro7 {
    width: 50%;
}

.blog-item-metro8 {}

.blog-item-metro9 {
    width: 50%;
}

.blog-item-metro .wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 40px 50px;
    background: #000;
    background: rgba(0, 0, 0, 0.2);
    background: -moz-linear-gradient( to top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0.25) 52%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient( to top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0.25) 52%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient( to top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0.25) 52%, rgba(0,0,0,0) 100%);
    background: linear-gradient( to top, rgba(0,0,0,.5) 0%, rgba(0,0,0,0.25) 52%, rgba(0,0,0,0) 100%);
}

.blog-item-metro .post-details {
    color: #fff;
}

.blog-item-metro .image {
    padding-bottom: 65%;
    background-size: cover;
    background-position: 50%;
}

.blog-item-metro1 .image {
    padding-bottom: 32.5%;
}

.blog-item-metro2 .image {}

.blog-item-metro3 .image {
    padding-bottom: 32.5%;
}

.blog-item-metro4 .image {
}

.blog-item-metro5 .image {
    padding-bottom: 32.5%;
}

.blog-item-metro6 .image {
    padding-bottom: 32.5%;
}

.blog-item-metro7 .image {
    padding-bottom: 32.5%;
}

.blog-item-metro8 .image {}

.blog-item-metro9 .image {
    padding-bottom: 32.5%;
}

/*------------------------------------------------------------------
[ 4.12. Article carousel, .article-carousel ]
*/

.article-carousel {
    width: auto;
    margin: 0;
    color: #fff;
}

.article-carousel [class ^= "fw-col"], 
.article-carousel [class *= "fw-col"] {
    padding: 0;
}

.ac-item {
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    color: #fff;
}

.ac-item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
    background-image: -moz-linear-gradient( 90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.1) 50%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.1) 50%);
    background-image: -ms-linear-gradient( 90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.1) 50%);
}


.ac-item a {
    text-decoration: none;
}

.ac-item .text {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
    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;
}

.ac-item:hover .text {
    opacity: 1;
    visibility: visible;
}

.ac-item .text p {
    font-size: 1.125em;
    font-style: italic;
    line-height: 1.3em;
}

.article-carousel .owl-prev {
    left: 25px;
    color: #fff;
}

.article-carousel .owl-next {
    right: 25px;
    color: #fff;
}

/*------------------------------------------------------------------
[ 4.13. Subscribe form, .subscribe-form ]
*/

.subscribe-form {}

.subscribe-form > * {
    display: inline-block;
    vertical-align: middle;
}

.subscribe-form .input {
    margin-right: 30px;
    background: none;
    font-size: 1.125em;
    font-style: italic;
    font-weight: 500;
    border: none;
    border-bottom: 2px solid #2c2c2c;
    width: 370px;
    padding: 8px 0;
    height: 40px;
}

.dark-bg .subscribe-form .input,
.dark-overlay .subscribe-form .input {
    color: #fff;
    border-bottom-color: #fff;
}

.subscribe-form .button-style3 {}

/*------------------------------------------------------------------
[ 4.14. Main sidebar, .main-sidebar ]
*/

.main-sidebar,
.shortcode-widget-area {
    background: #fff;
    padding: 10px 30px;
    color: #1b1818;
}

.main-sidebar h5,
.shortcode-widget-area h5 {
    text-transform: uppercase;
}

/*------------------------------------------------------------------
[ 4.15. Blog + Portfolio, .main-sidebar ]
*/

.blog-side {}

.portfolio-side {
    overflow: hidden;
}

.portfolio-side .wrap {
    position: relative;
    overflow: hidden;
}

/*------------------------------------------------------------------
[ 4.16. Map, .map ]
*/

.map {
    height: 370px;
}

/*------------------------------------------------------------------
[ 4.17. 404 page, .page-404 ]
*/

.page-404 {}

.page-404 .text-404 {
    font-size: 10.000em;
    font-weight: 100;
}

.page-404 .text-404-error {
    text-transform: uppercase;
    font-size: 1.500em;
    font-weight: 300;
    margin-bottom: 20px;
}

.page-404 .h1 {}

.page-404 p {
    font-size: 1.125em;
}

.page-404 .button-style1 {}

/*------------------------------------------------------------------
[ 4.18. Page header, .page-header ]
*/

.page-header {
    background: #f2f2f2;
    margin-bottom: 30px;
}

.dark-mode .page-header {
    background: #272525;
    color: #fff;
}

.page-header h1 {
    margin: 15px 0;
    line-height: 1em;
    font-size: 3em;
}

.page-header .fw-col-xs-12 h1 {
    /* margin: 15px 0 0; */
}

.product-detail .page-header .fw-col-xs-12 h1 {
    margin: 0;
}

.product-detail .page-header .fw-col-xs-12 h1 .cell {
    height: 120px;
}

.page-header .post-details {
    color: #2c2c2c;
    font-weight: 800;
    margin-bottom: 25px;
}

.dark-mode .page-header .post-details {
    color: #fff;
}

.page-header .category {
    position: static;
    display: inline-block;
    margin-top: 30px;
}

.page-header .post-nav {
    color: #797979;
}

.dark-mode .page-header .post-nav {
    color: #ffffff;
}

/*------------------------------------------------------------------
[ 4.19. Site content, .site-content ]
*/

.site-content {}

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

.site-content a {
    color: #b70000;
    text-decoration: none;
}

.site-content ul,
.blog-item .wrap .content ul {
    padding-left: 0;
    margin: 30px 0;
}

.site-content ul li,
.blog-item .wrap .content ul li {
    display: block;
    margin: 15px 0;
}

.site-content ul li:before,
.blog-item .wrap .content ul li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #d5d5d5;
    border-radius: 50%;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 10px;
}

/*------------------------------------------------------------------
[ 4.20 Filtering buttons, .button-group ]
*/

.button-group {
    margin-bottom: 20px;
}

.fw-col-xs-12 > .button-group {
    margin: 0 0 20px;
}

.button-group button {
    margin: 0 15px 15px 0;
    font-size: 0.875em;
    text-transform: uppercase;
    background: #f9f9f9;
    border: 1px solid #d5d5d5;
    padding: 15px 20px;
    line-height: 0.9em;
    border-radius: 7px;
    font-weight: 500;
    cursor: pointer;
    color: #1b1818;
}

.button-group button.active {
    background: #f0f0f0;
}

/*------------------------------------------------------------------
[ 4.21 Countdown, .countdownHolder ]
*/

.countdownHolder{
    margin: 0 auto 50px;
    text-align:center;
}

.countdownHolder > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 45px;
}

.countdownHolder .position{
    display: inline-block;
    height: 1.2em;
    overflow: hidden;
    position: relative;
    width: 0.55em;
    font-size: 10.000em;
    font-weight: 100;
}

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

.countdownHolder .name {
    display: block;
    font-size: 1.500em;
    text-transform: uppercase;
    font-weight: 200;
}

.countdownHolder .digit.static{
}

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

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

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

/*------------------------------------------------------------------
[ 4.22 Post ]
*/

.post-image {
    height: 390px;
    background-size: cover;
    background-position: 50%;
}

/*------------------------------------------------------------------
[ 4.22.1 Post navigation, .post-nav ]
*/

.post-nav {
    text-transform: uppercase;
    font-size: 0.750em;
    font-weight: 800;
    margin: 25px 0;
    line-height: 0.9em;
}

.post-nav a {
    text-decoration: none;
    display: inline-block;
}

.post-nav a:hover {
    color: #b70000;
}

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

.post-nav i {
    font-size: 0.8em;
}

.post-nav span {
    margin: 0 8px;
}

.post-nav .prev {}

.post-nav .back {
    padding: 0 3px;
}

.post-nav .back:not(:first-of-type) {
    border-left: 1px solid;
}

.post-nav .back:not(:last-of-type) {
    border-right: 1px solid #797979;
}

.post-nav .next {}

/*------------------------------------------------------------------
[ 4.22.2 Post bottom, .post-nav ]
*/

.post-bottom {
    margin: 30px 0;
}

.post-bottom .author-link {}

.post-bottom .social-links {
    margin: 15px 0 15px -10px;
}

/*------------------------------------------------------------------
[ 4.22.3 Post comments, .post-nav ]
*/

/*------------------------------------------------------------------
[ 4.22.3.1 Post comment items, .comments-wrap ]
*/

ul.comments-wrap {
    margin: 30px 0;
    padding: 0;
    color: #1b1818;
}

ul.comments-wrap .children {
    padding: 0px 0 0px 60px;
    position: relative;
    margin: -15px 0 -5px;
    overflow: hidden;
}

ul.comments-wrap .children > .comment-item:before {
    content: "";
    position: absolute;
    top: -4940px;
    left: -30px;
    width: 30px;
    height: 5000px;
    border-left: 3px solid #efefef;
    border-bottom: 3px solid #efefef;
    border-radius: 0;
    background: none;
}

ul.comments-wrap .children .children > .comment-item:before {
    border-color: #f5f5f5;
}

.comment-item {
    background: #efefef;
    padding: 18px;
    border-radius: 8px;
    margin: 15px 0;
    position: relative;
    display: block;
}

.comment-item #commentform-area {
    margin-top: 20px;
    border-top: 1px solid #d5d5d5;
}

.comment-item #commentform {
    margin: 0 -15px 0;
}

ul.comments-wrap .children .comment-item {
    background: #f5f5f5;
}

.comment-item:before {
    display:none;
    position: absolute;
    left: -555555px;
}

.comment-item .image {
    width: 90px;
    border-radius: 8px;
    overflow: hidden;
    float: left;
}

.comment-item .image img {
    vertical-align: bottom;
}

.comment-item .details {
    margin-left: 110px;
}

.comment-item .details .top {
    overflow: hidden;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.comment-item .details .name {
    float: left;
    font-size: 1.125em;
    font-weight: bold;
}

.comment-item .details .reply-button {
    float: right;
    font-size: 0.750em;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.comment-item .details .reply-button > * {
    display: inline-block;
    vertical-align: middle;
}

.comment-item .details .reply-button i {
    margin-right: 10px;
    font-size: 1.3em;
}

.comment-item .details .reply-button span {
    border-bottom: 1px solid #a1a1a1;
}

.comment-item .details .date {
    font-size: 0.750em;
    font-weight: 500;
    margin: 10px 0;
    text-transform: uppercase;
}

.comment-item .details .date i {
    margin-right: 5px;
}

.comment-item .details .text {
    font-size: 0.875em;
    margin: 10px 0 0;
    line-height: 1.714em;
}

/*------------------------------------------------------------------
[ 4.22.3.2 Post comment form, .comments-wrap ]
*/

.comment-form {
    margin: 30px -15px;
}

.comment-form .style1 {}

.comment-form textarea {
    height: 130px;
    resize: none;
}

.comment-form .button-style3 {}

/*------------------------------------------------------------------
[4.23. Pagination / .pagination ]
*/

.pagination {
    font-size: 0.778em;
    overflow: hidden;
    margin: 10px 0 40px;
}

.pagination a,
.pagination > span {
    text-decoration: none;
    float: left;
    padding: 0 3px 0;
    line-height: 28px;
    border: 1px solid #3c3c3b;
    margin-right: -1px;
    min-width: 28px;
    height: 28px;
    text-align: center;
    color: inherit;
}

.pagination a.active,
.pagination a:hover,
.pagination > span {
    background: #2c2c2c;
    color: #fff;
}

.pagination a.active {
    pointer-events: none;
}

.pagination i {
    font-size: 0.7em;
    display: inline-block;
    vertical-align: text-bottom;
}

/*------------------------------------------------------------------
[4.24. Icon box 1 / .icon-box1 ]
*/

.icon-box1 {
    margin-bottom: 25px;
}

.icon-box1 .icon {
    float: left;
    width: 70px;
    text-align: center;
    font-size: 2.3em;
}

.icon-box1 .icon + .wrap {
    margin-left: 90px;
    display: block;
}

.icon-box1 .wrap .h5 {
    text-transform: uppercase;
    margin: 0 0;
}

.icon-box1 .wrap .h5 a {}

.icon-box1 .wrap .h5 a i {
    margin-left: 10px;
}

.icon-box1 .wrap .h5 a i: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;
}

.icon-box1 .wrap .h5:hover a i:before {
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.icon-box1 .wrap .p-text {
    font-size: 0.875em;
    margin: 0.8em 0;
}

.icon-box1 .rating-line {
    width: 100%;
    overflow: hidden;
    background: #d5d5d5;
    line-height: 15px;
    margin-top: 15px;
}

.dark-mode .icon-box1 .rating-line {
    background: #9c9c9c;
}

.icon-box1 .rating-line div {
    font-size: 12px;
    color: #fff;
    background: #2c2c2c;
    text-align: right;
    height: 15px;
    padding: 0 2px;
    width: 0%;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
    font-family: 'Lato', sans-serif;
}

.dark-mode .icon-box1 .rating-line div {
    background: #fff;
    color: #1b1818;
}

/*------------------------------------------------------------------
[4.25. Icon box 2 / .icon-box2 ]
*/

.icon-box2 {
    text-align: center;
    margin: 25px 0;
}

.icon-box2 > * {
    display: inline-block;
    vertical-align: middle;
}

.icon-box2 .icon {
    font-size: 3.05em;
    margin-right: 0.3em;
}

.dark-bg .icon-box2 .icon,
.dark-bg .icon-box2 .num {
    color: #d5d5d5;
}

.icon-box2 .num {
    font-size: 3.750em;
    line-height: 1em;
    margin-top: -0.1em;
    margin-right: 0.2em;
    font-family: 'Lato', sans-serif;
}

.icon-box2 .text {
    font-size: 1.125em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    line-height: 18px;
    border-left: 3px solid;
    padding-left: 0.8em;
}

.dark-bg .icon-box2 .text {
    border-color: #d5d5d5;
}

.icon-box2 .text .cell {}

/*------------------------------------------------------------------
[4.26. Team item / .team-item ]
*/

.team-item {
    background-size: cover;
    background-position: 50%;
    text-align: center;
    margin: 15px 0;
}

.team-item:after {
    content: '';
    display: block;
    padding-bottom: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.team-item:hover:after {
    background: rgba(44, 44, 44, 0.6);
    box-shadow: inset 0 0 0 3px #cacaca;
}

.team-item .centered-container {}

.team-item .h4 {
    margin: 0 0 15px;
    text-transform: uppercase;
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.team-item:hover .h4,
.team-our .h4 {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.team-item .post {
    font-weight: bold;
    font-style: italic;
    padding: 10px 0;
    line-height: 20px;
    position: relative;
    margin: 15px 0;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.team-item:hover .post {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.team-item .post:before,
.team-item .post:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: #d5d5d5;
    width: 94px;
    height: 1px;
    margin-left: -47px;
}

.team-item .post:after {
    top: inherit;
    bottom: 0;
}

.team-item .social {
    font-size: 1.2em;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.team-item:hover .social {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.team-item .social a {
    margin: 0 0.2em;
}

.team-our i {}

.team-our:after,
.team-our:hover:after {
    background: rgba(44, 44, 44, 0.3);
    box-shadow: none;
}

.team-our .h4 {}

.team-our p {}

/*------------------------------------------------------------------
[4.27. Video background / .video-bg ]
*/

.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;
    min-width: 100% !important;
}
.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
    /* opacity: 0; */
    /* -webkit-transition: opacity 300ms linear; */
    /* transition: opacity 300ms linear; */
}
.js .jquery-background-video.is-visible {
    opacity: 1;
}

/**
 * Pause/play button
 */ 
.jquery-background-video-pauseplay {
    position: absolute;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    padding: 0 !important;
    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.28. Product item / .product item ]
*/

.product-items {
    overflow: hidden;
}

.product-item {
    margin: 0 0 30px 0;
    background: #fff;
}

.products .product-item {
    background: #f2f2f2;
}

.dark-mode .product-item {
    background: #000000;
}

.product-item .image {
    padding-bottom: 55%;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.product-item .image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 0;
    opacity: 0.8;
}

.product-item .image a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.product-item .bottom {
    overflow: hidden;
    height: 60px;
}

.product-item.fw-col-md-4 .bottom {
    font-size: 0.750em;
    height: 40px;
}

.product-item .name {
    font-size: 1.143em;
    font-weight: 300;
    position: relative;
    float: left;
    width: 50%;
}

.product-item.fw-col-md-4 .bottom .name {}

.product-item .name a {
    text-decoration: none;
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    padding: 0 15px;
}

.product-item.fw-col-md-4 .bottom .name a {
    height: 39px;
}

.product-item .fr {}

.product-item .price {
    color: #000;
    font-weight: bold;
    font-size: 1.875em;
    line-height: 60px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    border-left: 1px solid #e4e4e4;
    padding: 0 15px;
    float: left;
    font-family: 'Lato', sans-serif;
}

.dark-mode .product-item .price {
    color: #fff;
}

.product-item .price.min {
    font-size: 1em;
}

.product-item.fw-col-md-4 .bottom .price {
    line-height: 39px;
    padding: 0 15px;
}

.product-item .price > * {
    display: inline-block;
    vertical-align: top;
}

.product-item .price .sale-p {
    font-size: 0.4em;
    line-height: 2em;
    color: #848484;
    position: relative;
    position: absolute;
    top: -4px;
    left: 5px;
}

.product-item .price.min .sale-p {
    font-size: 0.43em;
}

.product-item .price .sale-p:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    right: -2px;
    height: 1px;
    background: #969696;
}

.product-item .woocommerce-Price-amount {}

.product-item .amount {}

.product-item .woocommerce-Price-currencySymbol {}

.product-item .addtocart-button {
    background: #2c2c2c url(../images/cart-w.png) 50% no-repeat;
    background-size: 30px 23px;
    float: left;
    height: 60px;
    width: 60px;
    border-left: 1px solid #e4e4e4;
    overflow: hidden;
    text-indent: -9999px;
}

.dark-mode .product-item .addtocart-button {
    background-color: #000;
}

.product-item.fw-col-md-4 .bottom .addtocart-button {
    height: 39px;
    width: 50px;
    background-size: 14px;
}

.product-item .addtocart-button:hover {
    background-color: #ffffff;
    background-image: url(../images/cart.png);
}

.products .product-item .addtocart-button:hover {
    background-color: #f2f2f2;
}

.button-group {
    margin: 30px 0 15px;
    text-align: center;
}

.fw-col-xs-12 > .button-group {
    margin: 0 0 20px;
}

.button-group a {
    margin: 0 15px 15px 0;
    font-size: 0.875em;
    text-transform: uppercase;
    background: #f9f9f9;
    border: 1px solid #d5d5d5;
    padding: 10px 15px;
    line-height: 0.9em;
    border-radius: 7px;
    font-weight: 500;
    cursor: pointer;
    color: #1b1818;
    display: inline-block;
    text-decoration: none;
}

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

.button-group a:hover {
    background: #f0f0f0;
}


/*------------------------------------------------------------------
[3.29. Product single item ]
*/

.thumbnails {
    text-align: justify;
    margin: 5px -5px 0;
}

.thumbnails a {
    width: 33.333%;
    float: left;
    padding: 0 5px;
}

.thumbnails div.last {
    display: inline-block;
    width: 100%;
}

.product .wc-images {
    margin-bottom: 15px;
}

.product .wc-images img {
    width: 100%;
}

.product .wc-images .onsale {
    position: absolute;
    top: 15px;
    right: 10px;
    background: #5d1900;
    font-size: 0.9em;
    font-weight: bold;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
}

.product .wc-images .onsale:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid #5d1900;
    border-right: 5px solid transparent;
}

.product .summary p {
    line-height: 1.643em;
    font-weight: 300;
}

.product .description p {
    margin-top: 0;
}

.product:not(.products) h4.uppercase {
    margin: 0;
}

.product-detail {
    margin-bottom: 40px;
}

.product .datails {
    margin: 10px 0 5px;
}

.product .datails a {
    color: #3c3c3b;
    font-style: italic;
    margin-left: 3px;
    text-decoration: none;
}

.woocommerce div.product form.cart {
    margin: 30px 0 0;
}

.product .vf-price {
    font-size: 3.429em;
    font-weight: bold;
    line-height: 1em;
    float: left;
    margin-bottom: 10px;
}

.product .vf-row {
    float: left;
    width: 100%;
    margin: 0;
}

.product div.vf-price .price {
    margin-bottom: 0;
    font-size: 1em;
    margin: 0;
    position: relative;
    font-weight: bold;
    line-height: 1em;
    font-family: 'Lato', sans-serif;
    margin-top: -5px;
}

.product div.vf-price p.price .sale-p,
.product div.vf-price .price del {
    position: absolute;
    top: -27px;
    left: 0;
    font-size: 0.4em;
    color: #616161;
    line-height: normal;
}

.product div.vf-price p.price .sale-p:after,
.product div.vf-price .price del:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    right: -5px;
    height: 2px;
    margin-top: -1px;
    background: #676767;
}

.product div.vf-price .price ins {
    text-decoration: none;
}

.quantity {
    float: left;
    margin-right: 15px;
}

.dark-mode .quantity {
    color: #000;
}

.quantity {}

.quantity .qty {
    font-size: 24px;
    background: #fff;
    height: 46px;
    border-bottom: 0;
    padding: 0;
    width: 50px;
    margin: 0 2px 0 0;
    float: left;
    text-align: center;
    border: 1px solid #1b1818;
    font-weight: bold;
    font-style: normal;
    font-family: 'Lato', sans-serif;
}

.product-quantity .qty {
    /* height: 75px; */
}

.quantity .quantity-buttons {
    float: right;
}

.quantity .quantity-plus,
.quantity .quantity-minus {
    width: 39px;
    height: 22px;
    margin: 0;
    background: #fff;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    border: 1px solid #1b1818;
    -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;
}

.quantity .quantity-plus:hover,
.quantity .quantity-minus:hover {
    background: #2c2c2c;
    color: #fff;
}

.quantity .quantity-plus {
    margin-bottom: 2px;
}

.product-quantity .quantity-plus {
    /* height: 36.5px; */
}

.quantity .quantity-plus:after {
    content: "\002B";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quantity .quantity-minus {}

.product-quantity .quantity-minus {
    /* height: 36.5px; */
}

.quantity .quantity-minus:after {
    content: "\002D";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product .add-to-cart-button {
    background: #2c2c2c url(../images/cart-w.png) 15px 50% no-repeat;
    background-size: 30px 25px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 18px 0 60px;
    line-height: 46px;
    color: #fff;
}

.product .add-to-cart-button:hover {
    background-color: #5d1900;
}


/*------------------------------------------------------------------
[3.30. Product cart ]
*/

.cart-table-wrap {
    overflow: auto;
    margin-bottom: 30px;
    color: #1b1818;
}

.shop_table {
    border: 1px solid #dddddd;
    background: #fff;
    color: #1b1818;
}

.shop_table thead tr {
    text-align: center;
    background: #fdfdfd;
}

.shop_table thead tr th {
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 1.500em;
    height: 60px;
}

.shop_table tbody tr {
    border: 1px solid #dddddd;
}

.shop_table tbody tr td {
    border: none;
    padding: 10px 15px;
}

.cart {}

.product-price {
    width: 195px;
}

td.product-price {
    font-family: 'Lato', sans-serif;
}

.product-price > span,
.product-subtotal > span {
    text-align: center;
    font-size: 1.500em;
    vertical-align: middle;
    display: block;
    font-weight: 800;
}

.product-quantity {
    padding: 0;
    width: 140px;
}

.product-quantity .quantity {
    width: 92px;
    margin: 0 auto;
}

.product-quantity.tac {
    /* background: #f0f0f0; */
}

.product-subtotal {
    text-align: center;
    width: 230px;
}

td.product-subtotal {
    font-family: 'Lato', sans-serif;
}

.cart_item {}

.product-remove {
    text-align: center;
    vertical-align: middle;
    width: 65px;
}

.remove {
    background: url(../images/delete.png) 50% no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    font-size: 0em;
    text-indent: 9999px;
    overflow: hidden;
}

.product-thumbnail {
    width: 105px;
    padding: 0;
}

.product-thumbnail img {
    vertical-align: bottom;
    max-width: 75px;
}

.attachment-110x75 {}

.size-110x75 {}

.wp-post-image {}

.hoverZoomLink {}

.product-name {
    font-weight: bold;
    padding: 0 25px;
    font-size: 1.143em;
}

.cart td.product-name {
    text-transform: uppercase;
}

.product-name a {
    color: inherit;
    text-decoration: none;
}

.woocommerce-Price-amount {}

.amount {}

.woocommerce-Price-currencySymbol {}

.quantity {}

.input-text {}

.qty {}

.text {}

.quantity-buttons {}

.quantity-plus {}

.quantity-minus {}

.actions {}

.coupon {}

.coupon > * {
    display: inline-block;
    vertical-align: middle;
}

.coupon label {
    margin-right: 10px;
    vertical-align: middle;
}

.coupon .style1 {
    margin-bottom: 0;
    height: 44px;
    vertical-align: middle;
    padding: 0;
    background: none;
    display: inline-block;
    width: 150px;
    margin-right: 10px;
}

.coupon .button-style1 {
    margin: 0;
    vertical-align: middle;
}

.update_cart {}

.checkout-button {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 42px;
    display: inline-block;
    padding: 0 25px;
}

.checkout-button i {
    margin-left: 10px;
}

.cart_totals {
    text-transform: uppercase;
}

.cart_totals strong {
    font-family: 'Lato', sans-serif;
}

.alt {}

.wc-forward {}

.cart-collaterals {
    margin-top: 30px;
}

.select2-container--default .select2-selection--single {
    border: 2px solid;
    border-radius: 0;
    font-weight: bold;
    font-style: italic;
    height: 39px;
    background: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.select2-dropdown {
    border: 2px solid;
    border-radius: 0;
}


/*------------------------------------------------------------------
[3.31. Woocommerce notice ]
*/

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em !important;
    margin: 0 0 2em!important;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none!important;
    width: auto;
    word-wrap: break-word;
    overflow: hidden;
}

.dark-mode .woocommerce-error,
.dark-mode .woocommerce-info,
.dark-mode .woocommerce-message {
    background: #000;
    color: #fff;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none!important;
    padding-left: 0!important;
    margin-left: 0!important
}

.woocommerce-message {
    border-top-color: #5d1900;
}

.woocommerce-info {
    border-top-color: #2c2c2c;
}

.woocommerce-error {
    border-top-color: #b81c23
}


/*------------------------------------------------------------------
[3.32. Woocommerce checkout ]
*/

.woocommerce-billing-fields {
    margin: 0 -15px;
}

.woocommerce-billing-fields h4 {
    padding: 0 15px;
}

.woocommerce-billing-fields .form-row {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin: 0 0;
}

.woocommerce-billing-fields .create-account {
    width: 100%;
    padding: 0 15px;
}

.woocommerce-billing-fields .create-account .form-row {
    width: 100%;
    padding: 0;
    max-width: 300px;
}

p#billing_company_field {
    width: 100%;
}

input#createaccount {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

label.checkbox {}

input#createaccount + label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.woocommerce-billing-fields label {
    display: block;
    margin-bottom: 0;
}

.woocommerce-billing-fields input {width: 100%;}

#billing_address_2_field {
    display: none !important;
}

.woocommerce-invalid-required-field input {
    border-color: #c05764;
}

.select2-container {
    margin-top: 5px;
}

.select2-container .select2-choice {
    color: #3c3c3b;
    font-size: 16px;
    font-style: italic;
    border: 2px solid #2c2c2c;
    padding: 0 10px;
    margin-bottom: 0;
    height: 39px;
    line-height: 35px;
    border-radius: 0;
    background: transparent;
}

.dark-mode .select2-container .select2-choice {
    color: #fff;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-drop.select2-drop-above.select2-drop-active,
.select2-drop-active {
    border: 2px solid #2c2c2c;
    border-radius: 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin: 0 0;
}

.select2-results {
    background: #fff;
}

.select2-search {
    padding: 2px;
}

.woocommerce-shipping-fields {}

.woocommerce-shipping-fields .form-row {}

.woocommerce-shipping-fields .notes label {
    display: none;
}

.woocommerce-shipping-fields textarea {
    width: 100%;
    height: 190px;
    font-size: 14px;
    text-transform: none;
}

.woocommerce-checkout-review-order {
    margin-bottom: 30px;
}

.wc_payment_methods {
    padding: 0;
}

.wc_payment_method {
    display: block;
    margin: 5px 0;
}

.wc_payment_method input {
    vertical-align: middle;
}

.wc_payment_method label {
    font-weight: bold;
    margin-left: 5px;
    vertical-align: middle;
}

.wc_payment_method label img {
    vertical-align: middle;
    margin-left: 5px;
}

.wc_payment_method .payment_box {
    font-size: 0.778em;
    font-style: italic;
}

.woocommerce-password-strength {
    margin: 10px 0;
    padding: 5px 15px;
}

.woocommerce-password-strength.strong {
    background: #00ef14;
}

.woocommerce-password-strength.short {
    background: #fb5b5b;
    color: #fff;
}

.woocommerce-password-strength.bad {
    background: #f78787;
    color: #fff;
}

.woocommerce-password-strength.good {
    background: #1cc332;
    color: #fff;
}

small.woocommerce-password-hint {
    line-height: 1.5em;
    display: block;
}

.vf-col.variations {
    border: 1px solid #2c2c2c;
    margin: 15px 0px 40px;
}

.pda-item {
    padding: 10px 15px;
}

.pda-item .name {
    float: left;
    font-size: 1.143em;
    font-weight: bold;
    margin-right: 10px;
}

.cart_item .variation,
.order_item .variation {
    margin: 5px 0 0 5px;
    font-weight: normal;
    font-size: 0.875em;
    text-transform: none;
}

.cart_item .variation > *,
.order_item .variation > * {
    display: inline-block;
    margin: 0;
}

.cart_item .variation p,
.order_item .variation p {
    margin: 0;
}

.header-minicart {
    float: left;
    margin: 31px 0;
    margin-left: 25px;
}

.mobile-side .header-minicart {
    margin-left: 0;
    vertical-align: text-top;
}

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

.hm-cunt {
    /* background: url(../images/minicart.png) 50% no-repeat; */
    display: block;
    width: 17px;
    height: 17px;
    background-size: 100% 100%;
    font-size: 10px;
    color: #23abe1;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.dark-mode .hm-cunt svg path {
    fill: #fff;
}

.hm-cunt span {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background: #5d1900;
    width: 13px;
    line-height: 13px;
    text-align: center;
    border-radius: 50%;
    text-indent: 1px;
}

.dark-mode .hm-cunt span {
    background: #ea4545;
}

.summary.entry-summary {
    margin-bottom: 15px;
}

/*------------------------------------------------------------------
[ 5. Footer, .footer ]
*/

.footer {
    padding: 15px 0 30px;
}

.dark-mode .footer {
    background: #171515;
}

.footer .wrap {
    padding-top: 30px;
}

.footer .fw-container + .wrap {
    margin-top: 30px;
    border-top: 1px solid #3d3d3d;
}

.footer .logo {
    float: left;
    max-width: 170px;
    font-size: 2em;
    font-weight: bold;
}

.footer .logo a {
    text-decoration: none;
}

.footer .logo img {
    vertical-align: baseline;
}

.footer .center {
    text-align: center;
    margin: 0 200px;
}

.footer .tags-items {
    text-align: center;
    margin-top: 30px;
}

/*------------------------------------------------------------------
[ 5.1. Footer menu, .footer .menu ]
*/

.footer .menu {
    margin: 0 0 20px;
    padding: 0;
    font-weight: 800;
    font-size: 0.875em;
    text-transform: uppercase;
}

.footer .menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 20px;
    margin: 0 -1px 10px;
}

.footer .menu li ul {
    display: none;
}

.footer .menu li:not(:last-of-type) {
    border-right: 1px solid #5e5e5e;
}

.footer .menu li a {
    text-decoration: none;
}

/*------------------------------------------------------------------
[ 5.2. Copyright, .copyright ]
*/

.footer .copyright {
    font-size: 0.688em;
    font-weight: 300; 
}

/*------------------------------------------------------------------
[ 5.2. Social links, .social-links ]
*/

.footer .social-links {
    float: right;
    font-size: 1.3em;
}

.social-links {
    font-size: 1.3em;
}

.site-content .social-links {}

.social-links a {
    margin: 0 10px;
    display: inline-block;
    opacity: .5;
}

.site-content .social-links a {
    color: #000;
}

.dark-mode .site-content .social-links a {
    color: #fff;
}

.social-links a:hover {
    opacity: 1;
}