@charset "utf-8";

/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Softa theme
Version:    1.2.2

[Table of contents]

    1. Base

    1. Base
        1.1 Base css
        1.2. Heading
        1.3. Buttons
        1.4 Inputs
        1.5 Preloader
    2. Header
        2.1 Logo
        2.2 Navigation
        2.3 Fullscreen navigation
        2.4 Buter button
        2.7 Side header
        2.8 Side navigation
    3. Body
        3.1 Gallery widget
        3.2 Contact row
        3.3 Default widgets
        3.4 Portfolio
        3.5 Filter buttons
        3.6 Pagination
        3.7 Banner
        3.8 Price list type 1
        3.9 Price list type 2
        3.10 Price list type 3
        3.11 Price list type 4
        3.12 Blog
        3.13 Countdown
        3.14 Site content
        3.15 Comments
        3.16 Project page
        3.17 Video
        3.18 Hand phone
        3.19 Button Download
        3.20 Accordion
        3.21 Icon box
        3.22 Phone mockups
        3.23 App Screenshots
        3.24 Testimonials
        3.25 Whois
        3.26 Download Counter
        3.27 Product items
        3.28 Team items
        3.29 Benefits
        3.30 Subscribe form
    4 Footer
        4.1 Footer top

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Base ]
*/


/*------------------------------------------------------------------
[1.1 Base css ]
*/

aside,
nav,
footer,
header,
section {
    display: block
}

body {
    margin: 0;
    font-family: 'Montserrat';
    font-size: 16px;
    color: #161616;
}

body.site-dark {
    background: #000;
    color: #fff;
}

a {
    color: inherit;
}

img {
    border: none;
    height: auto;
}

input,
textarea,
button,
select,
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: inherit;
}

input,
textarea,
button,
select {
    font-family: inherit;
}

input::-webkit-input-placeholder {
    color: inherit;
}

input::-moz-placeholder {
    color: inherit;
}

input:-moz-placeholder {
    color: inherit;
}

input:-ms-input-placeholder {
    color: inherit;
}

textarea::-webkit-input-placeholder {
    color: inherit;
}

textarea::-moz-placeholder {
    color: inherit;
}

textarea:-moz-placeholder {
    color: inherit;
}

textarea:-ms-input-placeholder {
    color: inherit;
}

*:focus {
    outline: none;
}

blockquote {
    margin: 0;
    background: url(/wp-content/themes/softa/images/quote.png) no-repeat;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.667em;
    padding-left: 80px;
    font-style: italic;
    margin: 10px 0;
    min-height: 60px;
}

.centered-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.cell {
    display: table-cell;
    vertical-align: middle;
}

.uppercase {
    text-transform: uppercase;
}

.no-padding {
    padding: 0;
}

.padding-on {
    padding: 0 30px;
}

.dark-bg {
    color: #fff;
}

.header-space {
    height: 61px;
}

figure {
    margin: 0;
}

pre {
    background: #ccc;
    padding: 10px 20px;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

table {
    width: 100%;
    border: 1px solid #3c3c3b;
    border-collapse: collapse;
}

table td,
table th {
    border: 1px solid #3c3c3b;
    padding: 5px 15px;
}

.calendar_wrap table td,
.calendar_wrap table th {
    padding: 2px 5px;
}

pre {
    width: 100%;
}

.gallery .gallery-item {
    margin: 0;
    display: inline-block;
    vertical-align: text-bottom;
}

.gallery .gallery-item .wp-caption-text {
    display: none;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 49%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery .gallery-icon {}

.gallery .gallery-icon a {
    position: relative;
}

#all {
    position: relative;
    overflow: hidden;
}

.header_type_side #all {
    padding-left: 270px;
}

.vc_column-inner {
    background-size: cover;
    background-position: 50%;
}

.vc_row[data-vc-full-width-mod] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
    position: relative;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl .vc_icon_element-icon {
    font-size: 3.5em!important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
    font-size: 1.75em!important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
    font-size: 1.25em!important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg,
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
    border: 1px solid transparent;
}

.vc_icon_element {
    margin-bottom: 20px;
}

.vc_gradient-icon .vc_icon_element-inner {
    border: none !important;
    z-index: 2;
}

.vc_gradient-icon .vc_icon_element-inner .bor {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    opacity: 0.5;
    box-shadow: -4px 3px 6.86px 0.14px rgba(0, 0, 0, 0.1);
}

.vc_gradient-icon .vc_icon_element-inner.vc_icon_element-style-rounded .bor {
    border-radius: 50%;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-tab>a {
    padding: 7px 25px;
    font-size: 14px;
    background: transparent;
    border: none;
    color: inherit;
    font-weight: 500;
}

.wpb-js-composer .vc_tta.vc_tta-style-outline .vc_tta-tabs-list .vc_tta-tab>a {
    background: #dfdfe6;
    border: 2px solid;
    font-size: 12px;
    text-transform: uppercase;
    border-color: transparent;
    padding: 11px 40px;
    font-weight: normal;
    color: #a3a3a3;
}

.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline .vc_tta-tab.vc_active>a {
    color: #525d7c !important;
    border-color: #525d7c !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-tab>a:hover {
    background: rgba(255, 255, 255, 0.7);
    color: #000;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active>a {
    box-shadow: -5px 6px 6.86px 0.14px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #000;
}

.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-tab>a {
    border-width: 1px
}

.wpb-js-composer .vc_tta.vc_tta-color-blue.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #4868cf;
    background-color: #5472D2;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-turquoise.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #00b3c0;
    background-color: #00C1CF;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-pink.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #fe5e52;
    background-color: #FE6C61;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-violet.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #8462c0;
    background-color: #8D6DC4;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-peacoc.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #40a8c5;
    background-color: #4CADC9;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-chino.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #c8bba1;
    background-color: #CEC2AB;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-mulled-wine.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #484152;
    background-color: #50485B;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-vista-blue.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #69d294;
    background-color: #75D69C;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-orange.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f6b859;
    background-color: #F7BE68;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-sky.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #4d9ae1;
    background-color: #5AA1E3;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-green.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #66a038;
    background-color: #6DAB3C;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-juicy-pink.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f3443f;
    background-color: #F4524D;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-sandy-brown.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f68a59;
    background-color: #F79468;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-purple.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #b474b6;
    background-color: #B97EBB;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-black.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #222;
    background-color: #2A2A2A;
    color: #fff
}

.wpb-js-composer .vc_tta.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #e3e3e3;
    background-color: #EBEBEB;
    color: #666
}

.wpb-js-composer .vc_tta.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: #f7f7f7;
    background-color: #FFF;
    color: #666
}

.vc_row[data-vc-full-width-mod] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden
}

.vc_row[data-vc-full-width-mod].vc_hidden {
    opacity: 0
}

.vc_section[data-vc-full-width-mod] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden
}

.vc_section[data-vc-full-width-mod].vc_hidden {
    opacity: 0
}

.vc_section[data-vc-full-width-mod]>.vc_row {
    margin-left: 0;
    margin-right: 0
}

.vc-row[data-vc-full-width-mod] .vc_grid.vc_row {
    overflow: hidden
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    font-size: 1em;
}

.row-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.banner-coming-soon .b-coming-heading,
.banner-404 .b-404-heading {
    font-size: 4.500em;
}

.banner-coming-soon .text,
.banner-404 .text {
    font-size: 1.125em;
}

.post-password-form {}

.post-password-form input[type="password"] {
    background: #fff;
    border-radius: 0;
    border: 1px solid #674da8;
    display: inline-block;
    vertical-align: middle;
}

.post-password-form input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #674da8;
    padding: 4px 20px;
    cursor: pointer;
    background: transparent;
    border-radius: 0;
    color: inherit;
    position: relative;
    vertical-align: middle;
}


/*------------------------------------------------------------------
[1.2. Heading ]
*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 20px 0;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    text-decoration: none;
}

h1,
.h1 {
    font-size: 3.750em;
    /* 16px/60px */
    line-height: 1.200em;
    font-weight: bold;
}

h2,
.h2 {
    font-size: 3.000em;
    /* 16px/48px */
    line-height: 1.200em;
    font-weight: bold;
}

h3,
.h3 {
    font-size: 2.250em;
    /* 16px/36px */
    line-height: 1.200em;
    font-weight: bold;
}

h4,
.h4 {
    font-size: 1.875em;
    /* 16px/30px */
    line-height: 1.200em;
    font-weight: bold;
}

h5,
.h5 {
    font-size: 1.500em;
    /* 16px/24px */
    line-height: 1.200em;
    font-weight: bold;
}

h6,
.h6 {
    font-size: 1.125em;
    /* 16px/18px */
    line-height: 1.200em;
    font-weight: bold;
}

.heading-decor,
.heading-decor-s {
    margin: 15px 0 25px;
}

.heading-decor.style2, 
.heading-decor-s.style2 {
    position: relative;
}

.heading-decor.style2 > *, 
.heading-decor-s.style2 > * {
    font-weight: 600;
}

.widget .heading-decor {
    margin-bottom: 25px;
}

.heading-decor > *,
.heading-decor-s > * {
    margin: 0;
}

.heading-decor:after,
.heading-decor-s .h:after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 32px;
    background-image: -moz-linear-gradient( 0deg, rgb(140, 128, 206) 0%, rgb(224, 67, 145) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(140, 128, 206) 0%, rgb(224, 67, 145) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(140, 128, 206) 0%, rgb(224, 67, 145) 100%);
    box-shadow: -4px 6px 6.86px 0.14px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    vertical-align: top;
}

.heading-decor.style2:before, 
.heading-decor-s.style2 .h:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    box-shadow: inset 0 0 0 5px;
    opacity: .05;
}

.heading-decor.style2:after,
.heading-decor-s.style2 .h:after {
    background: #de4593;
    box-shadow: none;
    z-index: 2;
    position: relative;
}

.heading-decor .h[style^="color"]:after,
.heading-decor .h[style*="color"]:after,
.heading-decor-s .h[style^="color"]:after,
.heading-decor-s .h[style*="color"]:after {
    background: inherit;
    box-shadow: inset 0 0 0 5px;
}

.heading-decor-s .h:after {
    display: block;
}

.heading-decor-s.tac .h:after {
    margin: 20px auto 0;
}

.heading-decor-s.tar .h:after {
    float: right;
}


/*------------------------------------------------------------------
[1.3. Buttons ]
*/

.button-style1 {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid;
    padding: 5px 15px;
    cursor: pointer;
    background: transparent;
    border-radius: 25px;
    color: inherit;
    position: relative;
}

.button-style1.loading {}

.button-style1.loading span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg) translate(-50%, -50%);
    }
    to {
        -moz-transform: rotate(360deg) translate(-50%, -50%);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg) translate(-50%, -50%);
    }
    to {
        -webkit-transform: rotate(360deg) translate(-50%, -50%);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg) translate(-50%, -50%);
    }
    to {
        transform: rotate(360deg) translate(-50%, -50%);
    }
}

.button-style1.loading:after {
    content: "\f1ce";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: block;
}

.button-style1:hover {
    opacity: .9;
}

.button-style2 {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    padding: 10px 25px;
    cursor: pointer;
    border-radius: 25px;
    position: relative;
    color: #fff;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8C80CE), color-stop(100%, #E04391));
    background: -moz-linear-gradient(left, #8C80CE 0%, #E04391 100%);
    background: -webkit-linear-gradient(left, #8C80CE 0%, #E04391 100%);
    background: -o-linear-gradient(left, #8C80CE 0%, #E04391 100%);
    background: -ms-linear-gradient(left, #8C80CE 0%, #E04391 100%);
    background: linear-gradient(left, #8C80CE 0%, #E04391 100%);
    box-shadow: -4px 3px 6.86px 0.14px rgba(0, 0, 0, 0.1);
}

.button-style2.white {
    background: #fff;
    color: #181b1f;
    border: 1px solid #e7e7e7;
}

.button-style2:hover {
    opacity: 0.7;
}

.button-style3 {
    font-size: 12px;
    background: #525d7c;
    color: #fff;
    border: none;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    padding: 11px 30px;
    border-radius: 10px;
}

.button-style3:hover {
    color: #fff;
    background: #36415b;
}

.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 10px;
}


/*------------------------------------------------------------------
[1.4 Inputs ]
*/

input.style1,
textarea.style1,
input.style3,
textarea.style3 {
    text-align: left;
    color: inherit;
    width: 100%;
    font-size: 14px;
    font-style: italic;
    color: #232323;
    font-weight: 300;
    border: none;
    line-height: 42px;
    border-top: 1px solid #e6e6e6;
    box-shadow: -2px 3px 6.86px 0.14px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-bottom: 25px !important;
}

.wpcf7-form input.style1,
.wpcf7-form textarea.style1 {}

input.style1.wr,
textarea.style1.wr {
    border-radius: 5px;
}

.dark-bg input.style1,
.dark-bg textarea.style1 {
    /* border-color: #d0d0d0; */
    /* border-color: #ffffff; */
}

input.style1,
input.style3 {
    padding: 0 30px;
}

textarea.style1,
textarea.style3 {
    padding: 15px 20px;
    line-height: normal;
    resize: none;
}

input.style2,
textarea.style2 {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: left;
    background: #fff;
    border: 1px solid #dedede;
    color: #2d2d2d;
    padding: 10px 20px;
    line-height: 23px;
}

input.style2 {}

textarea.style2 {
    padding: 15px 20px;
}

input.style3 {
    margin-bottom: 15px !important;
    text-align: center;
}

textarea.style3 {
    border: none;
    border-bottom: 1px solid;
    resize: none;
    text-align: center;
    margin-bottom: 15px !important;
}


/*------------------------------------------------------------------
[1.5 Preloader ]
*/

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #661dcf;
    -webkit-animation: spin2 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin2 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader2 {
    display: inline-block;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-animation: spin2 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin2 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#loader2 img {
    display: block;
    max-width: 300px;
    max-height: 300px;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #d155a2;
    -webkit-animation: spin2 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin2 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00ac78;
    -webkit-animation: spin2 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin2 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}


/* Loaded styles */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s ease-out;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.3s 1s ease-out;
    /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}


/*------------------------------------------------------------------
[2. Header ]
*/

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.vc_editor .site-header {
    z-index: 0;
}

.vc_editor .site-header.fixed {
    z-index: 100;
}

.site-header.fixed {
    background: #fff;
}

.site-header.dark.fixed {
    background: #000;
}

.admin-bar .site-header {
    top: 32px;
}

.site-header.dark {
    color: #fff;
}

.site-header.light {}

.site-header.header-space-on.dark {
    background: #000;
}

.site-header.header-space-on.light {
    background: #fff;
    color: #000;
}

.site-header.header_side {
    display: none;
}

.site-header .container-fluid {
    padding: 0 30px;
}


/*------------------------------------------------------------------
[2.1 Logo ]
*/

.site-header .logo,
.side-header .logo {
    font-size: 1.125em;
    font-weight: bold;
    float: left;
}

.side-header .logo {
    position: absolute;
    left: 60px;
    top: 0;
}

.site-header.header_logo_center .logo,
.site-header.header_logo_center_t2 .logo {
    position: absolute;
    left: 50%;
    top: 0;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.site-header .logo a,
.side-header .logo a {
    display: table-cell;
    height: 75px;
    vertical-align: middle;
    text-decoration: none;
}

.site-header .logo img,
.side-header .logo img {
    max-height: 65px;
    max-width: 150px;
}

.site-header.light .logo .dark,
.site-header.dark .logo .light,
.side-header.light .logo .dark,
.side-header.dark .logo .light {
    display: block;
}

.site-header.light .logo .light,
.site-header.dark .logo .dark,
.side-header.light .logo .light,
.side-header.dark .logo .dark {
    display: none;
}

.site-header .button-style1 {
    float: left;
    margin: 22px 0 0 25px;
}

.site-header .button-style1:hover {
    box-shadow: inset 0 0 0 20px #161616;
    color: #fff;
}

.site-header.dark .button-style1:hover {
    box-shadow: inset 0 0 0 20px #fff;
    color: #161616;
}

.search-button {
    float: left;
    margin: 27px 0 0 25px;
    font-size: 18px;
    cursor: pointer;
}

.search-button i {
    display: block;
}


/*------------------------------------------------------------------
[2.2 Navigation ]
*/

.navigation {
    float: left;
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 12px;
}

.navigation.active,
.navigation.visible_menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.navigation ul {
    margin: 0;
    padding: 0;
}

.navigation li {
    display: block;
    position: relative;
}

.navigation a {
    text-decoration: none;
}

.navigation > ul {}

.navigation > ul > li {
    float: left;
    position: relative;
    /* padding: 20px 0; */
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    -ms-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
}

.navigation > ul > li:not(:last-of-type) {
    margin-right: 15px;
}

.navigation.hover-style2 > ul > li:not(:last-of-type) {
    margin: 0;
}

.navigation > ul > li > a {
    transition: 0.3s;
    display: table-cell;
    position: relative;
    line-height: 25px;
    text-transform: uppercase;
    max-width: 130px;
    height: 75px;
    vertical-align: middle;
    line-height: 1.2em;
    text-align: center;
}

.navigation > ul > li > a span {}

.navigation.hover-style2 > ul > li > a span {
    border: none;
    padding: 2px 10px;
}

.navigation.min > ul > li > a {
    font-size: 0.88em;
}

.navigation.min2 > ul > li > a {
    font-size: 0.7em;
}

.navigation > ul > li:hover > a,
.navigation > ul > li.current-menu-item > a,
.navigation > ul > li.current-menu-ancestor > a,
.navigation > ul > li.current_page_item > a,
.navigation > ul > li.current-menu-ancestor > a {
    color: #e74995;
}

.navigation .sub-menu,
.navigation .children {
    position: absolute;
    color: #000;
    background: #ffffff;
    width: 200px;
    left: 0;
    top: 100%;
    border: 1px solid #e7e7e7;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.site-header.dark .navigation .sub-menu,
.site-header.dark .navigation .children {
    background: #000;
    color: #fff;
}

.navigation li.menu-item-has-children:hover > .sub-menu,
.navigation li.page_item_has_children:hover > .children {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.navigation .sub-menu .sub-menu,
.navigation .children .children {
    left: 100%;
    top: -1px;
}

.navigation > ul > li:nth-last-child(3) .sub-menu .sub-menu,
.navigation > ul > li:nth-last-child(2) .sub-menu .sub-menu,
.navigation > ul > li:nth-last-child(1) .sub-menu .sub-menu,
.navigation > ul > li:nth-last-child(3) .children .children,
.navigation > ul > li:nth-last-child(2) .children .children,
.navigation > ul > li:nth-last-child(1) .children .children {
    left: inherit;
    right: 100%;
}

.navigation > ul > li > .sub-menu,
.navigation > ul > li > .children {}

.navigation .sub-menu li,
.navigation .children li {
    padding: 0 0;
    border-bottom: 1px solid #e7e7e7;
}

.navigation .sub-menu li:last-of-type,
.navigation .children li:last-of-type {
    border-bottom: none;
}

.navigation .sub-menu li.menu-item-has-children,
.navigation .children li.page_item_has_children {
    position: relative;
}

.navigation .sub-menu li.current-menu-item > a,
.navigation .sub-menu li.current-menu-ancestor > a,
.navigation .sub-menu li:hover > a,
.navigation .sub-menu li.current-menu-item.menu-item-has-children:after,
.navigation .sub-menu li:hover.menu-item-has-children:after,
.navigation .children li.current_page_item > a,
.navigation .children li.current-menu-ancestor > a,
.navigation .children li:hover > a,
.navigation .children li.current_page_item.page_item_has_children:after,
.navigation .children li:hover.page_item_has_children:after {
    color: #ef4e98;
}

.navigation > ul > li:nth-last-child(3) .sub-menu li.menu-item-has-children > a,
.navigation > ul > li:nth-last-child(2) .sub-menu li.menu-item-has-children > a,
.navigation > ul > li:nth-last-child(1) .sub-menu li.menu-item-has-children > a,
.navigation > ul > li:nth-last-child(3) .children li.menu_item_has_children > a,
.navigation > ul > li:nth-last-child(2) .children li.menu_item_has_children > a,
.navigation > ul > li:nth-last-child(1) .children li.menu_item_has_children > a {
    padding-left: 25px;
}

.navigation .sub-menu li.menu-item-has-children > a:after,
.navigation .children li.page_item_has_children > a:after {
    content: "\e941";
    font-family: 'basic-ui-icons' !important;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 0.7em;
}

.navigation > ul > li:nth-last-child(3) .sub-menu li.menu-item-has-children > a:after,
.navigation > ul > li:nth-last-child(2) .sub-menu li.menu-item-has-children > a:after,
.navigation > ul > li:nth-last-child(1) .sub-menu li.menu-item-has-children > a:after,
.navigation > ul > li:nth-last-child(3) .children li.page_item_has_children > a:after,
.navigation > ul > li:nth-last-child(2) .children li.page_item_has_children > a:after,
.navigation > ul > li:nth-last-child(1) .children li.page_item_has_children > a:after {
    content: "\e927";
    right: inherit;
    left: 8px;
}

.navigation .sub-menu li a,
.navigation .children li a {
    display: table-cell;
    width: 200px;
    height: 35px;
    padding: 5px 20px;
    position: relative;
    vertical-align: middle;
    transition-duration: 0.2s;
    z-index: 1;
}

/*------------------------------------------------------------------
[2.3 Fullscreen navigation ]
*/

.full-screen-nav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    z-index: 101;
    display: none;
    font-weight: 300;
}

.admin-bar .full-screen-nav {
    top: 32px;
}

.site-dark .full-screen-nav {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.full-screen-nav .close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 25px;
    cursor: pointer;
    z-index: 5;
}

.fsn-container {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    right: -25px;
    overflow-y: scroll;
}

.admin-bar .fsn-container {}

.full-screen-nav ul {
    margin: 0;
    padding: 0;
}

.full-screen-nav .fsn-container > ul {
    width: 3800px;
}

.full-screen-nav ul li {
    display: block;
}

.full-screen-nav ul li a {
    text-decoration: none;
}

.full-screen-nav .fsn-container > ul > li {
    margin: 20px 0;
}

.full-screen-nav .fsn-container > ul > li > a {
    position: relative;
    font-size: 1.875em;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.2em;
    /* font-weight: bold; */
}

.full-screen-nav .fsn-container > ul > li:hover > a {
    color: #be60ae;
}

.full-screen-nav .fsn-container > ul > li:hover > a:after {
    width: 100%;
    opacity: 1;
}

.full-screen-nav .fsn-container > ul > li.current-menu-item > a,
.full-screen-nav .fsn-container > ul > li.current-menu-parent > a,
.full-screen-nav .fsn-container > ul > li.current-menu-ancestor > a {
    color: #be60ae;
}

.full-screen-nav .fsn-container > ul > li ul.sub-menu,
.full-screen-nav .fsn-container > ul > li ul.children {
    display: none;
}

.full-screen-nav .fsn-container > ul > li > ul.sub-menu,
.full-screen-nav .fsn-container > ul > li > ul.children {
    display: none;
    font-weight: 300;
    font-size: 1em;
    padding: 10px 0 0;
    text-transform: uppercase;
}

.full-screen-nav ul li ul.sub-menu li:hover > a,
.full-screen-nav ul li ul.children li:hover > a,
.full-screen-nav ul li ul.sub-menu li.current-menu-item > a,
.full-screen-nav ul li ul.children li.current_menu_item > a,
.full-screen-nav ul li ul.sub-menu li.current-menu-ancestor > a,
.full-screen-nav ul li ul.children li.current_menu_ancestor > a {
    color: #67686d;
}

.full-screen-nav ul li ul.sub-menu li,
.full-screen-nav ul li ul.children li {
    padding: 10px 0 0;
}

/*------------------------------------------------------------------
[2.4 Buter button ]
*/

.butter-button {
    float: left;
    width: 17px;
    height: 11px;
    position: relative;
    margin: 30px 0 0 30px;
    cursor: pointer;
}

.butter-button.visible_menu {
    display: none;
}

.butter-button div {
    height: 1px;
    box-shadow: inset 0 0 0 3px;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 10px;
    float: right;
}

.butter-button.active div {
    transform: scaleX(0);
}

.butter-button:after,
.butter-button:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    box-shadow: inset 0 0 0 3px;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.butter-button:after {
    top: auto;
    bottom: 0;
    width: 14px;
    right: 0;
}

.butter-button.active:before {
    transform: rotate(45deg);
    transform-origin: 50%;
    top: 5px;
}

.butter-button.active:after {
    transform: rotate(-45deg);
    bottom: 5px;
    width: 100%;
}

/*------------------------------------------------------------------
[2.5. Mincart / .header-minicart ]
*/

.header-minicart {
    float: left;
    padding: 0;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-minicart a {
    text-decoration: none;
}

.hm-cunt {
    display: block;
    text-align: center;
    position: relative;
    font-size: 20px;
    cursor: pointer;
}

.hm-cunt.big {
    display: inline-block;
    font-size: 65px;
}

.hm-cunt i {
    display: block;
    line-height: 75px;
}

.hm-cunt i:before {
    display: block;
}

.hm-cunt span {
    display: block;
    font-size: 10px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: -6px;
    color: #fff;
    background: #ff6884;
    background-image: -moz-linear-gradient( 0deg, #ff6884 0%, #620044 100%);
    background-image: -webkit-linear-gradient( 0deg, #ff6884 0%, #620044 100%);
    background-image: -ms-linear-gradient( 0deg, #ff6884 0%, #620044 100%);
    box-shadow: 0px 5px 6.86px 0.14px rgba(0, 0, 0, 0.1);
    line-height: 17px;
    height: 17px;
    min-width: 17px;
    padding: 0 2px;
    border-radius: 50%;
    font-weight: bold;
}

.hm-cunt.big span {
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    font-size: 18px;
}

.header-minicart .minicart-wrap {
    position: absolute;
    background: #fbfbfb;
    top: 100%;
    right: 15px;
    padding: 5px 15px 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #252a31;
    width: 310px;
}

.site-dark .header-minicart .minicart-wrap {
    background: #272727;
    color: #fff;
}

.header-minicart:hover .minicart-wrap,
.minicart-wrap:hover {
    opacity: 1;
    visibility: visible;
}

.minicart-wrap {}

.minicart-wrap .cart_list.product_list_widget {
    margin: 0 -15px;
}

.minicart-wrap .cart_list .mini_cart_item,
.widget_shopping_cart_content .mini_cart_item {
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    min-height: 60px;
}

.site-dark .minicart-wrap .cart_list .mini_cart_item,
.site-dark .widget_shopping_cart_content .mini_cart_item {
    border-bottom-color: #181818;
}

.minicart-wrap .cart_list .mini_cart_item .remove,
.widget_shopping_cart_content .cart_list .mini_cart_item .remove {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    font-size: 8px;
}

.minicart-wrap .cart_list .mini_cart_item .wp-post-image,
.widget_shopping_cart_content .cart_list .mini_cart_item .wp-post-image {
    float: left;
    margin-right: 10px;
    margin-left: 0;
    width: 40px;
}

.minicart-wrap .cart_list .mini_cart_item .wp-post-image img {}

.minicart-wrap .cart_list .mini_cart_item .quantity,
.widget_shopping_cart_content .cart_list .mini_cart_item .quantity {
    font-size: 13px;
    display: block;
    margin-left: 50px;
    color: #d14970;
}

.widget_shopping_cart_content .cart_list .mini_cart_item .quantity span {}

.site-dark .minicart-wrap .cart_list .mini_cart_item .quantity span,
.site-dark .widget_shopping_cart_content .cart_list .mini_cart_item .quantity span {
    color: inherit;
}

.minicart-wrap .cart_list .mini_cart_item .variation,
.widget_shopping_cart_content .cart_list .mini_cart_item .variation {
    border: none;
    margin: 5px 0 0;
    padding: 0;
    margin-left: 50px;
    float: none;
    display: block;
    font-size: 0.778em;
}

.minicart-wrap .cart_list .mini_cart_item dt,
.widget_shopping_cart_content .cart_list .mini_cart_item dt {
    float: left;
    clear: none;
}

.minicart-wrap .cart_list .mini_cart_item dd,
.widget_shopping_cart_content .cart_list .mini_cart_item dd,
{
    float: none;
    display: block;
    /* margin-left: 45px; */
    margin-bottom: 0;
    clear: none;
}

.minicart-wrap .cart_list .mini_cart_item p,
.widget_shopping_cart_content .cart_list .mini_cart_item p {
    margin: 0;
}

.minicart-wrap .total,
.widget_shopping_cart_content .total {
    font-size: 1em;
    margin: 15px 0;
    overflow: hidden;
}

.minicart-wrap .total strong {
    font-weight: 500;
    margin: 6px 0;
    display: inline-block;
    color: #b3b3b3;
    text-transform: uppercase;
    font-size: 14px;
}

.minicart-wrap .total > span,
.widget_shopping_cart_content .total > span {
    color: #d14970;
    float: right;
    font-weight: 600;
    font-size: 21px;
}

.minicart-wrap .buttons,
.widget_shopping_cart_content .buttons {
    margin: 0 0 0;
}

.minicart-wrap a.button,
.widget_shopping_cart_content a.button {
    font-size: 12px;
    background: #000;
    color: #fff;
    font-weight: normal;
    /* border-radius: 5px 5px 0 0; */
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 7px 0;
}

.minicart-wrap a.checkout,
.widget_shopping_cart_content a.checkout {
    background: #d14970;
    /* border-radius: 0 0 5px 5px; */
    margin-bottom: 0;
}


/*------------------------------------------------------------------
[2.7 Side header ]
*/

.side-header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 270px;
    z-index: 50;
    overflow: hidden;
}

.side-header.dark {
    background: #000;
}

.admin-bar .side-header {
    top: 32px;
}

.side-header .wrap {
    position: absolute;
    top: 75px;
    left: 25px;
    bottom: 75px;
    overflow-y: scroll;
    right: -25px;
    padding-right: 25px;
    padding-left: 35px;
}

.side-header .wrap .cell {
    width: 1200px;
}

.side-header .copyright {
    position: absolute;
    bottom: 20px;
    left: 60px;
    font-size: 12px;
    right: 25px;
}


/*------------------------------------------------------------------
[2.8 Side navigation ]
*/

.side-navigation {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.side-navigation ul {
    margin: 0;
    padding: 0;
}

.side-navigation ul li {
    display: block;
}

.side-navigation ul li a {
    display: block;
    text-decoration: none;
}

.side-navigation ul li a span {
    position: relative;
    padding-right: 20px;
}

.side-navigation ul li.menu-item-has-children > a span:after,
.side-navigation ul li.page_item_has_children > a span:after {
    content: "\e941";
    font-family: 'basic-ui-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 10px;
}

.side-navigation > ul {
    position: relative;
}

.side-navigation > ul > li {}

.side-navigation > ul > li > a {
    padding: 10px 0;
}

.side-navigation li.current-menu-item > a,
.side-navigation li.current-menu-parent > a,
.side-navigation li.current-menu-ancestor > a,
.side-navigation li.current_page_item > a,
.side-navigation li:hover > a {
    color: #c48f56;
}

.side-navigation .sub-menu,
.side-navigation .children {
    /* display: none; */
    min-height: 100%;
    position: absolute;
    top: 0;
    background: #fff;
    width: 100%;
    padding-left: 35px;
    z-index: 2;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.site-dark .side-navigation .sub-menu,
.site-dark .side-navigation .children {
    background: #000;
}

.side-navigation li.active-child > .sub-menu,
.side-navigation li.active-child > .children {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.side-navigation .sub-menu .back,
.side-navigation .children .back {
    position: absolute;
    top: 9px;
    left: 0;
    cursor: pointer;
}

.side-navigation .sub-menu li,
.side-navigation .children li {}

.side-navigation .sub-menu li a,
.side-navigation .children li a {
    padding: 6px 0;
}


/*------------------------------------------------------------------
[3. Body ]
*/


/*------------------------------------------------------------------
[3.1 Gallery widget ]
*/

.gallery-module {
    margin: -4px;
}

.gallery-module .item {
    padding: 4px;
    text-align: center;
}

.gallery-module .item a {
    display: block;
    position: relative;
}

.gallery-module .item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.gallery-module .item a:hover:after {
    opacity: 1;
    visibility: visible;
}

.gallery-module .item img {
    vertical-align: bottom;
}


/*------------------------------------------------------------------
[3.2 Contact row ]
*/

.contact-row {
    margin: 5px 0;
}

.contact-row span {
    font-weight: 400;
    min-width: 65px;
    display: inline-block;
}


/*------------------------------------------------------------------
[3.3 Default widgets ]
*/

.widget {}

.widget select {
    max-width: 100%;
}

.widget-title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.site-footer .widget_nav_menu .widget-title {
    text-align: center;
}

.site-footer .widget_nav_menu ul {
    text-align: center;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_rss ul {
    background: none;
    color: inherit;
    padding: 0;
    margin: 0;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_rss li {
    padding: 5px 0px;
    border: none;
    display: block;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a {
    text-decoration: none;
}

.searchform {
    border: 1px solid #e7e7e7;
    color: #b8b8b8;
    font-size: 12px;
    border-radius: 5px;
    background: #fff;
}

.site-content .searchform {
    margin-bottom: 40px;
}

.searchform .searchsubmit {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: none;
    border: none;
    padding: 0;
    color: inherit;
}

.searchform .searchsubmit i {
    vertical-align: middle;
}

.searchform div {
    margin-right: 40px;
}

.searchform .input {
    background: transparent;
    border: none;
    color: inherit;
    font-size: 1em;
    padding: 0 15px;
    line-height: 30px;
    width: 100%;
}

.search-popup {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #fff;
    display: none;
    padding: 0 15px;
}

.site-dark .search-popup {
    color: #fff;
    background: #000;
}

.admin-bar .search-popup {
    top: 107px;
}

.search-popup .close {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 25px;
    cursor: pointer;
}

.search-popup .centered-container {
    width: 100% !important;
    max-width: 540px;
}

.search-popup .searchform {
    border: 1px solid;
    overflow: hidden;
}

.search-popup .searchform div {
    margin-right: 50px;
}

.search-popup .searchform .searchsubmit {
    float: right;
    background: none;
    border: none;
    line-height: 48px;
    width: 48px;
    cursor: pointer;
    padding: 0;
    font-size: 21px;
    color: inherit;
}

.search-popup .searchform .input {
    width: 100%;
    border: none;
    padding: 0 20px;
    line-height: 48px;
    height: 48px;
    background: transparent;
    color: inherit;
}


/*------------------------------------------------------------------
[3.4 Portfolio ]
*/

.portfolio-items {
    color: #fff;
}

.portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.portfolio-item .a-img {
    position: relative;
    z-index: 1;
}

.portfolio-item .a-img img {
    display: block;
}

.portfolio-item .a-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.portfolio-item:hover .a-img:after {
    opacity: 1;
    visibility: visible;
}

.portfolio-item .a-img div {
    padding-bottom: 65%;
    background-size: cover;
    background-position: 50%;
}

.portfolio-item .content {
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}

.portfolio_hover_type_1 .portfolio-item .content {
    text-align: center;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    opacity: 0;
    visibility: hidden;
}

.portfolio_hover_type_1 .portfolio-item:hover .content {
    opacity: 1;
    visibility: visible;
}

.portfolio-item .content h5 {
    margin: 0;
    position: relative;
}

.portfolio_hover_type_1 .portfolio-item .content h5 {}

.portfolio_hover_type_1 .portfolio-item .content h5:after,
.portfolio_hover_type_3 .portfolio-item .content h5:after,
.portfolio_hover_type_4 .portfolio-item .content h5:after,
.portfolio_hover_type_6 .portfolio-item .content h5:after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    margin: 10px auto;
    background: #fff;
}

.portfolio-item .content p {
    font-size: 12px;
    font-style: italic;
    margin: 11px 0 0;
    line-height: 1.5em;
}

.portfolio-item a {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: 3;
}

.portfolio_hover_type_2 .portfolio-item .content {
    bottom: 15px;
}

.portfolio_hover_type_2 .portfolio-item .content h5 {
    display: inline-block;
    padding: 0 15px 0 20px;
    box-shadow: inset 0 0 0 0 rgba(196, 143, 86, 0.7);
    -moz-transform: translate(-100%, 0%);
    -ms-transform: translate(-100%, 0%);
    -webkit-transform: translate(-100%, 0%);
    -o-transform: translate(-100%, 0%);
    transform: translate(-100%, 0%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio_hover_type_2 .portfolio-item:hover .content h5 {
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    box-shadow: inset 0 -9px 0 0 rgba(218, 71, 149, 0.7);
}

.portfolio_hover_type_2 .portfolio-item .content p,
.portfolio_hover_type_3 .portfolio-item .a-img:after,
.portfolio_hover_type_6 .portfolio-item .a-img:after,
.portfolio_hover_type_5 .portfolio-item .content p,
.portfolio_hover_type_7 .portfolio-item .content p,
.portfolio_hover_type_8 .portfolio-item .content p,
.portfolio_hover_type_9 .portfolio-item .content p {
    display: none;
}

.portfolio_hover_type_3 .portfolio-item .content,
.portfolio_hover_type_6 .portfolio-item .content {
    top: 50%;
    text-align: center;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    left: 45px;
    right: 45px;
    border: 1px solid #da4795;
    box-shadow: 0 0 0 6px #fff;
    padding: 35px 15px;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    opacity: 0;
    visibility: hidden;
}

.portfolio_hover_type_3 .portfolio-item:hover .content,
.portfolio_hover_type_6 .portfolio-item:hover .content {
    opacity: 1;
    visibility: visible;
}

.portfolio_hover_type_3 .portfolio-item .content h5:after {
    background: #000;
}

.portfolio_hover_type_4 .portfolio-item .content {
    bottom: 15px;
    border-left: 0 solid #da4795;
    padding: 3px 0;
    padding-left: 15px;
}

.portfolio_hover_type_4 .portfolio-item:hover .content {
    border-left: 9px solid #da4795;
}

.portfolio_hover_type_4 .portfolio-item .content h5,
.portfolio_hover_type_4 .portfolio-item .content p,
.portfolio_hover_type_5 .portfolio-item .content h5 {
    -moz-transform: translate(-110%, 0);
    -ms-transform: translate(-110%, 0);
    -webkit-transform: translate(-110%, 0);
    -o-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio_hover_type_4 .portfolio-item:hover .content h5,
.portfolio_hover_type_4 .portfolio-item:hover .content p,
.portfolio_hover_type_5 .portfolio-item:hover .content h5 {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.portfolio_hover_type_4 .portfolio-item .content h5:after {
    background: #da4795;
    margin: 10px 0;
}

.portfolio_hover_type_5 .portfolio-item .content {
    top: 15px;
    padding-left: 30px;
}

.portfolio_hover_type_5 .portfolio-item:hover .content {}

.portfolio_hover_type_5 .portfolio-item .content h5 {}

.portfolio_hover_type_5 .portfolio-item .content h5:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    width: 17px;
    height: 10px;
    background: #da4795;
    margin-top: -5px;
}

.portfolio_hover_type_5 .portfolio-item:hover .content h5 {}

.portfolio_hover_type_5 .portfolio-item .content h5 span {
    opacity: 0.2;
    font-size: 36px;
    vertical-align: bottom;
    margin-right: 5px;
}

.portfolio_hover_type_6 .portfolio-item .content {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    box-shadow: 0 0 0 6px #000;
}

.portfolio_hover_type_6 .portfolio-item .content h5:after {
    background: #da4795;
}

.portfolio_hover_type_7 .portfolio-item .content {
    top: 50%;
    text-align: center;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    overflow: inherit;
}

.portfolio_hover_type_7 .portfolio-item .content h5 {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio_hover_type_7 .portfolio-item:hover .content h5 {
    opacity: 1;
    visibility: visible;
}

.portfolio_hover_type_7 .portfolio-item .content h5:after,
.portfolio_hover_type_7 .portfolio-item .content h5:before {
    content: "";
    width: 1px;
    height: 25px;
    background: #da4795;
    position: absolute;
    left: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: rotate(90deg) scale(0);
    -ms-transform: rotate(90deg) scale(0);
    -webkit-transform: rotate(90deg) scale(0);
    -o-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
}

.portfolio_hover_type_7 .portfolio-item .content h5:after {
    bottom: -40px;
}

.portfolio_hover_type_7 .portfolio-item .content h5:before {
    top: -40px;
}

.portfolio_hover_type_7 .portfolio-item:hover .content h5:after,
.portfolio_hover_type_7 .portfolio-item:hover .content h5:before {
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.portfolio_hover_type_8 .portfolio-item .content,
.portfolio_hover_type_9 .portfolio-item .content {
    bottom: 10px;
    text-align: center;
}

.portfolio_hover_type_8 .portfolio-item .content h5,
.portfolio_hover_type_9 .portfolio-item .content h5 {
    display: inline-block;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    max-width: 90%;
}

.portfolio_hover_type_8 .portfolio-item:hover .content h5,
.portfolio_hover_type_9 .portfolio-item:hover .content h5 {
    opacity: 1;
    visibility: visible;
}

.portfolio_hover_type_8 .portfolio-item .content h5:after,
.portfolio_hover_type_8 .portfolio-item .content h5:before,
.portfolio_hover_type_9 .portfolio-item .content h5:after,
.portfolio_hover_type_9 .portfolio-item .content h5:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #da4795;
    border-radius: 50%;
    margin-top: -2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.portfolio_hover_type_8 .portfolio-item .content h5:after,
.portfolio_hover_type_9 .portfolio-item .content h5:after {
    right: -30px;
}

.portfolio_hover_type_8 .portfolio-item .content h5:before,
.portfolio_hover_type_9 .portfolio-item .content h5:before {
    left: -30px;
}

.portfolio_hover_type_8 .portfolio-item:hover .content h5:after,
.portfolio_hover_type_9 .portfolio-item:hover .content h5:after {
    right: 0;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.portfolio_hover_type_8 .portfolio-item:hover .content h5:before,
.portfolio_hover_type_9 .portfolio-item:hover .content h5:before {
    left: 0;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.portfolio_hover_type_9 .portfolio-item .content h5 {
    padding: 0 40px;
}

.portfolio_hover_type_9 .portfolio-item .content h5:after,
.portfolio_hover_type_9 .portfolio-item .content h5:before {
    width: 25px;
    height: 1px;
    border-radius: 0;
    margin: 0;
}

.load-items-area {
    display: none !important;
}

.load-button {
    margin: 0 0 30px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px;
}


/*------------------------------------------------------------------
[3.5 Filter buttons ]
*/

.filter-button-group,
.category-buttons {
    margin: 35px 0;
}

.filter-button-group button,
.filter-button-group a,
.category-buttons a {
    border: none;
    background: none;
    color: inherit;
    padding: 11px 15px;
    text-decoration: none;
    line-height: normal;
    font-size: 14px;
    color: inherit;
    text-transform: uppercase;
    border-radius: 35px;
}

.filter-button-group.tac button,
.filter-button-group.tac a,
.category-buttons.tac a {
    margin: 0 5px 0;
}

.filter-button-group.tal button:not(:last-of-type),
.filter-button-group.tal a:not(:last-of-type),
.category-buttons.tal a:not(:last-of-type) {
    margin-right: 10px;
}

.filter-button-group.tar button:not(:first-of-type),
.filter-button-group.tar a:not(:first-of-type),
.category-buttons.tar a:not(:first-of-type) {
    margin-left: 10px;
}

.filter-button-group button.active,
.filter-button-group a.active,
.category-buttons a.active {
    background: #181b1f;
    color: #fff;
    box-shadow: -2px 2px 6.86px 0.14px rgba(0, 0, 0, 0.1);
}

.filter-button-group button:not(.active):hover,
.category-buttons a:not(.active):hover {
    color: inherit;
}


/*------------------------------------------------------------------
[3.6 Pagination ]
*/

.pagination {
    margin: 30px -5px;
    padding: 0;
}

.pagination > span,
.pagination > a {
    display: inline-block;
    vertical-align: middle;
    min-width: 35px;
    line-height: 35px;
    height: 35px;
    border: 1px solid;
    border-radius: 20px;
    text-align: center;
    margin: 0 5px;
}

.pagination .current {
    border-color: #674da8;
}

.pagination i {
    display: block;
    line-height: 33px;
}

.pagination a {
    text-decoration: none;
}


/*------------------------------------------------------------------
[3.7 Banner ]
*/

.banner {}

.banner .item {
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.banner .item .container {
    z-index: 2;
}

.banner .item.white {
    color: #fff;
}

.banner .item.black {
    color: #000;
}

.banner .item .cell {
    width: 25000px;
}

.banner .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.banner .item .h {
    margin: 0 0 20px;
}

.banner .item .heading-decor .h {
    margin: 0;
}

.banner .item .heading-decor:after {
    background: inherit;
    box-shadow: inset 0 0 0 5px;
}

.banner .item .text {
    line-height: 1.500em;
    font-weight: 200;
    margin: 20px 0;
}

.banner .item .button-style2 {
    margin-top: 20px;
}

.banner .item form .button-style2 {
    margin: 0;
}

.banner .item form {
    max-width: 605px;
    margin: auto;
}

.banner .owl-prev,
.banner .owl-next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.banner .owl-dots {}

.banner .owl-dots .owl-dot {}

.banner .owl-dots .owl-dot.active {}

.banner .owl-prev {
    left: 40px;
}

.banner .owl-next {
    right: 40px;
}

.banner .cell.c-top {
    vertical-align: top;
}

.banner .cell.c-center {
    vertical-align: middle;
}

.banner .cell.c-bottom {
    vertical-align: bottom;
}

.banner .cell.ch-left {
    text-align: left;
}

.banner .cell.ch-center {
    text-align: center;
}

.banner .cell.ch-right {
    text-align: right;
}

.banner .cell.top {
    vertical-align: top;
}

.product-banner {}

.product-banner .sub-heading {
    color: #d14a71;
    font-size:  12px;
    text-transform:  uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-banner .heading {}

.product-banner .heading .h {}

.product-banner .desc {
    font-weight: 300;
    margin: 15px 0 20px;
}

.product-banner .price {
    font-size: 3.429em;
    font-weight: 200;
}

.product-banner .price del {
    font-size: 0.5em;
    font-weight: 300;
    vertical-align: text-top;
    opacity: 0.4;
}

.product-banner .price ins {
    background: none;
}

.product-banner .button-style2 {
    background: #ff6884;
    background-image: -moz-linear-gradient( 0deg, #ff6884 0%, #620044 100%);
    background-image: -webkit-linear-gradient( 0deg, #ff6884 0%, #620044 100%);
    background-image: -ms-linear-gradient( 0deg, #ff6884 0%, #620044 100%);
}


/*------------------------------------------------------------------
[3.8 Price list type 1 ]
*/

.price-list-type1 {}

.price-list-type1-item {
    box-shadow: 0 0 0 1px #e3e3e3;
    background: #fff;
    text-align: center;
    padding: 20px 25px 25px;
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
}

.price-list-type1-item.priority {
    box-shadow: 0 0 0 1px #da4795;
    z-index: 2;
    margin-top: -10px;
    padding: 30px 25px 35px;
}

.price-list-type1-item .h {
    text-transform: uppercase;
    font-size: 10px;
    color: #a8a7a8;
    font-weight: 500;
    margin-bottom: 10px;
}

.price-list-type1-item .h2 {
    font-size: 2.250em;
    margin: 0;
}

.price-list-type1-item hr {
    margin: 20px 0;
    background: #d2d0d1;
}

.price-list-type1-item .price {
    color: #de4593;
    font-size: 3.750em;
    font-weight: 200;
    margin-top: -15px;
}

.price-list-type1-item .price-desc {
    font-weight: 200;
    margin-bottom: 10px;
}

.price-list-type1-item .price-desc-2 {
    font-size: 14px;
    font-weight: 500;
}

.price-list-type1-item .price-desc-3 {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 25px;
}

.price-list-type1-item .button-style2 {}


/*------------------------------------------------------------------
[3.9 Price list type 2 ]
*/

.price-list-type2 {}

.price-list-type2.margin-off {
    margin: 0;
}

.price-list-type2-item {
    text-align: center;
    margin-bottom: 30px;
}

.price-list-type2.margin-off .price-list-type2-item {
    padding: 0;
}

.price-list-type2-item.priority {
    margin-top: -6px;
}

.price-list-type2-item .inner {
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}

.price-list-type2.margin-off .price-list-type2-item .inner {
    /* border: none; */
    margin: 0 -0.5px;
    border-radius: 0;
}

.price-list-type2.margin-off .price-list-type2-item.priority .inner {
    border-radius: 10px;
}

.price-list-type2.margin-off .price-list-type2-item:last-of-type .inner {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.price-list-type2.margin-off .price-list-type2-item:first-of-type .inner {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.price-list-type2-item .top {
    background-color: #9b9cb0;
    color: #fff;
    padding: 17px 15px;
}

.price-list-type2-item.priority .top {
    padding: 20px 15px;
}

.price-list-type2-item .h {
    font-weight: 600;
    margin: 0;
}

.price-list-type2-item .price {
    font-size: 3.000em;
    font-weight: bold;
}

.price-list-type2-item .price span {
    font-size: 0.500em;
    margin-left: 15px;
}

.price-list-type2-item .sub-h {
    font-size: 14px;
    font-weight: 300;
}

.price-list-type2-item .wrap {
    background-color: #f5f5f5;
    color: #2d2d2d;
    padding: 25px 15px;
}

.price-list-type2-item.priority .wrap {
    background: #ffffff;
}

.price-list-type2-item .o-row {
    position: relative;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5em;
}

.price-list-type2-item .o-row br {
    display: none;
}

.price-list-type2-item .o-row:not(:last-of-type):after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin: 15px auto;
    box-shadow: inset 0 0 0 10px;
    opacity: .2;
}

.price-list-type2-item .o-row strong {
    display: block;
    font-size: 1.357em;
    font-weight: 400;
}

.price-list-type2-item .bottom {
    padding: 18px 15px;
}

.price-list-type2-item.priority .bottom {
    padding: 21px 15px;
}

.price-list-type2-item .bottom .button-style3 {}


/*------------------------------------------------------------------
[3.10 Price list type 3 ]
*/

.price-list-type3 {
    margin: 30px 0 !important;
}

.price-list-type3-item {
    margin-bottom: 30px;
}

.owl-carousel .price-list-type3-item {
    margin-bottom: 0;
}

.price-list-type3-item .wrap {
    background: #9c9cb1;
    color: #fff;
    text-align: center;
    padding: 25px 35px;
    border-radius: 10px;
}

.price-list-type3-item .icon {
    width: 70px;
    height: 70px;
    margin: 0px auto 15px;
    border: 2px solid;
    border-radius: 50%;
}

.price-list-type3-item .icon i {
    line-height: 66px;
    font-size: 35px;
}

.price-list-type3-item .h {
    margin: 20px 0 15px;
    font-weight: 400;
}

.price-list-type3-item .desc {
    line-height: 1.500em;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    margin: 15px 0;
}

.price-list-type3-item .price {
    font-size: 3.000em;
    font-weight: bold;
    margin: 15px 0;
}

.price-list-type3-item .price span {
    font-size: .500em;
}

.price-list-type3-item .button-style3 {}

.price-list-type3 .owl-prev,
.price-list-type3 .owl-next {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 40px;
}

.price-list-type3 .owl-prev {
    left: -90px;
}

.price-list-type3 .owl-next {
    right: -90px;
}


/*------------------------------------------------------------------
[3.11 Price list type 4 ]
*/

.price-list-type4 {
    margin: 30px 0 !important;
}

.price-list-type4-item {
    text-align: center;
    margin-bottom: 30px;
}

.owl-carousel .price-list-type4-item {
    margin-bottom: 0;
}

.price-list-type4-item .wrap {
    overflow: hidden;
    border-radius: 10px;
    background: #f4f4f4;
    color: #232323;
    padding: 0 15px 30px;
}

.price-list-type4-item .top {
    position: relative;
    text-align: left;
    min-height: 140px;
    margin: 0 -15px 40px;
    color: #fff;
}

.price-list-type4-item .top .h {
    font-size: 0.875em;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
}

.price-list-type4-item .top .d {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8C80CE), color-stop(100%, #E04391));
    background: -moz-linear-gradient(left, #8C80CE 0%, #E04391 100%);
    background: -webkit-linear-gradient(left, #8C80CE 0%, #E04391 100%);
    background: -o-linear-gradient(left, #8C80CE 0%, #E04391 100%);
    background: -ms-linear-gradient(left, #8C80CE 0%, #E04391 100%);
    background: linear-gradient(left, #8C80CE 0%, #E04391 100%);
    position: absolute;
    left: 0;
    top: -50%;
    right: -10%;
    bottom: 0;
    -moz-transform: rotate(-14.5deg);
    -ms-transform: rotate(-14.5deg);
    -webkit-transform: rotate(-14.5deg);
    -o-transform: rotate(-14.5deg);
    transform: rotate(-14.5deg);
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.price-list-type4-item .top .d1 {
    z-index: 4;
}

.price-list-type4-item .top .d2 {
    z-index: 3;
    bottom: -20px;
    opacity: .3;
}

.price-list-type4-item .top .d3 {
    z-index: 2;
    bottom: -40px;
    opacity: .3;
}

.price-list-type4-item .top .price {
    font-size: 3.000em;
    font-weight: bold;
    margin-left: 25px;
    padding-top: 20px;
    position: relative;
    z-index: 5;
}

.price-list-type4-item .top .price span {
    font-size: 0.625em;
}

.price-list-type4-item .options {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
}

.price-list-type4-item .o-row {
    margin: 15px 0;
}

.price-list-type4 .owl-prev,
.price-list-type4 .owl-next {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 40px;
}

.price-list-type4 .owl-prev {
    left: -90px;
}

.price-list-type4 .owl-next {
    right: -90px;
}


/*------------------------------------------------------------------
[3.12 Blog ]
*/

.blog-items {}

.blog-item {
    margin-bottom: 30px;
}

.blog-item.sticky .wrap {
    background: #fcfcfc;
}

.blog-item .wrap {
    background: #fff;
    position: relative;
    border: 1px solid #dedede;
    border-radius: 15px;
    padding: 25px 30px 30px;
    box-shadow: -4px 3px 6.86px 0.14px rgba(0, 0, 0, 0.1);
}

.site-dark .blog-item .wrap {
    background: #111111;
}

.blog-type-horizontal .blog-item .wrap {
    overflow: hidden;
}

.blog-item .category {
    font-size: 10px;
    color: #674da8;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.blog-item .category a {
    text-decoration: none;
}

.blog-item .img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-type-horizontal .blog-item .img {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 540px;
    bottom: 30px;
    max-height: 600px;
    margin: 0;
}

.blog-item .img a {
    display: block;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.blog-type-horizontal .blog-item .img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.blog-item .img img {
    width: 100%;
    display: block;
}

.blog-type-grid .blog-item .img a {
    padding-bottom: 65%;
}

.blog-item .content {
    /* padding: 20px 35px 0; */
}

.blog-item .content .button-style2 {
    margin-top: 15px;
}

.blog-type-horizontal .blog-item.with-image .content {
    float: right;
    max-width: 475px;
    padding: 20px 0;
}

.blog-item .content h5 {
    font-weight: 500;
    margin: 10px 0;
}

.blog-item .date,
.project-horizontal .content .date {
    font-style: italic;
    font-size: 10px;
    color: #674da8;
    margin: 10px 0;
}

.blog-item .date div,
.project-horizontal .content .date div {
    display: inline-block;
    margin-right: 10px;
}

.blog-item .content p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.714em;
    font-weight: 200;
}

.blog-item .bottom {
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #fff;
}

.site-dark .blog-item .bottom {
    border-top-color: #191919;
}

.blog-type-horizontal .blog-item.with-image .bottom {
    float: right;
    max-width: 475px;
    text-align: left;
    width: 100%;
    padding: 0 35px;
}

.blog-item .bottom .col {
    float: left;
    width: 50%;
    padding: 16px 0;
}

.blog-item .bottom .col i {
    color: #c48f56;
    vertical-align: middle;
    font-size: 1.2em;
    margin-right: 5px;
}

.blog-item .bottom .col a,
.blog-item .bottom .col span {
    text-decoration: none;
    vertical-align: middle;
}


/*------------------------------------------------------------------
[ 3.13 Countdown ]
*/

.countdownHolder {
    margin: 0 auto 25px;
    font-weight: 300;
    text-align: center;
}

.countdownHolder.medium {
    margin-bottom: 30px;
}

.countdownHolder > * {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.countdownHolder > *:not(:last-of-type) {
    margin: 0 65px 0 0;
}

.countdownHolder .position {
    display: inline-block;
    height: 1.2em;
    overflow: hidden;
    position: relative;
    width: 0.66em;
    font-size: 3.429em;
    margin: 0 -0.02em;
    font-weight: 100;
}

.countdownHolder.medium .position {
    font-size: 6.250em;
}

.countdownHolder .digit {
    /* position: relative; */
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: -1px;
}

.countdownHolder .name {
    display: block;
    font-size: 1em;
    margin-top: 10px;
}

.countdownHolder.medium .name {
    font-size: 1.500em;
}

.countdownHolder .digit.static {}

.countdownHolder .countDiv {
    display: none;
    width: 16px;
    height: 1.6em;
    position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #444;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    top: 0.5em;
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
    content: '';
}

.countdownHolder .countDiv:after {
    top: 0.9em;
}


/*------------------------------------------------------------------
[ 3.14 Site content ]
*/

.site-content {
    font-weight: 300;
}

.site-content .date {
    font-size: 12px;
    font-style: italic;
    color: #927bca;
    margin: 20px 0;
}

.site-content .category {
    font-size: 12px;
    color: #927bca;
    margin: 20px 0;
    font-weight: 500;
    text-transform: uppercase;
}

.site-content .category a {
    text-decoration: none;
}

.post-img {
    text-align: center;
}

.adaptive-img .post-img img {
    max-height: 80vh;
    width: auto;
}

.post-content {}

.post-content p {
    line-height: 1.875em;
}

.post-bottom {
    overflow: hidden;
    padding: 20px 0;
}

.post-bottom .zilla-likes {
    float: left;
    text-decoration: none;
    background: #c48f56;
    font-size: 14px;
    padding: 5px 10px;
    color: #fff;
}

.post-bottom .zilla-likes * {
    display: inline-block;
    vertical-align: middle;
}

.post-bottom .zilla-likes i {
    margin-right: 5px;
}

.post-nav {
    float: right;
    color: #927bca;
}

.post-nav a {
    text-decoration: none;
    padding: 0 0;
    display: inline-block;
    vertical-align: middle;
    margin: 4px 0;
}

.post-nav a + a {
    padding-left: 15px;
    margin-left: 12px;
}

.post-nav a > * {
    display: inline-block;
    vertical-align: middle;
}

.post-nav a span {
    text-decoration: underline;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

.post-nav a i {
    margin: 0 0;
    margin-left: 10px;
    font-size: 25px;
    color: #debddf;
}

.post-nav a i + span {
    margin-left: 10px;
}


/*------------------------------------------------------------------
[3.15 Comments ]
*/

.comment-items-wrap {
    margin-top: 25px;
}

.comment-items {
    margin: 0;
    padding: 0;
}

.comment-items .comment-item {
    display: block;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 25px;
}

.comment-items .comment-item .comment-respond {
    background: #fff;
    padding: 15px 15px;
    border-radius: 3px;
    margin-left: 120px;
}

.comment-items .comment-item:last-of-type {
    border-bottom: none;
}

.comment-items .comment-item .image {
    float: left;
    width: 120px;
    border-radius: 50%;
    padding: 3px;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F6ABBA), color-stop(100%, #AF7C9F));
    background: -moz-linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
    background: -webkit-linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
    background: -o-linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
    background: -ms-linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
    background: linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
}

.comment-items .comment-item .image div {
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.comment-items .comment-item .image:after {
    content: "";
    display: block;
    padding-bottom: 100%;
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    opacity: .3;
    box-shadow: -5px 2px 6.86px 0.14px rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F6ABBA), color-stop(100%, #AF7C9F));
    background: -moz-linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
    background: -webkit-linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
    background: -o-linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
    background: -ms-linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
    background: linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
}

.comment-items .comment-item .text {
    position: relative;
    min-height: 85px;
    overflow: hidden;
}

.comment-items .comment-item .image + .text {
    margin-left: 140px;
}

.comment-items .comment-item .text h6 {
    margin: 0px 0 10px;
    font-weight: 500;
    padding: 5px 0;
    font-size: 14px;
    text-transform: uppercase;
}

.comment-items .comment-item .text .date {
    font-size: 10px;
    font-style: italic;
    color: #674da8;
    margin-bottom: 10px;
}

.comment-items .comment-item .text .content {
    line-height: 1.714em;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.comment-items .comment-item .button-style4 {
    position: absolute;
    top: 3px;
    right: 0;
    text-transform: uppercase;
    font-size: 10px;
    color: #927cca;
}

.comment-items .children {
    margin: 0;
    padding: 0 0 0 40px;
    border-bottom: 1px solid #eaeaea;
}

.comment-items .children:last-of-type {
    border-bottom: none;
}

.comment-items .comment-item + .children {
    margin-top: -1px;
    position: relative;
    /* overflow: hidden; */
}

.comment-items .children .comment-item {}

.comment-items .children .comment-item + .comment-item {
    margin-top: 25px;
}

.comment-items .children .comment-item:not(:first-of-type):before {
    display: none;
}

.comment-form {
    overflow: hidden;
    padding-bottom: 10px;
    width: 100%;
}

.comment-respond {
    margin-bottom: 20px;
}

.comment-item .heading-decor {
    text-align: left;
}

.comment-respond .style1 {}


/*------------------------------------------------------------------
[ 3.16 Project page ]
*/

.post-gallery-masonry {}

.post-gallery-masonry > div {
    padding-bottom: 30px;
}

.post-gallery-masonry img {
    display: block;
}

.project-slider {
    margin-bottom: 30px !important;
}

.project-slider-carousel {
    margin-bottom: 60px !important;
}

.project-slider .item {
    text-align: center;
}

.project-slider .item .cell {
    height: 590px;
    width: 1800px;
}

.project-slider .item img {
    max-height: 590px;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.project-slider-carousel .item {
    padding-bottom: 60%;
    background-size: cover;
    background-position: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.project-slider-carousel .active-item .item {
    box-shadow: inset 0 0 0 2px #c38f55;
}

.project-slider .owl-prev,
.project-slider-carousel .owl-prev {
    left: -35px;
}

.project-slider .owl-next,
.project-slider-carousel .owl-next {
    right: -35px;
}

.project-slider .owl-prev,
.project-slider .owl-next,
.project-slider-carousel .owl-prev,
.project-slider-carousel .owl-next {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.project-horizontal {
    position: relative;
    padding-left: 420px;
    min-height: 600px;
}

.project-horizontal .content {
    position: absolute;
    left: 130px;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 2;
}

.project-horizontal .content .date {
    max-width: 430px;
}

.project-horizontal .content .text {
    max-width: 260px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.714em;
}

.project-horizontal-slider {}

.project-horizontal-slider img {
    width: auto;
    display: block;
    min-height: 600px;
}

.project-horizontal-slider a {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.project-horizontal-slider a * {
    display: inline-block;
    vertical-align: middle;
}

.project-horizontal-slider a i {
    margin: 0 10px;
}

.project-horizontal-slider .owl-nav {
    position: absolute;
    bottom: -40px;
    right: 15px;
}

.project-horizontal-slider .owl-prev,
.project-horizontal-slider .owl-next {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.project-horizontal-slider .owl-stage {
    min-width: 10000000px;
}

.project-horizontal-img {
    min-height: 600px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}


/*------------------------------------------------------------------
[ 3.17 Video ]
*/

.video-wrap {}

.video-wrap.macbook-screen {
    max-width: 600px;
}

.video-wrap.right {
    float: right;
    width: 100%;
}

.video-wrap.center {
    margin: 0 auto;
}

.video-wrap .video {
    display: block;
    position: relative;
    max-height: 100%;
}

.video-wrap .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrap.macbook-screen .video {
    background: url(/wp-content/themes/softa/images/macbook.png) no-repeat;
    background-size: cover;
    background-position: 50% 0;
}

.video-wrap .video:before {
    content: "";
    display: block;
    padding-bottom: 59%;
}

.video-wrap .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    background-size: cover;
    background-position: 50%;
}

.video-wrap.macbook-screen .play {
    top: 5%;
    left: 13.4%;
    right: 13.3%;
    bottom: auto;
}

.video-wrap .play:before {
    content: "";
    display: block;
    padding-bottom: 66%;
}

.video-wrap .play > span {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 15px;
    border-radius: 50%;
    font-size: 45px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #A99FD9), color-stop(100%, #E673AD));
    background: -moz-linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    background: -webkit-linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    background: -o-linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    background: -ms-linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    background: linear-gradient(left, #A99FD9 0%, #E673AD 100%);
}

.video-wrap.custom_block .play > span {
    background: none;
}

.video-wrap.custom_block .play > span span {
    display: none;
}

.video-wrap .play > span i {
    position: relative;
    z-index: 2;
    display: block;
}

.video-wrap .play > span span {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    opacity: .5;
    border-radius: 50%;
    box-shadow: -4px 3px 6.86px 0.14px rgba(0, 0, 0, 0.1);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #A99FD9), color-stop(100%, #E673AD));
    background: -moz-linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    background: -webkit-linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    background: -o-linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    background: -ms-linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    background: linear-gradient(left, #A99FD9 0%, #E673AD 100%);
}


/*------------------------------------------------------------------
[ 3.18 Hand phone ]
*/

.hand-phone-block {
    max-width: 476px;
    margin: 0 auto;
    position: relative;
}

.hand-phone-block:after {
    content: "";
    display: block;
    padding-bottom: 145%;
    background: url(/wp-content/themes/softa/images/app-hand.png) no-repeat;
    max-width: 476px;
    background-size: contain;
    position: relative;
    z-index: 2;
}

.hand-phone-block .img {
    position: absolute;
    top: 7.5%;
    left: 8%;
    right: 55%;
    bottom: 46%;
    background-size: cover;
}


/*------------------------------------------------------------------
[ 3.19 Button Download ]
*/

.button-download {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #11C7B8), color-stop(100%, #1A5A78));
    background: -moz-linear-gradient(left, #11C7B8 0%, #1A5A78 100%);
    background: -webkit-linear-gradient(left, #11C7B8 0%, #1A5A78 100%);
    background: -o-linear-gradient(left, #11C7B8 0%, #1A5A78 100%);
    background: -ms-linear-gradient(left, #11C7B8 0%, #1A5A78 100%);
    background: linear-gradient(left, #11C7B8 0%, #1A5A78 100%);
    border-radius: 10px;
    padding: 11px 20px;
    margin-right: 30px;
}

.button-download:hover {
    opacity: .7;
}

.button-download i {
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 20px;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.button-download i + span {
    display: block;
    margin-left: 45px;
}

.button-download span span {
    display: block;
    font-size: 20px;
    line-height: 1em;
}


/*------------------------------------------------------------------
[ 3.20 Accordion ]
*/

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel {
    box-shadow: -4px 5px 6.86px 0.14px rgba(0, 0, 0, 0.1);
}

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.vc_tta-shape-round .vc_tta-panel {
    border-radius: 5px;
}

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    border: none !important;
}

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.vc_tta-shape-round .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic.vc_tta-shape-round .vc_tta-panel .vc_tta-panel-body {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:not(:last-child) {
    margin-bottom: 0 !important;
}

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 {
    font-size: 14px;
    font-weight: normal;
    position: relative;
}

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:before,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading:before,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body:before {
    opacity: 1;
    visibility: visible;
}

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 i {
    position: absolute;
    font-size: 1.7em;
    top: 50%;
    left: 15px;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 > a {
    color: inherit !important;
}

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 i + span {
    margin-left: 35px !important;
}

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    font-size: 12px;
}

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body > * {
    position: relative;
    z-index: 1;
}

.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body p {
    margin: 5px 0;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-shape-round:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-classic.vc_tta-shape-round:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/*------------------------------------------------------------------
[ 3.21 Icon box ]
*/

.icon-box {
    position: relative;
    margin-bottom: 45px;
}

.icon-box .icon {
    position: absolute;
    top: 50%;
    left: 3px;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 48px;
    height: 48px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
}

.icon-box .icon:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FC8CA1), color-stop(100%, #8C4174));
    background: -moz-linear-gradient(left, #FC8CA1 0%, #8C4174 100%);
    background: -webkit-linear-gradient(left, #FC8CA1 0%, #8C4174 100%);
    background: -o-linear-gradient(left, #FC8CA1 0%, #8C4174 100%);
    background: -ms-linear-gradient(left, #FC8CA1 0%, #8C4174 100%);
    background: linear-gradient(left, #FC8CA1 0%, #8C4174 100%);
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    opacity: .5;
    border-radius: 50%;
    box-shadow: -4px 4px 6.86px 0.14px rgba(0, 0, 0, 0.1);
}

.icon-box .icon i {
    display: block;
    line-height: 48px;
    position: relative;
    z-index: 2;
}

.icon-box .block {}

.icon-box .icon + .block {
    margin-left: 65px;
}

.icon-box .h {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}

.icon-box .text {
    font-size: 12px;
    line-height: 1.500em;
    font-weight: 300;
    opacity: .5;
}


/*------------------------------------------------------------------
[ 3.22 Phone mockups ]
*/

.phone-mockup {
    margin-bottom: 30px;
    position: relative;
}

.phone-samsung-s8 {
    max-width: 845px;
}

.phone-samsung-s8:after {
    content: "";
    background: url(/wp-content/themes/softa/images/phone.png) no-repeat;
    padding-bottom: 195%;
    display: block;
    position: relative;
    z-index: 2;
    background-size: contain;
}

.phone-samsung-s8 div {
    position: absolute;
    top: 4%;
    left: 5.9%;
    right: 5.9%;
    bottom: 6%;
    background-size: cover;
    border-radius: 15px;
}

.phone-iphone-7-black,
.phone-iphone-7-silver,
.phone-iphone-7-gold,
.phone-iphone-7-rose-gold {
    max-width: 993px;
}

.phone-iphone-7-black:after,
.phone-iphone-7-silver:after,
.phone-iphone-7-gold:after,
.phone-iphone-7-rose-gold:after {
    content: "";
    background: url(/wp-content/themes/softa/images/iphone7-black.png) no-repeat;
    padding-bottom: 202%;
    display: block;
    position: relative;
    z-index: 2;
    background-size: contain;
}

.phone-iphone-7-black div,
.phone-iphone-7-silver div,
.phone-iphone-7-gold div,
.phone-iphone-7-rose-gold div {
    position: absolute;
    top: 11.3%;
    left: 6%;
    right: 5.7%;
    bottom: 11.8%;
    background-size: cover;
    background-position: 50% 0;
}

.phone-iphone-7-silver {}

.phone-iphone-7-silver:after {
    background-image: url(/wp-content/themes/softa/images/iphone7-silver.png);
}

.phone-iphone-7-silver div {}

.phone-iphone-7-gold {}

.phone-iphone-7-gold:after {
    background-image: url(/wp-content/themes/softa/images/iphone7-gold.png);
}

.phone-iphone-7-gold div {}

.phone-iphone-7-rose-gold {}

.phone-iphone-7-rose-gold:after {
    background-image: url(/wp-content/themes/softa/images/iphone7-rose-gold.png);
}

.phone-iphone-7-rose-gold div {}

.phone-iphone-x {
    max-width: 1295px;
}

.phone-iphone-x:after {
    content: "";
    background: url(/wp-content/themes/softa/images/iphone-x.png) no-repeat;
    padding-bottom: 202%;
    display: block;
    position: relative;
    z-index: 2;
    background-size: contain;
}

.phone-iphone-x div {
    position: absolute;
    top: 2.3%;
    left: 6%;
    right: 5.7%;
    bottom: 3.8%;
    background-size: cover;
    background-position: 50% 0;
    border-radius: 20px;
}


/*------------------------------------------------------------------
[ 3.23 App Screenshots ]
*/

.app-screenshots {
    margin-bottom: 20px !important;
}

.app-screenshots .phone-mockup {
    margin-bottom: 0;
}

.app-screenshots .owl-prev,
.app-screenshots .owl-next {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    font-size: 40px;
}

.app-screenshots .owl-prev {
    left: -60px;
}

.app-screenshots .owl-next {
    right: -60px;
}


/*------------------------------------------------------------------
[ 3.24 Testimonials ]
*/

.testimonials {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.testimonial-item {
    overflow: hidden;
}

.testimonial-item {
    margin-bottom: 30px;
}

.owl-carousel .testimonial-item {
    margin-bottom: 0px;
}

.testimonial-style1 .image {
    width: 265px;
    padding: 5px;
    border-radius: 50%;
    float: left;
    position: relative;
    margin: 5px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F6ABBA), color-stop(100%, #AF7C9F));
    background: -moz-linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
    background: -webkit-linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
    background: -o-linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
    background: -ms-linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
    background: linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
}

.testimonial-style1 .image:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    left: -5px;
    bottom: -5px;
    opacity: .5;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F6ABBA), color-stop(100%, #AF7C9F));
    background: -moz-linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
    background: -webkit-linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
    background: -o-linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
    background: -ms-linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
    background: linear-gradient(left, #F6ABBA 0%, #AF7C9F 100%);
}

.testimonial-style1 .image div {
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.testimonial-style1 .text {
    padding-left: 80px;
}

.testimonial-style1 .image + .text {
    margin-left: 310px;
}

.testimonial-item blockquote {
    margin-left: -80px;
}

.testimonial-item .h {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}

.testimonial-item .post {
    font-size: 12px;
    font-weight: 300;
}

.testimonials .owl-prev,
.testimonials .owl-next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.testimonials .owl-prev {
    left: -70px;
}

.testimonials .owl-next {
    right: -70px;
}

.testimonial-style2 {
    margin: 30px 0 !important;
    overflow: visible;
    padding: 20px 30px;
    border-radius: 10px;
    background: #e7e7e7;
    color: #000;
    position: relative;
}

.testimonial-style2:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 7px;
    right: 7px;
    height: 5px;
    background: #e7e7e7;
    opacity: .5;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.testimonial-style2 .image {
    position: relative;
    width: 75px;
    height: 75px;
    box-shadow: -4px 6px 6.86px 0.14px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-left: -10px;
    margin-top: -35px;
    margin-bottom: 20px;
}

.testimonial-style2 .image:before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    right: -12px;
    bottom: -6px;
    border-radius: 50%;
    opacity: 0.5;
}

.testimonial-style2 .image div {
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    position: relative;
    z-index: 2;
}

.testimonial-style2 .h {}

.testimonial-style2 .post {
    font-style: italic;
    margin: 5px 0;
    font-size: 10px;
}

.testimonial-style2 .text {
    font-size: 12px;
    font-weight: 300;
}


/*------------------------------------------------------------------
[ 3.25 Whois ]
*/

.whois-block {
    margin: 25px 0 10px;
}

.whois-block .block {
    position: relative;
}

.whois-block .block > div {
    margin-right: 145px;
}

.whois-block .input {
    font-size: 14px;
    font-weight: 300;
    padding: 0 30px;
    border: none;
    line-height: 45px;
    height: 45px;
    width: 100%;
    background: #f9f9f9;
    border-radius: 10px;
    margin-bottom: 15px;
}

.whois-block .input.error {
    box-shadow: inset 0 0 0 1px #a81e1e;
}

.whois-block .submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 135px;
    border: none;
    border-radius: 10px;
    line-height: 45px;
    padding: 0 0;
    background: #525d7c;
    color: #fff;
    text-transform: uppercase;
}

.whois-block .submit:hover {
    opacity: .7;
}

.whois-block .submit.loading {
    color: transparent;
}

.whois-block .submit.loading:after {
    content: "\f1ce";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: block;
}

.whois-block .checkbox {}

.checkbox-s1 {
    display: none;
}

.whois-block .checkbox-s1 {}

.checkbox-s1 + label {
    position: relative;
    padding-left: 30px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    cursor: pointer;
    margin-bottom: 10px;
    display: inline-block;
}

.whois-block .checkbox-s1 + label {}

.checkbox-s1 + label::before,
.checkbox-s1 + label::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background: #f9f9f9;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.checkbox-s1:checked + label::before {
    background: #505e7c url(/wp-content/themes/softa/images/checkbox.png) 50% no-repeat;
}

.whois-block .result {
    display: none;
}

.whois-block .result .item {
    font-weight: 300;
    margin: 10px 0;
}

.whois-block .result .item + code {}

.whois-block .result .item + code pre {
    background: transparent;
    padding: 0;
}

.whois-block .result .item span {
    display: inline-block;
    background: #000;
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase;
}

.whois-block .result .item span.green {
    background: #00931d;
}

.whois-block .result .item span.red {
    background: #b90000;
    cursor: pointer;
}


/*------------------------------------------------------------------
[ 3.26 Download Counter ]
*/

.download-counter {
    margin: 30px 0;
}

.download-counter.normal {}

.download-counter.medium {}

.download-counter.large {}

.download-counter .numbers {
    margin-bottom: 30px;
    -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;
}

.download-counter .numbers.active {
    opacity: 0;
    visibility: hidden;
}

.download-counter .numbers .item {
    display: inline-block;
    vertical-align: middle;
    background: #f8f8f8;
    color: #232323;
    box-shadow: -2px 3px 5px 0px rgba(0, 0, 0, 0.1);
    margin-left: 10px;
    font-size: 1.250em;
    line-height: 45px;
    text-align: center;
    min-width: 30px;
    border-radius: 5px;
    padding: 0 10px;
    font-weight: 300;
}

.download-counter .numbers .item:first-of-type {
    margin-left: 0 !important;
}

.download-counter .numbers .item:nth-last-child(3n):not(:first-of-type) {
    margin-left: 50px;
}

.download-counter.medium .numbers .item {
    margin-left: 15px;
    min-width: 45px;
    line-height: 60px;
    font-size: 1.500em;
}

.download-counter .numbers.medium .item:nth-last-child(3n):not(:first-of-type) {
    margin-left: 20px;
}

.download-counter.large .numbers .item {
    line-height: 105px;
    min-width: 80px;
    margin-left: 15px;
    font-size: 3.750em;
    font-weight: 200;
    box-shadow: -4px 4px 6.86px 0.14px rgba(0, 0, 0, 0.1);
}

.download-counter .numbers.large .item:nth-last-child(3n):not(:first-of-type) {
    margin-left: 20px;
}

.download-counter .button-style2 {}


/*------------------------------------------------------------------
[ 3.27 Product items ]
*/

.product-items {}

.product-items.owl-carousel.owl-loaded {
    margin: 30px 0;
}

.products-item {
    margin-bottom: 30px;
}

.owl-carousel .products-item {
    margin-bottom: 0;
}

.products-item .wrap {
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 15px;
    padding: 25px 15px 20px;
}

.products-item .sub-heading {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.products-item .h {
    margin: 5px 0;
}

.products-item .logo {
    background: #f5f5f5;
    height: 155px;
    position: relative;
    border-radius: 15px;
    margin: 20px 0;
}

.products-item .logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.products-item .button-style2 {}

.product-items .owl-prev,
.product-items .owl-next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.product-items .owl-prev {
    left: -90px;
}

.product-items .owl-next {
    right: -90px;
}


/*------------------------------------------------------------------
[ 3.28 Team items ]
*/

.team-items {}

.team-items.owl-carousel.owl-loaded {
    margin: 30px 0;
}

.team-item {
    margin-bottom: 30px;
}

.owl-carousel .team-item {
    margin-bottom: 0;
}

.team-item .wrap {
    padding: 0 10px;
}

.team-item .image {
    border-radius: 50%;
    padding: 6.6% 0;
    position: relative;
    padding-right: 13%;
    box-shadow: -5px 4px 6.86px 0.14px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.team-item .image:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #A99FD9), color-stop(100%, #E673AD));
    background: -moz-linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    background: -webkit-linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    background: -o-linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    background: -ms-linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    background: linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    opacity: .5;
}

.team-item .image > div {
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50%;
    border-radius: 50%;
    position: relative;
}

.team-item .team-social-buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 25px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    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.3s ease;
    opacity: 0;
    visibility: hidden;
}

.team-item .image:hover .team-social-buttons {
    opacity: 1;
    visibility: visible;
}

.team-item .team-social-buttons:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #A99FD9), color-stop(100%, #E673AD));
    background: -moz-linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    background: -webkit-linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    background: -o-linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    background: -ms-linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    background: linear-gradient(left, #A99FD9 0%, #E673AD 100%);
    opacity: .5;
}

.team-item .team-social-buttons div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.team-item .team-social-buttons a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.team-item .name {
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}

.team-item .post {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    opacity: .5;
}

.team-items .owl-prev,
.team-items .owl-next {
    position: absolute;
    top: 50%;
    font-size: 40px;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.team-items .owl-prev {
    left: -90px;
}

.team-items .owl-next {
    right: -90px;
}


/*------------------------------------------------------------------
[ 3.29 Benefits ]
*/

.benefit-item {
    font-weight: 100;
    text-align: center;
}

.benefit-item > div {
    display: inline-block;
    vertical-align: middle;
}

.benefit-item .num {
    font-size: 3.750em;
    float: left;
    line-height: 95px;
    margin-right: 25px;
}

.benefit-item .h {
    text-transform: uppercase;
    font-weight: 200;
    text-align: left;
    float: left;
}

.benefit-item .h .cell {
    height: 95px;
}


/*------------------------------------------------------------------
[ 3.30 Subscribe form ]
*/

.subscribe-form2 {
    position: relative;
    margin: 30px 0;
}

.subscribe-form2 p {
    margin: 0;
}

.subscribe-form2 div {
    margin-right: 160px;
}

.subscribe-form2 .input {
    width: 100%;
    font-size: 14px;
    font-style: italic;
    color: #232323;
    font-weight: 300;
    border: none;
    padding: 0 30px;
    line-height: 38px;
    border-radius: 20px;
}

.subscribe-form2 .button {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3F05C8), color-stop(100%, #9800D4));
    background: -moz-linear-gradient(left, #3F05C8 0%, #9800D4 100%);
    background: -webkit-linear-gradient(left, #3F05C8 0%, #9800D4 100%);
    background: -o-linear-gradient(left, #3F05C8 0%, #9800D4 100%);
    background: -ms-linear-gradient(left, #3F05C8 0%, #9800D4 100%);
    background: linear-gradient(left, #3F05C8 0%, #9800D4 100%);
}


/*------------------------------------------------------------------
[ 3.30 Category Items ]
*/

.category-items {
    margin: 15px -15px;
}

.category-items .item {
    padding: 0;
    position: relative;
}

.category-items .item.x1 {}

.category-items .item.x2 {}

.category-items .item.x1to2 {}

.category-items .item.black {
    color: #191919;
}

.category-items .item.white {
    color: #fff;
}

.category-items .item:before {
    content: "";
    display: block;
    padding-bottom: 80%;
}

.category-items .item.x2:before {
    padding-bottom: 160%;
}

.category-items .item.x1to2:before {
    padding-bottom: 40%;
}

.category-items .item .img {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background-size: cover;
    background-position: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.category-items .item .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.category-items .item:hover .img:before {
    opacity: .2;
    visibility: visible;
}

.category-items .item .c {
    position: absolute;
    top: 45px;
    left: 45px;
}

.category-items .item .sub-h {
    margin: 0;
    margin-bottom: 10px;
    color: #d14a71;
    font-weight: 600;
    text-transform: uppercase;
}

.category-items .item h6.sub-h {
    font-size:  14px;
}

.category-items .item .h {
    font-weight: 400;
    margin: 0;
}

.category-items .item a {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 2;
}


/*------------------------------------------------------------------
[ 3.30 Product Carousel ]
*/

.product-carousel {}

.product-carousel.owl-carousel.owl-loaded {
    margin: 60px 0;
}

.product-carousel .owl-nav {
    position: absolute;
    top: -55px;
    right: -8px;
    font-size: 30px;
    color: #d99ab2;
}

.product-carousel .owl-nav > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

/*------------------------------------------------------------------
[ 3.30 Product item banner ]
*/

.product-item-banner {
    border-radius: 5px;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 30px;
    position: relative;
}

.product-item-banner .cell {
    height: 280px;
    padding: 15px 40px;
    width: 280px;
}

.product-item-banner .sub-heading {
    text-transform:  uppercase;
    color: #d14a71;
    font-weight: 600;
    display: inline-block;
    padding-right: 45px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    margin-bottom: 25px;
}

.product-item-banner .sub-heading i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
}

.product-item-banner .heading {
    font-size: 24px;
    line-height: 1.250em;
    margin: 0 0 25px 0;
    font-weight: 500;
}

.product-item-banner .heading span {
    color: #d14a71;
}

.product-item-banner .button-style2 {}

.product-item-banner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/*------------------------------------------------------------------
[ 3.30 Product category buttons ]
*/

.prod-category-buttons {
    margin: 0px 0 20px 0;
    font-size: 12px;
    font-weight: 500;
}

.prod-category-buttons a {
    text-decoration: none;
    margin-right: 35px;
    margin-bottom: 10px;
    display: inline-block;
}

.prod-category-buttons a:hover {
    color: #d14a71;
}

.prod-category-buttons a:last-of-type {
    margin-right: 0;
}

/*------------------------------------------------------------------
[ 3.30 Product list widget ]
*/

.product_list_widget {
    margin: 0;
    padding: 0;
}

.product_list_widget li {
    display: block;
    border-bottom: 2px solid #fbfbfb;
    padding: 10px 0;
}

.product_list_widget li:last-of-type {
    border: none;
}

.product_list_widget .image {
    float: left;
    width: 65px;
}

.product_list_widget .image a {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
}

.product_list_widget .image img {}

.product_list_widget .text {
    margin-left: 80px;
}

.product_list_widget .text .cell {
    height: 60px;
}

.product_list_widget .text .name {
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.product_list_widget .text .price {
    color: #d14a71;
    font-weight: 500;
    font-size: 16px;
    margin-top: 3px;
}

.product_list_widget .text .price del {
    font-size:  12px;
    color: #bababa;
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
}

.product_list_widget .text .price ins {
    background: none;
    display: inline-block;
    vertical-align: top;
}

/*------------------------------------------------------------------
[ 3.30 Product Categories ]
*/

.product-categories {
    padding-left:  0;
    margin-left:  0;
    font-size: 12px;
    font-weight: 500;
}

.product-categories .cat-item {
    display: block;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    padding: 16px 0;
}

.product-categories .cat-item:last-of-type {
    border-bottom: none;
}

.product-categories .cat-item:after {
    content: "\e98f";
    font-family: 'web-element-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19px;
    position: absolute;
    top: 15px;
    right: 0;
}

.product-categories .cat-item a {
    text-decoration: none;
}

.product-categories .children {
    margin-left:  0;
    padding-left: 10px;
    margin-top: 16px;
    margin-bottom: -16px;
}

.product-categories .children li {
    border-top: 1px solid #e9e9e9;
    padding: 10px 0;
}

.product-categories .children li:after {
    top: 9px;
}

.product-categories .children li a {}

/*------------------------------------------------------------------
[4 Footer ]
*/

.site-footer {
    background: #fff;
    font-size: 14px;
    padding: 15px 0 15px;
    font-weight: 300;
    border-top: 1px solid #e7e7e7;
}

.site-dark .site-footer {
    background: #232323;
}

.site-footer .copyright {
    font-size: 11px;
    text-align: center;
    border-top: 1px solid #e7e7e7;
    padding-top: 15px;
}


/*------------------------------------------------------------------
[4.1 Footer top ]
*/

.footer-top {
    border-top: 1px solid #e7e7e7;
}

.subscribe-form {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background: #fff;
    font-size: 12px;
    color: #b8b8b8;
    position: relative;
}

.footer-top .subscribe-form {
    margin: 15px auto;
    max-width: 255px;
}

.subscribe-form p {
    margin: 0;
}

.subscribe-form > div {
    margin-right: 90px;
}

.subscribe-form .input {
    width: 100%;
    border: none;
    color: inherit;
    font-size: 12px;
    font-weight: 300;
    background: none;
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
}

.subscribe-form .button {
    background: #f9f9f9;
    font-size: 10px;
    border: 1px solid #e7e7e7;
    font-weight: 300;
    color: #7a7979;
    text-align: center;
    width: 90px;
    line-height: 30px;
    height: 32px;
    padding: 0 0;
    position: absolute;
    border-radius: 5px;
    top: -1px;
    right: -1px;
}

.subscribe-form .button:hover {
    background: #dbdbdb;
}

.social-buttons {}

.footer-top .social-buttons {
    margin: 19px 0;
    text-align: center;
}

.social-buttons span {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.social-buttons a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin: 0 5px;
}

.social-buttons i {
    display: block;
}

.footer-top .searchform {
    margin: 15px auto;
    max-width: 255px;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}