@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

input[type=submit] {
    -webkit-appearance: none
}

html {
    overflow-y: scroll
}

body,
html {
    max-width: 100%;
    overflow-x: hidden
}

body {
    background: #fff;
    color: #676767;
    font-family: Open Sans, sans-serif;
    position: relative
}

ol,
ul {
    list-style: none
}

input[type=text]::-ms-clear {
    display: none
}

sup {
    vertical-align: super
}

sub,
sup {
    font-size: 10px
}

sub {
    vertical-align: sub
}

p:empty {
    display: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box
}

.container,
.post-area.standard-minimal.full-width-content .post .inner-wrap {
    margin: 0 auto;
    max-width: 880px;
    position: relative
}

.row {
    position: relative
}

.clr:after,
.col:after,
.group:after,
.row:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

.row,
div.clear {
    padding-bottom: 15px
}

@media (min-width:690px) {
    .span_1 {
        width: 6.5%
    }

    .span_2 {
        width: 15%
    }

    .span_3 {
        width: 23.5%
    }

    .span_4 {
        width: 32%
    }

    .span_5 {
        width: 40.5%
    }

    .span_6 {
        width: 49%
    }

    .span_7 {
        width: 57.5%
    }

    .span_8 {
        width: 66%
    }

    .span_9 {
        width: 74.5%
    }

    .span_10 {
        width: 83%
    }

    .span_11 {
        width: 91.5%
    }

    .span_12 {
        width: 100%
    }
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px
}

body:not(.nectar-no-flex-height) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

@media only screen and (min-width:1000px) {
    body.admin-bar:not(.nectar-no-flex-height) {
        min-height: calc(100vh - 32px)
    }
}

body:not(.nectar-no-flex-height) #ajax-content-wrap,
body:not(.nectar-no-flex-height) #ajax-content-wrap .blurred-wrap,
body:not(.nectar-no-flex-height) .ocm-effect-wrap,
body:not(.nectar-no-flex-height) .ocm-effect-wrap-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

body:not(.nectar-no-flex-height) .container-wrap {
    flex-grow: 1
}

p {
    -webkit-font-smoothing: antialiased
}

body .ui-widget {
    font-family: Open Sans;
    font-weight: 400
}

.overflow-x-hidden {
    overflow-x: hidden
}

.alignleft {
    float: left;
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px
}

.aligncenter {
    display: block;
    margin: 15px auto
}

.no-bottom-padding {
    padding-bottom: 0
}

.col.center {
    text-align: center
}

.col.right {
    text-align: right
}

.wp-smiley {
    margin-bottom: 0
}

dt {
    color: #333;
    font-family: Open Sans;
    font-weight: 600
}

dd {
    padding-left: 20px
}

.gallery-caption {
    margin-bottom: 10px;
    margin-left: 0;
    padding: 0 10px
}

#wpstats {
    display: none
}

.post-area:not(.masonry) .sticky {
    margin-bottom: 50px
}

.post-area:not(.masonry) .sticky .content-inner {
    background-color: #fff;
    border-bottom: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin-bottom: 0;
    padding: 25px;
    position: relative
}

.side-box {
    background-color: #e6e6e6;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0;
    text-align: center
}

.side-box a:link,
.side-box a:visited {
    color: #06c55b;
    font-size: 12px;
    font-weight: 400
}

div[id=wpadminbar] {
    z-index: 1000000 !important
}

table {
    font-size: 12px;
    margin-bottom: 20px
}

.wp-caption {
    max-width: 100%;
    position: relative
}

.wp-caption .wp-caption-text {
    background-color: #fff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .1);
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5%;
    max-width: 90%;
    width: auto
}

.row .col .wp-caption .wp-caption-text,
.wp-caption .wp-caption-text {
    border-left: 4px solid #000;
    padding: 10px 15px;
    position: relative;
    top: -25px
}

.row .col .wp-caption img,
.wp-caption img {
    display: block;
    margin-bottom: 0;
    margin-right: 0
}

em {
    font-style: italic
}

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

.container-wrap,
.project-title {
    background-color: #f8f8f8;
    margin-top: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
    z-index: 10
}

body[data-header-resize="0"] .container-wrap,
body[data-header-resize="0"] .project-title {
    margin-top: 0;
    padding-top: 40px
}

body.page-template-template-no-header .container-wrap,
body.page-template-template-no-header-footer .container-wrap {
    padding-top: 0
}

body[data-smooth-scrolling="0"] {
    overflow: hidden
}

.clear {
    clear: both
}

.subheader {
    color: #6f6f6f;
    margin-bottom: 15px
}

a {
    color: #3555ff;
    text-decoration: none;
    transition: color .3s;
    -webkit-transition: color .3s
}

a:hover {
    color: inherit
}

h1 {
    font-size: 54px;
    line-height: 62px
}

h1,
h2 {
    margin-bottom: 7px
}

h2 {
    font-size: 34px;
    line-height: 44px
}

h3 {
    font-size: 22px;
    line-height: 34px
}

h3,
h4 {
    margin-bottom: 7px
}

h4 {
    font-size: 18px;
    line-height: 32px
}

h5 {
    font-size: 16px;
    line-height: 26px
}

h5,
h6 {
    margin-bottom: 7px
}

h6 {
    font-size: 14px;
    line-height: 24px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    color: #444;
    letter-spacing: 0
}

.bold,
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: Open Sans;
    font-weight: 600
}

.uppercase {
    font-weight: 700;
    text-transform: uppercase
}

.tiny {
    font-size: 14px;
    line-height: 22px
}

body h1.light,
body h2.light,
body h3.light,
body h4.light,
body h5.light,
body h6.light,
p.light {
    font-weight: 300;
    text-transform: none
}

body h1.jumbo,
body h2.jumbo,
body h3.jumbo,
body h4.jumbo,
body h5.jumbo,
body h6.jumbo,
p.jumbo {
    font-size: 100px;
    line-height: 110px
}

h1.light {
    font-size: 34px
}

h1.light,
h2.light {
    margin-bottom: 30px
}

h2.light {
    font-size: 28px
}

h2.light,
h3.light {
    letter-spacing: .5px
}

h3.light {
    font-size: 24px;
    margin-bottom: 15px
}

h4.light {
    font-size: 18px
}

h4.light,
h5.light {
    letter-spacing: .5px;
    margin-bottom: 7px
}

h5.light {
    font-size: 16px
}

h6.light {
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: 7px
}

body h1 em,
body h2 em,
body h3 em,
body h4 em {
    font-size: inherit
}

h1.uppercase {
    letter-spacing: 3px
}

h2.uppercase {
    letter-spacing: 2.5px
}

h3.uppercase,
h4.uppercase {
    letter-spacing: 2px
}

h5.uppercase,
h6.uppercase {
    letter-spacing: 1.3px
}

h1 .nectar-button,
h2 .nectar-button,
h3 .nectar-button,
h4 .nectar-button {
    margin-left: 13px
}

.text-align-center {
    text-align: center
}

p {
    padding-bottom: 27px
}

.container .row:last-child,
.row .col p:last-child,
.wpb_wrapper .clear {
    padding-bottom: 0
}

.wpb_wrapper>div {
    margin-bottom: 24px
}

.row .wpb_wrapper>.img-with-aniamtion-wrap:last-child .hover-wrap,
.row .wpb_wrapper>.img-with-aniamtion-wrap:last-child img,
.row .wpb_wrapper>img:last-child,
.wpb_wrapper>div:last-child {
    margin-bottom: 0
}

.pum-overlay .pum-container,
.pum-overlay .pum-container .pum-content,
body .pum-overlay {
    line-height: inherit
}

blockquote {
    font-family: Open Sans;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 40px;
    padding-left: 0
}

/* blockquote,
ol,
ul {
    margin-bottom: 30px
} */

/* ol,
ul {
    margin-left: 30px
} */

li ol,
li ul {
    margin-bottom: 0
}

ul li {
    /* list-style: disc; */
    list-style-position: outside
}

ol li {
    list-style: decimal;
    list-style-position: outside
}

#footer-outer ol,
#footer-outer ul,
#header-outer .button_social_group ul,
#header-outer nav>ul,
#header-outer ol,
#header-secondary-outer ol,
#header-secondary-outer ul,
#mobile-menu ol,
#mobile-menu ul,
#search-outer ol,
#search-outer ul,
#slide-out-widget-area ol,
#slide-out-widget-area ul {
    margin: 0
}

#footer-outer ol li,
#footer-outer ul li,
#header-outer ol li,
#header-outer ul li,
#header-secondary-outer ol li,
#header-secondary-outer ul li,
#mobile-menu ol li,
#mobile-menu ul li,
#search-outer ol li,
#search-outer ul li,
#slide-out-widget-area ol li,
#slide-out-widget-area ul li {
    list-style: none
}

.main-content img {
    height: auto;
    max-width: 100%
}

.main-content .col.span_2 .col.span_2 i,
.main-content .col.span_2 .col.span_2 img,
.main-content .col.span_3 .col.span_2 i,
.main-content .col.span_3 .col.span_2 img,
.main-content .col.span_4 .col.span_2 i,
.main-content .col.span_4 .col.span_2 img,
.main-content .col.span_6 .col.span_2 i,
.main-content .col.span_6 .col.span_2 img {
    top: -4px
}

.no-transform {
    transform: inherit !important
}

html.no-overflow-y {
    overflow-y: hidden !important
}

html.no-overflow-y body {
    overflow-y: hidden
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light p {
    color: #fff
}

code {
    background-color: #f0f0f0;
    clear: both;
    display: block;
    font: 14px Andale Mono, Courier, Courier New, monospace;
    white-space: pre
}

code,
pre {
    margin-bottom: 1.6em;
    overflow: auto;
    padding: 1.6em
}

pre {
    background: #f0f0f0;
    font-family: Andale Mono, Courier, Courier New, monospace;
    font-size: 14px;
    font-size: .9375rem;
    line-height: 1.6;
    max-width: 100%
}

.body-border-bottom {
    bottom: 0
}

.body-border-bottom,
.body-border-top {
    background-color: #fff;
    height: 20px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10000
}

.body-border-top {
    top: 0
}

.admin-bar .body-border-top {
    top: 32px
}

.body-border-right {
    right: 0
}

.body-border-left,
.body-border-right {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: 20px;
    z-index: 10000
}

.body-border-left {
    left: 0
}

.no-left-margin.first-section {
    height: auto !important
}

.row .col h3,
.row .col h4 {
    margin-bottom: 8px
}

.vc_separator.vc_separator_align_center h3,
.vc_separator.vc_separator_align_center h4 {
    margin-bottom: 0
}

.row .col img {
    height: auto;
    margin-bottom: 15px;
    max-width: 100%
}

.row .col img:not([srcset]) {
    width: auto
}

.row .col .wp-block-gallery.is-cropped .blocks-gallery-image img,
.row .col .wp-block-gallery.is-cropped .blocks-gallery-item img {
    margin-bottom: 0;
    width: 100%
}

body .container-wrap [class*=wp-block].alignfull {
    left: 50%;
    margin-left: -50vw !important;
    max-width: 100vw;
    position: relative;
    width: 100vw
}

body .container-wrap [class*=wp-block].alignfull img,
body .container-wrap [class*=wp-block].alignwide img {
    max-width: none;
    width: 100%
}

blockquote.wp-block-quote {
    padding-left: 1.3em;
    position: relative
}

blockquote.wp-block-quote:before {
    border-left: 4px solid rgba(0, 0, 0, .1);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px
}

blockquote.wp-block-quote.has-text-align-center:before {
    display: none
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1em;
    font-style: inherit
}

blockquote.wp-block-quote p {
    margin-bottom: 0
}

blockquote.wp-block-quote cite {
    display: block;
    font-size: 14px;
    line-height: 18px
}

.wpb_text_column>.wpb_wrapper>:last-child {
    margin-bottom: 0;
    width: 100%;
}

.gallery a img {
    background-color: #fff;
    border: 1px solid #e5e5e5 !important;
    height: auto;
    max-height: 90%;
    max-width: 90%;
    padding: 5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    width: 90%
}

#ajax-loading-screen {
    background-color: #fff;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000000
}

#ajax-loading-screen .reveal-1,
#ajax-loading-screen .reveal-2 {
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

#ajax-loading-screen[data-effect*=horizontal_swipe] {
    background-color: transparent !important;
    left: -100%
}

body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard][data-effect*=horizontal_swipe] {
    display: block
}

body[data-ajax-transitions=true][data-apte=horizontal_swipe_basic] #ajax-loading-screen .reveal-2 {
    display: none
}

#ajax-loading-screen.in-from-right {
    left: 0
}

.no-cssanimations #ajax-loading-screen.loaded .reveal-1,
.no-cssanimations #ajax-loading-screen.loaded .reveal-2 {
    display: none
}

#ajax-loading-screen.loaded .reveal-1 {
    animation: nectar-anim-effect-2-2 1.85s cubic-bezier(.67, 0, .3, 1) forwards;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#ajax-loading-screen.loaded .reveal-2 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#ajax-loading-screen.loaded .reveal-2,
#ajax-loading-screen.loaded.in-from-right .reveal-1 {
    animation: nectar-anim-effect-2-1 1.85s cubic-bezier(.67, 0, .3, 1) forwards
}

body[data-apte=horizontal_swipe_basic] #ajax-loading-screen.loaded.in-from-right .reveal-1 {
    animation: nectar-anim-effect-2-1 1.1s cubic-bezier(.215, .61, .355, 1) forwards
}

#ajax-loading-screen.loaded.in-from-right .reveal-2 {
    animation: nectar-anim-effect-2-2 1.85s cubic-bezier(.67, 0, .3, 1) forwards
}

body[data-ajax-transitions=true] #ajax-loading-screen[data-effect*=horizontal_swipe].hidden {
    display: none
}

body[data-ajax-transitions=true] #ajax-loading-screen[data-effect*=horizontal_swipe].hidden.loaded.in-from-right {
    display: block
}

@keyframes nectar-anim-effect-2-1 {
    0% {
        transform: translateZ(0)
    }

    30%,
    to {
        animation-timing-function: cubic-bezier(.67, 0, .3, 1);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes nectar-anim-effect-2-2 {

    0%,
    14.5% {
        transform: translateZ(0)
    }

    34.5%,
    to {
        animation-timing-function: cubic-bezier(.67, 0, .3, 1);
        transform: translate3d(-100%, 0, 0)
    }
}

body[data-ajax-transitions=true] #ajax-loading-screen[data-effect*=horizontal_swipe][data-method=ajax],
body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard],
body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard] .loading-icon {
    display: block;
    opacity: 1
}

#ajax-loading-screen .loading-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.default-loading-icon {
    border: 3px solid #e5e5e5;
    border-radius: 100%;
    display: block;
    height: 40px;
    margin: -20px auto 0;
    position: relative;
    top: 50%;
    width: 40px
}

.loading-icon .material-icon .spinner {
    animation: material-rotate-all 1s linear infinite;
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px
}

.loading-icon .material-icon .spinner .left-side,
.loading-icon .material-icon .spinner .right-side {
    animation: material-fade-in-first 1.2s linear infinite alternate
}

.loading-icon .material-icon .spinner.color-2 .left-side,
.loading-icon .material-icon .spinner.color-2 .right-side {
    animation: material-fade-in-second 1.2s linear infinite alternate
}

.loading-icon .material-icon .left-side,
.loading-icon .material-icon .right-side {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%
}

.loading-icon .material-icon .left-side {
    left: 0
}

.loading-icon .material-icon .right-side {
    right: 0
}

.loading-icon .material-icon .bar {
    border: 6px solid #666;
    border-radius: 200px 0 0 200px;
    height: 100%;
    position: relative;
    width: 100%
}

.loading-icon .material-icon .bar:after {
    background: #666;
    border-radius: 6px;
    content: "";
    display: block;
    height: 6px;
    position: absolute;
    width: 6px
}

.loading-icon .material-icon .right-side .bar {
    animation: material-rotate-right .75s linear infinite alternate;
    border-left: none;
    border-radius: 0 200px 200px 0;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.loading-icon .material-icon .right-side .bar:after {
    bottom: -6px;
    left: -3px
}

.loading-icon .material-icon .left-side .bar {
    animation: material-rotate-left .75s linear infinite alternate;
    border-right: none;
    transform: rotate(10deg);
    transform-origin: right center
}

.loading-icon .material-icon .left-side .bar:after {
    bottom: -6px;
    right: -3px
}

@keyframes material-rotate-left {
    to {
        transform: rotate(30deg)
    }

    0% {
        transform: rotate(175deg)
    }
}

@keyframes material-rotate-right {
    0% {
        transform: rotate(-175deg)
    }

    to {
        transform: rotate(-30deg)
    }
}

@keyframes material-rotate-all {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

@keyframes material-fade-in-first {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes material-fade-in-second {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.loading-icon .material-icon {
    display: block;
    height: 65px;
    margin: -32px auto 0;
    position: relative;
    top: 50%;
    width: 65px
}

.default-loading-icon:before {
    border: 3px solid transparent;
    border-radius: 100%;
    border-top-color: #000;
    content: "";
    display: block;
    height: 100%;
    left: -3px;
    position: absolute;
    top: -3px;
    width: 100%
}

.default-loading-icon.spin,
.loading-icon.spin,
.portfolio-loading.spin,
.pp_loaderIcon.spin {
    animation: spinning_animation 2s cubic-bezier(.63, .045, .34, 1) 0s infinite normal none;
    -webkit-animation: spinning_animation 2s cubic-bezier(.63, .045, .34, 1) 0s infinite normal none
}

.default-skin-loading-icon {
    background-image: url(../../../../../../../themes/stepps/img/icons/loading-white-bg.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%
}

@keyframes spinning_animation {
    0% {
        transform: scale(1) rotate(0deg)
    }

    50% {
        transform: scale(.8) rotate(1turn)
    }

    to {
        transform: scale(1) rotate(2turn)
    }
}

@keyframes bounce_in_animation {
    0% {
        transform: scale(0)
    }

    20% {
        transform: scale(1.4)
    }

    50% {
        transform: scale(.8)
    }

    85% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes grow_in_animation {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

body #ajax-loading-screen[data-effect=center_mask_reveal] {
    background-color: transparent
}

body[data-ajax-transitions=true] #ajax-loading-screen[data-effect=center_mask_reveal].hidden {
    display: none
}

#ajax-loading-screen[data-effect=center_mask_reveal] span {
    background: #fff;
    position: absolute;
    transition: .8s cubic-bezier(.12, .75, .4, 1);
    z-index: 100
}

#ajax-loading-screen .mask-top {
    height: 50%;
    left: 0;
    top: 0;
    width: 100%
}

#ajax-loading-screen .mask-right {
    height: 100%;
    right: 0;
    top: 0;
    width: 50%
}

#ajax-loading-screen .mask-bottom {
    bottom: 0;
    height: 50%;
    right: 0;
    width: 100%
}

#ajax-loading-screen .mask-left {
    height: 100%;
    left: 0;
    top: 0;
    width: 50%
}

#ajax-loading-screen.loaded .mask-top {
    transform: translateY(-100%) translateZ(0)
}

#ajax-loading-screen.loaded .mask-right {
    transform: translateX(100%) translateZ(0)
}

#ajax-loading-screen.loaded .mask-bottom {
    transform: translateY(100%) translateZ(0)
}

#ajax-loading-screen.loaded .mask-left {
    transform: translateX(-100%) translateZ(0)
}

#ajax-loading-screen[data-effect=center_mask_reveal].set-to-fade span,
#ajax-loading-screen[data-effect=center_mask_reveal].set-to-fade.loaded span {
    height: 100%;
    left: 0;
    top: 0;
    transform: none;
    width: 100%
}

#error-404 {
    padding: 10% 0;
    position: relative;
    text-align: center;
    z-index: 10
}

body.error {
    padding: 0
}

body #error-404[data-cc=true] h1,
body #error-404[data-cc=true] h2,
body #error-404[data-cc=true] p {
    color: inherit
}

body.error404 .error-404-bg-img,
body.error404 .error-404-bg-img-overlay {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

body.error404 .error-404-bg-img-overlay {
    opacity: .8
}

body #error-404 h1,
body #error-404 h2 {
    font-family: Open Sans;
    font-weight: 700
}

body #ajax-content-wrap #error-404 h1 {
    font-size: 250px;
    line-height: 250px
}

body #ajax-content-wrap #error-404 h2 {
    font-size: 54px
}

.woocommerce-page .woocommerce p.cart-empty {
    font-family: Open Sans;
    font-size: 54px;
    font-weight: 700
}

body #error-404 .nectar-button {
    margin-top: 50px
}

body.page-template-page-left-sidebar-php .main-content>.row>#sidebar,
body.page-template-page-left-sidebar-php .main-content>.row>.post-area,
body.page-template-page-sidebar-php .main-content>.row>#sidebar,
body.page-template-page-sidebar-php .main-content>.row>.post-area {
    margin-top: 30px
}

#portfolio-extra>.wpb_row:last-child,
.container-wrap .row>.wpb_row:last-child,
.home-wrap .row>.wpb_row:last-child {
    margin-bottom: 0
}

.wpb_content_element,
.wpb_row {
    margin-bottom: 35px
}

body.page-template-template-portfolio-php .container-wrap,
body.single-portfolio .container-wrap,
body.tax-project-type .container-wrap,
body[data-bg-header=true] .container-wrap {
    margin-top: 0 !important;
    padding-bottom: 40px;
    padding-top: 25px
}

body.search-results .container-wrap,
body[data-header-resize="1"].search-results .container-wrap {
    padding-top: 50px
}

body.search #page-header-bg {
    height: 250px
}

body.search #page-header-bg h1 {
    font-size: 40px;
    line-height: 50px;
    padding: 0
}

body.search #page-header-bg h1 span {
    color: inherit
}

body.search-no-results[data-header-resize] .container-wrap {
    padding: 8% 0
}

@media only screen and (max-width:690px) {
    body.search-no-results[data-header-resize] .container-wrap {
        padding: 14% 0
    }
}

body.search-no-results #search-results .search-form {
    position: relative
}

body.search-no-results #search-results .search-form button[type=submit] {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (min-width:1000px) {
    body.search-no-results:not(.post-type-archive) .container-wrap:not([data-layout=default]) .container.main-content {
        max-width: 1000px
    }

    body.search-results[data-ext-responsive=true] #search-results[data-layout=list-no-sidebar] {
        margin: 0 auto;
        max-width: 1000px
    }
}

body.search-no-results #search-results input[type=text] {
    padding-right: 60px
}

#header-space {
    background-color: #fff;
    height: 90px
}

body[data-header-color=dark] #header-space {
    background-color: #000
}

#header-outer {
    background-color: #fff;
    left: 0;
    overflow: visible;
    padding: 28px 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

#header-outer[data-box-shadow=small],
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=small][data-remove-fixed="0"]:not(.transparent):not(.invisible),
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=small][data-remove-fixed="1"]:not(.transparent) {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22)
}

#header-outer[data-box-shadow=large],
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=large][data-remove-fixed="0"]:not(.transparent):not(.invisible),
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow=large][data-remove-fixed="1"]:not(.transparent) {
    box-shadow: 0 3px 45px rgba(0, 0, 0, .15)
}

body.page-template-template-no-header #header-outer,
body.page-template-template-no-header-footer #header-outer {
    visibility: hidden
}

body[data-transparent-nav="1"][data-header-color=light] #header-outer {
    background-color: hsla(0, 0%, 100%, .965)
}

body[data-header-color=dark] #header-outer,
body[data-header-color=dark] #search-outer {
    background-color: #000;
    box-shadow: none
}

body[data-header-color=dark] #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart,
body[data-header-color=dark] #search-outer input,
body[data-header-color=dark] #top #logo,
body[data-header-color=dark] #top nav ul #nectar-user-account a span,
body[data-header-color=dark] #top nav ul #search-btn a span,
body[data-header-color=dark] #top nav ul li a {
    color: #a0a0a0
}

body[data-header-color=dark] #top nav ul .slide-out-widget-area-toggle .lines-button:after,
body[data-header-color=dark] #top nav ul .slide-out-widget-area-toggle a .lines,
body[data-header-color=dark] #top nav ul .slide-out-widget-area-toggle a .lines:after,
body[data-header-color=dark] #top nav ul .slide-out-widget-area-toggle a .lines:before {
    background-color: #a0a0a0
}

.admin-bar #header-outer,
.logged-in.buddypress #header-outer {
    top: 32px
}

#top #logo {
    color: #444;
    display: block;
    font-family: Open Sans;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 22px;
    max-width: none;
    width: auto
}

#top #logo .retina-logo,
#top .span_3 #logo .mobile-only-logo {
    display: none
}

#top #logo .starting-logo {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

#top #logo:focus,
#top #logo:hover {
    color: #000
}

#top #logo img {
    display: block;
    margin-bottom: 0;
    max-width: none;
    text-indent: -9999px;
    transition: opacity .4s ease;
    width: auto
}

#header-outer[data-transparent-header=true] #top #logo img.stnd,
#top {
    position: relative
}

#top {
    width: 100%;
    z-index: 9998;
    padding: 15px 0;
}

#top .container .row {
    padding-bottom: 0
}

#top nav>ul {
    line-height: 1px;
    min-height: 1px;
    overflow: visible;
    transition: padding .8s ease, margin .25s ease
}

#top nav .no-menu-assigned {
    visibility: hidden
}

#header-outer[data-format=centered-menu-under-logo] #top nav>.buttons,
body.ascend #header-outer[data-full-width=false] #top nav>.buttons,
body:not(.ascend) #top nav>.buttons {
    margin-left: 15px
}

body #header-outer[data-full-width=false][data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons {
    margin-left: 0
}

body:not(.ascend) #header-outer[data-full-width=true][data-remove-border=true] #top nav ul #search-btn {
    margin-left: 22px
}

#top nav>.buttons {
    transition: padding .8s ease
}

#top nav>ul .slide-out-widget-area-toggle {
    transition: margin .25s ease
}

.side-widget-open #top nav>ul .slide-out-widget-area-toggle {
    transition: margin .75s ease
}

#header-outer[data-transparency-option="1"][data-full-width=true].side-widget-open {
    box-shadow: none
}

#header-outer.hidden-menu-items #top nav>.sf-menu li:not(#social-in-menu),
#header-outer.side-widget-open.hidden-menu #top nav>.sf-menu li {
    transition: opacity .75s ease
}

body:not(.material) #header-outer.side-widget-open.hidden-menu #top nav>.sf-menu:not(.buttons) li,
body:not(.material) #header-outer.side-widget-open.hidden-menu-items #top nav>.sf-menu:not(.buttons) li:not(#social-in-menu),
body:not(.material) #header-outer[data-format=centered-menu].side-widget-open #top nav>.sf-menu:not(.buttons) li {
    opacity: 0
}

.side-widget-open.no-bg-color {
    border-color: transparent !important
}

#header-outer #top nav>.buttons {
    height: 100%;
    overflow: hidden;
    right: 0
}

body #header-outer[data-using-pr-menu=true] #top nav>.buttons {
    display: block;
    overflow: visible
}

body.material #header-outer[data-using-pr-menu=true] #top nav>.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#header-outer .woocommerce-page .cart-notification .item-name,
.woocommerce #header-outer .cart-notification .item-name {
    color: #999
}

#top nav ul li {
    float: right
}

#top nav>ul>li {
    float: left
}

#top nav>ul>li>a,
.pull-left-wrap>ul>li>a {
    color: #676767;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    transition: color .1s linear
}

#header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
    transition: color .2s ease
}

#header-outer[data-format=centered-menu] #top .span_9,
#header-outer[data-format=centered-menu] #top .span_9 .sf-menu:not(.buttons) {
    left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

#header-outer[data-format=centered-menu] #top nav>.sf-menu>li {
    display: inline-block;
    float: none
}

#header-outer[data-format=centered-menu] #top nav>.sf-menu>.megamenu {
    position: static
}

#header-outer[data-format=centered-menu] #top nav>.sf-menu>li ul {
    text-align: left
}

#header-outer[data-format=centered-menu] #top .span_3,
#header-outer[data-format=centered-menu] #top nav>.buttons {
    position: absolute;
    z-index: 10
}

#header-outer[data-format=centered-menu] #top .span_3 {
    left: 0
}

#header-outer[data-format=menu-left-aligned] .row .col.span_3 {
    margin-right: 25px
}

#header-outer[data-format=menu-left-aligned] .row .col.span_9 {
    float: left
}

#header-outer[data-format=menu-left-aligned] .row .right-aligned-menu-items {
    float: right
}

body #header-outer[data-full-width=true] #top nav>.buttons {
    margin-left: 0
}

#header-outer[data-format=centered-menu-under-logo] #top nav {
    display: inline-block
}

#header-outer[data-format=centered-menu-under-logo] .span_9 {
    line-height: 1px;
    text-align: center
}

body.ascend #header-outer[data-format=centered-menu-under-logo] #top .row .span_3,
body.ascend #header-outer[data-format=centered-menu-under-logo] #top .row .span_9,
body.material #header-outer[data-format=centered-menu-under-logo] #top .row .span_3,
body.material #header-outer[data-format=centered-menu-under-logo] #top .row .span_9,
body.original #header-outer[data-format=centered-menu-under-logo] #top .row .span_3,
body.original #header-outer[data-format=centered-menu-under-logo] #top .row .span_9 {
    display: block;
    float: none;
    width: 100% !important
}

body #header-outer[data-format=centered-menu-under-logo] .span_3 {
    text-align: center
}

#header-outer[data-format=centered-menu-under-logo] #top nav>.sf-menu>li ul {
    text-align: left
}

#header-outer[data-format=centered-menu-under-logo] #top .span_9 {
    position: relative
}

#header-outer[data-format=centered-menu-under-logo] .cart-menu {
    top: 50%;
    transform: translateY(-50%)
}

#header-outer[data-format=centered-menu-under-logo] #top .span_9 nav>ul>li:not(#social-in-menu):not(#search-btn):not(.slide-out-widget-area-toggle)>a {
    padding-bottom: 20px;
    padding-top: 0
}

#header-outer[data-format=centered-menu-under-logo] #top .span_9 ul #nectar-user-account,
#header-outer[data-format=centered-menu-under-logo] #top .span_9 ul #search-btn,
#header-outer[data-format=centered-menu-under-logo] #top nav>ul .slide-out-widget-area-toggle {
    padding-bottom: 0;
    padding-top: 0
}

#header-outer[data-format=centered-menu-under-logo] #top .span_9 ul #social-in-menu a {
    margin-bottom: 20px;
    margin-top: 0
}

#header-outer[data-format=centered-menu-under-logo] #top #logo img {
    margin: 0 auto
}

#header-outer[data-format=centered-menu-under-logo] #top #logo .starting-logo {
    left: 50%;
    margin-bottom: 0;
    position: absolute;
    transform: translateX(-50%) translateZ(0)
}

@media only screen and (min-width:1000px) {
    #header-outer[data-format=centered-menu-under-logo] #top #logo .starting-logo {
        top: 0
    }
}

@media only screen and (max-width:999px) {
    #header-outer[data-format=centered-menu-under-logo] #top #logo .starting-logo {
        left: 0;
        transform: none
    }
}

#header-outer[data-format=centered-logo-between-menu] .cart-menu-wrap {
    z-index: 10000
}

@media only screen and (min-width:1000px) {
    #header-outer[data-format=centered-logo-between-menu] nav {
        visibility: hidden
    }
}

#header-outer[data-format=centered-logo-between-menu] .span_3 {
    left: 50%;
    margin-right: 0;
    position: absolute
}

#header-outer[data-format=centered-logo-between-menu] .span_3 #logo.no-image,
#header-outer[data-format=centered-logo-between-menu] .span_3 #logo:not(.no-image) img {
    transform: translateX(-50%)
}

#header-outer[data-format=centered-logo-between-menu] .row .col.span_9,
#header-outer[data-format=centered-logo-between-menu] .row .col.span_9 .sf-menu:not(.buttons) {
    left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

body #header-outer[data-format=centered-logo-between-menu] .row .col.span_9 .sf-menu:not(.buttons) {
    position: static
}

#header-outer[data-format=centered-logo-between-menu] #top .span_3,
#header-outer[data-format=centered-logo-between-menu] #top nav>.buttons {
    position: absolute;
    z-index: 10
}

#header-outer[data-format=centered-logo-between-menu] #top nav>.sf-menu>li ul {
    text-align: left
}

#header-outer[data-format=centered-logo-between-menu] #top nav>.sf-menu>li {
    float: none
}

#header-outer[data-format=centered-logo-between-menu] #top nav>.sf-menu>.megamenu {
    position: static
}

#header-outer[data-format=centered-logo-between-menu] nav #social-in-menu {
    left: 0;
    position: absolute
}

#header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a:before,
#top .slide-out-widget-area-toggle[data-custom-color=true] a:before,
#top nav>ul>li[class*=button_solid_color]>a:before {
    content: " ";
    display: block;
    height: 24px;
    left: 0;
    padding-bottom: 10px;
    position: absolute;
    transform: translateY(-7px);
    transition: opacity .2s ease;
    width: 100%;
    z-index: -1
}

body #header-outer .slide-out-widget-area-toggle[data-custom-color=true] .lines:before {
    top: 6px
}

body #header-outer .slide-out-widget-area-toggle[data-custom-color=true] .lines:after {
    top: -6px
}

#header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top .slide-out-widget-area-toggle[data-custom-color=true] a:before,
#header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav>ul>li[class*=button_]>a:before {
    top: 50%;
    transform: translateY(-50%)
}

#header-outer[data-format=centered-menu-bottom-bar] #top .slide-out-widget-area-toggle[data-custom-color=true] a:before,
#header-outer[data-format=centered-menu-bottom-bar] #top nav>ul>li[class*=button_]>a:before,
#header-outer[data-format=centered-menu-under-logo] #top nav>ul>li[class*=button_]>a:before {
    transform: translateY(-9px)
}

#header-outer[data-header-button_style=default] #top nav>ul>li[class*=button_solid_color]>a:hover:before,
#header-outer[data-header-button_style=default].transparent #top nav>ul>li[class*=button_solid_color]>a:hover:before {
    opacity: .85 !important
}

#header-outer[data-header-button_style=shadow_hover_scale] #top nav>ul>li[class*=button_solid_color]>a:before,
#header-outer[data-header-button_style=shadow_hover_scale] .slide-out-widget-area-toggle[data-custom-color=true] a:before {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .13)
}

#header-outer[data-header-button_style*=hover_scale] #top nav>ul>li[class*=button_solid_color]>a:before,
#header-outer[data-header-button_style*=hover_scale] .slide-out-widget-area-toggle[data-custom-color=true] a:before {
    transform-origin: top;
    transition: transform .3s ease
}

#header-outer[data-header-button_style*=hover_scale]:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav li[class*=button_solid_color]>a:hover:before,
#header-outer[data-header-button_style*=hover_scale]:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav ul .slide-out-widget-area-toggle[data-custom-color=true] a:hover:before {
    transform: scale(1.1) translateY(-50%)
}

#header-outer[data-header-button_style*=hover_scale][data-format=centered-menu-bottom-bar] #top nav ul .slide-out-widget-area-toggle[data-custom-color=true] a:hover:before,
#header-outer[data-header-button_style*=hover_scale][data-format=centered-menu-bottom-bar] #top nav>ul>li[class*=button_]>a:hover:before,
#header-outer[data-header-button_style*=hover_scale][data-format=centered-menu-under-logo] #top nav ul .slide-out-widget-area-toggle[data-custom-color=true] a:hover:before,
#header-outer[data-header-button_style*=hover_scale][data-format=centered-menu-under-logo] #top nav>ul>li[class*=button_]>a:hover:before {
    transform: scale(1.1) translateY(-9px)
}

#header-outer.transparent #top nav>ul>li[class*=button_bordered]>a:before,
#top nav>ul>li[class*=button_bordered]>a:before {
    border: 2px solid #fff;
    box-sizing: border-box;
    content: " ";
    display: block;
    height: 34px;
    left: 0;
    padding-bottom: 10px;
    position: absolute;
    transform: translateY(-7px);
    transition: border-color .2s ease;
    width: 100%;
    z-index: -1
}

#top nav>ul>li[class*=button_bordered]>a:before {
    border-color: rgba(0, 0, 0, .4)
}

.light-text #top nav>ul>li[class*=button_bordered]>a:before {
    border-color: #fff
}

#header-outer #top .sf-menu>li[class*=button_solid_color].sfHover>a .sf-sub-indicator i,
#header-outer #top .sf-menu>li[class*=button_solid_color]:hover>a .sf-sub-indicator i,
#header-outer #top nav>ul>li[class*=button_solid_color]>a,
#header-outer #top nav>ul>li[class*=button_solid_color]>a .sf-sub-indicator i,
#header-outer[data-lhe=default] #top nav .sf-menu>[class*=button_solid_color].sfHover:not(#social-in-menu)>a,
#header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color].current-menu-ancestor>a,
#header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color].current_page_ancestor>a {
    color: #fff !important
}

#header-outer.dark-text #top nav>ul>li[class*=button_solid_color]>a,
#header-outer.transparent.dark-slide>#top nav .sf-menu>li[class*=button_solid_color].sfHover>a,
#header-outer.transparent.dark-slide>#top nav>ul>li[class*=button_solid_color]>a:hover,
#header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_solid_color]>a,
#header-outer[data-lhe=animated_underline].transparent.dark-slide #top nav>ul>li[class*=button_solid_color]>a:hover,
#header-outer[data-lhe=default] #top nav .sf-menu .current_page_item[class*=button_solid_color]>a,
#header-outer[data-lhe=default] #top nav .sf-menu>li[class*=button_solid_color]>a:hover,
#header-outer[data-lhe=default].transparent.dark-slide #top nav>ul>li[class*=button_solid_color]>a:hover,
#top nav>ul>li[class*=button_solid_color]>a,
body #header-outer.transparent #top nav>ul>li[class*=button_solid_color]>a {
    color: #fff !important;
    opacity: 1 !important;
    padding-left: 20px;
    padding-right: 20px
}

#header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a:hover,
body #header-outer[data-lhe=default] #top nav .sf-menu>li[class*=button_solid_color].sfHover>a {
    color: #fff !important
}

#header-outer[data-lhe=animated_underline] #top nav>ul>li[class*=button_bordered]>a,
#header-outer[data-lhe=default] #top nav ul li[class*=button_bordered] a:hover,
#header-outer[data-lhe=default] #top nav>ul>li[class*=button_bordered]>a,
#header-outer[data-lhe=default] #top nav>ul>li[class*=button_solid_color]>a,
#top nav>ul>li[class*=button_bordered]>a,
body #header-outer.transparent #top nav>ul>li[class*=button_bordered]>a {
    padding-left: 20px;
    padding-right: 20px
}

body[data-header-search=false][data-full-width-header=false] #header-outer[data-lhe=animated_underline][data-format=default][data-cart=false] #top nav>ul>li:last-child>a,
body[data-header-search=false][data-user-set-ocm=off] #header-outer[data-lhe=animated_underline][data-format=centered-menu][data-cart=false] #top nav>.buttons>li:last-child>a,
body[data-header-search=false][data-user-set-ocm=off] #header-outer[data-lhe=animated_underline][data-format=menu-left-aligned][data-cart=false] #top nav>.buttons>li:last-child>a {
    margin-right: 0
}

#header-outer #top .slide-out-widget-area-toggle[data-custom-color=true] a {
    display: block;
    padding: 0 18px;
    position: relative
}

#header-outer #top nav .slide-out-widget-area-toggle[data-custom-color=true]:not(.mobile-icon) a:not(.using-label) {
    width: 22px
}

.ascend #header-outer #top nav ul .slide-out-widget-area-toggle[data-custom-color=true] a,
.ascend .slide-out-widget-area-toggle[data-custom-color=true].mobile-icon a>span,
.original #header-outer #top nav ul .slide-out-widget-area-toggle[data-custom-color=true] a,
.original .slide-out-widget-area-toggle[data-custom-color=true].mobile-icon a>span {
    height: 22px
}

#header-outer[data-lhe=animated_underline] nav>ul>li:not([class*=button_])>a:after,
#header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li>a:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:after {
    border-top: 2px solid #000;
    bottom: -6px;
    content: "";
    display: block;
    left: 0;
    padding-bottom: inherit;
    position: absolute;
    transform: scaleX(0);
    transition: transform .3s ease-out, border-color .3s ease-out;
    width: 100%
}

#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a {
    position: relative
}

body:not(.material) #header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li>a:after {
    bottom: -9px
}

#header-outer[data-lhe=animated_underline] #top nav>ul>.sfHover>a:after,
#header-outer[data-lhe=animated_underline] #top nav>ul>li>a:hover:after,
#header-outer[data-lhe=animated_underline] .buttons .current-menu-ancestor>a:after,
#header-outer[data-lhe=animated_underline] .buttons .current-menu-item>a:after,
#header-outer[data-lhe=animated_underline] .sf-menu .current-menu-ancestor>a:after,
#header-outer[data-lhe=animated_underline] .sf-menu .current-menu-item>a:after,
#header-outer[data-lhe=animated_underline] .sf-menu .current_page_ancestor>a:after,
#header-outer[data-lhe=animated_underline] .sf-menu .current_page_item>a:after,
#header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li>a:focus:after,
#header-secondary-outer[data-lhe=animated_underline] nav>.sf-menu>li>a:hover:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .current-menu-item>a:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:focus:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:hover:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .current-menu-item>a:after,
body.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li a:hover:after,
body.material #slide-out-widget-area[class=slide-out-from-right] .off-canvas-menu-container li a:focus:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scaleX(1)
}

#header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0
}

#top nav ul li a {
    color: #999
}

.sf-menu {
    float: left;
    margin-bottom: 30px
}

.sf-menu ul li {
    font-weight: 400;
    width: 100%
}

#header-outer .sf-menu>.sfHover>ul,
#header-outer .sf-menu>li:hover>ul {
    top: 100%
}

.sub-menu {
    z-index: 3
}

.sf-menu .sfHover,
.sf-menu a:active,
.sf-menu a:hover,
.sf-menu li:hover,
.sf-menu:not(.buttons) a:focus {
    outline: 0 none
}

.sf-menu ul li a {
    margin: 0
}

.sf-sub-indicator {
    display: inline-block;
    height: 10px;
    left: 8px;
    position: relative;
    width: 10px
}

.sf-sub-indicator i {
    width: 8px
}

.sf-sub-indicator [class^=icon-],
body .sf-sub-indicator [class*=" icon-"] {
    background-color: transparent;
    color: #888;
    font-size: 12px;
    height: auto;
    line-height: 16px
}

.material .sf-menu>li>a>.sf-sub-indicator i {
    font-size: 16px
}

.sf-shadow .sf-shadow-off {
    background: none repeat scroll 0 0 transparent
}

.sf-vertical,
.sf-vertical li {
    width: 100%
}

.sf-vertical .sfHover ul,
.sf-vertical li:hover ul {
    left: 100%;
    top: 0
}

.sf-menu,
.sf-menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    z-index: 10
}

.sf-menu {
    line-height: 1
}

.sf-menu ul {
    position: absolute;
    top: -999em
}

.sf-menu ul li,
.sf-menu ul li li {
    font-size: 12px;
    width: 100%
}

.sf-menu li:hover {
    visibility: inherit
}

.sf-menu li {
    float: left;
    font-size: 12px;
    line-height: 0;
    position: relative
}

.sf-menu a {
    display: block;
    position: relative;
    text-decoration: none
}

.sf-menu .sfHover ul,
.sf-menu li:hover ul {
    z-index: 999
}

.sf-menu li .sfHover ul,
.sf-menu li li .sfHover ul,
.sf-menu li li li:hover ul,
.sf-menu li li:hover ul {
    left: 20em;
    top: 0
}

.sf-menu .sf-with-ul a {
    min-width: 1px
}

#header-outer .sf-menu li ul li a {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 13px;
    transition: none
}

.sf-menu li ul li .sf-sub-indicator {
    display: block;
    left: auto;
    position: absolute;
    right: 14px;
    top: 14px
}

.sf-menu .sfHover ul li a,
.sf-menu .sfHover ul li li a {
    box-shadow: none
}

.sf-menu ul li a:active,
.sf-menu ul li a:focus,
.sf-menu ul li a:hover,
.sf-menu ul li li a:active,
.sf-menu ul li li a:focus,
.sf-menu ul li li a:hover {
    border-radius: 0 0 0 0;
    box-shadow: none;
    text-shadow: none
}

body #header-secondary-outer nav>ul>li>.temp-hidden-display,
body #top nav>ul>li>.temp-hidden-display {
    display: block !important;
    left: 0 !important;
    opacity: 0;
    right: auto !important
}

body #header-secondary-outer nav>ul>.edge>ul,
body #header-secondary-outer nav>ul>li .edge>ul,
body #top nav>ul>.edge>ul,
body #top nav>ul>li .edge>ul {
    left: auto;
    right: 0
}

#top .span_9 {
    position: static
}

#header-outer #top nav>ul>.megamenu {
    position: inherit
}

#top nav>ul>.megamenu>.sub-menu {
    background-color: #1c1c1c;
    left: 0;
    padding: 15px 0;
    width: 100%
}

#header-outer[data-megamenu-rt="1"].no-transition,
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul #nectar-user-account a:after,
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul #search-btn a:after,
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a .lines:after,
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a .lines:before,
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a:after,
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul li a>.sf-sub-indicator i,
#header-outer[data-megamenu-rt="1"].no-transition #top nav>ul>li[class*=button_bordered]>a:not(:hover):before,
#header-outer[data-megamenu-rt="1"].no-transition .cart-menu:after,
#header-outer[data-megamenu-rt="1"].no-transition .icon-salient-cart,
#header-outer[data-megamenu-rt="1"].no-transition .icon-salient-m-user,
#header-outer[data-megamenu-rt="1"].no-transition .icon-salient-search,
#header-outer[data-megamenu-rt="1"].no-transition .lines-button:after,
#header-outer[data-megamenu-rt="1"].no-transition a:not(#logo),
#header-outer[data-megamenu-rt="1"].no-transition img,
#header-outer[data-megamenu-rt="1"].no-transition.transparent #top nav>ul>li[class*=button_bordered]>a:not(:hover):before,
.ascend #header-outer[data-megamenu-rt="1"].no-transition .has_products .cart-menu .cart-icon-wrap .icon-salient-cart,
.page-submenu.no-trans,
.post-area.masonry,
.posts-container article.ajax-loaded,
.sf-menu>.no-trans>ul,
body #slide-out-widget-area-bg.fullscreen-alt.no-transition,
body #slide-out-widget-area-bg.fullscreen-alt.open.no-transition,
body .no-transition,
body[data-button-style=rounded_shadow] .nectar-button.wpb_start_animation,
body[data-button-style=slightly_rounded_shadow] .nectar-button.wpb_start_animation,
body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open) {
    transition: none !important
}

.material #header-outer[data-megamenu-rt="1"]:not([data-transparent-header=true]):not([data-format=left-header]).no-transition #logo img,
.material #header-outer[data-megamenu-rt="1"]:not([data-transparent-header=true]):not([data-format=left-header]).no-transition .logo-spacing img {
    transition: height .15s ease !important
}

.material #header-outer[data-megamenu-rt="1"]:not([data-format=left-header]).no-transition #logo img,
.material #header-outer[data-megamenu-rt="1"]:not([data-format=left-header]).no-transition .logo-spacing img {
    transition: height .32s ease !important
}

#header-outer[data-megamenu-rt="1"].no-transition li[class*=button_] a:hover {
    transition: opacity .2s ease, color .2s ease !important
}

#header-outer[data-lhe=animated_underline][data-megamenu-rt="1"].no-transition #top nav>ul>li:not([class*=button_])>a:after {
    transition: transform .3s ease-out
}

#top nav>ul>.megamenu>.sub-menu {
    display: table;
    padding: 30px 0
}

#top nav>ul>.megamenu>ul>li {
    border: none;
    padding: 0 0 0 30px
}

#header-outer .widget_shopping_cart .buttons,
#header-outer .widget_shopping_cart .cart_list,
#header-outer .widget_shopping_cart .total,
#header-outer[data-format=centered-menu] #top nav>ul>li>ul>li,
#header-secondary-outer .sf-menu>li>ul>li,
#top nav>ul>li>ul>li {
    opacity: 0;
    transform: translateY(13px);
    transition: transform .65s cubic-bezier(.2, .8, .25, 1), opacity .65s cubic-bezier(.2, .8, .25, 1);
    -webkit-transition: transform .65s cubic-bezier(.2, .8, .25, 1), opacity .65s cubic-bezier(.2, .8, .25, 1)
}

#header-outer .widget_shopping_cart.open .buttons,
#header-outer .widget_shopping_cart.open .cart_list,
#header-outer .widget_shopping_cart.open .total,
#header-outer[data-format=centered-menu] #top nav>ul>.sfHover>ul>li,
#header-secondary-outer .sf-menu>.sfHover>ul>li,
#top nav>ul>.sfHover>ul>li {
    opacity: 1;
    transform: translateY(0)
}

#header-outer .widget_shopping_cart,
#header-outer .widget_shopping_cart .cart_list,
.nectar-social.full-width>*,
.wpcf7-form-control-wrap {
    display: block !important
}

#top nav>ul>.megamenu>ul>li:last-child {
    padding-right: 30px
}

[data-megamenu-width=full-width] #top nav>ul>.megamenu>ul>li {
    padding: 0 30px 0 0
}

[data-megamenu-width=full-width] #top nav>ul>.megamenu>ul>li:last-child {
    padding: 0
}

#top nav>ul>.megamenu>ul>li>ul {
    margin: 0;
    padding: 0
}

#top nav>ul>.megamenu>ul>li {
    width: 33.33%
}

#header-outer #top nav>ul>.megamenu>ul>li {
    display: table-cell;
    float: none
}

#top nav>ul>.megamenu.columns-2>ul>li {
    width: 50%
}

#top nav>ul>.megamenu.columns-3>ul>li {
    width: 33.33%
}

#top nav>ul>.megamenu.columns-4>ul>li {
    width: 25%
}

#top nav>ul>.megamenu.columns-5>ul>li {
    width: 20%
}

#top nav>ul>.megamenu.columns-6>ul>li {
    width: 16.66%
}

#top nav>ul>.megamenu>ul>li ul {
    box-shadow: none;
    display: block !important;
    left: 0 !important;
    opacity: 1 !important;
    position: relative;
    top: 0 !important;
    width: 100%
}

#top nav>ul>.megamenu>ul>li>ul>.has-ul>ul {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0
}

#top nav>ul>.megamenu ul li {
    float: none
}

#top nav>ul>.megamenu ul li a {
    border-bottom: none;
    padding: 9px 15px
}

body:not([data-header-format=left-header]) #top nav>ul>.megamenu>ul>li>a,
body:not([data-header-format=left-header]) #top nav>ul>.megamenu>ul>li>ul>.has-ul>a {
    color: #444;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 7px;
    text-transform: uppercase
}

body[data-header-color=dark]:not([data-header-format=left-header]) #top nav>ul>.megamenu>ul>li>a,
body[data-header-color=dark]:not([data-header-format=left-header]) #top nav>ul>.megamenu>ul>li>ul>.has-ul>a {
    color: #fff
}

body:not([data-header-format=left-header]) #top nav>ul>.megamenu>ul>li>ul>.has-ul>ul {
    padding-bottom: 15px;
    padding-bottom: 20px
}

body:not([data-header-format=left-header]) #top nav>ul>.megamenu>ul>li>ul>.has-ul:last-child>ul {
    padding-bottom: 0
}

#top nav>ul>.megamenu>.sub-menu>li a,
#top nav>ul>.megamenu>ul>.sfHover>a,
#top nav>ul>.megamenu>ul>li>a:hover,
body #header-outer #top nav>ul>.megamenu>.sub-menu>li>a,
body #top nav>ul>.megamenu>.sub-menu>li a,
body:not([data-header-format=left-header]) #top nav>ul>.megamenu>ul>li>a,
body:not([data-header-format=left-header]) #top nav>ul>.megamenu>ul>li>ul>.has-ul.current-menu-item>a,
body:not([data-header-format=left-header]) #top nav>ul>.megamenu>ul>li>ul>.has-ul>a {
    background-color: transparent !important
}

#header-secondary-outer .sf-menu li ul li a,
#top .sf-menu li ul li a {
    background-color: transparent
}

body:not([data-header-format=left-header]) #top nav>ul>.megamenu>ul ul .current-menu-item>a,
body:not([data-header-format=left-header]) #top nav>ul>.megamenu>ul ul li a:hover {
    background-color: #000;
    color: #ccc
}

#header-secondary-outer .menu-item-language .iclflag,
#top .menu-item-language .iclflag {
    margin-right: 4px;
    position: relative;
    top: 1px
}

.sf-menu>li>ul {
    box-shadow: 0 19px 35px rgba(0, 0, 0, .11);
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: none
}

.sf-menu>li ul {
    padding: 20px;
    width: 20em
}

#top nav>ul>.megamenu ul li a,
.sf-menu>li ul a {
    padding: 6px
}

.sf-menu li ul li .sf-sub-indicator {
    right: 6px;
    top: 6px
}

body[data-header-color=light]:not([data-header-format=left-header]) #header-outer:not(.transparent) .sf-menu>li ul {
    border-top: 1px solid #e9e9e9
}

#header-outer[data-box-shadow=none]:not(.transparent) .sf-menu>li:not(.megamenu) ul {
    border-top: none
}

#header-outer .open.widget_shopping_cart {
    opacity: 1;
    pointer-events: auto;
    top: 100%;
    transform: translateY(0)
}

#header-outer .cart-outer .cart-notification {
    top: 100%
}

#header-outer .widget_shopping_cart {
    opacity: 0;
    pointer-events: none;
    transition: none
}

.sf-menu>.sfHover {
    z-index: 500
}

#header-outer .cart-notification,
#header-outer .widget_shopping_cart .cart_list li,
#header-outer .widget_shopping_cart_content,
#header-secondary-outer .sf-menu li ul,
#top nav>ul>.megamenu>.sub-menu,
body:not([data-header-format=left-header]) #top .sf-menu li ul {
    background-color: #fff
}

#header-outer .cart-outer .widget_shopping_cart>.widgettitle {
    display: none
}

body[data-header-color=dark] #header-outer .cart-notification,
body[data-header-color=dark] #header-outer .widget_shopping_cart .cart_list li,
body[data-header-color=dark] #header-outer .widget_shopping_cart_content,
body[data-header-color=dark] #header-secondary-outer .sf-menu li ul,
body[data-header-color=dark] #top nav>ul>.megamenu>.sub-menu,
body[data-header-color=dark]:not([data-header-format=left-header]) #top .sf-menu li ul {
    background-color: #000
}

#header-outer #top nav>ul>.megamenu>ul ul .sfHover>a,
#header-outer #top nav>ul>.megamenu>ul ul li a:focus,
#header-outer #top nav>ul>.megamenu>ul ul li a:hover,
#header-outer nav ul li .sfHover>a .sf-sub-indicator i,
#header-outer nav ul li li:hover>a .sf-sub-indicator i,
#header-outer:not([data-format=left-header]) #top nav>ul>.megamenu ul ul .current-menu-ancestor>a,
#header-outer:not([data-format=left-header]) #top nav>ul>.megamenu ul ul .current-menu-item>a,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) .sfHover>a,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a .sf-sub-indicator i,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul a:hover,
body:not([data-header-format=left-header]) #header-outer #top nav>ul>.megamenu>ul ul .current-menu-item>a {
    color: #fff
}

#header-outer .cart-notification,
#header-outer .widget_shopping_cart,
.woocommerce .cart-notification {
    box-shadow: 0 19px 35px rgba(0, 0, 0, .11)
}

#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) .cart_list a:hover {
    background-color: transparent !important
}

#header-outer .widget_shopping_cart a.button:hover,
.nectar-slide-in-cart .widget_shopping_cart a.button:hover {
    background-color: #333 !important
}

#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) .sfHover>a,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul .current-menu-ancestor>a,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul .current-menu-item>a,
#header-outer:not([data-format=left-header]) #top nav>ul>li:not(.megamenu) ul a:hover {
    background-color: #27ccc0
}

#header-outer .cart-notification,
#header-outer .product_list_widget li dl dd,
#header-outer .sf-menu li ul li a,
#header-outer .total,
#header-outer .total strong,
#header-outer .widget_shopping_cart .cart_list li,
#header-outer .widget_shopping_cart .quantity {
    color: #999
}

#header-outer #top nav>ul>.megamenu:hover ul li {
    pointer-events: auto
}

.sf-menu .megamenu li ul {
    box-shadow: none;
    transform: none
}

#header-outer #top .sf-menu .megamenu li ul,
[data-header-color=light] #header-outer:not(.transparent) .sf-menu>.megamenu li ul {
    border-top: 0
}

#header-secondary-outer .sf-menu li li ul,
.sf-menu li li ul {
    margin-left: -20px;
    margin-top: -20px
}

.sf-menu li li ul {
    box-shadow: 0 19px 35px rgba(0, 0, 0, .11);
    display: block;
    left: 20em;
    opacity: 0;
    pointer-events: none;
    top: 0 !important;
    transform: translateX(25px);
    transition: transform .25s, opacity .25s;
    visibility: visible;
    z-index: auto
}

#header-secondary-outer .sf-menu li li .on-left-side,
#header-secondary-outer sf-menu li .sfHover .on-left-side,
.sf-menu li .sfHover .on-left-side,
.sf-menu li li .on-left-side {
    left: auto;
    margin-left: 0;
    margin-right: -20px;
    right: 20em
}

.sf-menu .sfHover>.on-left-side {
    transform: translateY(0) translateX(0)
}

body[data-header-color=custom] #header-outer:not(.transparent) .sf-menu>li:not(.megamenu) li ul,
body[data-header-color=light] #header-outer:not(.transparent) .sf-menu>li:not(.megamenu) li ul {
    margin-top: -21px
}

body[data-header-color=custom] #header-outer[data-box-shadow=none]:not(.transparent) .sf-menu>li:not(.megamenu) li ul,
body[data-header-color=light] #header-outer[data-box-shadow=none]:not(.transparent) .sf-menu>li:not(.megamenu) li ul,
body[data-header-color=light] #header-secondary-outer .sf-menu>li:not(.megamenu) li ul,
body[data-header-color=light] .sf-menu>li:not(.megamenu) li ul {
    margin-top: -20px
}

.sf-menu ul li a {
    border-bottom: 0
}

.sf-menu .sfHover>ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) translateX(0)
}

.sf-menu>li.sfHover:not(.megamenu)>ul:not(.on-left-side) {
    left: 0
}

#header-outer:not([data-format=left-header]) #logo,
#header-outer:not([data-format=left-header]) .logo-spacing {
    transition: margin .32s ease
}

#header-outer:not([data-format=left-header]) #logo img,
#header-outer:not([data-format=left-header]) .logo-spacing img {
    transition: height .32s ease, opacity .2s ease
}

#header-outer:not([data-transparent-header=true]):not([data-format=left-header]) #logo,
#header-outer:not([data-transparent-header=true]):not([data-format=left-header]) .logo-spacing {
    transition: margin .15s ease
}

#header-outer:not([data-transparent-header=true]):not([data-format=left-header]) #logo img,
#header-outer:not([data-transparent-header=true]):not([data-format=left-header]) .logo-spacing img {
    transition: height .15s ease, opacity .2s ease
}

#header-outer.small-nav:not([data-format=left-header]) {
    transition: box-shadow .42s ease, opacity .3s ease
}

#header-outer.small-nav:not([data-format=left-header]) #logo,
#header-outer.small-nav:not([data-format=left-header]) .logo-spacing {
    transition: margin .32s ease
}

#header-outer.small-nav:not([data-format=left-header]) #logo img,
#header-outer.small-nav:not([data-format=left-header]) .logo-spacing img {
    transition: height .32s ease
}

body[data-hhun="0"] #header-outer[data-header-resize="0"]:not([data-transparent-header=true]) {
    transition: box-shadow .42s ease, opacity .3s ease, transform .32s ease
}

#header-outer[data-using-secondary="1"]:not([data-format=left-header]) {
    transition: transform .32s ease, background-color .3s ease 0s, box-shadow .3s ease 0s, margin .25s ease
}

#header-outer[data-using-secondary="1"].small-nav:not([data-format=left-header]) {
    transition: box-shadow .42s ease, opacity .3s ease, transform .32s ease
}

#header-outer[data-format=centered-logo-between-menu] .logo-spacing,
#header-outer[data-format=centered-menu] .logo-spacing {
    pointer-events: none;
    visibility: hidden;
    z-index: -100
}

@media only screen and (max-width:690px) {

    #header-outer[data-format=centered-logo-between-menu] .logo-spacing,
    #header-outer[data-format=centered-menu] .logo-spacing {
        display: none
    }
}

@media only screen and (min-width:1000px) {
    #header-outer:not([data-format=left-header]) {
        padding-top: 0
    }

    #header-outer:not([data-format=left-header]) #top>.container>.row,
    #header-outer:not([data-format=left-header]) #top>.container>.row nav,
    #header-outer:not([data-format=left-header]) #top>.container>.row nav>ul,
    #header-outer:not([data-format=left-header]) #top>.container>.row nav>ul>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    #header-outer:not([data-format=left-header]) #top .span_3,
    #header-outer:not([data-format=left-header]) #top .span_9 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: none;
        width: auto
    }

    #header-outer[data-format=centered-menu-under-logo] #top .row .span_9,
    #header-outer[data-format=centered-menu-under-logo] .span_9,
    #header-outer[data-format=centered-menu-under-logo] .span_9 nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    #header-outer[data-format=centered-menu-under-logo] .cart-menu {
        transform: none
    }

    #header-outer .logo-spacing {
        line-height: 0
    }

    #header-outer[data-format=centered-logo-between-menu] .logo-spacing[data-using-image=false] {
        font-size: 22px;
        letter-spacing: -1px;
        line-height: 22px;
        width: 1px
    }

    #header-outer[data-format=centered-logo-between-menu] .logo-spacing img,
    #header-outer[data-format=centered-menu] .logo-spacing img {
        margin-bottom: 0
    }

    #header-outer[data-format=centered-logo-between-menu] .logo-spacing img {
        width: 1px
    }

    #header-outer[data-format=centered-logo-between-menu] #top .span_9,
    #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav {
        width: 100%
    }

    #header-outer[data-format=centered-menu] #top .span_3 {
        margin-right: 0;
        position: relative
    }

    #header-outer[data-format=centered-menu] #top .span_9,
    #header-outer[data-format=centered-menu] #top .span_9 .sf-menu:not(.buttons) {
        position: static
    }

    #header-outer[data-format=centered-logo-between-menu] .row .col.span_3 {
        pointer-events: none
    }

    body #header-outer[data-format=centered-logo-between-menu] .span_3 #logo:not(.no-image) img {
        transform: none
    }

    body #header-outer[data-format=centered-logo-between-menu] #top #logo {
        pointer-events: auto;
        transform: translateX(-50%)
    }

    body[data-slide-out-widget-area-style=slide-out-from-right]:not(.material) #header-outer[data-format=centered-logo-between-menu] #top #logo {
        transform: translateX(-50%) !important
    }

    #header-outer[data-format=default] #top .span_9 {
        margin-left: auto
    }

    #header-outer[data-format=centered-menu] #top .span_9,
    #header-outer[data-format=centered-menu] #top .span_9 nav {
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1
    }

    #header-outer[data-format=centered-logo-between-menu] #top .span_9 nav .sf-menu:not(.buttons),
    #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 nav,
    #header-outer[data-format=centered-menu-under-logo] #top .span_9 nav,
    #header-outer[data-format=centered-menu] #top .span_9 nav .sf-menu:not(.buttons) {
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center
    }

    #header-outer:not([data-format=left-header]) #top nav>.buttons {
        height: auto;
        overflow: visible
    }

    #header-outer:not([data-format=left-header]) #top nav>ul>li {
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center
    }

    #header-outer:not([data-format=left-header]) #top nav>ul {
        display: inline-block;
        float: none;
        vertical-align: middle
    }

    #header-outer[data-format=centered-logo-between-menu] #top nav>.buttons,
    #header-outer[data-format=centered-logo-between-menu] nav #social-in-menu,
    #header-outer[data-format=centered-menu] #top .span_3,
    #header-outer[data-format=centered-menu] #top nav>.buttons {
        height: 100%
    }

    #header-outer #top>.container>.row .right-aligned-menu-items nav {
        flex-direction: row-reverse
    }

    #header-outer[data-format=menu-left-aligned] .row .right-aligned-menu-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: none;
        margin-left: auto
    }

    #header-outer[data-format=centered-menu-bottom-bar] .row,
    #header-outer[data-format=centered-menu-under-logo] .row {
        -moz-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:999px) {
    #top .col.span_9 {
        line-height: 0;
        text-align: right
    }

    #header-outer[data-format=centered-logo-between-menu] #top .span_9,
    #header-outer[data-format=centered-menu] #top .span_9 {
        left: auto;
        text-align: right;
        z-index: 10000
    }

    #header-outer #top #mobile-cart-link i,
    #header-outer .mobile-search .icon-salient-search,
    #header-outer .mobile-user-account .icon-salient-m-user,
    #top .span_9>.slide-out-widget-area-toggle>div {
        background-color: transparent;
        display: block;
        font-size: 18px;
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }

    #header-outer #top .mobile-user-account,
    #top #mobile-cart-link,
    #top .mobile-search,
    #top .span_9>.slide-out-widget-area-toggle {
        display: inline-block;
        height: 100%;
        line-height: 0;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0 7px;
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        vertical-align: middle;
        width: auto
    }

    body[data-slide-out-widget-area-style=slide-out-from-right] .slide_out_area_close:before,
    body[data-slide-out-widget-area-style=slide-out-from-right].material a.slide_out_area_close:before {
        background-color: rgba(0, 0, 0, .06)
    }

    #header-outer[data-cart=true] #top #mobile-cart-link,
    #header-outer[data-cart=true] #top .span_9>.slide-out-widget-area-toggle,
    #top .mobile-search {
        padding: 0 8px
    }

    #header-outer[data-cart=true] #top .row .span_9>.slide-out-widget-area-toggle,
    #top .span_9>.slide-out-widget-area-toggle {
        padding-right: 0
    }

    #search-outer #search #close a:before,
    body.material #header-outer #search-outer #search #close a:before {
        height: 40px;
        margin: -20px 0 0 -20px;
        width: 40px
    }

    #search-outer #search #close a span {
        font-size: 16px;
        height: 16px;
        line-height: 16px
    }

    #search-outer #search #close a {
        height: 14px
    }

    #search-outer #search #close,
    body.material #header-outer #search-outer #search #close {
        right: -5px;
        top: 0
    }

    #search-outer #search #close a,
    body.material #header-outer #search-outer #search #close a {
        right: 13px;
        top: 19px
    }

    body.original #search-outer #search #close a {
        top: 50%;
        transform: translateY(-50%)
    }
}

#header-outer[data-format=centered-menu-under-logo] #top .span_9 nav>.buttons {
    padding-bottom: 20px
}

@media only screen and (max-width:999px) {
    .slide-out-widget-area-toggle.mobile-icon a>span>.hover-effect {
        display: none
    }
}

#top nav ul #nectar-user-account a,
#top nav ul #nectar-user-account a span,
#top nav ul #search-btn a,
#top nav ul #search-btn a span,
#top nav ul .slide-out-widget-area-toggle a {
    height: 20px;
    line-height: 20px
}

#top .span_9>.slide-out-widget-area-toggle a.using-label .label,
#top nav ul .slide-out-widget-area-toggle a .label {
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    line-height: 1em;
    margin-right: 15px;
    vertical-align: middle
}

#top .span_9>.slide-out-widget-area-toggle a.using-label .label {
    transition: color .2s ease
}

#top .span_9>.slide-out-widget-area-toggle a.using-label>span,
#top nav ul .slide-out-widget-area-toggle a.using-label>span {
    display: inline-block;
    vertical-align: middle
}

#top .span_9>.slide-out-widget-area-toggle a.using-label,
#top nav ul .slide-out-widget-area-toggle a.using-label,
body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top nav ul .slide-out-widget-area-toggle a.using-label {
    vertical-align: middle;
    width: auto
}

@media only screen and (min-width:690px) {
    #slide-out-widget-area .secondary-header-text {
        display: none
    }
}

@media only screen and (max-width:999px) and (min-width:690px) {
    body.original #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
        display: none
    }
}

#top nav .buttons li {
    line-height: 12px;
    position: relative
}

#top nav .buttons .menu-item a {
    position: relative
}

.ascend #header-outer[data-full-width=false] #top nav ul #nectar-user-account>div,
.ascend #header-outer[data-full-width=false] #top nav ul #search-btn>div,
.ascend #header-outer[data-full-width=false] #top nav ul .nectar-woo-cart>div,
.ascend #header-outer[data-full-width=false] #top nav ul .slide-out-widget-area-toggle>div,
.original #top nav ul #nectar-user-account>div,
.original #top nav ul #search-btn>div,
.original #top nav ul .nectar-woo-cart>div,
.original #top nav ul .slide-out-widget-area-toggle>div {
    padding-left: 19px
}

#header-outer .cart-menu .cart-icon-wrap i {
    line-height: 18px
}

#header-outer:not([data-format=left-header]) .cart-menu .cart-icon-wrap {
    height: 20px;
    width: auto
}

#top nav ul #nectar-user-account a,
#top nav ul #search-btn a,
#top nav ul .slide-out-widget-area-toggle a {
    background-position: 100% 0;
    background-repeat: no-repeat;
    box-sizing: content-box;
    display: block;
    padding: 0;
    width: 24px
}

#top nav ul[data-user-set-ocm=off] .slide-out-widget-area-toggle,
body.material #header-outer:not([data-format=left-header]) #top>.container>.row nav>ul[data-user-set-ocm=off]>.slide-out-widget-area-toggle {
    display: none
}

#top nav ul #nectar-user-account a span,
#top nav ul #search-btn a span {
    background-color: transparent;
    top: 0;
    transition: color .2s ease
}

#top nav ul .slide-out-widget-area-toggle a i.label,
.cart-menu .cart-icon-wrap .icon-salient-cart {
    transition: color .2s ease
}

#header-outer #social-in-menu i,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i {
    background-color: transparent;
    color: inherit;
    font-size: 18px;
    height: 22px;
    line-height: 24px;
    text-align: center;
    transition: transform .25s ease, opacity .2s ease;
    -webkit-transition: -webkit-transform .25s ease, opacity .2s ease;
    width: 36px
}

body[data-header-search=false]:not(.mobile) #header-outer[data-has-menu=false][data-cart=false] #social-in-menu i {
    font-size: 20px;
    height: 26px;
    line-height: 26px;
    margin-bottom: -3px;
    width: 38px
}

#header-outer #social-in-menu a,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden
}

#header-outer #social-in-menu a:hover i,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i {
    transform: translateY(-100%)
}

#header-outer #social-in-menu a i:after,
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i:after {
    left: 0;
    position: absolute;
    top: 100%;
    transform: translateZ(0);
    width: 100%
}

#header-outer #social-in-menu a i:before {
    width: 100%
}

#header-outer #social-in-menu .fa-vine:after,
#header-outer #social-in-menu .fa-vine:before,
#header-outer #social-in-menu [class*=fa-]:after,
#header-outer #social-in-menu [class^=fa-]:after {
    speak: none;
    display: block;
    text-decoration: inherit
}

#header-outer #social-in-menu .fa-vine {
    display: block;
    text-align: center
}

#header-outer #social-in-menu i.fa-facebook {
    width: 28px
}

#header-outer #social-in-menu .fa-instagram:after,
.material #slide-out-widget-area.slide-out-from-right .fa-instagram:after {
    content: ""
}

#header-outer #social-in-menu .fa-behance:after,
.material #slide-out-widget-area.slide-out-from-right .fa-behance:after {
    content: ""
}

#header-outer #social-in-menu .fa-vine:after,
.material #slide-out-widget-area.slide-out-from-right .fa-vine:after {
    content: ""
}

#header-outer #social-in-menu .fa-vk:after,
.material #slide-out-widget-area.slide-out-from-right .fa-vk:after {
    content: ""
}

#header-outer #social-in-menu .icon-salient-spotify:after,
.material #slide-out-widget-area.slide-out-from-right .icon-salient-spotify:after {
    content: ""
}

#header-outer #social-in-menu .icon-salient-facebook-messenger:after,
.material #slide-out-widget-area.slide-out-from-right .icon-salient-facebook-messenger:after {
    content: ""
}

#header-outer #social-in-menu .fa-flickr:after,
.material #slide-out-widget-area.slide-out-from-right .fa-flickr:after {
    content: ""
}

#header-outer #social-in-menu .fa-soundcloud:after,
.material #slide-out-widget-area.slide-out-from-right .fa-soundcloud:after {
    content: ""
}

#header-outer #social-in-menu .fa-stackexchange:after,
.material #slide-out-widget-area.slide-out-from-right .fa-stackexchange:after {
    content: ""
}

#header-outer #social-in-menu .fa-google:after,
.material #slide-out-widget-area.slide-out-from-right .fa-google:after {
    content: ""
}

#header-outer #social-in-menu .fa-github-alt:after,
.material #slide-out-widget-area.slide-out-from-right .fa-github-alt:after {
    content: ""
}

#header-outer #social-in-menu .fa-dribbble:after,
.material #slide-out-widget-area.slide-out-from-right .fa-dribbble:after {
    content: ""
}

#header-outer #social-in-menu .fa-tumblr:after,
.material #slide-out-widget-area.slide-out-from-right .fa-tumblr:after {
    content: ""
}

#header-outer #social-in-menu .fa-youtube-play:after,
.material #slide-out-widget-area.slide-out-from-right .fa-youtube-play:after {
    content: ""
}

#header-outer #social-in-menu .fa-linkedin:after,
.material #slide-out-widget-area.slide-out-from-right .fa-linkedin:after {
    content: ""
}

#header-outer #social-in-menu .fa-pinterest:after,
.material #slide-out-widget-area.slide-out-from-right .fa-pinterest:after {
    content: ""
}

#header-outer #social-in-menu .fa-vimeo:after,
.material #slide-out-widget-area.slide-out-from-right .fa-vimeo:after {
    content: ""
}

#header-outer #social-in-menu .fa-facebook:after,
.material #slide-out-widget-area.slide-out-from-right .fa-facebook:after {
    content: ""
}

#header-outer #social-in-menu .fa-rss:after,
.material #slide-out-widget-area.slide-out-from-right .fa-rss:after {
    content: ""
}

#header-outer #social-in-menu .fa-twitter:after,
.material #slide-out-widget-area.slide-out-from-right .fa-twitter:after {
    content: ""
}

#header-outer #social-in-menu .fa-houzz:after,
.material #slide-out-widget-area.slide-out-from-right .fa-houzz:after {
    content: ""
}

#header-outer #social-in-menu .fa-yelp:after,
.material #slide-out-widget-area.slide-out-from-right .fa-yelp:after {
    content: ""
}

#header-outer #social-in-menu .fa-mixcloud:after,
.material #slide-out-widget-area.slide-out-from-right .fa-mixcloud:after {
    content: ""
}

#header-outer #social-in-menu .fa-bandcamp:after,
.material #slide-out-widget-area.slide-out-from-right .fa-bandcamp:after {
    content: ""
}

#header-outer #social-in-menu .fa-snapchat:after,
.material #slide-out-widget-area.slide-out-from-right .fa-snapchat:after {
    content: ""
}

#header-outer #social-in-menu .fa-tripadvisor:after,
.material #slide-out-widget-area.slide-out-from-right .fa-tripadvisor:after {
    content: ""
}

#header-outer #social-in-menu .fa-telegram:after,
.material #slide-out-widget-area.slide-out-from-right .fa-telegram:after {
    content: ""
}

#header-outer #social-in-menu .fa-slack:after,
.material #slide-out-widget-area.slide-out-from-right .fa-slack:after {
    content: ""
}

#header-outer #social-in-menu .fa-medium:after,
.material #slide-out-widget-area.slide-out-from-right .fa-medium:after {
    content: ""
}

#header-outer #social-in-menu .icon-salient-artstation:after,
.material #slide-out-widget-area.slide-out-from-right .icon-salient-artstation:after {
    content: ""
}

#header-outer #social-in-menu .icon-salient-discord:after,
.material #slide-out-widget-area.slide-out-from-right .icon-salient-discord:after {
    content: ""
}

#header-outer #social-in-menu .fa-whatsapp:after,
.material #slide-out-widget-area.slide-out-from-right .fa-whatsapp:after {
    content: ""
}

#header-outer #social-in-menu .fa-phone:after,
.material #slide-out-widget-area.slide-out-from-right .fa-phone:after {
    content: ""
}

#header-outer #social-in-menu .fa-envelope:after,
.material #slide-out-widget-area.slide-out-from-right .fa-envelope:after {
    content: ""
}

#header-outer[data-format=default] #social-in-menu {
    margin: 0 0 0 30px
}

#slide-out-widget-area .off-canvas-menu-container li>a>.sf-sub-indicator {
    display: none
}

body.original #header-outer[data-full-width=true][data-format=default] #social-in-menu {
    margin-right: 22px
}

#header-outer[data-lhe=animated_underline] #top nav>ul>#social-in-menu>a,
#header-outer[data-lhe=default] #top nav>ul>#social-in-menu>a {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

#top #mobile-cart-link,
#top .mobile-search,
#top .mobile-user-account {
    display: none;
    text-align: right;
    z-index: 10000
}

#top .span_9>.slide-out-widget-area-toggle {
    display: none;
    z-index: 10000
}

#top #mobile-cart-link i,
.mobile-search .icon-salient-search,
.mobile-user-account .icon-salient-m-user {
    background-color: transparent;
    color: #a9a9a9;
    font-size: 18px;
    line-height: 34px;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
    width: 18px
}

#header-outer #mobile-cart-link .cart-wrap span {
    border-radius: 50%;
    display: block;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    width: 16px
}

#header-outer #mobile-cart-link .cart-wrap {
    color: #fff;
    margin-top: -14px;
    position: absolute;
    right: -1px;
    top: 50%
}

#header-outer #mobile-cart-link.first-load .cart-wrap span,
#header-outer .first-load a.cart-contents .cart-wrap span {
    animation: bounce_in_animation .6s ease-in-out .12s 1 normal both;
    -webkit-animation: bounce_in_animation .6s ease-in-out .12s 1 normal both;
    visibility: visible
}

.material .mobile-search .icon-salient-search,
.material .mobile-user-account .icon-salient-m-user {
    color: #a9a9a9
}

body #header-outer[data-transparent-header=true],
body #header-outer[data-transparent-header=true] .cart-menu {
    transition: background-color .3s ease, box-shadow .3s ease, margin .25s ease;
    -webkit-transition: background-color .3s ease, box-shadow .3s ease, margin .25s ease
}

body #header-outer[data-transparent-header=true].transparent,
body #header-outer[data-transparent-header=true].transparent .cart-menu {
    transition: border-color .3s ease;
    -webkit-transition: border-color .3s ease
}

body.ascend #header-outer[data-transparent-header=true].transparent,
body.material #header-outer[data-transparent-header=true].transparent,
body.original #header-outer[data-transparent-header=true].transparent {
    box-shadow: none
}

body #header-outer[data-transparent-header=true].transparent {
    background-color: transparent !important;
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    box-shadow: none
}

#header-outer[data-transparent-header=true][data-transparent-shadow-helper=true].transparent:not(.dark-slide):before {
    background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), color-stop(1%, transparent), color-stop(16%, rgba(0, 0, 0, .04)), color-stop(75%, rgba(0, 0, 0, .23)), to(rgba(0, 0, 0, .33)));
    background: -o-linear-gradient(bottom, hsla(0, 0%, 100%, 0) 0, transparent 1%, rgba(0, 0, 0, .04) 16%, rgba(0, 0, 0, .23) 75%, rgba(0, 0, 0, .33) 100%);
    background: linear-gradient(0deg, hsla(0, 0%, 100%, 0) 0, transparent 1%, rgba(0, 0, 0, .04) 16%, rgba(0, 0, 0, .23) 75%, rgba(0, 0, 0, .33));
    content: "";
    display: block;
    height: 120%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.pum-open [data-body-border="1"] #header-outer[data-transparent-header=true][data-transparent-shadow-helper=true].transparent:not(.dark-slide):before {
    opacity: 0
}

body.material #header-outer[data-transparent-header=true].transparent {
    border-bottom: 0
}

body #header-outer[data-transparent-header=true].transparent nav>ul>li>a {
    margin-bottom: -1px
}

body #header-outer[data-transparent-header=true][data-format=centered-menu].transparent.side-widget-open.small-nav nav>ul>li>a {
    margin-bottom: 0
}

#header-outer[data-transparent-header=true] #logo .starting-logo,
#header-outer[data-transparent-header=true].light-text #logo img,
#header-outer[data-transparent-header=true].transparent #logo img {
    -ms-filter: "alpha(opacity=0)";
    opacity: 0
}

#header-outer[data-transparent-header=true].light-text #logo .starting-logo,
#header-outer[data-transparent-header=true].transparent #logo .starting-logo {
    -ms-filter: "alpha(opacity=100)";
    opacity: 1
}

#header-outer[data-transparent-header=true][data-full-width=false][data-remove-border=true].transparent .cart-menu,
#header-outer[data-transparent-header=true][data-full-width=true][data-remove-border=true] .cart-menu,
.ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true][data-remove-border=true] #top .nectar-woo-cart .cart-contents,
body #header-outer[data-transparent-header=true][data-remove-border=true] {
    border: none !important
}

body #header-outer.transparent[data-transparent-header=true][data-remove-border=true] {
    transition: background-color .3s ease 0s, box-shadow .3s ease 0s, margin .25s ease;
    -webkit-transition: background-color .3s ease 0s, box-shadow .3s ease 0s, margin .25s ease
}

body:not(.ascend) #header-outer[data-transparent-header=true][data-remove-border=true]:not(.transparent) .cart-menu:after {
    border-left: 1px solid transparent
}

body #header-outer.no-bg-color {
    background-color: transparent !important;
    box-shadow: none !important
}

body #header-outer[data-transparent-header=true][data-remove-border=true].transparent.pseudo-data-transparent {
    border-color: transparent !important
}

#header-outer.slide-out-hover {
    transition: background-color .3s ease
}

#header-outer.slide-out-hover header,
#header-outer.slide-out-hover>.cart-outer {
    transition: opacity .3s ease
}

#header-outer.pseudo-data-transparent.transparent #top nav ul #nectar-user-account a span,
#header-outer.pseudo-data-transparent.transparent #top nav ul #search-btn a .icon-salient-search,
#header-outer.pseudo-data-transparent.transparent #top nav>ul>li>a,
#header-outer.pseudo-data-transparent.transparent .cart-menu .cart-icon-wrap .icon-salient-cart,
#header-outer.pseudo-data-transparent.transparent nav>ul>li>a>.sf-sub-indicator i,
.ascend #boxed #header-outer.pseudo-data-transparent.transparent .cart-menu .cart-icon-wrap .icon-salient-cart {
    color: #fff !important;
    opacity: .75 !important;
    transition: opacity .2s ease, color .2s ease
}

#header-outer.slide-out-hover #top.all-hidden,
#header-outer>.cart-outer.all-hidden {
    opacity: 0
}

body #header-outer-bg-only {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .22);
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity .7s cubic-bezier(.2, 1, .2, 1), transform .7s cubic-bezier(.2, 1, .2, 1);
    width: 100%;
    z-index: 1000
}

body.admin-bar #header-outer-bg-only {
    top: 32px
}

#header-outer.light-text #top nav ul #nectar-user-account a span,
#header-outer.light-text #top nav ul #search-btn a span,
#header-outer.light-text #top nav>ul>li>a,
#header-outer.light-text .cart-menu .cart-icon-wrap .icon-salient-cart,
#header-outer.light-text nav>ul>li>a>.sf-sub-indicator i,
#header-outer[data-lhe=default].light-text #top nav .sf-menu .current-menu-item>a,
#header-outer[data-lhe=default].light-text #top nav .sf-menu>.sfHover>a,
#header-outer[data-lhe=default].light-text #top nav>ul>li>a:hover,
.ascend #boxed #header-outer.light-text .cart-menu .cart-icon-wrap .icon-salient-cart,
body[data-header-inherit-rc=true] #header-outer[data-lhe=default].light-text #top nav .sf-menu>.sfHover:not(#social-in-menu)>a {
    color: #fff !important;
    opacity: .7
}

#header-outer.light-text #logo {
    color: #fff
}

body[data-header-inherit-rc=true] #header-outer[data-lhe=animated_underline].light-text #top nav>ul>li:not([class*=button_])>a:after {
    border-color: #fff
}

#header-outer.light-text #top nav ul .slide-out-widget-area-toggle .lines-button:after,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines:after,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines:before,
#header-outer.pseudo-data-transparent.transparent>#top nav ul .slide-out-widget-area-toggle a .lines:after,
#header-outer.pseudo-data-transparent.transparent>#top nav ul .slide-out-widget-area-toggle a .lines:before {
    background-color: #fff !important
}

#header-outer.dark-text #top nav ul #nectar-user-account a span,
#header-outer.dark-text #top nav ul #search-btn a span,
#header-outer.dark-text #top nav>ul>li>a,
#header-outer.dark-text .cart-menu .cart-icon-wrap .icon-salient-cart,
#header-outer.dark-text nav>ul>li>a>.sf-sub-indicator i,
#header-outer[data-lhe=default].dark-text #top nav .sf-menu .current-menu-item>a,
.ascend #boxed #header-outer.dark-text .cart-menu .cart-icon-wrap .icon-salient-cart {
    color: #444 !important;
    opacity: .7
}

#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a .lines:after,
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a .lines:before {
    background-color: #444 !important
}

#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines-button:after {
    opacity: .7
}

#header-outer.dark-text #top nav .sf-menu>.current-menu-ancestor>a,
#header-outer.dark-text #top nav .sf-menu>.current-menu-ancestor>a i,
#header-outer.dark-text #top nav .sf-menu>.current-menu-item>a,
#header-outer.dark-text #top nav .sf-menu>.current-menu-item>a i,
#header-outer.dark-text #top nav .sf-menu>.current_page_ancestor>a,
#header-outer.dark-text #top nav .sf-menu>.current_page_item>a,
#header-outer.dark-text #top nav .sf-menu>.sfHover>a,
#header-outer.dark-text #top nav ul #search-btn a:hover span,
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a:hover .lines,
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a:hover .lines:after,
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a:hover span,
#header-outer.dark-text #top nav>ul>.sfHover>a>span>i,
#header-outer.dark-text #top nav>ul>li>a:hover,
#header-outer.dark-text #top nav>ul>li>a:hover>.sf-sub-indicator>i,
#header-outer.dark-text .cart-outer:hover .icon-salient-cart,
#header-outer.dark-text.side-widget-open #top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer.light-text #top nav .sf-menu>.current-menu-ancestor>a,
#header-outer.light-text #top nav .sf-menu>.current-menu-ancestor>a i,
#header-outer.light-text #top nav .sf-menu>.current-menu-item>a,
#header-outer.light-text #top nav .sf-menu>.current-menu-item>a i,
#header-outer.light-text #top nav .sf-menu>.current_page_ancestor>a,
#header-outer.light-text #top nav .sf-menu>.current_page_item>a,
#header-outer.light-text #top nav .sf-menu>.sfHover>a,
#header-outer.light-text #top nav ul #search-btn a:hover span,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover .lines,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover .lines:after,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover span,
#header-outer.light-text #top nav>ul>.sfHover>a>span>i,
#header-outer.light-text #top nav>ul>li>a:hover,
#header-outer.light-text #top nav>ul>li>a:hover>.sf-sub-indicator>i,
#header-outer.light-text .cart-outer:hover .icon-salient-cart,
#header-outer.light-text.side-widget-open #top nav ul .slide-out-widget-area-toggle a .lines,
#header-outer.pseudo-data-transparent.transparent #top nav ul .slide-out-widget-area-toggle a:hover .lines,
#header-outer.pseudo-data-transparent.transparent #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after,
#header-outer.pseudo-data-transparent.transparent #top nav ul .slide-out-widget-area-toggle a:hover .lines:after,
#header-outer.pseudo-data-transparent.transparent #top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
.ascend #boxed #header-outer.dark-text .cart-outer:hover .cart-menu .cart-icon-wrap .icon-salient-cart,
.ascend #boxed #header-outer.light-text .cart-outer:hover .cart-menu .cart-icon-wrap .icon-salient-cart {
    opacity: 1 !important
}

#header-outer.dark-text #top nav>ul>li *,
#header-outer.dark-text #top nav>ul>li>a,
#header-outer.light-text #top nav>ul>li *,
#header-outer.light-text #top nav>ul>li>a,
.ascend #header-outer[data-full-width=true].dark-text #top nav ul #search-btn a,
.ascend #header-outer[data-full-width=true].dark-text #top nav ul .slide-out-widget-area-toggle a,
.ascend #header-outer[data-full-width=true].light-text #top nav ul #search-btn a,
.ascend #header-outer[data-full-width=true].light-text #top nav ul .slide-out-widget-area-toggle a,
body.ascend #header-outer.dark-text .cart-menu,
body.ascend #header-outer.light-text .cart-menu {
    border-color: rgba(0, 0, 0, .1)
}

#header-outer[data-full-width=true][data-cart=true] #top nav ul .slide-out-widget-area-toggle {
    position: relative
}

#boxed #header-outer.transparent[data-transparent-header=true].dark-slide,
body #header-outer.transparent[data-transparent-header=true].dark-slide,
body #header-outer.transparent[data-transparent-header=true].dark-slide .cart-menu,
body #header-outer.transparent[data-transparent-header=true].dark-slide>#top nav ul #nectar-user-account>div,
body #header-outer.transparent[data-transparent-header=true].dark-slide>#top nav ul .slide-out-widget-area-toggle>div,
body #header-outer.transparent[data-transparent-header=true][data-remove-border=true].dark-slide .cart-menu:after {
    border-color: rgba(0, 0, 0, .08) !important
}

#header-outer.transparent.dark-slide #top nav>ul>li[class*=button_bordered]>a:before,
#header-outer[data-lhe=animated_underline].transparent.dark-slide #top nav>ul>li>a:after,
.dark-slide.transparent #top nav>ul>li[class*=button_bordered]>a:before {
    border-color: #000 !important
}

#header-outer[data-transparent-header=true].no-pointer-events {
    pointer-events: none
}

#header-outer[data-transparent-header=true].no-pointer-events.side-widget-open.style-slide-out-from-right,
#header-outer[data-transparent-header=true].no-pointer-events.side-widget-open.style-slide-out-from-right-alt {
    pointer-events: auto
}

body[data-bg-header=true][data-header-search=true] #header-outer[data-has-menu=false] #top nav ul #search-btn a:after,
body[data-bg-header=true][data-header-search=true].ascend #header-outer.transparent[data-has-menu=false] #top nav ul #search-btn a:after,
body[data-bg-header=true][data-header-search=true].ascend #header-outer[data-has-menu=false] #top nav ul #search-btn a:after {
    border: none;
    display: none
}

#header-outer.dark-text #top nav ul #nectar-user-account a span,
#header-outer.dark-text #top nav ul #search-btn a span,
#header-outer.dark-text .cart-menu .cart-icon-wrap .icon-salient-cart {
    opacity: 1
}

#top .sf-menu .megamenu ul .sub-menu,
.lines-button.x2.close .lines,
.sf-menu .megamenu li ul {
    background-color: transparent !important
}

#header-outer[data-transparent-header=true] #logo .dark-version {
    position: absolute
}

#header-outer[data-transparent-header=true][data-format=centered-menu-under-logo] #logo .dark-version {
    position: relative
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines,
body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:after,
body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:before {
    border-radius: 1px;
    height: 4px;
    width: 2.1rem
}

.slide-out-hover-icon-effect:not(.small) .lines-button,
body .slide-out-hover-icon-effect:not(.small) .lines-button,
body[data-header-search=false]:not(.mobile) #header-outer[data-has-menu=false][data-cart=false] .lines-button {
    font-size: 0;
    line-height: 0
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .lines-button.close {
    transform: none
}

.slide-out-hover-icon-effect a,
body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] #top nav ul .slide-out-widget-area-toggle:not([data-custom-color=true]) a:not(.using-label) {
    width: 34px
}

.slide-out-hover-icon-effect.small a {
    width: auto
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:after {
    top: -9px
}

#header-outer[data-transparent-header=true].dark-text.side-widget-open>header #logo img.dark-version,
#header-outer[data-transparent-header=true].dark-text>header #logo img,
#header-outer[data-transparent-header=true].light-text>header #logo img.dark-version,
#header-outer[data-transparent-header=true].transparent.dark-slide>header #logo img,
#header-outer[data-transparent-header=true].transparent>header #logo img.dark-version {
    opacity: 0 !important
}

#header-outer[data-transparent-header=true].dark-text.side-widget-open>header #logo img.starting-logo,
#header-outer[data-transparent-header=true].dark-text>header #logo img.dark-version,
#header-outer[data-transparent-header=true].transparent.dark-slide>header #logo img.dark-version {
    opacity: 1 !important
}

#search-outer {
    background-color: #fff;
    display: none;
    height: 100%;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000
}

.original #search-outer #search {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

#search-box {
    position: relative
}

#search-outer .container {
    overflow: visible;
    width: 100%
}

#search-outer #search input[type=text] {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #888;
    font-family: Open Sans;
    font-size: 43px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 43px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    transition: none;
    width: 100%
}

#search-outer .ui-widget-content {
    background-color: #1f1f1f;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0
}

#search-outer .ui-widget-content li:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    background-color: #272727;
    cursor: pointer
}

#search-outer .ui-widget-content li:hover a {
    background-image: none
}

#search-outer .ui-widget-content li:last-child a {
    border: none
}

#search-outer .ui-widget-content li a {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.ui-helper-hidden-accessible {
    display: none
}

#search-outer .ui-widget-content i,
#search-outer .ui-widget-content img {
    float: left;
    height: auto;
    margin-right: 15px;
    width: 40px
}

#search-outer .ui-widget-content i {
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 0;
    font-size: 22px;
    line-height: 40px
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-menu {
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px
}

.ui-autocomplete {
    cursor: default;
    position: absolute
}

.ui-menu .ui-menu-item a {
    display: block;
    line-height: 1.5;
    padding: .2em .4em;
    text-decoration: none
}

#search-outer .ui-widget-content {
    left: 0 !important;
    width: 100% !important
}

#search-outer .ui-widget-content li {
    clear: left;
    display: block;
    float: left;
    line-height: 14px;
    margin: 0;
    width: 100%
}

#search-outer .ui-widget-content li .desc {
    font-size: 11px;
    line-height: 14px;
    position: relative
}

#search-outer .ui-widget-content li a {
    color: #ccc;
    line-height: 1.4em;
    padding: 15px;
    transition: none;
    -webkit-transition: none
}

#search-outer>#search form {
    float: left;
    width: 92%
}

#search-outer #search #close {
    list-style: none
}

#search-outer #search #close a {
    display: block;
    height: 17px;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 24px;
    width: 24px;
    z-index: 10
}

#search-outer #search #close a span:not(.close-line) {
    background-color: transparent;
    color: #a0a0a0;
    font-size: 18px;
    height: 20px;
    line-height: 19px;
    transition: color .2s ease
}

#search-outer>#search #close a:hover span {
    color: #000
}

#header-outer #search {
    position: relative
}

#header-outer .row .col.span_3,
#header-outer .row .col.span_9 {
    width: auto
}

#header-outer .row .col.span_9 {
    float: right
}

#header-outer[data-full-width=true] header>.container,
body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
    max-width: 100%;
    padding: 0 28px;
    width: 100%
}

#header-outer.highzI {
    z-index: 9999
}

body[data-hhun="1"] #header-outer[data-remove-fixed="1"] {
    position: absolute
}

body[data-hhun="1"] #header-secondary-outer[data-remove-fixed="0"] {
    transition: transform .3s ease
}

@media only screen and (min-width:1000px) {

    body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"]:not(.detached),
    body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"][data-permanent-transparent=false][data-using-secondary="1"] {
        top: 0
    }
}

body[data-hhun="1"].original #header-outer.detached:not(.side-widget-open) {
    transform: translateY(0)
}

body[data-hhun="1"].original #header-outer[data-remove-border=true].detached:not(.side-widget-open) {
    border-color: hsla(0, 0%, 100%, 0)
}

body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open) {
    pointer-events: none;
    transition: transform .3s ease;
    z-index: 9998
}

body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open),
body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open) {
    transform: translateY(-100%) !important
}

body[data-hhun="1"] #header-outer.detached,
body[data-hhun="1"] #header-outer.transparent[data-transparent-header=true][data-remove-border=true][data-permanent-transparent="1"].detached {
    position: fixed !important;
    transition: transform .3s ease, height .3s ease, background .3s ease, opacity .3s ease, border-color .3s;
    z-index: 9998 !important
}

body[data-hhun="1"] #header-outer.transparent.at-top {
    transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease
}

.mobile-video-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.using-mobile-browser .mobile-video-image {
    display: block
}

#page-header-bg .nectar-video-wrap,
.wpb_row .nectar-video-wrap {
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

.wpb_row .nectar-video-wrap .nectar-video-inner.transition,
.wpb_row .row-bg-wrap .row-bg.transition {
    transition: transform .65s cubic-bezier(.05, .2, .1, 1)
}

.wpb_row .mobile-video-image.column-video,
.wpb_row .nectar-video-wrap.column-video {
    z-index: 0
}

body.using-mobile-browser #page-header-bg .nectar-video-wrap,
body.using-mobile-browser .wpb_row .nectar-video-wrap {
    left: -3000px
}

body.using-mobile-browser .nectar-slider-wrap .slide-bg-wrap .video-wrap {
    bottom: -3000px
}

.wpb_row .nectar-video-wrap video {
    opacity: 0;
    transition: opacity .25s ease
}

.wpb_row .nectar-video-wrap.position-loaded video {
    opacity: 1
}

#page-header-bg .nectar-video-wrap {
    background-position: 50%;
    background-repeat: repeat;
    height: 100%;
    opacity: 1;
    width: 100%
}

#page-header-bg .nectar-video-wrap video {
    opacity: 0
}

@media only screen and (min-width:1000px) {
    body[data-ajax-transitions=true][data-apte=center_mask_reveal]:not(.using-mobile-browser) #page-header-bg[data-animate-in-effect=zoom-out] .nectar-video-wrap video {
        opacity: 1
    }
}

.video-color-overlay {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    opacity: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

#search-outer .ui-helper-hidden-accessible,
.mejs-overlay-button,
.mejs-overlay-loading,
.mobile #search-outer .ui-widget-content,
.wpb_row .nectar-video-wrap .mejs-container .mejs-controls {
    display: none !important
}

.wpb_row>.span_12 {
    margin-bottom: 0 !important;
    z-index: 10
}

.wpb_row>.span_12>.column_container:last-child {
    margin-bottom: 0
}

#page-header-bg .container {
    z-index: 100
}

.nectar-slider-loading {
    background-color: #393939;
    background-position: 50%;
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000
}

.wpb_row .nectar-parallax-scene {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    margin-bottom: 0;
    margin-left: 0;
    overflow: hidden;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transform-style: preserve-3d;
    width: 100%;
    z-index: 1
}

.wpb_row.full-width-content .nectar-parallax-scene {
    margin-left: 0
}

.wpb_row .nectar-parallax-scene li:first-child {
    position: relative
}

.wpb_row .nectar-parallax-scene li {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wpb_row .nectar-parallax-scene div {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-size: cover;
    height: 120%;
    margin-bottom: 0;
    margin-left: -10%;
    max-width: none;
    min-height: 100%;
    position: relative;
    top: -10%;
    transform: translateZ(0);
    transform-style: preserve-3d;
    width: 120%
}

.wpb_row .nectar-parallax-scene[data-scene-position=center] div {
    background-position: 50%
}

.wpb_row .nectar-parallax-scene[data-scene-position=bottom] div {
    background-position: bottom
}

.wpb_row .nectar-parallax-scene[data-scene-position=top] div {
    background-position: top
}

body .full-width-section {
    /* box-sizing: content-box */
}

.full-width-section {
    position: relative;
    width: 100%
}

.full-width-content.parallax_section,
.full-width-section {
    background-size: cover
}

.full-width-content.vc_row-fluid .wpb_column {
    background-position: 50%;
    background-size: cover;
    -webkit-background-size: cover
}

.wpb_row {
    position: relative
}

.wpb_row.vc_row-o-full-height {
    min-height: 99vh
}

#page-header-bg .page-header-bg-image-wrap,
.full-width-section .row-bg,
.wpb_row .row-bg {
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

body:not(.using-mobile-browser):not(.mobile) #page-header-bg .page-header-bg-image.translate {
    height: 100% !important;
    transform: none !important
}

@media only screen and (max-width:999px) {
    #page-header-bg[data-parallax="1"] .page-header-bg-image {
        bottom: 0;
        height: calc(100% + 15px);
        top: auto
    }
}

.wpb_row .row-bg-wrap .row-bg-overlay {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.row.right-align-text {
    text-align: right
}

.wpb_row[data-using-ctc=true] h1,
.wpb_row[data-using-ctc=true] h2,
.wpb_row[data-using-ctc=true] h3,
.wpb_row[data-using-ctc=true] h4,
.wpb_row[data-using-ctc=true] h5,
.wpb_row[data-using-ctc=true] h6 {
    color: inherit
}

.wpb_row.full-width-content,
.wpb_row.full-width-content .img-with-aniamtion-wrap,
.wpb_row.full-width-content .img-with-aniamtion-wrap .hover-wrap,
.wpb_row.full-width-content img,
.wpb_row.full-width-section,
body.material .wpb_row.full-width-content,
body.material .wpb_row.full-width-section {
    margin-bottom: 0
}

body[data-ext-responsive=true] .container .page-submenu>.full-width-section .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
    padding: 0 90px !important
}

.full-width-section>.span_12>div:last-child {
    padding-bottom: 0
}

.full-width-section>.span_12 .col>div.boxed:not(.padding-2-percent):not(.padding-3-percent):not(.padding-4-percent):not(.padding-5-percent):not(.padding-6-percent):last-child,
.full-width-section>.span_12>div.boxed:not(.padding-2-percent):not(.padding-3-percent):not(.padding-4-percent):not(.padding-5-percent):not(.padding-6-percent):last-child {
    padding-bottom: 15px !important
}

.full-width-section img {
    display: block;
    margin-bottom: 0
}

html:not(.js) .full-width-content,
html:not(.js) .full-width-section {
    visibility: visible
}

.full-width-content.parallax_section .row-bg,
.full-width-section.parallax_section .row-bg,
.wpb_row.parallax_section .row-bg {
    background-attachment: fixed
}

#page-header-bg .page-header-bg-image.translate,
.nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg.translate,
[data-parallax=true] .swiper-slide .image-bg.translate,
body .full-width-content.parallax_section .row-bg.translate,
body .full-width-section.parallax_section .row-bg.translate,
body .wpb_row.parallax_section .row-bg.translate {
    background-attachment: scroll;
    bottom: 0;
    top: auto
}

body .full-width-content.parallax_section .row-bg,
body .full-width-section.parallax_section .row-bg,
body .wpb_row.parallax_section .row-bg {
    background-attachment: fixed
}

body[data-ajax-transitions=false] .parallax_section .nectar-recent-post-slide .nectar-recent-post-bg,
body[data-ajax-transitions=false] .parallax_section .row-bg {
    opacity: 0;
    transition: opacity .2s ease
}

:root body[data-ajax-transitions=false] .parallax_section .row-bg,
_::-webkit-full-page-media,
_:future {
    opacity: 1
}

body:not([data-remove-m-parallax="1"]) .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]),
body[data-ajax-transitions=false] .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]) {
    background-attachment: scroll;
    bottom: 0;
    opacity: 1;
    top: auto
}

@media only screen and (min-width:1000px) {
    body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed=slow]:not([data-parallax-speed=fixed]) {
        height: calc(100% + 90px)
    }

    body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed=medium]:not([data-parallax-speed=fixed]) {
        height: calc(100% + 70px)
    }

    body:not([data-header-format=left-header]) .parallax_section.top-level .row-bg[data-parallax-speed=fast]:not([data-parallax-speed=fixed]) {
        height: calc(100% + 40px)
    }
}

@media only screen and (max-width:999px) {
    body .parallax_section.top-level .row-bg:not([data-parallax-speed=fixed]) {
        height: calc(100% + 40px)
    }
}

body .top-level .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg {
    height: calc(100% + 40px)
}

body[data-ajax-transitions=false] .parallax_section .nectar-recent-post-slide .row-bg,
body[data-ajax-transitions=false] .parallax_section .row-bg .nectar-recent-post-slide,
body[data-ajax-transitions=false] .parallax_section .row-bg[data-parallax-speed=fixed],
body[data-ajax-transitions=false] .parallax_section.nectar-parallax-enabled .nectar-recent-post-slide .nectar-recent-post-bg,
body[data-ajax-transitions=false] .parallax_section.nectar-parallax-enabled .row-bg {
    opacity: 1
}

.full-width-content.parallax_section .row-bg-wrap,
.full-width-section.parallax_section .row-bg-wrap,
.wpb_row .row-bg-wrap .inner-wrap,
.wpb_row.parallax_section .row-bg-wrap {
    height: 100.1%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100.1%;
    z-index: 1
}

.wpb_row .row-bg-wrap[data-bg-animation=zoom-out-reveal],
.wpb_row.parallax_section .row-bg-wrap {
    z-index: 2
}

.full-width-section .row-bg-wrap,
.wpb_row .row-bg-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wpb_row[data-br*=px][data-br-applies=bg]>.row-bg-wrap,
.wpb_row[data-br*=px][data-br-applies=inner] .row_col_wrap_12 {
    overflow: hidden
}

.wpb_row[data-br="5px"][data-br-applies=bg]>.nectar-parallax-scene,
.wpb_row[data-br="5px"][data-br-applies=bg]>.nectar-video-wrap,
.wpb_row[data-br="5px"][data-br-applies=bg]>.row-bg-wrap,
.wpb_row[data-br="5px"][data-br-applies=inner] .row_col_wrap_12 {
    border-radius: 5px
}

.wpb_row[data-br="10px"][data-br-applies=bg]>.nectar-parallax-scene,
.wpb_row[data-br="10px"][data-br-applies=bg]>.nectar-video-wrap,
.wpb_row[data-br="10px"][data-br-applies=bg]>.row-bg-wrap,
.wpb_row[data-br="10px"][data-br-applies=inner] .row_col_wrap_12 {
    border-radius: 10px
}

.wpb_row[data-br="20px"][data-br-applies=bg]>.nectar-parallax-scene,
.wpb_row[data-br="20px"][data-br-applies=bg]>.nectar-video-wrap,
.wpb_row[data-br="20px"][data-br-applies=bg]>.row-bg-wrap,
.wpb_row[data-br="20px"][data-br-applies=inner] .row_col_wrap_12 {
    border-radius: 20px
}

.column-image-bg-wrap canvas.nectar-liquid-bg,
.wpb_row .row-bg-wrap canvas.nectar-liquid-bg {
    position: relative;
    z-index: 100
}

.wpb_row .column-image-bg-wrap .nectar-displacement,
.wpb_row .row-bg-wrap .nectar-displacement {
    display: none
}

.column-image-bg-wrap[data-bg-animation*=fade],
.column-image-bg-wrap[data-bg-animation*=zoom],
.row-bg-wrap[data-bg-animation*=fade],
.row-bg-wrap[data-bg-animation*=zoom] {
    overflow: hidden
}

body:not(.compose-mode) #ajax-content-wrap .column-image-bg-wrap[data-bg-animation*=displace-filter] .column-image-bg,
body:not(.compose-mode) #ajax-content-wrap .row-bg-wrap[data-bg-animation*=displace-filter] .row-bg.using-image,
body:not(.compose-mode) .column-image-bg-wrap[data-bg-animation*=displace-filter] .column-image-bg,
body:not(.compose-mode) .row-bg-wrap[data-bg-animation*=displace-filter] .row-bg.using-image {
    background-size: 0
}

body:not(.compose-mode) .column-image-bg-wrap[data-bg-animation=displace-filter-fade] .nectar-liquid-bg,
body:not(.compose-mode) .row-bg-wrap[data-bg-animation=displace-filter-fade] .row-bg.using-image .nectar-liquid-bg {
    opacity: 0;
    transition: opacity .55s ease-out
}

body:not(.compose-mode) .column-image-bg-wrap[data-bg-animation=displace-filter-fade] .nectar-liquid-bg.animated-in,
body:not(.compose-mode) .row-bg-wrap[data-bg-animation=displace-filter-fade] .row-bg.using-image .nectar-liquid-bg.animated-in {
    opacity: 1
}

.column-image-bg-wrap[data-bg-animation=fade-in] .inner-wrap,
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=fade-in] .inner-wrap.using-image {
    opacity: 0;
    transition: opacity .55s ease-out
}

.column-image-bg-wrap[data-bg-animation=fade-in] .inner-wrap.animated-in,
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=fade-in] .inner-wrap.using-image.animated-in {
    opacity: 1
}

.column-image-bg-wrap[data-bg-animation=zoom-out] .inner-wrap,
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.using-image {
    transform: scale(1.25);
    transition: transform 2.5s cubic-bezier(.1, .55, .4, 1)
}

.column-image-bg-wrap[data-bg-animation=zoom-out-high] .inner-wrap,
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-high] .inner-wrap.using-image {
    transform: scale(1.6);
    transition: transform 1.3s cubic-bezier(.12, .75, .4, 1)
}

.column-image-bg-wrap[data-bg-animation=zoom-out-reveal],
.row-bg-wrap[data-bg-animation=zoom-out-reveal] {
    opacity: 0;
    overflow: hidden;
    transform: scale(.7);
    transition: transform 1.3s cubic-bezier(.12, .75, .4, 1), opacity .4s ease-out
}

.column-image-bg-wrap[data-bg-animation=zoom-out-reveal][data-bg-overlay=true],
.row-bg-wrap[data-bg-animation=zoom-out-reveal][data-bg-overlay=true] {
    transition: transform 1.3s cubic-bezier(.12, .75, .4, 1), opacity .55s ease-out .2s
}

.wpb_column .column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal] {
    opacity: 0;
    transform: scale(.7);
    transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .35s ease-out, transform 1.3s cubic-bezier(.12, .75, .4, 1)
}

.column-image-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap,
.row-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap {
    transform: scale(1.75);
    transition: transform 1.3s cubic-bezier(.12, .75, .4, 1)
}

.column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap,
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.using-image {
    transform: scale(1.35);
    transition: transform 8s cubic-bezier(.1, .2, .7, 1)
}

.column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap {
    transform: scale(1.45)
}

.column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal].animated-in,
.column-image-bg-wrap[data-bg-animation=zoom-out-high] .inner-wrap.animated-in,
.column-image-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap.animated-in,
.column-image-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in,
.column-image-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.animated-in,
.column-image-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.animated-in,
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap.animated-in,
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in,
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-slow] .inner-wrap.using-image.animated-in,
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out] .inner-wrap.using-image.animated-in {
    transform: scale(1)
}

.column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal].animated-in,
.column-image-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in,
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation=zoom-out-reveal].animated-in {
    opacity: 1
}

.wpb_row .row-bg-wrap .inner-wrap {
    height: 100%;
    width: 100%
}

.full-width-content.parallax_section .row-bg,
.full-width-section.parallax_section .row-bg,
.wpb_row.parallax_section .row-bg {
    background-size: cover;
    -webkit-background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

.full-width-section .row-bg.no-cover,
.full-width-section.no-cover .row-bg,
.wpb_row .row-bg.no-cover {
    background-size: auto !important;
    -webkit-background-size: auto
}

body .full-width-section>.col.span_12 {
    float: none
}

.col.span_12.light .wpb_text_column>.wpb_wrapper>ul,
.full-width-content>.col.span_12.light,
.full-width-section>.col.span_12.light {
    color: #fff
}

.vc_row.vc_row-o-equal-height>.span_12>.vc_column_container>.vc_column-inner {
    width: 100%
}

.vc_row.vc_row-o-equal-height>.span_12>.wpb_column>.vc_column-inner>.wpb_wrapper {
    min-height: 1px
}

.vc_column_container>.vc_column-inner {
    position: relative
}

@media only screen and (max-width:999px) {

    body .vc_row.vc_row-flex.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12,
    body .vc_row.vc_row-flex.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container,
    body .vc_row.vc_row-flex.vc_row-o-equal-height>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner,
    body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12,
    body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12>.vc_column_container,
    body .vc_row.vc_row-flex.vc_row-o-equal-height>.span_12>.vc_column_container>.vc_column-inner,
    body .wpb_row.vc_row-flex.vc_row-o-equal-height>.fp-tableCell .fp-scrollable>.fp-scroller>.full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_column_container>.vc_column-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:1299px) and (min-width:1000px) {
    .vc_hidden-md {
        display: none
    }
}

.nectar-shape-divider-wrap {
    bottom: 0;
    height: 150px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    transform: translateZ(0);
    width: 100%;
    z-index: 3
}

.post-area.span_9 .nectar-shape-divider-wrap {
    overflow: hidden
}

.nectar-shape-divider-wrap[data-position=top] {
    bottom: auto;
    top: -1px;
    transform: rotate(180deg)
}

.nectar-shape-divider-wrap[data-front=true] {
    z-index: 50
}

@media only screen and (min-width:1000px) {
    .nectar-shape-divider-wrap[data-style=curve] .nectar-shape-divider {
        filter: blur(.5px);
        transform: scale(1.03)
    }
}

.nectar-shape-divider-wrap[data-style=waves_opacity] svg path:first-child {
    opacity: .6
}

@media only screen and (min-width:1000px) {
    .nectar-shape-divider-wrap[data-style=clouds] .nectar-shape-divider {
        min-width: 1700px
    }
}

@media only screen and (max-width:999px) {
    .nectar-shape-divider-wrap[data-style=clouds] .nectar-shape-divider {
        min-width: 800px
    }
}

@media only screen and (max-width:690px) {
    .nectar-shape-divider-wrap[data-style=clouds] .nectar-shape-divider {
        min-width: 690px
    }
}

.nectar-shape-divider-wrap[data-style=fan] svg {
    left: -1%;
    width: 102%
}

.nectar-shape-divider-wrap[data-style=fan] svg polygon:nth-child(2) {
    opacity: .15
}

.nectar-shape-divider-wrap[data-style=fan] svg rect {
    opacity: .3
}

.nectar-shape-divider-wrap[data-style=mountains] svg path:first-child {
    opacity: .1
}

.nectar-shape-divider-wrap[data-style=mountains] svg path:nth-child(2) {
    opacity: .12
}

.nectar-shape-divider-wrap[data-style=mountains] svg path:nth-child(3) {
    opacity: .18
}

.nectar-shape-divider-wrap[data-style=mountains] svg path:nth-child(4) {
    opacity: .33
}

.nectar-shape-divider-wrap[data-style=curve_opacity] svg path:first-child,
.nectar-shape-divider-wrap[data-style=waves_opacity_alt] svg path:first-child {
    opacity: .15
}

.nectar-shape-divider-wrap[data-style=curve_opacity] svg path:nth-child(2),
.nectar-shape-divider-wrap[data-style=waves_opacity_alt] svg path:nth-child(2) {
    opacity: .3
}

.nectar-shape-divider {
    bottom: -1px;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

.nectar-shape-divider-wrap.no-color .nectar-shape-divider {
    fill: #fff
}

@media only screen and (max-width:999px) {
    .nectar-shape-divider-wrap:not([data-using-percent-val=true]) .nectar-shape-divider {
        height: 75%
    }

    .nectar-shape-divider-wrap[data-style=clouds]:not([data-using-percent-val=true]) .nectar-shape-divider {
        height: 55%
    }
}

@media only screen and (max-width:690px) {

    .nectar-shape-divider-wrap:not([data-using-percent-val=true]) .nectar-shape-divider,
    .nectar-shape-divider-wrap[data-style=clouds]:not([data-using-percent-val=true]) .nectar-shape-divider {
        height: 33%
    }
}

.col {
    float: left
}

.col.boxed:not(.wpb_column) {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    padding: 25px 15px 15px;
    position: relative;
    transition: top .2s ease, box-shadow .2s ease
}

.col.boxed .bottom-line,
.wpb_column.boxed .bottom-line {
    background-color: #e8e8e8;
    bottom: 2px;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.col.boxed img,
.wpb_column.boxed img {
    padding: 0 15px
}

.col.boxed:not(.wpb_column):hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    top: -4px
}

.col.boxed.no-pointer-events {
    pointer-events: none
}

.col.centered-text,
.wpb_column.centered-text {
    text-align: center
}

.centered-text .divider-small-border {
    margin: 25px auto
}

.centered-text .divider-border[data-animate=yes],
.centered-text .divider-small-border[data-animate=yes] {
    transform-origin: center
}

body .col.centered-text ul,
body .wpb_column.centered-text ul {
    display: inline-block;
    margin-left: 0;
    text-align: center
}

.col.centered-text ul,
.wpb_column.centered-text ul {
    text-align: left
}

.col.center img,
body .col.centered-text img,
body .wpb_column.centered-text img {
    margin-left: auto;
    margin-right: auto
}

.wpb_column {
    background-position: 50%
}

.wpb_column[data-has-bg-color=true] .wpb_wrapper,
.wpb_column[data-hover-bg^="#"] .wpb_wrapper,
.wpb_column[data-overlay-color=true] .wpb_wrapper,
.wpb_column[data-using-bg=true] .wpb_wrapper,
.wpb_column[data-video-bg=true] .wpb_wrapper {
    position: relative;
    z-index: 2
}

.wpb_column .column-bg-overlay,
.wpb_column .column-bg-overlay-wrap {
    opacity: 0;
    transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: background-color .45s cubic-bezier(.25, 1, .33, 1), opacity .45s cubic-bezier(.25, 1, .33, 1)
}

.vc_column-inner .column-overlay-layer,
.wpb_column .column-bg-overlay,
.wpb_column .column-bg-overlay-wrap {
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.wpb_column .column-bg-overlay-wrap {
    opacity: 1
}

.column-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.img-with-aniamtion-wrap[data-border-radius="3px"] .hover-wrap,
.img-with-aniamtion-wrap[data-border-radius="3px"] .img-with-animation,
.nectar_video_player_self_hosted[data-border-radius="3px"] .wpb_video_wrapper {
    border-radius: 3px
}

.img-with-aniamtion-wrap[data-border-radius="5px"] .hover-wrap,
.img-with-aniamtion-wrap[data-border-radius="5px"] .img-with-animation,
.nectar_video_player_self_hosted[data-border-radius="5px"] .wpb_video_wrapper {
    border-radius: 5px
}

.img-with-aniamtion-wrap[data-border-radius="10px"] .hover-wrap,
.img-with-aniamtion-wrap[data-border-radius="10px"] .img-with-animation,
.nectar_video_player_self_hosted[data-border-radius="10px"] .wpb_video_wrapper {
    border-radius: 10px
}

.img-with-aniamtion-wrap[data-border-radius="15px"] .hover-wrap,
.img-with-aniamtion-wrap[data-border-radius="15px"] .img-with-animation,
.nectar_video_player_self_hosted[data-border-radius="15px"] .wpb_video_wrapper {
    border-radius: 15px
}

.img-with-aniamtion-wrap[data-border-radius="20px"] .hover-wrap,
.img-with-aniamtion-wrap[data-border-radius="20px"] .img-with-animation,
.nectar_video_player_self_hosted[data-border-radius="20px"] .wpb_video_wrapper {
    border-radius: 20px
}

@media only screen and (min-width:1000px) {

    .wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap>.border-bottom,
    .wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap>.border-top {
        transform: scaleX(0);
        transition: transform 1s cubic-bezier(.19, 1, .22, 1)
    }

    .wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap>.border-left,
    .wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap>.border-right {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: transform 1s cubic-bezier(.19, 1, .22, 1);
        transition: transform 1s cubic-bezier(.19, 1, .22, 1)
    }
}

.wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-bottom,
.wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-top {
    transform: scaleX(1)
}

.wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-top {
    transform-origin: left
}

.wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-bottom {
    transform-origin: right
}

.wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-left,
.wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-right {
    transform: scaleY(1)
}

.wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-left {
    transform-origin: bottom
}

.wpb_column[data-border-animation=true] .vc_column-inner>.border-wrap.animation>.border-right {
    transform-origin: top
}

.col.span_3 .col.span_12 i,
.col.span_4 .col.span_12 i,
body .wpb_text_column {
    margin-bottom: 0
}

.wpb_animate_when_almost_visible {
    opacity: 0
}

.wpb_start_animation {
    opacity: 1
}

body .wpb_text_column h2:last-child,
body .wpb_text_column h3:last-child {
    margin-bottom: 10px
}

.carousel-outer {
    margin-right: 2px;
    overflow: hidden
}

body[data-ajax-transitions=true] .row.carousel {
    opacity: 1
}

.carousel-heading {
    margin-bottom: 7px;
    min-height: 23px;
    position: relative;
    z-index: 100
}

.carousel-heading h2 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 7px;
    margin-left: 10px;
    text-transform: uppercase
}

.carousel-wrap .item-count,
.carousel-wrap[data-full-width=false] .carousel-heading h2 {
    font-size: 12px
}

html:not(.js) .carousel-heading {
    display: none
}

.ascend .carousel-wrap[data-ctc=light] .carousel-next i,
.ascend .carousel-wrap[data-ctc=light] .carousel-prev i,
.carousel-wrap[data-ctc=light] .carousel-heading h2,
.carousel-wrap[data-ctc=light] .item-count,
.carousel-wrap[data-full-width=true][data-ctc=light] .carousel-heading i {
    color: #fff
}

.recent-work-carousel[data-ctc=light][data-full-width=true] .carousel-heading {
    background-color: #252525
}

.caroufredsel_wrapper,
.carousel-wrap[data-full-width=true] .portfolio-items .col .work-item.style-2 .work-info a,
.woocommerce .products-carousel ul.products .product a {
    cursor: grab !important;
    cursor: -webkit-grab !important;
    margin: 0 !important
}

.caroufredsel_wrapper.active,
.carousel-wrap[data-full-width=true] .portfolio-items .col .work-item .work-info .active,
.woocommerce .products-carousel ul.products .product a.active {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important
}

body .carousel-wrap {
    margin: 0 -10px;
    overflow: hidden;
    position: relative
}

body .full-width-section .carousel-wrap {
    margin-bottom: 0
}

.carousel-wrap[data-full-width=true] {
    padding: 0 18px
}

.carousel-wrap[data-full-width=true] .carousel-heading {
    background-color: #f8f8f8;
    margin-bottom: 0;
    padding: 43px 0 40px;
    text-align: center
}

body .carousel-wrap[data-full-width=true] .carousel-heading h2 {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 36px;
    margin: 0 auto;
    max-width: 900px;
    text-transform: none
}

.carousel-wrap[data-full-width=true] .carousel-heading .carousel-next,
.carousel-wrap[data-full-width=true] .carousel-heading .carousel-prev,
.carousel-wrap[data-full-width=true] .carousel-heading .portfolio-page-link {
    top: 8px !important
}

.carousel-wrap[data-full-width=true] .carousel-heading a {
    background-color: transparent
}

.carousel-wrap[data-full-width=true] .carousel-heading i {
    background-color: transparent;
    color: #888;
    font-size: 30px;
    line-height: 28px;
    transition: color .2s ease 0s
}

body .carousel-wrap[data-full-width=true] .carousel-heading .container {
    min-height: 40px
}

body[data-smooth-scrolling="0"] .carousel-wrap[data-full-width=true] {
    padding: 0
}

.carousel-wrap .work-item.style-2,
.carousel-wrap[data-full-width=true] {
    margin-bottom: 0
}

.carousel-wrap[data-full-width=true] .span_4.no-margin {
    margin: 0
}

.full-width-content .caroufredsel_wrapper {
    overflow: visible !important
}

.carousel-wrap .carousel-heading {
    padding: 0
}

html:not(.js) .carousel-wrap {
    display: none
}

.carousel-wrap .left-border,
.carousel-wrap .right-border {
    background-color: #f8f8f8;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 10px;
    z-index: 100
}

.carousel-wrap .left-border {
    left: 0
}

.carousel-wrap .right-border {
    right: 0
}

.carousel-next,
.carousel-prev {
    background-color: #dadada;
    background-repeat: no-repeat;
    border-radius: 1px;
    cursor: pointer;
    display: block;
    height: 20px;
    line-height: 22px;
    margin-left: 5px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .2s linear 0s;
    width: 20px
}

.carousel-wrap[data-full-width=true] .carousel-next,
.carousel-wrap[data-full-width=true] .carousel-prev {
    height: 28px;
    width: 44px
}

.carousel-wrap[data-full-width=true] .carousel-next {
    text-align: right
}

.carousel-wrap[data-full-width=true] .carousel-prev {
    text-align: left
}

.carousel-next {
    padding-left: 1px;
    right: 0
}

.carousel-prev {
    padding-right: 1px;
    right: 25px
}

.carousel-wrap[data-full-width=false] .control-wrap {
    position: absolute;
    right: 0;
    top: 0
}

.carousel-next i,
.carousel-prev i,
.carousel-wrap .carousel-next i,
.carousel-wrap .carousel-prev i {
    background-color: transparent;
    font-size: 14px;
    line-height: 24px
}

.carousel-next:hover,
.carousel-prev:hover {
    background-color: #000
}

ul.row.carousel {
    opacity: 0
}

#ajax-content-wrap .carousel-wrap[data-full-width=true] .span_4.no-margin .carousel-wrap[data-full-width=true] .span_4.no-margin {
    margin: 0
}

.carousel-wrap[data-full-width=true].default-style {
    padding: 0 20px !important
}

.carousel-wrap[data-full-width=true] .work-meta {
    padding: 0 15px
}

.carousel-wrap[data-full-width=true],
.carousel-wrap[data-full-width=true].default-style .work-meta {
    padding: 0 !important
}

body .carousel .span_4,
body .portfolio-items.carousel .span_4 {
    margin: 0 10px
}

.carousel-wrap[data-full-width=true].default-style .span_4 {
    margin: 0 15px
}

.carousel .span_4 .clear {
    margin-bottom: 0;
    padding-bottom: 0
}

.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    display: none;
    position: relative;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    cursor: -moz-grab;
    padding: 25px 0;
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    float: left;
    min-height: 1px;
    position: relative
}

.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    display: block;
    opacity: 0
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab,
.owl-stage.owl-grab {
    cursor: -moz-grabbing
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-theme .owl-nav {
    -webkit-tap-highlight-color: transparent;
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-nav [class*=owl-] {
    background: #d6d6d6;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    cursor: default;
    opacity: .5
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    -webkit-tap-highlight-color: transparent;
    text-align: center
}

.owl-theme .owl-dots .owl-dot {
    zoom: 1;
    background: none;
    border: none;
    display: inline-block;
    padding: 0
}

.owl-theme .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    background: rgba(0, 0, 0, .25);
    border-radius: 30px;
    display: block;
    height: 6px;
    margin: 5px 7px;
    transform: scale(.9);
    transition: all .13s ease;
    width: 6px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.span_12.light .owl-theme .owl-dots .owl-dot span {
    background: hsla(0, 0%, 100%, .5)
}

.span_12.light .owl-theme .owl-dots .owl-dot.active span,
.span_12.light .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}

.owl-theme .owl-dots .owl-dot.active span {
    transform: scale(1.5)
}

.owl-carousel[data-column-padding="5px"] .carousel-item {
    padding: 6px
}

.owl-carousel[data-column-padding="10px"] .carousel-item {
    padding: 11px
}

.owl-carousel[data-column-padding="15px"] .carousel-item {
    padding: 16px
}

.owl-carousel[data-column-padding="20px"] .carousel-item {
    padding: 21px
}

.owl-carousel[data-column-padding="30px"] .carousel-item {
    padding: 31px
}

.owl-carousel[data-column-padding="40px"] .carousel-item {
    padding: 41px
}

.owl-carousel[data-column-padding="50px"] .carousel-item {
    padding: 51px
}

.owl-carousel.moving a {
    pointer-events: none
}

.owl-carousel[data-enable-animation=true] .owl-stage>.owl-item {
    opacity: 0;
    transform: translateY(70px)
}

.owl-carousel[data-enable-animation=true] .owl-controls {
    opacity: 0
}

.owl-carousel[data-enable-animation=true].animated-in .owl-controls {
    opacity: 1;
    transition: opacity .5s
}

rs-module video {
    visibility: visible
}

.home-wrap {
    background-color: #f8f8f8;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 3em;
    position: relative;
    z-index: 100
}

html:not(.js) .home-wrap {
    padding-top: 0
}

.home-wrap .full-width-section.first-section {
    margin-top: -37px
}

.single_job_listing .company img {
    height: 3em
}

.single_job_listing .meta li {
    list-style: none
}

.flex-gallery {
    margin: 0;
    padding: 0
}

.flex-gallery .slides>li {
    -webkit-backface-visibility: hidden;
    display: none
}

.flex-gallery .slides img {
    display: block;
    width: 99.8%
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flex-gallery {
    zoom: 1;
    background-color: transparent;
    margin: 0 0 15px;
    position: relative
}

.flex-viewport {
    max-height: 2000px;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flex-gallery .slides {
    zoom: 1
}

.flex-gallery ul {
    margin: 0;
    position: relative;
    z-index: 1000
}

.flex-gallery .flex-direction-nav {
    margin: 0;
    position: absolute;
    top: 8px
}

.flex-gallery ul li {
    list-style: none
}

.flex-gallery ul li img {
    margin-bottom: 0
}

.carousel li {
    margin-left: 0;
    margin-right: 0
}

.flex-control-nav {
    display: none
}

.flex-direction-nav {
    *height: 0
}

.flex-direction-nav a {
    background-color: #000;
    border-radius: 1px 1px 1px 1px;
    display: block;
    height: 25px;
    line-height: 22px;
    position: relative;
    text-align: center;
    transition: all .2s ease;
    width: 25px
}

.flex-direction-nav a i {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 29px
}

.flex-direction-nav .flex-next {
    padding-left: 2px
}

.flex-direction-nav .flex-prev {
    padding-right: 2px
}

body #ajax-content-wrap .flex-gallery .flex-direction-nav li {
    float: left;
    margin-left: 7px
}

.flex-direction-nav a:hover {
    background-color: #333
}

.flex-direction-nav .flex-next span {
    background-position: 100% 0;
    right: 9px
}

.flex-direction-nav .flex-next span,
.flex-direction-nav .flex-prev span {
    display: block;
    height: 15px;
    position: absolute;
    top: 9px;
    width: 15px;
    z-index: 100
}

.flex-direction-nav .flex-prev span {
    background-position: 0 0;
    left: 9px
}

body.mobile.material [data-bullet_style=see_through] .slider-pagination {
    bottom: 13px
}

body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch:before {
    content: "";
    display: block;
    position: relative;
    top: 50%
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot,
.nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot,
.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot,
.nectar-woo-flickity .flickity-page-dots .dot,
.testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot,
body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch {
    margin: 0;
    opacity: .35;
    width: 30px
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before,
.nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot:before,
.nectar-quick-view-box .flickity-page-dots .dot:before,
.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before,
.nectar-woo-flickity .flickity-page-dots .dot:before,
.testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot:before,
body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch:before {
    background-color: transparent;
    border-radius: 50%;
    box-shadow: inset 0 0 0 5px #000;
    height: 6px;
    margin-left: 11px;
    transition: all .25s ease;
    width: 6px
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected,
.nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot.is-selected,
.nectar-quick-view-box .flickity-page-dots .dot.is-selected,
.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected,
.nectar-woo-flickity .flickity-page-dots .dot,
.testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot.is-selected,
body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch.swiper-active-switch {
    opacity: 1
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before,
.nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot.is-selected:before,
.nectar-quick-view-box .flickity-page-dots .dot.is-selected:before,
.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before,
.nectar-woo-flickity .flickity-page-dots .dot.is-selected:before,
.testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot.is-selected:before,
body.material [data-bullet_style=see_through] .slider-pagination .swiper-pagination-switch.swiper-active-switch:before {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #000;
    transform: scale(2)
}

.span_12.light .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before,
.span_12.light .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot:before,
.span_12.light .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before,
.span_12.light .nectar-woo-flickity .flickity-page-dots .dot:before,
.span_12.light .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot:before,
body.material [data-bullet_style=see_through] .slider-pagination:not(.dark-cs) .swiper-pagination-switch:before {
    box-shadow: inset 0 0 0 5px #fff
}

.span_12.light .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before,
.span_12.light .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot.is-selected:before,
.span_12.light .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before,
.span_12.light .nectar-woo-flickity .flickity-page-dots .dot.is-selected:before,
.span_12.light .testimonial_slider[data-style=multiple_visible_minimal] .flickity-page-dots .dot.is-selected:before,
body.material [data-bullet_style=see_through] .slider-pagination:not(.dark-cs) .swiper-pagination-switch.swiper-active-switch:before {
    box-shadow: inset 0 0 0 1px #fff
}

.nectar-flickity[data-control-style=material_pagination] .flickity-page-dots,
.nectar-flickity[data-controls=material_pagination] .flickity-page-dots {
    bottom: -85px;
    margin: 0
}

.nectar-flickity[data-control-style=material_pagination]:not(.masonry) .flickity-viewport,
.nectar-flickity[data-controls=material_pagination]:not(.masonry) .flickity-viewport {
    margin: 110px 0 130px
}

iframe,
iframe.iframe-embed {
    max-width: 100%
}

.main-content #sidebar iframe[src],
.wc-braintree-hosted-field iframe,
html:not(.js) .main-content iframe[src] {
    opacity: 1
}

.iframe-embed-standard iframe {
    width: 100% !important
}

body .mejs-container .mejs-controls>.mejs-horizontal-volume-slider {
    display: block;
    float: left;
    height: 26px;
    position: relative;
    width: 56px
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: hsla(0, 0%, 100%, .33)
}

.mejs-controls .mejs-button button:focus {
    outline: none
}

body .mejs-controls .mejs-pause,
body[data-button-style*=_rounded] .mejs-button>button,
body[data-button-style^=rounded] .mejs-controls .mejs-pause button {
    border-radius: 0 !important
}

audio,
video {
    visibility: hidden
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: hsla(0, 0%, 100%, .3) !important
}

.mejs-video .mejs-controls .mejs-time-rail {
    padding-top: 12px
}

.mejs-audio .mejs-controls .mejs-time-rail {
    padding-top: 11px
}

.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-audio .mejs-controls .mejs-time-rail a,
.mejs-audio .mejs-controls .mejs-time-rail span,
.mejs-video .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-video .mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-video .mejs-controls .mejs-time-rail a,
.mejs-video .mejs-controls .mejs-time-rail span {
    height: 8px
}

#ajax-content-wrap .mejs-container {
    background-color: transparent;
    background-image: none !important
}

.wp-video {
    margin-bottom: 20px
}

.mejs-container .mejs-poster img,
.wp-video {
    max-width: none !important;
    width: 100% !important
}

.wp-video-shortcode.mejs-container .mejs-poster img {
    display: block;
    margin-bottom: 0;
    visibility: hidden
}

.mejs-container-fullscreen .mejs-poster img {
    height: 100% !important
}

body .mejs-poster {
    background-size: cover
}

body .mejs-container .mejs-controls .mejs-time {
    opacity: .8
}

body .mejs-controls button {
    transition: opacity .15s ease
}

.mejs-controls .mejs-fullscreen-button:hover button,
body .mejs-controls button:hover {
    opacity: .8
}

#ajax-content-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: hsla(0, 0%, 100%, .25)
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: transparent !important
}

body .mejs-controls .mejs-button button {
    background-image: none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    position: relative;
    width: auto
}

body .mejs-controls button:before {
    speak: none;
    display: inline-block;
    text-decoration: inherit
}

body .mejs-controls .mejs-play button:before {
    content: ""
}

body .mejs-controls .mejs-mute button:before {
    content: ""
}

body .mejs-controls .mejs-unmute button:before {
    content: ""
}

body .mejs-controls .mejs-fullscreen-button button:before {
    content: "";
    font-size: 17px
}

body .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:before {
    content: ""
}

body .mejs-button.mejs-volume-button {
    margin-left: 5px
}

body .mejs-controls .mejs-pause {
    left: 2px;
    position: relative;
    top: 2px
}

body .mejs-controls .mejs-pause button {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    height: 12px;
    right: 3px;
    top: 2px;
    width: 9px
}

#ajax-content-wrap .mejs-container.mejs-audio {
    background-color: #000;
    height: 44px !important
}

#ajax-content-wrap .mejs-container.mejs-audio .mejs-playpause-button {
    margin-left: 0
}

body .masonry-blog-item .mejs-container.mejs-video .mejs-controls,
body .mejs-container.mejs-audio .mejs-controls {
    height: 42px
}

#ajax-content-wrap .masonry-blog-item .mejs-container.mejs-video .mejs-controls .mejs-playpause-button {
    margin-left: 10px
}

#ajax-content-wrap .masonry-blog-item .mejs-container .mejs-fullscreen-button {
    margin-right: 10px
}

body .masonry-blog-item .mejs-container:not(.mejs-audio) .mejs-controls:before {
    height: 250%
}

body .mejs-container:not(.mejs-audio) .mejs-controls:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-2%, hsla(0, 0%, 100%, 0)), color-stop(35%, transparent), color-stop(44%, rgba(0, 0, 0, .04)), color-stop(100%, rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .6)));
    background: -o-linear-gradient(hsla(0, 0%, 100%, 0) -2%, transparent 35%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(hsla(0, 0%, 100%, 0) -2%, transparent 35%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .8) 100%, rgba(0, 0, 0, .6) 0);
    border-radius: 4px;
    bottom: 0;
    content: " ";
    height: 400%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 11
}

body .mfp-wrap .mfp-content .mejs-container:not(.mejs-audio) .mejs-controls:before {
    border-radius: 0
}

body .mejs-container .mejs-controls>* {
    position: relative;
    z-index: 100
}

body .mejs-container .mejs-controls {
    background: none !important;
    height: 50px
}

#ajax-content-wrap .mejs-playpause-button {
    margin-left: 20px
}

#ajax-content-wrap .mejs-fullscreen-button {
    margin-right: 20px
}

body .mejs-video .mejs-controls .mejs-time-rail .mejs-time-float {
    background-color: transparent;
    border: none;
    color: #fff
}

body .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    border-color: transparent
}

body .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float {
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .25);
    height: 15px
}

#header-outer .wpml-ls-menu-item .wpml-ls-flag {
    margin-bottom: 0
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope {
    transition-property: height
}

.isotope .isotope-item {
    transition-property: transform, opacity
}

.bbp-author-avatar img {
    margin-bottom: -3px
}

body #bbpress-forums fieldset.bbp-form {
    border: 1px solid #d9d9d9
}

#bbpress-forums fieldset.bbp-form p {
    padding-bottom: 10px
}

#bbpress-forums .bbp-footer,
#bbpress-forums .bbp-header {
    font-weight: 400
}

#bbpress-forums .bbp-body ul.forum,
#bbpress-forums .bbp-body ul.topic {
    padding-left: 15px
}

#bbpress-forums .bbp-forum-header,
#bbpress-forums .bbp-reply-header,
#bbpress-forums .bbp-topic-header {
    background-color: #f4f4f4
}

.bbp-topic-meta {
    margin-top: 1px
}

#bbpress-forums .bbp-header {
    background-color: #f1f1f1
}

#bbpress-forums .wp-editor-container,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
    border: 1px solid #ddd
}

.bbp-topic-permalink {
    font-size: 14px
}

.topic .bbp-topic-title {
    margin-top: 2px
}

.bbp-template-notice p {
    padding: 4px
}

#bbp_search_submit,
#members_search_submit {
    padding: 10px 11px
}

#bbpress-forums #subscription-toggle {
    color: #ccc
}

body #bbpress-forums fieldset.bbp-form {
    padding-bottom: 20px
}

body #buddypress form.bp-dir-search-form button[type=submit] {
    padding: 10px .7em !important
}

.material .buddypress-wrap form.bp-dir-search-form input[type=search]:focus {
    box-shadow: none
}

.buddypress-wrap form.bp-dir-search-form button[type=submit] span {
    line-height: 1em
}

body[data-form-style=minimal] #buddypress input[type=email],
body[data-form-style=minimal] #buddypress input[type=password],
body[data-form-style=minimal] #buddypress input[type=text] {
    padding-left: 10px;
    padding-right: 10px
}

#buddypress input[type=submit]:hover {
    color: #fff
}

#buddypress .activity-update-form #whats-new-submit input[type=submit] {
    line-height: 1em
}

body[data-form-style=minimal] #buddypress textarea {
    background-color: rgba(0, 0, 0, .018);
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px
}

.buddypress-wrap .bp-feedback.bp-messages p {
    padding-bottom: 0
}

#buddypress form#whats-new-form textarea {
    width: 100% !important
}

.buddypress h1 {
    margin-bottom: 30px
}

.tribe-events .tribe-events-c-top-bar__nav-list-item,
.tribe-events-c-view-selector ul li {
    list-style: none
}

.nectar-animated-title,
body .wpb_wrapper>.nectar-animated-title {
    margin-bottom: 0
}

.nectar-animated-title-inner {
    display: inline-block;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative
}

.nectar-animated-title h6 {
    padding: 5px 10px
}

.nectar-animated-title h5 {
    padding: 6px 12px
}

.nectar-animated-title h4 {
    padding: 7px 14px
}

.nectar-animated-title h3 {
    padding: 8px 16px
}

.nectar-animated-title h2 {
    padding: 10px 20px
}

.nectar-animated-title h1 {
    padding: 15px 30px
}

.nectar-animated-title .nectar-animated-title-inner .wrap>* {
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 100
}

.nectar-animated-title .nectar-animated-title-inner:after {
    background-color: #000;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.nectar-animated-title .nectar-animated-title-outer {
    display: inline-block
}

.nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-outer {
    perspective: 1000px
}

.nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .13);
    opacity: 0;
    transform: rotateX(-90deg) translateZ(0);
    transform-origin: 0 0 0
}

.nectar-animated-title[data-style=hinge-drop].completed .nectar-animated-title-inner {
    opacity: 1;
    transform: rotateX(0deg) translateZ(0);
    transition: transform 1.3s cubic-bezier(.2, 1, .2, 1), opacity 1.3s cubic-bezier(.2, 1, .2, 1);
    -webkit-transition: -webkit-transform 1.3s cubic-bezier(.2, 1, .2, 1), opacity 1.3s cubic-bezier(.2, 1, .2, 1)
}

.nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after {
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: left;
    transform-origin: left
}

.nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap {
    overflow: hidden;
    position: relative;
    transform: translateX(-100%) translateZ(0);
    z-index: 100
}

.nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap * {
    display: block;
    transform: translateX(100%) translateZ(0)
}

.nectar-animated-title[data-style=color-strip-reveal].completed .nectar-animated-title-inner .wrap,
.nectar-animated-title[data-style=color-strip-reveal].completed .nectar-animated-title-inner .wrap * {
    transform: translateX(0) translateZ(0);
    transition: transform .7s cubic-bezier(.85, 0, .12, 1)
}

.nectar-animated-title[data-style=color-strip-reveal].completed .nectar-animated-title-inner:after {
    animation: colorStripReveal .7s cubic-bezier(.85, 0, .12, 1) forwards
}

@keyframes colorStripReveal {
    0% {
        transform: scaleX(0) translateZ(0)
    }

    to {
        transform: scale(1) translateZ(0)
    }
}

.btn {
    padding: 8px 16px
}

.nectar-button {
    background-color: #000;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    box-shadow: inset 0 -3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 -3px rgba(0, 0, 0, .1);
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 1;
    padding: 13px 18px;
    position: relative;
    top: 0;
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1);
    -o-transition: opacity .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar-3d-transparent-button,
.nectar-button {
    font-family: Open Sans;
    font-size: 12px;
    line-height: 20px
}

.nectar-3d-transparent-button {
    font-weight: 700;
    visibility: hidden
}

.nectar-button.small {
    border-radius: 2px 2px 2px 2px;
    box-shadow: inset 0 -1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 11px;
    padding: 8px 14px
}

.nectar-button.medium {
    border-radius: 3px 3px 3px 3px;
    box-shadow: inset 0 -2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 -2px rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 12px;
    padding: 10px 15px
}

body .nectar-button.medium,
body .nectar-button.small {
    font-size: 12px
}

.nectar-button.large {
    font-size: 14px;
    padding: 15px 22px
}

.nectar-button.jumbo,
.nectar-button.large {
    box-shadow: inset 0 -3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 -3px rgba(0, 0, 0, .1)
}

.nectar-button.jumbo {
    font-size: 18px;
    padding: 25px 40px
}

.nectar-button.extra_jumbo {
    box-shadow: inset 0 -3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 -3px rgba(0, 0, 0, .1);
    font-size: 60px;
    line-height: 60px;
    padding: 60px 90px
}

.nectar-button.small.see-through,
.nectar-button.small.see-through-2,
.nectar-button.small.see-through-3 {
    padding-bottom: 6px;
    padding-top: 6px
}

.nectar-button.medium.see-through,
.nectar-button.medium.see-through-2,
.nectar-button.medium.see-through-3 {
    padding-bottom: 9px;
    padding-top: 9px
}

body .nectar-button.large.see-through,
body .nectar-button.large.see-through-2,
body .nectar-button.large.see-through-3 {
    border-width: 2px;
    padding-bottom: 13px;
    padding-top: 13px
}

body .nectar-button.jumbo.see-through,
body .nectar-button.jumbo.see-through-2,
body .nectar-button.jumbo.see-through-3 {
    border-width: 4px;
    padding-bottom: 21px;
    padding-top: 21px
}

body .nectar-button.extra_jumbo.see-through,
body .nectar-button.extra_jumbo.see-through-2,
body .nectar-button.extra_jumbo.see-through-3 {
    border-width: 10px
}

.nectar-button.extra_jumbo.has-icon,
.nectar-button.tilt.extra_jumbo.has-icon {
    padding-left: 80px;
    padding-right: 80px
}

.nectar-button.extra_jumbo i,
.nectar-button.extra_jumbo i[class*=fa-],
.nectar-button.tilt.extra_jumbo i,
.nectar-button.tilt.extra_jumbo i[class*=fa-] {
    right: 75px
}

.nectar-button.has-icon.extra_jumbo:hover i,
.nectar-button.tilt.extra_jumbo.has-icon i {
    transform: translateX(13px)
}

.nectar-button.has-icon.extra_jumbo:hover span,
.nectar-button.tilt.extra_jumbo.has-icon span {
    transform: translateX(-30px)
}

body .nectar-button.extra_jumbo i {
    font-size: 40px;
    line-height: 40px;
    margin-top: -20px
}

body .nectar-button em {
    font-size: inherit;
    line-height: inherit
}

.nectar-button i,
.nectar-button i[class*=fa-] {
    -ms-filter: "alpha(opacity=0)";
    font-size: 18px;
    line-height: 18px;
    margin-top: -9px;
    opacity: 0;
    position: absolute;
    right: 30px;
    top: 50%;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    width: 18px
}

.nectar-button.small i {
    font-size: 16px;
    line-height: 16px;
    right: 26px
}

.nectar-button i.icon-button-arrow {
    font-size: 19px
}

.nectar-button.medium i.icon-button-arrow,
.nectar-button.small i.icon-button-arrow {
    font-size: 16px
}

.nectar-button span {
    display: inline-block;
    left: 0;
    position: relative;
    transform: translateX(0);
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: opacity .45s cubic-bezier(.25, 1, .33, 1), -webkit-transform .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar-button .im-icon-wrap svg {
    fill: currentColor;
    height: 18px;
    width: 18px
}

.nectar-button.extra_jumbo .im-icon-wrap svg {
    height: 40px;
    width: 40px
}

.material .nectar-button .im-icon-wrap,
.material .nectar-button .im-icon-wrap span {
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.material .nectar-button .im-icon-wrap svg {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

body #ajax-content-wrap .nectar-button .im-icon-wrap,
body #ajax-content-wrap .nectar-button .im-icon-wrap span {
    left: auto;
    transform: none
}

.nectar-button.has-icon,
.nectar-button.tilt.has-icon,
body[data-button-style^=rounded] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3).has-icon,
body[data-button-style^=rounded] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3).tilt.has-icon {
    padding-left: 42px;
    padding-right: 42px
}

.nectar-button.has-icon.small,
.nectar-button.tilt.has-icon.small {
    padding-left: 33px;
    padding-right: 33px
}

.nectar-button.has-icon:hover span,
.nectar-button.tilt.has-icon span,
body.material .nectar-button.has-icon span {
    transform: translateX(-18px)
}

.nectar-button.has-icon.small:hover span,
.nectar-button.tilt.small.has-icon span,
body.material .nectar-button.has-icon.small span {
    transform: translateX(-14px)
}

.nectar-button.has-icon:hover i,
.nectar-button.tilt.has-icon i,
body.material .nectar-button.has-icon i {
    -ms-filter: "alpha(opacity=100)";
    opacity: 1;
    transform: translateX(6px)
}

.nectar-button.small.has-icon:hover i,
.nectar-button.small.tilt.has-icon i,
body.material .nectar-button.small.has-icon i {
    transform: translateX(10px)
}

.full-width-section .light .nectar-button:hover,
.nectar-button:hover {
    color: #fff;
    opacity: .87
}

@media only screen and (min-width:1000px) {

    .full-width-section .light .nectar-button.wpb_animate_when_almost_visible:not(.see-through):not(.see-through-2):not(.see-through-3),
    body .nectar-button.wpb_animate_when_almost_visible {
        opacity: 0
    }
}

body .full-width-section .light .nectar-button.wpb_animate_when_almost_visible.animated:not(.see-through):not(.see-through-2):not(.see-through-3),
body:not([data-button-style*=rounded_shadow]) .full-width-section .light .nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3) {
    opacity: .9
}

body .nectar-button.wpb_animate_when_almost_visible.animated,
body[data-button-style] .full-width-section .light .nectar-button.wpb_animate_when_almost_visible.animated:not(.see-through):not(.see-through-2):not(.see-through-3):hover,
body[data-button-style] .full-width-section .light .nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3):hover,
body[data-button-style] .nectar-button.wpb_animate_when_almost_visible.animated {
    opacity: 1
}

.text_on_hover.product .add_to_cart_button,
.text_on_hover.product a.added_to_cart {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 14px;
    position: relative;
    text-transform: uppercase
}

.text_on_hover.product a.added_to_cart {
    border-radius: 2px
}

.nectar-button.see-through,
body .nectar-button.see-through {
    opacity: 1 !important
}

.nectar-button.see-through,
.text_on_hover.product .add_to_cart_button,
body .nectar-button.see-through {
    border: 2px solid hsla(0, 0%, 100%, .75);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: none;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

.text_on_hover.product .add_to_cart_button {
    opacity: 1
}

.nectar-button.see-through,
.text_on_hover.product .add_to_cart_button,
body .nectar-button.see-through {
    background-color: transparent !important;
    box-shadow: none !important
}

.nectar-button.see-through-2,
.nectar-button.see-through-3 {
    background-color: transparent;
    border: 2px solid hsla(0, 0%, 100%, .75);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    opacity: 1;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar-button.see-through-2:hover,
.nectar-button.see-through-3:hover {
    background-color: transparent
}

.nectar-button.see-through-3 {
    border: 2px solid #fff
}

body[data-button-style^=rounded] #header-outer .widget_shopping_cart a.button,
body[data-button-style^=rounded] #infscr-loading,
body[data-button-style^=rounded] #pagination .next.inactive,
body[data-button-style^=rounded] #pagination .prev.inactive,
body[data-button-style^=rounded] #pagination a,
body[data-button-style^=rounded] #pagination span,
body[data-button-style^=rounded] #to-top,
body[data-button-style^=rounded] #top nav>ul>li[class*=button_bordered]>a:before,
body[data-button-style^=rounded] #top nav>ul>li[class*=button_solid_color]>a:before,
body[data-button-style^=rounded] .container-wrap nav.woocommerce-pagination ul li span,
body[data-button-style^=rounded] .flex-direction-nav a,
body[data-button-style^=rounded] .nectar-button,
body[data-button-style^=rounded] .nectar-button.see-through,
body[data-button-style^=rounded] .nectar-button.see-through-2,
body[data-button-style^=rounded] .nectar-button.see-through-3,
body[data-button-style^=rounded] .nectar-cta:not([data-style=material]) .link_wrap,
body[data-button-style^=rounded] .portfolio-filters-inline .container ul li a,
body[data-button-style^=rounded] .slide-out-widget-area-toggle[data-custom-color=true] a:before,
body[data-button-style^=rounded] .swiper-slide .button a,
body[data-button-style^=rounded] .woocommerce.add_to_cart_inline a.button.add_to_cart_button,
body[data-button-style^=rounded] button,
body[data-button-style^=rounded] button[type=submit],
body[data-button-style^=rounded] input[type=button],
body[data-button-style^=rounded] input[type=submit],
body[data-button-style^=rounded].ascend .container-wrap button[type=submit],
body[data-button-style^=rounded].ascend .container-wrap input[type=submit],
body[data-button-style^=rounded].ascend .nectar-button.see-through,
body[data-button-style^=rounded].ascend .nectar-button.see-through-2,
body[data-button-style^=rounded].ascend .nectar-button.see-through-3,
body[data-button-style^=rounded].woocommerce .container-wrap nav.woocommerce-pagination ul li span,
body[data-button-style^=rounded].woocommerce nav.woocommerce-pagination ul li a,
body[data-button-style^=rounded].woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border-radius: 200px !important;
    -webkit-border-radius: 200px !important;
    box-shadow: none;
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1)
}

.ascend[data-button-style*=slightly_rounded] .container-wrap button[type=submit],
.ascend[data-button-style=slightly_rounded] .container-wrap input[type=submit],
body[data-button-style*=slightly_rounded] #header-outer .widget_shopping_cart a.button,
body[data-button-style*=slightly_rounded] #infscr-loading,
body[data-button-style*=slightly_rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap>a,
body[data-button-style*=slightly_rounded] #pagination .next.inactive,
body[data-button-style*=slightly_rounded] #pagination .prev.inactive,
body[data-button-style*=slightly_rounded] #pagination a,
body[data-button-style*=slightly_rounded] #pagination span,
body[data-button-style*=slightly_rounded] #top nav>ul>li[class*=button_bordered]>a:before,
body[data-button-style*=slightly_rounded] #top nav>ul>li[class*=button_solid_color]>a:before,
body[data-button-style*=slightly_rounded] .blog-recent[data-style*=classic_enhanced] .meta-category a,
body[data-button-style*=slightly_rounded] .comment-list .reply a,
body[data-button-style*=slightly_rounded] .container-wrap nav.woocommerce-pagination ul li span,
body[data-button-style*=slightly_rounded] .flex-direction-nav a,
body[data-button-style*=slightly_rounded] .masonry.classic_enhanced .posts-container article .meta-category a,
body[data-button-style*=slightly_rounded] .nectar-button,
body[data-button-style*=slightly_rounded] .nectar-button.see-through,
body[data-button-style*=slightly_rounded] .nectar-button.see-through-2,
body[data-button-style*=slightly_rounded] .nectar-button.see-through-3,
body[data-button-style*=slightly_rounded] .nectar-cta:not([data-style=material]) .link_wrap,
body[data-button-style*=slightly_rounded] .portfolio-filters-inline .container ul li a,
body[data-button-style*=slightly_rounded] .sharing-default-minimal .nectar-love,
body[data-button-style*=slightly_rounded] .sharing-default-minimal .nectar-social-inner>a,
body[data-button-style*=slightly_rounded] .slide-out-widget-area-toggle[data-custom-color=true] a:before,
body[data-button-style*=slightly_rounded] .swiper-slide .button a,
body[data-button-style*=slightly_rounded] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body[data-button-style*=slightly_rounded] button,
body[data-button-style*=slightly_rounded] button[type=submit],
body[data-button-style*=slightly_rounded] input[type=button],
body[data-button-style*=slightly_rounded] input[type=submit],
body[data-button-style*=slightly_rounded].ascend .container-wrap button[type=submit],
body[data-button-style*=slightly_rounded].ascend .container-wrap input[type=submit],
body[data-button-style*=slightly_rounded].ascend .nectar-button.see-through,
body[data-button-style*=slightly_rounded].ascend .nectar-button.see-through-2,
body[data-button-style*=slightly_rounded].ascend .nectar-button.see-through-3,
body[data-button-style*=slightly_rounded].material #page-header-bg.fullscreen-header .inner-wrap>a,
body[data-button-style*=slightly_rounded].single .heading-title[data-header-style=default_minimal] .meta-category a,
body[data-button-style*=slightly_rounded].woocommerce .container-wrap nav.woocommerce-pagination ul li span,
body[data-button-style*=slightly_rounded].woocommerce nav.woocommerce-pagination ul li a,
body[data-button-style*=slightly_rounded].woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    box-shadow: none;
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1), transform .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1), background-color .45s cubic-bezier(.25, 1, .33, 1), box-shadow .45s cubic-bezier(.25, 1, .33, 1)
}

body[data-button-style*=slightly_rounded] .nectar-hor-list-item .nectar-list-item-btn {
    border-radius: 4px;
    -webkit-border-radius: 4px
}

body[data-button-style*=slightly_rounded] #to-top {
    border-radius: 200px !important;
    -webkit-border-radius: 200px !important
}

body[data-button-style*=slightly_rounded] .col.dark .nectar-button.see-through,
body[data-button-style*=slightly_rounded] .col.dark .nectar-button.see-through-2 {
    border-color: rgba(0, 0, 0, .15);
    color: #000
}

body[data-button-style*=rounded_shadow] .wp-block-button>.wp-block-button__link {
    transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

body[data-button-style*=rounded_shadow] .container-wrap input[type=submit]:hover,
body[data-button-style*=rounded_shadow] .nectar-button:focus,
body[data-button-style*=rounded_shadow] .nectar-button:hover,
body[data-button-style*=rounded_shadow] .sharing-default-minimal .nectar-love:hover,
body[data-button-style*=rounded_shadow] .swiper-slide .button a:hover,
body[data-button-style*=rounded_shadow] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover,
body[data-button-style*=rounded_shadow] .wp-block-button>.wp-block-button__link:hover,
body[data-button-style*=rounded_shadow] input[type=submit]:focus,
body[data-button-style*=rounded_shadow] input[type=submit]:hover,
body[data-button-style*=rounded_shadow].ascend .nectar-button.see-through:hover,
body[data-button-style*=rounded_shadow].ascend .nectar-button:hover,
body[data-button-style*=rounded_shadow].woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body[data-button-style=rounded_shadow] .container-wrap button[type=submit]:hover,
body[data-button-style=rounded_shadow] .sharing-default-minimal .nectar-social-inner>a:hover,
body[data-button-style=rounded_shadow] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body[data-button-style=rounded_shadow].ascend .nectar-button.see-through-2:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px)
}

body[data-button-style*=rounded_shadow] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover,
body[data-button-style*=rounded_shadow].material .nectar-button.see-through:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, .11) !important
}

body[data-button-style*=slightly_rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap>a:hover,
body[data-button-style*=slightly_rounded].single .heading-title[data-header-style=default_minimal] .meta-category a:hover,
body[data-button-style=slightly_rounded_shadow] .container-wrap button[type=submit]:hover,
body[data-button-style=slightly_rounded_shadow] .container-wrap input[type=submit]:hover,
body[data-button-style=slightly_rounded_shadow] .nectar-button:focus,
body[data-button-style=slightly_rounded_shadow] .nectar-button:hover,
body[data-button-style=slightly_rounded_shadow] .sharing-default-minimal .nectar-love:hover,
body[data-button-style=slightly_rounded_shadow] .sharing-default-minimal .nectar-social-inner>a:hover,
body[data-button-style=slightly_rounded_shadow] .swiper-slide .button a:hover,
body[data-button-style=slightly_rounded_shadow] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body[data-button-style=slightly_rounded_shadow] input[type=submit]:focus,
body[data-button-style=slightly_rounded_shadow] input[type=submit]:hover,
body[data-button-style=slightly_rounded_shadow].ascend .nectar-button.see-through-2:hover,
body[data-button-style=slightly_rounded_shadow].ascend .nectar-button.see-through:hover,
body[data-button-style=slightly_rounded_shadow].ascend .nectar-button:hover,
body[data-button-style=slightly_rounded_shadow].woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body[data-button-style=slightly_rounded_shadow].woocommerce-page .woocommerce p.return-to-shop a.wc-backward:hover {
    box-shadow: 0 20px 38px rgba(0, 0, 0, .16) !important;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px)
}

body[data-button-style*=slightly_rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap>a:hover,
body[data-button-style*=slightly_rounded].single .heading-title[data-header-style=default_minimal] .meta-category a:hover {
    transform: translateY(-3px) !important
}

body[data-button-style=rounded_shadow] .nectar-button.wpb_start_animation,
body[data-button-style=slightly_rounded_shadow] .nectar-button.wpb_start_animation {
    animation-fill-mode: none
}

body[data-button-style=slightly_rounded_shadow] .widget_search input[type=submit]:hover {
    transform: none !important
}

body[data-button-style^=rounded] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
    padding: 12px 18px
}

body .nectar-button.see-through:hover {
    border-color: #fff
}

.col.light .nectar-button.see-through-2,
.col.light .nectar-button.see-through-3 {
    color: #fff
}

.col.light .nectar-button.see-through {
    border-color: hsla(0, 0%, 100%, .75);
    color: #fff
}

.col.light .nectar-button.see-through:hover {
    border-color: #fff
}

.col.dark .nectar-button.see-through,
.col.dark .nectar-button.see-through-2 {
    border-color: rgba(0, 0, 0, .75);
    color: #444
}

.col.dark .nectar-button.see-through:hover {
    border-color: #000
}

body .col.dark .nectar-button.see-through-2:hover,
body .col.dark .nectar-button.see-through-3:hover,
body .nectar-button.see-through-2:hover,
body .nectar-button.see-through-3:hover {
    color: #fff;
    opacity: 1 !important
}

h2 .nectar-button {
    top: -6px
}

body.material .nectar-button[class*=m-extra-color-gradient-][class*=see-through] {
    visibility: hidden
}

.swiper-slide .button.solid_color_2,
.tilt-button-wrap {
    display: inline-block;
    perspective: 800px
}

.swiper-slide .button.solid_color_2:before {
    -webkit-font-smoothing: antialiased
}

.nectar-button.tilt:hover,
.nectar-button.tilt:hover:after,
.nectar-button.tilt:hover:before,
.swiper-slide .button.solid_color_2 a:hover,
.swiper-slide .button.solid_color_2 a:hover:after,
.swiper-slide .button.solid_color_2 a:hover:before {
    transition: all .5s cubic-bezier(.25, 1, .33, 1)
}

.nectar-button.tilt,
.swiper-slide .button.solid_color_2 a {
    background: #5cbcf6;
    border-bottom: none;
    display: block;
    opacity: 1;
    outline: 1px solid transparent;
    outline: none;
    padding-left: 22px;
    padding-right: 22px;
    position: relative;
    transform-style: preserve-3d;
    transition: all .5s cubic-bezier(.25, 1, .33, 1)
}

body[data-button-style*=rounded] .nectar-button.tilt,
body[data-button-style=rounded] .swiper-slide .button-wrap a,
body[data-button-style^=rounded].ascend .container-wrap .search-form input[type=submit] {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important
}

.nectar-button.tilt:after,
.swiper-slide .button.solid_color_2 a:after {
    -webkit-font-smoothing: antialiased;
    content: "";
    height: 37%;
    left: 0;
    position: absolute;
    top: -35%;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    transition: all .5s cubic-bezier(.25, 1, .33, 1);
    width: 100%;
    z-index: -1
}

.nectar-button.tilt:before,
.swiper-slide .button.solid_color_2 a:before {
    -webkit-font-smoothing: antialiased;
    background: #49a7df;
    content: "";
    height: 30%;
    left: 0;
    position: absolute;
    top: 99%;
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all .5s cubic-bezier(.25, 1, .33, 1);
    width: 100%;
    z-index: -1
}

.nectar-button.tilt:after,
.nectar-button.tilt:before,
.swiper-slide .button.solid_color_2 a:after,
.swiper-slide .button.solid_color_2 a:before {
    opacity: 0
}

.nectar-button.tilt:hover:after,
.nectar-button.tilt:hover:before,
.swiper-slide .button.solid_color_2 a:hover:after,
.swiper-slide .button.solid_color_2 a:hover:before {
    opacity: 1
}

.nectar-button.tilt:hover,
.swiper-slide .button.solid_color_2 a:hover {
    transform: rotateX(20deg)
}

.swiper-slide .button.solid_color_2 .button-wrap,
.tilt-button-inner {
    display: inline;
    overflow: hidden;
    padding: 3px 0
}

.nectar-3d-transparent-button {
    display: inline-block
}

.nectar-3d-transparent-button a {
    display: block
}

.nectar-3d-transparent-button .hidden-text {
    display: block;
    height: 1em;
    height: 0;
    line-height: 1.5;
    overflow: hidden;
    position: absolute
}

body .nectar-3d-transparent-button {
    margin-bottom: 0;
    position: relative
}

.nectar-3d-transparent-button .inner-wrap {
    perspective: 2000px
}

.nectar-3d-transparent-button .front-3d,
.nectar-3d-transparent-button .inner-wrap {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.nectar-3d-transparent-button .back-3d {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    transform-origin: 50% 50% -2.3em;
    width: 100%
}

.nectar-3d-transparent-button .front-3d {
    transform: rotateX(-90deg);
    transform-origin: 50% 50% -2.3em
}

.nectar-3d-transparent-button:hover .front-3d {
    transform: rotateX(0deg)
}

.nectar-3d-transparent-button:hover .back-3d {
    transform: rotateX(90deg)
}

.nectar-3d-transparent-button .back-3d,
.nectar-3d-transparent-button .front-3d {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .25s cubic-bezier(.2, .65, .4, 1)
}

.nectar-3d-transparent-button .back-3d svg,
.nectar-3d-transparent-button .front-3d svg {
    display: block
}

.nectar-category-grid .nectar-category-grid-item .content[data-subtext=custom][data-subtext-vis=always] .subtext:after,
.nectar-cta[data-style=underline] .link_wrap .link_text:after,
.nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:after {
    animation: portSliderLine2 .45s cubic-bezier(.15, .75, .5, 1) forwards;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    bottom: -4px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    opacity: .8;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: -1
}

body:not(.mobile) .nectar-category-grid .nectar-category-grid-item:hover .content[data-subtext=custom][data-subtext-vis=always] .subtext:after,
body:not(.mobile) .nectar-cta[data-style=underline] .link_wrap .link_text:hover:after,
body:not(.mobile) .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:hover:after {
    animation: portSliderLine .45s cubic-bezier(.15, .75, .5, 1) forwards
}

@keyframes portSliderLine {
    0% {
        transform: scaleX(0);
        transform-origin: left
    }

    to {
        transform: scaleX(1);
        transform-origin: left
    }
}

@keyframes portSliderLine2 {
    0% {
        transform: scaleX(1);
        transform-origin: right
    }

    to {
        transform: scaleX(0);
        transform-origin: right
    }
}

.nectar-category-grid[data-text-color=dark] .content[data-subtext=custom][data-subtext-vis=always] .subtext:after,
.span_12.dark .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a:after {
    background-color: #000
}

.nectar-category-grid[data-text-color=dark] .nectar-category-grid-item .content *,
.span_12.dark .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a {
    color: #000
}

.full-width-section>.col.span_12.dark .nectar-category-grid[data-text-color=light] .nectar-category-grid-item .content *,
.nectar-category-grid[data-text-color=light] .nectar-category-grid-item .content *,
.span_12.light .nectar-woo-flickity[data-controls=arrows-and-text] .nectar-woo-carousel-top a {
    color: #fff
}

.nectar-cta .link_wrap .link_text {
    display: inline-block;
    padding-right: 36px;
    position: relative
}

.nectar-cta[data-display=inline] {
    display: inline-block
}

.nectar-cta[data-using-bg=true] .text {
    margin-right: 10px
}

.nectar-cta .link_wrap {
    speak: none;
    position: relative;
    text-decoration: inherit
}

.nectar-cta[data-using-bg=true] .link_wrap {
    cursor: pointer
}

.nectar-cta[data-style=see-through] .link_wrap .arrow:after {
    border-bottom: 1px solid #000;
    content: "";
    height: 1px;
    margin-top: -2px;
    pointer-events: none;
    right: 12px;
    -ms-transform: scaleX(0) translateX(0);
    transform: scaleX(0) translateX(0);
    -webkit-transform: scaleX(0) translateX(0);
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform-origin: left;
    width: 22px
}

.nectar-cta .link_wrap .arrow:before,
.nectar-cta[data-style=see-through] .link_wrap .arrow:after {
    position: absolute;
    top: 50%;
    transition: all .33s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .33s cubic-bezier(.12, .75, .4, 1)
}

.nectar-cta .link_wrap .arrow:before {
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #000;
    content: "";
    font-family: Fontawesome;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin-top: -16px;
    right: 0;
    text-align: center;
    text-decoration: inherit;
    width: 26px
}

.nectar-cta[data-style=see-through][data-text-color=custom] .link_wrap .arrow:after,
.nectar-cta[data-text-color=custom] .arrow:after,
.nectar-cta[data-text-color=custom] .link_wrap .arrow:before,
.span_12.light .nectar-cta[data-text-color=custom] .arrow:after,
.span_12.light .nectar-cta[data-text-color=custom] .link_wrap .arrow:before {
    border-color: inherit;
    color: inherit
}

.nectar-cta[data-alignment=left] {
    text-align: left
}

.nectar-cta[data-alignment=center] {
    text-align: center
}

.nectar-cta[data-alignment=right] {
    text-align: right
}

.span_12.light .nectar-cta .link_wrap .link_text:after {
    border-color: hsla(0, 0%, 100%, .5);
    border-radius: 50%
}

.nectar-cta[data-color=black]:not([data-style=material]) .link_wrap {
    background-color: #000
}

.nectar-cta[data-color=white]:not([data-style=material]) .link_wrap {
    background-color: #fff
}

#ajax-content-wrap .nectar-cta .arrow,
.nectar-cta .arrow {
    letter-spacing: 0
}

.span_12.light .nectar-cta .arrow:before {
    color: #fff
}

.span_12.light .nectar-cta .arrow:after {
    border-color: #fff
}

.nectar-cta .link_wrap .link_text {
    color: inherit
}

.nectar-cta>p {
    padding-bottom: 0
}

.nectar-cta[data-text-color=custom] .link_wrap .link_text:after,
.nectar-cta[data-text-color=custom] .link_wrap:after {
    border-color: inherit !important
}

.nectar-cta[data-text-color=custom] .link_wrap:before {
    color: inherit !important
}

.nectar-cta[data-style=material] .link_wrap .circle {
    background-color: #000
}

.nectar-cta .link_wrap .link_text:after,
.nectar-cta[data-style=material] .link_wrap .circle,
.nectar-cta[data-style=material] .link_wrap .link_text:before {
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 100px;
    content: " ";
    display: block;
    height: 25px;
    margin-top: -14px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all .33s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .33s cubic-bezier(.12, .75, .4, 1);
    width: 25px
}

.nectar-cta[data-style=see-through] .link_wrap:hover .link_text:after {
    opacity: 0;
    transform: scale(.8)
}

.nectar-cta[data-style=see-through] .link_wrap:hover .arrow:after,
.nectar-cta[data-style=see-through] .link_wrap:hover .arrow:before {
    transform: scale(1) translateX(9px)
}

.nectar-cta[data-style=material] .link_wrap .circle {
    border: none;
    z-index: -1
}

.nectar-cta[data-style=material] .link_wrap .link_text:before {
    border: none;
    box-shadow: 0 9px 20px;
    opacity: .29;
    z-index: -1
}

.nectar-cta[data-style=material] .link_wrap .link_text:after {
    background-color: inherit;
    border: none
}

.nectar-cta[data-style=material] .link_wrap .link_text {
    padding-right: 38px
}

.nectar-cta[data-style=material] .link_wrap .arrow {
    border-radius: 50px;
    display: inline-block;
    height: 25px;
    line-height: 28px;
    margin-top: -14px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transition: all .33s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .33s cubic-bezier(.12, .75, .4, 1);
    width: 24px
}

.nectar-cta[data-style=material] .link_wrap .arrow:after,
.nectar-cta[data-style=material] .link_wrap .arrow:before {
    box-sizing: border-box;
    height: 28px;
    line-height: 28px;
    margin-top: -14px;
    padding-left: 1px;
    width: 25px
}

.nectar-cta[data-style=material] .link_wrap .arrow:after {
    transform: translateX(-100%)
}

.nectar-cta[data-style=material] .link_wrap .circle,
.nectar-cta[data-style=material] .link_wrap .link_text:before {
    height: 27px;
    margin-top: -14px;
    right: -1px;
    width: 27px
}

.nectar-cta[data-style=material] .link_wrap .circle {
    transform: scale(.85)
}

.nectar-cta[data-style=material] .link_wrap .link_text:before {
    transform: scale(.84)
}

.nectar-cta[data-style=material] .link_wrap:hover .circle,
.nectar-cta[data-style=material] .link_wrap:hover .link_text:before {
    transform: scale(1)
}

.nectar-cta[data-style=material] .arrow,
.nectar-cta[data-style=material] .link_wrap .arrow:after,
.nectar-cta[data-style=material] .link_wrap .arrow:before {
    color: #fff
}

.nectar-cta[data-style=underline] .link_wrap .link_text {
    padding-right: 0
}

.nectar-cta[data-style=underline] .link_wrap .link_text:after {
    animation: none;
    background-color: transparent !important;
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0;
    bottom: 0;
    margin-top: 0;
    top: auto;
    transform-origin: left;
    transition: transform .4s cubic-bezier(.23, .46, .4, 1);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.23, .46, .4, 1);
    z-index: 1
}

.span_12.light .nectar-cta[data-style=underline] .link_wrap .link_text:after {
    border-radius: 0
}

body:not(.mobile) .nectar-cta[data-style=underline] .link_wrap:hover .link_text:after {
    animation: none;
    transform: scaleX(0);
    transform-origin: right
}

.nectar-cta[data-style=arrow-animation] svg,
.nectar-cta[data-style=arrow-animation] svg polyline {
    stroke: currentColor
}

.team-meta .nectar-cta[data-style=arrow-animation] svg polyline {
    stroke-dashoffset: 0;
    stroke-dasharray: 0
}

.nectar-cta[data-style=arrow-animation] svg polyline {
    stroke-dashoffset: 140px;
    stroke-dasharray: 140px
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text:after {
    display: none
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text {
    padding: 0 0 0 40px;
    position: relative
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text {
    display: block
}

.nectar-cta[data-style=arrow-animation] .line {
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + .5px)) translateZ(0);
    transform-origin: left;
    width: 25px
}

.nectar-cta[data-style=arrow-animation] svg {
    left: 25px;
    position: absolute;
    top: 50%;
    width: 6px
}

.team-meta nectar-cta[data-style=arrow-animation] svg {
    left: 24px
}

@keyframes ctaArrowSVGStart {
    0% {
        transform: translateY(calc(-50% + .5px)) translateX(0) translateZ(0)
    }

    to {
        transform: translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0)
    }
}

@keyframes ctaArrowSVGEnd {
    0% {
        transform: translateY(calc(-50% + .5px)) translateX(-3px) translateZ(0)
    }

    to {
        transform: translateY(calc(-50% + .5px)) translateX(0) translateZ(0)
    }
}

@keyframes ctaArrowTextStart {
    0% {
        transform: translateX(6px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes ctaArrowTextEnd {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(6px)
    }
}

@keyframes ctaArrowStart {
    0% {
        stroke-dashoffset: 140px;
        stroke-dasharray: 140px
    }

    to {
        stroke-dasharray: 140px;
        stroke-dashoffset: 10px
    }
}

@keyframes ctaArrowStartTeam {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0
    }

    50% {
        stroke-dashoffset: 140px;
        stroke-dasharray: 140px
    }

    to {
        stroke-dasharray: 140px;
        stroke-dashoffset: 10px
    }
}

@keyframes ctaArrowEnd {
    0% {
        stroke-dashoffset: 10px;
        stroke-dasharray: 150px 150px
    }

    40% {
        opacity: 1
    }

    to {
        stroke-dashoffset: -53px;
        stroke-dasharray: 1px 150px;
        opacity: 0
    }
}

@keyframes ctaArrowLineStart {
    0% {
        transform: scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0);
        transform-origin: left
    }

    to {
        transform: scaleX(1) translateY(calc(-50% + .5px)) translateZ(0)
    }
}

@keyframes ctaArrowLineEnd {
    0% {
        transform: scaleX(1) translateY(calc(-50% + .5px)) translateZ(0);
        transform-origin: right
    }

    50% {
        transform: scaleX(0) translateY(calc(-50% + .5px)) translateZ(0);
        transform-origin: right
    }

    51% {
        transform-origin: left
    }

    to {
        transform: scaleX(1.2) translateY(calc(-50% + .5px)) translateZ(0);
        transform-origin: left
    }
}

.nectar-cta[data-style=arrow-animation]:not(.loaded) * {
    animation-duration: 0s !important
}

.nectar-cta[data-style=arrow-animation] svg polyline {
    animation: ctaArrowEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.team-meta .nectar-cta[data-style=arrow-animation] .link_wrap polyline {
    animation: none
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text {
    animation: ctaArrowTextStart .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] .line {
    animation: ctaArrowLineStart .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] svg {
    animation: ctaArrowSVGStart .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover svg,
.team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap svg {
    animation: ctaArrowSVGEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover .link_text .line,
.team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap .link_text .line {
    animation: ctaArrowLineEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover .link_text>.text,
.team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text {
    animation: ctaArrowTextEnd .45s cubic-bezier(.23, .46, .4, 1) forwards
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover polyline,
.team-member:hover .nectar-cta[data-style=arrow-animation] .link_wrap polyline {
    animation: ctaArrowStart .45s ease .25s forwards
}

.team-member:hover .team-meta .nectar-cta[data-style=arrow-animation] .link_wrap polyline,
.team-meta .nectar-cta[data-style=arrow-animation] .link_wrap:hover polyline {
    animation: ctaArrowStartTeam .8s ease forwards
}

.nectar-cta[data-style=basic] .link_wrap .link_text:after {
    display: none
}

.nectar-cta[data-style=basic] .link_wrap .link_text {
    padding-right: 0
}

.nectar-cta[data-style=basic][data-using-bg=true] .text {
    margin-right: 0
}

body[data-button-style^=rounded] .nectar-cta .link_wrap:before {
    border-radius: 200px
}

body[data-button-style*=slightly_rounded] .nectar-cta .link_wrap:before {
    border-radius: 4px
}

.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:before {
    content: "";
    display: block;
    height: 100%;
    height: 100.2%;
    left: 0;
    left: -.1%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    top: -.1%;
    transition: opacity .25s ease;
    width: 100%;
    width: 100.2%
}

.nectar-cta[data-color*=extra-color-gradient][class*=hover_color_] .link_wrap:hover:before {
    opacity: 1
}

.nectar_cascading_images {
    display: block;
    position: relative
}

.nectar_cascading_images .cascading-image {
    pointer-events: none
}

.nectar_cascading_images .cascading-image .img-wrap,
.nectar_cascading_images .cascading-image img {
    display: block;
    line-height: 0;
    margin-bottom: 0
}

.nectar_cascading_images .cascading-image img.nectar-lazy {
    opacity: 0;
    transition: opacity .5s ease;
    width: 100%
}

.nectar_cascading_images .cascading-image img.nectar-lazy.loaded {
    opacity: 1
}

.nectar_cascading_images .cascading-image .img-wrap,
.nectar_cascading_images .cascading-image img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.nectar_cascading_images .cascading-image .img-wrap {
    display: inline-block
}

.nectar_cascading_images .cascading-image,
.nectar_cascading_images .cascading-image .inner-wrap {
    display: inline-block;
    text-align: center;
    width: 100%
}

.nectar_cascading_images {
    line-height: 0
}

.nectar_cascading_images .cascading-image:not(:first-child) {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.nectar_cascading_images.animated-in .cascading-image .inner-wrap {
    transition: transform .7s cubic-bezier(.3, .95, .3, .95), opacity .3s ease
}

.nectar_cascading_images.animated-in .cascading-image[data-animation=grow-in-reveal] .inner-wrap {
    transition: transform 1.1s cubic-bezier(.3, .95, .3, .95), opacity .3s ease
}

.nectar_cascading_images[data-border-radius="3px"] .inner-wrap .bg-color,
.nectar_cascading_images[data-border-radius="3px"] .inner-wrap .img-wrap,
.nectar_cascading_images[data-border-radius="3px"] .inner-wrap img {
    border-radius: 3px
}

.nectar_cascading_images[data-border-radius="5px"] .inner-wrap .bg-color,
.nectar_cascading_images[data-border-radius="5px"] .inner-wrap .img-wrap,
.nectar_cascading_images[data-border-radius="5px"] .inner-wrap img {
    border-radius: 5px
}

.nectar_cascading_images[data-border-radius="10px"] .inner-wrap .bg-color,
.nectar_cascading_images[data-border-radius="10px"] .inner-wrap .img-wrap,
.nectar_cascading_images[data-border-radius="10px"] .inner-wrap img {
    border-radius: 10px
}

.nectar_cascading_images[data-border-radius="15px"] .inner-wrap .bg-color,
.nectar_cascading_images[data-border-radius="15px"] .inner-wrap .img-wrap,
.nectar_cascading_images[data-border-radius="15px"] .inner-wrap img {
    border-radius: 15px
}

.nectar_cascading_images[data-border-radius="20px"] .inner-wrap .bg-color,
.nectar_cascading_images[data-border-radius="20px"] .inner-wrap .img-wrap,
.nectar_cascading_images[data-border-radius="20px"] .inner-wrap img {
    border-radius: 20px
}

.cascading-image[data-has-img=true] .inner-wrap .bg-color {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.nectar_cascading_images .cascading-image[data-max-width="125%"] img {
    max-width: 125%;
    width: auto
}

.nectar_cascading_images .cascading-image[data-max-width="135%"] img {
    max-width: 135%;
    width: auto
}

.nectar_cascading_images .cascading-image[data-max-width="150%"] img {
    max-width: 150%;
    width: auto
}

.nectar_cascading_images .cascading-image[data-max-width="175%"] img {
    max-width: 175%;
    width: auto
}

.nectar_cascading_images .cascading-image[data-max-width="200%"] img {
    max-width: 200%;
    width: auto
}

@media only screen and (max-width:1000px) {
    .nectar_cascading_images .cascading-image[data-max-width-mobile="100%"] img {
        max-width: 100%;
        width: auto
    }

    .nectar_cascading_images .cascading-image[data-max-width-mobile="125%"] img {
        max-width: 125%;
        width: auto
    }

    .nectar_cascading_images .cascading-image[data-max-width-mobile="135%"] img {
        max-width: 135%;
        width: auto
    }

    .nectar_cascading_images .cascading-image[data-max-width-mobile="150%"] img {
        max-width: 150%;
        width: auto
    }

    .nectar_cascading_images .cascading-image[data-max-width-mobile="175%"] img {
        max-width: 175%;
        width: auto
    }

    .nectar_cascading_images .cascading-image[data-max-width-mobile="200%"] img {
        max-width: 200%;
        width: auto
    }
}

@media (-ms-high-contrast:none) {

    .row .nectar_cascading_images .cascading-image img:not([srcset]),
    ::-ms-backdrop {
        width: 100%
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .row .nectar_cascading_images .cascading-image img:not([srcset]) {
        width: 100%
    }

    .nectar_cascading_images .cascading-image .img-wrap {
        max-width: 100%
    }
}

.clients.two-cols>div {
    width: 49.4%
}

.clients.two-cols.no-carousel>div {
    width: 48.4%
}

.clients.two-cols>div:nth-child(2n+2) {
    margin-right: 0
}

.clients.carousel.two-cols>div {
    margin: 0 10px
}

.clients.three-cols>div {
    width: 32.6%
}

.clients.three-cols.no-carousel>div {
    width: 31.6%
}

.clients.three-cols>div:nth-child(3n+3) {
    margin-right: 0
}

.clients.carousel.three-cols>div {
    margin: 0 10px
}

@media only screen and (min-width:1000px) {
    .clients.no-carousel.three-cols>div:nth-child(3n+4) {
        clear: both
    }
}

@media only screen and (min-width:690px) {

    .clients.no-carousel.five-cols>div:nth-child(5n+6),
    .clients.no-carousel.four-cols>div:nth-child(4n+5),
    .clients.no-carousel.six-cols>div:nth-child(6n+7) {
        clear: both
    }
}

.clients.four-cols>div {
    width: 24.2%
}

.clients.four-cols.no-carousel>div {
    width: 23.2%
}

.clients.four-cols>div:nth-child(4n+4) {
    margin-right: 0
}

.clients.carousel.four-cols>div {
    margin: 0 10px
}

.clients.five-cols>div {
    width: 19.2%
}

.clients.five-cols.no-carousel>div {
    width: 18.2%
}

.clients.five-cols>div:nth-child(5n+5) {
    margin-right: 0
}

.clients.carousel.five-cols>div {
    margin: 0 10px
}

.clients.six-cols>div {
    width: 15.8%
}

.clients.six-cols.no-carousel>div {
    width: 14.8%
}

.clients.six-cols>div:nth-child(6n+6) {
    margin-right: 0
}

.clients.carousel.six-cols>div {
    margin: 0 10px
}

.clients>div {
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
    opacity: 1;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear
}

.clients.fade-in-animation>div {
    opacity: 0;
    transition: none
}

.clients.fade-in-animation.completed>div {
    -webkit-backface-visibility: hidden;
    transition: opacity .2s linear
}

.clients.fade-in-animation.completed>.no-link:hover,
.clients:not(.fade-in-animation)>.no-link:hover {
    opacity: 1 !important
}

.clients.fade-in-animation.completed>div:hover,
.clients:not(.fade-in-animation)>div:hover {
    opacity: .7 !important
}

.clients>div img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.clients.no-carousel:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

.clients.no-carousel {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center
}

.clients.no-carousel>div {
    float: none
}

.clients[data-additional_padding="2"].no-carousel>div,
.clients[data-additional_padding="2"].no-carousel>div img,
.clients[data-additional_padding="3"].no-carousel>div,
.clients[data-additional_padding="3"].no-carousel>div img,
.clients[data-additional_padding="4"].no-carousel>div,
.clients[data-additional_padding="4"].no-carousel>div img {
    margin: 0
}

.clients[data-additional_padding="2"].no-carousel>div {
    padding: 2%
}

.clients[data-additional_padding="3"].no-carousel>div {
    padding: 3%
}

.clients[data-additional_padding="4"].no-carousel>div {
    padding: 3% 5%
}

.clients[data-he=greyscale_to_color]>div img {
    filter: grayscale(100%);
    opacity: .55;
    transition: filter .45s cubic-bezier(.3, .4, .1, 1), opacity .45s cubic-bezier(.3, .4, .1, 1)
}

.clients[data-he=greyscale_to_color]>div:hover img {
    filter: grayscale(0);
    opacity: 1
}

.wpb_wrapper>.divider,
.wpb_wrapper>.divider-border,
.wpb_wrapper>.divider-small-border,
.wpb_wrapper>.divider-wrap {
    margin-bottom: 0
}

.divider {
    height: 20px
}

.divider-border {
    background-color: rgba(0, 0, 0, .12);
    height: 1px;
    margin: 35px auto
}

.span_12.light .divider-border {
    background-color: hsla(0, 0%, 100%, .3)
}

.divider-small-border {
    background-color: #ddd;
    height: 1px;
    margin: 25px 0;
    width: 20%
}

.divider-border[data-animate=yes],
.divider-small-border[data-animate=yes] {
    transform-origin: left;
    -webkit-transform-origin: left;
    visibility: hidden
}

.divider-wrap[data-alignment=center] .divider-small-border {
    margin: 25px auto;
    transform-origin: center;
    -webkit-transform-origin: center
}

.divider-wrap[data-alignment=right] {
    text-align: right
}

.divider-wrap[data-alignment=right] .divider-small-border {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    transform-origin: right;
    -webkit-transform-origin: right
}

body .vc_text_separator,
body .wpb_separator {
    border-color: rgba(0, 0, 0, .06)
}

body .vc_text_separator div {
    background-color: #f8f8f8;
    font-family: Open Sans;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 32px;
    top: -20px
}

.light .divider-small-border {
    background-color: hsla(0, 0%, 100%, .6)
}

.nectar-dropcap {
    display: block;
    float: left;
    font-size: 4em;
    padding: 5px 10px 0 0
}

.nectar-dropcap span {
    display: block
}

.nectar-fancy-ul ul li {
    list-style: none;
    padding-left: 38px;
    position: relative
}

body .nectar-fancy-ul[data-list-icon=none] ul li {
    margin-bottom: 0;
    padding-left: 0
}

.nectar-fancy-ul ul {
    margin-left: 0
}

.nectar-fancy-ul ul li i,
.nectar-fancy-ul ul li i.icon-default-style {
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.nectar-fancy-ul ul li .icon-default-style[class^=icon-] {
    font-size: 16px;
    height: 100%;
    line-height: 22px
}

.nectar-fancy-ul ul li i.icon-default-style[class^=icon-].icon-salient-thin-line {
    font-size: 27px;
    height: 27px;
    line-height: 27px
}

.main-content .nectar-fancy-ul[data-spacing="5px"] ul li {
    margin-bottom: 5px
}

.main-content .nectar-fancy-ul[data-spacing="10px"] ul li {
    line-height: 1.5em;
    margin-bottom: 10px
}

.main-content .nectar-fancy-ul[data-spacing="15px"] ul li {
    line-height: 1.5em;
    margin-bottom: 15px
}

.main-content .nectar-fancy-ul[data-spacing="20px"] ul li {
    line-height: 1.5em;
    margin-bottom: 20px
}

.main-content .nectar-fancy-ul[data-spacing="25px"] ul li {
    line-height: 1.5em;
    margin-bottom: 25px
}

.nectar-fancy-ul[data-list-icon=dot] ul li {
    padding-left: 30px
}

.nectar-fancy-ul[data-list-icon=dot] ul li:before {
    content: ".";
    font-size: 26px;
    left: 0;
    line-height: 0;
    position: absolute;
    top: 9px
}

.nectar-fancy-ul[data-animation=true] ul li {
    left: -20px;
    margin-bottom: 5px;
    opacity: 0
}

.nectar-fancy-ul[data-alignment=center] ul,
.nectar-fancy-ul[data-alignment=center] ul li {
    text-align: center !important
}

.nectar-fancy-ul[data-alignment=right] ul,
.nectar-fancy-ul[data-alignment=right] ul li {
    text-align: right !important
}

.nectar-fancy-ul[data-alignment=center] ul li i:not(.none),
.nectar-fancy-ul[data-alignment=right] ul li i:not(.none) {
    margin-right: 10px;
    position: relative
}

body .nectar_food_menu_item,
body .tabbed .nectar_food_menu_item {
    margin-bottom: 30px
}

body .nectar_food_menu_item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.span_12.light .nectar_food_menu_item .line_spacer {
    border-color: #fff
}

.tabbed>.wpb_tab:not(.visible-tab) {
    display: none
}

.nectar_food_menu_item h3,
.nectar_food_menu_item h4,
.nectar_food_menu_item h5,
.nectar_food_menu_item h6,
.row .col .nectar_food_menu_item h3,
.row .col .nectar_food_menu_item h4,
.row .col .nectar_food_menu_item h5,
.row .col .nectar_food_menu_item h6 {
    line-height: 21px;
    margin-bottom: 0
}

.nectar_food_menu_item[data-style=default] .line_spacer {
    visibility: hidden
}

.nectar_food_menu_item .line_spacer {
    border-bottom: 1px solid #000;
    flex: 1 1 auto
}

.nectar_food_menu_item .item_price {
    flex: 0 1 auto;
    padding-left: 10px;
    text-align: left
}

.nectar_food_menu_item .item_name {
    flex: 0 1 auto;
    padding-right: 10px
}

.nectar_food_menu_item .inner {
    opacity: 0;
    transform: translateY(50px);
    transition: transform .6s cubic-bezier(0, .2, .22, 1), opacity .6s cubic-bezier(0, .2, .22, 1)
}

.nectar_food_menu_item .item_description {
    margin-top: 10px;
    opacity: 0;
    transform: translateY(50px);
    transition: transform .6s cubic-bezier(0, .2, .22, 1) .1s, opacity .6s cubic-bezier(0, .2, .22, 1) .1s
}

.nectar_food_menu_item.animated-in .inner,
.nectar_food_menu_item.animated-in .item_description {
    opacity: 1;
    transform: translateY(0)
}

.nectar-highlighted-text em {
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: 1em;
    padding: 0 3px;
    position: relative;
    text-transform: inherit
}

.nectar-highlighted-text[class*=font_size_] em {
    line-height: inherit
}

.nectar-highlighted-text em:before,
.nectar-highlighted-text[data-style=regular_underline] a em:after,
.nectar-highlighted-text[data-style=regular_underline] em a:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transform-origin: left bottom;
    transition: transform 1.2s cubic-bezier(.15, .75, .4, 1), opacity .25s ease;
    width: 100%;
    z-index: -1
}

.nectar-highlighted-text[data-style=regular_underline] a em:after,
.nectar-highlighted-text[data-style=regular_underline] em a:after {
    transition: transform .45s cubic-bezier(.23, .46, .4, 1)
}

.nectar-highlighted-text[data-style=regular_underline] a em,
.nectar-highlighted-text[data-style=regular_underline] em a {
    transition: color .45s cubic-bezier(.23, .46, .4, 1)
}

.nectar-highlighted-text[data-style=regular_underline] a:hover em,
.nectar-highlighted-text[data-style=regular_underline] em:hover a {
    color: #fff
}

.nectar-highlighted-text[data-style=regular_underline][data-color="#ffffff"] a:hover em,
.nectar-highlighted-text[data-style=regular_underline][data-color="#ffffff"] em:hover a {
    color: #000
}

.nectar-highlighted-text[data-style=half_text] em:before {
    bottom: 0;
    height: 28%;
    top: auto
}

.nectar-highlighted-text[data-style=regular_underline] em:before {
    bottom: -1px;
    height: 3px;
    padding: 0;
    top: auto
}

.nectar-highlighted-text[data-style=regular_underline][data-underline-thickness="1px"] em:before {
    height: 1px
}

.nectar-highlighted-text[data-style=regular_underline][data-underline-thickness="2px"] em:before {
    height: 2px
}

.nectar-highlighted-text[data-style=regular_underline][data-underline-thickness="4px"] em:before {
    height: 4px
}

.nectar-highlighted-text[data-style=regular_underline] em {
    padding: 0
}

.nectar-highlighted-text[data-style=regular_underline] a em:after {
    height: 100%
}

.nectar-highlighted-text em.animated:before,
.nectar-highlighted-text[data-style=regular_underline] a:hover em:after,
.nectar-highlighted-text[data-style=regular_underline] em:hover a:after {
    transform: scaleX(1)
}

.nectar-highlighted-text[data-using-custom-color=false] em:before {
    opacity: .3
}

@media only screen and (max-width:999px) {
    body:not([data-m-animate="1"]) .nectar-highlighted-text em.animated:before {
        transition: none
    }
}

.nectar-highlighted-text a {
    color: inherit
}

.nectar-highlighted-text[data-style=half_text] a:hover em.animated:before {
    transform: scaleX(1) scaleY(.5)
}

.nectar-highlighted-text[data-style=full_text] a:hover em.animated:before {
    opacity: .65
}

.nectar-highlighted-text[data-style=text_outline] em:before {
    display: none
}

.nectar-highlighted-text[data-style=text_outline] em,
.nectar-scrolling-text[data-style=text_outline] em,
.nectar-scrolling-text[data-style=text_outline] i {
    -webkit-text-stroke-color: inherit;
    -webkit-text-fill-color: transparent
}

.nectar-highlighted-text[data-style=text_outline] a em {
    transform-origin: left bottom;
    transition: transform .3s ease
}

.nectar-highlighted-text[data-style=text_outline] a:hover em {
    -webkit-text-fill-color: initial;
    -webkit-text-stroke-color: transparent;
    transform: skewX(-10deg)
}

.nectar-highlighted-text[data-style][data-user-color=true] * {
    color: inherit
}

.nectar-highlighted-text[data-style=text_outline] em {
    display: inline;
    padding: 0
}

.nectar-highlighted-text[data-style=text_outline][data-outline-thickness=thin] em,
.nectar-scrolling-text[data-style=text_outline][data-outline-thickness=thin] em,
.nectar-scrolling-text[data-style=text_outline][data-outline-thickness=thin] i {
    -webkit-text-stroke-width: .015em
}

.nectar-highlighted-text[data-style=text_outline][data-outline-thickness=regular] em,
.nectar-scrolling-text[data-style=text_outline][data-outline-thickness=regular] em,
.nectar-scrolling-text[data-style=text_outline][data-outline-thickness=regular] i {
    -webkit-text-stroke-width: .02em
}

.nectar-highlighted-text[data-style=text_outline][data-outline-thickness=thick] em,
.nectar-scrolling-text[data-style=text_outline][data-outline-thickness=thick] em {
    -webkit-text-stroke-width: .03em
}

.nectar-highlighted-text[data-style=text_outline][data-outline-thickness=extra_thick] em,
.nectar-scrolling-text[data-style=text_outline][data-outline-thickness=extra_thick] em {
    -webkit-text-stroke-width: .04em
}

.wpb_wrapper>.nectar-hor-list-item:not([data-hover-effect=full_border]):last-child {
    border-bottom: 0
}

.wpb_wrapper>.nectar-hor-list-item {
    margin-bottom: 0
}

.nectar-hor-list-item {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 22px;
    position: relative;
    transition: all .4s cubic-bezier(.2, 0, .15, 1)
}

.nectar-hor-list-item[data-hover-effect=none] {
    padding-left: 0;
    padding-right: 0
}

body .tabbed .nectar-hor-list-item {
    padding: 22px
}

.span_12.light .nectar-hor-list-item {
    border-color: hsla(0, 0%, 100%, .12)
}

.nectar-hor-list-item[data-hover-effect=default]:before {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: perspective(1000px) rotateX(90deg);
    transform-origin: 50% 100%;
    transition: all .4s cubic-bezier(.2, 0, .15, 1);
    z-index: -1
}

.nectar-hor-list-item[data-color=black]:before {
    background-color: #000
}

.nectar-hor-list-item[data-color=white]:before {
    background-color: #fff
}

.nectar-hor-list-item[data-hover-effect=default]:hover {
    border-color: transparent !important
}

.nectar-hor-list-item[data-hover-effect=default]:hover:before {
    opacity: 1;
    transform: perspective(1000px) rotateX(0)
}

.nectar-hor-list-item[data-hover-effect=default]:hover .nectar-list-item,
.nectar-hor-list-item[data-hover-effect=default]:hover .nectar-list-item-btn,
.span_12.light .nectar-hor-list-item .nectar-list-item,
.span_12.light .nectar-hor-list-item .nectar-list-item-btn {
    color: #fff
}

.nectar-hor-list-item[data-hover-effect=default]:hover .nectar-list-item-btn,
.span_12.light .nectar-hor-list-item .nectar-list-item-btn {
    border-color: hsla(0, 0%, 100%, .5)
}

.nectar-hor-list-item[data-color=white]:hover .nectar-list-item,
.nectar-hor-list-item[data-color=white]:hover .nectar-list-item-btn {
    color: #000
}

.nectar-hor-list-item[data-color=white]:hover .nectar-list-item-btn {
    border-color: rgba(0, 0, 0, .3)
}

body .nectar-hor-list-item .nectar-list-item-btn {
    font-size: 14px
}

.nectar-hor-list-item .nectar-list-item-btn {
    border: 2px solid rgba(0, 0, 0, .3);
    color: #000;
    display: inline-block;
    line-height: 12px;
    margin: 3px;
    padding: 8px 12px;
    transition: border-color .45s cubic-bezier(.25, 1, .33, 1), color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar-hor-list-item[data-hover-effect=default] .nectar-list-item-btn:hover,
.span_12.light .nectar-hor-list-item .nectar-list-item-btn:hover {
    border-color: #fff
}

.nectar-hor-list-item[data-hover-effect=none]:hover .nectar-list-item {
    color: inherit
}

.nectar-hor-list-item .full-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}

body[data-button-style^=rounded] .nectar-hor-list-item .nectar-list-item-btn {
    border-radius: 100px
}

.nectar-hor-list-item>.nectar-list-item {
    display: inline-block;
    transition: color .4s cubic-bezier(.2, 0, .15, 1);
    vertical-align: middle
}

.nectar-hor-list-item>.nectar-list-item[data-text-align=left] {
    text-align: left
}

.nectar-hor-list-item>.nectar-list-item[data-text-align=center] {
    text-align: center
}

.nectar-hor-list-item>.nectar-list-item[data-text-align=right] {
    text-align: right
}

.nectar-hor-list-item[data-columns="1"]>.nectar-list-item {
    width: 100%
}

.nectar-hor-list-item[data-columns="2"]>.nectar-list-item {
    width: 50%
}

.nectar-hor-list-item[data-columns="3"]>.nectar-list-item {
    width: 33.3%
}

.nectar-hor-list-item[data-columns="4"]>.nectar-list-item {
    width: 25%
}

.nectar-hor-list-item[data-columns="4"][data-column-layout=large_first]>div:nth-child(3),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_first]>div:nth-child(4),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_nth]>div:nth-child(2),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_nth]>div:nth-child(4),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_first_last]>div:first-child,
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_first_last]>div:nth-child(4),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_nth]>div:first-child,
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_nth]>div:nth-child(3) {
    width: 15%
}

.nectar-hor-list-item[data-columns="4"][data-column-layout=large_first]>div:first-child,
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_first]>div:nth-child(2),
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_nth]>div:first-child,
.nectar-hor-list-item[data-columns="4"][data-column-layout=large_nth]>div:nth-child(3),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_first_last]>div:nth-child(2),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_first_last]>div:nth-child(3),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_nth]>div:nth-child(2),
.nectar-hor-list-item[data-columns="4"][data-column-layout=small_nth]>div:nth-child(4) {
    width: 35%
}

.nectar-hor-list-item[data-columns="3"][data-column-layout=small_first]>div:first-child {
    width: 20%
}

.nectar-hor-list-item[data-columns="3"][data-column-layout=small_first]>div:nth-child(2),
.nectar-hor-list-item[data-columns="3"][data-column-layout=small_first]>div:nth-child(3) {
    width: 40%
}

.nectar-hor-list-item[data-columns="3"][data-column-layout=large_first]>div:first-child,
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_last]>div:nth-child(3),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_middle]>div:nth-child(2) {
    width: 50%
}

.nectar-hor-list-item[data-columns="3"][data-column-layout=large_first]>div:nth-child(2),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_first]>div:nth-child(3),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_last]>div:first-child,
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_last]>div:nth-child(2),
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_middle]>div:first-child,
.nectar-hor-list-item[data-columns="3"][data-column-layout=large_middle]>div:nth-child(3) {
    width: 25%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=large_first]>div:first-child {
    width: 70%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=large_first]>div:nth-child(2) {
    width: 30%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=xlarge_first]>div:first-child {
    width: 80%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=xlarge_first]>div:nth-child(2),
.nectar-hor-list-item[data-columns="2"][data-column-layout=xsmall_first]>div:first-child {
    width: 20%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=xsmall_first]>div:nth-child(2) {
    width: 80%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=small_first]>div:first-child {
    width: 30%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=small_first]>div:nth-child(2) {
    width: 70%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=medium_first]>div:first-child {
    width: 40%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=medium_first]>div:nth-child(2) {
    width: 60%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=medium_last]>div:first-child {
    width: 40%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout=medium_last]>div:nth-child(2) {
    width: 60%
}

.nectar-hor-list-item .nectar-list-item[data-text-align=left] {
    padding-right: 30px
}

.nectar-hor-list-item>div[data-text-align=left]:last-child {
    padding-right: 0
}

.nectar-hor-list-item .nectar-list-item[data-text-align=right] {
    padding-left: 30px
}

.nectar-hor-list-item .nectar-list-item[data-text-align=center] {
    padding-right: 15px
}

.nectar-hor-list-item[data-hover-effect=none]:before {
    display: none
}

.row .nectar-hor-list-item h2,
.row .nectar-hor-list-item h3,
.row .nectar-hor-list-item h4,
.row .nectar-hor-list-item h5 {
    color: inherit;
    margin-bottom: 0
}

.nectar-hor-list-item[data-hover-effect=full_border] {
    transition: all .25s ease
}

.nectar-hor-list-item[data-hover-effect=full_border] .nectar-list-item-btn {
    background-color: rgba(0, 0, 0, .05);
    border: none;
    transition: all .25s ease
}

.nectar-hor-list-item[data-hover-effect=full_border] .nectar-list-item-btn:hover {
    color: #fff
}

.span_12.light .nectar-hor-list-item[data-hover-effect=full_border] .nectar-list-item-btn {
    background-color: hsla(0, 0%, 100%, .1);
    border: none
}

.nectar-hor-list-item[data-hover-effect=full_border][data-br="3px"] {
    border-radius: 3px
}

.nectar-hor-list-item[data-hover-effect=full_border][data-br="5px"] {
    border-radius: 5px
}

.nectar-hor-list-item[data-hover-effect=full_border][data-br="10px"] {
    border-radius: 10px
}

.nectar-hor-list-item[data-hover-effect=full_border][data-br="15px"] {
    border-radius: 15px
}

.nectar-hor-list-item[data-hover-effect=full_border] {
    border: 1px solid rgba(0, 0, 0, .15);
    margin-top: 20px
}

.span_12.light .nectar-hor-list-item[data-hover-effect=full_border] {
    border: 1px solid hsla(0, 0%, 100%, .25)
}

.nectar-hor-list-item[data-hover-effect=full_border][data-color=white]:hover {
    border-color: #fff
}

.nectar-hor-list-item[data-hover-effect=full_border][data-color=black]:hover {
    border-color: #000
}

.nectar-hor-list-item[data-hover-effect=full_border]:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.nectar-hor-list-item .nectar-list-item[data-icon=true]>* {
    display: inline-block;
    vertical-align: middle
}

.nectar-hor-list-item .item-icon {
    font-size: 30px;
    margin: 10px 15px 10px 0;
    top: 0
}

.nectar-hor-list-item .item-icon[data-size=small] {
    font-size: 20px
}

.nectar-hor-list-item .item-icon[data-size=large] {
    font-size: 40px;
    margin-right: 20px
}

.nectar-hor-list-item .item-icon[data-size=x_large] {
    font-size: 50px;
    margin-right: 20px
}

[class^=icon-],
i[class*=" icon-"],
i[class*=fa-],
span[class*=fa-] {
    display: inline-block;
    max-width: 100%;
    position: relative;
    text-align: center;
    top: -2px;
    vertical-align: middle;
    word-spacing: 1px
}

i.icon-normal {
    background-color: #000;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    color: #fff;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    width: 32px
}

[class^=icon-].icon-3x,
i[class*=" icon-"].icon-3x {
    background-color: #eeedec
}

body [class*=" icon-"].icon-3x.alt-style,
body [class^=icon-].icon-3x.alt-style {
    background-color: #000;
    color: #fff
}

.col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered,
.col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^=icon-].icon-3x.alt-style.hovered {
    background-color: rgba(0, 0, 0, .035)
}

.light .col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered,
.light .col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^=icon-].icon-3x.alt-style.hovered {
    background-color: rgba(0, 0, 0, .1)
}

#sidebar .widget:hover i[class^=icon-].icon-3x.alt-style {
    background-color: rgba(0, 0, 0, .035)
}

.full-width-section i[class*=" icon-"].icon-3x,
.full-width-section i[class^=icon-].icon-3x {
    background-color: rgba(0, 0, 0, .021)
}

.circle-border,
[class*=" icon-"].icon-3x,
[class^=icon-].icon-3x {
    background-color: #eeedec;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    color: #000;
    display: inline-block;
    font-size: 30px;
    height: 90px;
    line-height: 90px;
    max-width: 100%;
    position: relative;
    text-align: center;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    vertical-align: middle;
    width: 90px;
    word-spacing: 1px
}

[class*=" icon-"].icon-3x,
[class^=icon-].icon-3x {
    margin-bottom: 27px
}

body [class^=icon-].icon-tiny {
    background-color: transparent;
    font-size: 13px;
    height: 13px;
    line-height: 15px;
    margin-right: 5px;
    width: 15px
}

[class^=icon-].icon-tiny {
    color: #888
}

body [class^=icon-].icon-default-style {
    background-color: transparent;
    color: #000;
    font-size: 34px;
    height: 34px;
    line-height: 34px;
    margin-right: 0;
    width: 34px
}

h2 [class^=icon-],
h3 [class^=icon-],
h4 [class^=icon-],
h5 [class^=icon-] {
    margin-right: 5px
}

#sidebar .widget:hover .circle-border,
.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered .circle-border {
    border: 1px solid #000;
    transform: scale(1.18);
    transition-timing-function: cubic-bezier(.4, .25, .14, 1.73);
    -webkit-transition-timing-function: cubic-bezier(.4, .25, .14, 1.73)
}

#sidebar .widget:hover [class^=icon-].icon-3x,
.col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.hovered,
.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^=icon-].icon-3x.hovered {
    background-color: #000;
    color: #fff
}

.circle-border {
    -webkit-duration: 225ms;
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #eeedec;
    height: 88px;
    left: 1px;
    position: absolute;
    top: 1px;
    transition-duration: 225ms;
    transition-property: all;
    -webkit-transition-property: all;
    transition-timing-function: cubic-bezier(.5, -.7, .67, .7);
    -webkit-transition-timing-function: cubic-bezier(.5, -.7, .67, .7);
    width: 88px;
    z-index: 1
}

#sidebar .widget:hover .extra-color-gradient-1 .circle-border,
#sidebar .widget:hover .extra-color-gradient-2 .circle-border,
.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered.extra-color-gradient-1 .circle-border,
.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered.extra-color-gradient-2 .circle-border,
.extra-color-gradient-1 .circle-border,
.extra-color-gradient-2 .circle-border {
    transform: none;
    -webkit-transform: none
}

.extra-color-gradient-1 .circle-border,
.extra-color-gradient-2 .circle-border {
    border: 2px solid rgba(0, 0, 0, .065) !important
}

.light .extra-color-gradient-1 .circle-border,
.light .extra-color-gradient-2 .circle-border {
    border: 2px solid hsla(0, 0%, 100%, .085) !important
}

[class*=" icon-"].icon-3x.extra-color-gradient-1:not(.alt-style),
[class*=" icon-"].icon-3x.extra-color-gradient-2:not(.alt-style),
[class^=icon-].icon-3x.extra-color-gradient-1:not(.alt-style),
[class^=icon-].icon-3x.extra-color-gradient-2:not(.alt-style),
body.material:not([data-button-style^=rounded]) .nectar-button i,
body:not(.material) .nectar-button i {
    background-color: transparent !important
}

[class*=" icon-"].extra-color-gradient-1.alt-style:not(.icon-normal):before,
[class*=" icon-"].extra-color-gradient-2.alt-style:not(.icon-normal):before,
[class^=icon-].extra-color-gradient-1.alt-style:not(.icon-normal):before,
[class^=icon-].extra-color-gradient-2.alt-style:not(.icon-normal):before {
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text
}

.extra-color-gradient-2[class*=" icon-"]:not(.icon-normal).no-grad:before,
.extra-color-gradient-2[class^=icon-]:not(.icon-normal).no-grad:before,
.nectar-gradient-text.no-grad *,
.nectar_icon_wrap[data-color=extra-color-gradient-1] .nectar_icon.no-grad i,
.nectar_icon_wrap[data-color=extra-color-gradient-2] .nectar_icon.no-grad i,
[class*=" icon-"].extra-color-gradient-1.alt-style:not(.icon-normal).no-grad:before,
[class*=" icon-"].extra-color-gradient-1:not(.icon-normal).no-grad:before,
[class*=" icon-"].extra-color-gradient-2.alt-style:not(.icon-normal).no-grad:before,
[class*=" icon-"][data-color=extra-color-gradient-1].no-grad:before,
[class*=" icon-"][data-color=extra-color-gradient-2].no-grad:before,
[class^=icon-].extra-color-gradient-1.alt-style:not(.icon-normal).no-grad:before,
[class^=icon-].extra-color-gradient-1:not(.icon-normal).no-grad:before,
[class^=icon-].extra-color-gradient-2.alt-style:not(.icon-normal).no-grad:before,
[class^=icon-][data-color=extra-color-gradient-1].no-grad:before,
[class^=icon-][data-color=extra-color-gradient-2].no-grad:before {
    background-color: transparent !important;
    background: none !important
}

.nectar-button.extra-color-gradient-1.no-text-grad .hover,
.nectar-button.extra-color-gradient-2.no-text-grad .hover,
.nectar-button.see-through-extra-color-gradient-1.no-text-grad .start,
.nectar-button.see-through-extra-color-gradient-2.no-text-grad .start,
.nectar-flip-box .flip-box-front i[data-color=extra-color-gradient-1].icon-default-style.no-grad:before,
.nectar-flip-box .flip-box-front i[data-color=extra-color-gradient-2].icon-default-style.no-grad:before,
.nectar_icon_wrap[data-color=extra-color-gradient-1] .nectar_icon.no-grad i,
.nectar_icon_wrap[data-color=extra-color-gradient-2] .nectar_icon.no-grad i,
body .nectar-gradient-text[data-color=extra-color-gradient-1].no-grad *,
body .nectar-gradient-text[data-color=extra-color-gradient-2].no-grad * {
    -webkit-text-fill-color: initial
}

.nectar_icon_wrap[data-style=border-animation] .nectar_icon:not(.no-grad):hover i,
[class*=" icon-"].extra-color-gradient-1.icon-3x.alt-style:before,
[class*=" icon-"].extra-color-gradient-2.icon-3x.alt-style:before,
[class^=icon-].extra-color-gradient-1.icon-3x.alt-style:before,
[class^=icon-].extra-color-gradient-2.icon-3x.alt-style:before,
body .nectar_icon_wrap[data-color=white] i,
body .svg-icon-holder[data-color=white] {
    color: #fff !important
}

body .nectar_icon_wrap[data-color=black] i,
body .svg-icon-holder[data-color=black] {
    color: #000 !important
}

body .nectar_icon_wrap[data-color=grey] i,
body .svg-icon-holder[data-color=grey] {
    color: #c8c8c8 !important
}

body .svg-icon-holder[data-color=white] svg path {
    stroke: #fff
}

body .svg-icon-holder[data-color=black] svg path {
    stroke: #000
}

body .svg-icon-holder[data-color=grey] svg path {
    stroke: #c8c8c8
}

.nectar_icon_wrap[data-style=soft-bg][data-color=black] .nectar_icon:before,
.nectar_icon_wrap[data-style=soft-bg][data-color=grey] .nectar_icon:before {
    background-color: #888
}

.nectar_icon .im-icon-wrap>span,
.nectar_icon_wrap[data-color=extra-color-gradient-1] .nectar_icon i,
.nectar_icon_wrap[data-color=extra-color-gradient-2] .nectar_icon i {
    display: inline-block
}

.nectar_icon .im-icon-wrap {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center
}

.nectar-fancy-box[data-style=parallax_hover] .im-icon-wrap path,
.nectar_icon_wrap .im-icon-wrap[data-color=white] path {
    fill: #fff
}

.nectar_icon_wrap .im-icon-wrap[data-color=black] path {
    fill: #000
}

.nectar_icon_wrap .im-icon-wrap[data-color=grey] path {
    fill: #888
}

.full-width-section .circle-border {
    background-color: rgba(0, 0, 0, .021);
    border-color: rgba(0, 0, 0, .05)
}

.full-width-section .light .circle-border {
    background-color: rgba(0, 0, 0, .021);
    border-color: rgba(0, 0, 0, .2)
}

.main-content .svg-icon-holder {
    display: inline-block;
    height: 64px;
    margin-bottom: 20px;
    min-width: 1px;
    opacity: 0;
    overflow: hidden
}

.nectar_icon_wrap {
    display: inline-block;
    position: relative
}

.nectar_icon_wrap .nectar_icon .svg-icon-holder {
    margin-bottom: 0
}

.nectar_icon_wrap[data-padding="10px"] .nectar_icon {
    padding: 10px
}

.nectar_icon_wrap[data-padding="15px"] .nectar_icon {
    padding: 15px
}

.nectar_icon_wrap[data-padding="20px"] .nectar_icon {
    padding: 20px
}

.nectar_icon_wrap[data-padding="25px"] .nectar_icon {
    padding: 25px
}

.nectar_icon_wrap[data-padding="30px"] .nectar_icon {
    padding: 30px
}

.nectar_icon_wrap[data-padding="35px"] .nectar_icon {
    padding: 35px
}

.nectar_icon_wrap[data-padding="40px"] .nectar_icon {
    padding: 40px
}

.nectar_icon_wrap[data-padding="45px"] .nectar_icon {
    padding: 45px
}

.nectar_icon_wrap[data-padding="50px"] .nectar_icon {
    padding: 50px
}

.span_12.light .nectar_icon_wrap[data-style=border-animation] .nectar_icon,
.span_12.light .nectar_icon_wrap[data-style=border-basic] .nectar_icon {
    border-color: hsla(0, 0%, 100%, .15)
}

.nectar_icon_wrap[data-style=border-animation] .nectar_icon,
.nectar_icon_wrap[data-style=border-basic] .nectar_icon,
.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon,
.nectar_icon_wrap[data-style=soft-bg] .nectar_icon {
    border: 2px solid rgba(0, 0, 0, .065);
    border-radius: 100px;
    line-height: 0;
    position: relative;
    text-align: center;
    transition: background-color .45s cubic-bezier(.25, 1, .33, 1), border-color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon,
.nectar_icon_wrap[data-style=soft-bg] .nectar_icon {
    border: 0
}

.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:after,
.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:before,
.nectar_icon_wrap[data-style=soft-bg] .nectar_icon:before {
    border-radius: 100px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .11;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:after,
.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:before {
    opacity: 1
}

.nectar_icon_wrap[data-style*=border] .nectar_icon i,
.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon i,
.nectar_icon_wrap[data-style=soft-bg] .nectar_icon i {
    display: inline-block;
    max-width: none;
    top: 0;
    vertical-align: middle
}

.nectar_icon_wrap[data-style=shadow-bg][data-color=white] .nectar_icon i {
    color: #000 !important
}

.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:before {
    box-shadow: 0 15px 28px #000;
    opacity: .1
}

.nectar_icon_wrap[data-style=shadow-bg] .nectar_icon:after {
    background-color: #fff
}

.nectar_icon_wrap[data-style*=default][data-color*=extra-color-gradient] .nectar_icon i {
    border-radius: 0 !important;
    text-align: center
}

.nectar_icon_wrap[data-style*=default][data-color*=extra-color-gradient] .nectar_icon i:before {
    vertical-align: top
}

.nectar_icon_wrap i:before {
    line-height: inherit
}

.nectar_icon_wrap[data-style=border-animation] .nectar_icon i {
    transition: color .45s cubic-bezier(.25, 1, .33, 1)
}

.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1]:hover .nectar_icon,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2]:hover .nectar_icon {
    border-color: transparent
}

.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1]:hover .nectar_icon:before,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1]:hover:before,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2]:hover .nectar_icon:before,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2]:hover:before {
    opacity: 1
}

.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1] .nectar_icon:before,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1]:before,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2] .nectar_icon:before,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2]:before {
    border-radius: 100px;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .45s cubic-bezier(.25, 1, .33, 1);
    width: 100%;
    z-index: -1
}

.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-1] .nectar_icon:before,
.nectar_icon_wrap[data-style=border-animation][data-color=extra-color-gradient-2] .nectar_icon:before {
    background-color: #f6f6f6;
    opacity: 1
}

.nectar_icon_wrap[data-border-thickness="1px"] .nectar_icon {
    border-width: 1px
}

.nectar_icon_wrap[data-border-thickness="2px"] .nectar_icon {
    border-width: 2px
}

.nectar_icon_wrap[data-border-thickness="3px"] .nectar_icon {
    border-width: 3px
}

.nectar_icon_wrap[data-border-thickness="4px"] .nectar_icon {
    border-width: 4px
}

.nectar_icon_wrap[data-border-thickness="5px"] .nectar_icon {
    border-width: 5px
}

.nectar_icon_wrap[data-style=border-basic] .nectar_icon i {
    text-align: center
}

.nectar_icon_wrap a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.iwithtext {
    position: relative
}

.iwithtext .iwt-icon {
    left: 0;
    position: absolute;
    top: 0
}

.iwithtext .iwt-icon img {
    height: auto;
    padding: 0;
    width: 35px
}

.row .col .iwithtext .iwt-icon img:not([srcset]) {
    width: 35px
}

.span_10.iwt h2 {
    line-height: 20px
}

.span_10.iwt h3 {
    line-height: 18px
}

.iwithtext .iwt-text {
    padding-left: 55px
}

.main-content .vc_col-sm-2 .iwithtext .iwt-icon,
.main-content .vc_span2 .iwithtext .iwt-icon {
    top: -2px
}

.main-content .vc_col-sm-2 .iwithtext .iwt-icon i,
.main-content .vc_span2 .iwithtext .iwt-icon i {
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    width: 26px
}

.main-content .vc_col-sm-2 .iwithtext .iwt-icon img,
.main-content .vc_col-sm-2 .iwithtext .iwt-icon img:not([srcset]),
.main-content .vc_span2 .iwithtext .iwt-icon img,
.main-content .vc_span2 .iwithtext .iwt-icon img:not([srcset]) {
    width: 26px
}

.main-content .vc_col-sm-2 .iwithtext .iwt-text,
.main-content .vc_span2 .iwithtext .iwt-text {
    padding-left: 45px
}

.col.has-animation,
.img-with-aniamtion-wrap .hover-wrap,
.nectar-fancy-box.has-animation,
.nectar_cascading_images .cascading-image .inner-wrap,
.wpb_column.has-animation,
img.img-with-animation {
    opacity: 0;
    position: relative
}

.img-with-aniamtion-wrap[data-animation=none] .hover-wrap,
.nectar_cascading_images .cascading-image[data-animation=none] .inner-wrap,
.wpb_column.has-animation[data-animation*=reveal],
html:not(.js) .col.has-animation,
html:not(.js) .wpb_column.has-animation,
html:not(.js) img.img-with-animation,
img.img-with-animation[data-animation=grow-in].full-opacity,
img.img-with-animation[data-animation=none] {
    opacity: 1
}

.col.has-animation[data-animation=zoom-out] {
    opacity: 0;
    transform: translateZ(0) scale(1.2)
}

.col.has-animation[data-animation=slight-twist] {
    opacity: 0;
    transform: rotateY(20deg) rotate(-4deg)
}

.col.has-animation[data-animation=grow-in],
.img-with-aniamtion-wrap[data-animation=grow-in] .hover-wrap,
.nectar-fancy-box.has-animation[data-animation=grow-in],
.wpb_column.has-animation[data-animation=grow-in],
img.img-with-animation[data-animation=grow-in] {
    -webkit-backface-visibility: hidden;
    opacity: 0;
    transform: scale(.75);
    -webkit-transform: scale(.75);
    transition: opacity .6s cubic-bezier(.15, .84, .35, 1.25), background-color .35s cubic-bezier(.65, 0, .35, 1);
    -webkit-transition: opacity .6s cubic-bezier(.15, .84, .35, 1.25), background-color .35s cubic-bezier(.65, 0, .35, 1)
}

.nectar_cascading_images .cascading-image[data-animation=grow-in] .inner-wrap {
    transform: scale(.75)
}

.nectar_cascading_images .cascading-image[data-animation=grow-in-reveal] .inner-wrap {
    transform: scale(.5)
}

.nectar_cascading_images .cascading-image[data-animation=grow-in-reveal] .inner-wrap .img-wrap {
    overflow: hidden
}

.nectar_cascading_images .cascading-image[data-animation=grow-in-reveal] .inner-wrap img {
    transform: scale(1.7);
    transition: transform 1.1s cubic-bezier(.3, .95, .3, .95);
    -webkit-transition: transform 1.1s cubic-bezier(.3, .95, .3, .95)
}

.col.has-animation[data-animation=flip-in],
.img-with-aniamtion-wrap[data-animation=flip-in] .hover-wrap,
.nectar-fancy-box.has-animation[data-animation=flip-in],
.wpb_column.has-animation[data-animation=flip-in],
img.img-with-animation[data-animation=flip-in] {
    opacity: 0;
    transform: rotateY(25deg);
    -webkit-transform: rotateY(25deg);
    transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1)
}

.nectar_cascading_images .cascading-image[data-animation=flip-in] .inner-wrap {
    transform: rotateY(25deg);
    -webkit-transform: rotateY(25deg)
}

.flip-in-vertical-wrap {
    perspective: 2000px
}

.col.has-animation[data-animation=flip-in-vertical],
.img-with-aniamtion-wrap[data-animation=flip-in-vertical] .hover-wrap,
.nectar-fancy-box.has-animation[data-animation=flip-in-vertical],
.wpb_column.has-animation[data-animation=flip-in-vertical],
img.img-with-animation[data-animation=flip-in-vertical] {
    opacity: 0;
    transform: rotateX(-45deg) translateY(120px);
    -webkit-transform: rotateX(-45deg) translateY(120px);
    transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1);
    -webkit-transition: opacity 1s ease, background-color .35s cubic-bezier(.65, 0, .35, 1)
}

.img-with-aniamtion-wrap[data-shadow=small_depth] .hover-wrap,
.nectar-flickity[data-shadow=small_depth] .cell,
.nectar-video-box[data-shadow=small_depth]:before,
.nectar_cascading_images .cascading-image[data-shadow=small_depth] .bg-color,
.nectar_cascading_images .cascading-image[data-shadow=small_depth] .img-wrap,
.nectar_video_player_self_hosted[data-shadow=small_depth] .wpb_video_wrapper,
img.img-with-animation[data-shadow=small_depth] {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04), 0 2px 7px rgba(0, 0, 0, .05), 0 12px 22px rgba(0, 0, 0, .06)
}

.img-with-aniamtion-wrap[data-shadow=medium_depth] .hover-wrap,
.nectar-flickity[data-shadow=medium_depth] .cell,
.nectar-video-box[data-shadow=medium_depth]:before,
.nectar_cascading_images .cascading-image[data-shadow=medium_depth] .bg-color,
.nectar_cascading_images .cascading-image[data-shadow=medium_depth] .img-wrap,
.nectar_video_player_self_hosted[data-shadow=medium_depth] .wpb_video_wrapper,
img.img-with-animation[data-shadow=medium_depth] {
    box-shadow: 0 30px 80px rgba(0, 0, 0, .14), 0 20px 70px rgba(0, 0, 0, .12)
}

.img-with-aniamtion-wrap[data-shadow=large_depth] .hover-wrap,
.nectar-video-box[data-shadow=large_depth]:before,
.nectar_cascading_images .cascading-image[data-shadow=large_depth] .bg-color,
.nectar_cascading_images .cascading-image[data-shadow=large_depth] .img-wrap,
.nectar_video_player_self_hosted[data-shadow=large_depth] .wpb_video_wrapper,
img.img-with-animation[data-shadow=large_depth] {
    box-shadow: 0 40px 100px rgba(0, 0, 0, .15), 0 25px 80px rgba(0, 0, 0, .1)
}

.nectar-flickity[data-shadow=large_depth] .cell {
    box-shadow: 0 35px 55px rgba(0, 0, 0, .08), 0 25px 63px rgba(0, 0, 0, .08)
}

.img-with-aniamtion-wrap[data-shadow=x_large_depth] .hover-wrap,
.nectar-flickity[data-shadow=x_large_depth] .cell,
.nectar-video-box[data-shadow=x_large_depth]:before,
.nectar_cascading_images .cascading-image[data-shadow=x_large_depth] .bg-color,
.nectar_cascading_images .cascading-image[data-shadow=x_large_depth] .img-wrap,
.nectar_video_player_self_hosted[data-shadow=x_large_depth] .wpb_video_wrapper,
img.img-with-animation[data-shadow=x_large_depth] {
    box-shadow: 0 60px 135px rgba(0, 0, 0, .14), 0 15px 65px rgba(0, 0, 0, .14)
}

.img-with-aniamtion-wrap[data-animation=fade-in-from-left] .hover-wrap,
img.img-with-animation[data-animation=fade-in-from-left] {
    padding-right: 30px;
    transform: translateX(-75px);
    -webkit-transform: translateX(-75px)
}

.img-with-aniamtion-wrap[data-animation=fade-in-from-left][data-shadow*=_depth] .hover-wrap,
img.img-with-animation[data-animation=fade-in-from-left][data-shadow*=_depth] {
    padding-right: 0
}

.col.has-animation[data-animation=fade-in-from-left],
.nectar-fancy-box.has-animation[data-animation=fade-in-from-left],
.wpb_column.has-animation[data-animation=fade-in-from-left] {
    transform: translateX(-45px);
    -webkit-transform: translateX(-45px)
}

.nectar_cascading_images .cascading-image[data-animation=fade-in-from-left] .inner-wrap {
    transform: translateX(-60px);
    -webkit-transform: translateX(-60px)
}

.img-with-aniamtion-wrap[data-animation=fade-in-from-right] .hover-wrap,
img.img-with-animation[data-animation=fade-in-from-right] {
    transform: translateX(75px);
    -webkit-transform: translateX(75px)
}

.col.has-animation[data-animation=fade-in-from-right],
.nectar-fancy-box.has-animation[data-animation=fade-in-from-right],
.wpb_column.has-animation[data-animation=fade-in-from-right] {
    transform: translateX(45px);
    -webkit-transform: translateX(45px)
}

.nectar_cascading_images .cascading-image[data-animation=fade-in-from-right] .inner-wrap {
    transform: translateX(60px);
    -webkit-transform: translateX(60px)
}

.img-with-aniamtion-wrap[data-animation=fade-in-from-bottom] .hover-wrap,
.nectar-scrolling-text .background-layer[data-bg-animation=fade-in-from-bottom] .inner,
img.img-with-animation[data-animation=fade-in-from-bottom] {
    transform: translateY(100px);
    -webkit-transform: translateY(100px)
}

.col.has-animation[data-animation=fade-in-from-bottom],
.nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom],
.wpb_column.has-animation[data-animation=fade-in-from-bottom] {
    transform: translateY(50px);
    -webkit-transform: translateY(50px)
}

.nectar_cascading_images .cascading-image[data-animation=fade-in-from-bottom] .inner-wrap {
    transform: translateY(60px);
    -webkit-transform: translateY(60px)
}

.nectar-fancy-box.has-animation[data-animation=fade-in-from-right],
img.img-with-animation[data-animation=fade-in-from-left],
img.img-with-animation[data-animation=fade-in-from-right] {
    margin: 0 auto
}

.img-with-aniamtion-wrap,
body .wpb_wrapper>.img-with-aniamtion-wrap {
    line-height: 0;
    margin-bottom: 0
}

.img-with-aniamtion-wrap>.inner {
    height: 100%
}

.center img.img-with-animation {
    display: block;
    margin: 0 auto
}

.right.img-with-aniamtion-wrap {
    text-align: right
}

.right.img-with-aniamtion-wrap img {
    display: inline-block
}

.img-with-aniamtion-wrap .color-overlay {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.img-with-aniamtion-wrap:hover .color-overlay {
    opacity: .5
}

.img-with-aniamtion-wrap .hover-wrap {
    overflow: hidden
}

.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=none] {
    overflow: visible
}

.img-with-aniamtion-wrap[data-shadow*=depth] .hover-wrap,
.img-with-aniamtion-wrap[data-shadow*=depth] .hover-wrap .hover-wrap-inner {
    display: inline-block
}

.img-with-aniamtion-wrap[data-shadow*=depth].center {
    text-align: center
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
    margin-bottom: 0;
    opacity: 1;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    transform: none
}

.img-with-aniamtion-wrap[data-animation*=reveal-from-] .hover-wrap,
.nectar-scrolling-text .background-layer:not([data-bg-animation=none]).animated-in .inner {
    opacity: 1
}

.nectar-scrolling-text .background-layer[data-bg-animation=fade-in-from-bottom] .inner {
    transition: transform 1s cubic-bezier(.2, .65, .3, 1), opacity .25s ease
}

.nectar-scrolling-text .background-layer[data-bg-animation=fade-in-from-bottom].animated-in .inner {
    transform: translateY(0)
}

.column-bg-overlay-wrap[data-bg-animation*=reveal-from-],
.nectar-scrolling-text .background-layer:not([data-bg-animation=none]) .inner {
    opacity: 0;
    overflow: hidden
}

.column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap,
.img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner,
.nectar-scrolling-text .background-layer[data-bg-animation*=reveal-from-] .inner {
    -webkit-backface-visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: transform 2.3s cubic-bezier(.2, .65, .3, 1), opacity .25s ease;
    will-change: transform, opacity
}

.column-bg-overlay-wrap[data-bg-animation*=reveal-from-],
.column-bg-overlay-wrap[data-bg-animation*=reveal-from-]>div,
.column-image-bg-wrap[data-bg-animation*=reveal-from-],
.column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap .column-image-bg,
.img-with-aniamtion-wrap[data-animation*=reveal-from-],
.img-with-aniamtion-wrap[data-animation*=reveal-from-] .color-overlay,
.img-with-aniamtion-wrap[data-animation*=reveal-from-] .hover-wrap .hover-wrap-inner img.img-with-animation,
.nectar-scrolling-text .background-layer[data-bg-animation*=reveal-from-] .background-image {
    -webkit-backface-visibility: hidden;
    transition: transform 2.3s cubic-bezier(.2, .65, .3, 1), opacity .65s cubic-bezier(.2, 1, .2, 1);
    will-change: transform
}

.img-with-aniamtion-wrap[data-animation*=reveal-from-].animated-in,
.revealed-bg .column-bg-overlay-wrap[data-bg-animation*=reveal-from-],
.revealed-bg .column-image-bg-wrap[data-bg-animation*=reveal-from-] {
    transform: translateZ(0)
}

.img-with-aniamtion-wrap[data-animation*=reveal-from-].animated-in .inner,
.nectar-scrolling-text .background-layer[data-bg-animation*=reveal-from-].animated-in .inner,
.revealed-bg .column-bg-overlay-wrap[data-bg-animation*=reveal-from-],
.revealed-bg .column-bg-overlay-wrap[data-bg-animation*=reveal-from-]>div,
.revealed-bg .column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap {
    opacity: 1;
    transform: rotate(0deg) translateZ(0)
}

.img-with-aniamtion-wrap[data-animation*=reveal-from-].animated-in .color-overlay,
.img-with-aniamtion-wrap[data-animation*=reveal-from-].animated-in .hover-wrap .hover-wrap-inner img.img-with-animation,
.nectar-scrolling-text .background-layer[data-bg-animation*=reveal-from-].animated-in .background-image,
.revealed-bg .column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap .column-image-bg {
    transform: rotate(0deg) translateZ(0)
}

.column-bg-overlay-wrap[data-bg-animation=ro-reveal-from-left],
.column-image-bg-wrap[data-bg-animation=ro-reveal-from-left],
.img-with-aniamtion-wrap[data-animation=ro-reveal-from-left] {
    transform: translate3d(-250px, 0, 0)
}

.column-bg-overlay-wrap[data-bg-animation=ro-reveal-from-left]>div,
.column-image-bg-wrap[data-bg-animation=ro-reveal-from-left] .inner-wrap,
.img-with-aniamtion-wrap[data-animation=ro-reveal-from-left] .inner {
    transform: rotate(-25deg) translateZ(0);
    transform-origin: right bottom
}

.nectar-scrolling-text .background-layer[data-bg-animation=ro-reveal-from-left] .inner {
    transform: translate3d(-250px, 0, 0) rotate(-25deg);
    transform-origin: right bottom
}

.column-image-bg-wrap[data-bg-animation=ro-reveal-from-left] .inner-wrap .column-image-bg,
.img-with-aniamtion-wrap[data-animation=ro-reveal-from-left] .color-overlay,
.img-with-aniamtion-wrap[data-animation=ro-reveal-from-left] .hover-wrap .hover-wrap-inner img.img-with-animation,
.nectar-scrolling-text .background-layer[data-bg-animation=ro-reveal-from-left] .background-image {
    transform: rotate(25deg) translateZ(0);
    transform-origin: right bottom
}

.column-bg-overlay-wrap[data-bg-animation=ro-reveal-from-right],
.column-image-bg-wrap[data-bg-animation=ro-reveal-from-right],
.img-with-aniamtion-wrap[data-animation=ro-reveal-from-right] {
    transform: translate3d(250px, 0, 0);
    transform-origin: left bottom
}

.column-bg-overlay-wrap[data-bg-animation=ro-reveal-from-right]>div,
.column-image-bg-wrap[data-bg-animation=ro-reveal-from-right] .inner-wrap,
.img-with-aniamtion-wrap[data-animation=ro-reveal-from-right] .inner {
    transform: rotate(25deg) translateZ(0);
    transform-origin: left bottom
}

.nectar-scrolling-text .background-layer[data-bg-animation=ro-reveal-from-right] .inner {
    transform: translate3d(250px, 0, 0) rotate(25deg);
    transform-origin: left bottom
}

.column-image-bg-wrap[data-bg-animation=ro-reveal-from-right] .inner-wrap .column-image-bg,
.img-with-aniamtion-wrap[data-animation=ro-reveal-from-right] .color-overlay,
.img-with-aniamtion-wrap[data-animation=ro-reveal-from-right] .hover-wrap .hover-wrap-inner img.img-with-animation,
.nectar-scrolling-text .background-layer[data-bg-animation=ro-reveal-from-right] .background-image {
    transform: rotate(-25deg) translateZ(0);
    transform-origin: left bottom
}

.column-bg-overlay-wrap[data-bg-animation=ro-reveal-from-bottom],
.column-image-bg-wrap[data-bg-animation=ro-reveal-from-bottom],
.img-with-aniamtion-wrap[data-animation=ro-reveal-from-bottom] {
    transform: translate3d(0, 250px, 0)
}

.column-bg-overlay-wrap[data-bg-animation=ro-reveal-from-bottom]>div,
.column-image-bg-wrap[data-bg-animation=ro-reveal-from-bottom] .inner-wrap,
.img-with-aniamtion-wrap[data-animation=ro-reveal-from-bottom] .inner {
    transform: rotate(25deg) translateZ(0);
    transform-origin: left bottom
}

.nectar-scrolling-text .background-layer[data-bg-animation=ro-reveal-from-bottom] .inner {
    transform: translate3d(0, 250px, 0) rotate(25deg);
    transform-origin: left bottom
}

.column-image-bg-wrap[data-bg-animation=ro-reveal-from-bottom] .inner-wrap .column-image-bg,
.img-with-aniamtion-wrap[data-animation=ro-reveal-from-bottom] .color-overlay,
.img-with-aniamtion-wrap[data-animation=ro-reveal-from-bottom] .hover-wrap .hover-wrap-inner img.img-with-animation,
.nectar-scrolling-text .background-layer[data-bg-animation=ro-reveal-from-bottom] .background-image {
    transform: rotate(-25deg) translateZ(0);
    transform-origin: left bottom
}

.column-bg-overlay-wrap[data-bg-animation=ro-reveal-from-top],
.column-image-bg-wrap[data-bg-animation=ro-reveal-from-top],
.img-with-aniamtion-wrap[data-animation=ro-reveal-from-top] {
    transform: translate3d(0, -250px, 0)
}

.column-bg-overlay-wrap[data-bg-animation=ro-reveal-from-top]>div,
.column-image-bg-wrap[data-bg-animation=ro-reveal-from-top] .inner-wrap,
.img-with-aniamtion-wrap[data-animation=ro-reveal-from-top] .inner {
    transform: rotate(-25deg) translateZ(0);
    transform-origin: left top
}

.nectar-scrolling-text .background-layer[data-bg-animation=ro-reveal-from-top] .inner {
    transform: translate3d(0, -250px, 0) rotate(-25deg);
    transform-origin: left top
}

.column-image-bg-wrap[data-bg-animation=ro-reveal-from-top] .inner-wrap .column-image-bg,
.img-with-aniamtion-wrap[data-animation=ro-reveal-from-top] .color-overlay,
.img-with-aniamtion-wrap[data-animation=ro-reveal-from-top] .hover-wrap .hover-wrap-inner img.img-with-animation,
.nectar-scrolling-text .background-layer[data-bg-animation=ro-reveal-from-top] .background-image {
    transform: rotate(25deg) translateZ(0);
    transform-origin: left top
}

img.img-with-animation.nectar-lazy {
    display: block;
    min-height: 1px;
    min-width: 1px
}

.row .col img.img-with-animation.nectar-lazy:not([srcset]) {
    width: 100%
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.nectar-lazy,
.img-with-aniamtion-wrap img.img-with-animation.nectar-lazy {
    opacity: 0;
    transition: opacity .5s ease
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.nectar-lazy.loaded,
.img-with-aniamtion-wrap img.img-with-animation.nectar-lazy.loaded {
    opacity: 1
}

.img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 15px
}

.img-with-aniamtion-wrap .color-overlay {
    transition: opacity .65s cubic-bezier(.2, 1, .2, 1)
}

.img-with-aniamtion-wrap[data-shadow] .hover-wrap .img-with-animation {
    box-shadow: none
}

.img-with-aniamtion-wrap .inner .hover-wrap:not([data-hover-animation=none]) {
    transition: all .65s cubic-bezier(.05, .2, .1, 1) !important
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
    transition: transform .65s cubic-bezier(.05, .2, .1, 1)
}

.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom]:hover .hover-wrap-inner {
    transform: scale(1.13)
}

.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom-crop]:hover .hover-wrap-inner {
    transform: scale(1.15)
}

.img-with-aniamtion-wrap .hover-wrap[data-hover-animation=zoom-crop]:hover {
    transform: scale(.95) !important
}

.right.img-with-aniamtion-wrap[data-max-width="110%"] img,
.right.img-with-aniamtion-wrap[data-max-width="125%"] img,
.right.img-with-aniamtion-wrap[data-max-width="150%"] img,
.right.img-with-aniamtion-wrap[data-max-width="175%"] img,
.right.img-with-aniamtion-wrap[data-max-width="200%"] img,
.right.img-with-aniamtion-wrap[data-max-width="225%"] img,
.right.img-with-aniamtion-wrap[data-max-width="250%"] img {
    display: block
}

.img-with-aniamtion-wrap[data-max-width="110%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="125%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="150%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="175%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="200%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="225%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="250%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="50%"]:not(.right) img,
.img-with-aniamtion-wrap[data-max-width="75%"]:not(.right) img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.wpb_column.has-animation[data-animation*=reveal] {
    overflow: hidden
}

.wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.img-with-aniamtion-wrap[data-max-width="110%"] .inner {
    display: block;
    width: 110%
}

.img-with-aniamtion-wrap[data-max-width="125%"] .inner {
    display: block;
    width: 125%
}

.img-with-aniamtion-wrap[data-max-width="150%"] .inner {
    display: block;
    width: 150%
}

.img-with-aniamtion-wrap[data-max-width="165%"] .inner {
    display: block;
    width: 165%
}

.img-with-aniamtion-wrap[data-max-width="175%"] .inner {
    display: block;
    width: 175%
}

.img-with-aniamtion-wrap[data-max-width="200%"] .inner {
    display: block;
    width: 200%
}

.img-with-aniamtion-wrap[data-max-width="225%"] .inner {
    display: block;
    width: 225%
}

.img-with-aniamtion-wrap[data-max-width="250%"] .inner {
    display: block;
    width: 250%
}

.img-with-aniamtion-wrap[data-max-width="110%"].center .inner {
    margin-left: -5%
}

.img-with-aniamtion-wrap[data-max-width="125%"].center .inner {
    margin-left: -12.5%
}

.img-with-aniamtion-wrap[data-max-width="150%"].center .inner {
    margin-left: -25%
}

.img-with-aniamtion-wrap[data-max-width="165%"].center .inner {
    margin-left: -32.5%
}

.img-with-aniamtion-wrap[data-max-width="175%"].center .inner {
    margin-left: -37.5%
}

.img-with-aniamtion-wrap[data-max-width="200%"].center .inner {
    margin-left: -50%
}

.img-with-aniamtion-wrap[data-max-width="225%"].center .inner {
    margin-left: -62.5%
}

.img-with-aniamtion-wrap[data-max-width="250%"].center .inner {
    margin-left: -75%
}

.img-with-aniamtion-wrap.right[data-max-width="110%"] .inner {
    margin-left: -10%
}

.img-with-aniamtion-wrap.right[data-max-width="125%"] .inner {
    margin-left: -25%
}

.img-with-aniamtion-wrap.right[data-max-width="150%"] .inner {
    margin-left: -50%
}

.img-with-aniamtion-wrap.right[data-max-width="165%"] .inner {
    margin-left: -65%
}

.img-with-aniamtion-wrap.right[data-max-width="175%"] .inner {
    margin-left: -75%
}

.img-with-aniamtion-wrap.right[data-max-width="200%"] .inner {
    margin-left: -100%
}

.img-with-aniamtion-wrap.right[data-max-width="225%"] .inner {
    margin-left: -125%
}

.img-with-aniamtion-wrap.right[data-max-width="250%"] .inner {
    margin-left: -150%
}

.img-with-aniamtion-wrap[data-max-width="50%"] .inner,
.nectar-flickity:not(.masonry) .flickity-slider .cell .img-with-aniamtion-wrap[data-max-width="50%"] img {
    max-width: 50%;
    width: auto
}

.img-with-aniamtion-wrap[data-max-width="75%"] .inner,
.nectar-flickity:not(.masonry) .flickity-slider .cell .img-with-aniamtion-wrap[data-max-width="75%"] img {
    max-width: 75%;
    width: auto
}

.img-with-aniamtion-wrap[data-max-width="50%"].center .inner,
.img-with-aniamtion-wrap[data-max-width="50%"].right .inner,
.img-with-aniamtion-wrap[data-max-width="75%"].center .inner,
.img-with-aniamtion-wrap[data-max-width="75%"].right .inner {
    display: inline-block
}

.img-with-aniamtion-wrap[data-max-width="110%"] img,
.img-with-aniamtion-wrap[data-max-width="125%"] img,
.img-with-aniamtion-wrap[data-max-width="150%"] img,
.img-with-aniamtion-wrap[data-max-width="175%"] img,
.img-with-aniamtion-wrap[data-max-width="200%"] img,
.img-with-aniamtion-wrap[data-max-width="225%"] img,
.img-with-aniamtion-wrap[data-max-width="250%"] img {
    max-width: 100%;
    width: auto
}

.img-with-aniamtion-wrap[data-max-width="125%"][data-shadow*=depth] img,
.img-with-aniamtion-wrap[data-max-width="150%"][data-shadow*=depth] img,
.img-with-aniamtion-wrap[data-max-width="175%"][data-shadow*=depth] img,
.img-with-aniamtion-wrap[data-max-width="200%"][data-shadow*=depth] img,
.img-with-aniamtion-wrap[data-max-width="225%"][data-shadow*=depth] img,
.img-with-aniamtion-wrap[data-max-width="250%"][data-shadow*=depth] img,
.img-with-aniamtion-wrap[data-max-width=none] img,
.row .img-with-aniamtion-wrap[data-max-width=none] img:not([srcset]) {
    max-width: none;
    width: 100%
}

.wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap.no-transform,
.wpb_column.has-animation[data-animation*=reveal] .column-inner-wrap.no-transform .column-inner {
    transform: none;
    -webkit-transform: none
}

@media only screen and (min-width:690px) {
    .vc_row-o-equal-height .wpb_column.has-animation[data-animation*=reveal]>.column-inner-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        flex-grow: 1
    }

    .vc_row-o-equal-height.vc_row-o-content-middle .wpb_column.has-animation[data-animation*=reveal]>.column-inner-wrap {
        height: auto;
        justify-content: center
    }

    .vc_row-o-equal-height.vc_row-o-content-bottom .wpb_column.has-animation[data-animation*=reveal]>.column-inner-wrap,
    .vc_row-o-equal-height.vc_row-o-content-bottom .wpb_column.has-animation[data-animation*=reveal]>.column-inner-wrap>.column-inner {
        justify-content: flex-end
    }
}

.wpb_column .column-inner[data-bg-cover=true],
.wpb_column[data-bg-cover=true] {
    background-position: 50%;
    background-size: cover
}

.vc_ie-flexbox-fixer {
    flex-direction: column
}

.vc_ie-flexbox-fixer,
.vc_ie-flexbox-fixer>.vc_row {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox
}

.vc_ie-flexbox-fixer>.vc_row {
    box-sizing: border-box;
    flex: 1 1 auto;
    flex-wrap: wrap
}

@keyframes pulsate {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(3)
    }
}

@keyframes nectarBounceIn {
    0% {
        opacity: 0;
        transform: translateY(80px)
    }

    33% {
        opacity: 1;
        transform: translateY(-13px)
    }

    66% {
        opacity: 1;
        transform: translateY(4px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

html:not(.js) #contact-map,
html:not(.js) .nectar-google-map {
    display: none
}

.grecaptcha-badge {
    z-index: 100
}

#contact-map {
    height: 370px;
    margin-bottom: 30px;
    width: 100%
}

body.page-template-template-contact[data-header-resize="1"] .container-wrap {
    padding-top: 0
}

.gm-style-iw {
    color: #777
}

#contact-map div,
.nectar-google-map div {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.nectar-google-map,
.wpb_wrapper>.nectar-google-map {
    margin-bottom: 0
}

.nectar-google-map img {
    max-width: none !important
}

.wpb_column.centered-text .nectar-google-map img {
    display: block
}

body[data-bg-header=true] #contact-map {
    margin-top: -30px
}

.contact-info {
    padding-left: 20px
}

body.page-template-template-contact-php .page-header-no-bg .col.section-title {
    border-bottom: 0
}

body.page-template-template-contact-php #page-header-bg {
    margin-bottom: 0
}

.gm-style .gm-style-iw,
.gm-style .gm-style-iw a,
.gm-style .gm-style-iw div,
.gm-style .gm-style-iw label,
.gm-style .gm-style-iw span {
    font-family: arial;
    letter-spacing: 0;
    line-height: 20px
}

.nectar-google-map .animated-dot,
.nectar-leaflet-map .animated-dot {
    height: 20px;
    left: -9px;
    position: relative;
    top: -5px;
    width: 20px
}

.nectar-google-map .animated-dot .middle-dot,
.nectar-leaflet-map .animated-dot .middle-dot {
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    border-radius: 30px;
    height: 16px;
    left: 2px;
    position: absolute;
    top: 2px;
    transform-origin: 50% 50%;
    width: 16px
}

.nectar-google-map[data-dark-color-scheme="1"] .animated-dot .middle-dot:after {
    animation: animationSignal2 2s cubic-bezier(0, .55, .55, 1);
    animation-delay: .78s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    background-color: #fff;
    border-radius: 30px;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform-origin: 50% 50%;
    width: 100%;
    z-index: 100
}

.nectar-google-map .animated-dot .signal,
.nectar-leaflet-map .animated-dot .signal {
    animation: animationSignal 2s cubic-bezier(0, .55, .55, 1);
    animation-delay: .78s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    border-radius: 200px;
    height: 180px;
    left: -80px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -80px;
    transform-origin: 50% 50%;
    width: 180px
}

.nectar-google-map .animated-dot .signal2,
.nectar-leaflet-map .animated-dot .signal2 {
    animation: animationSignal 2s cubic-bezier(0, .55, .55, 1);
    animation-delay: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    border-radius: 200px;
    height: 180px;
    left: -80px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -80px;
    transform-origin: 50% 50%;
    width: 180px
}

.nectar-leaflet-map .nectar-leaflet-pin {
    background-color: #fff;
    border: 10px solid #3452ff;
    border-radius: 50% 50% 50% 0;
    font-size: 0;
    height: 34px;
    position: relative;
    transform: rotate(-45deg);
    width: 34px
}

.nectar-leaflet-map:not([data-marker-style=nectar]) .leaflet-marker-icon:before {
    background-image: url(../../../../../../../themes/stepps/img/icons/leaflet/marker-shadow.png);
    content: "";
    display: block;
    height: 41px;
    left: 9px;
    position: absolute;
    top: 2px;
    transform: rotate(13deg);
    width: 41px;
    z-index: -1
}

.nectar-leaflet-map .leaflet-marker-icon {
    background-color: transparent;
    border: none;
    overflow: visible
}

.nectar-leaflet-map[data-greyscale="1"]>.leaflet-map-pane .leaflet-tile-container {
    filter: grayscale(100%)
}

@keyframes animationSignal {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    1% {
        opacity: .25
    }

    20% {
        opacity: .25
    }

    60% {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes animationSignal2 {
    0% {
        opacity: 0
    }

    1% {
        opacity: .2
    }

    20% {
        opacity: .17
    }

    60% {
        opacity: 0
    }
}

.nectar-milestone {
    text-align: center
}

.nectar-milestone:not(.animated-in) {
    opacity: 0
}

.nectar-milestone[data-ms-align=right],
.span_12.right .nectar-milestone {
    text-align: right
}

.nectar-milestone[data-ms-align=left] {
    text-align: left
}

.span_12.right .nectar-milestone[data-symbol-alignment=superscript] {
    padding-right: 40px
}

body .nectar-milestone .number h1,
body .nectar-milestone .number h2,
body .nectar-milestone .number h3,
body .nectar-milestone .number h4,
body .nectar-milestone .number h5 {
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit
}

.nectar-milestone .number {
    display: inline-block;
    font-family: Open Sans;
    font-size: 62px;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 5px;
    position: relative
}

.nectar-milestone.motion_blur .number span:not(.in-sight) {
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%)
}

.nectar-milestone.motion_blur .number span {
    display: inline-block
}

body .nectar-milestone .subject {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 25px
}

.nectar-milestone .number .symbol-wrap {
    display: inline-block
}

.nectar-milestone[data-symbol-alignment=superscript] .number .symbol-wrap {
    display: inline;
    font-size: 30px;
    line-height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(103%);
    -webkit-transform: translateX(103%)
}

.nectar-milestone[data-symbol-alignment=superscript][data-symbol-pos=before] .number .symbol-wrap {
    left: 0;
    right: auto;
    transform: translateX(-103%);
    -webkit-transform: translateX(-103%)
}

.milestone-wrap {
    text-align: center
}

.morphing-outline {
    padding: 90px 50px;
    text-align: center;
    visibility: visible
}

.morphing-outline .inner {
    display: inline-block;
    line-height: 1;
    -webkit-perspective: 1000;
    position: relative;
    text-align: center;
    transition: color .35s cubic-bezier(.65, 0, .35, 1);
    z-index: 1
}

.morphing-outline .inner p {
    padding-bottom: 10px
}

body .wpb_column:hover>.wpb_wrapper>.morphing-outline .inner>* {
    transform: scale(1.11);
    -webkit-transform: scale(1.11)
}

body .wpb_column>.wpb_wrapper>.morphing-outline .inner>h5 {
    transform: scale(.68);
    -webkit-transform: scale(.68)
}

body .wpb_column:hover>.wpb_wrapper>.morphing-outline .inner>h5 {
    transform: scale(.77);
    -webkit-transform: scale(.77)
}

.morphing-outline .inner>* {
    color: #fff;
    transition: color .35s cubic-bezier(.65, 0, .35, 1), transform .35s cubic-bezier(.65, 0, .35, 1)
}

.morphing-outline .inner>:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.morphing-outline .inner:after {
    border: 12px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    left: -62px;
    padding: 80px 50px;
    position: absolute;
    top: -92px;
    transition: all .35s cubic-bezier(.65, 0, .35, 1);
    width: 100%;
    z-index: -1
}

body[data-button-style=default] .wpb_column>.vc_column-inner>.wpb_wrapper>.morphing-outline .inner:after,
body[data-button-style=default] .wpb_column>.wpb_wrapper>.morphing-outline .inner:after {
    border-radius: 0
}

body[data-button-style=default] .wpb_column:hover>.vc_column-inner>.wpb_wrapper>.morphing-outline .inner:after,
body[data-button-style=default] .wpb_column:hover>.wpb_wrapper>.morphing-outline .inner:after {
    border-radius: 50%
}

.wpb_column:hover>.vc_column-inner>.wpb_wrapper>.morphing-outline .inner:after,
.wpb_column:hover>.wpb_wrapper>.morphing-outline .inner:after {
    border-color: #fff;
    border-radius: 0
}

.wpb_column:hover>.vc_column-inner>.wpb_wrapper>.morphing-outline .inner>*,
.wpb_column:hover>.wpb_wrapper>.morphing-outline .inner>* {
    color: #fff
}

.page-submenu:not(.stuck) {
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important
}

.page-submenu.stuck {
    left: 0;
    position: fixed;
    top: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 100%;
    z-index: 1000
}

.page-submenu.stuck.header-not-visible {
    transition: all .2s;
    -webkit-transition: all .2s
}

.full-width-content>.span_12>.vc_col-sm-12>.vc_column-inner>.wpb_wrapper .page-submenu:not(.stuck)>.full-width-content,
.page-submenu.stuck .full-width-content {
    margin-left: 0 !important
}

.page-submenu .full-width-content,
.page-submenu .full-width-section {
    height: auto !important
}

.page-submenu ul {
    color: inherit;
    margin: 0
}

@media only screen and (min-width:1000px) {
    .page-submenu ul {
        display: block !important;
        height: auto !important
    }
}

.page-submenu[data-alignment=left] {
    text-align: left
}

.page-submenu[data-alignment=center] {
    text-align: center
}

.page-submenu[data-alignment=right] {
    text-align: right
}

.page-submenu[data-alignment=right] .full-width-section ul li:last-child {
    margin-right: 0
}

.page-submenu[data-alignment=left] .full-width-section ul li:first-child {
    margin-left: 0
}

.page-submenu[data-alignment=left] .full-width-content ul li:first-child {
    margin-left: 25px
}

.page-submenu[data-alignment=right] .full-width-content ul li:last-child {
    margin-right: 33px
}

.page-submenu li {
    color: inherit;
    display: inline-block;
    margin: 0 25px 0 0
}

body .page-submenu li a {
    color: inherit;
    display: block;
    opacity: .7;
    padding-bottom: 20px;
    padding-top: 20px;
    transition: all .1s ease;
    -webkit-transition: all .1s ease
}

.page-submenu li a:hover,
.page-submenu.stuck .current-menu-item a {
    color: inherit;
    opacity: 1
}

.page-submenu .mobile-menu-link {
    border-left: 1px solid hsla(0, 0%, 100%, .2);
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    color: inherit;
    display: none;
    line-height: 17px;
    padding: 16px 20px
}

.page-submenu[data-bg-color="#fff"] .mobile-menu-link {
    border-left: 1px solid rgba(0, 0, 0, .08);
    border-right: 1px solid rgba(0, 0, 0, .08)
}

.salient-page-submenu-icon {
    float: left;
    font-size: 16px;
    margin-right: 8px
}

.salient-page-submenu-icon:before {
    content: ""
}

.nectar-progress-bar,
.wpb_wrapper>.nectar-progress-bar {
    margin-bottom: 0
}

.nectar-progress-bar .bar-wrap {
    background-color: #ebebeb;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .09);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .09);
    -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .09);
    margin-bottom: 13px
}

.nectar-progress-bar .bar-wrap,
.nectar-progress-bar span {
    border-radius: 300px 300px 300px 300px;
    -webkit-border-radius: 300px 300px 300px 300px
}

.nectar-progress-bar span {
    background-color: #000;
    display: block;
    height: 14px;
    width: 0
}

.nectar-progress-bar p {
    padding-bottom: 2px
}

.nectar-progress-bar span {
    overflow: visible;
    position: relative
}

.nectar-progress-bar span strong {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    font-family: Open Sans;
    font-weight: 600;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -23px
}

.nectar-progress-bar span strong i {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none
}

body .nectar-progress-bar .bar-wrap span strong,
body .nectar-progress-bar .bar-wrap span strong i,
body .nectar-progress-bar span strong {
    font-size: 11px !important;
    line-height: 12px !important
}

.nectar-progress-bar span strong.full:after {
    left: 15px
}

.nectar-progress-bar span strong.full {
    text-align: right;
    width: 43px
}

body .vc_pie_chart .vc_pie_chart_value {
    font-family: Open Sans;
    font-size: 42px;
    font-weight: 300
}

body .vc_pie_chart .wpb_pie_chart_heading {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 0;
    margin-top: 12px;
    text-transform: uppercase
}

body .vc_pie_chart_back {
    border-width: 7px;
    opacity: 0
}

body .vc_pie_chart {
    opacity: 1
}

.nectar-split-heading .heading-line {
    display: block;
    overflow: hidden;
    position: relative
}

.nectar-split-heading .heading-line>div {
    display: block;
    transform: translateY(200%);
    -webkit-transform: translateY(200%)
}

.nectar-split-heading h1 {
    margin-bottom: 0
}

@media only screen and (min-width:1000px) {

    .nectar-split-heading[data-custom-font-size=true] h1,
    .nectar-split-heading[data-custom-font-size=true] h2,
    .nectar-split-heading[data-custom-font-size=true] h3,
    .nectar-split-heading[data-custom-font-size=true] h4 {
        font-size: inherit;
        line-height: inherit
    }
}

.centered-text .nectar-split-heading[data-animation-type=line-reveal-by-space] h1,
.centered-text .nectar-split-heading[data-animation-type=line-reveal-by-space] h2,
.centered-text .nectar-split-heading[data-animation-type=line-reveal-by-space] h3,
.centered-text .nectar-split-heading[data-animation-type=line-reveal-by-space] h4 {
    margin: 0 auto
}

.nectar-split-heading[data-animation-type=letter-fade-reveal]:not(.markup-generated),
.nectar-split-heading[data-animation-type=line-reveal-by-space]:not(.markup-generated) {
    opacity: 0
}

.nectar-split-heading[data-animation-type=letter-fade-reveal]>*>span,
.nectar-split-heading[data-animation-type=line-reveal-by-space]>*>span {
    display: inline-block;
    overflow: hidden;
    position: relative
}

.nectar-split-heading[data-animation-type=letter-fade-reveal] span,
.nectar-split-heading[data-animation-type=line-reveal-by-space] span {
    vertical-align: bottom
}

.nectar-split-heading[data-animation-type=line-reveal-by-space] span .inner {
    display: inline-block;
    position: relative;
    transform: translateY(102%)
}

.nectar-split-heading[data-animation-type=line-reveal-by-space] span .inner.animated {
    transform: none
}

.nectar-split-heading[data-animation-type=letter-fade-reveal] span span {
    display: inline-block;
    opacity: 0;
    position: relative;
    transform: translateY(102%)
}

.nectar-split-heading[data-animation-type=twist-in] {
    opacity: 0;
    transform: rotateY(25deg) rotate(-4deg);
    transition: opacity 1s cubic-bezier(.15, .75, .4, 1), transform 1.2s cubic-bezier(.15, .75, .4, 1)
}

.nectar-split-heading[data-animation-type=twist-in].animated-in {
    opacity: 1;
    transform: rotateY(0deg) rotate(0deg)
}

.wpb_column[data-cfc=true] h1,
.wpb_column[data-cfc=true] h2,
.wpb_column[data-cfc=true] h3,
.wpb_column[data-cfc=true] h4,
.wpb_column[data-cfc=true] h5,
.wpb_column[data-cfc=true] h6,
.wpb_column[data-cfc=true] p {
    color: inherit
}

blockquote .image-icon[data-shadow=true] {
    box-shadow: 0 15px 37px rgba(0, 0, 0, .15)
}

.span_12.light .flickity-page-dots .dot:before,
.testimonial_slider[data-style=multiple_visible][data-color*=-light] .flickity-page-dots .dot:before {
    background-color: #fff
}

body .toggle {
    margin-bottom: 15px
}

.toggle.open h3 a {
    background-color: #000;
    color: #fff
}

body .row .toggle h3,
body .toggle h3 {
    margin-bottom: 0
}

.toggle h3 {
    font-size: 12px;
    position: relative;
    z-index: 10
}

div[data-style=default] .toggle h3,
div[data-style=default] .toggle h3 a {
    font-size: 14px;
    line-height: 14px
}

.toggle h3 a {
    background-color: rgba(0, 0, 0, .045);
    color: rgba(0, 0, 0, .65);
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 16px;
    padding: 14px 14px 16px 43px
}

.toggle h3 a,
.toggle h3 a i {
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.toggle h3 a i {
    background-color: transparent;
    color: #888;
    font-size: 15px;
    height: 16px;
    left: 13px;
    line-height: 18px;
    position: absolute;
    top: 13px;
    width: 18px
}

.toggle.open h3 a i {
    color: #fff
}

.toggle h3 a:hover {
    background-color: rgba(0, 0, 0, .035)
}

body .toggle>div {
    background-color: #fff;
    border-top: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    display: none;
    padding: 10px 14px
}

.toggle>div .wpb_wrapper {
    margin: 0
}

body .toggle[data-inner-wrap=true]>div {
    display: block;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height .5s ease
}

body .toggle[data-inner-wrap=true].open>div {
    pointer-events: all
}

body .toggle[data-inner-wrap=true]>div,
div[data-style*=minimal] .toggle[data-inner-wrap=true]>div,
div[data-style=minimal_small] .toggle[data-inner-wrap=true]>div {
    padding: 0
}

body div[data-style=minimal_small] .toggle>div .inner-toggle-wrap {
    padding-bottom: 0;
    padding-top: 1.4em
}

div[data-style=minimal] .toggle[data-inner-wrap=true]>div .inner-toggle-wrap {
    padding: 0 0 30px
}

body .toggle[data-inner-wrap=true]>div .inner-toggle-wrap {
    padding: 10px 14px
}

.toggle>div>div:last-child,
.toggle[data-inner-wrap=true] .inner-toggle-wrap>div:last-child {
    margin-bottom: 0 !important
}

.light .toggle>div {
    color: #676767
}

.light .toggles[data-style=default] .toggle h3 a {
    color: #fff
}

.light .toggles[data-style=default] .toggle>div,
body div[data-style*=minimal] .toggle h3 a,
body div[data-style*=minimal] .toggle.open h3 a {
    background-color: transparent
}

div[data-style*=minimal] .toggle>div {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 0 30px
}

div[data-style*=minimal] .toggle h3 i {
    border: 2px solid #888;
    border-radius: 30px 30px;
    height: 30px;
    left: auto;
    margin-top: -15px;
    position: absolute;
    right: 0;
    top: 50%;
    transition: border-color .15s ease;
    -webkit-transition: border-color .15s ease;
    width: 30px
}

div[data-style=minimal] .toggle h3 a {
    padding: 30px 70px 30px 0;
    transition: color .15s ease;
    -webkit-transition: color .15s ease
}

div[data-style=minimal] .toggle {
    border-bottom: 2px solid rgba(0, 0, 0, .08);
    transition: border-color .15s ease;
    -webkit-transition: border-color .15s ease
}

body div[data-style=minimal] .toggle {
    margin-bottom: 0
}

div[data-style=minimal] .toggle h3 i:before {
    background-color: #888;
    content: " ";
    height: 2px;
    left: 6px;
    margin-top: -2px;
    position: absolute;
    top: 14px;
    transition: background-color .15s ease;
    -webkit-transition: background-color .15s ease;
    width: 14px
}

div[data-style=minimal] .toggle h3 i:after {
    background-color: #888;
    content: " ";
    height: 14px;
    left: 14px;
    margin-left: -2px;
    position: absolute;
    top: 6px;
    transition: transform .45s cubic-bezier(.3, .4, .2, 1), background-color .15s ease;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.3, .4, .2, 1), background-color .15s ease;
    width: 2px
}

.light div[data-style=minimal] .toggle {
    border-color: hsla(0, 0%, 100%, .2)
}

.light div[data-style*=minimal] .toggle h3 i {
    border-color: #fff
}

.light div[data-style*=minimal] .toggle h3 i:after,
.light div[data-style*=minimal] .toggle h3 i:before {
    background-color: #fff
}

.light div[data-style*=minimal] .toggle h3 a {
    color: #fff
}

div[data-style*=minimal] .toggle.open i:after {
    transform: scaleY(0);
    -webkit-transform: scaleY(0)
}

div[data-style=minimal_small] .toggle h3 {
    display: inline-block;
    padding: 0 0 4px
}

div[data-style=minimal_small] .toggle h3 a {
    padding: 0
}

div[data-style=minimal_small] .toggle.default h3 a:hover,
div[data-style=minimal_small] .toggle.default.open h3 a {
    color: #000
}

div[data-style=minimal_small] .toggle.default>h3:after {
    background-color: #000
}

.span_12.light div[data-style=minimal_small] .toggle.default h3 a:hover,
.span_12.light div[data-style=minimal_small] .toggle.default.open h3 a {
    color: #fff
}

.span_12.light div[data-style=minimal_small] .toggle>h3:before {
    background-color: hsla(0, 0%, 100%, .2)
}

.span_12.light div[data-style=minimal_small] .toggle.default.open>h3:after,
.span_12.light div[data-style=minimal_small] .toggle.default:hover>h3:after,
.span_12.light div[data-style=minimal_small] .toggle.default>h3:after {
    background-color: #fff
}

div[data-style=minimal_small] .toggle>h3:after,
div[data-style=minimal_small] .toggle>h3:before {
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%
}

div[data-style=minimal_small] .toggle>h3:after {
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .5s cubic-bezier(.3, .4, .1, 1)
}

div[data-style=minimal_small] .toggle.open>h3:after,
div[data-style=minimal_small] .toggle:hover>h3:after {
    transform: scaleX(1)
}

div[data-style=minimal_small] .toggle>div {
    padding-bottom: 0;
    padding-top: 1.3em
}

div[data-style=minimal_small] .toggle>h3 i {
    display: none
}

div[data-style=minimal_small] .toggle {
    margin-bottom: 1.4em
}

.auto_meta_overlaid_spaced article .content-inner>.play svg,
.masonry-blog-item .video-play-button svg,
.nectar_video_lightbox svg {
    display: block;
    height: 20px;
    left: 50%;
    margin-left: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 20px
}

.auto_meta_overlaid_spaced article .content-inner>.play:before,
.nectar-video-box .play_button_mouse_follow:before,
.nectar_video_lightbox.play_button:before {
    border: 6px solid #fff;
    border-radius: 200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s;
    -webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s;
    width: 100%;
    z-index: 10
}

.nectar-video-box .play_button_mouse_follow {
    transition: opacity .3s ease
}

.nectar-video-box .play_button_mouse_follow:not(.visible) {
    opacity: 0
}

.nectar-video-box .play_button_mouse_follow:before {
    border-width: 2px
}

.nectar-video-box .play_button_mouse_follow svg {
    width: 12px
}

.nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
    height: 94px;
    left: 0;
    margin-left: -47px;
    margin-top: -47px;
    pointer-events: none;
    top: 0;
    width: 94px
}

.nectar-video-box[data-mouse-style=see_through_contrast] .play_button_mouse_follow {
    mix-blend-mode: difference
}

.nectar-video-box[data-mouse-style=see_through_contrast],
.nectar-video-box[data-mouse-style=see_through_contrast]>.inner-wrap {
    background-color: #fff
}

@media only screen and (max-width:690px) {
    .nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
        width: 60px
    }

    .nectar-video-box .play_button_mouse_follow.nectar_video_lightbox svg {
        width: 10px
    }
}

.nectar-video-box[data-mouse-style=solid_color] .play_button_mouse_follow:before {
    border: none
}

@keyframes pulse-1 {
    0% {
        opacity: 1;
        transform: translate3d(-50%, -50%, 0) scale(1)
    }

    to {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0) scale(1.7)
    }
}

@keyframes pulse-2 {
    0% {
        opacity: .5;
        transform: translate3d(-50%, -50%, 0) scale(1)
    }

    to {
        opacity: 0;
        transform: translate3d(-50%, -50%, 0) scale(1.7)
    }
}

.nectar_video_lightbox.play_button {
    display: inline-block;
    height: 90px;
    margin: 0;
    position: relative;
    width: 90px
}

.centered-text .nectar_video_lightbox.play_button {
    margin: 0 30px
}

.nectar_video_lightbox.play_button_with_text .play {
    display: inline-block;
    height: 52px;
    position: relative;
    vertical-align: middle;
    width: 52px
}

.nectar_video_lightbox.play_button_with_text .play>.inner-wrap {
    display: block;
    height: 100%;
    width: 100%
}

.nectar_video_lightbox.play_button_with_text .play>.inner-wrap:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 200px;
    content: "";
    display: block;
    height: 100%;
    transition: all .45s cubic-bezier(.15, .2, .1, 1) 0s;
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1) 0s;
    width: 100%
}

.nectar_video_lightbox.play_button_with_text:not([data-style=small]) .play>.inner-wrap:before {
    background-color: #000
}

.nectar_video_lightbox.play_button_with_text:hover .play>.inner-wrap:before {
    transform: scale(1.15)
}

.nectar_video_lightbox.play_button_with_text .link-text>* {
    margin-bottom: 0
}

body .nectar_video_lightbox.play_button_with_text:not([data-style=small]) .play:before {
    height: 50px;
    left: 50%;
    top: 50%;
    width: 50px;
    z-index: -1
}

.nectar_video_lightbox.play_button_with_text:not([data-style=small]) .play:after,
.nectar_video_lightbox.play_button_with_text:not([data-style=small]) .play:before {
    animation: pulse-1 2.6s cubic-bezier(.25, .9, .2, 1) .4s infinite;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    content: "";
    display: block;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale(.35) translateY(-50%) translateX(-50%)
}

.nectar_video_lightbox.play_button_with_text .play:after {
    animation: pulse-1 2.6s cubic-bezier(.25, .9, .2, 1) 0s infinite;
    border-color: hsla(0, 0%, 100%, .4);
    height: 50px;
    width: 50px;
    z-index: -1
}

.span_12.dark .nectar_video_lightbox.play_button_with_text .play:after,
.span_12.dark .nectar_video_lightbox.play_button_with_text .play:before {
    animation: pulse-2 2.6s cubic-bezier(.25, .9, .2, 1) .4s infinite
}

.span_12.dark .nectar_video_lightbox.play_button_with_text .play:after {
    animation: pulse-2 2.6s cubic-bezier(.25, .9, .2, 1) 0s infinite
}

.nectar_video_lightbox.play_button_with_text svg {
    height: 14px;
    width: 14px;
    z-index: 100
}

.span_12.light .nectar_video_lightbox.play_button_with_text .link-text {
    color: #fff
}

.nectar_video_lightbox.play_button_with_text .link-text {
    color: #000;
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle
}

.play_button_with_text .link-text[data-font=nectar-btn-jumbo] {
    font-size: 18px
}

.play_button_with_text .link-text[data-font=nectar-btn-large] {
    font-size: 14px
}

.play_button_with_text .link-text[data-font=nectar-btn-medium] {
    font-size: 12px
}

.nectar_video_lightbox.play_button_with_text .play:before {
    border-radius: 200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.nectar_video_lightbox .play {
    display: block;
    height: 100%;
    transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s;
    -webkit-transition: all .4s cubic-bezier(.19, 1, .22, 1) 0s;
    width: 100%
}

.nectar_video_lightbox path,
.span_12.dark .nectar_video_lightbox.play_button_with_text path {
    fill: #fff
}

.span_12.dark .nectar_video_lightbox path {
    fill: #000
}

.span_12.dark .nectar_video_lightbox.play_button:before {
    border: 5px solid #000
}

.nectar_video_lightbox:hover:before {
    opacity: .4;
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.nectar_video_lightbox:not(.play_button_with_text):hover .play {
    transform: scale(1.3);
    -webkit-transform: scale(1.3)
}

.nectar_video_lightbox.play_button_with_text[data-style=bordered_top] .play:after,
.nectar_video_lightbox.play_button_with_text[data-style=bordered_top] .play:before {
    display: none
}

.nectar_video_lightbox.play_button_with_text[data-style=small] .button-bg,
.nectar_video_lightbox.play_button_with_text[data-style=small] span.play {
    height: 30px;
    width: 30px
}

.nectar_video_lightbox.play_button_with_text[data-style=bordered_top] .button-bg,
.nectar_video_lightbox.play_button_with_text[data-style=bordered_top] span.play {
    height: 70px;
    width: 70px
}

.nectar_video_lightbox.play_button_with_text[data-style=bordered_top][data-font-style=h1] .button-bg,
.nectar_video_lightbox.play_button_with_text[data-style=bordered_top][data-font-style=h1] span.play,
.nectar_video_lightbox.play_button_with_text[data-style=bordered_top][data-font-style=h2] .button-bg,
.nectar_video_lightbox.play_button_with_text[data-style=bordered_top][data-font-style=h2] span.play {
    height: 90px;
    width: 90px
}

.nectar_video_lightbox.play_button_with_text[data-style=bordered_top] {
    display: inline-block;
    text-align: center
}

.nectar_video_lightbox.play_button_with_text[data-style=bordered_top] .link-text {
    display: block;
    margin-left: 0;
    margin-top: 28px
}

.main-content .nectar_video_lightbox.play_button_with_text[data-style=bordered_top]:not([data-style=small]) .play>.inner-wrap:before {
    background-color: transparent !important
}

.play_button_with_text[data-style=small][data-font-style=h1] .button-bg,
.play_button_with_text[data-style=small][data-font-style=h1] span.play,
.play_button_with_text[data-style=small][data-font-style=h2] .button-bg,
.play_button_with_text[data-style=small][data-font-style=h2] span.play,
.play_button_with_text[data-style=small][data-font-style=h3] .button-bg,
.play_button_with_text[data-style=small][data-font-style=h3] span.play {
    height: 40px;
    width: 40px
}

.nectar_video_lightbox.play_button_with_text[data-style=bordered_top] .button-bg-wrap,
.nectar_video_lightbox.play_button_with_text[data-style=small] .button-bg-wrap {
    margin-top: -20px
}

.nectar_video_lightbox.play_button_with_text[data-style=bordered_top] svg,
.nectar_video_lightbox.play_button_with_text[data-style=small] svg {
    height: 10px;
    width: 10px
}

.nectar_video_lightbox.play_button_with_text {
    display: inline-block;
    padding: 20px 0
}

.nectar_video_lightbox.play_button_with_text>span {
    display: block
}

.nectar_video_lightbox.play_button_with_text[data-style=small] .link-text {
    margin-left: 15px
}

.play_button_with_text[data-style=small][data-font-style=h1] .link-text,
.play_button_with_text[data-style=small][data-font-style=h2] .link-text,
.play_button_with_text[data-style=small][data-font-style=h3] .link-text {
    margin-left: 20px
}

.nectar_video_lightbox.play_button_with_text[data-style=bordered_top] .play>.inner-wrap:before,
.nectar_video_lightbox.play_button_with_text[data-style=small] .play>.inner-wrap:before {
    border: 2px solid #000;
    box-sizing: border-box
}

.span_12.dark .nectar_video_lightbox.play_button_with_text[data-style=bordered_top] path,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-style=small] path {
    fill: #000
}

.light .nectar_video_lightbox.play_button_with_text[data-style=bordered_top] .play>.inner-wrap:before,
.light .nectar_video_lightbox.play_button_with_text[data-style=small] .play>.inner-wrap:before {
    border-color: #fff
}

.span_12.dark .nectar_video_lightbox.nectar-button[data-color*=transparent] {
    border: 2px solid #000;
    color: #000
}

.nectar_video_lightbox.nectar-button[data-color*=transparent] {
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 1;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.nectar_video_lightbox.nectar-button[data-color*=transparent]:hover {
    border-color: transparent;
    color: #fff
}

.nectar-video-box {
    line-height: 0;
    margin-bottom: 35px;
    position: relative
}

.nectar-video-box img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    margin-bottom: 0 !important;
    max-width: none !important;
    transform: translateZ(0) scale(1.05);
    -webkit-transform: translateZ(0) scale(1.05);
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
    width: 100% !important
}

.nectar-video-box[data-hover=zoom_button] img,
.nectar-video-box[data-hover=zoom_button]:hover img {
    transform: none;
    transition: none;
    -webkit-transition: none
}

.nectar-video-box .nectar_video_lightbox {
    border-radius: 200px;
    color: #fff;
    display: inline-block;
    height: 70px;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    transform: translateZ(0);
    width: 70px;
    z-index: 10
}

body .nectar-video-box[data-hover=zoom_button] .nectar_video_lightbox:after {
    background-color: #000;
    border-radius: 200px;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1);
    width: 100%;
    z-index: 1
}

.nectar-video-box:hover .nectar_video_lightbox:after {
    transform: scale(1.14)
}

.nectar-video-box[data-hover=zoom_button] .play {
    position: relative;
    z-index: 10
}

.nectar-video-box .inner-wrap>a.full-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}

.nectar-video-box:hover img {
    transform: scale(1.14);
    -webkit-transform: scale(1.14)
}

.nectar-video-box .nectar_video_lightbox path {
    fill: #fff !important
}

body .nectar-video-box[data-hover=zoom_button] .nectar_video_lightbox {
    background-color: transparent !important
}

.nectar-video-box .inner-wrap {
    overflow: hidden
}

.nectar-video-box[data-border-radius*=px]>.inner-wrap {
    transform: translateZ(0)
}

.nectar-video-box[data-border-radius="3px"] .inner-wrap {
    border-radius: 3px
}

.nectar-video-box[data-border-radius="5px"] .inner-wrap {
    border-radius: 5px
}

.nectar-video-box[data-border-radius="10px"] .inner-wrap {
    border-radius: 10px
}

.nectar-video-box[data-border-radius="15px"] .inner-wrap {
    border-radius: 15px
}

.nectar-video-box[data-border-radius="20px"] .inner-wrap {
    border-radius: 20px
}

.nectar-video-box[data-shadow*=depth]:before {
    content: "";
    display: block;
    height: 98%;
    left: 1%;
    position: absolute;
    top: 1%;
    width: 98%;
    z-index: -1
}

.nectar-video-box[data-play-button-size=larger] .nectar_video_lightbox {
    height: 110px;
    margin-left: -55px;
    margin-top: -55px;
    width: 110px
}

.nectar_video_player_self_hosted .wpb_wrapper video {
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 100%
}

.nectar-scrolling-text,
.nectar_video_player_self_hosted[data-border-radius*=px] .wpb_video_wrapper {
    overflow: hidden
}

.nectar-scrolling-text .nectar-scrolling-text-inner {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
    width: 100%
}

.nectar-scrolling-text[data-overflow=visible],
.nectar-scrolling-text[data-overflow=visible] .nectar-scrolling-text-inner {
    overflow: visible
}

.nectar-scrolling-text .nectar-scrolling-text-inner>* {
    animation: nectar-scrolling-text-animation 15s linear infinite;
    color: inherit;
    margin-bottom: 0;
    transform: translateX(-20%) translateZ(0)
}

.nectar-scrolling-text[data-s-dir=rtl] .nectar-scrolling-text-inner>* {
    animation-direction: reverse;
    will-change: transform
}

.nectar-scrolling-text[data-s-speed=slow] .nectar-scrolling-text-inner>* {
    animation-duration: 8s
}

.nectar-scrolling-text[data-s-speed=medium] .nectar-scrolling-text-inner>* {
    animation-duration: 6s
}

.nectar-scrolling-text[data-s-speed=fast] .nectar-scrolling-text-inner>* {
    animation-duration: 4s
}

.nectar-scrolling-text[data-style=text_outline] em,
.nectar-scrolling-text[data-style=text_outline] i {
    font-family: inherit;
    font-style: normal
}

.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>b,
.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>h1,
.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>h2,
.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>h3,
.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>h4,
.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>h5,
.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>p,
.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>strong {
    padding-left: .5em
}

.row .nectar-scrolling-text .nectar-scrolling-text-inner>* {
    margin-bottom: 0
}

.nectar-scrolling-text .nectar-scrolling-text-inner span.custom {
    display: inline-block;
    font-weight: 400;
    padding: 0 .4em;
    vertical-align: middle
}

.nectar-scrolling-text .nectar-scrolling-text-inner span.custom[data-scale=three-fourths] {
    padding: 0 .35em;
    transform: scale(.75)
}

.nectar-scrolling-text .nectar-scrolling-text-inner span.custom[data-scale=half] {
    padding: 0 .3em;
    transform: scale(.5)
}

@keyframes nectar-scrolling-text-animation {
    to {
        transform: translateX(-120%) translateZ(0)
    }
}

body .full-width-section .nectar-scrolling-text[data-using-bg=true] .background-layer.row-bg-wrap,
body .nectar-scrolling-text[data-using-bg=true] .background-layer {
    left: 0;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100
}

.nectar-scrolling-text[data-using-bg=true] .background-image {
    background-position: 50%;
    background-size: cover
}

.nectar-scrolling-text[data-sep-text=true] {
    position: relative
}

.nectar-scrolling-text[data-sep-text=true],
.nectar-scrolling-text[data-sep-text=true]>.nectar-scrolling-text-inner {
    overflow: visible
}

.nectar-scrolling-text[data-using-bg=true][data-sep-text=true] .nectar-scrolling-text-inner {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.wpb_row .nectar-scrolling-text .row-bg {
    left: 0;
    position: relative;
    top: 0
}

.nectar-scrolling-text .background-layer:not([data-bg-animation=none]) .nectar-scrolling-text-inner {
    opacity: 0;
    transition: opacity .6s ease
}

.nectar-scrolling-text .background-layer:not([data-bg-animation=none]).animated-in .nectar-scrolling-text-inner {
    opacity: 1
}

.nectar-view-indicator {
    height: 94px;
    left: -47px;
    top: -47px;
    width: 94px
}

.nectar-drag-indicator,
.nectar-view-indicator {
    mix-blend-mode: difference;
    pointer-events: none;
    position: fixed;
    will-change: transform;
    z-index: 400
}

.nectar-drag-indicator {
    height: 52px;
    left: -26px;
    top: -26px;
    width: 52px
}

.nectar-drag-indicator:before {
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    left: -2px;
    opacity: 0;
    position: absolute;
    top: -2px;
    transform: scale(.2);
    width: 100%
}

.nectar-drag-indicator span {
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.nectar-drag-indicator i {
    color: #fff;
    font-size: 16px;
    opacity: 0;
    position: absolute;
    top: 0
}

.nectar-drag-indicator i.fa-angle-left {
    left: -22px;
    top: -9px;
    transform: translateX(17px)
}

.nectar-drag-indicator i.fa-angle-right {
    right: -22px;
    top: -9px;
    transform: translateX(-17px)
}

.nectar-drag-indicator:before,
.nectar-view-indicator .color-circle {
    transition: transform .45s ease, opacity .3s ease
}

.nectar-drag-indicator i,
.nectar-view-indicator span {
    transition: transform .2s ease, opacity .2s ease
}

.nectar-drag-indicator.visible i {
    transition: transform .45s ease, opacity .3s ease
}

.nectar-drag-indicator.visible i.fa-angle-left,
.nectar-drag-indicator.visible i.fa-angle-right,
.nectar-drag-indicator.visible:before,
.nectar-view-indicator.visible .color-circle,
.nectar-view-indicator.visible span {
    opacity: 1;
    transform: scale(1)
}

.nectar-drag-indicator.visible.pointer-down:before {
    transform: scale(.8);
    transition: transform .25s ease-out, opacity .3s ease
}

.nectar-view-indicator:not(.style-see-through) {
    mix-blend-mode: normal
}

.nectar-view-indicator .color-circle {
    background-color: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: 100%;
    left: -2px;
    opacity: 0;
    position: absolute;
    top: -2px;
    transform: scale(.2);
    width: 100%
}

body .nectar-view-indicator span {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 94px;
    opacity: 0;
    text-align: center;
    width: 100%
}

.nectar-view-indicator.style-see-through .color-circle {
    background-color: transparent;
    border: 2px solid #fff
}

.nectar-drag-indicator.in-boxed,
.nectar-view-indicator.in-boxed {
    z-index: 10000
}

.widget .nectar_widget[class*=nectar_blog_posts_][data-style=hover-featured-image-gradient-and-counter]>li:before,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=minimal-counter]>li:before,
body.search-results #search-results[data-layout=list-no-sidebar] article:before {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    content: counter(step-counter);
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 34px;
    left: 0;
    line-height: 34px;
    margin-right: 20px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: color .4s cubic-bezier(.25, 1, .2, 1), border-color .4s cubic-bezier(.25, 1, .2, 1);
    width: 34px;
    z-index: 10
}

body.search-results #search-results[data-layout=list-no-sidebar] article:before {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 50px
}

body.search-results #search-results[data-layout=list-no-sidebar] article {
    counter-increment: step-counter
}

#footer-outer .widget.widget_media_image img {
    margin-bottom: 0
}

.blog-recent[data-style=list_featured_first_row] .small {
    display: inline-block;
    position: relative;
    top: 0;
    transform: none;
    vertical-align: middle
}

.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:after,
.widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li:not(.has-img):after {
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    color: #fff;
    content: "";
    font: normal normal normal 18px/60px FontAwesome;
    text-align: center;
    text-rendering: auto
}

.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:after {
    font-size: 50px
}

.post-area.featured_img_left .post-featured-img-wrap,
.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap {
    background-color: rgba(0, 0, 0, .25)
}

.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:after {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

@media only screen and (min-width:1600px) {
    .full-width-content .vc_col-sm-12 .wpb_gallery .parallax-grid-item {
        width: 33%
    }

    .full-width-content .vc_col-sm-12 .wpb_gallery .wpb_gallery_slidesparallax_image_grid>div:nth-child(3) {
        margin-top: 0
    }
}

.wpb_gallery .parallax-grid-item img {
    height: auto;
    max-width: none;
    width: 100%
}

.wpb_gallery .parallax-grid-item img:not([srcset]) {
    max-width: 100%
}

.wpb_gallery .parallax-grid-item .parallaxImg-layers a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.wpb_gallery .parallax-grid-item .item-meta p {
    opacity: .65
}

.wpb_gallery .parallax-grid-item .item-meta h4 {
    margin-bottom: 3px
}

.wpb_gallery .parallax-grid-item .item-meta {
    padding: 5% 0 0
}

.wpb_gallery_slidesparallax_image_grid>div:nth-child(2n+2) {
    padding-left: 3.3%
}

.wpb_gallery_slidesparallax_image_grid>div:nth-child(odd) {
    padding-right: 3.3%
}

.wpb_gallery .parallax-grid-item {
    display: inline-block;
    margin-top: 6.2%;
    transform: translateZ(0);
    vertical-align: top;
    width: 50%
}

.wpb_gallery_slidesparallax_image_grid>div:first-child,
.wpb_gallery_slidesparallax_image_grid>div:nth-child(2) {
    margin-top: 0
}

body.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    transition: transform .2s cubic-bezier(0, 0, .65, 1);
    -webkit-transition: transform .2s cubic-bezier(0, 0, .65, 1)
}

html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg.transition .parallaxImg-container {
    transition: transform .8s cubic-bezier(0, 0, .55, 1);
    -webkit-transition: transform .8s cubic-bezier(0, 0, .55, 1)
}

html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .5s cubic-bezier(0, 0, .55, 1);
    -webkit-transition: transform .5s cubic-bezier(0, 0, .55, 1)
}

html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg-container:not(.over),
html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg-container:not(.over) .parallaxImg-rendered-layer,
html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg:not(.over) {
    transition: transform 1.1s cubic-bezier(0, 0, .2, 1);
    -webkit-transition: transform 1.1s cubic-bezier(0, 0, .2, 1)
}

.row .col.section-title {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin: 0;
    padding: 0 0 36px
}

.row .col.section-title.blog-title,
.row .col.section-title.project-title {
    margin-bottom: 14px
}

.home .row .col.section-title {
    padding: 0 0 3em
}

.row .col.section-title h1,
.row .col.section-title h2 {
    font-family: Open Sans;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 0;
    position: relative
}

.row .col.section-title h2 {
    margin-bottom: 5px
}

.page-template-template-portfolio-php .row .col.section-title h1 {
    margin-bottom: 0
}

.row .col.section-title h1 {
    top: 3px
}

.row .col.section-title span {
    color: rgba(0, 0, 0, .45);
    font-family: Open Sans;
    font-size: 20px;
    line-height: 20px;
    padding-left: 10px;
    position: relative;
    text-transform: none;
    top: 0
}

#ajax-content-wrap .row .col.section-title .nectar-love span {
    line-height: 20px
}

.archive.author .row .col.section-title span,
.archive.category .row .col.section-title span,
.archive.date .row .col.section-title span,
.archive.tag .row .col.section-title span {
    padding-left: 0
}

.archive.author #page-header-wrap,
.archive.category #page-header-wrap,
.archive.date #page-header-wrap,
.archive.tag #page-header-wrap {
    height: 400px
}

.archive.author #page-header-wrap #page-header-bg,
.archive.category #page-header-wrap #page-header-bg,
.archive.date #page-header-wrap #page-header-bg,
.archive.tag #page-header-wrap #page-header-bg {
    height: 100%
}

.row .col.section-title h1 {
    margin-bottom: 0
}

.row .col.section-title p {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 0
}

.archive.category .row .col.section-title p {
    margin-top: 10px
}

#page-header-wrap[data-animate-in-effect=slide-down],
#page-header-wrap[data-animate-in-effect=slide-down] #page-header-bg {
    transition: height .85s cubic-bezier(.725, 0, 0, .995);
    -webkit-transition: height .85s cubic-bezier(.725, 0, 0, .995)
}

body[data-ajax-transitions=true] #page-header-wrap[data-animate-in-effect=slide-down] {
    transition: height .85s cubic-bezier(.725, 0, 0, .995) .2s;
    -webkit-transition: height .85s cubic-bezier(.725, 0, 0, .995) .2s
}

@media only screen and (min-width:1000px) {

    #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .nectar-video-wrap,
    #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image-wrap,
    .nectar-recent-posts-slider[data-animate-in-effect=zoom-out] .nectar-recent-posts-slider-inner:not(.loaded) .nectar-recent-post-bg,
    .top-level .nectar-slider-wrap[data-animate-in-effect=zoom-out]:not([data-bg-animation=ken_burns]) .slide-bg-wrap,
    body[data-aie=zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
        transform: scale(1.11) translateZ(0);
        transition: .95s cubic-bezier(.3, .58, .42, .9) 0s
    }
}

body[data-apte*=horizontal_swipe] #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .nectar-video-wrap,
body[data-apte*=horizontal_swipe] #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image-wrap,
body[data-apte*=horizontal_swipe][data-aie=zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
    transition: 1.25s cubic-bezier(.3, .58, .42, .9) 0s
}

body[data-ajax-transitions=true] #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .nectar-video-wrap {
    transition: transform .95s cubic-bezier(.3, .58, .42, .9) 0s
}

#page-header-wrap #page-header-bg[data-animate-in-effect=long-zoom-out].loaded .nectar-video-wrap,
#page-header-wrap #page-header-bg[data-animate-in-effect=long-zoom-out].loaded .page-header-bg-image-wrap,
#page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out].loaded .nectar-video-wrap,
#page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out].loaded .page-header-bg-image-wrap,
.first-nectar-slider.nectar-slider-wrap[data-animate-in-effect=long-zoom-out].loaded .image-bg,
.first-nectar-slider.nectar-slider-wrap[data-animate-in-effect=long-zoom-out].loaded .video-wrap,
.js_active body[data-aie=long-zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg,
.js_active body[data-aie=zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg,
.nectar-recent-posts-slider[data-animate-in-effect=long-zoom-out].loaded .nectar-recent-post-bg,
.nectar-recent-posts-slider[data-animate-in-effect=zoom-out].loaded .nectar-recent-post-bg,
.parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect=long-zoom-out].loaded .slide-bg-wrap,
.top-level .nectar-slider-wrap[data-animate-in-effect=zoom-out]:not([data-bg-animation=ken_burns]).loaded .slide-bg-wrap {
    transform: scale(1) translateZ(0)
}

@media only screen and (min-width:1000px) {

    body[data-aie=zoom-out] .first-section .project-slide .bg-inner-wrap,
    body[data-aie=zoom-out] .first-section .row-bg-wrap .inner-wrap,
    body[data-aie=zoom-out] .top-level .row-bg-wrap .inner-wrap {
        transform: scale(1.11) translateZ(0)
    }
}

body[data-aie=zoom-out] .first-section.loaded .project-slide .bg-inner-wrap,
body[data-aie=zoom-out] .first-section.loaded .row-bg-wrap .inner-wrap,
body[data-aie=zoom-out] .top-level.loaded .row-bg-wrap .inner-wrap {
    transform: scale(1) translateZ(0);
    transition: transform .95s cubic-bezier(.3, .58, .42, .9) 0s
}

body[data-aie=zoom-out] #nectar_fullscreen_rows[data-row-bg-animation=ken_burns] .first-section .row-bg-wrap .inner-wrap {
    transform: none
}

body[data-aie=long-zoom-out] .first-section .row-bg-wrap,
body[data-aie=zoom-out] .first-section .row-bg-wrap,
body[data-aie=zoom-out] .top-level .row-bg-wrap {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

#page-header-wrap #page-header-bg[data-animate-in-effect=long-zoom-out] .nectar-video-wrap,
#page-header-wrap #page-header-bg[data-animate-in-effect=long-zoom-out] .page-header-bg-image-wrap,
.first-nectar-slider.nectar-slider-wrap[data-animate-in-effect=long-zoom-out] .image-bg,
.first-nectar-slider.nectar-slider-wrap[data-animate-in-effect=long-zoom-out] .video-wrap,
.first-section .nectar-slider-wrap[data-animate-in-effect=long-zoom-out] .image-bg,
.first-section .nectar-slider-wrap[data-animate-in-effect=long-zoom-out] .video-wrap,
.nectar-recent-posts-slider[data-animate-in-effect=long-zoom-out] .nectar-recent-posts-slider-inner:not(.loaded) .nectar-recent-post-bg,
body[data-aie=long-zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
    transform: scale(1.14) translateZ(0);
    transition: 3.5s cubic-bezier(.4, .58, .5, 1) 0s
}

body[data-aie=long-zoom-out] .first-section .nectar-video-wrap video,
body[data-aie=long-zoom-out] .first-section .row-bg-wrap .inner-wrap,
body[data-aie=long-zoom-out] .top-level .row-bg-wrap .inner-wrap {
    transform: scale(1.14) translateZ(0)
}

.js_active body[data-aie=long-zoom-out] .nectar-recent-posts-single_featured .nectar-recent-post-bg,
body[data-aie=long-zoom-out] .first-section.loaded .nectar-video-wrap video,
body[data-aie=long-zoom-out] .first-section.loaded .row-bg-wrap .inner-wrap,
body[data-aie=long-zoom-out] .top-level.loaded .row-bg-wrap .inner-wrap {
    transform: scale(1) translateZ(0);
    transition: transform 3.5s cubic-bezier(.4, .58, .5, 1) 0s
}

#page-header-bg[data-animate-in-effect=fade-in] .scroll-down-wrap {
    opacity: 0;
    transition: opacity 1s ease .6s;
    -webkit-transition: opacity 1s ease .6s
}

#page-header-bg[data-animate-in-effect=fade-in].loaded .scroll-down-wrap {
    opacity: 1;
    transition: opacity 1s ease .4s;
    -webkit-transition: opacity 1s ease .4s
}

#page-header-bg[data-animate-in-effect=fade-in] .page-header-bg-image-wrap,
#page-header-wrap #page-header-bg[data-animate-in-effect=fade-in] .nectar-video-wrap {
    animation: pageHeaderFadeIn 1.5s ease forwards;
    animation-delay: .5s;
    opacity: 0
}

#page-header-bg[data-animate-in-effect=fade-in] .container {
    animation: pageHeaderFadeInText 1.5s ease forwards;
    animation-delay: .1s;
    opacity: 0
}

@keyframes pageHeaderFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes pageHeaderFadeInText {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

body[data-bg-header=true] .container-wrap,
html.fp-enabled .container-wrap {
    margin-top: 0 !important;
    padding-top: 0 !important
}

#page-header-wrap {
    -webkit-font-smoothing: antialiased;
    background-color: #f8f8f8;
    height: 60px;
    overflow: hidden;
    position: relative
}

body.material #page-header-wrap,
body[data-header-resize="0"] #page-header-wrap {
    margin-top: 0
}

#page-header-bg {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    display: block !important;
    height: 60px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2
}

.page-header-bg-image {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9
}

.page-header-overlay-color {
    background-color: #333;
    height: 1px;
    margin-left: -9999px;
    pointer-events: none;
    position: static;
    width: 1px
}

.page-header-overlay-color:after {
    background-color: inherit;
    content: " ";
    height: 100%;
    left: 0;
    opacity: .65;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.page-header-overlay-color[data-overlay-opacity="0.9"]:after {
    opacity: .9
}

.page-header-overlay-color[data-overlay-opacity="0.8"]:after {
    opacity: .8
}

.page-header-overlay-color[data-overlay-opacity="0.7"]:after {
    opacity: .7
}

.page-header-overlay-color[data-overlay-opacity="0.6"]:after {
    opacity: .6
}

.page-header-overlay-color[data-overlay-opacity="0.5"]:after {
    opacity: .5
}

.page-header-overlay-color[data-overlay-opacity="0.4"]:after {
    opacity: .4
}

.page-header-overlay-color[data-overlay-opacity="0.3"]:after {
    opacity: .3
}

.page-header-overlay-color[data-overlay-opacity="0.2"]:after {
    opacity: .2
}

.page-header-overlay-color[data-overlay-opacity="0.1"]:after {
    opacity: .1
}

#page-header-bg[data-bg-pos=bottom] .page-header-bg-image {
    background-position: bottom
}

#page-header-bg[data-bg-pos=top] .page-header-bg-image {
    background-position: top
}

#page-header-bg[data-bg-pos=center] .page-header-bg-image {
    background-position: 50%
}

body[data-header-resize="0"] #page-header-bg {
    margin-top: 0
}

.page-header-no-bg {
    background-color: #f8f8f8;
    padding-bottom: 0;
    padding-top: 35px;
    z-index: 1000
}

#page-header-bg[data-parallax="1"] {
    margin: 0;
    overflow: hidden;
    position: fixed;
    z-index: 2
}

body[data-footer-reveal="1"] #page-header-bg[data-parallax="1"] {
    opacity: 1
}

#page-header-bg[data-parallax="1"] .span_6 {
    z-index: 0
}

body[data-apte=center_mask_reveal][data-ajax-transitions=true] #page-header-bg[data-parallax="1"]:not(.out-of-sight) {
    opacity: 1
}

#page-header-bg[data-parallax="1"].out-of-sight {
    pointer-events: none
}

#page-header-bg[data-parallax="1"].out-of-sight .nectar-video-wrap {
    display: none
}

#page-header-bg[data-alignment=center],
.page-header-no-bg[data-alignment=center] {
    text-align: center
}

#page-header-bg[data-alignment=right],
.page-header-no-bg[data-alignment=right] {
    text-align: right
}

#page-header-bg[data-alignment-v=bottom] .container,
#page-header-bg[data-alignment-v=bottom] .row,
#page-header-bg[data-alignment-v=middle] .container,
#page-header-bg[data-alignment-v=middle] .row,
#page-header-bg[data-alignment-v=top] .container,
#page-header-bg[data-alignment-v=top] .row {
    height: 100%
}

#page-header-bg[data-alignment-v=bottom] .nectar-particles .inner-wrap,
#page-header-bg[data-alignment-v=bottom] .span_6,
#page-header-bg[data-parallax="1"][data-alignment-v=bottom] .span_6 {
    bottom: 26%;
    left: 0;
    margin-bottom: 0 !important;
    position: absolute !important;
    top: auto !important
}

#page-header-bg[data-alignment-v=middle].fullscreen-header .nectar-particles .span_6,
#page-header-bg[data-alignment-v=top].fullscreen-header .nectar-particles .span_6 {
    top: auto !important;
    transform: none !important;
    -webkit-transform: none !important
}

#page-header-bg[data-alignment-v=top] .nectar-particles .inner-wrap,
#page-header-bg[data-alignment-v=top] .span_6 {
    left: 0;
    position: absolute
}

#page-header-bg[data-alignment-v=top] .nectar-particles .inner-wrap,
#page-header-bg[data-alignment-v=top] .span_6,
#page-header-bg[data-alignment-v=top].fullscreen-header .span_6 {
    top: 25% !important
}

#page-header-bg[data-alignment-v=bottom] .span_6>.inner-wrap {
    transform: translateY(50%) !important;
    -webkit-transform: translateY(50%) !important
}

#page-header-bg .span_6 {
    width: 100%
}

.archive .page-header-bg-image:after,
.nectar-recent-post-slide .nectar-recent-post-bg:after,
.single [data-post-hs=default_minimal] .page-header-bg-image:after {
    background-color: rgba(45, 45, 45, .35);
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

body[data-bg-header=true].archive .container-wrap,
body[data-bg-header=true].blog .container-wrap,
body[data-bg-header=true].category .container-wrap {
    padding-top: 4.1em !important
}

body[data-bg-header=true].archive .container-wrap.meta_overlaid_blog,
body[data-bg-header=true].category .container-wrap.meta_overlaid_blog {
    padding-top: 0 !important
}

#page-header-bg .row {
    position: relative;
    z-index: 100
}

body #page-header-bg .row,
html:not(.js) #page-header-bg .row {
    visibility: visible
}

html:not(.js) #page-header-bg .span_6 {
    margin-top: 120px
}

#page-header-bg h1,
.nectar-box-roll .overlaid-content h1 {
    color: #fff;
    display: block;
    font-family: Open Sans;
    font-size: 44px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 8px;
    z-index: 101
}

.single.single-post .heading-title[data-header-style=default] h1 {
    margin-bottom: 8px
}

#page-header-bg #portfolio-nav a i,
#page-header-bg .facebook-share i,
#page-header-bg .google-plus-share i,
#page-header-bg .icon-salient-heart,
#page-header-bg .icon-salient-heart-2,
#page-header-bg .linkedin-share i,
#page-header-bg .pinterest-share i,
#page-header-bg .twitter-share i,
#page-header-bg span {
    color: #fff
}

.single #page-header-bg #single-below-header>span,
.single #page-header-bg #single-meta>div>a {
    border-color: hsla(0, 0%, 100%, .25)
}

#project-meta ul .n-shortcode a,
#project-meta ul .project-date,
#project-meta ul li>a,
.single #single-meta ul .n-shortcode a,
.single #single-meta>div>a {
    border-radius: 100px;
    display: block;
    height: auto;
    line-height: 20px;
    padding: 6px 20px !important;
    transition: border-color .45s cubic-bezier(.25, 1, .33, 1)
}

#project-meta ul .n-shortcode span,
#project-meta ul li span,
.single #single-meta ul .n-shortcode span,
.single #single-meta ul li span {
    font-family: inherit !important;
    line-height: 20px !important;
    transition: color .2s linear
}

#project-meta ul .n-shortcode a,
#project-meta ul li>a,
#sidebar #project-meta ul .project-date,
.ascend #sidebar #project-meta ul .project-date,
.blog-title #single-meta .nectar-social.hover .share-btn,
.blog-title #single-meta .nectar-social.hover>div a,
.single .blog-title #single-meta div .n-shortcode a,
.single .blog-title #single-meta>div>a,
.single-product #single-meta>div>a {
    border: 2px solid rgba(0, 0, 0, .1)
}

.ascend #sidebar #project-meta ul .project-date {
    border: 2px solid rgba(0, 0, 0, .1) !important
}

#page-header-bg .blog-title #single-meta .nectar-social.hover .share-btn,
#page-header-bg .blog-title #single-meta .nectar-social.hover>div a,
.single #page-header-bg .blog-title #single-meta>div .n-shortcode a,
.single #page-header-bg .blog-title #single-meta>div>a {
    border: 2px solid hsla(0, 0%, 100%, .4)
}

#page-header-bg .blog-title #single-meta .nectar-social.hover .share-btn:hover,
#page-header-bg .blog-title #single-meta .nectar-social.hover>div a:hover,
.single #page-header-bg .blog-title #single-meta div .n-shortcode:hover a,
.single #page-header-bg .blog-title #single-meta>div>a:hover {
    border: 2px solid #fff
}

body.single #single-meta ul li:first-child {
    border: none !important
}

#project-meta .meta-comment-count a,
#project-meta ul .meta-share-count .nectar-social a,
#project-meta ul .n-shortcode span,
#project-meta ul .project-date,
#project-meta ul li i,
#project-meta ul li span,
.single #single-meta .meta-comment-count a,
.single #single-meta ul .meta-share-count .nectar-social a,
.single .blog-title #single-meta div i {
    color: #999 !important
}

.single #page-header-bg #single-meta ul li {
    border: none;
    margin: 0
}

#project-meta ul li,
.single #page-header-bg #single-meta ul li,
.single .blog-title #single-meta ul li,
body.single #ajax-content-wrap #single-meta ul li:first-child,
body.single-portfolio #ajax-content-wrap #sidebar #project-meta ul li:first-child {
    margin: 5px
}

#project-meta ul .meta-share-count,
.single #single-meta ul .meta-share-count {
    position: relative;
    z-index: 100
}

.single #project-meta ul .meta-share-count span,
.single #single-meta ul .meta-share-count span {
    color: #888;
    font-size: inherit;
    padding-left: 0
}

#project-meta ul li i,
.single #single-meta ul li i {
    font-size: 16px !important;
    height: 20px;
    line-height: 22px !important;
    margin-right: 7px;
    width: 16px
}

#project-meta ul li i.icon-salient-heart-2,
.single #single-meta ul li i.icon-salient-heart-2 {
    line-height: 20px !important
}

.single-post #single-meta {
    float: none;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    z-index: 102
}

#page-header-bg .subheader,
.nectar-box-roll .overlaid-content .subheader {
    color: #fff !important;
    font-family: Open Sans;
    font-size: 28px;
    font-weight: 300;
    line-height: 28px
}

#page-header-bg[data-text-alignment=center],
.nectar-box-roll .overlaid-content[data-text-alignment=center],
.page-header-no-bg[data-text-alignment=center] {
    text-align: center
}

#page-header-bg[data-text-alignment=right],
.nectar-box-roll .overlaid-content[data-text-alignment=right],
.page-header-no-bg[data-text-alignment=right] {
    text-align: right
}

#page-header-bg[data-text-alignment=center] .span_6,
.nectar-box-roll .overlaid-content[data-text-alignment=center] .span_6,
.page-header-no-bg[data-text-alignment=center] .span_6 {
    left: 0;
    width: 100% !important
}

#page-header-bg[data-text-alignment=center] h1,
.nectar-box-roll .overlaid-content[data-text-alignment=center] h1 {
    margin-bottom: 12px
}

#page-header-bg[data-text-alignment=center] h1,
.nectar-box-roll .overlaid-content[data-text-alignment=center] .subheader,
.page-header-bg[data-text-alignment=center] .subheader {
    display: block;
    margin: 0 auto;
    max-width: 900px
}

#page-header-bg .canvas-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color .7s ease;
    -webkit-transition: background-color .7s ease;
    width: 100%;
    z-index: 10
}

#page-header-bg .nectar-particles .span_6,
.nectar-box-roll .overlaid-content .span_6 {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    bottom: auto;
    height: 100%;
    top: auto;
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
    width: 100%
}

#page-header-bg .nectar-particles {
    height: 100%;
    width: 100%
}

#page-header-bg .nectar-particles .inner-wrap {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (min-width:1000px) {
    #page-header-bg[data-alignment-v=middle][data-alignment=center][data-parallax="1"] .nectar-particles .inner-wrap {
        align-items: center;
        -webkit-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        padding-top: 0;
        top: 0;
        transform: none
    }
}

#page-header-bg .nectar-particles .span_6 .inner-wrap,
.nectar-box-roll .overlaid-content .span_6 .inner-wrap {
    left: 0;
    position: absolute;
    width: 100%
}

#page-header-wrap .nectar-particles .fade-out {
    background-color: #000;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000
}

#page-header-bg[data-alignment-v=top] .span_6 .inner-wrap {
    left: 0;
    position: absolute;
    width: 100%
}

.pagination-navigation {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    font-size: 0;
    line-height: 1px;
    opacity: .5;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) translateZ(0);
    -webkit-transform: translateY(-50%) translateZ(0);
    width: 33px;
    z-index: 1000
}

@media only screen and (max-width:690px) {

    #ajax-content-wrap .pagination-navigation,
    .overlaid-content svg,
    .pagination-navigation {
        display: none
    }
}

.pagination-current,
.pagination-dot {
    background: #fff;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 10px;
    line-height: 17px;
    margin: 12px 7px;
    opacity: 0;
    outline: none;
    padding: 0;
    position: relative;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: transform .3s cubic-bezier(.21, .6, .35, 1);
    width: 10px
}

.nectar-particles .pagination-current,
.overlaid-content .pagination-current {
    display: none;
    left: 1px;
    position: absolute;
    top: 0;
    z-index: 100
}

.pagination-dot.active {
    transform: scale(1.7) !important
}

body .pagination-navigation {
    filter: none
}

#page-header-bg[data-text-effect=rotate_in] .wraped,
.overlaid-content[data-text-effect=rotate_in] .wraped {
    display: inline-block
}

#page-header-bg[data-text-effect=rotate_in] .inner-wrap>:not(.top-heading),
#page-header-bg[data-text-effect=rotate_in] .wraped span,
.overlaid-content[data-text-effect=rotate_in] .inner-wrap>:not(.top-heading),
.overlaid-content[data-text-effect=rotate_in] .wraped span {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d
}

#page-header-bg .nectar-particles .inner-wrap>:not(.top-heading),
.overlaid-content .inner-wrap>:not(.top-heading) {
    opacity: 0;
    transform: translateY(35px);
    -webkit-transform: translateY(35px)
}

#page-header-bg[data-text-effect=rotate_in] .inner-wrap.shape-1>:not(.top-heading),
#page-header-bg[data-text-effect=rotate_in] .wraped span,
#page-header-bg[data-text-effect=rotate_in]>div:not(.nectar-particles) .span_6 .inner-wrap>:not(.top-heading),
.overlaid-content[data-text-effect=rotate_in] .inner-wrap.shape-1>:not(.top-heading),
.overlaid-content[data-text-effect=rotate_in] .inner-wrap>:not(.top-heading),
.overlaid-content[data-text-effect=rotate_in] .wraped span {
    transform: rotateX(90deg) translateY(35px);
    -webkit-transform: rotateX(90deg) translateY(35px)
}

#page-header-bg[data-text-effect=rotate_in] .wraped,
#page-header-bg[data-text-effect=rotate_in] .wraped span,
.overlaid-content[data-text-effect=rotate_in] .wraped,
.overlaid-content[data-text-effect=rotate_in] .wraped span {
    display: inline-block
}

#page-header-bg[data-text-effect=rotate_in] .wraped span,
.overlaid-content[data-text-effect=rotate_in] .wraped span {
    transform-origin: initial;
    -webkit-transform-origin: initial
}

.scroll-down-wrap.hidden {
    opacity: 0;
    transform: translateY(55px);
    -webkit-transform: translateY(55px)
}

.scroll-down-wrap {
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease
}

#page-header-bg.fullscreen-header,
#page-header-wrap.fullscreen-header {
    position: relative;
    transition: none;
    -webkit-transition: none;
    width: 100%;
    z-index: 2
}

#page-header-bg[data-parallax="1"].fullscreen-header {
    position: fixed
}

#page-header-wrap.fullscreen-header {
    background-color: #2b2b2b
}

#page-header-bg.fullscreen-header .span_6 {
    opacity: 1
}

#page-header-bg.fullscreen-header[data-alignment-v=middle] .span_6 {
    top: 50% !important
}

.hidden-social-img {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
    z-index: -100
}

.default-blog-title.fullscreen-header {
    position: relative
}

#page-header-bg[data-post-hs=default_minimal] .inner-wrap {
    text-align: center
}

#page-header-bg[data-post-hs=default_minimal] .inner-wrap>a,
body.material #page-header-bg.fullscreen-header .inner-wrap>a {
    border: 2px solid hsla(0, 0%, 100%, .4);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 5px 6px 0 5px;
    padding: 4px 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

body.material #page-header-bg.fullscreen-header .inner-wrap>a {
    border: none;
    margin-bottom: 15px;
    padding: 6px 10px
}

body[data-button-style^=rounded] #page-header-bg[data-post-hs=default_minimal] .inner-wrap>a,
body[data-button-style^=rounded].material #page-header-bg.fullscreen-header .inner-wrap>a {
    border-radius: 100px
}

body.single .heading-title[data-header-style=default_minimal] #single-below-header span,
body.single [data-post-hs=default_minimal] #single-below-header span {
    line-height: 14px
}

#page-header-bg[data-post-hs=default_minimal] #single-below-header {
    position: relative;
    text-align: center;
    z-index: 100
}

#page-header-bg[data-post-hs=default_minimal] #single-below-header span {
    display: inline-block;
    float: none
}

#page-header-bg[data-post-hs=default_minimal] .inner-wrap>a:focus,
#page-header-bg[data-post-hs=default_minimal] .inner-wrap>a:hover {
    border-color: transparent
}

#page-header-bg.fullscreen-header .avatar,
#page-header-bg[data-post-hs=default_minimal] .avatar {
    border-radius: 100%
}

#page-header-bg.fullscreen-header .meta-author span,
#page-header-bg[data-post-hs=default_minimal] .meta-author span {
    display: block
}

#page-header-bg.fullscreen-header .meta-author img {
    height: 50px;
    margin-bottom: 0;
    width: auto
}

#page-header-bg[data-post-hs=default_minimal] .meta-author img {
    height: 40px;
    margin-bottom: 0;
    width: auto
}

#page-header-bg[data-post-hs=default_minimal] .author-section {
    bottom: 30px;
    position: absolute
}

#page-header-bg.fullscreen-header .meta-author,
#page-header-bg[data-post-hs=default_minimal] .meta-author {
    font-size: 18px
}

#page-header-bg.fullscreen-header .author-section .meta-date,
#page-header-bg[data-post-hs=default_minimal] .author-section .meta-date {
    color: hsla(0, 0%, 100%, .8);
    font-size: 12px
}

#page-header-bg.fullscreen-header .author-section .meta-date i {
    font-size: 12px
}

#page-header-bg[data-post-hs=default_minimal] .author-section .meta-date i {
    font-size: 11px;
    line-height: 14px
}

#page-header-bg[data-post-hs=default_minimal] .author-section .avatar-post-info {
    position: relative;
    top: -5px
}

#page-header-bg.fullscreen-header .author-section a,
#page-header-bg[data-post-hs=default_minimal] .author-section a {
    display: block;
    margin-bottom: -2px
}

#page-header-bg[data-post-hs=default_minimal] .author-section a {
    font-size: 14px;
    line-height: 14px
}

#page-header-bg.fullscreen-header .author-section a:hover,
#page-header-bg[data-post-hs=default_minimal] .author-section a:hover {
    color: hsla(0, 0%, 100%, .85) !important
}

#page-header-bg.fullscreen-header .author-section,
#page-header-bg[data-post-hs=default_minimal] .author-section {
    text-align: center;
    width: 100%;
    z-index: 10
}

#page-header-bg.fullscreen-header .author-section {
    margin-top: 25px
}

#page-header-bg.fullscreen-header .author-section span,
#page-header-bg[data-post-hs=default_minimal] .author-section span {
    font-size: 20px;
    line-height: 20px;
    padding-left: 0
}

#page-header-bg.fullscreen-header .author-section .avatar-post-info,
#page-header-bg[data-post-hs=default_minimal] .author-section .avatar-post-info {
    margin-left: 10px
}

#page-header-bg.fullscreen-header .author-section .avatar-post-info,
#page-header-bg.fullscreen-header .author-section .meta-author,
#page-header-bg[data-post-hs=default_minimal] .author-section .avatar-post-info,
#page-header-bg[data-post-hs=default_minimal] .author-section .meta-author {
    display: inline-block;
    text-align: left;
    top: 9px
}

#footer-outer #footer-widgets .col .tagcloud a:hover,
#footer-outer .nectar-button:hover,
#page-header-bg.fullscreen-header .author-section a,
#page-header-bg[data-post-hs=default_minimal] .author-section a {
    color: #fff !important
}

#page-header-bg .heading-title,
#page-header-bg .project-title .container {
    border: none !important;
    padding: 0
}

#page-header-bg .section-title {
    margin-bottom: 0;
    padding-bottom: 0
}

.single .heading-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
    padding-bottom: 35px
}

.single .row .section-title {
    margin: 0;
    padding: 0
}

#page-header-bg .nectar-particles .span_6 .inner-wrap,
#page-header-bg .span_6 {
    top: 50%;
    transform: translateY(-50%)
}

#page-header-bg[data-alignment-v=bottom] .span_6,
#page-header-bg[data-alignment-v=top] .span_6 {
    transform: none
}

#page-header-bg .nectar-particles .span_6 {
    top: 0;
    transform: none
}

.scroll-down-wrap.minimal-arrow,
.scroll-down-wrap.no-border,
.section-down-arrow,
body[data-button-style^=rounded] .scroll-down-wrap {
    bottom: 20px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px;
    z-index: 101
}

.scroll-down-wrap.minimal-arrow,
body[data-button-style^=rounded] #ajax-content-wrap .scroll-down-wrap.minimal-arrow {
    bottom: 30px;
    margin-left: -20px;
    width: 40px
}

@media only screen and (max-width:690px) {
    .scroll-down-wrap.minimal-arrow {
        transform: scale(.6)
    }
}

body[data-button-style*=rounded] .scroll-down-wrap {
    margin-left: -22px
}

body[data-button-style=default] .section-down-arrow i.icon-default-style[class^=icon-] {
    animation: fadebottom 3.4s ease-in-out infinite;
    -webkit-animation: fadebottom 3.4s ease-in-out infinite;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    z-index: 10
}

.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section,
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section i,
.nectar-next-section-wrap.mouse-wheel .nectar-next-section,
.scroll-down-wrap.no-border .section-down-arrow,
body[data-button-style=default] .section-down-arrow i.icon-default-style[class^=icon-],
body[data-button-style^=rounded] .section-down-arrow,
body[data-button-style^=rounded] .section-down-arrow i {
    color: #fff !important
}

.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section,
.nectar-next-section-wrap.mouse-wheel .nectar-next-section,
.scroll-down-wrap.no-border .section-down-arrow,
body[data-button-style^=rounded] .section-down-arrow {
    border: 2px solid #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    bottom: 16px;
    display: inline-block;
    font-size: 25px;
    height: 49px;
    left: 0;
    line-height: 50px;
    margin-left: 0;
    opacity: .6;
    overflow: hidden;
    text-align: center;
    transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    width: 49px
}

body[data-button-style^=rounded] .section-down-arrow.hidden {
    opacity: 0;
    transform: translateY(55px);
    -webkit-transform: translateY(55px)
}

.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section i,
body[data-button-style^=rounded] .section-down-arrow i {
    display: block;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    transition: transform .2s ease;
    -webkit-transition: transform .2s ease;
    width: 49px
}

body[data-button-style^=rounded] .nectar-box-roll .section-down-arrow i {
    transition: none;
    -webkit-transition: none
}

.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section:hover,
body[data-button-style^=rounded] .section-down-arrow.hovered,
body[data-button-style^=rounded] .section-down-arrow:hover {
    opacity: 1
}

.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section i,
body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down,
body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down.top {
    transform: translateY(-48px)
}

.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section:hover i,
body[data-button-style^=rounded] .section-down-arrow.hovered i.fa-angle-down,
body[data-button-style^=rounded] .section-down-arrow.hovered i.fa-angle-down.top,
body[data-button-style^=rounded] .section-down-arrow:hover i.fa-angle-down,
body[data-button-style^=rounded] .section-down-arrow:hover i.fa-angle-down.top {
    transform: translate(0) !important
}

.nectar-next-section-wrap.bounce a:before {
    background-color: #000;
    border-radius: 100px;
    content: "";
    display: block;
    height: 120%;
    left: -10%;
    position: absolute;
    top: -10%;
    transform: scale(.8);
    transition: all .45s cubic-bezier(.15, .2, .1, 1);
    -webkit-transition: all .45s cubic-bezier(.15, .2, .1, 1);
    width: 120%
}

.nectar-next-section-wrap.bounce a:hover:before {
    transform: scale(1)
}

.nectar-next-section-wrap.bounce a {
    animation: down_arrow_bounce 2.3s infinite;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 50px
}

.nectar-next-section-wrap.bounce i {
    background-color: transparent;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    top: 0;
    width: 24px
}

.nectar-next-section-wrap.bounce[data-shad=add_shadow] a,
.nectar-next-section-wrap.down-arrow-bordered[data-shad=add_shadow] a {
    box-shadow: 0 13px 35px rgba(0, 0, 0, .15)
}

.nectar-next-section-wrap.bounce i.dark-arrow {
    color: #000
}

.nectar-next-section-wrap.minimal-arrow a {
    display: block;
    height: 70px;
    line-height: 0;
    position: relative;
    text-align: center;
    width: 30px
}

.centered-text .nectar-next-section-wrap.minimal-arrow a {
    display: inline-block
}

.nectar-next-section-wrap[data-align=center] {
    text-align: center
}

.nectar-next-section-wrap[data-align=right] {
    text-align: right
}

.nectar-next-section-wrap[data-align=center].minimal-arrow a,
.nectar-next-section-wrap[data-align=right].minimal-arrow a {
    display: inline-block
}

@keyframes ctaMinimaLArrowOuter {
    0% {
        transform: translateY(0)
    }

    20% {
        transform: translateY(12px)
    }

    50% {
        transform: translateY(0)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes ctaMinimaLArrowLine {
    0% {
        transform: scaleY(1);
        transform-origin: bottom
    }

    50% {
        transform: scaleY(0);
        transform-origin: bottom
    }

    51% {
        transform-origin: top
    }

    to {
        transform: scaleY(1);
        transform-origin: top
    }
}

@keyframes ctaMinimaLArrow {
    0% {
        stroke-dasharray: 45px;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 45px;
        stroke-dashoffset: -45px
    }

    51% {
        stroke-dasharray: 45px;
        stroke-dashoffset: 45px
    }

    to {
        stroke-dasharray: 45px;
        stroke-dashoffset: 0
    }
}

.nectar-next-section-wrap.minimal-arrow svg {
    animation: ctaMinimaLArrowOuter 2.5s cubic-bezier(.55, 0, .45, 1) infinite
}

.nectar-next-section-wrap.minimal-arrow a:hover svg path {
    animation: ctaMinimaLArrowLine .6s cubic-bezier(.25, 0, .45, 1) forwards
}

.nectar-next-section-wrap.minimal-arrow a:hover svg polyline {
    stroke-dashoffset: 0;
    stroke-dasharray: 45px;
    animation: ctaMinimaLArrow .6s cubic-bezier(.25, 0, .45, 1) .1s forwards
}

.nectar-next-section-wrap.minimal-arrow svg {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    width: 40px
}

.nectar-next-section-wrap[data-custom-color=true].bounce a {
    border-radius: 100px
}

.nectar-next-section-wrap[data-custom-color=true].mouse-wheel .nectar-next-section:before {
    display: none
}

.nectar-next-section-wrap[data-custom-color=true].bounce a:before {
    background: inherit !important
}

.nectar-next-section-wrap[data-custom-color=true].down-arrow-bordered a,
.nectar-next-section-wrap[data-custom-color=true].mouse-wheel a:after {
    border-color: inherit
}

.nectar-next-section-wrap[data-custom-color=true].down-arrow-bordered a,
.nectar-next-section-wrap[data-custom-color=true].down-arrow-bordered a i {
    color: inherit !important
}

.nectar-next-section-wrap[data-custom-color=true].mouse-wheel a:after {
    opacity: .5
}

@keyframes down_arrow_bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-14px)
    }

    60% {
        transform: translateY(-7px)
    }
}

@media only screen and (max-height:750px) {
    body[data-button-style=rounded] .section-down-arrow {
        bottom: 33px
    }
}

@media only screen and (max-height:650px) {
    body[data-button-style^=rounded] .section-down-arrow {
        bottom: 25px;
        height: 30px;
        line-height: 34px;
        margin-left: -15px;
        width: 30px
    }

    body[data-button-style^=rounded] .scroll-down-wrap:not(.no-border) {
        margin-left: 0
    }

    body[data-button-style^=rounded] .section-down-arrow i {
        height: 26px;
        line-height: 28px;
        width: 26px
    }

    body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down,
    body[data-button-style^=rounded] .section-down-arrow i.fa-angle-down.top {
        font-size: 18px;
        transform: translateY(-26px)
    }
}

@media only screen and (max-height:450px) {
    body[data-button-style^=rounded] .section-down-arrow {
        display: none
    }
}

.scroll-down-wrap.no-border,
body[data-button-style^=rounded] .scroll-down-wrap.no-border {
    bottom: 12px
}

.scroll-down-wrap.no-border .section-down-arrow,
.slider-down-arrow.no-border {
    animation: nudgeMouse 2.4s cubic-bezier(.25, .46, .45, .94) infinite;
    border: none !important;
    bottom: 13px;
    height: auto;
    opacity: 1;
    overflow: visible;
    text-align: center
}

.nectar-next-section-wrap.mouse-wheel .nectar-next-section {
    animation: nudgeMouse 2.4s cubic-bezier(.25, .46, .45, .94) infinite;
    border-width: 0;
    bottom: 13px;
    height: auto;
    opacity: 1;
    overflow: visible;
    text-align: center
}

.nectar-scroll-icon-path {
    fill: transparent;
    stroke-width: 2px;
    stroke-dashoffset: 120;
    stroke-dasharray: 120;
    animation: mouse-scroll-btn-roll-out .55s cubic-bezier(.5, .1, .07, 1)
}

.nectar-scroll-icon {
    cursor: pointer;
    height: 45px;
    position: relative;
    text-align: center;
    width: 30px;
    z-index: 100
}

.nectar-next-section-wrap.mouse-wheel .nectar-next-section:after,
.scroll-down-wrap.no-border .section-down-arrow:after,
.slider-down-arrow.no-border:after {
    border: 2px solid hsla(0, 0%, 100%, .5);
    border-radius: 30px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 45px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 62
}

.scroll-down-wrap.no-border:hover .section-down-arrow:before,
.slider-down-arrow.no-border:hover:before {
    background-color: #fff
}

.nectar-next-section:hover .nectar-scroll-icon-path,
.scroll-down-wrap.no-border:hover .nectar-scroll-icon-path,
.slider-down-arrow.no-border:hover .nectar-scroll-icon-path {
    stroke-dashoffset: 0;
    animation: mouse-scroll-btn-roll-over .55s cubic-bezier(.5, .1, .07, 1)
}

@keyframes mouse-scroll-btn-roll-over {
    0% {
        stroke-dashoffset: 120
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes mouse-scroll-btn-roll-out {
    0% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: -120
    }
}

.nectar-next-section-wrap.mouse-wheel .nectar-next-section:before,
.nectar-next-section-wrap.mouse-wheel[data-custom-color=true] .track-ball,
.scroll-down-wrap.no-border .section-down-arrow:before,
.slider-down-arrow.no-border:before {
    animation: trackBallSlide 2.4s cubic-bezier(0, 0, .725, 1) infinite;
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 10px;
    content: "";
    display: block;
    height: 6px;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 22px;
    transition: background-color .55s cubic-bezier(.5, .1, .07, 1);
    width: 2px
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        transform: scaleY(1) translateY(-10px)
    }

    45% {
        opacity: 0;
        transform: scaleY(.5) translateY(13px)
    }

    46% {
        opacity: 0;
        transform: scaleY(1) translateY(-10px)
    }

    65%,
    to {
        opacity: 1;
        transform: scaleY(1) translateY(-10px)
    }
}

@keyframes nudgeMouse {
    0% {
        transform: translateY(0)
    }

    45% {
        transform: translateY(8px)
    }

    65%,
    to {
        transform: translateY(0)
    }
}

.blog_next_prev_buttons[data-style=fullwidth_next_prev] h3 .text .line,
.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project h3 .text .line,
.container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project h3 .text .line {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: -74px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
    transform: translateY(-50%) translateX(28px) scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    width: 45px
}

@keyframes portRightLineStart {
    0% {
        transform: translateY(-50%) translateX(-25px) scaleX(0)
    }

    to {
        transform: translateY(-50%) translateX(0) scaleX(1)
    }
}

@keyframes rightLineStart {
    0% {
        transform: translateY(-50%) translateX(-88px) scaleX(0)
    }

    to {
        transform: translateY(-50%) translateX(0) scaleX(1)
    }
}

@keyframes rightLineEnd {
    0% {
        transform: translateY(-50%) translateX(0) scaleX(1)
    }

    to {
        transform: translateY(-50%) translateX(28px) scaleX(0)
    }
}

@keyframes rightLineStart2 {
    0% {
        transform: translateY(-50%) translateX(88px) scaleX(0)
    }

    to {
        transform: translateY(-50%) translateX(0) scaleX(1)
    }
}

@keyframes rightLineEnd2 {
    0% {
        transform: translateY(-50%) translateX(0) scaleX(1)
    }

    to {
        transform: translateY(-50%) translateX(-28px) scaleX(0)
    }
}

.blog_next_prev_buttons[data-style=fullwidth_next_prev] h3 .next-arrow,
.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project h3 .next-arrow,
.container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project h3 .next-arrow,
.portfolio-items[data-ps="8"] .next-arrow {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    right: -43px;
    top: 50%;
    transform: translateX(38px);
    width: 40px
}

@keyframes rightArrowStart {
    0% {
        transform: translateX(-50px)
    }

    to {
        transform: translateX(42px)
    }
}

@keyframes rightArrowEnd {
    0% {
        transform: translateX(42px)
    }

    to {
        transform: translateX(75px)
    }
}

@keyframes rightArrowStart2 {
    0% {
        transform: translateX(50px) rotate(180deg)
    }

    to {
        transform: translateX(-42px) rotate(180deg)
    }
}

@keyframes rightArrowEnd2 {
    0% {
        transform: translateX(-42px) rotate(180deg)
    }

    to {
        transform: translateX(-75px) rotate(180deg)
    }
}

.blog_next_prev_buttons[data-style=fullwidth_next_prev] .next-post h3 .next-arrow line,
.blog_next_prev_buttons[data-style=fullwidth_next_prev] .previous-post h3 .next-arrow line,
.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project h3 .next-arrow line,
.container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project h3 .next-arrow line,
.portfolio-items[data-ps="8"] line {
    stroke-width: 2px;
    stroke-dasharray: 10px;
    stroke-dashoffset: 30px;
    stroke: #fff
}

.portfolio-items[data-ps="8"] .col .work-info .vert-center line,
.portfolio-items[data-ps="8"] line {
    transition: none
}

@keyframes rightArrowLineStart {
    0% {
        stroke-dashoffset: 30px
    }

    to {
        stroke-dashoffset: 40px
    }
}

@keyframes rightArrowLineEnd {
    0% {
        stroke-dashoffset: 40px
    }

    to {
        stroke-dashoffset: 50px
    }
}

.post-area.masonry {
    margin-bottom: 20px;
    margin-top: 0;
    overflow: visible;
    width: 1125px
}

.blog-fullwidth-wrap .post-area.masonry {
    margin-bottom: 40px
}

[data-ext-responsive=false] .blog-fullwidth-wrap .post-area.masonry {
    width: auto
}

.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
    overflow-x: auto;
    overflow-y: hidden
}

.vc_col-sm-3 .post-area.masonry,
.vc_col-sm-4 .post-area.masonry,
body[data-ext-responsive=true] .post-area.masonry {
    width: 100%
}

.post-area.masonry.span_9 {
    margin-right: 5px;
    width: 834px
}

body[data-ext-responsive=true] .post-area.masonry.span_9,
body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
    margin-right: 0;
    width: 76.5%
}

.blog-fullwidth-wrap .post-area.masonry #pagination,
.post-area.masonry.span_12 #pagination {
    height: 32px;
    margin-bottom: 40px;
    margin-top: 55px;
    text-align: center;
    width: 100%
}

.post-area.masonry.span_9 #pagination {
    height: 32px;
    margin-bottom: 40px;
    margin-top: 45px;
    width: 100%
}

.blog-fullwidth-wrap .post-area.masonry #pagination,
.post-area.masonry.span_12 #pagination,
.post-area.masonry.span_9 #pagination {
    bottom: 0;
    position: relative
}

.blog-fullwidth-wrap .post-area.masonry #pagination>div,
.post-area.masonry.span_12 #pagination>div {
    display: inline;
    float: none;
    margin: 0 5px 0 0
}

body.blog .meta_overlaid_blog.container-wrap {
    padding-top: 0 !important
}

.blog-fullwidth-wrap .post-area.masonry:not(.meta_overlaid),
.page-submenu .full-width-section.first-section,
body.blog .meta_overlaid_blog.container-wrap .post-area {
    margin-top: 0 !important
}

.post-area.masonry .post .post-meta.no-img {
    top: 0 !important
}

.post-area.masonry>article:last-child .content-inner {
    border-bottom: 1px solid #ddd
}

.post-area.featured_img_left .post .post-content,
.post-area.masonry .post .post-content {
    padding-left: 0 !important
}

.post-area.masonry .post .link-inner,
.post-area.masonry .post .quote-inner {
    margin-bottom: 8px
}

#search-results {
    margin-bottom: 30px;
    overflow: visible
}

#search-results article {
    opacity: 0;
    transition: opacity .3s ease
}

#search-results .result img {
    margin-bottom: 10px
}

.post-area.masonry .post .post-meta {
    display: block;
    margin-bottom: 0
}

.post-area.infinite_scroll .wp-video-shortcode video,
.post-area.infinite_scroll video.wp-video-shortcode {
    visibility: visible
}

.search .row .col.section-title h1 {
    font-family: Open Sans;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 42px;
    margin-bottom: 0;
    text-transform: none
}

.post.masonry-blog-item .post-meta {
    position: relative
}

body .post.masonry-blog-item .post-meta .date {
    border-bottom: 0;
    float: left;
    line-height: 22px;
    margin-bottom: 0;
    padding-bottom: 0
}

.light .post.masonry-blog-item p {
    color: #676767
}

.post.masonry-blog-item .content-inner {
    margin-bottom: 18px;
    padding-bottom: 0
}

.masonry.classic .post.masonry-blog-item h3.title {
    font-size: 20px;
    line-height: 30px
}

.post.masonry-blog-item .post-meta .date span {
    color: #676767;
    display: inline !important;
    float: left;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-transform: capitalize
}

.post.masonry-blog-item .more-link {
    margin-bottom: 10px
}

.post.masonry-blog-item .post-meta:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

.portfolio-items[data-col-num=elastic] .col img,
body .masonry.meta_overlaid .content-inner .whole-link,
body .masonry.meta_overlaid .post-featured-img img {
    max-width: 100% !important;
    width: 100% !important
}

.post-featured-img img.nectar-lazy {
    display: block
}

.post-featured-img img.nectar-lazy:not(.loaded) {
    opacity: 0
}

.post-featured-img img.nectar-lazy.loaded {
    opacity: 1
}

.masonry.classic .post-featured-img img.nectar-lazy,
.post-area.standard-minimal .post-featured-img img.nectar-lazy,
.post-content.classic .post-featured-img img.nectar-lazy {
    transition: opacity .5s ease
}

.masonry .post-featured-img img.nectar-lazy:not(.loaded) {
    width: 100%
}

#search-results .result,
.masonry-blog-item {
    color: #676767;
    display: inline-block;
    margin-bottom: 2.5%;
    position: relative;
    width: 31%
}

body #search-results .result {
    margin-bottom: 0;
    padding: 15px;
    width: 33.3%
}

#search-results[data-layout=masonry-no-sidebar] .result {
    width: 25%
}

@media only screen and (max-width:999px) {
    #search-results[data-layout=masonry-no-sidebar] .result {
        width: 50%
    }
}

body.search-results #pagination[data-layout=list-no-sidebar],
body.search-results #pagination[data-layout=masonry-no-sidebar] {
    text-align: center
}

body.search-results #pagination[data-layout=list-no-sidebar]>div,
body.search-results #pagination[data-layout=masonry-no-sidebar]>div {
    display: inline-block;
    float: none
}

body.search-results #search-results[data-layout=list-no-sidebar] article {
    margin-bottom: 15px;
    opacity: 1;
    padding: 15px 0;
    width: 100%
}

body.search-results #search-results[data-layout=list-no-sidebar] .bottom-line {
    display: none
}

body.search-results #search-results[data-layout=list-no-sidebar] article .inner-wrap {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0
}

body.search-results #search-results[data-layout=list-no-sidebar] article:hover .inner-wrap {
    box-shadow: none;
    transform: none
}

body.search-results #search-results[data-layout=list-no-sidebar] .result .inner-wrap h2 {
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 25px;
    position: relative
}

body.search-results #search-results[data-layout=list-no-sidebar] .result .inner-wrap h2 span {
    font-size: 13px;
    left: 0;
    line-height: 13px;
    opacity: .6;
    position: absolute;
    top: 0
}

body.search-results #search-results[data-layout=list-no-sidebar] article {
    font-size: 14px
}

body.search-results #search-results[data-layout=list-no-sidebar] article .inner-wrap>a {
    background-color: #000;
    border-radius: 100px;
    display: block;
    height: 50px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: margin-top .25s ease, box-shadow .25s ease;
    width: 50px
}

body.search-results #search-results[data-layout=list-no-sidebar] article .inner-wrap>a:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .14)
}

body.search-results #search-results[data-layout=list-no-sidebar] article .inner-wrap>a img {
    display: block;
    height: 80px;
    left: 50%;
    max-width: none;
    opacity: .7;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: auto
}

body.search-results #search-results[data-layout=list-no-sidebar] article[data-post-thumb="1"]:before {
    border: 1px transparent;
    color: #fff
}

body.search-results #search-results[data-layout=list-no-sidebar] article {
    padding-left: 80px
}

#search-results .result .inner-wrap,
.masonry-blog-item .inner-wrap {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    padding: 18px
}

.original .masonry.material .masonry-blog-item .inner-wrap {
    padding: 0
}

.original .masonry.material .masonry-blog-item .content-inner {
    margin-bottom: 0;
    padding-bottom: 0
}

.masonry.material .post .post-featured-img {
    display: block;
    line-height: 0;
    overflow: hidden;
    position: relative
}

.masonry.material .post .post-featured-img img {
    margin-bottom: 0
}

.masonry.material .posts-container .format-audio .post-featured-img,
.masonry.material .posts-container .format-video .post-featured-img {
    overflow: visible
}

.masonry.material .posts-container .format-video .post-featured-img .wrap,
.related-posts[data-style=material] .post-featured-img {
    display: block;
    overflow: hidden
}

.masonry.material .post.link:not(.has-post-thumbnail) .post-content .link-inner:before,
.masonry.material .post.quote:not(.has-post-thumbnail) .post-content .quote-inner:before {
    transition: all .21s cubic-bezier(.5, .5, .4, .88)
}

.masonry.material .masonry-blog-item .inner-wrap {
    background-color: transparent
}

.masonry.material .posts-container .video-play-button,
body .post-area.featured_img_left .posts-container .article-content-wrap .video-play-button {
    border-radius: 100px;
    bottom: 0;
    color: #fff;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 30px;
    text-align: center;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition: all .21s cubic-bezier(.5, .5, .4, .88);
    width: 60px;
    z-index: 1000
}

body .post-area.featured_img_left .posts-container .article-content-wrap .video-play-button {
    font-size: inherit;
    left: 50%;
    pointer-events: none;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.post-area.masonry.material .post .post-content>.post-meta {
    display: none
}

.masonry.material .masonry-blog-item .grav-wrap {
    margin-top: 30px;
    position: relative;
    z-index: 110
}

.masonry.material .masonry-blog-item .grav-wrap img,
.nectar-recent-posts-single_featured .grav-wrap img,
.post-area.featured_img_left article .grav-wrap img,
.related-posts[data-style=material] .grav-wrap img,
[data-style=list_featured_first_row] .grav-wrap img {
    border-radius: 50%;
    display: inline-block;
    height: 38px;
    margin-bottom: 0;
    margin-right: 13px;
    transition: all .4s cubic-bezier(.2, 1, .2, 1);
    vertical-align: middle;
    width: 38px
}

.related-posts[data-style=material] .grav-wrap {
    bottom: 30px;
    left: 30px;
    position: absolute
}

body .related-posts[data-style=material] .article-content-wrap {
    padding-bottom: 80px !important
}

.related-posts[data-style=material] .grav-wrap img {
    display: inline-block
}

.masonry.material .masonry-blog-item .grav-wrap .text a,
.post-area.featured_img_left article .grav-wrap .text a,
.related-posts[data-style=material] .grav-wrap .text a {
    display: block;
    font-size: 14px;
    line-height: 20px
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a,
.masonry.material .masonry-blog-item .meta-category a,
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a,
.post-area.featured_img_left article .meta-category a,
.related-posts[data-style=material] .meta-category a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin: 0 10px 10px 0;
    position: relative
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before,
.masonry.material .masonry-blog-item .meta-category a:before,
.nectar-recent-posts-single_featured .grav-wrap .text a:before,
.post-area.featured_img_left .meta-category a:before,
.related-posts[data-style=material] .meta-category a:before,
[data-style=list_featured_first_row] .meta-category a:before {
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .37s cubic-bezier(.52, .01, .16, 1);
    width: 100%
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:focus:before,
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:hover:before,
.masonry.material .masonry-blog-item .meta-category a:focus:before,
.masonry.material .masonry-blog-item .meta-category a:hover:before,
.nectar-recent-posts-single_featured .grav-wrap .text a:focus:before,
.nectar-recent-posts-single_featured .grav-wrap .text a:hover:before,
.post-area.featured_img_left .meta-category a:focus:before,
.post-area.featured_img_left .meta-category a:hover:before,
.related-posts[data-style=material] .meta-category a:focus:before,
.related-posts[data-style=material] .meta-category a:hover:before,
[data-style=list_featured_first_row] .meta-category a:focus:before,
[data-style=list_featured_first_row] .meta-category a:hover:before {
    transform: scaleX(1)
}

.masonry.material .masonry-blog-item .grav-wrap .text span,
.post-area.featured_img_left article .grav-wrap .text span,
.related-posts[data-style=material] .grav-wrap .text span {
    font-size: 13px;
    line-height: 18px
}

.masonry.material .masonry-blog-item .grav-wrap .text,
.nectar-recent-posts-single_featured .grav-wrap .text,
.post-area.featured_img_left article .grav-wrap .text,
.related-posts[data-style=material] .grav-wrap .text {
    display: inline-block;
    line-height: 0;
    vertical-align: middle
}

.masonry.material .masonry-blog-item .grav-wrap a,
.post-area.featured_img_left .grav-wrap a,
.related-posts[data-style=material] .grav-wrap a {
    color: inherit
}

.masonry.material .masonry-blog-item .grav-wrap a img.hovered,
.masonry.material .masonry-blog-item .grav-wrap a:hover img,
.nectar-recent-posts-single_featured a img.hovered,
.nectar-recent-posts-single_featured a:hover img,
.post-area.featured_img_left .grav-wrap a img.hovered,
.post-area.featured_img_left .grav-wrap a:hover img,
.related-posts[data-style=material] .grav-wrap a img.hovered,
.related-posts[data-style=material] .grav-wrap a:hover img {
    box-shadow: 0 7px 20px rgba(0, 0, 0, .19)
}

.material.masonry .masonry-blog-item .video-play-button {
    box-shadow: 0 10px 37px rgba(0, 0, 0, .19)
}

.material.masonry .masonry-blog-item .video-play-button svg,
.post-area.featured_img_left .video-play-button svg {
    height: 14px;
    width: 14px
}

.masonry .video-play-button path,
.post-area .video-play-button path {
    fill: #fff
}

.post-area.featured_img_left .video-play-button svg {
    margin-right: -2px
}

.masonry.material .post.link .link-inner .title,
.masonry.material .post.quote .quote-inner .title,
.post-area.featured_img_left .post.link .link-inner .title,
.post-area.featured_img_left .post.quote .quote-inner .title,
.post.format-link .link-inner .title,
.post.format-quote .quote-inner .title,
.single .post.quote .quote-inner .title {
    color: #fff
}

.post-area.featured_img_left .post.link .link-inner .title {
    margin-bottom: 0
}

.masonry.material .masonry-blog-item h3 a,
.masonry.material .masonry-blog-item h3 a:hover,
.post-area.featured_img_left h3 a,
.post-area.featured_img_left h3 a:hover,
.related-posts[data-style=material] h3 a,
.related-posts[data-style=material] h3 a:hover {
    color: inherit !important
}

.masonry.material .masonry-blog-item .article-content-wrap,
.related-posts[data-style=material] .article-content-wrap {
    padding: 10px 30px 30px !important
}

.masonry.auto_meta_overlaid_spaced .post.link .post-content .link-inner,
.masonry.auto_meta_overlaid_spaced .post.quote .post-content .quote-inner,
.masonry.material .post.link .post-content .link-inner,
.masonry.material .post.quote .post-content .quote-inner,
.post-area.featured_img_left .post.link .post-content .link-inner,
.post-area.featured_img_left .post.quote .post-content .quote-inner {
    background-color: transparent !important
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before,
.masonry.material .masonry-blog-item .article-content-wrap,
.masonry.material .masonry-blog-item .meta-category {
    background-color: #fff
}

.post-area.featured_img_left .post.link .post-content .link-inner,
.post-area.featured_img_left .post.quote .post-content .quote-inner {
    border-radius: 5px;
    overflow: hidden;
    padding: 10%;
    text-align: center
}

.auto_meta_overlaid_spaced .post.link .n-post-bg:after,
.auto_meta_overlaid_spaced .post.quote .n-post-bg:after,
.masonry .post.link .n-post-bg,
.masonry .post.quote .n-post-bg,
.masonry.auto_meta_overlaid_spaced .post .n-post-bg,
.masonry.material .post.link .post-content .link-inner:before,
.masonry.material .post.quote .post-content .quote-inner:before,
.post-area.featured_img_left .post.link .n-post-bg,
.post-area.featured_img_left .post.link .post-content .link-inner:before,
.post-area.featured_img_left .post.quote .n-post-bg,
.post-area.featured_img_left .post.quote .post-content .quote-inner:before,
.post.format-link .n-post-bg,
.post.format-quote .n-post-bg,
.post.link .classic .n-post-bg,
.post.quote .classic .n-post-bg,
.standard-minimal .n-post-bg {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .88;
    position: absolute;
    top: 0;
    width: 100%
}

.post-area.featured_img_left .post.link .n-post-bg,
.post-area.featured_img_left .post.quote .n-post-bg {
    background-position: 50%
}

.format-link .post.link .n-post-bg,
.format-quote .n-post-bg {
    background-position: 50%;
    background-size: cover
}

.featured_img_left .post.link .post-content .link-inner:before,
.featured_img_left .post.quote .post-content .quote-inner:before,
.masonry.material .post.link .post-content .link-inner:before,
.masonry.material .post.quote .post-content .quote-inner:before {
    z-index: 10
}

.masonry .post.link .n-post-bg,
.masonry .post.quote .n-post-bg,
.post.link .classic .n-post-bg,
.post.quote .classic .n-post-bg,
.single .link-inner .n-post-bg,
.single .quote-inner .n-post-bg,
.standard-minimal .n-post-bg,
.standard-minimal .post.link .n-post-bg,
.standard-minimal .post.quote .n-post-bg {
    opacity: .25
}

.single .post.format-link .post-content>.link-inner,
.single .post.format-quote .post-content>.quote-inner {
    padding: 10%
}

.masonry.classic .post.link .post-content .link-inner:hover,
.masonry.classic .post.quote .post-content .quote-inner:hover,
.masonry.classic_enhanced .post.link .post-content .link-inner:hover,
.masonry.classic_enhanced .post.quote .post-content .quote-inner:hover,
.masonry.meta_overlaid .post.link .post-content .link-inner:hover,
.masonry.meta_overlaid .post.quote .post-content .quote-inner:hover,
.post.format-link .post-content .link-inner:hover,
.post.format-quote .post-content .quote-inner:hover,
.post.link .classic .link-inner:hover,
.post.quote .classic .quote-inner:hover {
    background-color: #333
}

.post-area.featured_img_left .post.link .post-content,
.post-area.featured_img_left .post.quote .post-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 5px;
    display: block;
    overflow: hidden
}

.masonry.auto_meta_overlaid_spaced .post.quote .quote-wrap:before,
.masonry.material .post.quote .quote-wrap:before,
.post-area.featured_img_left .post.quote .quote-wrap:before,
.single .post.format-quote .quote-inner .quote-wrap:before {
    color: #fff;
    content: "“";
    display: block;
    font-family: sans-serif;
    font-size: 54px;
    font-weight: 700;
    height: 32px;
    padding-top: 33%;
    position: relative;
    z-index: 10000
}

.masonry.auto_meta_overlaid_spaced .post.quote .quote-wrap:before,
.single .post.format-quote .quote-inner .quote-wrap:before {
    padding-top: 0
}

.single-post .quote-below-content {
    margin-top: 70px
}

.post-area.featured_img_left .post.quote .quote-wrap:before {
    line-height: 54px;
    padding-bottom: 15px;
    padding-top: 0
}

.post .link-wrap,
.post .quote-wrap {
    display: block
}

.masonry.material .post.link:not(.has-post-thumbnail):hover .post-content .link-inner:before,
.masonry.material .post.quote:not(.has-post-thumbnail):hover .post-content .quote-inner:before,
.post-area.featured_img_left .post.link:not(.has-post-thumbnail):hover .post-content .link-inner:before,
.post-area.featured_img_left .post.quote:not(.has-post-thumbnail):hover .post-content .quote-inner:before {
    opacity: 1
}

.masonry.material .post.quote .author,
.post-area.featured_img_left .post.quote .author {
    display: block;
    margin-top: 10px
}

.masonry.auto_meta_overlaid_spaced .post .n-post-bg,
.masonry.material .post.link .n-post-bg,
.masonry.material .post.quote .n-post-bg,
.post-area.featured_img_left .post.link .n-post-bg,
.post-area.featured_img_left .post.quote .n-post-bg {
    background-size: cover;
    opacity: 1
}

.masonry.auto_meta_overlaid_spaced .post .post-content .link-inner .icon,
.masonry.auto_meta_overlaid_spaced .post .post-content .quote-inner .icon,
.masonry.material .post .post-content .link-inner .icon,
.masonry.material .post .post-content .quote-inner .icon,
.post-area.featured_img_left .post .post-content .link-inner .icon,
.post-area.featured_img_left .post .post-content .quote-inner .icon {
    display: none
}

.post-area.featured_img_left .format-link .content-inner,
.post-area.featured_img_left .format-quote .content-inner {
    margin-bottom: 0;
    padding-bottom: 0
}

.masonry.material .post .post-content .link-inner .link-wrap,
.post-area.featured_img_left .post .post-content .link-inner .link-wrap {
    position: relative;
    z-index: 10
}

.masonry.material .post.link .post-content .link-inner,
.masonry.material .post.quote .post-content .quote-inner {
    margin-bottom: 0;
    padding: 30px
}

.masonry.material .masonry-blog-item .meta-category,
.related-posts[data-style=material] .meta-category {
    display: block;
    padding: 20px 30px 0;
    position: relative;
    z-index: 110
}

.masonry.material .masonry-blog-item.format-video .meta-category {
    padding-right: 90px
}

.masonry.material .masonry-blog-item .inner-wrap,
body .related-posts[data-style=material] .inner-wrap {
    border-radius: 5px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .14);
    overflow: hidden
}

.masonry-blog-item {
    margin-bottom: 0;
    width: 31.1%
}

#ajax-content-wrap .post-area.full-width-article,
.post-area.full-width-article {
    margin-bottom: 0
}

.post-area.full-width-article .masonry-blog-item {
    width: 100% !important
}

.post-area.masonry.span_9 .masonry-blog-item {
    width: 46.8%
}

#search-results .result {
    font-size: 11px
}

#search-results .result .bottom-line,
.masonry-blog-item .bottom-line {
    background-color: #eaeaea;
    bottom: 2px;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

#search-results .result .title span {
    color: #999;
    display: block;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 3px
}

#search-results .result h2 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 1px
}

#search-results .result p {
    padding-bottom: 0
}

article.result .title a {
    color: #000
}

.pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close span {
    display: block;
    line-height: 1.5em
}

#search-results .result .title a,
.pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close span {
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
    background-image: -o-linear-gradient(left, #000 0, #000 100%);
    background-image: linear-gradient(90deg, #000 0, #000);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .55s cubic-bezier(.2, .75, .5, 1)
}

#search-results .result .title a:focus,
#search-results .result .title a:hover,
.pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close:hover span {
    background-size: 100% 2px
}

.posts-container article .inner-wrap.animated,
.posts-container[data-load-animation=fade_in] article .inner-wrap.animated {
    opacity: 0;
    transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out
}

.posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap,
.posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap.animated {
    transition: opacity .3s cubic-bezier(.3, .58, .55, 1), transform .3s cubic-bezier(.3, .58, .55, 1);
    -webkit-transition: opacity .3s cubic-bezier(.3, .58, .55, 1), -webkit-transform .3s cubic-bezier(.3, .58, .55, 1)
}

.posts-container[data-load-animation=fade_in_from_bottom] article .inner-wrap {
    transform: translateY(80px);
    -webkit-transform: translateY(80px)
}

.auto_meta_overlaid_spaced .posts-container[data-load-animation=none] article .inner-wrap.animated,
.post-area:not(.masonry) .posts-container[data-load-animation=none] article .inner-wrap.animated {
    opacity: 1
}

.posts-container[data-load-animation=perspective] {
    perspective: 2000px;
    -webkit-perspective: 2000px;
    perspective-origin: 50% 0;
    -webkit-perspective-origin: 50% 700px
}

.posts-container[data-load-animation=perspective] article {
    transform-style: preserve-3d
}

.posts-container[data-load-animation=perspective] article .inner-wrap,
.posts-container[data-load-animation=perspective] article .inner-wrap.animated {
    transition: opacity .3s cubic-bezier(.1, .3, .2, 1), transform .72s cubic-bezier(.1, .3, .27, 1);
    -webkit-transition: opacity .3s cubic-bezier(.1, .3, .2, 1), -webkit-transform .72s cubic-bezier(.1, .3, .27, 1)
}

.posts-container[data-load-animation=perspective] article .inner-wrap {
    transform: translateY(450px) rotateX(24deg);
    -webkit-transform: translateY(450px) rotateX(24deg)
}

.posts-container article .inner-wrap {
    height: 100%
}

.posts-container article.animated-in .inner-wrap,
.posts-container[data-load-animation=fade_in] article.animated-in .inner-wrap.animated {
    height: 100%;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.posts-container[data-load-animation=perspective] article.animated-in .inner-wrap.animated {
    opacity: 1;
    transform: translateY(0) translateZ(0) rotateX(0);
    -webkit-transform: translateY(0) translateZ(0) rotateX(0)
}

.blog-recent[data-style*=classic_enhanced] .post-featured-img,
.post-area.masonry.classic_enhanced .n-post-bg,
.post-area.masonry.classic_enhanced .post .post-featured-img {
    display: block;
    line-height: 0;
    position: relative;
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1)
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img,
.blog-recent[data-style*=classic_enhanced] .post-featured-img img,
.masonry.auto_meta_overlaid_spaced .post.link .n-post-bg,
.masonry.auto_meta_overlaid_spaced .post.quote .n-post-bg,
.masonry.material .post.link .n-post-bg,
.masonry.material .post.quote .n-post-bg,
.post-area.featured_img_left .post .post-featured-img,
.post-area.featured_img_left .post.link .n-post-bg,
.post-area.featured_img_left .post.quote .n-post-bg,
.post-area.masonry.classic_enhanced .post .post-featured-img img,
.post-area.masonry.classic_enhanced .post.format-gallery .inner-wrap .flickity-slider .cell img,
.post-area.masonry.classic_enhanced .post.format-gallery.large_featured .inner-wrap .flickity-viewport,
.post-area.masonry.classic_enhanced .post.format-gallery.wide_tall .inner-wrap .flickity-viewport,
.post-area.masonry.material .post .post-featured-img img,
.post-area.masonry.material .post.format-gallery .inner-wrap .flickity-slider .cell img,
.related-posts[data-style=material] .post-featured-img img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    margin-bottom: 0;
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1)
}

.auto_meta_overlaid_spaced .masonry-blog-item:hover .post-featured-img,
.blog-recent[data-style*=classic_enhanced] .inner-wrap:hover .post-featured-img img,
.blog-recent[data-style*=classic_enhanced_alt] .inner-wrap:hover .post-featured-img,
.masonry.auto_meta_overlaid_spaced .post.link:hover .n-post-bg,
.masonry.auto_meta_overlaid_spaced .post.quote:hover .n-post-bg,
.masonry.material .post.link:hover .n-post-bg,
.masonry.material .post.quote:hover .n-post-bg,
.post-area.featured_img_left .post.link:hover .n-post-bg,
.post-area.featured_img_left .post.quote:hover .n-post-bg,
.post-area.masonry.classic_enhanced .link .inner-wrap:hover .n-post-bg,
.post-area.masonry.classic_enhanced .post .inner-wrap:hover .post-featured-img img,
.post-area.masonry.classic_enhanced .post.format-gallery .inner-wrap:hover .flickity-slider .cell img,
.post-area.masonry.classic_enhanced .post.format-gallery.large_featured .inner-wrap:hover .flickity-viewport,
.post-area.masonry.classic_enhanced .post.format-gallery.wide_tall .inner-wrap:hover .flickity-viewport,
.post-area.masonry.classic_enhanced .post.large_featured .inner-wrap:hover .post-featured-img,
.post-area.masonry.classic_enhanced .post.wide_tall .inner-wrap:hover .post-featured-img,
.post-area.masonry.classic_enhanced .quote .inner-wrap:hover .n-post-bg,
.post-area.masonry.material .post .inner-wrap:hover .post-featured-img img,
.post-area.masonry.material .post.format-gallery .inner-wrap:hover .flickity-slider .cell img,
.related-posts[data-style=material] .inner-wrap:hover .post-featured-img img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07)
}

.blog-recent[data-style*=classic_enhanced] .entire-meta-link,
.blog-recent[data-style=material] .entire-meta-link,
.masonry.classic_enhanced .masonry-blog-item .entire-meta-link,
.masonry.material .masonry-blog-item .entire-meta-link,
.post-area.featured_img_left .entire-meta-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101
}

.related-post-wrap .row-bg-wrap {
    pointer-events: none;
    z-index: 0
}

.related-post-wrap .row-bg-wrap .row-bg {
    background-color: rgba(0, 0, 0, .04)
}

.related-post-wrap {
    padding-bottom: 0
}

.original .blog-recent.related-posts {
    padding: 0 0 60px
}

.related-post-wrap h3.related-title {
    padding: 60px 0 30px
}

.ascend .blog-recent.related-posts,
.material .blog-recent.related-posts {
    padding: 0 0 8%
}

.ascend .related-post-wrap h3.related-title,
.material .related-post-wrap h3.related-title {
    padding: 8% 0 40px
}

.ascend .fullscreen-blog-header .related-post-wrap[data-using-post-pagination=false],
.related-post-wrap[data-using-post-pagination=true] {
    margin-top: 0
}

.related-post-wrap[data-using-post-pagination=false] {
    margin-top: 80px
}

.post-area.featured_img_left .post-content-wrap .grav-wrap,
.post-area.featured_img_left .post-content-wrap .meta-category {
    position: relative;
    z-index: 150
}

.post-area.featured_img_left article {
    margin-bottom: 6%
}

.post-area.featured_img_left .article-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
    border-radius: 5px;
    position: relative;
    width: 33%
}

.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap:before {
    border-radius: 5px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(.96);
    transition: box-shadow .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: box-shadow .7s cubic-bezier(.2, 1, .22, 1);
    width: 100%
}

.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:before {
    transform: none
}

.post-area.featured_img_left .article-content-wrap .post-featured-img {
    border-radius: 5px;
    overflow: hidden
}

.post-area.featured_img_left article .article-content-wrap .post-featured-img-wrap {
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
    -webkit-transition: all .7s cubic-bezier(.2, 1, .22, 1)
}

.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap a,
.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap a span {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post-area.featured_img_left .article-content-wrap .post-content-wrap {
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    padding: 6% 0 6% 6%;
    width: 66.6%
}

.post-area.featured_img_left.span_12 .article-content-wrap .post-content-wrap {
    padding: 7%
}

.post-area.featured_img_left.span_12 article {
    margin-bottom: 60px
}

.post-area.featured_img_left .post:hover .post-featured-img-wrap:before {
    box-shadow: 0 30px 60px rgba(0, 0, 0, .17)
}

.post-area.featured_img_left article:hover .article-content-wrap .post-featured-img-wrap {
    transform: translateY(-4px)
}

.post-area.featured_img_left .post-content-wrap .grav-wrap {
    margin-top: 20px
}

.post-area.featured_img_left .article-content-wrap .post-featured-img {
    background-position: 50%;
    background-size: cover
}

.post-area #pagination {
    padding-left: 95px
}

.post-area.featured_img_left #pagination,
.post-area.masonry #pagination {
    padding-left: 0
}

.post-area.infinite_scroll #pagination {
    height: 1px;
    visibility: hidden;
    width: 1px
}

#infscr-loading {
    background-image: url(../../../../../../../themes/stepps/img/icons/loading-white-bg.gif);
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0 solid #555;
    border-radius: 2px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    color: #555;
    display: inline-block;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 700;
    height: 60px;
    letter-spacing: 2px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 60px;
    z-index: 10000000
}

#infscr-loading.default_loader {
    background-image: none
}

.infscr-loading-wrap {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    clear: both;
    height: 0;
    margin: 20px auto;
    opacity: 0;
    padding: 0;
    text-align: center;
    transform: scale(.5)
}

#infscr-loading div {
    color: #555;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    opacity: 0;
    text-transform: uppercase
}

#ajax-content-wrap #infscr-loading img,
#infscr-loading img {
    display: none;
    margin-bottom: 0
}

.post-area {
    margin-top: 4px;
    padding-right: 30px
}

.post-area.col_last {
    padding-left: 20px;
    padding-right: 0
}

.post-area.col_last.span_12 {
    float: none;
    padding-left: 0
}

.post-area>article .content-inner {
    border-bottom: 0;
    margin-bottom: 0
}

.blog-recent .more-link,
.post .more-link {
    color: #fff;
    cursor: default;
    display: block;
    margin-top: 25px
}

.post .content-inner {
    padding-bottom: 80px
}

.single-post .content-inner>.post-tags {
    margin-top: 50px
}

.blog-recent .more-link span,
.post .more-link span {
    background-color: #333;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    cursor: pointer;
    padding: 8px 12px;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    width: auto
}

body[data-button-style*=slightly_rounded] .blog-recent .more-link span,
body[data-button-style*=slightly_rounded] .post .more-link span {
    border-radius: 4px;
    -webkit-border-radius: 4px
}

.blog-recent .more-link span:hover,
.post .more-link span:hover {
    background-color: #000
}

.post .post-meta {
    left: 0;
    position: absolute;
    top: 0
}

.post.masonry-blog-item .post-meta {
    border-right: 0
}

.main-content .recent-posts-title {
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-bottom: 7px
}

#single-below-header,
.post-header {
    color: #888;
    margin-bottom: 12px
}

.post .post-header h1,
.post .post-header h2 {
    font-size: 26px;
    line-height: 30px
}

.post .post-header h2 a {
    color: #000
}

#page-header-bg #single-below-header a,
#single-below-header a,
.post .post-header a,
.post .post-header h2 a:hover,
.result a {
    color: inherit
}

#single-below-header a:focus,
#single-below-header a:hover {
    color: #000
}

#page-header-bg #single-below-header a:focus,
#page-header-bg #single-below-header a:hover {
    color: #fff
}

.post .post-content.classic .content-inner {
    border-bottom: 1px solid #ddd;
    margin-bottom: 60px;
    padding-bottom: 60px
}

.post-area:not(.masonry) article .post-content.classic {
    overflow: hidden
}

.original .post-area.masonry .post .post-content.classic .content-inner {
    margin-bottom: 15px;
    padding-bottom: 15px
}

.ascend .post-area.masonry .post .post-content.classic .content-inner,
.material .post-area.masonry .post .post-content.classic .content-inner {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.masonry .post-content.classic .post-header {
    font-size: 12px
}

.post .post-content {
    min-height: 98px;
    position: relative
}

.post-tags h4 {
    float: left;
    margin-bottom: 15px;
    margin-right: 25px;
    margin-top: 8px
}

.post-tags .clear {
    padding-bottom: 0
}

.post-content {
    padding-left: 95px
}

.post .content-inner {
    position: relative
}

.post.format-link .post-content .link-inner,
.post.format-quote .post-content .quote-inner {
    background-color: #000;
    color: #fff;
    padding: 15px;
    position: relative
}

.post.format-link .post-content .link-inner,
.post.format-quote .post-content .quote-inner,
.post.quote .content-inner .quote-inner .whole-link {
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

.post.format-aside .aside-inner p {
    margin-bottom: 15px
}

.post.format-aside .aside-inner .post-header {
    margin-bottom: 0
}

.post.format-chat .content-inner dt {
    margin-top: 15px
}

.post.format-aside .aside-inner .post-header,
.post.format-aside .aside-inner a,
.post.format-aside .aside-inner a:hover,
.post.format-aside .aside-inner p,
.post.quote .quote-inner a {
    color: #fff !important
}

.post.format-link .link-wrap,
.post.format-quote .quote-wrap,
.post.quote .quote-inner .author,
.post.quote .quote-inner .icon,
.post.quote .quote-inner .title {
    position: relative;
    z-index: 100
}

.post.quote .content-inner .whole-link {
    background-color: #000;
    z-index: 10
}

.post .full-post-link,
.post.quote .content-inner .whole-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.post .full-post-link {
    content: "";
    z-index: 1000
}

.post.quote .content-inner .quote-inner:hover .whole-link {
    background-color: #333
}

.post.quote figure:not([class*=wp-block]) {
    margin: 0 auto
}

.post.quote blockquote:not(.wp-block-quote):not(.wp-block-pullquote) {
    background-image: none;
    font-family: inherit;
    margin: 0 auto;
    padding: 0
}

.post.quote .wp-block-pullquote blockquote:not(.wp-block-quote),
.post.quote .wp-block-quote blockquote:not(.wp-block-quote) {
    color: inherit !important
}

.post.link .post-content .destination {
    word-wrap: break-word
}

.post.quote .post-content .quote-inner .icon {
    background-image: url(../../../../../../../themes/stepps/img/icons/quote.png);
    bottom: 17px;
    display: block;
    height: 17px;
    position: absolute;
    right: 20px;
    width: 19px
}

.post.link .post-content .link-inner .icon {
    background-image: url(../../../../../../../themes/stepps/img/icons/link.png);
    bottom: 17px;
    display: block;
    height: 20px;
    position: absolute;
    right: 20px;
    width: 18px
}

.post.format-status .post-content .status-inner .icon {
    background-image: url(../../../../../../../themes/stepps/img/icons/status.png);
    bottom: 17px;
    display: block;
    height: 16px;
    position: absolute;
    right: 20px;
    width: 18px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {
    body .post.quote .post-content .quote-inner .icon {
        background-image: url(../../../../../../../themes/stepps/img/icons/quote-2x.png);
        background-size: 19px 17px
    }

    body .post.link .post-content .link-inner .icon {
        background-image: url(../../../../../../../themes/stepps/img/icons/link-2x.png);
        background-size: 18px 20px
    }
}

.post .post-content.link a,
.post .post-content.quote a {
    display: block;
    z-index: 10
}

.masonry.classic_enhanced .post.link.masonry-blog-item h3.title,
.masonry.classic_enhanced .post.quote.masonry-blog-item h3.title,
.post.link .post-content h3,
.post.quote .post-content h3 {
    color: #fff;
    display: block;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px
}

.post.format-link .post-content h3,
.post.format-quote .post-content h3 {
    margin-bottom: 15px
}

.single .post.format-link .post-content h3,
.single .post.format-quote .post-content h3 {
    margin-bottom: 20px
}

.single .post.format-link .post-content h3 a {
    color: inherit
}

body .meta_overlaid .post.link .post-content h3,
body .meta_overlaid .post.quote .post-content h3 {
    font-size: 18px;
    line-height: 30px
}

.post.quote .post-content .quote-below-content h2 {
    color: inherit
}

.format-status .post-content h2 a {
    color: #fff
}

.post.link .post-content a:hover .link-inner,
.post.quote .post-content a:hover .quote-inner {
    background-color: #333
}

.post .post-meta a {
    color: #888
}

.post-content.classic .post-header>span:after {
    background-color: #888;
    content: "";
    display: inline-block;
    height: 11px;
    margin: 0 4px;
    width: 1px
}

.masonry .post-content.classic .post-header>span:after {
    height: 10px;
    margin: 0 6px
}

.post-content.classic .post-header>span:last-of-type:after {
    display: none
}

.post .post-meta a:hover {
    color: #000
}

.post h3.title {
    margin-bottom: 4px
}

.post .post-meta {
    border-right: 1px solid #e6e6e6;
    display: block;
    margin-bottom: 20px
}

.post .post-meta.no-img {
    top: 6px
}

.post .content-inner .post-featured-img img {
    margin-bottom: 15px;
    max-width: none;
    width: 100%
}

.post .post-meta .date {
    font-size: 12px;
    margin-bottom: 12px;
    padding-bottom: 2px;
    position: relative;
    transition: all .2s linear 0s
}

.masonry.classic .nectar-love-wrap .nectar-love-count {
    font-size: 12px
}

.post .post-meta .month,
.post .post-meta .year {
    display: block;
    font-size: 17px;
    font-weight: 600;
    line-height: 10px;
    margin-bottom: 4px;
    padding: 0;
    text-align: center;
    text-transform: uppercase
}

.post-content.classic .post-meta .month {
    line-height: 1em
}

.post .post-meta .year {
    margin-top: 5px
}

.post .post-meta .day {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 29px;
    padding: 0 12px;
    text-align: center;
    text-transform: uppercase
}

.post .post-meta .date {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 17px
}

.post-content.classic .post-meta[data-love=false] .date {
    border-bottom: 0
}

.post-content.classic .post-meta[data-love=false] {
    border-right: 0
}

.post-content.classic .post-meta[data-love=false] .month,
.post-content.classic .post-meta[data-love=false] .year {
    font-size: 24px
}

.post-content.classic .post-meta[data-love=false] .day {
    font-size: 36px;
    line-height: 36px
}

.post.video .video-wrap,
.single-portfolio .video-wrap {
    height: 0;
    margin-bottom: 15px;
    padding-bottom: 56.25%;
    position: relative
}

.post.video .video-wrap iframe,
.single-portfolio .video-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.main-content .audio-wrap,
.post.audio .audio-wrap,
.post.video .mejs-container {
    margin-bottom: 15px
}

.post .gallery-slider .gallery,
.post .gallery-slider .jetpack-slideshow {
    display: none
}

.post table {
    width: 100%
}

.post table td,
.post table th {
    text-align: center
}

.post table tbody td {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    color: #676767;
    padding: 5px
}

.post table tbody tr td:first-child {
    border-left: 1px solid #e6e6e6
}

.post table th {
    border-bottom: 1px solid #e6e6e6;
    color: #676767
}

.post table #prev {
    position: relative;
    text-align: left;
    z-index: 2
}

.post table #next {
    position: relative;
    text-align: right;
    z-index: 2
}

.post caption {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1
}

#page-header-bg[data-post-hs=default_minimal] #single-below-header .updated.rich-snippet-hidden,
.blog-recent[data-style*=classic_enhanced][data-remove-post-author="1"] .meta-author,
.blog-recent[data-style*=classic_enhanced][data-remove-post-comment-number="1"] .meta-comment-count,
.blog-recent[data-style*=classic_enhanced][data-remove-post-date="1"] .post-header>span,
.blog-recent[data-style=default][data-remove-post-author="1"] .meta-author,
.blog-recent[data-style=default][data-remove-post-comment-number="1"] .meta-comment-count,
.blog-recent[data-style=minimal][data-remove-post-date="1"] .post-header>.meta>span,
.blog-recent[data-style=title_only][data-remove-post-date="1"] .post-header>span,
.hentry .updated.rich-snippet-hidden,
.nectar-recent-posts-single_featured[data-remove-post-author="1"] .grav-wrap .text>span,
.nectar-recent-posts-single_featured[data-remove-post-author="1"] .grav-wrap>a,
.post-area[data-remove-post-author="1"] article .meta-author,
.post-area[data-remove-post-author="1"].featured_img_left .grav-wrap .text a,
.post-area[data-remove-post-author="1"].featured_img_left .grav-wrap>a,
.post-area[data-remove-post-author="1"].masonry.material .masonry-blog-item .grav-wrap .text a,
.post-area[data-remove-post-author="1"].masonry.material .masonry-blog-item .grav-wrap>a,
.post-area[data-remove-post-author="1"].standard-minimal .post-author .grav-wrap,
.post-area[data-remove-post-comment-number="1"] article .meta-comment-count,
.post-area[data-remove-post-date="1"] article .date,
.post-area[data-remove-post-date="1"].featured_img_left .grav-wrap .text span,
.post-area[data-remove-post-date="1"].masonry.classic_enhanced .post-header>span,
.post-area[data-remove-post-date="1"].masonry.material .masonry-blog-item .grav-wrap .text>span {
    display: none
}

.post-area[data-remove-post-nectar-love="1"] article .nectar-love,
.post-area[data-remove-post-nectar-love="1"].masonry.classic_enhanced article .nectar-love-wrap {
    display: none;
    pointer-events: none
}

.blog-recent[data-style*=classic_enhanced][data-remove-post-nectar-love="1"][data-remove-post-comment-number="1"][data-remove-post-author="1"] .inner-wrap,
body.single-post .container-wrap[data-remove-post-author="1"][data-remove-post-date="1"] .blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap {
    padding-bottom: 0
}

.post-area[data-remove-post-author="1"].standard-minimal .post .post-content,
.post-area[data-remove-post-date="1"][data-remove-post-nectar-love="1"]:not(.masonry):not(.standard-minimal) .post .post-content {
    padding-left: 0
}

.post-area[data-remove-post-author="1"].standard-minimal .post-author {
    position: relative;
    text-align: left;
    width: auto
}

#ajax-content-wrap .blog-recent[data-style*=classic_enhanced][data-remove-post-nectar-love="1"] .nectar-love-wrap,
.blog-recent[data-style*=classic_enhanced][data-remove-post-nectar-love="1"][data-remove-post-comment-number="1"][data-remove-post-author="1"] .post-meta,
.container-wrap[data-remove-post-comment-number="1"][data-remove-post-author="1"] .blog-recent[data-style*=classic_enhanced].related-posts .post-meta,
.post-area.featured_img_left[data-remove-post-author="1"][data-remove-post-date="1"] .post-content-wrap .grav-wrap,
.post-area.masonry.classic_enhanced[data-remove-post-nectar-love="1"][data-remove-post-comment-number="1"][data-remove-post-author="1"] .post .post-meta,
.post-area.masonry.material[data-remove-post-author="1"][data-remove-post-date="1"] .masonry-blog-item .grav-wrap {
    display: none
}

p>a>i.icon-3x {
    margin-bottom: 0
}

#pagination.fw-pagination {
    height: auto;
    margin-bottom: 0;
    padding: 10px 0 50px;
    text-align: center
}

#pagination.fw-pagination.alt-style-padding {
    padding: 50px 0
}

#pagination.fw-pagination>div {
    display: inline-block;
    float: none
}

#pagination.infinite_scroll {
    display: none
}

#pagination a:not(.page-numbers),
#pagination span:not(.page-numbers) {
    background-color: #333
}

#pagination .next.inactive,
#pagination .prev.inactive,
#pagination a,
#pagination span,
.container-wrap nav.woocommerce-pagination ul li span,
.woocommerce .container-wrap nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    background-position: -21px;
    background-repeat: no-repeat;
    border-radius: 2px 2px 2px 2px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans;
    font-weight: 700;
    padding: 11px 13px 10px !important;
    position: relative;
    text-transform: capitalize;
    transition: all .45s cubic-bezier(.25, 1, .33, 1)
}

.woocommerce nav.woocommerce-pagination ul li {
    overflow: visible
}

.woocommerce nav.woocommerce-pagination ul li a,
body #pagination span.page-numbers.dots,
body #pagination>a,
body nav.woocommerce-pagination ul li span.page-numbers.dots {
    background-color: transparent !important;
    font-size: 12px !important;
    line-height: 14px
}

.woocommerce nav.woocommerce-pagination ul li a,
body #pagination .page-numbers.next,
body #pagination .page-numbers.prev,
body #pagination span.page-numbers.dots,
body #pagination>a,
body nav.woocommerce-pagination ul li span.page-numbers.dots,
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next,
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
    color: inherit !important
}

body #pagination>span.page-numbers.current,
body nav.woocommerce-pagination span.page-numbers.current {
    box-shadow: 0 6px 15px rgba(0, 0, 0, .16);
    font-size: 12px !important;
    height: 35px;
    line-height: 14px;
    margin: 0 8px;
    text-align: center;
    width: 35px
}

body #pagination .page-numbers.next,
body #pagination .page-numbers.prev,
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next,
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
    background-color: transparent;
    background-image: none;
    border: 0;
    text-indent: 0 !important;
    width: auto
}

#ajax-content-wrap nav.woocommerce-pagination .page-numbers.next body nav.woocommerce-pagination .page-numbers.prev,
#ajax-content-wrap nav.woocommerce-pagination .page-numbers.prev,
body nav.woocommerce-pagination .page-numbers.next {
    width: auto
}

body #pagination>span:first-child.page-numbers {
    margin-left: 0 !important
}

body #pagination>a.page-numbers:hover,
body #pagination>a:hover,
body nav.woocommerce-pagination li a:hover {
    background-color: transparent !important
}

.container-wrap nav.woocommerce-pagination ul li span,
.woocommerce .container-wrap nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    line-height: 11px !important
}

#pagination>div {
    float: left;
    margin: 0 5px 0 0
}

#pagination>div:first-child {
    margin-left: 0
}

#pagination .next a:hover,
#pagination .prev a:hover,
#pagination a.page-numbers:hover,
#pagination span.page-numbers.current,
.woocommerce .container-wrap nav.woocommerce-pagination ul li:hover span,
.woocommerce nav.woocommerce-pagination ul li a:active,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background-color: #000
}

#pagination span {
    cursor: default
}

#pagination a,
#pagination span {
    display: inline-block
}

#pagination .next a,
#pagination .next.inactive,
#pagination .page-numbers.next,
#pagination .page-numbers.prev,
#pagination .prev a,
#pagination .prev.inactive,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
    background-repeat: no-repeat !important;
    height: 32px;
    text-indent: -9999px;
    width: 32px
}

#pagination a.page-numbers,
#pagination span.page-numbers {
    font-size: 12px;
    line-height: 11px
}

#pagination .next.inactive,
#pagination .prev.inactive {
    background-color: #eae8e5;
    cursor: default !important;
    height: 32px;
    margin: 0 5px 0 0;
    width: 32px
}

#pagination .next a,
#pagination .next.inactive,
#pagination .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
    background-image: url(../../../../../../../themes/stepps/img/icons/portfolio-arrows.png);
    background-position: -20px 12px
}

#pagination .page-numbers.prev,
#pagination .prev a,
#pagination .prev.inactive,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
    background-image: url(../../../../../../../themes/stepps/img/icons/portfolio-arrows.png);
    background-position: 13px 12px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {

    #pagination .next a,
    #pagination .next.inactive,
    #pagination .page-numbers.next,
    #pagination .page-numbers.prev,
    #pagination .prev a,
    #pagination .prev.inactive,
    .woocommerce nav.woocommerce-pagination ul li .page-numbers.next,
    .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
        background-image: url(../../../../../../../themes/stepps/img/icons/portfolio-arrows-2x.png);
        background-size: 40px 9px
    }
}

#author-bio {
    border-bottom: 1px solid #ddd;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    margin-bottom: 50px;
    margin-top: 0;
    min-height: 80px;
    padding-bottom: 50px;
    position: relative
}

#author-bio #author-info {
    padding-left: 105px;
    width: 100%
}

#author-bio img {
    height: 80px;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    width: 80px
}

#author-bio .clear {
    padding-bottom: 0
}

.auto_meta_overlaid_spaced .masonry-blog-item,
.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12 {
    padding: 4px
}

.post-area.auto_meta_overlaid_spaced,
body[data-col-gap] .vc_row-fluid .span_12.post-area.auto_meta_overlaid_spaced[data-ams="4px"] {
    margin: 0 0 0 -4px
}

body .post-area.auto_meta_overlaid_spaced.span_12 {
    width: calc(100% + 8px)
}

.auto_meta_overlaid_spaced[data-ams="8px"] .masonry-blog-item,
.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams="8px"] {
    padding: 8px
}

.post-area.auto_meta_overlaid_spaced[data-ams="8px"],
body[data-col-gap] .vc_row-fluid .span_12.post-area.auto_meta_overlaid_spaced[data-ams="8px"] {
    margin: 0 0 0 -8px
}

body .post-area.auto_meta_overlaid_spaced.span_12[data-ams="8px"] {
    width: calc(100% + 16px)
}

.auto_meta_overlaid_spaced[data-ams="12px"] .masonry-blog-item,
.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams="12px"] {
    padding: 12px
}

.post-area.auto_meta_overlaid_spaced[data-ams="12px"],
body[data-col-gap] .vc_row-fluid .span_12.post-area.auto_meta_overlaid_spaced[data-ams="12px"] {
    margin: 0 0 0 -12px
}

body .post-area.auto_meta_overlaid_spaced.span_12[data-ams="12px"] {
    width: calc(100% + 24px)
}

.auto_meta_overlaid_spaced[data-ams="16px"] .masonry-blog-item,
.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams="16px"] {
    padding: 16px
}

.post-area.auto_meta_overlaid_spaced[data-ams="16px"],
body[data-col-gap] .vc_row-fluid .span_12.post-area.auto_meta_overlaid_spaced[data-ams="16px"] {
    margin: 0 0 0 -16px
}

body .post-area.auto_meta_overlaid_spaced.span_12[data-ams="16px"] {
    width: calc(100% + 32px)
}

.auto_meta_overlaid_spaced[data-ams="20px"] .masonry-blog-item,
.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams="20px"] {
    padding: 20px
}

.post-area.auto_meta_overlaid_spaced[data-ams="20px"],
body[data-col-gap] .vc_row-fluid .span_12.post-area.auto_meta_overlaid_spaced[data-ams="20px"] {
    margin: 0 0 0 -20px
}

body .post-area.auto_meta_overlaid_spaced.span_12[data-ams="20px"] {
    width: calc(100% + 40px)
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12,
.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams],
body[data-col-gap] .vc_row-fluid .blog-fullwidth-wrap .span_12.post-area.auto_meta_overlaid_spaced[data-ams] {
    margin: 0;
    width: 100% !important
}

.auto_meta_overlaid_spaced .post-header .meta-author,
.auto_meta_overlaid_spaced .post-header .meta-category,
.auto_meta_overlaid_spaced .post-header .meta-comment-count {
    display: none
}

.auto_meta_overlaid_spaced .masonry-blog-item .inner-wrap {
    background-color: transparent;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    transform: translateZ(0)
}

.ascend .auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap,
.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap,
.auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner,
.auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner {
    padding: 30px !important
}

.auto_meta_overlaid_spaced .content-inner>a,
.auto_meta_overlaid_spaced .masonry-blog-item .content-inner,
.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img,
.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
    bottom: 0;
    height: 75%;
    top: auto
}

body .auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background-position: 50%;
    background-size: cover;
    height: 100.5%;
    transition: transform .7s cubic-bezier(.2, 1, .22, 1), opacity .5s ease;
    width: 100.5%
}

.auto_meta_overlaid_spaced .masonry-blog-item .content-inner {
    background-color: rgba(0, 0, 0, .3)
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img[data-nectar-img-src],
.post-area.featured_img_left .post-featured-img[data-nectar-img-src] {
    opacity: 0
}

body .auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img.no-img {
    background-color: rgba(0, 0, 0, .2)
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 35, 35, 0)), to(rgba(35, 35, 35, .65)));
    background: -o-linear-gradient(top, rgba(35, 35, 35, 0), rgba(35, 35, 35, .65) 100%);
    background: linear-gradient(180deg, rgba(35, 35, 35, 0), rgba(35, 35, 35, .65));
    content: ""
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.auto_meta_overlaid_spaced .masonry-blog-item .content-inner>a {
    z-index: 30
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap {
    left: 0
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap,
.auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner,
.auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner {
    bottom: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 33
}

.auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner,
.auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner {
    height: 100%
}

.auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner .link-wrap,
.auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner .quote-wrap {
    bottom: 0;
    height: auto;
    left: 0;
    padding: 30px;
    position: absolute;
    width: 100%
}

.auto_meta_overlaid_spaced .post.link .full-post-link,
.auto_meta_overlaid_spaced .post.quote .full-post-link {
    pointer-events: all
}

.auto_meta_overlaid_spaced.post-area.masonry .post .link-inner,
.auto_meta_overlaid_spaced.post-area.masonry .post .quote-inner {
    margin-bottom: 0
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap h3 a,
.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap h3 a:hover,
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
    color: #fff !important;
    transition: opacity .37s cubic-bezier(.52, .01, .16, 1)
}

.auto_meta_overlaid_spaced .meta-category a,
.auto_meta_overlaid_spaced .post.quote .author {
    font-weight: 600
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
    opacity: .72
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:hover {
    opacity: 1
}

.post-area.auto_meta_overlaid_spaced .posts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-content {
    height: 50vh
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap .meta-category {
    pointer-events: all
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item {
    display: block;
    width: 25%
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1),
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6),
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7),
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) {
    width: 50%
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1) .post-header,
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6) .post-header,
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7) .post-header,
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) .post-header {
    max-width: 55%
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-header,
.auto_meta_overlaid_spaced .masonry-blog-item .post-header h3 {
    margin-bottom: 0
}

.post-area.masonry.span_9.auto_meta_overlaid_spaced .masonry-blog-item {
    width: 50%
}

.post-area.masonry.span_9.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(3n+1) {
    width: 100%
}

@media only screen and (max-width:690px) {
    .post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-content {
        height: 33vh
    }
}

@media only screen and (max-width:999px) {
    .post-area.masonry.auto_meta_overlaid_spaced .masonry-blog-item {
        width: 50%
    }

    .post-area.masonry.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(3n+1) {
        width: 100%
    }
}

@media only screen and (max-width:1600px) and (min-width:1001px) {
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item {
        width: 25%
    }

    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-header {
        max-width: 100%
    }

    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1),
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6),
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7),
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) {
        width: 50%
    }

    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1) .post-header,
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6) .post-header,
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7) .post-header,
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) .post-header {
        max-width: 55%
    }
}

@media only screen and (min-width:1601px) {
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item {
        width: 20%
    }

    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-header {
        max-width: 100%
    }

    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+1),
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+10),
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+7),
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+9) {
        width: 40%
    }

    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+1) .post-header,
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+10) .post-header,
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+7) .post-header,
    .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+9) .post-header {
        max-width: 55%
    }
}

.auto_meta_overlaid_spaced article .content-inner>.play svg {
    height: 14px;
    width: 14px
}

.auto_meta_overlaid_spaced article .content-inner>.play {
    height: 60px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 60px;
    z-index: 100
}

.auto_meta_overlaid_spaced article .content-inner>.play:before {
    border-width: 3px
}

.auto_meta_overlaid_spaced article:hover .content-inner>.play:before {
    opacity: .4;
    transform: scale(1.14);
    -webkit-transform: scale(1.14)
}

.auto_meta_overlaid_spaced article .content-inner>.play svg path {
    fill: #fff
}

body .blog-recent[data-style*=classic_enhanced] .post-meta {
    border-right: 0;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 300
}

.masonry.classic_enhanced .post .post-header h2 a {
    color: inherit
}

.blog-recent[data-style*=classic_enhanced] .post-meta a,
.blog-recent[data-style*=classic_enhanced] .post-meta i:not(.icon-salient-heart),
.masonry.classic_enhanced .post .post-meta a,
.masonry.classic_enhanced .post .post-meta i:not(.icon-salient-heart) {
    transition: color .1s linear;
    -webkit-transition: color .1s linear
}

.blog-recent[data-style*=classic_enhanced] .excerpt,
.blog-recent[data-style*=classic_enhanced] .post-meta a,
.blog-recent[data-style*=classic_enhanced] .post-meta a .nectar-love-count,
.masonry.classic_enhanced .post .excerpt,
.masonry.classic_enhanced .post .post-meta a,
.masonry.classic_enhanced .post-header {
    color: #888
}

.blog-recent[data-style*=classic_enhanced] .post-header,
.blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-count,
.blog-recent[data-style*=classic_enhanced] .post-meta a,
.masonry.classic_enhanced .post .post-meta a,
.masonry.classic_enhanced .post-header,
.masonry.classic_enhanced .post-meta .nectar-love-count {
    font-size: 12px
}

.blog-recent[data-style*=classic_enhanced] .post-header .icon-salient-m-clock,
.blog-recent[data-style*=classic_enhanced] .post-meta i,
.masonry.classic_enhanced .post .post-header .icon-salient-m-clock,
.masonry.classic_enhanced .post .post-meta i {
    color: #b9b9b9
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-meta i,
.masonry.classic_enhanced .post.wide_tall .post-meta i {
    color: hsla(0, 0%, 100%, .5)
}

.blog-recent[data-style*=classic_enhanced] .post-meta a,
.masonry.classic_enhanced .post .post-meta a {
    display: inline-block;
    vertical-align: middle
}

.blog-recent[data-style*=classic_enhanced] .post-meta i,
.masonry.classic_enhanced .post .post-meta i {
    font-size: 14px;
    margin-right: 3px;
    top: 0;
    width: 15px
}

.blog-recent[data-style*=classic_enhanced] .post-meta .icon-salient-heart-2,
.masonry.classic_enhanced .post .post-meta .icon-salient-heart-2 {
    margin-right: 0
}

.blog-recent[data-style*=classic_enhanced] .post-meta .meta-comment-count i,
.masonry.classic_enhanced .post .post-meta .meta-comment-count i {
    width: 14px
}

.blog-recent[data-style*=classic_enhanced] .post-header .icon-salient-m-clock,
.masonry.classic_enhanced .post .post-header .icon-salient-m-clock {
    font-size: 14px;
    margin-right: 5px;
    top: 0;
    width: 14px
}

.blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .meta-category a,
.masonry.classic_enhanced .posts-container .large_featured .meta-category a,
.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .meta-category a {
    border: 2px solid rgba(0, 0, 0, .2);
    color: #000
}

body[data-button-style^=rounded] .blog-recent[data-style*=classic_enhanced] .meta-category a,
body[data-button-style^=rounded] .masonry.classic_enhanced .posts-container article .meta-category a {
    border-radius: 100px
}

.blog-recent[data-style*=classic_enhanced] .meta-category a,
.masonry.classic_enhanced .posts-container .wide_tall .meta-category a,
.masonry.classic_enhanced .posts-container article .meta-category a {
    border: 2px solid hsla(0, 0%, 100%, .5);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0 10px;
    text-transform: uppercase;
    transition: all .2s ease
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap:not(.has-post-thumbnail) .meta-category a,
body .blog-recent[data-style*=classic_enhanced_alt] .meta-category a {
    border: 2px solid hsla(0, 0%, 100%, .5);
    color: #fff
}

.blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .meta-category a:hover,
.masonry.classic_enhanced .posts-container article .meta-category a:hover,
body .blog-recent[data-style*=classic_enhanced] .meta-category a:hover {
    border: 2px solid transparent;
    color: #fff
}

.blog-recent[data-style*=classic_enhanced] .has-post-thumbnail .meta-category a,
.blog-recent[data-style*=classic_enhanced] .meta-category a,
.masonry.classic_enhanced .posts-container .has-post-thumbnail .meta-category a {
    left: 20px;
    position: absolute;
    top: 20px;
    z-index: 101
}

body .blog-recent[data-style*=classic_enhanced] .meta-category a {
    z-index: 301
}

.blog-recent[data-style*=classic_enhanced] .meta-category a,
.masonry.classic_enhanced .posts-container article .meta-category a {
    position: relative;
    z-index: 101
}

.blog-recent[data-style*=classic_enhanced] .meta-category a:not(:first-child),
.masonry.classic_enhanced .posts-container article .meta-category a:not(:first-child) {
    display: none
}

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .meta-category a {
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 20px
}

.blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-wrap,
.masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap {
    display: inline-block;
    float: none
}

.blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-wrap .nectar-love .heart-wrap,
.blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-wrap .nectar-love .nectar-love-count,
.blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love-wrap .nectar-love i,
.masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love .heart-wrap,
.masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love .nectar-love-count,
.masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love i {
    display: block;
    float: left;
    line-height: 18px
}

.blog-recent[data-style*=classic_enhanced_alt] .inner-wrap {
    overflow: hidden
}

.blog-recent[data-style*=classic_enhanced_alt] .inner-wrap.has-post-thumbnail {
    background-color: transparent
}

.blog-recent[data-style*=classic_enhanced] .post-meta,
.post-area.masonry.classic_enhanced .post .post-meta {
    border-top: 1px solid rgba(0, 0, 0, .06);
    padding: 6px 21px;
    position: relative;
    z-index: 101
}

.post-area.masonry.classic_enhanced .post.format-link.has-post-thumbnail .post-featured-img,
.post-area.masonry.classic_enhanced .post.format-quote.has-post-thumbnail .post-featured-img,
.post-area.masonry.classic_enhanced .post.wide_tall.format-video .video-play-button {
    display: none
}

.span_12.light .blog-recent[data-style=classic_enhanced] h3.title,
.span_12.light .masonry.classic_enhanced .masonry-blog-item h3.title {
    color: #444
}

.blog-recent[data-style*=classic_enhanced] .inner-wrap,
.masonry.classic_enhanced .masonry-blog-item .inner-wrap {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    overflow: hidden
}

.blog-recent[data-style*=classic_enhanced] .inner-wrap {
    perspective: none
}

body:not(.ascend) .masonry.classic_enhanced .masonry-blog-item .inner-wrap {
    padding: 0
}

body:not(.ascend) .masonry.classic_enhanced .post .content-inner {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.post-area.masonry.classic_enhanced .post.large_featured:not(.format-link):not(.format-quote) .content-inner {
    background-color: #fff;
    height: 100%;
    position: relative;
    width: 50%;
    z-index: 100
}

.masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%
}

.post-area.masonry.classic_enhanced .post:not(.wide_tall) .img-link {
    display: block;
    position: relative
}

.post-area.masonry.classic_enhanced .post.large_featured .post-content {
    height: 100%
}

.post-area.masonry.classic_enhanced .post.large_featured .img-link,
.post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 100
}

.post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity .cell,
.post-area.masonry.classic_enhanced .post.large_featured .post-featured-img,
.post-area.masonry.classic_enhanced .post.wide_tall .nectar-flickity .cell {
    background-color: #333;
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: 100
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-featured-img,
.post-area.masonry.classic_enhanced .post.wide_tall .nectar-flickity,
.post-area.masonry.classic_enhanced .post.wide_tall .post-featured-img {
    background-color: #777;
    background-position: 50%;
    background-size: cover;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-featured-img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap>.img-link {
    border-radius: 4px;
    display: block;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.post-area.masonry.classic_enhanced .post.wide_tall.format-link .post-featured-img,
.post-area.masonry.classic_enhanced .post.wide_tall.format-quote .post-featured-img {
    opacity: .1
}

.post-area.masonry.classic_enhanced .post.large_featured .flickity-slider .cell,
.post-area.masonry.classic_enhanced .post.large_featured .flickity-viewport,
.post-area.masonry.classic_enhanced .post.wide_tall .flickity-slider .cell,
.post-area.masonry.classic_enhanced .post.wide_tall .flickity-viewport {
    height: 100% !important
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .meta-category,
.post-area.masonry.classic_enhanced .post.wide_tall .meta-category {
    display: block;
    position: relative;
    z-index: 1000
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap h3,
.post-area.masonry.classic_enhanced .post.wide_tall h3,
.span_12.light .post-area.masonry.classic_enhanced .post.wide_tall h3 {
    color: #fff
}

.post-area.masonry.classic_enhanced article h3:hover a {
    color: inherit
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap:after,
.post-area.masonry.classic_enhanced .post.wide_tall .inner-wrap:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-2%, hsla(0, 0%, 100%, 0)), color-stop(35%, transparent), color-stop(44%, rgba(0, 0, 0, .04)), color-stop(100%, rgba(0, 0, 0, .25)), to(rgba(0, 0, 0, .5)));
    background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0) -2%, transparent 35%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .25) 100%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) -2%, transparent 35%, rgba(0, 0, 0, .04) 44%, rgba(0, 0, 0, .25) 100%, rgba(0, 0, 0, .5) 0);
    border-radius: 4px;
    bottom: 0;
    content: " ";
    height: 45%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 11
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap:before,
.post-area.masonry.classic_enhanced .post.wide_tall:not(.format-quote):not(.format-link) .inner-wrap:before {
    background-color: rgba(0, 0, 0, .43);
    bottom: 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 11
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap:before {
    background-color: rgba(0, 0, 0, .55);
    border-radius: 4px
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .excerpt,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .nectar-love span,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-header,
.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-meta a,
.masonry.classic_enhanced .post.wide_tall .excerpt,
.masonry.classic_enhanced .post.wide_tall .nectar-love span,
.masonry.classic_enhanced .post.wide_tall .post-meta a,
.masonry.classic_enhanced .wide_tall .post-header {
    color: hsla(0, 0%, 100%, .9)
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-meta,
.post-area.masonry.classic_enhanced .post.wide_tall .post-meta {
    border-color: hsla(0, 0%, 100%, .15)
}

.post-area.masonry.classic_enhanced .post.wide_tall .article-content-wrap {
    background-color: transparent;
    left: 0;
    padding: 20%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    z-index: 100
}

.post-area.masonry.classic_enhanced .post.large_featured .post-meta {
    bottom: 0;
    left: 0;
    position: absolute;
    top: auto;
    width: 50%;
    z-index: 1000
}

.masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap {
    padding: 21%
}

.masonry.classic_enhanced .masonry-blog-item h3.title {
    line-height: 26px
}

.post-area.masonry.classic_enhanced .post.link .post-content .link-inner,
.post-area.masonry.classic_enhanced .post.quote .post-content .quote-inner {
    padding: 0
}

.post-area.masonry.classic_enhanced .post.link .content-inner,
.post-area.masonry.classic_enhanced .post.link .link-inner,
.post-area.masonry.classic_enhanced .post.link .post-content,
.post-area.masonry.classic_enhanced .post.quote .content-inner,
.post-area.masonry.classic_enhanced .post.quote .post-content,
.post-area.masonry.classic_enhanced .post.quote .quote-inner,
.post-area.masonry.classic_enhanced .post.wide_tall .conent-inner a,
.post-area.masonry.classic_enhanced .post.wide_tall .content-inner,
.post-area.masonry.classic_enhanced .post.wide_tall .post-content {
    height: 100%
}

.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .article-content-wrap,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .article-content-wrap,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .article-content-wrap,
.post-area.masonry.classic_enhanced .link-wrap,
.post-area.masonry.classic_enhanced .quote-wrap {
    display: block;
    left: 0;
    padding: 17% !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 10
}

.post-area.masonry.classic_enhanced .large_featured .link-wrap,
.post-area.masonry.classic_enhanced .large_featured .quote-wrap {
    padding: 10.5% !important
}

@media only screen and (min-width:1000px) {
    .blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .article-content-wrap {
        display: block;
        left: 0;
        padding: 17%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 10
    }
}

.blog-recent[data-style*=classic_enhanced] .inner-wrap:not(.has-post-thumbnail) .article-content-wrap {
    width: 100%
}

.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .content-inner,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .post-content,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .content-inner,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-content,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .content-inner,
.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .post-content {
    height: 100%
}

.masonry.classic_enhanced .posts-container article .video-play-button svg {
    display: block;
    height: 16px;
    width: 16px
}

.masonry.classic_enhanced .posts-container article .video-play-button {
    border-radius: 100px;
    color: #fff;
    font-size: 40px;
    height: 70px;
    left: 50%;
    line-height: 70px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transition: all .21s cubic-bezier(.5, .5, .4, .88);
    width: 70px;
    z-index: 1000
}

.masonry.classic_enhanced .posts-container .format-audio:hover .video-play-button,
.masonry.classic_enhanced .posts-container .format-video:hover .video-play-button {
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .17);
    transform: translateY(-50%) translateX(-50%) scale(1.18);
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.18)
}

.masonry.classic_enhanced .posts-container .wide_tall .video-play-button,
.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .video-play-button {
    left: 0;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    transform: none;
    -webkit-transform: none
}

.masonry.classic_enhanced .posts-container .wide_tall:hover .video-play-button,
.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail):hover .video-play-button {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.masonry.classic_enhanced .posts-container .large_featured .video-play-button {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.blog-recent[data-style=classic_enhanced_alt] .inner-wrap .post-meta,
.post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .post-meta.no-img,
.post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-meta.no-img,
.post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .post-meta.no-img,
.post-area.masonry.classic_enhanced .post.wide_tall .post-meta {
    bottom: 0;
    left: 0;
    position: absolute !important;
    top: auto !important;
    width: 100%;
    z-index: 101
}

@media only screen and (min-width:1000px) {
    .masonry.classic_enhanced .masonry-blog-item.large_featured h3.title {
        font-size: 30px;
        line-height: 36px
    }

    .blog-recent[data-style*=classic_enhanced].related-posts .col {
        margin-bottom: 0
    }
}

.blog-recent[data-style*=classic_enhanced].related-posts .article-content-wrap {
    padding: 30px
}

.blog-recent[data-style*=classic_enhanced].related-posts .article-content-wrap .post-header {
    margin-bottom: 0
}

.blog-recent[data-style*=classic_enhanced].related-posts .post-meta {
    padding: 10px 21px
}

.blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap {
    padding-bottom: 52px !important
}

.container-wrap[data-remove-post-author="1"][data-remove-post-date="1"] .blog-recent[data-style*=classic_enhanced].related-posts .inner-wrap {
    padding-bottom: 0 !important
}

.blog-recent[data-style*=classic_enhanced] .post-meta>*,
.post-area.masonry.classic_enhanced .post .post-meta>* {
    margin-left: 0;
    margin-right: 13px
}

.post-area.masonry.classic_enhanced .post .content-inner {
    position: static
}

.blog-recent[data-style*=classic_enhanced] .post-meta>:last-child,
.post-area.masonry.classic_enhanced .post .post-meta>:last-child {
    margin-right: 0
}

.blog-recent[data-style*=classic_enhanced] .post-meta .nectar-love,
.post-area.masonry.classic_enhanced .post .post-meta .nectar-love {
    margin-left: 0
}

.blog-recent[data-style*=classic_enhanced_alt] .post-featured-img img,
.post-area.masonry.classic_enhanced .post .post-meta .nectar-love .icon-salient-heart,
.post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity .cell img,
.post-area.masonry.classic_enhanced .post.large_featured .post-featured-img img,
.post-area.masonry.classic_enhanced .post.wide_tall .nectar-flickity .cell img,
.post-area.masonry.classic_enhanced .post.wide_tall .post-featured-img img {
    display: none
}

.blog-recent[data-style*=classic_enhanced] .article-content-wrap,
.masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
    background-color: #fff;
    padding: 17%;
    position: relative;
    z-index: 100
}

.blog-recent[data-style*=classic_enhanced] h3.title,
.masonry.classic_enhanced .masonry-blog-item h3.title {
    margin-bottom: 0
}

@media only screen and (max-width:690px) {
    .post-area.masonry.classic_enhanced .post.large_featured:not(.format-link):not(.format-quote) .content-inner {
        height: auto;
        position: static;
        width: 100%
    }

    .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .article-content-wrap,
    body .masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap,
    body .post-area.masonry.classic_enhanced .post.wide_tall .article-content-wrap {
        height: auto !important;
        padding: 17%;
        position: relative;
        top: auto;
        transform: none
    }

    .post-area.masonry.classic_enhanced .link-wrap,
    .post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-meta.no-img,
    .post-area.masonry.classic_enhanced .post.large_featured .post-meta,
    .post-area.masonry.classic_enhanced .post.wide_tall .post-meta,
    .post-area.masonry.classic_enhanced .quote-wrap {
        position: relative;
        width: 100% !important
    }

    body .post-area.masonry.classic_enhanced .post.wide_tall .article-content-wrap {
        padding: 30% 17%
    }

    .post-area.masonry.classic_enhanced .post.wide_tall .post-meta {
        position: absolute
    }

    .post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity {
        height: 280px;
        overflow: hidden;
        position: relative;
        width: 100%;
        z-index: 110
    }

    .post-area.masonry.classic_enhanced .link-wrap,
    .post-area.masonry.classic_enhanced .quote-wrap,
    body .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .article-content-wrap,
    body .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .article-content-wrap {
        height: auto !important;
        position: relative;
        transform: none
    }

    .post-area.masonry.classic_enhanced .post.large_featured .meta-category a {
        border: 2px solid hsla(0, 0%, 100%, .5);
        color: #fff
    }

    .post-area.masonry.classic_enhanced .post.large_featured .img-link {
        height: 280px;
        position: relative;
        width: 100%
    }

    .masonry.classic_enhanced .masonry-blog-item,
    .post-area.masonry.classic_enhanced .post.large_featured,
    .post-area.masonry.classic_enhanced .post.regular .article-content-wrap,
    .post-area.masonry.classic_enhanced .post.regular.format-audio.has-post-thumbnail,
    .post-area.masonry.classic_enhanced .post.regular.format-standard.has-post-thumbnail,
    .post-area.masonry.classic_enhanced .post.regular.format-video.has-post-thumbnail {
        height: auto !important
    }

    .post-area.masonry.classic_enhanced .posts-container:not(.meta-moved) .post-content>.post-meta {
        opacity: 0;
        position: absolute !important
    }
}

.post-area.masonry.meta_overlaid {
    margin-bottom: 0
}

.post-area.masonry.meta_overlaid .posts-container {
    overflow: hidden
}

body[data-ext-responsive=true] .post-area.masonry.meta_overlaid {
    width: 100%
}

body.blog .post-area.masonry.meta_overlaid.infinite_scroll #pagination {
    margin-bottom: 0
}

body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap {
    padding: 20px
}

body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap>:not(.post-header) {
    display: none
}

.post-area.masonry.meta_overlaid .post .post-meta {
    line-height: 26px;
    margin: 0 0 3px
}

.post-area.masonry.meta_overlaid .post.large_featured .post-meta,
.post-area.masonry.meta_overlaid .post.wide_tall .post-meta {
    margin: 6px 0
}

body .post-area.masonry.meta_overlaid .post.link .post-content .destination,
body .post-area.masonry.meta_overlaid .post.quote .quote-inner .author,
body .post-area.masonry.meta_overlaid article.post .post-meta .date {
    float: none !important;
    font-size: 12px
}

.post-area.masonry.meta_overlaid article .post-header {
    font-size: 12px
}

body .meta_overlaid .post .post-header h3 {
    font-size: 18px;
    margin-bottom: 6px
}

body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap .meta-category,
body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap .meta-comment-count {
    display: none
}

body .masonry.meta_overlaid .masonry-blog-item {
    margin-bottom: 0
}

body .masonry.meta_overlaid .masonry-blog-item .post-featured-img:before {
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), transparent 1%, rgba(0, 0, 0, .06) 16%, rgba(0, 0, 0, .4) 75%, rgba(0, 0, 0, .6));
    bottom: 0;
    content: "";
    display: block;
    height: 50%;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all .3s ease-in-out 0s;
    width: 100%;
    z-index: 1
}

body .masonry.meta_overlaid .masonry-blog-item:hover .post-featured-img:before {
    opacity: 1
}

body .masonry.meta_overlaid .masonry-blog-item .post-featured-img img {
    opacity: .85;
    transition: opacity .3s ease-in-out 0s
}

body .masonry.meta_overlaid .masonry-blog-item .post-featured-img img.nectar-lazy:not(.loaded) {
    opacity: 0
}

body .masonry.meta_overlaid .masonry-blog-item:hover .post-featured-img:hover img {
    opacity: 1
}

body .masonry.meta_overlaid .content-inner>a {
    height: 100%
}

body .masonry.meta_overlaid .content-inner>a>.post-featured-img {
    background-color: #000
}

.masonry.meta_overlaid .masonry-blog-item .bottom-line,
.masonry.meta_overlaid .masonry-blog-item .more-link {
    display: none
}

.masonry.meta_overlaid .masonry-blog-item,
.masonry.meta_overlaid .masonry-blog-item .mejs-container .mejs-controls {
    box-shadow: none
}

.masonry.meta_overlaid .masonry-blog-item .post-meta {
    padding: 0 18px
}

.masonry.meta_overlaid .post .nectar-love-wrap {
    line-height: 20px
}

.masonry.meta_overlaid .masonry-blog-item {
    padding: 0
}

.masonry.meta_overlaid .masonry-blog-item .content-inner .post-featured-img img,
.masonry.meta_overlaid .masonry-blog-item .content-inner.gallery-slider img,
.masonry.meta_overlaid .masonry-blog-item .more-link,
.masonry.meta_overlaid .post .aside-inner,
.masonry.meta_overlaid .post .link-inner,
.masonry.meta_overlaid .post .quote-inner,
.masonry.meta_overlaid .post .status-inner {
    margin-bottom: 0 !important
}

.masonry.meta_overlaid .masonry-blog-item .content-inner {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.masonry.meta_overlaid .format-status .post-content .post-meta,
.masonry.meta_overlaid .post.format-aside .post-meta,
.masonry.meta_overlaid .post.link .post-content .post-meta,
.masonry.meta_overlaid .post.quote .post-content .post-meta {
    display: none
}

.masonry.meta_overlaid .post .post-header,
.masonry.meta_overlaid .post .post-header h3 a,
.masonry.meta_overlaid .post .post-header h3 a:hover {
    color: #fff
}

.masonry.meta_overlaid .post .post-header h3 a {
    display: block
}

body .masonry.meta_overlaid .content-inner>a,
body .masonry.meta_overlaid .content-inner>a>span {
    display: block;
    line-height: 1px
}

body .masonry.meta_overlaid article.post .post-header .meta-author span {
    font-size: 13px
}

body .masonry.meta_overlaid .post .post-header .meta-author a {
    color: #fff;
    margin-left: 4px;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear
}

body .masonry.meta_overlaid .post .post-header .meta-author a:hover {
    opacity: .85
}

body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap {
    bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10
}

body .post-area.masonry.meta_overlaid .masonry-blog-item.large_featured .post-meta .date,
body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall .post-meta .date {
    font-size: 16px
}

body .post-area.masonry.meta_overlaid .masonry-blog-item.large_featured {
    width: 100% !important
}

@media only screen and (min-width:690px) {

    body .masonry.meta_overlaid .masonry-blog-item.large_featured h3.title,
    body .masonry.meta_overlaid .masonry-blog-item.wide_tall h3.title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 12px
    }
}

body .masonry.meta_overlaid .post .content-inner,
body .masonry.meta_overlaid .post .post-content,
body .masonry.meta_overlaid .post .post-content .link-inner,
body .masonry.meta_overlaid .post.format-link .content-inner a,
body .masonry.meta_overlaid .post.quote .post-content .quote-inner {
    height: 100% !important;
    width: 100% !important
}

body .masonry.meta_overlaid .link-inner .link-wrap,
body .masonry.meta_overlaid .quote-inner .quote-wrap {
    display: block;
    padding: 0 12%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 100
}

body .masonry.meta_overlaid .post-content {
    min-height: 40px
}

body .post-area.masonry.meta_overlaid.span_9 {
    padding-right: 40px
}

.post-area.masonry.meta_overlaid .post .aside-inner,
.post-area.masonry.meta_overlaid .post .link-inner,
.post-area.masonry.meta_overlaid .post .quote-inner,
.post-area.masonry.meta_overlaid .post .status-inner {
    overflow: hidden;
    text-align: center
}

.post-area.standard-minimal .post-author {
    font-size: 12px;
    left: 0;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px
}

.post-area.standard-minimal.full-width-content .post {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 70px
}

.post-area.standard-minimal.full-width-content .posts-container>article:last-child {
    border: none
}

.post-area.standard-minimal.full-width-content .post .content-inner {
    border-bottom: 0;
    margin-bottom: 70px;
    padding-bottom: 0
}

.post-area.standard-minimal.full-width-content .post .more-link {
    margin-top: 25px
}

.post-area.standard-minimal.full-width-content #pagination {
    text-align: center
}

.post-area.standard-minimal.full-width-content #pagination>div {
    display: inline-block;
    float: none
}

.post-area.standard-minimal .post .more-link span {
    background-color: transparent;
    color: #333;
    padding: 0
}

.post-area.standard-minimal .post .content-inner .article-content-wrap .audio-wrap,
.post-area.standard-minimal .post .content-inner .article-content-wrap>.video>.wp-video,
.post-area.standard-minimal .post .content-inner .post-featured-img img,
.post-area.standard-minimal .post .content-inner .quote-inner,
.post-area.standard-minimal .post .post-header {
    margin-bottom: 60px !important
}

.post-area.standard-minimal .post .content-inner .quote-inner h3 {
    color: #fff;
    margin-bottom: 20px
}

.post-area.standard-minimal .post .content-inner .link-inner,
.post-area.standard-minimal .post .content-inner .quote-inner {
    padding: 10%;
    position: relative
}

.post-area.standard-minimal .link-wrap,
.post-area.standard-minimal .quote-wrap {
    position: relative;
    z-index: 100
}

.post-area.standard-minimal .post.link .post-content .link-inner .icon,
.post-area.standard-minimal .post.quote .post-content .quote-inner .icon {
    bottom: 30px;
    right: 30px
}

.post-area.standard-minimal .post .content-inner .quote-inner .author {
    padding-left: 30px;
    position: relative
}

.post-area.standard-minimal .post .content-inner .quote-inner .author:before {
    background-color: #fff;
    content: " ";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.post-area.standard-minimal .post .more-link {
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-right: 25px;
    position: relative
}

.post-area.standard-minimal .post .more-link span {
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1)
}

.post-area.standard-minimal .post .more-link span:after {
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "";
    display: inline-block;
    font-family: FontAwesome !important;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    height: 50px;
    letter-spacing: 0;
    line-height: 50px;
    margin-left: 15px;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 53%;
    transform: translateY(-50%) translateZ(0);
    transition: opacity .25s cubic-bezier(.12, .75, .4, 1), transform .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: opacity .25s cubic-bezier(.12, .75, .4, 1), -webkit-transform .25s cubic-bezier(.12, .75, .4, 1)
}

.post-area.standard-minimal .post .more-link:hover span:after {
    transform: translateX(12px) translateY(-50%);
    -webkit-transform: translateX(12px) translateY(-50%)
}

.post-area.standard-minimal .post .more-link:hover span:before {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0)
}

.post-area.standard-minimal .post .more-link span:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #000;
    content: " ";
    cursor: pointer;
    display: block;
    height: 2px;
    letter-spacing: 0;
    opacity: 0;
    position: absolute;
    right: -10px;
    top: 53%;
    transform: translateY(-50%) translateX(-20px) translateZ(0);
    -webkit-transform: translateY(-50%) translateX(-20px) translateZ(0);
    transition: opacity .25s cubic-bezier(.12, .75, .4, 1), transform .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: opacity .25s cubic-bezier(.12, .75, .4, 1), -webkit-transform .25s cubic-bezier(.12, .75, .4, 1);
    width: 22px;
    z-index: 100
}

.post-area.standard-minimal .post .more-link span,
.post-area.standard-minimal .post .post-meta .date {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

.post-area.standard-minimal .post .post-meta .date a {
    display: block
}

.post-area.standard-minimal .post .article-content-wrap .meta-category i,
.post-area.standard-minimal .post .article-content-wrap .meta-comment-count,
.post-area.standard-minimal .post .article-content-wrap .meta-comment-count a,
.post-area.standard-minimal .post .article-content-wrap .meta-comment-count a span,
.post-area.standard-minimal .post .article-content-wrap .meta-comment-count i,
.post-area.standard-minimal .post .article-content-wrap .nectar-love,
.post-area.standard-minimal .post .article-content-wrap .nectar-love i,
.post-area.standard-minimal .post .article-content-wrap .nectar-love-wrap,
.post-area.standard-minimal .post .article-content-wrap .nectar-love-wrap>span,
.post-area.standard-minimal .post .article-content-wrap .nectar-love>span {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    width: auto
}

.post-area.standard-minimal .post .more-link {
    margin-top: 15px
}

.post-area.standard-minimal .post .article-content-wrap .meta-category i {
    font-size: 20px
}

.post-area.standard-minimal .post .article-content-wrap .nectar-love>span {
    color: #aaa;
    font-size: 14px
}

.post-area.standard-minimal .post .article-content-wrap .meta-comment-count {
    margin-left: 15px
}

.post-area.standard-minimal .post .article-content-wrap .meta-category a,
.post-area.standard-minimal .post .article-content-wrap .meta-comment-count a {
    font-size: 14px
}

.post-area.standard-minimal .post .article-content-wrap .meta-category a:not(:hover),
.post-area.standard-minimal .post .article-content-wrap .meta-comment-count a:not(:hover) {
    color: #aaa
}

.post-area.standard-minimal .post .article-content-wrap .meta-category i,
.post-area.standard-minimal .post .article-content-wrap a i {
    font-size: 20px;
    margin-right: 5px;
    transition: color .2s linear;
    -webkit-transition: color .2s linear;
    width: 22px
}

.post-area.standard-minimal .post .article-content-wrap .meta-category:not(:hover) i,
.post-area.standard-minimal .post .article-content-wrap a:not(:hover) i:not(.loved) {
    color: #c1c1c1
}

.post-area.standard-minimal .post .article-content-wrap .flex-direction-nav a:not(:hover) i:not(.loved),
.post-area.standard-minimal .post .article-content-wrap .meta-category:not(:hover) .flex-direction-nav i {
    color: #fff
}

.post-area.standard-minimal .post .post-meta {
    margin-bottom: 0
}

.post-area.standard-minimal #pagination {
    padding-left: 0
}

.post-area.standard-minimal .post .post-meta,
.post-area.standard-minimal .post .post-meta .date {
    border: none;
    padding-bottom: 0;
    position: relative
}

.post-area.standard-minimal .post-content {
    overflow: hidden;
    padding-left: 175px
}

.single .post-area.standard-minimal .post-content {
    overflow: visible
}

.post-area.standard-minimal .post-author .grav-wrap {
    border-radius: 100px;
    height: 90px;
    margin: 0 auto 25px;
    overflow: hidden;
    width: 90px
}

#pagination {
    height: 32px;
    margin-bottom: 10px;
    position: relative;
    width: 100%
}

.standard-minimal.full-width-content.post-area #pagination {
    margin-bottom: 40px
}

.post-area.standard-minimal .post .post-meta.no-img {
    top: 0
}

.post-area.standard-minimal .post .nectar-love .icon-salient-heart {
    display: none
}

@media only screen and (min-width:690px) and (max-width:999px) {

    .container,
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 600px
    }

    .post-area.standard-minimal .post-author .grav-wrap {
        height: 70px;
        width: 70px
    }

    .post-area.standard-minimal .post-content {
        padding-left: 140px
    }
}

@media only screen and (max-width:321px) {
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 300px
    }
}

@media only screen and (min-width:480px) and (max-width:690px) {
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 420px
    }
}

@media only screen and (max-width:690px) {
    .post-area.standard-minimal .post-author {
        position: relative
    }

    .post-area.standard-minimal .grav-wrap {
        display: none
    }

    .post-area.standard-minimal .post-author {
        text-align: left;
        width: 100%
    }
}

#footer-outer,
#nectar_fullscreen_rows>#footer-outer.wpb_row .full-page-inner-wrap {
    background-color: #252525;
    color: #ccc;
    position: relative;
    z-index: 10
}

#footer-outer .row {
    margin-bottom: 0;
    padding: 55px 0
}

#footer-outer #footer-widgets[data-has-widgets=false] .row {
    padding: 0
}

#footer-outer .widget h4,
.text-on-hover-wrap .categories a {
    color: #777;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px
}

#footer-outer .widget {
    margin-bottom: 30px
}

#footer-outer .widget.widget_categories ul ul,
#footer-outer .widget.widget_nav_menu ul ul,
#footer-outer .widget.widget_pages ul ul,
#slide-out-widget-area .widget.widget_nav_menu ul ul {
    margin: 0 !important;
    padding: 0 0 0 20px
}

#footer-outer #footer-widgets .widget.widget_nav_menu li,
#footer-outer #footer-widgets .widget.widget_pages li,
#slide-out-widget-area .widget.widget_nav_menu li {
    border-bottom: 0;
    padding: 0 !important
}

#footer-outer .widget.widget_nav_menu li a,
#footer-outer .widget.widget_pages li a {
    border-bottom: 1px solid #444;
    display: block;
    padding: 8px 0
}

#ajax-content-wrap #footer-outer #footer-widgets .widget.widget_archive li a,
#ajax-content-wrap #footer-outer #footer-widgets .widget.widget_categories li a {
    border-bottom: 0;
    display: inline-block
}

#slide-out-widget-area .widget.widget_nav_menu li a {
    display: block;
    padding: 6px 20px
}

#footer-outer .widget.widget_categories>ul>li:first-child>a,
#footer-outer .widget.widget_nav_menu>ul>li:first-child>a,
#footer-outer .widget.widget_pages>ul>li:first-child>a,
#slide-out-widget-area .widget.widget_categories>ul>li:first-child>a,
#slide-out-widget-area .widget.widget_pages>ul>li:first-child>a {
    padding-top: 0
}

#footer-outer .span_3 .widget:last-child {
    margin-bottom: 0
}

#footer-outer a {
    color: #ccc
}

#footer-outer a:hover {
    color: #000
}

.original #footer-outer[data-link-hover=underline] #footer-widgets .col ul li a {
    border: none;
    padding: 0
}

.original #footer-outer[data-link-hover=underline] #footer-widgets .col ul li {
    border: none;
    padding: 4px 0 !important
}

#footer-outer[data-link-hover=underline] #footer-widgets .textwidget a:not(.nectar-button),
#footer-outer[data-link-hover=underline] #footer-widgets ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button),
#slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button),
#slide-out-widget-area.fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button) {
    background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000));
    background-image: -o-linear-gradient(left, #000 0, #000 100%);
    background-image: linear-gradient(90deg, #000 0, #000);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    transition: background-size .55s cubic-bezier(.2, .75, .5, 1), color .5s ease
}

#slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button),
#slide-out-widget-area.fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button) {
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background-image: -o-linear-gradient(left, #fff 0, #fff 100%);
    background-image: linear-gradient(90deg, #fff 0, #fff)
}

#ajax-content-wrap #footer-outer[data-link-hover=underline] #footer-widgets ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button),
#footer-outer[data-link-hover=underline] #footer-widgets .textwidget a:not(.nectar-button),
#slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button),
#slide-out-widget-area.fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button) {
    display: inline
}

#footer-outer[data-link-hover=underline] #footer-widgets .textwidget a:not(.nectar-button):hover,
#footer-outer[data-link-hover=underline] #footer-widgets ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button):hover,
#slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button):hover,
#slide-out-widget-area.fullscreen-split .widget ul:not([class*=nectar_blog_posts]) li>a:not(.tag-cloud-link):not(.nectar-button):hover {
    background-size: 100% 2px;
    opacity: 1
}

#footer-outer .widget ul li {
    margin-bottom: 7px
}

#footer-outer #copyright {
    background-color: #1c1c1c;
    color: #777;
    font-size: 12px;
    padding: 20px 0
}

#footer-outer #copyright li {
    float: left;
    margin-left: 20px
}

#footer-outer[data-cols="1"] #copyright .social li a {
    height: 50px
}

#footer-outer #copyright .container div:last-child {
    margin-bottom: 0
}

#footer-outer #copyright li a,
#header-secondary-outer #social li a {
    background-position: top;
    display: block;
    height: 24px;
    line-height: 22px;
    position: relative;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

#footer-outer #copyright li a i,
#header-secondary-outer #social li a i {
    color: #777;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

#footer-outer .icon-be,
#footer-outer .icon-salient-spotify,
#footer-outer .icon-vimeo {
    line-height: 32px
}

#footer-outer .fa-vine {
    font-size: 16px
}

#footer-outer[data-full-width="1"] .container {
    max-width: none;
    padding: 0 28px;
    width: 100%
}

#footer-outer #copyright li a i:hover {
    color: #000
}

#footer-outer #copyright li .behance,
#footer-outer #copyright li .vimeo,
#header-secondary-outer #social li .behance,
#header-secondary-outer #social li .vimeo {
    background-color: #666
}

#footer-outer #copyright li .behance:hover,
#footer-outer #copyright li .vimeo:hover,
#header-secondary-outer #social li .behance:hover,
#header-secondary-outer #social li .vimeo:hover {
    background-color: #000
}

#footer-outer #copyright p {
    line-height: 22px;
    margin-top: 3px
}

#footer-outer #copyright .col ul {
    float: right
}

#footer-outer #copyright li .facebook {
    width: 12px
}

#footer-outer #copyright li .twitter {
    width: 20px
}

#footer-outer #copyright li .dribbble {
    width: 24px
}

#footer-outer #copyright li .google-plus {
    width: 20px
}

#footer-outer #copyright li .pinterest {
    width: 17px
}

#footer-outer #copyright li .rss {
    width: 18px
}

#footer-outer #copyright li .vimeo {
    text-indent: -9999px;
    width: 20px
}

#footer-outer #copyright li .tumblr,
#footer-outer #copyright li .youtube {
    width: 21px
}

#footer-outer #copyright li .linkedin {
    width: 19px
}

#footer-outer #copyright li .behance {
    text-indent: -9999px;
    width: 27px
}

#footer-outer #copyright li .instagram {
    width: 20px
}

#footer-outer #copyright #social .icon-soundcloud {
    font-size: 26px
}

body #footer-outer i,
body #header-secondary-outer #social i {
    background-color: transparent;
    font-size: 20px;
    width: auto
}

#footer-outer #copyright i.icon-be {
    font-size: 24px
}

#header-secondary-outer #social li .icon-be {
    font-size: 18px
}

body[data-footer-reveal="1"] #ajax-content-wrap,
body[data-footer-reveal="1"] #ajax-content-wrap>.blurred-wrap {
    overflow: hidden
}

body[data-footer-reveal="1"] #footer-outer {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1
}

body[data-footer-reveal="1"] .container-wrap {
    margin-bottom: 280px
}

body[data-footer-reveal="1"][data-footer-reveal-shadow=small] .container-wrap {
    box-shadow: 0 5px 8px -3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 8px -3px rgba(0, 0, 0, .2)
}

body[data-footer-reveal="1"][data-footer-reveal-shadow=large] .container-wrap {
    box-shadow: 0 27px 25px -2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 27px 25px -2px rgba(0, 0, 0, .3)
}

body[data-footer-reveal="1"][data-footer-reveal-shadow=large_2] .container-wrap {
    box-shadow: 0 70px 110px -30px #000;
    -webkit-box-shadow: 0 70px 110px -30px #000
}

body[data-footer-reveal="1"][data-footer-reveal-shadow=large_2] #footer-outer .row {
    padding: 80px 0
}

body .container-wrap.no-shadow,
body[data-footer-reveal="1"][data-footer-reveal-shadow] .container-wrap.no-shadow {
    box-shadow: none
}

body[data-footer-reveal="1"] #call-to-action .triangle {
    display: none
}

@media only screen and (min-width:1000px) {
    #footer-widgets[data-cols="5"] .container .row>div {
        width: 19.5%
    }

    #footer-widgets[data-cols="5"] .container .row>div:first-child {
        width: 35%
    }
}

#footer-outer .col {
    min-height: 1px;
    z-index: 10
}

#footer-outer[data-cols="1"] .col {
    text-align: center
}

#footer-outer[data-cols="1"] #footer-widgets .container .col {
    width: 100%
}

#footer-outer[data-cols="1"] #footer-widgets .span_12>div:last-child {
    margin-bottom: 0
}

#footer-outer #copyright[data-layout=centered] .col,
#footer-outer #copyright[data-layout=centered] .col ul,
#footer-outer[data-cols="1"] #copyright .col,
#footer-outer[data-cols="1"] #copyright .col ul {
    float: none;
    width: 100%
}

#footer-outer #copyright[data-layout=centered] .col .social li {
    margin-top: 25px
}

#footer-outer[data-cols="1"] #copyright #social li a {
    display: block;
    height: 50px;
    width: 50px
}

#footer-outer:not([data-cols="1"]) #copyright[data-layout=centered] .social li a {
    height: 30px;
    line-height: 30px;
    width: 30px
}

#footer-outer[data-cols="1"] #copyright li a i {
    font-size: 20px;
    height: 50px;
    line-height: 48px;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    width: 50px
}

#footer-outer[data-cols="1"] #copyright li a:hover i {
    border-color: #fff;
    color: #fff
}

#footer-outer[data-cols="1"] #copyright .col ul li {
    margin-bottom: 25px
}

#footer-outer #copyright[data-layout=centered],
#footer-outer[data-cols="1"] #copyright {
    padding: 45px 0
}

#footer-outer #copyright[data-layout=centered] li,
#footer-outer[data-cols="1"] #copyright li,
#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li {
    display: inline-block;
    float: none;
    margin: 0 10px;
    width: auto
}

@media only screen and (min-width:1000px) {
    #footer-outer #copyright[data-layout=centered] .col.span_5 {
        margin: 0 auto;
        max-width: 70%
    }
}

@media only screen and (max-width:999px) {
    #footer-outer #copyright[data-layout=centered] .col.span_5 {
        margin-bottom: 0
    }
}

#footer-outer #copyright[data-layout=centered] .widget,
#footer-outer[data-cols="1"] #copyright .widget {
    margin-bottom: 0
}

.ascend #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li:first-child,
.material #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li:first-child {
    padding-top: 4px !important
}

#footer-outer #copyright[data-layout=centered] .widget_nav_menu li,
#footer-outer #copyright[data-layout=centered] .widget_pages li,
#footer-outer[data-cols="1"] #copyright .widget_nav_menu li,
#footer-outer[data-cols="1"] #copyright .widget_pages li,
#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li {
    margin: 0 15px;
    text-align: left;
    vertical-align: top
}

#footer-outer #copyright[data-layout=centered] .widget_nav_menu li ul,
#footer-outer #copyright[data-layout=centered] .widget_pages li ul,
#footer-outer[data-cols="1"] #copyright .widget_nav_menu li ul,
#footer-outer[data-cols="1"] #copyright .widget_pages li ul,
#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li ul {
    margin-left: 0;
    padding-left: 0
}

#footer-outer #copyright[data-layout=centered] .widget_nav_menu li ul li,
#footer-outer #copyright[data-layout=centered] .widget_pages li ul li,
#footer-outer[data-cols="1"] #copyright .widget_nav_menu li ul li,
#footer-outer[data-cols="1"] #copyright .widget_pages li ul li,
#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li ul li {
    display: block;
    margin-left: 0
}

#footer-outer #copyright .widget_products img,
#footer-outer #copyright[data-layout=centered] .widget .arrow-circle,
#footer-outer #copyright[data-layout=centered] .widget [data-style=minimal-counter]>li:before,
#footer-outer[data-cols="1"] #copyright .arrow-circle,
#footer-outer[data-cols="1"] #copyright .widget [data-style=minimal-counter]>li:before {
    display: none
}

#footer-outer #copyright .widget .nectar_widget[class*=nectar_blog_posts_][data-style=featured-image-left]>li,
#footer-outer #copyright[data-layout=centered] .widget_search,
#footer-outer[data-cols="1"] #copyright .widget_search {
    margin: 20px 0
}

#footer-outer #copyright[data-layout=centered] .col {
    text-align: center
}

#footer-outer[data-cols="1"] #copyright li a i:after {
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: 46px;
    left: 0;
    opacity: .2;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    width: 46px
}

#footer-outer[data-cols="1"] #copyright li a:hover i:after {
    opacity: 1
}

body #footer-outer[data-cols="1"][data-disable-copyright=false] .row {
    padding-bottom: 40px;
    padding-top: 70px
}

#footer-outer[data-cols="1"][data-disable-copyright=false] #copyright {
    padding-bottom: 70px
}

body #footer-outer[data-cols="1"][data-disable-copyright=false][data-using-widget-area=false] #copyright,
body #footer-outer[data-cols="1"][data-disable-copyright=false][data-using-widget-area=false][data-copyright-line=false][data-matching-section-color=true] #copyright {
    padding-top: 70px
}

body #footer-outer[data-cols="1"][data-disable-copyright=false][data-copyright-line=false][data-matching-section-color=true] .row {
    padding-bottom: 0
}

body #footer-outer[data-cols="1"][data-disable-copyright=false][data-copyright-line=false][data-matching-section-color=true] #copyright {
    padding-top: 30px
}

#footer-outer[data-cols="1"] #copyright[data-layout=centered] .col .social li {
    margin-top: 0
}

#footer-outer[data-using-bg-img=true] {
    background-position: 50%;
    background-size: cover
}

#footer-outer[data-using-bg-img=true]:after {
    background-color: inherit;
    content: "";
    height: 100%;
    left: 0;
    opacity: .9;
    position: absolute;
    top: 0;
    width: 100%
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0"]:after,
#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.0"]:after {
    opacity: 0
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.1"]:after {
    opacity: .1
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.2"]:after {
    opacity: .2
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.3"]:after {
    opacity: .3
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.4"]:after {
    opacity: .4
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.5"]:after {
    opacity: .5
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.6"]:after {
    opacity: .6
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.7"]:after {
    opacity: .7
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.8"]:after {
    opacity: .8
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="0.9"]:after {
    opacity: .9
}

#footer-outer[data-using-bg-img=true][data-bg-img-overlay="1"]:after {
    opacity: 1
}

#to-top {
    background-color: rgba(0, 0, 0, .25);
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    bottom: -30px;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 29px;
    line-height: 12px;
    position: fixed;
    right: 17px;
    text-align: center;
    transition: background-color .1s linear;
    -webkit-transition: background-color .1s linear;
    width: 29px;
    z-index: 9994
}

body[data-button-style*=rounded] #to-top {
    background-color: rgba(0, 0, 0, .25);
    transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .1s linear;
    -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .1s linear
}

body[data-button-style*=rounded] #to-top.dark:hover,
body[data-button-style*=rounded] #to-top:hover {
    background-color: transparent !important;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .16);
    transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .05s linear .25s;
    -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.55, 0, .1, 1), background-color .05s linear .25s
}

body[data-button-style*=rounded] #to-top:after,
body[data-button-style*=rounded] #to-top:before {
    background-color: #000;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
    -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
    width: 100%;
    z-index: 1
}

body[data-button-style*=rounded] #to-top:before {
    background-color: hsla(0, 0%, 100%, .25);
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    z-index: 2
}

body[data-button-style*=rounded] #to-top:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1)
}

body[data-button-style*=rounded] #to-top {
    overflow: hidden
}

body[data-button-style*=rounded] #to-top i.fa-angle-up,
body[data-button-style*=rounded] #to-top i.fa-angle-up.top-icon {
    transform: translate(0);
    transition: transform .2s ease;
    -webkit-transition: transform .2s ease
}

body[data-button-style*=rounded] #to-top.hovered i.fa-angle-up,
body[data-button-style*=rounded] #to-top.hovered i.fa-angle-up.top-icon,
body[data-button-style*=rounded] #to-top:hover i.fa-angle-up,
body[data-button-style*=rounded] #to-top:hover i.fa-angle-up.top-icon {
    transform: translateY(-29px)
}

body[data-button-style*=rounded] #to-top:active:before {
    opacity: 1
}

#to-top i {
    background-color: transparent;
    font-size: 14px;
    height: 29px;
    left: 0;
    line-height: 29px;
    position: relative;
    text-align: center;
    top: 0;
    width: 29px;
    z-index: 10
}

#to-top.dark:hover,
#to-top:hover {
    background-color: #000
}

#to-top.dark {
    background-color: rgba(0, 0, 0, .87)
}

#slide-out-widget-area.slide-out-from-right {
    height: 100%;
    overflow: hidden;
    padding: 33px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate(301px);
    -webkit-transform: translate(301px);
    -ms-transform: translate(301px);
    width: 300px;
    z-index: 10000
}

#slide-out-widget-area .inner .off-canvas-menu-container li a {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px
}

#slide-out-widget-area .menuwrapper li small,
#slide-out-widget-area .off-canvas-social-links li a,
#slide-out-widget-area.fullscreen .inner li a,
#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a,
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
    opacity: .7;
    transition: opacity .2s ease, color .2s ease;
    -webkit-transition: opacity .2s ease, color .2s ease
}

#slide-out-widget-area .inner .current-menu-ancestor>a,
#slide-out-widget-area .inner .current-menu-item>a,
#slide-out-widget-area .inner .current_page_ancestor>a,
#slide-out-widget-area .inner .current_page_item>a,
#slide-out-widget-area .inner .off-canvas-menu-container .menuwrapper li>a.hovered,
#slide-out-widget-area .off-canvas-social-links li a:hover,
#slide-out-widget-area.fullscreen .inner li a:hover,
#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:focus,
#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:hover,
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:focus,
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:hover {
    opacity: 1
}

#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li {
    position: relative
}

#slide-out-widget-area .ocm-dropdown-arrow {
    cursor: pointer;
    height: 28px;
    line-height: 0;
    position: absolute;
    right: -6px;
    top: 10px;
    transform: translateY(-50%);
    transition: transform .5s cubic-bezier(.215, .61, .355, 1);
    width: 28px
}

#slide-out-widget-area .ocm-dropdown-arrow i {
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    top: 0;
    width: 28px
}

#slide-out-widget-area .open-submenu>.ocm-dropdown-arrow {
    transform: translateY(-50%) rotate(180deg)
}

.admin-bar #slide-out-widget-area {
    padding-top: 33px
}

.admin-bar #slide-out-widget-area.slide-out-from-right {
    padding-top: 53px
}

#slide-out-widget-area .secondary-header-text {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 6px;
    margin-bottom: 35px;
    padding: 10px 15px
}

body #slide-out-widget-area .secondary-header-text {
    line-height: 1.4em
}

#slide-out-widget-area.mobile,
#slide-out-widget-area.slide-out-from-right-hover.mobile {
    overflow-x: hidden;
    overflow-y: scroll
}

#slide-out-widget-area-bg {
    -webkit-backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .8);
    height: 1px;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 1px;
    z-index: 9996
}

#slide-out-widget-area-bg .bg-inner {
    background-color: rgba(0, 0, 0, .8);
    height: 100%;
    width: 100%
}

#slide-out-widget-area .bottom-text {
    font-size: 12px;
    padding-bottom: 0
}

#slide-out-widget-area:not(.fullscreen) .off-canvas-social-links li {
    display: inline-block;
    padding: 0 6px 6px 0
}

#slide-out-widget-area .off-canvas-social-links li i {
    background-color: transparent;
    font-size: 18px;
    line-height: 22px
}

.material #slide-out-widget-area:not(.slide-out-from-right) .off-canvas-social-links li a,
body:not(.material) #slide-out-widget-area .off-canvas-social-links li a {
    padding: 0 8px
}

#header-outer #mobile-menu .off-canvas-social-links li:first-child a,
#slide-out-widget-area .off-canvas-social-links li:first-child a {
    padding-left: 0
}

.blurred-wrap {
    transition: filter .45s linear;
    -webkit-transition: -webkit-filter .45s linear
}

.blurred-wrap.blurred {
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
}

.msie .blurred-wrap.blurred {
    -ms-filter: none;
    filter: none
}

#slide-out-widget-area .widget h4 {
    margin-bottom: 8px
}

#slide-out-widget-area .inner>div {
    margin-bottom: 25px
}

#slide-out-widget-area .inner>div:first-of-type {
    margin-top: -7px
}

#slide-out-widget-area .inner {
    height: 100%;
    width: 100%
}

#slide-out-widget-area,
#slide-out-widget-area a,
#slide-out-widget-area h3,
#slide-out-widget-area h4,
body.material #slide-out-widget-area.slide-out-from-right .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover {
    color: #fff
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
    position: absolute;
    right: 22px;
    top: 22px
}

body[data-full-width-header=false].admin-bar #slide-out-widget-area .slide_out_area_close {
    top: 47px
}

body[data-full-width-header=false].ascend #slide-out-widget-area.slide-out-from-right .slide_out_area_close,
body[data-full-width-header=false].original #slide-out-widget-area.slide-out-from-right .slide_out_area_close {
    z-index: 100
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    color: #ddd;
    display: block;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    height: 34px;
    line-height: 32px;
    max-width: none;
    transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    -webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    width: 34px
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^=icon-] {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

body[data-full-width-header=false] #slide-out-widget-area .slide_out_area_close:hover {
    border-color: hsla(0, 0%, 100%, .7)
}

body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^=icon-] {
    -webkit-backface-visibility: hidden;
    color: #fff;
    font-size: 18px;
    height: 34px;
    left: -2px;
    line-height: 32px;
    max-width: none;
    transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    -webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    width: 34px
}

body[data-full-width-header=true] .slide_out_area_close {
    display: none
}

#top nav ul .slide-out-widget-area-toggle a .lines,
#top nav ul .slide-out-widget-area-toggle a .lines:after,
#top nav ul .slide-out-widget-area-toggle a .lines:before {
    background-color: rgba(0, 0, 0, .4)
}

body .lines-button {
    font-size: 0;
    line-height: 0
}

.lines-button {
    cursor: pointer;
    display: block;
    position: relative;
    top: 9px;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.lines-button:hover {
    opacity: 1
}

.lines {
    background-color: #ecf0f1;
    position: relative
}

.lines,
.lines:after,
.lines:before {
    display: block;
    height: 3px;
    transition: .3s;
    width: 1.4rem
}

.lines:after,
.lines:before {
    background: #ecf0f1;
    content: "";
    left: 0;
    position: absolute;
    transform-origin: .142rem center
}

.lines:before {
    top: 6px
}

.lines:after {
    top: -6px
}

.lines-button.close {
    transform: scale3d(.8, .8, .8)
}

.lines-button.arrow.close .lines:after,
.lines-button.arrow.close .lines:before {
    top: 0;
    width: 1.11111rem
}

#footer-outer[data-using-bg-img=true] #copyright,
#header-outer #top nav ul .slide-out-widget-area-toggle a .lines-button .lines,
#header-outer.transparent #top nav ul .slide-out-widget-area-toggle a .lines-button .lines,
#header-outer.transparent.dark-slide>#top nav ul .slide-out-widget-area-toggle a .lines-button i {
    background-color: transparent !important
}

.slide-out-widget-area-toggle .lines-button.close .lines:before {
    transform: translateY(-6px) rotate(-45deg)
}

.slide-out-widget-area-toggle .lines-button.close .lines:after {
    transform: translateY(6px) rotate(45deg)
}

.slide-out-widget-area-toggle .lines-button:after {
    background-color: rgba(0, 0, 0, .4);
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: transform .45s ease, opacity .2s ease, background-color .2s linear;
    -webkit-transition: -webkit-transform .45s ease, opacity .2s ease, background-color .2s ease;
    width: 1.4rem
}

.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after,
.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before,
.slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    background-color: #999
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle.mobile-icon .lines:before {
    top: 6px
}

body #header-outer .lines-button {
    top: 9px
}

body.ascend .slide-out-hover-icon-effect.small .lines-button,
body.original .slide-out-hover-icon-effect.small .lines-button {
    top: 10px
}

body.ascend:not(.mobile) .slide-out-hover-icon-effect:not(.small) .lines-button {
    top: -1px
}

body.ascend #header-outer[data-has-menu=true] .lines-button,
body.original #header-outer[data-has-menu=true] .lines-button {
    top: 10px
}

.slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    top: 0 !important
}

#header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:before {
    transform: translateY(-6px) rotate(-45deg)
}

#header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:after {
    transform: translateY(6px) rotate(45deg)
}

.slide-out-widget-area-toggle .lines-button.x2 .lines:after,
.slide-out-widget-area-toggle .lines-button.x2 .lines:before {
    transition: transform .45s ease, background-color .2s ease, opacity .2s ease
}

.slide-out-widget-area-toggle.mobile-icon .lines {
    background-color: transparent
}

.slide-out-widget-area-toggle.mobile-icon .lines-button:after,
.slide-out-widget-area-toggle.mobile-icon .lines:after,
.slide-out-widget-area-toggle.mobile-icon .lines:before {
    height: 2px !important;
    width: 22px !important
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label)>span {
    height: auto
}

body[data-header-search=false].material #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label)>span {
    height: 22px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines-button:after {
    border-radius: 2px;
    height: 3px;
    top: 0;
    width: 2rem
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines,
body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:after,
body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:before {
    border-radius: 2px;
    height: 3px;
    width: 2rem
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines:before {
    top: 9px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .close .lines:before {
    top: 10px
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines-button.close .lines:before {
    transform: translateY(-9px) rotate(-45deg)
}

body[data-header-search=false] #header-outer[data-has-menu=false][data-cart=false] .slide-out-widget-area-toggle:not([data-custom-color=true]):not(.mobile-icon) a:not(.using-label) .lines-button.close .lines:after {
    transform: translateY(10px) rotate(45deg)
}

.slide-out-widget-area-toggle .lines-button.close:after {
    transform: scaleX(0);
    -webkit-transform: scaleX(0)
}

.lines-button.minus.close .lines:after,
.lines-button.minus.close .lines:before {
    top: 0;
    transform: none;
    width: 1.4rem
}

.lines-button.x.close .lines {
    background: transparent !important
}

.lines-button.x.close .lines:after,
.lines-button.x.close .lines:before {
    top: 0;
    transform-origin: 50% 50%;
    width: 1.4rem
}

.lines-button.x2 .lines {
    transition: background .2s ease, opacity .2s ease
}

.lines-button.x2 .lines:after,
.lines-button.x2 .lines:before {
    transform-origin: 50% 50%;
    transition: top .4s ease .45s, transform .3s ease, background-color .2s ease, opacity .2s ease
}

.slide-out-widget-area-toggle a>span {
    display: block;
    height: 21px;
    transform-origin: center;
    transition: transform .33s ease-in .3s
}

.slide-out-widget-area-toggle.mobile-icon a>span {
    height: 20px
}

.slide-out-widget-area-toggle .closed>span {
    transition: transform .33s ease 0s
}

#slide-out-widget-area .menuwrapper {
    display: block;
    margin-right: 0;
    perspective: 1000px;
    perspective-origin: 50%;
    position: relative
}

#slide-out-widget-area .menuwrapper button {
    background: #ccc;
    border: none;
    cursor: pointer;
    height: 45px;
    outline: none;
    overflow: hidden;
    position: relative;
    text-indent: -900em;
    width: 48px
}

#slide-out-widget-area .menuwrapper button:after {
    background: #fff;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
    content: "";
    height: 5px;
    left: 16%;
    position: absolute;
    top: 10px;
    width: 68%
}

#slide-out-widget-area .menuwrapper ul {
    list-style: none;
    padding: 0;
    transform-style: preserve-3d
}

#slide-out-widget-area .menuwrapper li {
    position: relative
}

#slide-out-widget-area .menuwrapper li small {
    display: inline-block;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    opacity: .6;
    position: relative;
    text-transform: uppercase;
    top: -4px
}

#slide-out-widget-area:not(.fullscreen):not(.fullscreen-alt) .menuwrapper li small {
    display: block;
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 700
}

#slide-out-widget-area .no-touch .menuwrapper li a:hover {
    background: rgba(255, 248, 213, .1)
}

#slide-out-widget-area .menuwrapper .back>a {
    background: rgba(0, 0, 0, .13)
}

#slide-out-widget-area:not(.fullscreen) .menuwrapper .back>a,
body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container .back>a {
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px
}

body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu>.back,
body #slide-out-widget-area .menuwrapper .back {
    display: inline-block;
    margin-bottom: 20px !important
}

#slide-out-widget-area .menuwrapper .menu {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    position: relative;
    transform: translateY(10px);
    width: 100%
}

#slide-out-widget-area .menuwrapper .menu.menu-toggle {
    transition: all .25s ease
}

#slide-out-widget-area .menuwrapper .menu.menuopen {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

body #slide-out-widget-area .menuwrapper li .sub-menu {
    display: none
}

#slide-out-widget-area .menuwrapper>.sub-menu,
body #slide-out-widget-area .menuwrapper li .sub-menu {
    margin: 0 !important;
    padding: 0 !important
}

#slide-out-widget-area .mobile-only,
body #slide-out-widget-area .menu.subview .subview>a,
body #slide-out-widget-area .menu.subview .subview>small,
body #slide-out-widget-area .menu.subview .subviewopen>a,
body #slide-out-widget-area .menu.subview .subviewopen>small,
body #slide-out-widget-area .menu.subview li {
    display: none
}

body #slide-out-widget-area .menu.subview .subview>a,
body #slide-out-widget-area .menu.subview .subviewopen>a {
    display: none !important
}

body #slide-out-widget-area .menu.subview .subview,
body #slide-out-widget-area .menu.subview .subview .sub-menu,
body #slide-out-widget-area .menu.subview .subviewopen,
body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu,
body #slide-out-widget-area .menu.subview .subviewopen>.sub-menu>li {
    display: block
}

#slide-out-widget-area .menuwrapper>.sub-menu {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.menu.dl-animate-out-5 {
    animation: MenuAnimOut5 .4s ease-in-out
}

.menu.dl-animate-in-5 {
    animation: MenuAnimIn5 .4s ease-in-out
}

.menuwrapper>.sub-menu.dl-animate-in-5 {
    animation: SubMenuAnimIn5 .4s ease-in-out
}

.menuwrapper>.sub-menu.dl-animate-out-5 {
    animation: SubMenuAnimOut5 .4s ease-in-out
}

@keyframes MenuAnimOut5 {
    to {
        opacity: 0;
        transform: rotateY(-25deg) translateX(-300px)
    }
}

@keyframes MenuAnimIn5 {
    0% {
        opacity: 0;
        transform: rotateY(-25deg) translateX(-300px)
    }

    to {
        opacity: 1;
        transform: rotateY(0deg) translateX(0)
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        opacity: 0;
        transform: rotateY(25deg) translateX(300px)
    }

    to {
        opacity: 1;
        transform: rotateY(0deg) translateX(0)
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        opacity: 1;
        transform: rotateY(0deg) translateX(0)
    }

    to {
        opacity: 0;
        transform: rotateY(25deg) translateX(300px)
    }
}

.menu.dl-animate-out-4 {
    animation: MenuAnimOut4 .4s ease-in-out
}

.menu.dl-animate-in-4 {
    animation: MenuAnimIn4 .4s ease-in-out
}

.menuwrapper>.sub-menu.dl-animate-in-4 {
    animation: SubMenuAnimIn4 .4s ease
}

.menuwrapper>.sub-menu.dl-animate-out-4 {
    animation: SubMenuAnimOut4 .4s ease
}

@keyframes MenuAnimOut4 {
    to {
        opacity: 0;
        transform: scale(1.2)
    }
}

@keyframes MenuAnimIn4 {
    0% {
        opacity: 0;
        transform: scale(1.2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        opacity: 0;
        transform: scale(.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(.8)
    }
}

#nectar-ocm-ht-line-check {
    font-family: Open Sans;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 36px;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
    width: 100%
}

#slide-out-widget-area.fullscreen-split[data-dropdown-func=default] .off-canvas-menu-container li ul,
#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul,
.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul {
    box-sizing: content-box;
    max-height: 0;
    overflow: hidden;
    position: relative;
    transform: none;
    transition: max-height .5s cubic-bezier(.215, .61, .355, 1), padding .25s cubic-bezier(.215, .61, .355, 1)
}

#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul,
.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul {
    padding-left: 20px
}

#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul>li:first-child,
.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul>li:first-child {
    margin-top: 10px
}

#slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul>li:last-child,
.material #slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li ul>li:last-child {
    margin-bottom: 0
}

.material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container li li a,
body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container li li a {
    font-size: 16px;
    line-height: 22px
}

.material #slide-out-widget-area[class*=slide-out-from-right] .inner .off-canvas-menu-container .menu-item-has-children>a,
body #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .inner .off-canvas-menu-container .menu-item-has-children>a {
    margin-right: 20px
}

body:not(.material) #slide-out-widget-area[data-dropdown-func=separate-dropdown-parent-link] .off-canvas-menu-container li ul>li:last-child {
    margin-bottom: 10px
}

#footer-outer .col .recent_posts_extra_widget .post-widget-text span,
#footer-outer .col .widget_recent_entries span,
#slide-out-widget-area .recent_posts_extra_widget .post-widget-text span,
#slide-out-widget-area .widget_recent_entries span {
    color: #999;
    display: block;
    font-size: 11px;
    line-height: 17px;
    margin-bottom: 6px
}

#slide-out-widget-area .recent_posts_extra_widget .post-widget-text span,
#slide-out-widget-area .widget_recent_entries span {
    color: inherit
}

#slide-out-widget-area .widget_recent_entries span {
    opacity: .8
}

#footer-outer #footer-widgets .col ul li {
    border-bottom: 1px solid #444;
    list-style: none;
    margin-bottom: 0;
    padding: 8px 0
}

#footer-outer #footer-widgets .col ul li:last-child {
    margin-bottom: 0
}

#footer-outer #footer-widgets .col ul ul li:last-child,
#footer-outer .widget.widget_nav_menu li a {
    border-bottom: 0 !important
}

#footer-outer #footer-widgets .col p {
    padding-bottom: 20px
}

#footer-outer #footer-widgets .col p:last-child {
    padding-bottom: 0
}

.widget_calendar {
    position: relative
}

#sidebar .widget_calendar {
    margin-bottom: 30px
}

.widget_calendar table {
    border-collapse: collapse;
    width: 100%
}

#footer-outer #footer-widgets .col .widget_calendar table th,
.widget_calendar table td {
    text-align: center
}

.widget_calendar table tbody td {
    border: 0;
    color: #666;
    font-size: 14px;
    padding: 4px
}

.widget_calendar table tbody tr td:first-child {
    border-left: 0
}

.widget_calendar table tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

#slide-out-widget-area .widget_calendar table tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, .1)
}

.widget_calendar table th {
    border-bottom: 0;
    color: #999;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center
}

.widget_calendar table #prev {
    padding: 10px 0 0;
    position: relative;
    text-align: left;
    z-index: 2
}

.widget_calendar table #next {
    padding: 10px 0 0;
    position: relative;
    text-align: right;
    z-index: 2
}

.widget_calendar caption {
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 100%
}

.widget_calendar .wp-calendar-nav {
    display: table;
    width: 100%
}

body .widget_calendar th,
body:not(.woocommerce-cart) .main-content .widget_calendar th {
    text-align: center
}

.widget_calendar .wp-calendar-nav span {
    display: table-cell;
    line-height: 1;
    padding: 2.5%
}

.widget_calendar .wp-calendar-nav-prev {
    text-align: left
}

.widget_calendar .calendar_wrap .wp-calendar-nav-next {
    text-align: right
}

#footer-outer #footer-widgets .col .widget_calendar table tbody td {
    border: 0;
    color: #666;
    font-size: 14px;
    padding: 8px
}

#footer-outer #footer-widgets .col .widget_calendar table {
    border-collapse: collapse
}

#footer-outer #footer-widgets .col .widget_calendar table tbody tr td:first-child {
    border-left: 0
}

#footer-outer #footer-widgets .col .widget_calendar table tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, .1)
}

#footer-outer #footer-widgets .col .widget_calendar table th {
    border-bottom: 0;
    color: #666;
    font-weight: 700;
    padding: 10px
}

#footer-outer #footer-widgets .col .widget_calendar table tfoot tr {
    margin-top: 20px
}

.newsletter-widget form,
.widget_search .search-form {
    overflow: hidden;
    position: relative
}

#footer-outer #footer-widgets .widget_search .search-form input[type=text],
#sidebar .widget_search .search-form input[type=text],
.widget_search .search-form input[type=text] {
    margin: 0;
    padding-right: 45px
}

.newsletter-widget form input[type=email] {
    margin: 0;
    padding-right: 75px
}

.widget_search .search-form button[type=submit] .text,
body.search-no-results .search-form button[type=submit] .text {
    display: none
}

body .widget_search .search-form button[type=submit],
body.search-no-results .search-form button[type=submit] {
    padding: 14px !important
}

.widget_search .search-form button[type=submit] .icon-salient-search,
body .widget_search .search-form button[type=submit],
body .widget_search .search-form button[type=submit]:hover,
body.search-no-results #search-results .search-form button[type=submit]:hover,
body.search-no-results .search-form button[type=submit],
body.search-no-results .search-form button[type=submit] .icon-salient-search,
body.search-no-results .search-form button[type=submit]:hover {
    background-color: transparent !important
}

body .widget_search .search-form button[type=submit],
body.search-no-results #search-results .search-form button[type=submit] {
    line-height: 0;
    top: 50%;
    transform: translateY(-50%)
}

body .widget_search .search-form button[type=submit]:hover,
body.search-no-results #search-results .search-form button[type=submit]:hover,
body.search-no-results .search-form button[type=submit]:hover {
    box-shadow: none !important;
    transform: translateY(-50%)
}

body.search-no-results[data-form-style=minimal] #search-results .search-form button[type=submit],
body[data-form-style=minimal] .widget_search .search-form button[type=submit],
body[data-form-style=minimal] .widget_search .search-form button[type=submit]:hover {
    bottom: 0;
    top: auto;
    transform: none
}

.widget_search .search-form button[type=submit] .icon-salient-search,
body.search-no-results .search-form button[type=submit] .icon-salient-search {
    display: block;
    font-size: 17px;
    margin-top: 1px
}

.widget_search .search-form button[type=submit] .icon-salient-search:before,
body.search-no-results .search-form button[type=submit] .icon-salient-search:before {
    content: ""
}

.widget_search .search-form,
body.search-no-results .search-form {
    overflow: visible
}

.newsletter-widget form input[type=submit],
.widget_search .search-form button[type=submit],
.widget_search .search-form input[type=submit],
body[data-form-style=minimal] .main-content .post-password-form input[type=submit] {
    line-height: 22px;
    margin: 0 !important;
    padding: 10px 11px;
    position: absolute;
    right: 0;
    top: 0
}

body[data-form-style=minimal] .main-content .post-password-form input[type=submit] {
    bottom: 35px;
    top: auto
}

.main-content>.row>form.post-password-form {
    padding: 15% 0
}

#footer-outer .newsletter-widget form input[type=submit],
#footer-outer .widget_search .search-form input[type=submit] {
    padding: 10px 11px 11px 10px
}

#footer-outer #footer-widgets .col .tagcloud a {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #a0a0a0;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 8pt;
    line-height: 22px;
    margin: 3px 3px 0 0;
    padding: 5px 7px;
    position: relative;
    text-transform: capitalize;
    transition: all .2s linear
}

#footer-outer #footer-widgets .col .widget_tag_cloud:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

#slide-out-widget-area .tagcloud a {
    background-color: transparent;
    border: 1px solid #fff;
    display: block;
    float: left;
    font-size: 12px;
    margin: 0 8px 8px 0;
    padding: 2px 11px;
    position: relative;
    text-transform: uppercase;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

#slide-out-widget-area .tagcloud a:last-child:after,
#slide-out-widget-area .tagcloud:after {
    clear: both;
    content: " ";
    display: block;
    height: 1px
}

#footer-outer #footer-widgets .col .tagcloud a:hover {
    background-color: #000
}

#footer-outer #footer-widgets .col .widget_recent_comments ul li,
#slide-out-widget-area .widget_recent_comments ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .15);
    border: none;
    display: block;
    margin-bottom: 18px;
    padding: 15px;
    position: relative
}

#footer-outer #footer-widgets .col .widget.widget_recent_comments ul li {
    padding: 15px !important
}

#slide-out-widget-area .widget_recent_comments ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .05)
}

#footer-outer #footer-widgets .col .widget_recent_comments ul li:last-child,
#slide-out-widget-area .widget_recent_comments ul li:last-child {
    margin-bottom: 0
}

#footer-outer #footer-widgets .col input[type=email],
#footer-outer #footer-widgets .col input[type=text] {
    padding: 10px;
    width: 100%
}

body[data-form-style=minimal] #footer-outer #footer-widgets .col input[type=text] {
    color: #fff
}

body:not([data-form-style=minimal]) #footer-outer #footer-widgets .col input[type=email]:focus,
body:not([data-form-style=minimal]) #footer-outer #footer-widgets .col input[type=text]:focus {
    background-color: #fff
}

#footer-outer #footer-widgets .col input[type=submit] {
    background-color: #000;
    opacity: .9;
    transition: opacity .2s linear 0s;
    -webkit-transition: opacity .2s linear 0s
}

#footer-outer #footer-widgets .col input[type=submit]:hover {
    opacity: 1
}

#footer-outer #footer-widgets .col .newsletter-widget form,
#footer-outer #footer-widgets .col .search-form,
#footer-outer #footer-widgets .col .search-form form,
#footer-outer #footer-widgets .col .search-form label {
    line-height: 12px
}

#footer-outer .recent_projects_widget img {
    background-color: #444;
    border-color: #4d4d4d
}

#footer-outer .recent_projects_widget a:hover img {
    background-color: #616161;
    border-color: #616161
}

#footer-outer #footer-widgets .col ul li:first-child,
#footer-outer #footer-widgets .col ul li:first-child>a {
    padding-top: 0 !important
}

#footer-outer #footer-widgets .rsswidget img {
    margin-bottom: -2px;
    margin-right: 2px
}

#call-to-action {
    background-color: #eeedec;
    font-family: Open Sans;
    font-size: 22px;
    font-weight: 300;
    position: relative;
    text-align: center;
    vertical-align: bottom;
    z-index: 10
}

#boxed #call-to-action .container,
#call-to-action .container,
#footer-outer[data-full-width="1"] #call-to-action .container {
    padding: 42px 0 36px
}

#call-to-action .container span {
    display: inline-block
}

#call-to-action .container a {
    background: none repeat scroll 0 0 #000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: inset 0 -3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 -3px rgba(0, 0, 0, .1);
    color: #fff;
    display: inline-block;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 24px;
    margin-bottom: 0;
    margin-left: 20px;
    padding: 16px 21px;
    position: relative;
    text-transform: uppercase;
    top: -3px
}

#call-to-action .triangle {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f8f8f8;
    height: 10px;
    left: 440px;
    margin: -42px auto 33px;
    width: 10px
}

#call-to-action a {
    color: #45484a;
    opacity: 1;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear
}

#call-to-action a:hover {
    opacity: .75
}

#call-to-action span {
    color: #4b4f52;
    font-family: Open Sans;
    font-weight: 600
}

#sidebar div ul {
    margin-left: 0
}

#sidebar div ul li {
    border-bottom: 1px solid #e6e6e6;
    list-style: none;
    padding: 8px 0
}

#sidebar>div {
    margin-bottom: 50px
}

#sidebar #sidebar-inner,
#sidebar>div:last-child {
    margin-bottom: 0
}

#sidebar h4 {
    color: #000;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    opacity: .7
}

#sidebar .Simple_Flickr_Photos h4,
#sidebar .widget_recent_comments h4 {
    margin-bottom: 16px
}

#sidebar .widget li:first-child {
    padding-top: 0
}

#sidebar .widget .recentcomments,
.ascend #sidebar .widget .recentcomments,
.original #sidebar .widget .recentcomments {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .02);
    border: none;
    display: block;
    margin-bottom: 22px;
    padding: 15px;
    position: relative
}

#sidebar .widget .tagcloud a,
.post-area .content-inner>.post-tags a,
.widget .tagcloud a {
    background-color: #333;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    line-height: 22px;
    margin: 3px 3px 0 0;
    padding: 5px 7px;
    position: relative;
    text-transform: capitalize;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.single #ajax-content-wrap .post-area .content-inner>.post-tags a {
    font-size: 14px !important;
    text-transform: capitalize
}

#sidebar .widget_tag_cloud:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden
}

#sidebar .widget .tagcloud a:hover,
.post-tags a:hover {
    background-color: #000
}

#sidebar .widget input[type=email],
#sidebar .widget input[type=text] {
    padding: 10px;
    width: 100%
}

#sidebar .widget form p {
    padding-bottom: 15px
}

#sidebar .widget.widget_categories ul ul,
#sidebar .widget.widget_nav_menu ul ul,
#sidebar .widget.widget_pages ul ul {
    margin: 0 !important;
    padding: 0 0 0 20px
}

#sidebar .widget.widget_categories li,
#sidebar .widget.widget_nav_menu li,
#sidebar .widget.widget_pages li {
    border-bottom: 0 !important;
    padding: 0 !important
}

#sidebar .widget.widget_categories li a,
#sidebar .widget.widget_nav_menu li a,
#sidebar .widget.widget_pages li a {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    padding: 8px 0
}

#sidebar .widget.widget_categories li {
    position: relative
}

#sidebar .widget.widget_categories li .post_count {
    background-color: rgba(0, 0, 0, .05);
    border-radius: 100px;
    display: inline-block;
    font-size: 11px;
    line-height: 11px;
    padding: 5px 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

#sidebar .widget.widget_categories>ul>li:first-child>a,
#sidebar .widget.widget_nav_menu>ul>li:first-child>a,
#sidebar .widget.widget_pages>ul>li:first-child>a {
    padding-top: 0
}

#sidebar.left-sidebar {
    float: left
}

.post-area.col_last {
    float: right
}

#sidebar>.widget_media_image {
    text-align: center
}

#footer-outer .recent_projects_widget img,
#sidebar .recent_projects_widget img {
    margin-bottom: 0
}

#footer-outer #flickr img,
#sidebar #flickr img,
.recent_projects_widget img {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding: 5px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

#footer-outer #flickr a:hover img,
#sidebar #flickr a:hover img,
.recent_projects_widget a:hover img {
    border-color: #000
}

#footer-outer #flickr div a,
#sidebar #flickr div a,
.recent_projects_widget div a {
    float: left;
    margin: 2% 2% 0 0;
    width: 32%
}

#footer-outer #flickr div:nth-child(3n+3) a,
#sidebar #flickr div:nth-child(3n+3) a,
.recent_projects_widget div a:nth-child(3n+3) {
    margin-right: 0
}

#slide-out-widget-area .recent_projects_widget img {
    height: auto;
    width: 100%
}

#sidebar select {
    max-width: 100%
}

.recent_projects_widget>div:after {
    clear: both;
    content: "";
    display: block
}

.widget_pages ul ul {
    margin-bottom: 30px;
    margin-left: 20px !important;
    margin-top: 20px
}

body #respond {
    background-color: transparent;
    box-shadow: none;
    padding: 0
}

#respond .comment-notes,
#respond>p,
p.logged-in-as {
    margin-bottom: 10px
}

p.logged-in-as {
    padding-bottom: 0
}

body .comment-list {
    margin-bottom: 40px;
    margin-left: 0
}

.comment-list li {
    list-style: none
}

.comment-list .comment>div,
.comment-list .pingback>div {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .17);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .17);
    margin: 2em 0 0;
    overflow: hidden;
    padding: 25px 25px 25px 116px;
    position: relative
}

.comment-list .children,
body:not(.material) .comment-list .children {
    border-left: 1px solid #ddd;
    margin-left: 0;
    padding-left: 40px
}

body:not(.material) .comment-list .children {
    background-image: url(../../../../../../../themes/stepps/img/icons/comment-children-line.jpg);
    background-position: left 20px;
    background-repeat: no-repeat
}

.comment-list .comment>div img.avatar,
.comment-list .pingback>div img.avatar {
    height: 60px;
    left: 29px;
    position: absolute;
    top: 29px;
    width: 60px
}

.comment-list .reply {
    position: absolute;
    right: 29px;
    top: 29px
}

.comment-list .reply a {
    background-color: #333;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .3);
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    padding: 3px 7px;
    transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    width: auto
}

.comment-list .comment-author,
.comment-list .pingback .comment-body>a {
    color: #333;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px
}

.comment-list .pingback .comment-body>a {
    display: block
}

body.ascend .comment-list .pingback .comment-body,
body.material .comment-list .pingback .comment-body {
    padding-left: 0
}

body.original .comment-list .pingback .comment-body {
    padding-left: 25px
}

.comment-list .comment-meta {
    font-size: 11px;
    line-height: 15px
}

.comment-list .comment-meta a {
    color: #888
}

.comment-list .comment-meta a:hover {
    color: #000
}

.comment-list .reply a:hover {
    background-color: #000
}

.comment-list .comment>div p,
.comment-list .pingback>div p {
    margin-top: 10px;
    padding-bottom: 0
}

.comment-list .comment #commentform .form-submit {
    margin-top: 0
}

#respond #cancel-comment-reply-link,
#respond h3 .cancel-comment-reply {
    border-left: 1px solid #ddd;
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    position: relative
}

#respond h3,
h3#comments {
    font-family: Open Sans;
    font-weight: 600;
    text-transform: none
}

.comment-author a {
    color: inherit
}

body.original .bypostauthor .comment-body {
    position: relative
}

body.original .bypostauthor .comment-body:before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: .06;
    position: absolute;
    top: 0;
    width: 100%
}

body:not(.original) .bypostauthor>.comment-body>.comment-author>img.avatar {
    border: 3px solid #000;
    padding: 3px
}

body.material .comment-list .comment .bypostauthor>.comment-body>.comment-author>img.avatar {
    border: 2px solid #000;
    padding: 2px
}

input[type=date],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    background-color: #f1f1f1;
    border: none;
    color: #555;
    font-family: inherit;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    width: 100%
}

input:focus,
select:focus,
textarea:focus {
    outline: 0
}

.original[data-form-style=default] input[type=date]:focus,
.original[data-form-style=default] input[type=email]:focus,
.original[data-form-style=default] input[type=password]:focus,
.original[data-form-style=default] input[type=search]:focus,
.original[data-form-style=default] input[type=tel]:focus,
.original[data-form-style=default] input[type=text]:focus,
.original[data-form-style=default] input[type=url]:focus,
.original[data-form-style=default] textarea:focus {
    background-color: #ebebeb
}

button[type=submit],
input[type=button],
input[type=submit] {
    background-color: #333;
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 11px;
    transition: all .45s cubic-bezier(.25, 1, .33, 1);
    -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1);
    width: auto
}

button[type=submit]:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background-color: #000
}

body[data-form-submit=regular] .container-wrap button[type=submit],
body[data-form-submit=regular] .container-wrap input[type=submit],
body[data-form-submit=see-through] .container-wrap button[type=submit]:not(.search-widget-btn),
body[data-form-submit=see-through] .container-wrap input[type=submit] {
    padding: 15px 22px !important
}

body[data-form-submit=regular] button[type=submit]:hover,
body[data-form-submit=regular] input[type=submit]:hover {
    opacity: .85
}

body[data-form-submit=see-through] .woocommerce #order_review #payment #place_order,
body[data-form-submit=see-through] button[type=submit]:not(.search-widget-btn),
body[data-form-submit=see-through] input[type=submit] {
    background-color: transparent !important;
    border: 2px solid #000 !important
}

select {
    background-color: #fff;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    color: #555;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    width: 100%
}

textarea {
    max-width: 100%
}

body[data-form-style=minimal] .container-wrap .span_12.light input[type=email],
body[data-form-style=minimal] input[type=date],
body[data-form-style=minimal] input[type=email],
body[data-form-style=minimal] input[type=password],
body[data-form-style=minimal] input[type=search],
body[data-form-style=minimal] input[type=tel],
body[data-form-style=minimal] input[type=text],
body[data-form-style=minimal] input[type=url],
body[data-form-style=minimal] textarea {
    background-color: rgba(0, 0, 0, .035);
    border: none;
    border-bottom: 2px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 14px;
    margin: 0;
    position: relative;
    transition: border-color .2s ease
}

body[data-form-style=minimal] .container-wrap .span_12.light input[type=date],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=email],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=password],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=search],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=tel],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=text],
body[data-form-style=minimal] .container-wrap .span_12.light input[type=url],
body[data-form-style=minimal] .container-wrap .span_12.light textarea {
    background-color: hsla(0, 0%, 100%, .04);
    border: 0;
    border-bottom: 2px solid transparent;
    box-shadow: none;
    color: #fff
}

body[data-form-style=minimal] .container-wrap .span_12.light input[type=date]:focus,
body[data-form-style=minimal] .container-wrap .span_12.light input[type=email]:focus,
body[data-form-style=minimal] .container-wrap .span_12.light input[type=password]:focus,
body[data-form-style=minimal] .container-wrap .span_12.light input[type=search]:focus,
body[data-form-style=minimal] .container-wrap .span_12.light input[type=tel]:focus,
body[data-form-style=minimal] .container-wrap .span_12.light input[type=text]:focus,
body[data-form-style=minimal] .container-wrap .span_12.light input[type=url]:focus,
body[data-form-style=minimal] .container-wrap .span_12.light textarea:focus {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-color: #fff
}

body[data-form-style=minimal] textarea,
body[data-form-style=minimal].woocommerce #review_form #respond textarea {
    padding: 20px
}

body[data-form-style=minimal] .widget_search .search-form .search-submit {
    top: 30px
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    padding: 4px
}

body[data-fancy-form-rcs="1"] .select2-container .select2-choice,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single {
    background-color: transparent;
    border-color: #e0e0e0;
    height: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    transition: background-color .15s cubic-bezier(.39, .71, .56, .98), color .15s cubic-bezier(.39, .71, .56, .98)
}

body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover .select2-arrow b:after {
    transition: border-color .15s cubic-bezier(.39, .71, .56, .98)
}

body[data-fancy-form-rcs="1"] .select2-drop,
body[data-fancy-form-rcs="1"] .select2-dropdown {
    background-color: #fff;
    border: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2)
}

.select2-search input,
body[data-fancy-form-rcs="1"] .select2-container,
body[data-fancy-form-rcs="1"] .select2-drop,
body[data-fancy-form-rcs="1"] .select2-search {
    font-size: 14px
}

body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__arrow b,
body[data-fancy-form-rcs="1"] .select2-container--open .select2-selection__arrow b,
body[data-fancy-form-rcs="1"] .select2-container:not(.select2-dropdown-open) .select2-choice:hover .select2-arrow b:after {
    border-top-color: #fff
}

body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__arrow b,
body[data-fancy-form-rcs="1"] .select2-container--open .select2-selection--single .select2-selection__arrow b,
body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice .select2-arrow b:after {
    border-bottom-color: #fff
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    width: 30px
}

body[data-fancy-form-rcs="1"] .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 30px
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected],
body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f0f0f0 !important
}

body[data-fancy-form-rcs="1"] .select2-drop .select2-search input[type=text],
body[data-fancy-form-rcs="1"] .select2-drop.select2-drop-above .select2-search input,
body[data-fancy-form-rcs="1"] .select2-drop.select2-drop-below .select2-search input {
    margin-top: 7px !important;
    padding: 0 4px !important
}

body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover,
body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover>.select2-chosen,
body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice,
body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice>.select2-chosen {
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #fff !important
}

body[data-fancy-form-rcs="1"].admin-bar .select2-drop.select2-drop-above.select2-drop-active {
    margin-top: -33px
}

.select2-container .select2-choice>.select2-chosen {
    color: #000 !important;
    line-height: 30px;
    padding-left: 3px
}

body[data-fancy-form-rcs="1"] .fancy-select-wrap {
    padding-top: 12px
}

body[data-fancy-form-rcs="1"] .fancy-select-wrap label {
    color: #acacac !important;
    display: inline-block;
    font-size: 12px;
    padding-bottom: 0
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected],
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444 !important
}

.nectar_icon_wrap[data-style=shadow-bg]:not([data-color=white]) .nectar_icon i,
body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered,
body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__rendered,
body[data-form-submit=see-through] button[type=submit]:not(.search-widget-btn):hover,
body[data-form-submit=see-through] input[type=submit]:hover {
    color: #fff !important
}

body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover .select2-selection__placeholder {
    color: #fff
}

div.wpforms-container-full .wpforms-form .select2-container {
    position: relative
}

.widget_text textarea {
    max-height: 100px
}

body .gform_wrapper .description,
body .gform_wrapper .gfield_description,
body .gform_wrapper .gsection_description,
body .gform_wrapper .instruction {
    font-size: 12px
}

body .gform_wrapper div.charleft {
    font-size: 10px
}

body .gform_wrapper .top_label .gfield_label {
    font-family: Open Sans;
    font-weight: 700;
    margin-bottom: 6px;
    margin-top: 20px
}

.wpcf7-form p span {
    color: #000
}

.light .wpcf7 div.wpcf7-response-output,
div.wpcf7-validation-errors {
    color: #666 !important
}

div.wpcf7 img.ajax-loader {
    display: inline-block;
    margin-top: 10px
}

.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #fff
}

.minimal-form-input .wpcf7-not-valid-tip {
    position: absolute;
    top: 100%
}

.wpcf7-form .wpcf7-not-valid-tip {
    border: 0;
    box-shadow: 0 4px 9px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, .07);
    padding: 2px 6px;
    top: -3px
}

.wpb_column.centered-text .wpcf7-form .wpcf7-not-valid-tip {
    text-align: left
}

.wpcf7 .wpcf7-response-output {
    background-color: #fff;
    margin-left: 0;
    margin-top: 10px
}

.wpcf7-form .nectar-wpcf7-inline-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 27px 0
}

.material .wpcf7-form .nectar-wpcf7-inline-form {
    padding: 1.5em 0
}

.wpcf7-form .nectar-wpcf7-inline-form>div:last-child {
    padding-right: 0
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    padding-right: 30px
}

.wpcf7-form .nectar-wpcf7-inline-form .ajax-loader {
    align-self: center;
    margin-left: 10px
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field input,
.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field>:not(.ajax-loader) {
    width: 100%
}

@media only screen and (max-width:1000px) {

    .wpcf7-form .nectar-wpcf7-inline-form.mobile-1-col,
    .wpcf7-form .nectar-wpcf7-inline-form.mobile-2-col {
        flex-wrap: wrap;
        padding-bottom: 0
    }

    .wpcf7-form .nectar-wpcf7-inline-form.mobile-2-col .nectar-wpcf7-inline-field {
        padding-bottom: 1.5em;
        width: 50%
    }

    .wpcf7-form .nectar-wpcf7-inline-form.mobile-1-col .nectar-wpcf7-inline-field {
        padding-bottom: 1.5em;
        width: 100%
    }
}

body:not(.woocommerce-cart) .main-content table {
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ececec;
    margin: 0 0 20px;
    padding: 0;
    width: 100%
}

body:not(.woocommerce-cart) .main-content tr td:first-child,
body:not(.woocommerce-cart) .main-content tr th:first-child {
    border-left: 1px solid;
    border-color: #ececec;
    border-left-style: solid;
    border-left-width: 1px
}

body:not(.woocommerce-cart) .main-content th {
    border-left: none;
    border-top: none;
    border-color: #ececec;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    font-weight: 700;
    padding: 10px;
    text-align: left
}

body:not(.woocommerce-cart) .main-content td {
    border: 1px solid #ececec;
    border-left: none;
    border-top: none;
    font-size: 14px;
    padding: 10px
}

body:not(.woocommerce-cart) .main-content table tr:nth-child(odd) {
    background-color: #fcfcfc
}

@keyframes fadebottom {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    25% {
        opacity: 0;
        transform: translateY(20px)
    }

    30% {
        opacity: 0;
        transform: translateY(0)
    }

    45% {
        opacity: 1;
        transform: translateY(0)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

body .full-width-content,
body .full-width-section {
    visibility: visible
}

.full-width-content.blog-fullwidth-wrap,
.full-width-content.nectar-shop-outer,
.nectar-slider-wrap[data-full-width=true],
.page-submenu .full-width-content,
.page-submenu>.full-width-section,
.portfolio-filters-inline.full-width-content,
.portfolio-filters-inline.full-width-section:not(.non-fw),
.post-area.full-width-content.standard-minimal,
.wpb_row.full-width-content,
.wpb_row.full-width-section .mobile-video-image,
.wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap,
body .full-width-section .nectar-parallax-scene,
body .full-width-section .row-bg-wrap,
body .full-width-section.parallax_section .row-bg-wrap,
body .full-width-section>.nectar-shape-divider-wrap,
body .full-width-section>.video-color-overlay,
body[data-aie=long-zoom-out] .first-section .row-bg-wrap,
body[data-aie=long-zoom-out] .top-level.full-width-section .row-bg-wrap,
body[data-aie=zoom-out] .first-section .row-bg-wrap,
body[data-aie=zoom-out] .top-level.full-width-section .row-bg-wrap,
body[data-col-gap] .vc_row-fluid .span_12.post-area.full-width-content.standard-minimal {
    left: 50%;
    margin-left: -50vw;
    width: 100vw
}

body .full-width-section>.nectar-video-wrap {
    left: 50%;
    margin-left: -50vw;
    width: 100vw !important
}

.nectar-video-wrap .nectar-video-inner,
body .full-width-content>.nectar-video-wrap,
body .full-width-section>.nectar-video-wrap {
    height: 100%
}

@media only screen and (min-width:1000px) {

    [data-header-format=left-header] .full-width-content.blog-fullwidth-wrap,
    [data-header-format=left-header] .full-width-content.nectar-shop-outer,
    [data-header-format=left-header] .full-width-section .nectar-parallax-scene,
    [data-header-format=left-header] .full-width-section .row-bg-wrap,
    [data-header-format=left-header] .full-width-section.parallax_section .row-bg-wrap,
    [data-header-format=left-header] .full-width-section>.nectar-shape-divider-wrap,
    [data-header-format=left-header] .full-width-section>.video-color-overlay,
    [data-header-format=left-header] .nectar-slider-wrap[data-full-width=true],
    [data-header-format=left-header] .page-submenu .full-width-content,
    [data-header-format=left-header] .page-submenu>.full-width-section,
    [data-header-format=left-header] .wpb_row.full-width-content,
    [data-header-format=left-header][data-aie=long-zoom-out] .first-section .row-bg-wrap,
    [data-header-format=left-header][data-aie=long-zoom-out] .top-level.full-width-section .row-bg-wrap,
    [data-header-format=left-header][data-aie=zoom-out] .first-section .row-bg-wrap,
    [data-header-format=left-header][data-aie=zoom-out] .top-level.full-width-section .row-bg-wrap,
    body[data-header-format=left-header] .wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap {
        left: 50%;
        margin-left: calc(-50vw + 135px);
        width: calc(100vw - 272px)
    }

    [data-header-format=left-header] .full-width-section>.nectar-video-wrap {
        left: 50%;
        margin-left: calc(-50vw + 135px);
        width: calc(100vw - 272px) !important
    }

    #boxed .full-width-content.blog-fullwidth-wrap,
    #boxed .full-width-content.nectar-shop-outer,
    #boxed .nectar-slider-wrap[data-full-width=true],
    #boxed .page-submenu .full-width-content,
    #boxed .page-submenu>.full-width-section,
    #boxed .portfolio-filters-inline.full-width-section:not(.non-fw),
    #boxed .wpb_row.full-width-content,
    #boxed .wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap,
    body #boxed .full-width-section .nectar-parallax-scene,
    body #boxed .full-width-section .row-bg-wrap,
    body #boxed .full-width-section.parallax_section .row-bg-wrap,
    body #boxed .full-width-section>.nectar-shape-divider-wrap,
    body #boxed .full-width-section>.video-color-overlay,
    body[data-aie=long-zoom-out] #boxed .first-section .row-bg-wrap,
    body[data-aie=long-zoom-out] #boxed .top-level.full-width-section .row-bg-wrap,
    body[data-aie=zoom-out] #boxed .first-section .row-bg-wrap,
    body[data-aie=zoom-out] #boxed .top-level.full-width-section .row-bg-wrap {
        left: 0;
        margin-left: -5%;
        width: 110%
    }

    body #boxed .full-width-section>.nectar-video-wrap {
        left: 0;
        margin-left: -5%;
        width: 110% !important
    }
}

@media only screen and (max-width:999px) and (min-width:691px) {

    #boxed .full-width-content.blog-fullwidth-wrap,
    #boxed .nectar-slider-wrap[data-full-width=true],
    #boxed .page-submenu .full-width-content,
    #boxed .page-submenu>.full-width-section,
    #boxed .wpb_row.full-width-content,
    #boxed .wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap,
    body #boxed .full-width-section .nectar-parallax-scene,
    body #boxed .full-width-section .row-bg-wrap,
    body #boxed .full-width-section.parallax_section .row-bg-wrap,
    body #boxed .full-width-section>.nectar-shape-divider-wrap,
    body #boxed .full-width-section>.video-color-overlay,
    body[data-aie=long-zoom-out] #boxed .first-section .row-bg-wrap,
    body[data-aie=long-zoom-out] #boxed .top-level.full-width-section .row-bg-wrap,
    body[data-aie=zoom-out] #boxed .first-section .row-bg-wrap,
    body[data-aie=zoom-out] #boxed .top-level.full-width-section .row-bg-wrap {
        left: 0;
        margin-left: -7%;
        width: 114%
    }

    body #boxed .full-width-section>.nectar-video-wrap {
        left: 0;
        margin-left: -7%;
        width: 114% !important
    }
}

.full-width-content.blog-fullwidth-wrap,
.page-submenu .full-width-content,
.page-submenu>.full-width-section,
.portfolio-filters-inline.full-width-content,
.portfolio-filters-inline.full-width-section {
    position: relative
}

.post-area.span_9 .nectar-slider-wrap[data-full-width=true],
body #boxed .post-area.span_9 .full-width-section .row-bg-wrap,
body .post-area.span_9 .full-width-content.blog-fullwidth-wrap,
body .post-area.span_9 .full-width-section .nectar-parallax-scene,
body .post-area.span_9 .full-width-section .row-bg-wrap,
body .post-area.span_9 .full-width-section.parallax_section .row-bg-wrap,
body .post-area.span_9 .full-width-section>.nectar-shape-divider-wrap,
body .post-area.span_9 .full-width-section>.video-color-overlay,
body .post-area.span_9 .page-submenu .full-width-content,
body .post-area.span_9 .page-submenu>.full-width-section,
body .post-area.span_9 .portfolio-filters-inline.full-width-content,
body .post-area.span_9 .post-area.full-width-content.standard-minimal,
body .post-area.span_9 .wpb_row.full-width-content,
body .post-area.span_9 .wpb_row.full-width-section .templatera_shortcode>.wpb_row.full-width-section>.row-bg-wrap,
body .post-area.span_9 .wpb_row.parallax_section .row-bg-wrap,
body .post-area.span_9 body .post-area.span_9 .portfolio-filters-inline.full-width-section:not(.non-fw),
body[data-aie=long-zoom-out] .post-area.span_9 .first-section .row-bg-wrap,
body[data-aie=long-zoom-out] .post-area.span_9 .top-level.full-width-section .row-bg-wrap,
body[data-aie=zoom-out] .post-area.span_9 .first-section .row-bg-wrap,
body[data-aie=zoom-out] .post-area.span_9 .top-level.full-width-section .row-bg-wrap {
    left: 0;
    margin-left: 0;
    width: 100%
}

body .post-area.span_9 .full-width-section>.nectar-video-wrap {
    left: 0;
    margin-left: 0;
    width: 100% !important
}

.pum .pum-container .popmake-content .full-width-section .row-bg-wrap,
.pum .pum-container .popmake-content .wpb_row.full-width-content,
body #boxed .pum .pum-container .popmake-content .full-width-section .row-bg-wrap,
body #boxed .pum .pum-container .popmake-content .wpb_row.full-width-content {
    left: 0 !important;
    margin-left: 0 !important;
    width: 100% !important
}

#boxed .wpb_row.full-width-content .wpb_row>.row-bg-wrap,
#boxed .wpb_row.full-width-section .wpb_row>.row-bg-wrap,
body .wpb_row.full-width-content .wpb_row>.row-bg-wrap,
body .wpb_row.full-width-section .wpb_row>.row-bg-wrap {
    left: 0;
    margin-left: 0;
    width: 100%
}

.wpb_row .column-image-bg-wrap,
.wpb_row .column-image-bg-wrap .column-image-bg,
.wpb_row .column-image-bg-wrap .inner-wrap {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.wpb_column .column-inner[data-bg-cover=true] .column-image-bg,
.wpb_column[data-bg-cover=true] .column-image-bg {
    background-position: 50%;
    background-size: cover
}

.wpb_row .column-image-bg-wrap {
    overflow: hidden;
    z-index: 0
}

.full-width-content.vc_row-fluid .wpb_column .column-image-bg-wrap .column-image-bg {
    background-position: 50%;
    background-size: cover;
    -webkit-background-size: cover
}

.column-image-bg-wrap[data-bg-pos="center top"] .column-image-bg {
    background-position: top
}

.column-image-bg-wrap[data-bg-pos="center bottom"] .column-image-bg {
    background-position: bottom
}

.column-image-bg-wrap[data-bg-pos="left top"] .column-image-bg {
    background-position: 0 0
}

.column-image-bg-wrap[data-bg-pos="left center"] .column-image-bg {
    background-position: 0
}

.column-image-bg-wrap[data-bg-pos="left bottom"] .column-image-bg {
    background-position: 0 100%
}

.column-image-bg-wrap[data-bg-pos="right top"] .column-image-bg {
    background-position: 100% 0
}

.column-image-bg-wrap[data-bg-pos="right center"] .column-image-bg {
    background-position: 100%
}

.column-image-bg-wrap[data-bg-pos="right bottom"] .column-image-bg {
    background-position: 100% 100%
}

@font-face {
    font-display: swap;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    src: url(../../../../../../../themes/stepps/dist/fonts/icomoon.eot);
    src: url(../../../../../../../themes/stepps/dist/fonts/icomoon.eot?#iefix) format("embedded-opentype"), url(../../../../../../../themes/stepps/dist/fonts/icomoon.woff) format("woff"), url(../../../../../../../themes/stepps/dist/fonts/icomoon.ttf) format("truetype"), url(../../../../../../../themes/stepps/dist/fonts/icomoon.svg#icomoon) format("svg")
}

@font-face {
    font-display: swap;
    font-family: linecons;
    font-style: normal;
    font-weight: 400;
    src: url(../../../../../../../themes/stepps/dist/fonts/linecons.eot);
    src: url(../../../../../../../themes/stepps/dist/fonts/linecons.eot?#iefix) format("embedded-opentype"), url(../../../../../../../themes/stepps/dist/fonts/linecons.ttf) format("truetype"), url(../../../../../../../themes/stepps/dist/fonts/linecons.woff) format("woff"), url(../../../../../../../themes/stepps/dist/fonts/linecons.svg#linecons) format("svg")
}

[class*=" linecon-icon-"],
[class^=linecon-icon-] {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: linecons !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none
}

.linecon-icon-heart:before {
    content: ""
}

.linecon-icon-cloud:before {
    content: ""
}

.linecon-icon-star:before {
    content: ""
}

.linecon-icon-tv:before {
    content: ""
}

.linecon-icon-sound:before {
    content: ""
}

.linecon-icon-video:before {
    content: ""
}

.linecon-icon-trash:before {
    content: ""
}

.linecon-icon-user:before {
    content: ""
}

.linecon-icon-key:before {
    content: ""
}

.linecon-icon-search:before {
    content: ""
}

.linecon-icon-eye:before {
    content: ""
}

.linecon-icon-bubble:before {
    content: ""
}

.linecon-icon-stack:before {
    content: ""
}

.linecon-icon-cup:before {
    content: ""
}

.linecon-icon-phone:before {
    content: ""
}

.linecon-icon-news:before {
    content: ""
}

.linecon-icon-mail:before {
    content: ""
}

.linecon-icon-like:before {
    content: ""
}

.linecon-icon-photo:before {
    content: ""
}

.linecon-icon-note:before {
    content: ""
}

.linecon-icon-food:before {
    content: ""
}

.linecon-icon-t-shirt:before {
    content: ""
}

.linecon-icon-fire:before {
    content: ""
}

.linecon-icon-clip:before {
    content: ""
}

.linecon-icon-shop:before {
    content: ""
}

.linecon-icon-calendar:before {
    content: ""
}

.linecon-icon-wallet:before {
    content: ""
}

.linecon-icon-vynil:before {
    content: ""
}

.linecon-icon-truck:before {
    content: ""
}

.linecon-icon-world:before {
    content: ""
}

.linecon-icon-clock:before {
    content: ""
}

.linecon-icon-paperplane:before {
    content: ""
}

.linecon-icon-params:before {
    content: ""
}

.linecon-icon-banknote:before {
    content: ""
}

.linecon-icon-data:before {
    content: ""
}

.linecon-icon-music:before {
    content: ""
}

.linecon-icon-megaphone:before {
    content: ""
}

.linecon-icon-study:before {
    content: ""
}

.linecon-icon-lab:before {
    content: ""
}

.linecon-icon-location:before {
    content: ""
}

.linecon-icon-display:before {
    content: ""
}

.linecon-icon-diamond:before {
    content: ""
}

.linecon-icon-pen:before {
    content: ""
}

.linecon-icon-bulb:before {
    content: ""
}

.linecon-icon-lock:before {
    content: ""
}

.linecon-icon-tag:before {
    content: ""
}

.linecon-icon-camera:before {
    content: ""
}

.linecon-icon-settings:before {
    content: ""
}

@font-face {
    font-display: swap;
    font-family: steadysets;
    font-style: normal;
    font-weight: 400;
    src: url(../../../../../../../themes/stepps/dist/fonts/steadysets.eot);
    src: url(../../../../../../../themes/stepps/dist/fonts/steadysets.eot?#iefix) format("embedded-opentype"), url(../../../../../../../themes/stepps/dist/fonts/steadysets.ttf) format("truetype"), url(../../../../../../../themes/stepps/dist/fonts/steadysets.woff) format("woff"), url(../../../../../../../themes/stepps/dist/fonts/steadysets.svg#icomoon) format("svg")
}

[class*=" steadysets-icon-"],
[class^=steadysets-icon-] {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: steadysets !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none
}

.steadysets-icon-type:before {
    content: ""
}

.steadysets-icon-box:before {
    content: ""
}

.steadysets-icon-archive:before {
    content: ""
}

.steadysets-icon-envelope:before {
    content: ""
}

.steadysets-icon-email:before {
    content: ""
}

.steadysets-icon-files:before {
    content: ""
}

.steadysets-icon-uniE606:before {
    content: ""
}

.steadysets-icon-connection-empty:before {
    content: ""
}

.steadysets-icon-connection-25:before {
    content: ""
}

.steadysets-icon-connection-50:before {
    content: ""
}

.steadysets-icon-connection-75:before {
    content: ""
}

.steadysets-icon-connection-full:before {
    content: ""
}

.steadysets-icon-microphone:before {
    content: ""
}

.steadysets-icon-microphone-off:before {
    content: ""
}

.steadysets-icon-book:before {
    content: ""
}

.steadysets-icon-cloud:before {
    content: ""
}

.steadysets-icon-book2:before {
    content: ""
}

.steadysets-icon-star:before {
    content: ""
}

.steadysets-icon-phone-portrait:before {
    content: ""
}

.steadysets-icon-phone-landscape:before {
    content: ""
}

.steadysets-icon-tablet:before {
    content: ""
}

.steadysets-icon-tablet-landscape:before {
    content: ""
}

.steadysets-icon-laptop:before {
    content: ""
}

.steadysets-icon-uniE617:before {
    content: ""
}

.steadysets-icon-barbell:before {
    content: ""
}

.steadysets-icon-stopwatch:before {
    content: ""
}

.steadysets-icon-atom:before {
    content: ""
}

.steadysets-icon-syringe:before {
    content: ""
}

.steadysets-icon-pencil:before {
    content: ""
}

.steadysets-icon-chart:before {
    content: ""
}

.steadysets-icon-bars:before {
    content: ""
}

.steadysets-icon-cube:before {
    content: ""
}

.steadysets-icon-image:before {
    content: ""
}

.steadysets-icon-crop:before {
    content: ""
}

.steadysets-icon-graph:before {
    content: ""
}

.steadysets-icon-select:before {
    content: ""
}

.steadysets-icon-bucket:before {
    content: ""
}

.steadysets-icon-mug:before {
    content: ""
}

.steadysets-icon-clipboard:before {
    content: ""
}

.steadysets-icon-lab:before {
    content: ""
}

.steadysets-icon-bones:before {
    content: ""
}

.steadysets-icon-pill:before {
    content: ""
}

.steadysets-icon-bolt:before {
    content: ""
}

.steadysets-icon-health:before {
    content: ""
}

.steadysets-icon-map-marker:before {
    content: ""
}

.steadysets-icon-stack:before {
    content: ""
}

.steadysets-icon-newspaper:before {
    content: ""
}

.steadysets-icon-uniE62F:before {
    content: ""
}

.steadysets-icon-coffee:before {
    content: ""
}

.steadysets-icon-bill:before {
    content: ""
}

.steadysets-icon-sun:before {
    content: ""
}

.steadysets-icon-vcard:before {
    content: ""
}

.steadysets-icon-shorts:before {
    content: ""
}

.steadysets-icon-drink:before {
    content: ""
}

.steadysets-icon-diamond:before {
    content: ""
}

.steadysets-icon-bag:before {
    content: ""
}

.steadysets-icon-calculator:before {
    content: ""
}

.steadysets-icon-credit-cards:before {
    content: ""
}

.steadysets-icon-microwave-oven:before {
    content: ""
}

.steadysets-icon-camera:before {
    content: ""
}

.steadysets-icon-share:before {
    content: ""
}

.steadysets-icon-bullhorn:before {
    content: ""
}

.steadysets-icon-user:before {
    content: ""
}

.steadysets-icon-users:before {
    content: ""
}

.steadysets-icon-user2:before {
    content: ""
}

.steadysets-icon-users2:before {
    content: ""
}

.steadysets-icon-unlocked:before {
    content: ""
}

.steadysets-icon-unlocked2:before {
    content: ""
}

.steadysets-icon-lock:before {
    content: ""
}

.steadysets-icon-forbidden:before {
    content: ""
}

.steadysets-icon-switch:before {
    content: ""
}

.steadysets-icon-meter:before {
    content: ""
}

.steadysets-icon-flag:before {
    content: ""
}

.steadysets-icon-home:before {
    content: ""
}

.steadysets-icon-printer:before {
    content: ""
}

.steadysets-icon-clock:before {
    content: ""
}

.steadysets-icon-calendar:before {
    content: ""
}

.steadysets-icon-comment:before {
    content: ""
}

.steadysets-icon-chat-3:before {
    content: ""
}

.steadysets-icon-chat-2:before {
    content: ""
}

.steadysets-icon-chat-1:before {
    content: ""
}

.steadysets-icon-chat:before {
    content: ""
}

.steadysets-icon-zoom-out:before {
    content: ""
}

.steadysets-icon-zoom-in:before {
    content: ""
}

.steadysets-icon-search:before {
    content: ""
}

.steadysets-icon-trashcan:before {
    content: ""
}

.steadysets-icon-tag:before {
    content: ""
}

.steadysets-icon-download:before {
    content: ""
}

.steadysets-icon-paperclip:before {
    content: ""
}

.steadysets-icon-checkbox:before {
    content: ""
}

.steadysets-icon-checkbox-checked:before {
    content: ""
}

.steadysets-icon-checkmark:before {
    content: ""
}

.steadysets-icon-refresh:before {
    content: ""
}

.steadysets-icon-reload:before {
    content: ""
}

.steadysets-icon-arrow-right:before {
    content: ""
}

.steadysets-icon-arrow-down:before {
    content: ""
}

.steadysets-icon-arrow-up:before {
    content: ""
}

.steadysets-icon-arrow-left:before {
    content: ""
}

.steadysets-icon-settings:before {
    content: ""
}

.steadysets-icon-battery-full:before {
    content: ""
}

.steadysets-icon-battery-75:before {
    content: ""
}

.steadysets-icon-battery-50:before {
    content: ""
}

.steadysets-icon-battery-25:before {
    content: ""
}

.steadysets-icon-battery-empty:before {
    content: ""
}

.steadysets-icon-battery-charging:before {
    content: ""
}

.steadysets-icon-uniE669:before {
    content: ""
}

.steadysets-icon-grid:before {
    content: ""
}

.steadysets-icon-list:before {
    content: ""
}

.steadysets-icon-wifi-low:before {
    content: ""
}

.steadysets-icon-folder-check:before {
    content: ""
}

.steadysets-icon-folder-settings:before {
    content: ""
}

.steadysets-icon-folder-add:before {
    content: ""
}

.steadysets-icon-folder:before {
    content: ""
}

.steadysets-icon-window:before {
    content: ""
}

.steadysets-icon-windows:before {
    content: ""
}

.steadysets-icon-browser:before {
    content: ""
}

.steadysets-icon-file-broken:before {
    content: ""
}

.steadysets-icon-align-justify:before {
    content: ""
}

.steadysets-icon-align-center:before {
    content: ""
}

.steadysets-icon-align-right:before {
    content: ""
}

.steadysets-icon-align-left:before {
    content: ""
}

.steadysets-icon-file:before {
    content: ""
}

.steadysets-icon-file-add:before {
    content: ""
}

.steadysets-icon-file-settings:before {
    content: ""
}

.steadysets-icon-mute:before {
    content: ""
}

.steadysets-icon-heart:before {
    content: ""
}

.steadysets-icon-enter:before {
    content: ""
}

.steadysets-icon-volume-decrease:before {
    content: ""
}

.steadysets-icon-wifi-mid:before {
    content: ""
}

.steadysets-icon-volume:before {
    content: ""
}

.steadysets-icon-bookmark:before {
    content: ""
}

.steadysets-icon-screen:before {
    content: ""
}

.steadysets-icon-map:before {
    content: ""
}

.steadysets-icon-measure:before {
    content: ""
}

.steadysets-icon-eyedropper:before {
    content: ""
}

.steadysets-icon-support:before {
    content: ""
}

.steadysets-icon-phone:before {
    content: ""
}

.steadysets-icon-email2:before {
    content: ""
}

.steadysets-icon-volume-increase:before {
    content: ""
}

.steadysets-icon-wifi-full:before {
    content: ""
}

.ascend .mfp-iframe-holder .mfp-close,
.ascend .mfp-image-holder .mfp-close,
.icon-be,
.icon-button-arrow,
.icon-salient-artstation,
.icon-salient-back-to-all,
.icon-salient-cart,
.icon-salient-discord,
.icon-salient-down-arrow,
.icon-salient-down-arrow-thin,
.icon-salient-facebook,
.icon-salient-facebook-messenger,
.icon-salient-google-plus,
.icon-salient-heart,
.icon-salient-heart-2,
.icon-salient-left-arrow,
.icon-salient-left-arrow-thin,
.icon-salient-m-clock,
.icon-salient-m-eye,
.icon-salient-m-user,
.icon-salient-pencil,
.icon-salient-pinterest,
.icon-salient-plus,
.icon-salient-right-arrow,
.icon-salient-right-arrow-thin,
.icon-salient-right-line,
.icon-salient-search,
.icon-salient-spotify,
.icon-salient-thin-line,
.icon-salient-twitter,
.icon-salient-woo-zoom-icon,
.icon-salient-x,
.icon-soundcloud,
.icon-vimeo,
.mejs-controls .mejs-button button,
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.salient-page-submenu-icon,
.video-play-button {
    speak: none;
    -webkit-font-smoothing: antialiased;
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.icon-salient-m-bag:before {
    content: ""
}

.icon-salient-m-eye:before {
    content: ""
}

.icon-salient-m-clock:before {
    content: ""
}

.icon-salient-m-gear:before {
    content: ""
}

.icon-salient-m-heart:before {
    content: ""
}

.icon-salient-m-search:before {
    content: ""
}

.icon-salient-m-prev:before {
    content: ""
}

.icon-salient-m-rewind:before {
    content: ""
}

.icon-salient-m-play:before {
    content: ""
}

.icon-salient-woo-zoom-icon:before {
    content: ""
}

.icon-salient-woo-zoom-icon-minus:before {
    content: ""
}

.icon-salient-m-pause:before {
    content: ""
}

.icon-salient-m-stop:before {
    content: ""
}

.icon-salient-m-ff:before {
    content: ""
}

.icon-salient-m-next:before {
    content: ""
}

.icon-salient-m-user:before {
    content: ""
}

.icon-salient-m-chat:before {
    content: ""
}

.icon-salient-m-social:before {
    content: ""
}

.icon-salient-m-left-arrow:before {
    content: ""
}

.icon-salient-m-right-arrow:before {
    content: ""
}

.icon-salient-m-sound:before {
    content: ""
}

.icon-salient-m-mute:before {
    content: ""
}

.icon-salient-m-close:before {
    content: ""
}

.icon-salient-m-menu:before {
    content: ""
}

.icon-salient-x:before {
    content: ""
}

.icon-salient-right-arrow:before {
    content: ""
}

.icon-salient-left-arrow:before {
    content: ""
}

.icon-salient-right-line:before {
    content: ""
}

.icon-salient-back-to-all:before {
    content: ""
}

.icon-salient-right-arrow-thin:before {
    content: ""
}

.icon-salient-left-arrow-thin:before {
    content: ""
}

.icon-salient-down-arrow-thin:before {
    content: ""
}

.icon-salient-down-arrow:before {
    content: ""
}

.icon-salient-google-plus:before {
    content: ""
}

.icon-salient-facebook:before {
    content: ""
}

.icon-salient-twitter:before {
    content: ""
}

.icon-salient-pinterest:before {
    content: ""
}

.icon-salient-heart:before {
    content: ""
}

.icon-salient-plus:before {
    content: ""
}

.icon-salient-cart:before {
    content: ""
}

.icon-salient-pencil:before {
    content: ""
}

.icon-be:before {
    content: ""
}

.icon-vimeo:before {
    content: ""
}

.icon-soundcloud:before {
    content: ""
}

.icon-button-arrow:before {
    content: ""
}

.icon-salient-thin-line:before {
    content: ""
}

.icon-salient-spotify:before {
    content: ""
}

.icon-salient-facebook-messenger:before {
    content: ""
}

.icon-salient-artstation:before {
    content: ""
}

.icon-salient-discord:before {
    content: ""
}

body[data-header-search=false].ascend #header-outer[data-has-menu=false][data-cart=false][data-full-width=true] .slide-out-widget-area-toggle:not(.mobile-icon) a:not(.using-label) .lines-button {
    top: -1px
}

body .lines,
body .lines:after,
body .lines:before {
    height: 2px
}

body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^=icon-] {
    font-size: 24px !important
}

.icon-salient-search:before {
    content: ""
}

body .icon-salient-x:before {
    content: ""
}

body .icon-salient-cart:before,
body.ascend .icon-salient-cart:before {
    content: ""
}

body.ascend #header-outer .cart-contents .cart-wrap span {
    font-family: Open Sans, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 17px;
    width: 17px
}

.icon-salient-heart-2:before {
    content: "" !important
}

body #single-below-header.fullscreen-header .steadysets-icon-book2,
body #single-below-header.fullscreen-header .steadysets-icon-chat-3,
body .steadysets-icon-chat-3 {
    font-family: icomoon !important;
    font-size: 20px
}

body .steadysets-icon-chat-3:before {
    content: ""
}

body .steadysets-icon-book2:before {
    content: "";
    font-family: icomoon !important
}

#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart,
#top nav ul #nectar-user-account a span,
#top nav ul #search-btn a span {
    color: rgba(0, 0, 0, .48);
    font-size: 18px
}

body #search-outer #search #close a span {
    font-size: 20px
}

#page-header-wrap,
.ascend .container-wrap,
.ascend .project-title,
.ascend .vc_text_separator div,
.carousel-wrap .left-border,
.carousel-wrap .right-border,
.carousel-wrap[data-full-width=true] .carousel-heading,
.page-header-no-bg,
.page-template-template-portfolio-php .portfolio-items .col.span_3,
.page-template-template-portfolio-php .portfolio-items .col.span_4,
.portfolio-items .col {
    background-color: #f6f6f6
}

#call-to-action .triangle {
    color: #f6f6f6
}

.ascend #footer-outer #footer-widgets .col ul li,
.ascend #sidebar .widget.widget_categories li,
.ascend #sidebar .widget.widget_nav_menu li,
.ascend #sidebar .widget.widget_pages li,
.ascend #sidebar div ul li {
    border: none !important;
    padding: 4px 0
}

.ascend #footer-outer #footer-widgets .widget.widget_categories li,
.ascend #footer-outer #footer-widgets .widget.widget_nav_menu li,
.ascend #footer-outer #footer-widgets .widget.widget_pages li,
.ascend #footer-outer .widget.widget_categories li,
.ascend #footer-outer .widget.widget_nav_menu li,
.ascend #footer-outer .widget.widget_pages li,
.ascend #sidebar .widget.widget_categories li,
.ascend #sidebar .widget.widget_nav_menu li,
.ascend #sidebar .widget.widget_pages li {
    padding: 4px 0 !important
}

.ascend #footer-outer .widget.widget_categories li a,
.ascend #footer-outer .widget.widget_nav_menu li a,
.ascend #footer-outer .widget.widget_pages li a,
.ascend #sidebar .widget.widget_categories li a,
.ascend #sidebar .widget.widget_nav_menu li a,
.ascend #sidebar .widget.widget_pages li a {
    border: none !important;
    padding: 0 !important
}

.ascend #footer-outer #footer-widgets .col ul li a,
.ascend #sidebar div ul li a {
    display: block
}

.ascend #footer-outer .widget h4,
.ascend #sidebar h4 {
    margin-bottom: 12px
}

.ascend #footer-outer #copyright {
    background-color: transparent;
    border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.ascend #footer-outer[data-using-widget-area=false] #copyright {
    border: none
}

.nectar-progress-bar span strong {
    background-color: transparent;
    color: inherit;
    padding: 4px 0
}

.nectar-progress-bar span strong:after {
    display: none
}

.nectar-progress-bar .bar-wrap {
    background-color: rgba(0, 0, 0, .043)
}

.ascend .nectar-progress-bar .bar-wrap,
.ascend .nectar-progress-bar span {
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none
}

.ascend .carousel-wrap[data-full-width=false] .control-wrap {
    right: 10px;
    text-align: center
}

.carousel-wrap[data-full-width=false] .control-wrap .carousel-prev {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px
}

.carousel-wrap[data-full-width=false] .control-wrap .carousel-next {
    margin-left: 0;
    padding-left: 10px
}

.ascend[data-ext-responsive=true] .carousel-wrap[data-full-width=false] .control-wrap .carousel-next,
.ascend[data-ext-responsive=true] .carousel-wrap[data-full-width=false] .control-wrap .carousel-prev,
.carousel-wrap[data-full-width=false] .control-wrap .carousel-next,
.carousel-wrap[data-full-width=false] .control-wrap .carousel-prev {
    display: block;
    float: left;
    position: relative;
    right: 0
}

.ascend .carousel-next,
.ascend .carousel-prev {
    background-color: transparent;
    box-sizing: content-box;
    font-size: 14px;
    top: 1px;
    width: 10px
}

.ascend .carousel-next,
.ascend .carousel-prev,
.carousel-wrap .control-wrap .item-count {
    cursor: pointer;
    height: 23px;
    line-height: 22px;
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1)
}

.carousel-wrap .control-wrap .item-count {
    display: block;
    float: left;
    letter-spacing: 4px;
    position: relative;
    right: -2px;
    top: -1px;
    z-index: 10
}

.ascend [data-full-width=false] .carousel-next:after,
.ascend [data-full-width=false] .carousel-prev:after {
    background-color: #000;
    content: " ";
    cursor: pointer;
    display: block;
    height: 2px;
    left: -4px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: translateX(-20px);
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1);
    width: 24px
}

.ascend .light [data-full-width=false] .carousel-next:after,
.ascend .light [data-full-width=false] .carousel-prev:after {
    background-color: #fff
}

.ascend .light .carousel-next i,
.ascend .light .carousel-prev i {
    color: #fff
}

.ascend [data-full-width=false] .carousel-next:after {
    left: 5px
}

.ascend [data-full-width=false] .carousel-next:hover:after {
    opacity: 1;
    transform: translateX(-12px)
}

.ascend [data-full-width=false] .carousel-prev:after {
    transform: translateX(20px)
}

.ascend [data-full-width=false] .carousel-prev:hover:after {
    opacity: 1;
    transform: translateX(0)
}

.ascend [data-full-width=false] .carousel-prev.next-hovered,
.ascend [data-full-width=false] .carousel-prev:hover i,
.ascend [data-full-width=false] .item-count.next-hovered {
    transform: translateX(-18px)
}

.ascend .carousel-next:hover,
.ascend .carousel-prev:hover {
    background-color: transparent
}

.carousel-wrap[data-full-width=true] .carousel-next,
.carousel-wrap[data-full-width=true] .carousel-prev {
    border: none
}

.ascend .carousel-heading .container .carousel-prev {
    right: 30px
}

.ascend[data-ext-responsive=true] .carousel-heading .container .carousel-prev {
    right: 40px
}

.ascend .carousel-next i,
.ascend .carousel-prev i {
    color: #000;
    font-size: 22px;
    height: 20px;
    line-height: 18px;
    transition: all .25s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .25s cubic-bezier(.12, .75, .4, 1)
}

.ascend .carousel-next:hover,
.ascend .carousel-prev:hover {
    border-color: transparent
}

.ascend .light .carousel-next:hover i,
.ascend .light .carousel-prev:hover i {
    color: #fff
}

.ascend #to-top,
.ascend .nectar-button,
.ascend .nectar-button.see-through,
.ascend .swiper-slide .button a,
body.ascend .nectar-button.see-through,
body.ascend .nectar-button.see-through-2 {
    border-radius: 0;
    box-shadow: none
}

.ascend #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
    left: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear
}

.ascend .icon-salient-cart:before {
    content: ""
}

.ascend #header-outer a.cart-contents .cart-wrap span:before {
    display: none
}

body.ascend #header-outer[data-full-width=false] #mobile-cart-link .cart-wrap {
    margin-right: 0
}

body:not([data-header-format=left-header]).ascend #header-outer .cart-menu .cart-contents {
    display: block
}

body:not([data-header-format=left-header]).ascend #header-outer[data-full-width=true] .cart-menu .cart-contents {
    display: block;
    padding-left: 29px;
    padding-right: 29px
}

.ascend #header-outer .cart-wrap {
    top: -7px
}

.ascend #header-outer .cart-menu-wrap {
    right: 0
}

#header-outer .cart-wrap {
    font-size: 11px
}

.ascend #header-outer[data-full-width=true] #top nav ul .slide-out-widget-area-toggle {
    padding-bottom: 0;
    padding-top: 0
}

.ascend #header-outer[data-full-width=true] #top .slide-out-widget-area-toggle[data-custom-color=true]>div a:before {
    display: none
}

.ascend #header-outer[data-full-width=true][data-cart=true] #top nav ul .slide-out-widget-area-toggle {
    position: relative
}

.ascend[data-header-search=false] #header-outer[data-full-width=true][data-cart=false][data-format=centered-menu] #top nav ul #social-in-menu {
    margin-right: 13px
}

.ascend #header-outer[data-full-width=true] #top nav ul #nectar-user-account a,
.ascend #header-outer[data-full-width=true] #top nav ul #search-btn a {
    padding-left: 25px;
    padding-right: 25px
}

.ascend #header-outer[data-full-width=true] #top nav ul .slide-out-widget-area-toggle a {
    padding-left: 28px;
    padding-right: 28px
}

body[data-header-color=dark].ascend #header-outer[data-full-width=true][data-remove-border=true] #top nav ul #nectar-user-account a:after,
body[data-header-color=dark].ascend #header-outer[data-full-width=true][data-remove-border=true] #top nav ul #search-btn a:after,
body[data-header-color=dark].ascend #header-outer[data-full-width=true][data-remove-border=true] #top nav ul .slide-out-widget-area-toggle a:after,
body[data-header-color=dark].ascend #header-outer[data-remove-border=true] .cart-contents:after,
body[data-header-color=dark].ascend #header-outer[data-transparent-header=true][data-full-width=true][data-remove-border=true] .cart-contents:after {
    border-left: 1px solid hsla(0, 0%, 100%, .15)
}

.ascend[data-header-search=false] #header-outer[data-full-width=true][data-format=centered-logo-between-menu][data-cart=false] #top nav ul .slide-out-widget-area-toggle a {
    border: none
}

.ascend:not([data-header-format=default]) #header-outer[data-full-width=true]:not([data-format=left-header]) #search-btn,
.ascend[data-header-search=false]:not([data-header-format=default]) #header-outer[data-full-width=true]:not([data-format=left-header]) #nectar-user-account,
.ascend[data-header-search=false][data-user-account-button=false]:not([data-header-format=default]) #header-outer[data-full-width=true]:not([data-format=left-header]) .nectar-woo-cart,
.ascend[data-header-search=false][data-user-account-button=false][data-cart=false]:not([data-header-format=default]) #header-outer[data-full-width=true]:not([data-format=left-header]) .slide-out-widget-area-toggle,
body.ascend[data-header-format=default] #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav>.buttons {
    margin-left: 22px
}

body.ascend #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav>.buttons {
    margin-right: -28px
}

@media only screen and (max-width:999px) and (min-width:690px) {
    body.ascend #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
        display: none
    }
}

@media only screen and (max-width:690px) {

    body.ascend #header-secondary-outer,
    body.ascend #header-secondary-outer .nectar-center-text {
        display: none
    }
}

.ascend[data-header-search=false][data-user-set-ocm=off] #header-outer[data-format=default][data-full-width=true][data-cart=true] #social-in-menu {
    margin: 0 30px
}

@media only screen and (min-width:1001px) {

    .ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true] #top nav ul #nectar-user-account a,
    .ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true] #top nav ul #search-btn a,
    .ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true] #top nav ul .slide-out-widget-area-toggle a {
        transition: border-color .3s ease;
        -webkit-transition: border-color .3s ease
    }

    .ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true][data-remove-border=true] #top nav ul #nectar-user-account a:after,
    .ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true][data-remove-border=true] #top nav ul #search-btn a:after,
    .ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true][data-remove-border=true] #top nav ul .slide-out-widget-area-toggle a:after,
    .ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true][data-remove-border=true] .cart-contents:after {
        border-left: 1px solid hsla(0, 0%, 100%, .25);
        content: "";
        display: inline-block;
        height: 20px;
        left: -1px;
        margin-top: -10px;
        opacity: 1;
        position: absolute;
        top: 50%;
        transition: top .3s ease-out, margin-top .3s ease-out, height .3s ease-out, border-color .25s ease;
        width: 11px
    }

    .ascend[data-header-search=false] #header-outer.transparent[data-transparent-header=true][data-full-width=true][data-remove-border=true][data-cart=false] #top nav ul .slide-out-widget-area-toggle a:after {
        display: none
    }

    .ascend[data-header-search=false] #header-outer.transparent[data-transparent-header=true][data-full-width=true][data-remove-border=true][data-cart=false][data-has-menu=false] #top nav ul .slide-out-widget-area-toggle a:after {
        border: none !important
    }

    .ascend #header-outer[data-transparent-header=true][data-full-width=true][data-remove-border=true] #top nav ul #nectar-user-account a:after,
    .ascend #header-outer[data-transparent-header=true][data-full-width=true][data-remove-border=true] #top nav ul #search-btn a:after,
    .ascend #header-outer[data-transparent-header=true][data-full-width=true][data-remove-border=true] #top nav ul .slide-out-widget-area-toggle a:after,
    .ascend #header-outer[data-transparent-header=true][data-full-width=true][data-remove-border=true] .cart-contents:after {
        border-left: 1px solid rgba(0, 0, 0, .07);
        color: #000;
        content: "";
        display: inline-block;
        height: 100%;
        left: -1px;
        position: absolute;
        top: 0;
        transition: top .3s ease, margin-top .3s ease, height .3s ease, border-color .25s ease;
        width: 11px
    }

    .ascend[data-header-search=false] #header-outer[data-full-width=true][data-format=centered-logo-between-menu][data-cart=false] #top nav ul .slide-out-widget-area-toggle a:after {
        border: none
    }
}

.ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true].dark-slide>#top nav ul #nectar-user-account a,
.ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true].dark-slide>#top nav ul #search-btn a,
.ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true].dark-slide>#top nav ul .nectar-woo-cart .cart-contents,
.ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true].dark-slide>#top nav ul .slide-out-widget-area-toggle a,
.ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true][data-remove-border=true].dark-slide #top nav ul .slide-out-widget-area-toggle a:after,
.ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true][data-remove-border=true].dark-slide .cart-contents:after,
body.ascend #boxed #header-outer.transparent.dark-slide .cart-menu .cart-icon-wrap i,
body.ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true][data-remove-border=true].dark-slide #top nav ul #nectar-user-account a:after,
body.ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true][data-remove-border=true].dark-slide #top nav ul #search-btn a:after {
    border-color: rgba(0, 0, 0, .08) !important
}

.ascend #header-outer[data-remove-border=true][data-transparent-header=true][data-full-width=true].transparent.pseudo-data-transparent #top nav ul #search-btn a,
.ascend #header-outer[data-remove-border=true][data-transparent-header=true][data-full-width=true].transparent.pseudo-data-transparent #top nav ul .slide-out-widget-area-toggle a,
.ascend #header-outer[data-remove-border=true][data-transparent-header=true][data-full-width=true].transparent.pseudo-data-transparent .cart-menu {
    border-color: transparent !important
}

.ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true] #top .nectar-woo-cart .cart-contents,
.ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true] #top nav ul #nectar-user-account a,
.ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true] #top nav ul #search-btn a,
.ascend #header-outer.transparent[data-transparent-header=true][data-full-width=true] #top nav ul .slide-out-widget-area-toggle a {
    border-left: 1px solid hsla(0, 0%, 100%, .25)
}

.ascend #header-outer[data-full-width=true] #top nav ul #nectar-user-account a,
.ascend #header-outer[data-full-width=true] #top nav ul #search-btn a,
.ascend #header-outer[data-full-width=true] #top nav ul .slide-out-widget-area-toggle a {
    border-left: 1px solid rgba(0, 0, 0, .07)
}

.ascend[data-header-color=dark] #header-outer[data-full-width=true] #top nav ul #nectar-user-account a,
.ascend[data-header-color=dark] #header-outer[data-full-width=true] #top nav ul #search-btn a,
.ascend[data-header-color=dark] #header-outer[data-full-width=true] #top nav ul .slide-out-widget-area-toggle a,
body.ascend[data-header-color=dark] #header-outer[data-full-width=true] .cart-contents,
body:not([data-header-format=left-header]).ascend[data-header-color=dark] #header-outer[data-full-width=true] .nectar-woo-cart .cart-contents {
    border-left: 1px solid hsla(0, 0%, 100%, .13)
}

body:not([data-header-format=left-header]).ascend #header-outer[data-full-width=true] .nectar-woo-cart .cart-contents {
    border-left: 1px solid rgba(0, 0, 0, .07)
}

@media only screen and (min-width:1000px) {

    .ascend #header-outer[data-transparent-header=true][data-full-width=true][data-remove-border=true] #top nav ul #nectar-user-account a,
    .ascend #header-outer[data-transparent-header=true][data-full-width=true][data-remove-border=true] #top nav ul #search-btn a,
    .ascend #header-outer[data-transparent-header=true][data-full-width=true][data-remove-border=true] #top nav ul .slide-out-widget-area-toggle a,
    .ascend #header-outer[data-transparent-header=true][data-full-width=true][data-remove-border=true] .nectar-woo-cart .cart-contents {
        border: none
    }
}

#header-outer[data-full-width=true][data-format=centered-menu] #top nav>.buttons #social-in-menu {
    margin-right: 15px
}

@media only screen and (min-width:1000px) {

    .ascend #header-outer[data-full-width=true] #top #nectar-user-account>div,
    .ascend #header-outer[data-full-width=true] #top #nectar-user-account>div a,
    .ascend #header-outer[data-full-width=true] #top #search-btn>div,
    .ascend #header-outer[data-full-width=true] #top #search-btn>div a,
    .ascend #header-outer[data-full-width=true] #top .slide-out-widget-area-toggle>div,
    .ascend #header-outer[data-full-width=true] #top .slide-out-widget-area-toggle>div a,
    .ascend:not([data-header-format=left-header]) #header-outer[data-full-width=true] #top .nectar-woo-cart>div,
    .ascend:not([data-header-format=left-header]) #header-outer[data-full-width=true] #top .nectar-woo-cart>div .cart-contents,
    .ascend:not([data-header-format=left-header]) #header-outer[data-full-width=true] #top .nectar-woo-cart>div .cart-menu {
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%
    }
}

.ascend:not([data-header-format=left-header]) #header-outer[data-full-width=true] #top .nectar-woo-cart>div .cart-menu {
    padding: 0
}

.ascend #header-outer[data-full-width=true] #top nav ul #nectar-user-account>div {
    border: none
}

.ascend #header-outer[data-full-width=true] #top nav ul #nectar-user-account>div,
.ascend #header-outer[data-full-width=true] #top nav ul .nectar-woo-cart>div,
.ascend #header-outer[data-full-width=true] #top nav ul .slide-out-widget-area-toggle>div {
    padding-left: 0
}

.ascend #header-outer a.cart-contents .cart-wrap span {
    border-radius: 99px;
    font: 700 11px/16px Arial;
    padding: 0 1px;
    visibility: hidden
}

.ascend #header-outer .first-load a.cart-contents .cart-wrap span {
    animation: bounce_in_animation .6s ease-in-out .12s 1 normal both;
    -webkit-animation: bounce_in_animation .6s ease-in-out .12s 1 normal both;
    visibility: visible
}

.ascend #header-outer .static a.cart-contents span {
    visibility: visible
}

.ascend #header-outer .has_products .cart-menu .cart-icon-wrap .icon-salient-cart {
    transition: all .2s ease;
    -webkit-transition: all .2s ease
}

body.ascend #boxed #header-outer .cart-menu,
body.ascend #header-outer .nectar-woo-cart .cart-contents {
    background-color: transparent
}

body.ascend #boxed #header-outer .cart-menu-wrap {
    box-shadow: none;
    top: 0 !important
}

#header-outer .nectar-woo-cart .cart-menu-wrap,
.ascend #header-outer .cart-menu .cart-contents {
    position: static
}

body.ascend #boxed #header-outer .widget_shopping_cart,
body.ascend.woocommerce #boxed .cart-notification {
    position: absolute !important
}

body.ascend #boxed #header-outer .cart-menu-wrap .cart-menu {
    box-shadow: none
}

body.ascend #top #mobile-cart-link i {
    height: 20px;
    line-height: 20px;
    top: 0
}

body.ascend #search-outer {
    background-color: hsla(0, 0%, 100%, .97);
    height: 100vh;
    padding: 0;
    position: fixed;
    top: 0;
    transform: scaleY(0);
    z-index: 10100
}

body.ascend #search-outer #search-box {
    transition: all .15s ease
}

body.ascend #search-outer.small-nav #search-box {
    transition: all .32s ease
}

@media only screen and (min-width:690px) {
    body.ascend.admin-bar #search-outer {
        top: 32px
    }
}

#search-box {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

body[data-header-color=dark].ascend #search-outer {
    background-color: rgba(0, 0, 0, .94)
}

body[data-header-color=dark].ascend #search-outer #search #close a span,
body[data-header-color=dark].ascend #search-outer #search input[type=text] {
    color: #fff
}

body.ascend #search-outer .container {
    float: none;
    height: auto !important;
    padding: 0 40px;
    position: static;
    width: 100%
}

#header-outer #search {
    position: static !important
}

body.ascend #search-outer #search input[type=text] {
    color: #000;
    font-size: 80px;
    height: auto;
    text-align: center
}

body.ascend #search-outer>#search form {
    float: none;
    width: 100%
}

#search-outer #search .span_12 span,
#search-outer>#search form {
    opacity: 0;
    position: relative
}

#search-outer #search #close {
    position: absolute;
    right: 30px;
    top: 30px
}

.ascend #search-outer #search #close a span:not(.close-line) {
    font-size: 22px
}

body.ascend #search-outer #search #close a {
    right: 0;
    top: 0;
    transition: all .47s cubic-bezier(.3, 1, .3, .95);
    -webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95)
}

#search-outer #search #close a:hover {
    transform: rotate(90deg) translateZ(0);
    -webkit-transform: rotate(90deg) translateZ(0)
}

#search-outer #search .span_12 span {
    color: rgba(0, 0, 0, .4);
    display: block;
    margin-top: 15px;
    text-align: center
}

body.ascend #boxed #search-outer {
    left: auto;
    min-width: 1200px;
    width: auto
}

@media only screen and (max-width:1000px) {
    body.ascend #boxed #search-outer {
        min-width: 680px
    }
}

@media only screen and (max-width:690px) {
    body.ascend #boxed #search-outer {
        min-width: 100%
    }
}

body[data-ext-responsive=false].ascend #boxed #header-outer[data-full-width=true] header>.container {
    max-width: 100%;
    width: 100%
}

body.ascend #search-outer #search #close a span {
    color: #000
}

body.ascend #search-outer .ui-widget-content {
    top: 90px !important
}

.ascend #search-results .result .bottom-line,
.ascend .masonry-blog-item .bottom-line,
.ascend .masonry-blog-item .more-link {
    display: none
}

.ascend .masonry-blog-item .inner-wrap,
.ascend .masonry-blog-item .mejs-container .mejs-controls {
    box-shadow: none
}

.ascend .masonry-blog-item .post-meta {
    padding: 0 18px 18px
}

.ascend .post .nectar-love-wrap {
    line-height: 20px
}

.ascend .masonry-blog-item .inner-wrap {
    padding: 0
}

.ascend .masonry-blog-item .content-inner .post-featured-img img,
.ascend .masonry-blog-item .more-link,
.ascend .post-area.masonry .post .link-inner,
.ascend .post-area.masonry .post .quote-inner,
.post-area.masonry .post .aside-inner,
.post-area.masonry .post .status-inner {
    margin-bottom: 0
}

.ascend .masonry-blog-item .content-inner {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.ascend .masonry-blog-item .article-content-wrap {
    padding: 16px 18px 18px
}

.ascend .post-area.masonry .format-status .post-content .post-meta,
.ascend .post-area.masonry .post.format-aside .post-meta,
.ascend .post-area.masonry .post.link .post-content .post-meta,
.ascend .post-area.masonry .post.quote .post-content .post-meta {
    display: none !important
}

.ascend .post .content-inner {
    border: none
}

.ascend #author-bio {
    border: none;
    padding-bottom: 20px;
    text-align: center
}

.ascend #author-bio img {
    display: block;
    margin: 0 auto 15px;
    position: relative
}

.ascend #author-bio h3 span,
.ascend .comments-section .comment-wrap.full-width-section>h3 span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    text-transform: none
}

.ascend .container-wrap .bottom-meta #author-bio #author-info {
    float: left;
    padding-left: 20px !important;
    padding-top: 10px;
    text-align: left
}

.ascend .container-wrap #author-bio #author-info {
    margin: 0 auto;
    padding-left: 0;
    width: 600px
}

.ascend .container-wrap #author-bio #author-info p {
    margin: 0 auto;
    max-width: 70%
}

.ascend #author-bio .nectar-button {
    margin-top: 20px
}

.ascend #author-bio .avatar {
    border-radius: 100%
}

.ascend .comment-list {
    margin-bottom: 0
}

.ascend .comment-list .reply {
    top: 7px
}

.ascend .comment-list .reply a {
    background-color: transparent;
    border-radius: 0;
    color: #000
}

.ascend .comment-list .reply a:hover {
    color: #fff
}

body.ascend #respond {
    margin-top: 80px
}

.ascend h3#comments {
    text-align: center
}

body.ascend .comment-list .comment>div,
body.ascend .comment-list .pingback>div {
    background-color: transparent;
    box-shadow: none;
    margin-top: 4em;
    padding-bottom: 0;
    padding-left: 85px;
    padding-top: 0
}

body.ascend .comment-list .comment>div img.avatar,
body.ascend .comment-list .pingback>div img.avatar {
    border-radius: 100%;
    left: 0;
    top: 0
}

.comment-list .comment>div p,
.comment-list .pingback>div p {
    margin-top: 30px
}

body.ascend:not(.material) .comment-list .children {
    background-position: left 30px;
    padding-left: 40px
}

body:not(.material) .comment-list .children {
    margin-left: 26px
}

.comment-list .says {
    display: none
}

.ascend #reply-title {
    margin-bottom: 50px;
    text-align: center
}

.ascend .comment #reply-title,
.ascend.single-product #commentform .form-submit,
.ascend.single-product #reply-title {
    text-align: left
}

.ascend #respond #cancel-comment-reply-link {
    padding-left: 15px
}

.ascend .comment-wrap {
    margin-top: 0;
    padding-top: 0
}

.ascend.single-portfolio .comment-wrap {
    margin-top: 30px
}

.ascend .comment-wrap h3#comments {
    padding-top: 80px
}

.ascend .comment-wrap {
    border-top: 1px solid transparent
}

.ascend #author-bio.no-pagination:after,
.ascend .comment-list:after,
.ascend .comment-wrap:after {
    border-top: 1px solid #999;
    content: "";
    display: block;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    top: 0;
    width: 100vw
}

.ascend .comments-section[data-author-bio=false] .comment-wrap:after {
    border: none
}

.ascend .comment-list {
    padding-bottom: 80px
}

.ascend .comment-list:after {
    border-bottom: 1px solid #999;
    border-top: 0;
    bottom: 0;
    top: auto
}

.ascend #author-bio.no-pagination.lighter-grey:after,
.ascend .comment-wrap.lighter-grey .comment-list:after,
.ascend .comment-wrap.lighter-grey:after {
    border-color: #ddd
}

.ascend #author-bio {
    padding-top: 80px
}

.single-post #single-below-header.fullscreen-header,
.single-post.ascend #page-header-bg.fullscreen-header {
    background-color: #f6f6f6
}

.single-post.ascend #single-below-header.fullscreen-header {
    border-bottom: none !important;
    border-top: 1px solid #ddd
}

#header-outer .widget_shopping_cart a.button,
#pagination .next.inactive,
#pagination .prev.inactive,
#pagination a,
#pagination span,
.blog-recent .more-link span,
.flex-direction-nav a,
.post .more-link span,
.tagcloud a,
.woocommerce .container-wrap nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    border-radius: 0 !important
}

.ascend .col.boxed:not(.wpb_column) {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    padding: 25px 15px 15px;
    position: relative;
    top: 0;
    transition: transform .2s linear, box-shadow .2s linear
}

.ascend .col.boxed:not(.wpb_column):hover {
    box-shadow: 0 17px 25px rgba(0, 0, 0, .13);
    -webkit-box-shadow: 0 17px 25px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0 17px 25px rgba(0, 0, 0, .13);
    -o-box-shadow: 0 17px 25px rgba(0, 0, 0, .13);
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px)
}

.ascend .mfp-arrow-left,
.ascend .mfp-arrow-right,
.ascend .pp_arrow_next,
.ascend .pp_arrow_previous,
.woocommerce .pswp__button--arrow--left,
.woocommerce .pswp__button--arrow--right {
    border: 2px solid hsla(0, 0%, 100%, .4);
    border-radius: 100px;
    height: 40px;
    overflow: visible;
    width: 40px
}

.ascend.woocommerce .pswp__button--arrow--left:before,
.ascend.woocommerce .pswp__button--arrow--right:before {
    background-image: none;
    height: 40px;
    line-height: 40px;
    width: 36px
}

a.pp_arrow_previous {
    left: 30px
}

a.pp_arrow_next {
    right: 30px
}

.ascend .mfp-arrow-left:hover,
.ascend .mfp-arrow-right:hover,
.ascend .pp_arrow_next:hover,
.ascend .pp_arrow_previous:hover,
.woocommerce .pswp__button--arrow--left:hover,
.woocommerce .pswp__button--arrow--right:hover {
    border: 2px solid hsla(0, 0%, 100%, 0)
}

body.ascend .pp_arrow_previous .icon-default-style {
    border-radius: 0;
    left: -1px;
    line-height: 39px;
    width: 20px
}

.woocommerce.ascend .pswp__button--arrow--left,
body.ascend .mfp-arrow-left,
body.ascend .pp_arrow_previous .icon-default-style {
    font-family: FontAwesome;
    font-size: 24px;
    height: 40px;
    margin-top: 0;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1)
}

.woocommerce.ascend .pswp__button--arrow--left,
body.ascend .mfp-arrow-left {
    left: 40px;
    line-height: 40px;
    opacity: 1
}

body.ascend .pp_arrow_next .icon-default-style {
    border-radius: 0;
    left: 1px;
    line-height: 39px;
    width: 20px
}

.woocommerce.ascend .pswp__button--arrow--right,
body.ascend .mfp-arrow-right,
body.ascend .pp_arrow_next .icon-default-style {
    font-family: FontAwesome;
    font-size: 24px;
    height: 40px;
    margin-top: 0;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1)
}

.woocommerce.ascend .pswp__button--arrow--right,
body.ascend .mfp-arrow-right {
    line-height: 40px;
    opacity: 1;
    right: 40px
}

.ascend .mfp-arrow-left:after,
.ascend .mfp-arrow-right:after,
.ascend .pp_arrow_next .icon-default-style:after,
.ascend .pp_arrow_previous .icon-default-style:after,
.woocommerce .pswp__button--arrow--left:after,
.woocommerce .pswp__button--arrow--right:after {
    background-color: #fff;
    content: " ";
    cursor: pointer;
    display: block;
    height: 2px;
    left: -6px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 19px;
    transform: translateX(-37px);
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1);
    width: 36px
}

.ascend .mfp-arrow-left:after,
.ascend .mfp-arrow-right:after,
.woocommerce .pswp__button--arrow--left:after,
.woocommerce .pswp__button--arrow--right:after {
    top: 17px;
    transform: translateX(-27px);
    -webkit-transform: translateX(-27px)
}

.ascend .mfp-arrow-left:after,
.woocommerce .pswp__button--arrow--left:after {
    left: 65px
}

.ascend .pp_arrow_previous .icon-default-style:after {
    left: 59px
}

.ascend .pp_arrow_previous .icon-default-style:before,
.mfp-arrow-left:before,
.woocommerce .pswp__button--arrow--left:before {
    color: #fff;
    content: ""
}

.mfp-arrow-left:before,
.woocommerce .pswp__button--arrow--left:before {
    display: block;
    left: -1px;
    position: relative;
    top: -3px;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1)
}

.ascend .pp_arrow_next .icon-default-style:before,
.mfp-arrow-right:before,
.woocommerce .pswp__button--arrow--right:before {
    color: #fff;
    content: ""
}

.mfp-arrow-right:before,
.woocommerce .pswp__button--arrow--right:before {
    display: block;
    position: relative;
    right: -1px;
    top: -3px;
    transition: all .35s cubic-bezier(.12, .75, .4, 1);
    -webkit-transition: all .35s cubic-bezier(.12, .75, .4, 1)
}

.ascend .pp_arrow_next:hover .icon-default-style:after,
.mfp-arrow-right:hover:after,
.woocommerce .pswp__button--arrow--right:hover:after {
    opacity: 1;
    transform: translateX(-18px);
    -webkit-transform: translateX(-18px)
}

.mfp-arrow-right:hover:before,
.woocommerce .pswp__button--arrow--right:hover:before {
    transform: translateX(9px);
    -webkit-transform: translateX(9px)
}

.mfp-arrow-left:hover:before,
.woocommerce .pswp__button--arrow--left:hover:before {
    transform: translateX(-9px);
    -webkit-transform: translateX(-9px)
}

.mfp-arrow-right:hover:after,
.woocommerce .pswp__button--arrow--right:hover:after {
    transform: translateX(-1px);
    -webkit-transform: translateX(-1px)
}

.ascend .pp_arrow_next:hover .icon-default-style {
    transform: translateX(7px);
    -webkit-transform: translateX(7px)
}

.ascend .pp_arrow_previous:hover .icon-default-style:after,
.mfp-arrow-left:hover:after,
.woocommerce .pswp__button--arrow--left:hover:after {
    opacity: 1;
    transform: translateX(-51px);
    -webkit-transform: translateX(-51px)
}

.mfp-arrow-left:hover:after,
.woocommerce .pswp__button--arrow--left:hover:after {
    transform: translateX(-58px);
    -webkit-transform: translateX(-58px)
}

.ascend .pp_arrow_previous:hover .icon-default-style {
    transform: translateX(-7px);
    -webkit-transform: translateX(-7px)
}

.container-wrap input[type=date],
.container-wrap input[type=email],
.container-wrap input[type=password],
.container-wrap input[type=search],
.container-wrap input[type=tel],
.container-wrap input[type=text],
.container-wrap input[type=url],
.container-wrap textarea {
    background-color: transparent;
    border: 1px solid #ccc;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    font-size: 16px;
    padding: 16px
}

.container-wrap input[type=date]:focus,
.container-wrap input[type=email]:focus,
.container-wrap input[type=password]:focus,
.container-wrap input[type=search]:focus,
.container-wrap input[type=tel]:focus,
.container-wrap input[type=text]:focus,
.container-wrap input[type=url]:focus,
.container-wrap textarea:focus {
    border-color: #999
}

.ascend #commentform .form-submit {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: center
}

.ascend .container-wrap button[type=submit],
.ascend .container-wrap input[type=submit],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border-radius: 0;
    padding: 16px !important
}

body[data-button-style=rounded].ascend .container-wrap button[type=submit],
body[data-button-style=rounded].ascend .container-wrap input[type=submit] {
    padding: 16px 23px !important
}

body[data-button-style=rounded][data-form-submit=see-through].ascend .container-wrap .widget_search button[type=submit],
body[data-button-style=rounded][data-form-submit=see-through].ascend .container-wrap .widget_search input[type=submit] {
    padding: 12px 23px !important
}

.ascend .woocommerce .actions .button {
    height: auto !important;
    padding: 14px !important
}

.ascend .cart .quantity input.minus,
.ascend .cart .quantity input.plus {
    font-size: 16px;
    font-weight: 400
}

.ascend .cart .quantity input.qty {
    height: 46px;
    width: 46px
}

.ascend .newsletter-widget form input[type=submit],
.ascend .widget_search .search-form input[type=submit] {
    line-height: 24px
}

#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a .clip-wrap,
#slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a .clip-wrap,
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a .clip-wrap,
#slide-out-widget-area.slide-out-from-right-hover .inner .widget.widget_nav_menu li a .clip-wrap {
    display: none
}

.ascend .container-wrap .span_12.light input[type=date],
.ascend .container-wrap .span_12.light input[type=email],
.ascend .container-wrap .span_12.light input[type=password],
.ascend .container-wrap .span_12.light input[type=search],
.ascend .container-wrap .span_12.light input[type=tel],
.ascend .container-wrap .span_12.light input[type=text],
.ascend .container-wrap .span_12.light input[type=url],
.ascend .container-wrap .span_12.light textarea {
    border: 1px solid hsla(0, 0%, 100%, .6);
    color: #fff
}

.ascend .container-wrap .span_12.light input[type=date]:focus,
.ascend .container-wrap .span_12.light input[type=email]:focus,
.ascend .container-wrap .span_12.light input[type=password]:focus,
.ascend .container-wrap .span_12.light input[type=search]:focus,
.ascend .container-wrap .span_12.light input[type=tel]:focus,
.ascend .container-wrap .span_12.light input[type=text]:focus,
.ascend .container-wrap .span_12.light input[type=url]:focus,
.ascend .container-wrap .span_12.light textarea:focus {
    border: 1px solid hsla(0, 0%, 100%, .8)
}

.container-wrap .span_12.light input[type=submit]:hover {
    background-color: #333;
    opacity: .8
}

.ascend .nectar-button.extra-color-gradient-1,
.ascend .nectar-button.extra-color-gradient-2,
.ascend .nectar-button.see-through-extra-color-gradient-1,
.ascend .nectar-button.see-through-extra-color-gradient-2 {
    background-color: transparent !important;
    box-shadow: none;
    opacity: 1
}

.nectar-button.extra-color-gradient-1:after,
.nectar-button.extra-color-gradient-2:after,
.nectar-button.see-through-extra-color-gradient-1:after,
.nectar-button.see-through-extra-color-gradient-2:after {
    content: " ";
    height: 104%;
    left: -1%;
    position: absolute;
    top: -2%;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transition: transform .38s cubic-bezier(.2, .95, .4, .95), background-size .38s ease;
    -webkit-transition: transform .38s cubic-bezier(.2, .95, .4, .95), background-size .38s ease;
    width: 101.5%;
    z-index: -1
}

.nectar-button.extra-color-gradient-1:hover:after,
.nectar-button.extra-color-gradient-2:hover:after,
.nectar-button.see-through-extra-color-gradient-1:after,
.nectar-button.see-through-extra-color-gradient-2:after {
    background-position: 100% !important;
    background-size: 225% 100% !important
}

.nectar-button.extra-color-gradient-1:after,
.nectar-button.extra-color-gradient-2:after,
.nectar-button.see-through-extra-color-gradient-1:hover:after,
.nectar-button.see-through-extra-color-gradient-2:hover:after {
    background-position: 0 !important;
    background-size: 100% 100% !important
}

.nectar-button.extra-color-gradient-1:after,
.nectar-button.extra-color-gradient-2:after,
.nectar-button.see-through-extra-color-gradient-1:hover:after,
.nectar-button.see-through-extra-color-gradient-2:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform-origin: left;
    -webkit-transform-origin: left;
    -ms-transform-origin: left
}

.nectar-button.extra-color-gradient-1:hover:after,
.nectar-button.extra-color-gradient-2:hover:after {
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right
}

.nectar-button.extra-color-gradient-1 .hover,
.nectar-button.extra-color-gradient-1 .start,
.nectar-button.extra-color-gradient-2 .hover,
.nectar-button.extra-color-gradient-2 .start,
.nectar-button.see-through-extra-color-gradient-1 .hover,
.nectar-button.see-through-extra-color-gradient-1 .start,
.nectar-button.see-through-extra-color-gradient-2 .hover,
.nectar-button.see-through-extra-color-gradient-2 .start {
    transition: transform .38s cubic-bezier(.2, .95, .4, .95), opacity .38s cubic-bezier(.2, .95, .4, .95);
    -webkit-transition: transform .38s cubic-bezier(.2, .95, .4, .95), opacity .38s cubic-bezier(.2, .95, .4, .95)
}

.nectar-button.extra-color-gradient-1 .start,
.nectar-button.extra-color-gradient-2 .start,
.nectar-button.see-through-extra-color-gradient-1 .start,
.nectar-button.see-through-extra-color-gradient-2 .start {
    animation: gradientTextHoverHover .38s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.2, .9, .4, .9);
    display: inline-block
}

.nectar-button.extra-color-gradient-1 .hover,
.nectar-button.extra-color-gradient-2 .hover,
.nectar-button.see-through-extra-color-gradient-1 .hover,
.nectar-button.see-through-extra-color-gradient-2 .hover {
    animation: gradientTextHoverOff .38s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.2, .9, .4, .9);
    display: inline;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 0
}

.nectar-button.extra-color-gradient-1:hover .hover,
.nectar-button.extra-color-gradient-2:hover .hover,
.nectar-button.see-through-extra-color-gradient-1:hover .hover,
.nectar-button.see-through-extra-color-gradient-2:hover .hover {
    animation: gradientTextHoverHover .38s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.2, .9, .4, .9)
}

.nectar-button.extra-color-gradient-1:hover .start,
.nectar-button.extra-color-gradient-2:hover .start,
.nectar-button.see-through-extra-color-gradient-1:hover .start,
.nectar-button.see-through-extra-color-gradient-2:hover .start {
    animation: gradientTextHoverOff .38s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.2, .9, .4, .9)
}

.nectar-button.see-through-extra-color-gradient-1 .hover,
.nectar-button.see-through-extra-color-gradient-2 .hover {
    display: inline;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100
}

.nectar-button.extra-color-gradient-1 .start.loading,
.nectar-button.extra-color-gradient-2 .start.loading,
.nectar-button.see-through-extra-color-gradient-1 .start.loading,
.nectar-button.see-through-extra-color-gradient-2 .start.loading {
    animation: gradientTextHoverHover 0s
}

.light .nectar-button.extra-color-gradient-1:hover .hover,
.light .nectar-button.extra-color-gradient-2:hover .hover,
.light .nectar-button.see-through-extra-color-gradient-1 .start,
.light .nectar-button.see-through-extra-color-gradient-1:hover .start,
.light .nectar-button.see-through-extra-color-gradient-2 .start,
.light .nectar-button.see-through-extra-color-gradient-2:hover .start,
div[data-text-color=light] .nectar-button.extra-color-gradient-1:hover .hover,
div[data-text-color=light] .nectar-button.extra-color-gradient-2:hover .hover,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1 .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1:hover .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2 .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2:hover .start {
    -webkit-text-fill-color: #fff;
    background: none !important;
    -webkit-background-clip: border-box;
    background-clip: border-box
}

.light .nectar-button.see-through-extra-color-gradient-1.no-text-grad .start,
.light .nectar-button.see-through-extra-color-gradient-2.no-text-grad .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1.no-text-grad .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2.no-text-grad .start {
    color: #fff !important
}

.light .nectar-button.extra-color-gradient-1 .start,
.light .nectar-button.extra-color-gradient-2 .start,
.light .nectar-button.see-through-extra-color-gradient-1 .start,
.light .nectar-button.see-through-extra-color-gradient-1:hover .start,
.light .nectar-button.see-through-extra-color-gradient-2 .start,
.light .nectar-button.see-through-extra-color-gradient-2:hover .start,
div[data-text-color=light] .nectar-button.extra-color-gradient-1 .start,
div[data-text-color=light] .nectar-button.extra-color-gradient-2 .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1 .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1:hover .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2 .start,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2:hover .start {
    animation: none !important;
    opacity: 1 !important
}

.light .nectar-button.extra-color-gradient-1 .hover,
.light .nectar-button.extra-color-gradient-2 .hover,
.light .nectar-button.see-through-extra-color-gradient-1 .hover,
.light .nectar-button.see-through-extra-color-gradient-2 .hover,
div[data-text-color=light] .nectar-button.extra-color-gradient-1 .hover,
div[data-text-color=light] .nectar-button.extra-color-gradient-2 .hover,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-1 .hover,
div[data-text-color=light] .nectar-button.see-through-extra-color-gradient-2 .hover {
    animation: none !important;
    opacity: 0 !important
}

@keyframes gradientTextHoverHover {
    0% {
        opacity: 0;
        transform: translateX(0)
    }

    70% {
        opacity: 1
    }

    to {
        opacity: 1;
        transform: translateX(0) !important
    }
}

@keyframes gradientTextHoverOff {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    70% {
        opacity: 0
    }

    to {
        opacity: 0;
        transform: translateX(0) !important
    }
}

.nectar-button.extra-color-gradient-1.medium.has-icon,
.nectar-button.extra-color-gradient-2.medium.has-icon,
.nectar-button.see-through-extra-color-gradient-1.medium.has-icon,
.nectar-button.see-through-extra-color-gradient-2.medium.has-icon {
    padding: 7px 30px
}

.nectar-button.extra-color-gradient-1.large.has-icon,
.nectar-button.extra-color-gradient-2.large.has-icon,
.nectar-button.see-through-extra-color-gradient-1.large.has-icon,
.nectar-button.see-through-extra-color-gradient-2.large.has-icon {
    padding: 12px 35px
}

.nectar-button.extra-color-gradient-1 i,
.nectar-button.extra-color-gradient-2 i,
.nectar-button.see-through-extra-color-gradient-1 i,
.nectar-button.see-through-extra-color-gradient-2 i {
    background: inherit;
    background-position: 100%;
    background-size: 500% 100%;
    opacity: 1;
    right: 24px
}

.nectar-button.extra-color-gradient-1.has-icon span,
.nectar-button.extra-color-gradient-2.has-icon span,
.nectar-button.see-through-extra-color-gradient-1.has-icon span,
.nectar-button.see-through-extra-color-gradient-2.has-icon span {
    left: -18px
}

.nectar-button.extra-color-gradient-1.has-icon:hover i,
.nectar-button.extra-color-gradient-1.has-icon:hover span,
.nectar-button.extra-color-gradient-2.has-icon:hover i,
.nectar-button.extra-color-gradient-2.has-icon:hover span,
.nectar-button.see-through-extra-color-gradient-1.has-icon:hover i,
.nectar-button.see-through-extra-color-gradient-1.has-icon:hover span,
.nectar-button.see-through-extra-color-gradient-2.has-icon:hover i,
.nectar-button.see-through-extra-color-gradient-2.has-icon:hover span {
    transform: none;
    -webkit-transform: none
}

.nectar-button.extra-color-gradient-1.jumbo i,
.nectar-button.extra-color-gradient-2.jumbo i,
.nectar-button.see-through-extra-color-gradient-1.jumbo i,
.nectar-button.see-through-extra-color-gradient-2.jumbo i {
    font-size: 20px;
    line-height: 20px;
    margin-top: -10px;
    opacity: 1;
    text-align: center;
    width: 20px
}

.nectar-button.extra-color-gradient-1.extra_jumbo i,
.nectar-button.extra-color-gradient-2.extra_jumbo i,
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo i,
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo i {
    width: 40px
}

.nectar-button.extra-color-gradient-1.has-icon.extra_jumbo span,
.nectar-button.extra-color-gradient-2.has-icon.extra_jumbo span,
.nectar-button.see-through-extra-color-gradient-1.has-icon.extra_jumbo span,
.nectar-button.see-through-extra-color-gradient-2.has-icon.extra_jumbo span {
    left: -35px
}

.nectar-button.extra-color-gradient-1.has-icon.jumbo span,
.nectar-button.extra-color-gradient-2.has-icon.jumbo span,
.nectar-button.see-through-extra-color-gradient-1.has-icon.jumbo span,
.nectar-button.see-through-extra-color-gradient-2.has-icon.jumbo span {
    left: -16px
}

.nectar-button.extra-color-gradient-1.has-icon.large span,
.nectar-button.extra-color-gradient-2.has-icon.large span,
.nectar-button.see-through-extra-color-gradient-1.has-icon.large span,
.nectar-button.see-through-extra-color-gradient-2.has-icon.large span {
    left: -14px
}

.nectar-button.extra-color-gradient-1.has-icon.medium span,
.nectar-button.extra-color-gradient-2.has-icon.medium span,
.nectar-button.see-through-extra-color-gradient-1.has-icon.medium span,
.nectar-button.see-through-extra-color-gradient-2.has-icon.medium span {
    left: -13px
}

.nectar-button.extra-color-gradient-1.has-icon.small span,
.nectar-button.extra-color-gradient-2.has-icon.small span,
.nectar-button.see-through-extra-color-gradient-1.has-icon.small span,
.nectar-button.see-through-extra-color-gradient-2.has-icon.small span {
    left: -11px
}

.nectar-button.extra-color-gradient-1.jumbo .hover i,
.nectar-button.extra-color-gradient-2.jumbo .hover i,
.nectar-button.see-through-extra-color-gradient-1.jumbo .hover i,
.nectar-button.see-through-extra-color-gradient-2.jumbo .hover i {
    right: 8px
}

.nectar-button.extra-color-gradient-1.extra_jumbo .hover i,
.nectar-button.extra-color-gradient-2.extra_jumbo .hover i,
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo .hover i,
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo .hover i {
    right: 19px
}

.nectar-button.extra-color-gradient-1.large .hover i,
.nectar-button.extra-color-gradient-2.large .hover i,
.nectar-button.see-through-extra-color-gradient-1.large .hover i,
.nectar-button.see-through-extra-color-gradient-2.large .hover i {
    right: 5px
}

.nectar-button.extra-color-gradient-1.medium .hover i,
.nectar-button.extra-color-gradient-2.medium .hover i,
.nectar-button.see-through-extra-color-gradient-1.medium .hover i,
.nectar-button.see-through-extra-color-gradient-2.medium .hover i {
    right: 3px
}

.nectar-button.extra-color-gradient-1.small .hover i,
.nectar-button.extra-color-gradient-2.small .hover i,
.nectar-button.see-through-extra-color-gradient-1.small .hover i,
.nectar-button.see-through-extra-color-gradient-2.small .hover i {
    right: 7px
}

.nectar-button.extra-color-gradient-1.jumbo .start i,
.nectar-button.extra-color-gradient-2.jumbo .start i,
.nectar-button.see-through-extra-color-gradient-1.jumbo .start i,
.nectar-button.see-through-extra-color-gradient-2.jumbo .start i {
    right: -32px
}

.nectar-button.extra-color-gradient-1.extra_jumbo .start i,
.nectar-button.extra-color-gradient-2.extra_jumbo .start i,
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo .start i,
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo .start i {
    right: -75px
}

.nectar-button.extra-color-gradient-1.large .start i,
.nectar-button.extra-color-gradient-2.large .start i,
.nectar-button.see-through-extra-color-gradient-1.large .start i,
.nectar-button.see-through-extra-color-gradient-2.large .start i {
    right: -32px
}

.nectar-button.extra-color-gradient-1.medium .start i,
.nectar-button.extra-color-gradient-1.small .start i,
.nectar-button.extra-color-gradient-2.medium .start i,
.nectar-button.extra-color-gradient-2.small .start i,
.nectar-button.see-through-extra-color-gradient-1.medium .start i,
.nectar-button.see-through-extra-color-gradient-1.small .start i,
.nectar-button.see-through-extra-color-gradient-2.medium .start i,
.nectar-button.see-through-extra-color-gradient-2.small .start i {
    right: -30px
}

.nectar-button.extra-color-gradient-1.small,
.nectar-button.extra-color-gradient-2.small,
.nectar-button.see-through-extra-color-gradient-1.small,
.nectar-button.see-through-extra-color-gradient-2.small {
    padding: 5px 14px
}

.nectar-button.extra-color-gradient-1.medium,
.nectar-button.extra-color-gradient-2.medium,
.nectar-button.see-through-extra-color-gradient-1.medium,
.nectar-button.see-through-extra-color-gradient-2.medium {
    border-width: 3px;
    padding: 7px 15px
}

.nectar-button.extra-color-gradient-1.large,
.nectar-button.extra-color-gradient-2.large,
.nectar-button.see-through-extra-color-gradient-1.large,
.nectar-button.see-through-extra-color-gradient-2.large {
    border-width: 3px;
    padding: 12px 22px
}

.nectar-button.extra-color-gradient-1.jumbo,
.nectar-button.extra-color-gradient-2.jumbo,
.nectar-button.see-through-extra-color-gradient-1.jumbo,
.nectar-button.see-through-extra-color-gradient-2.jumbo {
    border-width: 4px;
    padding: 21px 40px
}

.nectar-button.extra-color-gradient-1.extra_jumbo,
.nectar-button.extra-color-gradient-2.extra_jumbo,
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo,
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo {
    border-width: 10px;
    padding: 56px 90px
}

.nectar-button.extra-color-gradient-1 span,
.nectar-button.extra-color-gradient-2 span,
.nectar-button.see-through-extra-color-gradient-1 span,
.nectar-button.see-through-extra-color-gradient-2 span {
    z-index: 100
}

@media only screen and (max-width:1000px) {
    #search-box {
        top: 20%;
        transform: none
    }

    body.ascend #search-outer #search input[type=text] {
        font-size: 40px
    }
}

@media only screen and (max-width:690px) {
    body.ascend #search-outer #search input[type=text] {
        font-size: 28px
    }
}

.rtl.ascend .comment-list .comment>div,
.rtl.ascend .comment-list .pingback>div {
    padding-left: 25px;
    padding-right: 85px
}

.rtl.ascend .comment-list .comment>div img.avatar,
.rtl.ascend .comment-list .pingback>div img.avatar {
    left: auto;
    right: 0
}

body.rtl .carousel-wrap[data-full-width=false] .control-wrap {
    left: 0;
    right: auto
}

.rtl .carousel-wrap[data-full-width=false] .control-wrap .carousel-prev {
    margin-left: 0
}

.carousel-wrap[data-full-width=false] .control-wrap .carousel-next,
.rtl .carousel-wrap[data-full-width=false] .control-wrap .carousel-prev {
    left: 0 !important;
    right: auto !important
}

.rtl .carousel-wrap[data-full-width=false] .control-wrap .item-count {
    left: -2px;
    right: auto
}

.rtl.ascend [data-full-width=false] .carousel-prev.next-hovered,
.rtl.ascend [data-full-width=false] .item-count.next-hovered {
    transform: translateX(0)
}

.rtl.ascend [data-full-width=false] .carousel-next:hover,
.rtl.ascend [data-full-width=false] .carousel-prev:hover~.carousel-next,
.rtl.ascend [data-full-width=false] .carousel-prev:hover~.item-count {
    transform: translateX(18px)
}

.rtl.ascend [data-full-width=false] .carousel-prev:hover i {
    transform: translateX(0)
}

.rtl.ascend [data-full-width=false] .carousel-prev:after {
    transform: translateX(30px)
}

.rtl.ascend [data-full-width=false] .carousel-prev:hover:after {
    opacity: 1;
    transform: translateX(18px)
}

@media only screen and (min-width:1300px) {

    .container,
    .post-area.standard-minimal.full-width-content .post .inner-wrap,
    body[data-ext-responsive=false] #boxed #header-outer[data-full-width=true] header>.container,
    body[data-ext-responsive=false] #boxed #header-secondary-outer[data-full-width=true]>.container,
    body[data-header-format=left-header] .container,
    body[data-header-format=left-header] .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 1100px
    }
}

@media only screen and (min-width:1000px) and (max-width:1300px) {
    h2 .nectar-button {
        top: -2px
    }

    #author-bio #author-info,
    .ascend #ajax-content-wrap .container-wrap #author-bio #author-info {
        width: 544px
    }

    #project-meta ul li .nectar-love-wrap.fadein {
        margin-right: 11px;
        padding-right: 11px
    }

    .post-area.masonry {
        width: 895px
    }

    .post-area.masonry.span_9 {
        margin-right: 10px;
        width: 660px
    }

    .post-area.masonry.span_9 .masonry-blog-item {
        width: 46.5%
    }

    #page-header-bg .span_6 .subheader {
        font-size: 24px
    }

    .nectar-milestone .number {
        font-size: 50px;
        line-height: 50px
    }

    #boxed .nectar-slider-wrap[data-full-width=false] .swiper-slide .content h2,
    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content h2 {
        font-size: 32px;
        line-height: 50px
    }

    body .swiper-slide .content p {
        font-size: 20px;
        line-height: 34px
    }

    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content p {
        font-size: 14px;
        line-height: 24px
    }

    .main-content .col.span_2 .col.span_2 img,
    .main-content .col.span_3 .col.span_2 img,
    .main-content .col.span_4 .col.span_2 img,
    .main-content .col.span_6 .col.span_2 img {
        padding-right: 5px;
        top: -3px
    }

    .carousel-next {
        padding-left: 1px;
        right: 0
    }

    .carousel-prev {
        padding-right: 1px;
        right: 25px
    }

    .portfolio-items:not(.carousel) .col .work-item.style-2 i {
        font-size: 14px;
        height: 32px;
        line-height: 32px;
        width: 32px
    }

    #top nav>ul>li>a {
        padding-left: 8px
    }

    .sf-sub-indicator {
        left: 6px
    }

    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content p.transparent-bg span,
    body .swiper-slide .content p.transparent-bg span {
        line-height: 38px
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading h2 {
        max-width: 720px
    }

    body .vc_pie_chart .vc_pie_chart_value {
        font-size: 32px
    }
}

@media only screen and (min-width:690px) and (max-width:999px) {

    .span_1,
    .span_10,
    .span_11,
    .span_12,
    .span_2,
    .span_3,
    .span_4,
    .span_5,
    .span_6,
    .span_7,
    .span_8,
    .span_9 {
        margin-left: 0;
        width: 100%
    }

    .col,
    body .vc_row-fluid .wpb_column {
        margin-bottom: 25px
    }

    #header-outer .col {
        margin-bottom: 0;
        margin-right: 0
    }

    .wpb_column {
        width: 100%
    }

    body[data-ccsa=larger] .vc_row-fluid:not(.full-width-content) .wpb_column {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px)
    }

    body[data-ccsa=larger] .vc_row-fluid.full-width-content .wpb_column {
        margin-right: 0;
        width: 100%
    }

    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop] {
        margin-bottom: 0
    }

    .vc_col-sm-12[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-12 {
        width: 100%
    }

    body .vc_row-fluid [class*=vc_col-][data-t-w-inherits=small_desktop]:first-child:not([class*=offset]) {
        margin-left: 0
    }

    body .vc_row-fluid .vc_col-sm-2 {
        margin-left: 3.1%;
        width: 31.2%
    }

    body .vc_row-fluid.full-width-content .vc_col-sm-2 {
        margin-left: 0;
        width: 33.3%
    }

    body .vc_row-fluid.full-width-content .vc_col-xs-6 {
        width: 50%
    }

    body .vc_row-fluid .vc_col-xs-12[class*=vc_col-xs-] {
        width: 100%
    }

    body #nectar_fullscreen_rows .vc_row-fluid .vc_col-sm-5,
    body #nectar_fullscreen_rows .vc_row-fluid .vc_col-sm-7 {
        margin-left: 0;
        width: 100%
    }

    .vc_row-fluid .vc_col-sm-2[class*=vc_col-sm-]:first-child:not([class*=offset]),
    .vc_row-fluid .vc_col-sm-2[class*=vc_col-sm-]:nth-child(3n+4):not([class*=offset]) {
        margin-left: 0
    }

    .container {
        max-width: 600px
    }

    .wpb_column.force-tablet-text-align-left,
    .wpb_column.force-tablet-text-align-left .col {
        text-align: left !important
    }

    .wpb_column.force-tablet-text-align-right,
    .wpb_column.force-tablet-text-align-right .col {
        text-align: right !important
    }

    .wpb_column.force-tablet-text-align-center,
    .wpb_column.force-tablet-text-align-center .col,
    .wpb_column.force-tablet-text-align-center .nectar-cta,
    .wpb_column.force-tablet-text-align-center .vc_custom_heading {
        text-align: center !important
    }

    body:not(.material) #header-secondary-outer nav>ul>li:last-child,
    body:not(.material) #header-secondary-outer[data-full-width=true]>.container nav>ul>li:last-child {
        border-right: 1px solid #ddd
    }

    body:not(.material) #header-secondary-outer[data-mobile=display_full] nav>#social>li:last-child {
        border: none
    }

    .one-fourths.span_3,
    .one-fourths.vc_col-sm-3:not([class*=vc_col-xs-]),
    .one-fourths.vc_span3 {
        margin-bottom: 2%;
        width: 50%
    }

    #footer-outer .one-fourths.span_3,
    #footer-outer .one-fourths.vc_col-sm-3:not([class*=vc_col-xs-]),
    #footer-outer .one-fourths.vc_span3 {
        float: left;
        margin-bottom: 2%;
        margin-left: 0 !important;
        margin-right: 15px;
        padding: 15px;
        width: 48% !important
    }

    .one-fourths.span_3.clear-both,
    .one-fourths.vc_col-sm-3.clear-both:not([class*=vc_col-xs-]),
    .one-fourths.vc_span3.clear-both {
        clear: both
    }

    #footer-outer .one-fourths.span_3.right-edge,
    .one-fourths.span_3.right-edge,
    .one-fourths.vc_col-sm-3.right-edge:not([class*=vc_col-xs-]),
    .one-fourths.vc_span3.right-edge {
        margin-right: 0
    }

    .portfolio-items .col {
        margin-bottom: 8px;
        margin-left: 0;
        width: 100%
    }

    .portfolio-items:not(.carousel) div:nth-child(2n+2) {
        clear: both
    }

    body .portfolio-items:not(.carousel)[data-col-num=cols-3],
    body .portfolio-items:not(.carousel)[data-col-num=cols-4] {
        margin: 0 -2%
    }

    .portfolio-items[data-ps="6"] .col {
        padding: 2%
    }

    body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers>div .bg-img:after {
        opacity: 1
    }

    body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner,
    body .portfolio-items[data-ps="6"] .work-item .work-meta .inner {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .ascend .main-content .col.boxed:hover,
    .col.boxed:hover,
    .material .main-content .col.boxed:hover {
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        margin-top: 0;
        top: 0;
        transform: none;
        -webkit-transform: none
    }

    #call-to-action .container a {
        margin-left: 0;
        margin-top: 20px
    }

    #ajax-content-wrap .post-area {
        padding-right: 0
    }

    body.single-portfolio .row .col.section-title h1 {
        display: block;
        margin: 0 auto;
        width: 450px
    }

    #ajax-content-wrap .contact-info {
        padding-left: 0
    }

    .nectar-google-map {
        max-height: 425px
    }

    #sidebar #flickr>div {
        width: 16%
    }

    #footer-outer #copyright .col {
        margin-bottom: 0;
        width: 49%
    }

    #footer-widgets .container .col {
        margin-left: 15px;
        width: 48%
    }

    #footer-widgets .one-fourths .span_3:nth-child(odd) {
        margin-left: 0
    }

    body #sidebar #flickr div {
        float: left
    }

    #sidebar .recent_projects_widget div a,
    body #sidebar #flickr div a {
        width: 90px
    }

    #sidebar .recent_projects_widget div a:nth-child(3n+3),
    body #sidebar #flickr div:nth-child(3n+3) a {
        margin: 2% 2% 0 0
    }

    body #sidebar #flickr div,
    body #sidebar .recent_projects_widget div a:last-child {
        margin-right: 0
    }

    #author-bio #author-info {
        width: 494px
    }

    #page-header-bg .span_6 h1 {
        font-size: 32px;
        line-height: 38px
    }

    #page-header-bg .span_6 {
        float: none;
        top: auto !important
    }

    body.single-post #page-header-bg[data-post-hs=default_minimal] {
        padding-bottom: 10%;
        padding-top: 10%
    }

    .page-header-no-bg #ajax-content-wrap .portfolio-filters {
        clear: both;
        float: none;
        height: auto;
        margin-top: 15px
    }

    #page-header-bg[data-parallax="1"] .project-title .span_6 {
        padding-right: 70px
    }

    .page-header-no-bg .portfolio-filters ul {
        position: absolute;
        width: 100%
    }

    html.js #page-header-bg[data-parallax="0"].not-loaded {
        background-color: #f5f5f5
    }

    .pricing-table[class*=cols]>div {
        margin-bottom: 25px;
        width: 50%
    }

    .pricing-table[data-style] .pricing-column.highlight .nectar-button {
        margin-bottom: 10px;
        margin-top: 0
    }

    .pricing-column.highlight {
        margin-top: 0
    }

    .pricing-table[data-style] .pricing-column h3 {
        font-size: 20px
    }

    .pricing-table[data-style] .pricing-column.highlight h3 {
        padding: 5px 0
    }

    body .clients.four-cols.no-carousel>div,
    body .clients.no-carousel>div {
        margin-right: 1%;
        width: 24.2%
    }

    body .clients.no-carousel.six-cols>div {
        margin-right: 1%;
        width: 15.8%
    }

    body .clients.no-carousel.five-cols>div {
        margin-right: 1%;
        width: 19.2%
    }

    body .clients.no-carousel>div:nth-child(4n+4) {
        margin-right: 0
    }

    body .clients.carousel>div {
        margin: 0 5px
    }

    #call-to-action .container span {
        display: block
    }

    .masonry-blog-item {
        width: 47.7%
    }

    .post-area.masonry,
    .post-area.masonry.span_9,
    body[data-ext-responsive=true] .post-area.masonry.span_9,
    body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
        width: 610px
    }

    #ajax-content-wrap .post-area.masonry.span_9,
    .post-area.masonry.span_9 {
        margin-bottom: 90px
    }

    .post-area.masonry.span_9 .masonry-blog-item {
        width: 47.3%
    }

    .post-area.masonry.span_9.material .masonry-blog-item {
        width: 47.1%
    }

    body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
        width: 99%
    }

    body.woocommerce .container #content div.product div.images div.thumbnails a,
    body.woocommerce .container div.product div.images div.thumbnails a,
    body.woocommerce-page .container #content div.product div.images div.thumbnails a,
    body.woocommerce-page .container div.product div.images div.thumbnails a {
        margin-right: 3.8%;
        width: 16.9%
    }

    .woocommerce .container div.product div.images div.thumbnails a:nth-child(5n+5) {
        margin-right: 0
    }

    .main-content .col.span_2 .col.span_2,
    .main-content .col.span_3 .col.span_2,
    .main-content .col.span_4 .col.span_2,
    .main-content .col.span_6 .col.span_2 {
        width: 7%
    }

    .main-content .col.span_2 .col.span_10,
    .main-content .col.span_3 .col.span_10,
    .main-content .col.span_4 .span_10,
    .main-content .col.span_6 .col.span_10 {
        width: 91%
    }

    .testimonial_slider .flickity-page-dots {
        bottom: -35px
    }

    #ajax-content-wrap .span_12 .col.span_6.empty-second {
        width: 49%
    }

    .nectar-button.extra_jumbo {
        font-size: 32px;
        line-height: 60px;
        padding: 30px 50px
    }

    .nectar-button.extra-color-gradient-1.extra_jumbo,
    .nectar-button.extra-color-gradient-2.extra_jumbo,
    .nectar-button.see-through-extra-color-gradient-1.extra_jumbo,
    .nectar-button.see-through-extra-color-gradient-2.extra_jumbo {
        border-width: 8px
    }

    body .swiper-slide .content p i {
        font-size: 16px;
        width: 18px
    }

    .carousel-next {
        padding-left: 1px;
        right: 1px
    }

    .carousel-prev {
        padding-right: 1px;
        right: 25px
    }

    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content p.transparent-bg span,
    body .swiper-slide .content p.transparent-bg span {
        line-height: 29px
    }

    #footer-widgets .container .col.span_4,
    #footer-widgets .container .col.span_6 {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 15px;
        padding: 15px
    }

    #footer-widgets .container .col.span_4 {
        margin-bottom: 40px
    }

    #footer-widgets .container .row>div.col_last,
    #footer-widgets .container .row>div:last-child {
        margin-right: 0
    }

    .iosSlider.product-thumbnails .thumb {
        width: 112px
    }

    #footer-widgets .container .row>div:nth-child(2).span_4,
    body .woocommerce .full-width-content>ul.products[data-product-style=material] li:nth-child(3n+3),
    body.woocommerce-page .full-width-content>ul.products[data-product-style=material] li:nth-child(3n+3) {
        margin-right: 0 !important
    }

    body .woocommerce .full-width-content>ul.products[data-product-style=material] li:nth-child(2n+2),
    body.woocommerce-page .full-width-content>ul.products[data-product-style=material] li:nth-child(2n+2) {
        margin-right: 2% !important
    }
}

@media only screen and (max-width:690px) {
    body[data-header-format].material #header-secondary-outer {
        display: none;
        height: 0
    }

    .material:not(.admin-bar) #header-outer[data-using-secondary="1"] {
        top: 0
    }

    body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
        display: block
    }

    .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable=on] {
        height: auto !important
    }

    .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable=on]>div {
        left: 0 !important;
        position: relative !important
    }

    #header-outer[data-using-secondary="1"]:not(.hidden-secondary) {
        transform: none !important
    }

    .vc_row-fluid [class*=vc_span] {
        width: 100% !important
    }

    body[data-ccsa=larger] .vc_row-fluid:not(.full-width-content) .wpb_column {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px)
    }

    body[data-ccsa=larger] .vc_row-fluid.full-width-content .wpb_column {
        margin-right: 0;
        width: 100%
    }

    .vc_row-fluid .vc_col-sm-2[class*=vc_col-sm-]:first-child:not([class*=offset]),
    .vc_row-fluid .vc_col-sm-2[class*=vc_col-sm-]:nth-child(2n+3):not([class*=offset]) {
        margin-left: 0
    }

    .container,
    .orbit-wrapper .slider-nav,
    .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 375px
    }

    body #header-outer[data-full-width=true] header>.container,
    body #header-secondary-outer[data-full-width=true]>.container,
    body[data-slide-out-widget-area-style=simple] #header-outer[data-full-width=true] #mobile-menu {
        max-width: 100%;
        padding: 0 18px
    }

    .col {
        margin-bottom: 25px
    }

    .wpb_column.force-phone-text-align-left,
    .wpb_column.force-phone-text-align-left .col {
        text-align: left !important
    }

    .wpb_column.force-phone-text-align-right,
    .wpb_column.force-phone-text-align-right .col {
        text-align: right !important
    }

    .wpb_column.force-phone-text-align-center,
    .wpb_column.force-phone-text-align-center .col,
    .wpb_column.force-phone-text-align-center .nectar-cta,
    .wpb_column.force-phone-text-align-center .vc_custom_heading {
        text-align: center !important
    }

    .post-area {
        margin-bottom: 0
    }

    .ascend .main-content .col.boxed:hover,
    .col.boxed:hover,
    .material .main-content .col.boxed:hover {
        box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
        margin-top: 0;
        top: 0;
        transform: none;
        -webkit-transform: none
    }

    #header-outer .col {
        margin-bottom: 0
    }

    .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2,
    .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
        max-width: 100%
    }

    #fp-nav ul li a,
    .fp-slidesNav ul li a {
        padding: 11px
    }

    #fp-nav ul li a span,
    .fp-slidesNav ul li a span {
        height: 6px;
        width: 6px
    }

    #fp-nav.right {
        right: 10px
    }

    .container .post .post-meta,
    .nectar_fullscreen_zoom_recent_projects .dot-nav {
        display: none
    }

    #ajax-content-wrap .container .post .post-content {
        padding-left: 0
    }

    .container .post-header {
        font-size: 12px
    }

    .post-content.classic .post-header>span:after {
        height: 9px
    }

    .container .comment-list .comment>div {
        padding: 25px 25px 40px
    }

    #ajax-content-wrap .comment-list .children {
        padding-left: 20px
    }

    .container .comment-list .comment>div img.avatar {
        display: block;
        height: 40px;
        left: 0;
        margin-bottom: 5px;
        position: relative;
        top: 0;
        width: 40px
    }

    body:not(.original) .bypostauthor>.comment-body>.comment-author>img.avatar {
        border-width: 2px
    }

    body:not(.material) .comment-list .children {
        background-image: none
    }

    body.ascend #ajax-content-wrap .comment-list .children {
        margin-left: 0;
        padding-left: 30px
    }

    body.material #ajax-content-wrap .comment-list .comment>div,
    body.material #ajax-content-wrap .comment-list .pingback>div {
        margin-top: 2.5em
    }

    body.material .comment-list .children {
        border-left: 1px solid rgba(0, 0, 0, .1)
    }

    body.material .container .comment-list .comment>div {
        padding: 0 0 40px
    }

    body.material #ajax-content-wrap .comment-list .children {
        margin-left: 0;
        padding-left: 30px
    }

    body.material #ajax-content-wrap .comment-list .comment .comment>div {
        padding-left: 0
    }

    .container #respond h3 {
        font-size: 18px
    }

    .container .comment-list .reply {
        bottom: 29px;
        right: 29px;
        top: auto
    }

    .original .container .comment-list .reply {
        bottom: 0;
        margin-top: 20px;
        position: relative;
        right: 0;
        top: auto
    }

    .auto_meta_overlaid_spaced .masonry-blog-item {
        margin-bottom: 0
    }

    body h1.jumbo,
    body h2.jumbo,
    body h3.jumbo,
    body h4.jumbo,
    body h5.jumbo,
    body h6.jumbo,
    p.jumbo {
        font-size: 60px;
        line-height: 70px
    }

    .container .contact-info {
        padding-left: 0
    }

    #single-meta .meta-comment-count,
    .row .col.section-title [data-hide-on-mobile=true] span:not(.total_loves):not(.nectar-love-count):not(.share-btn),
    .single #page-header-bg #single-below-header[data-hide-on-mobile=true] span:not(.total_loves):not(.nectar-love-count) {
        display: none
    }

    .single #page-header-bg[data-post-hs=default] #single-below-header[data-hide-on-mobile=false],
    .single [data-header-style=default] #single-below-header[data-hide-on-mobile=false] {
        margin-top: 15px
    }

    .single #page-header-bg[data-post-hs=default] #single-below-header[data-hide-on-mobile=false]>span:first-child>span,
    .single [data-header-style=default] #single-below-header[data-hide-on-mobile=false]>span:first-child>span {
        padding-left: 0
    }

    #ajax-content-wrap #page-header-bg[data-post-hs=default_minimal] #single-below-header span:not(.updated),
    #ajax-content-wrap .row.heading-title[data-header-style=default_minimal] .col.section-title span.meta-category {
        display: inline-block
    }

    #page-header-bg[data-post-hs=default_minimal] .span_6[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] #single-below-header>span,
    .container-wrap[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] .heading-title[data-header-style=default_minimal] #single-below-header>span {
        padding: 0 8px
    }

    #page-header-bg[data-post-hs=default_minimal] .span_6[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] #single-below-header span,
    .container-wrap[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] .heading-title[data-header-style=default_minimal] #single-below-header span {
        font-size: 13px;
        line-height: 10px
    }

    .single-post #single-meta .nectar-social[data-position=right] {
        margin-left: 0
    }

    #single-meta .nectar-social.hover[data-position=right] .nectar-social-inner {
        left: 0;
        right: auto;
        text-align: left
    }

    #single-meta .nectar-social {
        margin-left: 0
    }

    .material #page-header-bg.fullscreen-header .author-section {
        margin-top: 5px
    }

    html.js #page-header-bg[data-parallax="0"].not-loaded {
        background-color: #f5f5f5
    }

    #page-header-bg .portfolio-filters ul {
        position: absolute;
        width: 100%
    }

    #page-header-bg .span_6 {
        margin-bottom: 15px
    }

    body #footer-outer #copyright .col ul {
        float: left
    }

    body #footer-outer #copyright .col ul li:first-child {
        margin-left: 0
    }

    #call-to-action .container a {
        display: block;
        margin-left: 0;
        margin-top: 20px
    }

    #call-to-action {
        font-size: 18px
    }

    #ajax-content-wrap h2 .nectar-button,
    #ajax-content-wrap h3 .nectar-button,
    #ajax-content-wrap h4 .nectar-button {
        display: block
    }

    #ajax-content-wrap #footer-widgets .container .col:nth-child(3) {
        margin-bottom: 40px
    }

    #footer-outer #flickr img,
    #sidebar #flickr img {
        width: 95px
    }

    .post-area #pagination,
    .post-area.masonry #pagination {
        padding-left: 0
    }

    body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers>div .bg-img:after {
        opacity: 1
    }

    body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner,
    body .portfolio-items[data-ps="6"] .work-item .work-meta .inner {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    body #portfolio {
        margin: 3px 0 0
    }

    .bottom_controls #portfolio-nav .controls li#next-link a i:after,
    .bottom_controls #portfolio-nav .controls li#prev-link a i:after {
        display: none
    }

    #search-results .result,
    .masonry-blog-item {
        margin-bottom: 25px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important
    }

    .posts-container[data-load-animation=none] article .inner-wrap.animated {
        opacity: 1
    }

    .masonry-blog-item {
        display: block;
        position: relative !important;
        top: auto !important
    }

    .gallery .gallery-item {
        width: 100% !important
    }

    #author-bio img {
        height: 60px;
        margin-right: 0;
        width: 60px
    }

    .row .blog-recent[data-style=list_featured_first_row].columns-3 .featured .post-featured-img {
        padding-bottom: 75%
    }

    .section-down-arrow i.icon-default-style[class^=icon-] {
        font-size: 16px
    }

    .section-down-arrow {
        bottom: 10px;
        right: 20px
    }

    #page-header-bg.fullscreen-header .author-section {
        bottom: 20px
    }

    #page-header-bg.fullscreen-header .author-section .meta-date:not(.updated) {
        display: block;
        margin-top: -4px
    }

    #contact-map {
        height: 270px
    }

    .nectar-google-map {
        max-height: 270px
    }

    .pp_pic_holder {
        left: 9px;
        width: 96%
    }

    .pp_content {
        height: 290px;
        width: 100%
    }

    .pp_content iframe {
        width: 100%
    }

    .pp_content .pp_inline iframe {
        height: 250px
    }

    .pp_content #pp_full_res img {
        height: auto;
        width: 100%
    }

    #page-header-bg .span_6 h1,
    .single.single-post .section-title h1,
    body.search #page-header-bg h1,
    body.single.single-post .row .col.section-title.span_12 h1 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 4px
    }

    #page-header-bg .span_6 {
        float: none;
        top: auto !important
    }

    #page-header-bg .author-section .meta-author .avatar {
        display: none
    }

    #page-header-bg.fullscreen-header .author-section .avatar-post-info {
        margin: 10px 0 0
    }

    #ajax-content-wrap .pricing-table>div {
        margin: 0 0 25px;
        width: 100%
    }

    body .clients[class*=col].no-carousel>div {
        margin-right: 1%;
        width: 49.4%
    }

    body .clients[class*=col].no-carousel>div:nth-child(2n+2) {
        margin-right: 0
    }

    body .clients[class*=col].carousel>div {
        margin: 0 5px;
        width: 150px
    }

    body .clients.carousel.phone>div {
        width: 150px
    }

    .clients[data-additional_padding="2"].no-carousel>div {
        padding: 2% 4%
    }

    .clients[data-additional_padding="3"].no-carousel>div {
        padding: 3% 6%
    }

    .clients[data-additional_padding="4"].no-carousel>div {
        padding: 5% 10%
    }

    body #ajax-content-wrap #error-404 h1,
    body .row #error-404 h1 {
        font-size: 150px;
        line-height: 150px
    }

    body .row #error-404 h2 {
        font-size: 32px
    }

    body .row #error-404 {
        margin-bottom: 0
    }

    body.woocommerce .post-area .woocommerce-ordering,
    body.woocommerce .post-area .woocommerce-result-count {
        float: none
    }

    body.woocommerce .post-area .woocommerce-ordering {
        right: 0
    }

    body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        border-right: 0;
        float: none;
        width: 100%
    }

    div[data-style=minimal] .toggle h3 a {
        font-size: 20px;
        line-height: 24px
    }

    #page-header-bg #portfolio-nav ul,
    .section-title #portfolio-nav ul {
        margin-bottom: 0
    }

    #portfolio-nav ul:first-child {
        z-index: 103
    }

    #portfolio-nav .controls:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden
    }

    body .container .portfolio-filters-inline.full-width-content .container {
        padding-left: 0;
        padding-right: 0
    }

    body #full_width_portfolio .project-title.parallax-effect .container,
    body #page-header-bg .project-title .container {
        padding-bottom: 30px
    }

    .project-title .section-title,
    body #page-header-bg .section-title,
    body.single .project-title .section-title {
        padding: 0
    }

    .row .col.section-title.project-title {
        margin-bottom: 30px !important;
        padding-bottom: 30px
    }

    #footer-outer #social li {
        margin-left: 0;
        margin-right: 10px
    }

    .wpb_gallery .parallax-grid-item {
        margin-bottom: 30px
    }

    .post-area.masonry,
    .post-area.masonry.span_9,
    body[data-ext-responsive=true] .post-area.masonry.span_9,
    body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
        width: 320px
    }

    #ajax-content-wrap .post-area.masonry.span_9,
    .post-area.masonry.span_9 {
        margin-bottom: 90px
    }

    .ascend #ajax-content-wrap .comment-list .reply {
        top: 0
    }

    #customer_details>div {
        float: none;
        width: 100%
    }

    #header-secondary-outer nav>ul>li:last-child,
    body #header-secondary-outer nav>ul>li,
    body #header-secondary-outer nav>ul>li a {
        border: none
    }

    body:not(.material) #header-secondary-outer nav .sf-menu {
        padding-bottom: 10px;
        padding-top: 10px
    }

    body:not(.material) #header-secondary-outer ul#social {
        padding: 10px 0
    }

    .woocommerce .shop_table .coupon {
        margin-bottom: 10px;
        margin-top: 5px
    }

    .woocommerce #customer_login.col2-set .col-1,
    .woocommerce #customer_login.col2-set .col-2,
    .woocommerce form.login .form-row-first,
    .woocommerce form.login .form-row-last,
    .woocommerce-page #customer_login.col2-set .col-1,
    .woocommerce-page #customer_login.col2-set .col-2,
    .woocommerce-page form.login .form-row-first,
    .woocommerce-page form.login .form-row-last {
        width: 100% !important
    }

    .woocommerce .shop_table .actions>input {
        float: left !important
    }

    .iosSlider.product-thumbnails .thumb {
        width: 93px
    }

    .main-content .col.span_2 .col.span_2,
    .main-content .col.span_3 .col.span_2,
    .main-content .col.span_4 .col.span_2,
    .main-content .col.span_6 .col.span_2 {
        width: 15%
    }

    .main-content .col.span_2 .col.span_10,
    .main-content .col.span_3 .col.span_10,
    .main-content .col.span_4 .span_10,
    .main-content .col.span_6 .col.span_10 {
        width: 83%
    }

    .nectar-video-box[data-play-button-size=larger] .nectar_video_lightbox {
        height: 70px;
        margin-left: -35px;
        margin-top: -35px;
        width: 70px
    }

    .auto_meta_overlaid_spaced .masonry-blog-item .post-content {
        height: 55vh
    }

    .slider-pagination {
        bottom: 10px
    }

    body .swiper-slide .content p i {
        font-size: 12px;
        width: 14px
    }

    .main-content .col.span_2 .col.span_2 img,
    .main-content .col.span_3 .col.span_2 img,
    .main-content .col.span_4 .col.span_2 img,
    .main-content .col.span_6 .col.span_2 img {
        padding-right: 13px;
        top: -3px
    }

    .carousel-next {
        padding-left: 1px;
        right: 1px
    }

    .carousel-prev {
        padding-right: 1px;
        right: 25px
    }

    .woocommerce .woocommerce-result-count {
        padding-bottom: 0
    }

    .woocommerce #ajax-content-wrap .woocommerce-ordering,
    body[data-fancy-form-rcs="1"].woocommerce.woocommerce #ajax-content-wrap .woocommerce-ordering {
        float: none;
        margin-left: 0;
        position: relative;
        right: 0;
        top: 0
    }

    .woocommerce .product-subtotal {
        display: none
    }

    .nectar-button.extra_jumbo {
        font-size: 24px;
        line-height: 24px;
        padding: 20px 30px
    }

    .nectar-button.extra_jumbo.has-icon.extra-color-gradient-1,
    .nectar-button.extra_jumbo.has-icon.extra-color-gradient-2,
    .nectar-button.extra_jumbo.has-icon.see-through-extra-color-gradient-1,
    .nectar-button.extra_jumbo.has-icon.see-through-extra-color-gradient-2 {
        font-size: 24px;
        line-height: 24px;
        padding: 20px 50px
    }

    .nectar-button.extra-color-gradient-1.has-icon.extra_jumbo span,
    .nectar-button.extra-color-gradient-2.has-icon.extra_jumbo span,
    .nectar-button.see-through-extra-color-gradient-1.has-icon.extra_jumbo span,
    .nectar-button.see-through-extra-color-gradient-2.has-icon.extra_jumbo span {
        left: -28px
    }

    .nectar-button.extra_jumbo i,
    .nectar-button.extra_jumbo.has-icon i {
        font-size: 26px
    }

    body.material #ajax-content-wrap .nectar-button.extra_jumbo.has-icon {
        font-size: 22px;
        line-height: 22px;
        padding: 24px 65px 24px 55px
    }

    body.material #ajax-content-wrap .nectar-button.has-icon.extra_jumbo i {
        height: 50px;
        line-height: 50px;
        width: 50px
    }

    body.material .nectar-button.extra_jumbo .im-icon-wrap svg {
        height: 24px;
        width: 24px
    }

    .nectar-button.extra-color-gradient-1.extra_jumbo,
    .nectar-button.extra-color-gradient-2.extra_jumbo,
    .nectar-button.see-through-extra-color-gradient-1.extra_jumbo,
    .nectar-button.see-through-extra-color-gradient-2.extra_jumbo {
        border-width: 6px
    }

    .nectar-slider-wrap[data-full-width=false] .swiper-slide .content p.transparent-bg span,
    body .swiper-slide .content p.transparent-bg span {
        box-shadow: 4px 0 0 rgba(0, 0, 0, .5), -4px 0 0 rgba(0, 0, 0, .5);
        -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, .5), -4px 0 0 rgba(0, 0, 0, .5);
        -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, .5), -4px 0 0 rgba(0, 0, 0, .5);
        -o-box-shadow: 4px 0 0 rgba(0, 0, 0, .5), -4px 0 0 rgba(0, 0, 0, .5);
        left: 4px;
        line-height: 20px;
        top: -5px
    }

    #buddypress .register-section {
        margin-bottom: 15px;
        width: 100%
    }

    .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
        padding: 0 10% !important
    }

    #header-outer[data-full-width=true] header>.container {
        padding: 0
    }

    .owl-carousel[data-column-padding="10px"] .carousel-item,
    .owl-carousel[data-column-padding="15px"] .carousel-item,
    .owl-carousel[data-column-padding="20px"] .carousel-item,
    .owl-carousel[data-column-padding="30px"] .carousel-item,
    .owl-carousel[data-column-padding="40px"] .carousel-item,
    .owl-carousel[data-column-padding="50px"] .carousel-item {
        padding: 10px
    }

    .blog-title ul .meta-share-count>a,
    .single .blog-title #single-meta ul .meta-share-count>a {
        display: none
    }

    .blog-title ul .meta-share-count .nectar-social {
        display: block !important;
        position: relative !important
    }

    .blog-title ul .meta-share-count .nectar-social,
    .blog-title ul .meta-share-count .nectar-social a {
        left: 0 !important;
        opacity: 1 !important
    }

    .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot .nectar-flickity[data-controls=material_pagination] .flickity-page-dots .dot {
        width: 25px
    }
}

@media only screen and (min-width:1px) and (max-width:999px) {

    #to-top:not(.mobile-enabled),
    body[data-ajax-transitions=true] #ajax-loading-screen[data-method=standard][data-disable-mobile="1"] {
        display: none
    }

    body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark=true] img.starting-logo.dark-version,
    body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting=true] img.starting-logo:not(.dark-version):not(.mobile-only-logo),
    body #header-outer:not(.transparent) #top .span_3 #logo[data-supplied-ml=true] img:not(.mobile-only-logo) {
        display: none !important
    }

    #page-header-bg .span_6,
    #page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
    body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark=true] img.mobile-only-logo.starting-logo.dark-version,
    body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting=true] img.mobile-only-logo.starting-logo:not(.dark-version),
    body #header-outer:not(.transparent) #top .span_3 #logo .mobile-only-logo {
        display: block !important
    }

    body #header-outer[data-permanent-transparent="1"][data-transparent-header=true].transparent #top .span_3 #logo .mobile-only-logo {
        opacity: 1 !important
    }

    body[data-hhun="1"] #header-outer[data-mobile-fixed=false].invisible:not(.side-widget-open) {
        pointer-events: auto !important;
        transform: none !important
    }

    #header-outer[data-format=centered-menu-bottom-bar] #top .span_9 #logo {
        display: none
    }

    #page-header-bg[data-parallax="1"],
    #page-header-bg[data-parallax="1"] .span_6 {
        padding-right: 0;
        transform: translate(0) !important;
        visibility: visible !important
    }

    #page-header-bg[data-parallax="1"][data-alignment-v=middle].fullscreen-header .span_6 {
        transform: translateY(-50%) !important
    }

    #page-header-bg[data-parallax="1"][data-alignment-v=middle].fullscreen-header .nectar-particles .span_6 {
        transform: none !important
    }

    #page-header-bg.fullscreen-header .row {
        top: 0 !important
    }

    #ajax-content-wrap .video-texture {
        display: none
    }

    .full-width-content.parallax_section,
    .full-width-section.parallax_section {
        background-attachment: scroll !important;
        background-position: 50% !important
    }

    #page-header-wrap[data-parallax="1"] .page-header-bg-image-wrap .page-header-bg-image,
    .wpb_row.parallax_section .row-bg.using-image {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden
    }

    #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image {
        transition: none;
        -webkit-transition: none
    }

    .original #search-outer #search input[type=text],
    body[data-header-format=left-header]:not(.material) #search-outer #search input[type=text] {
        border-bottom-width: 2px;
        font-size: 24px
    }

    .original #search-outer .container {
        width: 100%
    }

    body.material #search-outer #search form input[type=text][name] {
        border-bottom-width: 2px;
        font-size: 44px;
        line-height: 44px
    }

    .material #header-outer.transparent .bg-color-stripe,
    .material #search-outer .bg-color-stripe,
    body.material #search-outer {
        height: 30vh
    }

    body.material #search-outer {
        min-height: 200px
    }

    body.material #search-outer .col {
        margin-bottom: 0
    }

    body[data-header-format=left-header] #header-outer header .row .col.span_9 {
        top: 0
    }

    body[data-header-format=left-header].material #search-outer {
        left: 0;
        width: 100%
    }

    body[data-header-format=left-header].admin-bar.material #search-outer #search #close {
        top: 0
    }

    body[data-header-format=left-header].material #search-outer .container {
        padding-left: 0;
        padding-right: 0;
        position: relative
    }

    img.img-with-animation[data-animation=fade-in-from-right] {
        padding-left: 0
    }

    img.img-with-animation[data-animation=fade-in-from-left] {
        padding-right: 0
    }

    img.img-with-animation[data-animation=fade-in-from-bottom] {
        bottom: 0
    }

    body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible,
    body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
        animation: none;
        opacity: 1
    }

    .img-with-aniamtion-wrap .inner {
        margin: 0 !important
    }

    .img-with-aniamtion-wrap img,
    .img-with-aniamtion-wrap[data-max-width="110%"] .inner,
    .img-with-aniamtion-wrap[data-max-width="125%"] .inner,
    .img-with-aniamtion-wrap[data-max-width="150%"] .inner,
    .img-with-aniamtion-wrap[data-max-width="165%"] .inner,
    .img-with-aniamtion-wrap[data-max-width="175%"] .inner,
    .img-with-aniamtion-wrap[data-max-width="200%"] .inner,
    .img-with-aniamtion-wrap[data-max-width="225%"] .inner,
    .img-with-aniamtion-wrap[data-max-width="250%"] .inner {
        max-width: 100%
    }

    .img-with-aniamtion-wrap:not([data-max-width-mobile=default]) .inner {
        max-width: none
    }

    .img-with-aniamtion-wrap[data-max-width-mobile="100%"] .inner {
        width: 100%
    }

    .img-with-aniamtion-wrap[data-max-width-mobile="125%"] .inner {
        width: 125%
    }

    .img-with-aniamtion-wrap[data-max-width-mobile="150%"] .inner {
        width: 150%
    }

    .img-with-aniamtion-wrap[data-max-width-mobile="175%"] .inner {
        width: 175%
    }

    .img-with-aniamtion-wrap[data-max-width-mobile="200%"] .inner {
        width: 200%
    }

    .img-with-aniamtion-wrap.center[data-max-width-mobile="150%"] .inner,
    .img-with-aniamtion-wrap.right[data-max-width-mobile="125%"] .inner {
        margin-left: -25% !important
    }

    .img-with-aniamtion-wrap.center[data-max-width-mobile="200%"] .inner,
    .img-with-aniamtion-wrap.right[data-max-width-mobile="150%"] .inner {
        margin-left: -50% !important
    }

    .img-with-aniamtion-wrap.right[data-max-width-mobile="175%"] .inner {
        margin-left: -75% !important
    }

    .img-with-aniamtion-wrap.right[data-max-width-mobile="200%"] .inner {
        margin-left: -100% !important
    }

    .img-with-aniamtion-wrap[data-max-width="75%"] .inner {
        max-width: 75%
    }

    .img-with-aniamtion-wrap[data-max-width="50%"] .inner {
        max-width: 50%
    }

    .img-with-animation[data-max-width="110%"],
    .img-with-animation[data-max-width="125%"],
    .img-with-animation[data-max-width="150%"],
    .img-with-animation[data-max-width="175%"],
    .img-with-animation[data-max-width="200%"],
    .img-with-animation[data-max-width="225%"],
    .img-with-animation[data-max-width="250%"] {
        margin-left: 0;
        max-width: 100%
    }

    #ajax-content-wrap .wpb_gallery .parallax-grid-item {
        padding-left: 0;
        padding-right: 0;
        width: 100%
    }

    .full-width-section>.col.span_12 {
        margin-bottom: 0
    }

    div[data-bg-mobile-hidden=true] .row-bg.using-image {
        background-image: none !important
    }

    #header-outer #top #logo img,
    #header-outer[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version,
    .full-width-section,
    body[data-bg-header=true] .full-width-content.first-section,
    body[data-bg-header=true] .full-width-section.first-section,
    body[data-header-resize="0"] .container-wrap .portfolio-filters-inline.first-section {
        margin-top: 0 !important
    }

    .single-portfolio .row .post-area {
        margin-top: 0
    }

    #nectar_fullscreen_rows>div:not(.full-width-content) .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container {
        padding-bottom: 10%;
        padding-top: 10%
    }

    #nectar_fullscreen_rows[data-content-overflow=hidden] .vc_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap[data-content-pos=middle]>.full-page-inner>.container>.span_12 {
        height: auto !important
    }

    .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2,
    .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
        max-width: 75%
    }

    body #header-outer[data-format=centered-menu-bottom-bar] #top #logo img,
    body #header-outer[data-format=centered-menu-under-logo] #top #logo img {
        margin: 0
    }

    #header-outer[data-has-menu=false][data-format=default] #top .span_3,
    #header-outer[data-has-menu=true] #top .span_3,
    #header-outer[data-has-menu=true][data-mobile-fixed="1"] #top .span_3,
    #header-outer[data-has-menu=true][data-ptnm="1"] #top .span_3,
    body.material #header-outer[data-format=centered-menu-bottom-bar] #top .span_3 {
        text-align: left
    }

    #header-outer[data-format=centered-logo-between-menu] .span_3,
    #header-outer[data-format=centered-logo-between-menu] .span_3 #logo:not(.no-image) img {
        transform: none;
        -webkit-transform: none
    }

    #header-outer[data-transparent-header=true].no-pointer-events.side-widget-open {
        pointer-events: auto
    }

    .material #header-outer[data-transparent-header=true][data-mobile-fixed="1"].transparent {
        overflow: visible
    }

    #header-outer[data-mobile-fixed="1"],
    #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] {
        position: fixed !important
    }

    .material #header-outer[data-mobile-fixed=false][data-using-secondary="1"],
    .material.admin-bar #header-outer[data-mobile-fixed=false][data-using-secondary="1"] {
        top: 0
    }

    body #header-outer[data-transparent-header=true][data-remove-border=true],
    body #header-outer[data-transparent-header=true][data-remove-border=true].transparent {
        border: none
    }

    body[data-slide-out-widget-area-style=slide-out-from-right-hover][data-slide-out-widget-area=true][data-user-set-ocm=off] #header-outer header>.container {
        max-width: 100%;
        padding: 0 18px
    }

    .using-mobile-browser .slide-out-hover-icon-effect a {
        pointer-events: auto
    }

    .container-wrap {
        z-index: 11
    }

    .page-submenu .mobile-menu-link {
        display: inline-block
    }

    .page-submenu ul {
        display: none;
        left: 0;
        position: absolute;
        top: 48px;
        width: 101%;
        z-index: 1000
    }

    .page-submenu[data-alignment=left],
    .page-submenu[data-alignment=right] {
        text-align: center
    }

    #boxed .page-submenu ul {
        width: 100%
    }

    #ajax-content-wrap .page-submenu ul li {
        display: block;
        margin: 0
    }

    .page-submenu .full-width-content {
        position: relative
    }

    .page-submenu ul li a {
        border-top: 1px solid hsla(0, 0%, 100%, .2);
        padding: 10px 20px
    }

    .page-submenu[data-bg-color="#ffffff"] ul li a {
        border-top: 1px solid rgba(0, 0, 0, .08)
    }

    .work-item:not([data-custom-content=on]) .work-info-bg {
        display: none
    }

    .style-3 .work-info-bg {
        display: block
    }

    .carousel-wrap[data-full-width=true] {
        padding: 0 !important
    }

    #header-outer[data-permanent-transparent=false] #logo .dark-version,
    body #top #logo img {
        height: 24px;
        margin-top: -3px;
        position: relative;
        top: 3px
    }

    #header-outer #top #logo img,
    #header-outer[data-transparent-header=true][data-permanent-transparent=false] #logo .dark-version {
        top: 0
    }

    #header-outer[data-permanent-transparent=false] #logo .dark-version,
    body.material #header-outer[data-permanent-transparent=false] #logo .dark-version {
        position: absolute
    }

    .ascend #header-outer:not([data-transparent-header=true]) #top #logo img.stnd,
    .ascend #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd,
    .material #header-outer:not([data-transparent-header=true]) #top #logo img.stnd,
    .material #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd,
    .original #header-outer:not([data-transparent-header=true]) #top #logo img.stnd,
    .original #header-outer:not([data-transparent-header=true]) #top #logo picture.stnd {
        position: relative
    }

    body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .dark-version,
    body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .starting-logo {
        top: 6px
    }

    .admin-bar #header-outer,
    .logged-in.buddypress #header-outer {
        top: 0
    }

    .admin-bar.material-ocm-open #header-outer.transparent {
        top: 46px
    }

    body #header-outer {
        margin-bottom: 0;
        padding: 12px 0
    }

    body #header-outer,
    body[data-hhun="1"]:not(.no-scroll) #header-outer:not([data-transparent-header=true]):not(.detached),
    body[data-hhun="1"]:not(.no-scroll) #header-outer[data-permanent-transparent=false][data-using-secondary="1"]:not([data-transparent-header=true]) {
        position: relative
    }

    .ascend #header-outer[data-transparent-header=true][data-remove-border=false].transparent,
    .original #header-outer[data-transparent-header=true][data-remove-border=false].transparent {
        transition: background-color .3s ease, box-shadow .3s ease, margin .25s ease
    }

    #header-secondary-outer {
        top: -13px
    }

    #header-outer[data-permanent-transparent="1"].transparent #top .span_9>.slide-out-widget-area-toggle i {
        color: #fff
    }

    body #slide-out-widget-area .slide_out_area_close {
        position: absolute;
        right: 22px;
        top: 22px;
        z-index: 100
    }

    #slide-out-widget-area.fullscreen .off-canvas-social-links,
    #slide-out-widget-area.fullscreen-alt .off-canvas-social-links,
    .admin-bar #slide-out-widget-area.fullscreen .off-canvas-social-links,
    .admin-bar #slide-out-widget-area.fullscreen-alt .off-canvas-social-links {
        bottom: 0;
        margin-top: 70px;
        position: relative;
        right: 0
    }

    #slide-out-widget-area.fullscreen .off-canvas-social-links:after,
    #slide-out-widget-area.fullscreen-alt .off-canvas-social-links:after {
        background-color: hsla(0, 0%, 100%, .6);
        content: " ";
        display: block;
        height: 1px;
        left: 50%;
        margin: 0 auto;
        position: absolute;
        top: -40px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transition: all .5s cubic-bezier(.215, .61, .355, 1);
        -webkit-transition: all .5s cubic-bezier(.215, .61, .355, 1);
        -moz-transition: all .5s cubic-bezier(.215, .61, .355, 1);
        width: 0
    }

    #slide-out-widget-area .mobile-only {
        display: block
    }

    #slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile=true] .off-canvas-menu-container {
        position: relative;
        top: 0
    }

    #slide-out-widget-area.fullscreen .off-canvas-social-links.line-shown:after,
    #slide-out-widget-area.fullscreen-alt .off-canvas-social-links.line-shown:after {
        width: 100px
    }

    #slide-out-widget-area.fullscreen .bottom-text,
    #slide-out-widget-area.fullscreen-alt .bottom-text,
    .admin-bar #slide-out-widget-area.fullscreen .bottom-text,
    .admin-bar #slide-out-widget-area.fullscreen-alt .bottom-text {
        bottom: 0;
        left: 0;
        margin-bottom: 30px;
        margin-top: 15px;
        position: relative
    }

    body #slide-out-widget-area.slide-out-from-right-hover {
        z-index: 9999
    }

    #header-outer.transparent.side-widget-open.no-bg-color #top #logo .starting-logo:not(.dark-version) {
        opacity: 1
    }

    #header-outer.transparent.side-widget-open.no-bg-color #top #logo img:not(.starting-logo) {
        opacity: 0
    }

    #slide-out-widget-area {
        top: 0 !important
    }

    #slide-out-widget-area.overflow-state,
    .admin-bar #slide-out-widget-area.overflow-state {
        padding-top: 110px
    }

    #slide-out-widget-area.fullscreen .inner.overflow-state {
        margin-bottom: 130px;
        margin-top: 0
    }

    body[data-full-width-header=false] #slide-out-widget-area.slide-out-from-right-hover .slide_out_area_close {
        display: none
    }

    #header-outer #logo {
        left: 0;
        top: 0
    }

    #header-space {
        display: none
    }

    #header-space[data-header-mobile-fixed="1"] {
        display: block
    }

    #top #mobile-cart-link,
    #top .mobile-search,
    #top .span_9>.slide-out-widget-area-toggle {
        display: inline-block
    }

    #top .col.span_3 {
        left: 0;
        top: 0;
        width: 100%;
        z-index: 100
    }

    #header-outer[data-format=centered-logo-between-menu] #top .span_3,
    #header-outer[data-format=centered-menu] #top .span_3,
    #top .col.span_3 {
        position: relative
    }

    #header-outer #top .col.span_3 {
        line-height: 0
    }

    #header-outer #top .col.span_3 #logo {
        vertical-align: middle
    }

    #top .col.span_9 {
        float: none;
        margin-bottom: 0;
        margin-left: 0;
        position: static;
        width: 100% !important;
        z-index: 100
    }

    #header-outer[data-format=centered-logo-between-menu] .row .col.span_9,
    #header-outer[data-format=centered-menu] #top .span_9 {
        position: static
    }

    #header-outer[data-format=centered-menu-bottom-bar] #top .span_9,
    #header-outer[data-format=centered-menu-under-logo] #top .span_9,
    #top .col.span_9,
    body.ascend #header-outer[data-format=centered-menu-under-logo] #top .row .span_9,
    body.material #header-outer[data-format=centered-menu-under-logo] #top .row .span_9,
    body.original #header-outer[data-format=centered-menu-under-logo] #top .row .span_9 {
        height: 100%;
        min-height: 0;
        position: absolute !important;
        right: 0;
        top: 0;
        width: auto !important;
        z-index: 2000
    }

    .material #header-outer[data-format=centered-menu-under-logo] #top .span_9 {
        line-height: inherit
    }

    #slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile=true] .off-canvas-menu-container,
    .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 .inner-wrap,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
    body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header) .span_6>.inner-wrap,
    body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) .span_6>.inner-wrap,
    body:not([data-m-animate="1"]) img.img-with-animation[data-animation=fade-in-from-bottom],
    body[data-slide-out-widget-area=true] #top #logo {
        transform: none !important
    }

    body[data-slide-out-widget-area=true] #top .span_9>.slide-out-widget-area-toggle.std-menu {
        left: 0 !important;
        right: auto !important;
        text-align: left;
        z-index: 10000
    }

    body[data-slide-out-widget-area=true] #top .span_3 {
        text-align: center
    }

    body[data-slide-out-widget-area=true] #header-outer[data-has-menu=false] #top .span_3 {
        text-align: left
    }

    #header-outer .slide-out-widget-area-toggle .lines,
    #header-outer .slide-out-widget-area-toggle .lines-button,
    #header-outer .slide-out-widget-area-toggle .lines:after,
    #header-outer .slide-out-widget-area-toggle .lines:before {
        width: 22px
    }

    #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
        top: -6px
    }

    body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
        top: 6px
    }

    #header-outer[data-mobile-fixed="1"] #top #logo,
    body[data-slide-out-widget-area=true] #top #logo {
        display: inline-block
    }

    body[data-slide-out-widget-area=true]:not(.material) [data-transparent-header=true][data-mobile-fixed=false] #top #logo {
        position: relative
    }

    body[data-slide-out-widget-area=true] #top .col.span_3 {
        width: 100%
    }

    body #slide-out-widget-area:not(.slide-out-from-right-hover) .slide_out_area_close {
        display: block
    }

    #slide-out-widget-area .widget_nav_menu {
        overflow-x: hidden;
        overflow-y: hidden
    }

    #header-outer #top nav>ul {
        margin: 0 auto;
        padding: 15px 0 25px;
        position: relative;
        width: auto;
        z-index: 100000
    }

    #header-outer #top nav>ul>li>ul>li {
        opacity: 1;
        transform: none
    }

    #header-outer #top nav>ul>.megamenu>ul>li,
    #top nav>ul li {
        display: block;
        margin-left: 0;
        width: auto
    }

    #top nav>ul>.megamenu>.sub-menu {
        display: block;
        opacity: 1;
        width: auto !important
    }

    #top nav>ul ul {
        background-color: transparent;
        box-shadow: 0 0 0 #fff;
        -webkit-box-shadow: 0 0 0 #fff;
        float: none;
        left: 0;
        opacity: 1;
        padding: 0;
        position: relative;
        top: 0;
        visibility: visible;
        width: auto
    }

    #top nav>ul ul li {
        padding-left: 20px
    }

    #top nav .sf-menu .sfHover>a {
        color: #ffbaaf
    }

    a>.sf-sub-indicator {
        height: auto;
        left: auto;
        padding: 16px;
        position: absolute;
        right: 0;
        top: 0;
        width: auto
    }

    .swiper-slide .mejs-controls {
        display: none;
        visibility: hidden
    }

    #ajax-content-wrap .mejs-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible
    }

    #ajax-content-wrap .post-area {
        margin-bottom: 0;
        padding-right: 0
    }

    .slider-nav {
        margin: -40px auto 0;
        max-width: 600px;
        position: relative
    }

    body .slider-nav>span {
        height: 25px;
        width: 25px
    }

    body .slider-nav>.left {
        left: 0
    }

    body .slider-nav>.right {
        left: 30px
    }

    #header-outer #top nav,
    .slider-nav span span {
        display: none !important
    }

    #footer-widgets .container .col {
        margin-bottom: 40px
    }

    #footer-widgets .container .col:nth-child(3),
    #footer-widgets .container .col:nth-child(4) {
        margin-bottom: 0
    }

    #pagination {
        margin-bottom: 40px
    }

    .portfolio-items .col .work-item .work-info .custom-content .nectar-button {
        width: auto
    }

    #page-header-bg,
    #page-header-wrap,
    body .nectar-button.see-through-2,
    body .nectar-button.see-through-3 {
        transition: none !important;
        -webkit-transition: none !important
    }

    #ajax-content-wrap .wp-caption {
        width: 100%
    }

    body.single-portfolio #sidebar {
        margin-top: 30px
    }

    body.search .row .col.section-title h1 {
        font-size: 18px
    }

    body.search .row .col.section-title span {
        display: inline-block;
        font-size: 14px;
        margin-top: 10px
    }

    body.search .divider {
        display: none
    }

    .main-content>div {
        padding-bottom: 0
    }

    #single-meta {
        clear: both;
        display: block;
        margin-bottom: 10px
    }

    body.single-post #page-header-bg:not(.fullscreen-header):not([data-post-hs=default]) {
        min-height: 250px
    }

    #page-header-bg[data-parallax="1"],
    body #page-header-bg:not(.fullscreen-header) .row,
    body.single-post #page-header-bg:not(.fullscreen-header) .row,
    body:not(.single-post) #page-header-bg .nectar-particles .span_6 .row,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6>.inner-wrap,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
        top: 0 !important
    }

    body:not(.single-post) #page-header-bg:not(.fullscreen-header) {
        padding-bottom: 10%;
        padding-top: 10%
    }

    body:not(.single-post) #page-header-bg[data-padding-amt=low]:not(.fullscreen-header) {
        padding-bottom: 5%;
        padding-top: 5%
    }

    body:not(.single-post) #page-header-bg[data-padding-amt=high]:not(.fullscreen-header) {
        padding-bottom: 13%;
        padding-top: 13%
    }

    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
        min-height: 40px
    }

    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6.empty-title {
        min-height: 80px
    }

    #page-header-bg[data-parallax="1"],
    #single-meta,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6>.inner-wrap:first-child,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
    body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) .span_6 .inner-wrap,
    body[data-header-format] #header-secondary-outer {
        position: relative !important
    }

    body:not(.single-post) .nectar-particles svg {
        display: none
    }

    #header-outer:not([data-permanent-transparent="1"]),
    #page-header-wrap,
    #top,
    .full-page-inner-wrap[data-content-pos=full_height] .full-page-inner>.span_12,
    .vc_text_separator,
    body:not(.single-post) #page-header-bg:not(.fullscreen-header),
    body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header),
    body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) {
        height: auto !important;
        display: none;
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=bottom]:not(.fullscreen-header) {
        padding-bottom: 4%;
        padding-top: 16%
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=bottom][data-padding-amt=low]:not(.fullscreen-header) {
        padding-bottom: 2%;
        padding-top: 10%
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=bottom][data-padding-amt=high]:not(.fullscreen-header) {
        padding-bottom: 6%;
        padding-top: 20%
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=top]:not(.fullscreen-header) {
        padding-bottom: 16%;
        padding-top: 4%
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=top][data-padding-amt=low]:not(.fullscreen-header) {
        padding-bottom: 10%;
        padding-top: 2%
    }

    body:not(.single-post) #page-header-bg[data-alignment-v=top][data-padding-amt=high]:not(.fullscreen-header) {
        padding-bottom: 20%;
        padding-top: 6%
    }

    .related-posts.columns-3 .span_4 {
        margin-right: 0
    }

    #single-meta ul {
        margin-left: 0
    }

    .page-template-template-portfolio-php .portfolio-filters {
        margin-bottom: 0
    }

    .nectar-hor-list-item[data-columns="3"] .nectar-list-item,
    .nectar-hor-list-item[data-columns="4"] .nectar-list-item {
        display: block;
        width: 100% !important
    }

    .nectar-hor-list-item[data-columns="3"] .nectar-list-item:not(:last-child),
    .nectar-hor-list-item[data-columns="4"] .nectar-list-item:not(:last-child) {
        padding-bottom: 10px
    }

    .nectar-hor-list-item[data-columns="3"] .nectar-list-item,
    .nectar-hor-list-item[data-columns="4"] .nectar-list-item {
        padding-left: 0;
        padding-right: 0
    }

    .nectar-hor-list-item.has-btn {
        padding-right: 135px
    }

    .nectar-hor-list-item.has-btn[data-columns="3"],
    .nectar-hor-list-item.has-btn[data-columns="4"] {
        padding-right: 0
    }

    .nectar-hor-list-item.has-btn[data-columns="3"]>div:first-child,
    .nectar-hor-list-item.has-btn[data-columns="4"]>div:first-child {
        padding-right: 135px
    }

    .nectar-hor-list-item>.nectar-list-item[data-text-align=right] {
        text-align: left
    }

    .nectar-hor-list-item[data-columns="3"] .nectar-list-item .nectar-list-item-btn,
    .nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn {
        position: absolute;
        right: 22px;
        top: 25px
    }

    .nectar-hor-list-item[data-columns="3"] .nectar-list-item .nectar-list-item-btn.second,
    .nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn.second {
        position: absolute;
        right: 22px;
        top: 65px
    }

    #footer-outer #social li {
        margin-bottom: 9px;
        margin-top: 9px;
        width: 33px
    }

    .nectar-recent-posts-slider .recent-post-container {
        max-width: none
    }

    .nectar-recent-posts-slider .flickity-page-dots,
    .nectar-recent-posts-slider .recent-post-container {
        padding: 0 40px
    }

    .nectar-flickity[data-controls=next_prev_arrows] .flickity-prev-next-button {
        display: none
    }

    .nectar-flickity[data-controls=next_prev_arrows]:not(.masonry) .flickity-slider .cell {
        margin-right: 7%;
        width: 60%
    }

    .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap {
        max-width: 100%
    }

    body[data-footer-reveal="1"] #footer-outer {
        position: relative
    }

    body[data-footer-reveal="1"] #ajax-content-wrap,
    body[data-footer-reveal="1"] #ajax-content-wrap>.blurred-wrap {
        overflow: visible
    }

    body[data-footer-reveal="1"][data-footer-reveal-shadow=large] .container-wrap,
    body[data-footer-reveal="1"][data-footer-reveal-shadow=large_2] .container-wrap {
        box-shadow: none;
        -webkit-box-shadow: none
    }

    body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
    body[data-footer-reveal="1"] .container-wrap {
        margin-bottom: 0 !important
    }

    .carousel-heading h2 {
        font-size: 11px;
        max-width: 83%
    }

    .woocommerce .products.related .product,
    .woocommerce .products.upsells .product,
    .woocommerce .related ul li.product,
    .woocommerce .related ul.products li.product,
    .woocommerce .upsells.products ul li.product,
    .woocommerce .upsells.products ul.products li.product,
    .woocommerce-page .related ul li.product,
    .woocommerce-page .related ul.products li.product,
    .woocommerce-page .upsells.products ul li.product,
    .woocommerce-page .upsells.products ul.products li.product,
    .woocommerce-page.columns-3 ul.products li.product,
    .woocommerce.columns-3 ul.products li.product,
    body .woocommerce ul.products li.product,
    body .woocommerce-page ul.products li.product,
    body.woocommerce .span_9 ul.products li.product,
    body.woocommerce ul.products li.product,
    body.woocommerce-page .span_9 ul.products li.product,
    body.woocommerce-page ul.products li.product {
        margin: 0 4% 25px 0;
        width: 48%
    }

    .woocommerce .span_9 ul.products li.product.material,
    .woocommerce-page .span_9 ul.products li.product.material,
    body .woocommerce ul.products li.product.material,
    body .woocommerce.columns-1 ul.products li.product.material,
    body.woocommerce-page ul.products li.product.material {
        margin: 0 2% 2% 0;
        width: 48.8%
    }

    body .woocommerce ul.products[data-product-style=minimal] li.product.minimal {
        width: calc(49.7% - 15px)
    }

    body .woocommerce ul.products[data-product-style=material] li:nth-child(odd),
    body.woocommerce-page ul.products[data-product-style=material] li:nth-child(odd) {
        margin-right: 2% !important
    }

    .woocommerce .products.related .product,
    .woocommerce .products.upsells .product {
        width: 48% !important
    }

    .woocommerce .span_9 ul.products li.product:nth-child(2n+2),
    .woocommerce-page .span_9 ul.products li.product:nth-child(2n+2),
    body .woocommerce ul.products li.product:nth-child(2n+2),
    body .woocommerce-page ul.products li.product:nth-child(2n+2),
    body.woocommerce ul.products li:nth-child(2n+2) {
        margin-right: 0
    }

    .woocommerce .related ul.products li:nth-child(2n+2),
    .woocommerce .upsells.products ul li.product:nth-child(2n+2),
    body .woocommerce .carousel-wrap.products-carousel ul.products[data-product-style=material] li:nth-child(odd),
    body .woocommerce ul.products[data-product-style=material] li:nth-child(2n+2),
    body.woocommerce-page ul.products[data-product-style=material] li:nth-child(2n+2) {
        margin-right: 0 !important
    }

    body.woocommerce .span_9 ul.products li.product,
    body.woocommerce-page .span_9 ul.products li.product {
        clear: none
    }

    .single-product .product_title,
    .span_9 .carousel-heading {
        padding-right: 0 !important
    }

    .woocommerce .span_9 .woocommerce-ordering {
        right: 0
    }

    .cart-outer {
        display: none
    }

    body[data-header-format] #header-secondary-outer {
        height: auto
    }

    body:not(.material) #header-secondary-outer #social,
    body:not(.material) #header-secondary-outer nav>ul {
        float: none;
        height: auto;
        text-align: center;
        width: 100%
    }

    #header-secondary-outer nav>ul>li>a .sf-sub-indicator {
        display: none
    }

    #header-secondary-outer #social li,
    #header-secondary-outer nav>ul>li {
        display: inline-block;
        float: none
    }

    #header-secondary-outer ul ul {
        z-index: 100000
    }

    #header-secondary-outer ul li:hover {
        z-index: 1000
    }

    #header-secondary-outer nav>ul>li ul li {
        text-align: left
    }

    #header-secondary-outer #social li>a {
        height: 15px
    }

    body:not(.material) #header-secondary-outer nav .sf-menu {
        border-top: 1px solid #ddd
    }

    #page-header-wrap {
        margin-top: 0;
        overflow: visible
    }

    #page-header-bg .span_6,
    #page-header-bg[data-parallax="1"] .span_6 .inner-wrap {
        opacity: 1 !important
    }

    body #header-outer[data-using-secondary="1"],
    body.admin-bar #header-outer[data-using-secondary="1"] {
        top: 0
    }

    h1 .nectar-button,
    h2 .nectar-button,
    h3 .nectar-button,
    h4 .nectar-button {
        display: inline-block;
        margin-top: 20px
    }

    body .clients.no-carousel:not(.fade-in-animation)>div,
    body:not([data-m-animate="1"]) .clients.no-carousel.fade-in-animation>div {
        opacity: 1
    }

    #page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
    .divider-small-border[data-animate=yes],
    .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h1>span span,
    .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2>span span,
    .swiper-slide .content .buttons,
    .swiper-slide .content h1,
    .swiper-slide .content h2,
    .swiper-slide .content h3,
    .swiper-slide .content p,
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=fade-in-from-bottom],
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=fade-in-from-left],
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=fade-in-from-right],
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in-vertical],
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in],
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=grow-in],
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=zoom-out-high],
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=zoom-out],
    body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*=reveal-from-],
    body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*=reveal-from-]>div,
    body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal],
    body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*=reveal-from-],
    body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap,
    body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap .column-image-bg,
    body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation=zoom-out-reveal],
    body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation=zoom-out-reveal] .inner-wrap,
    body:not([data-m-animate="1"]) .divider-border[data-animate=yes],
    body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*=reveal-from-],
    body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner,
    body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*=reveal-from-] img.img-with-animation,
    body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation=fade-in-from-bottom] .hover-wrap,
    body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation=fade-in-from-left] .hover-wrap,
    body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation=fade-in-from-right] .hover-wrap,
    body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation=flip-in-vertical] .hover-wrap,
    body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation=flip-in] .hover-wrap,
    body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation=grow-in] .hover-wrap,
    body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom],
    body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation=fade-in-from-left],
    body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation=fade-in-from-right],
    body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation=flip-in-vertical],
    body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation=flip-in],
    body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation=grow-in],
    body:not([data-m-animate="1"]) .nectar-split-heading .heading-line>div,
    body:not([data-m-animate="1"]) .nectar-split-heading span>.inner,
    body:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type=twist-in],
    body:not([data-m-animate="1"]) .nectar_food_menu_item .inner,
    body:not([data-m-animate="1"]) .nectar_food_menu_item .item_description,
    body:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap,
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=fade-in-from-bottom],
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=fade-in-from-left],
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=fade-in-from-right],
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in-vertical],
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in],
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=grow-in],
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=slight-twist],
    body:not([data-m-animate="1"]) img.img-with-animation[data-animation=fade-in-from-left],
    body:not([data-m-animate="1"]) img.img-with-animation[data-animation=fade-in-from-right],
    body:not([data-m-animate="1"]) img.img-with-animation[data-animation=flip-in-vertical],
    body:not([data-m-animate="1"]) img.img-with-animation[data-animation=flip-in],
    body:not([data-m-animate="1"]) img.img-with-animation[data-animation=grow-in] {
        transform: none !important;
        -webkit-transform: none !important
    }

    .divider-border[data-animate=yes],
    .divider-small-border[data-animate=yes] {
        visibility: visible !important
    }

    .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h1 .word,
    .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h1>span span,
    .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2 .word,
    .nectar-slider-wrap[data-caption-trans=reveal_title] .swiper-slide .content h2>span span,
    .owl-carousel[data-enable-animation=true] .owl-controls,
    .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item,
    .post-area.masonry:not(.meta_overlaid),
    .swiper-slide .content .buttons,
    .swiper-slide .content h1,
    .swiper-slide .content h2,
    .swiper-slide .content h3,
    .swiper-slide .content p,
    body:not([data-m-animate="1"]) .clients.fade-in-animation>div,
    body:not([data-m-animate="1"]) .col.has-animation,
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in-vertical],
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in],
    body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*=reveal-from-],
    body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*=reveal-from-]>div,
    body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation=zoom-out-reveal],
    body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*=reveal-from-] .inner-wrap,
    body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation=zoom-out-reveal],
    body:not([data-m-animate="1"]) .img-with-aniamtion-wrap .hover-wrap,
    body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner,
    body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation,
    body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation=flip-in-vertical],
    body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation=flip-in],
    body:not([data-m-animate="1"]) .nectar-fancy-ul[data-animation=true] ul li,
    body:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type=twist-in],
    body:not([data-m-animate="1"]) .nectar_food_menu_item .inner,
    body:not([data-m-animate="1"]) .nectar_food_menu_item .item_description,
    body:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap,
    body:not([data-m-animate="1"]) .wpb_column.has-animation,
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in-vertical],
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in],
    body:not([data-m-animate="1"]) img.img-with-animation,
    body:not([data-m-animate="1"]) img.img-with-animation[data-animation=flip-in-vertical],
    body:not([data-m-animate="1"]) img.img-with-animation[data-animation=flip-in] {
        opacity: 1 !important
    }

    .col.has-animation[data-animation=fade-in-from-bottom],
    .nectar-fancy-box.has-animation[data-animation=fade-in-from-bottom],
    .wpb_column.has-animation[data-animation=fade-in-from-bottom] {
        bottom: 0 !important
    }

    body:not([data-m-animate="1"]) .span_12.flip-in-vertical-wrap {
        perspective: none
    }

    body:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap,
    body:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap *,
    body:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after,
    body:not([data-m-animate="1"]) .nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner,
    body:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true] .content,
    body:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true] .nectar-icon-list-item .list-icon-holder,
    body:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true]:after,
    body:not([data-m-animate="1"]) .nectar_cascading_images .cascading-image .inner-wrap {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        -webkit-transform: none !important
    }

    .main-content .vc_span2 .iwithtext .iwt-icon i {
        font-size: 34px;
        height: 34px;
        line-height: 34px;
        width: 34px
    }

    .main-content .vc_span2 .iwithtext .iwt-icon img {
        width: 35px
    }

    .main-content .vc_span2 .iwithtext .iwt-text {
        padding-left: 55px
    }

    .main-content .vc_span2 .iwithtext .iwt-icon {
        top: -4px
    }

    .parallax_slider_outer.first-section .swiper-container .slider-next,
    .parallax_slider_outer.first-section .swiper-container .slider-prev {
        margin-top: -30px
    }

    .post-area.col_last {
        padding-left: 0 !important
    }

    .woocommerce .post-area .woocommerce-ordering {
        display: block;
        float: none !important
    }

    .col.centered-text ul,
    .col.centered-text ul li,
    .wpb_column.centered-text ul,
    .wpb_column.centered-text ul li {
        margin-left: 0 !important;
        text-align: left
    }

    .col.centered-text ul,
    .wpb_column.centered-text ul {
        display: block !important;
        margin: 0 !important
    }

    #ajax-content-wrap .nectar-fancy-ul[data-animation=true] ul li,
    .nectar-fancy-ul[data-animation=true] ul li {
        left: 0
    }

    .testimonial_slider .controls ul {
        text-align: center !important
    }

    #page-header-bg[data-parallax="0"] {
        margin-top: -1px
    }

    .nectar-milestone {
        margin-bottom: 15px
    }

    .nectar-milestone:not(.animated-in) {
        opacity: 1
    }

    .nectar-milestone.motion_blur .number span:not(.in-sight) {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none
    }

    .wpb_tabs_nav .cta-button {
        left: 0;
        right: auto;
        top: 0;
        transform: translateY(-100%)
    }

    body.single-portfolio #full_width_portfolio .container-wrap {
        padding-top: 2.1em
    }

    .carousel-wrap[data-full-width=true] {
        padding: 0 9px
    }

    #footer-widgets .container .row>div:last-child {
        margin-bottom: 0 !important
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading h2 {
        font-size: 16px;
        top: 3px
    }

    body .carousel-wrap[data-full-width=true] .controls {
        display: block;
        height: 30px;
        margin: 25px auto 0;
        position: relative;
        width: 130px
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading .carousel-next,
    body .carousel-wrap[data-full-width=true] .carousel-heading .carousel-prev,
    body .carousel-wrap[data-full-width=true] .carousel-heading .portfolio-page-link {
        top: 0 !important
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading .portfolio-page-link {
        margin: 0 auto;
        position: relative
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading .carousel-prev {
        left: 0;
        margin-left: 0;
        text-align: left
    }

    body .carousel-wrap[data-full-width=true] .carousel-heading .carousel-next {
        right: 0
    }

    div[data-full-width=false] .carousel-heading h2 {
        font-size: 12px
    }

    .blog-fullwidth-wrap .post-area.masonry {
        margin-bottom: 0
    }

    .woocommerce .pp_gallery,
    body .pp_gallery {
        display: none
    }

    .material .span_9 #author-bio {
        margin-bottom: 60px
    }
}

@media only screen and (max-width:321px) {

    .container,
    .post-area.standard-minimal.full-width-content .post .inner-wrap,
    .slider-nav {
        max-width: 300px
    }
}

@media only screen and (max-width:479px) {
    .full-width-content .wpb_column.max_width_phone_420px.left_margin_phone_auto.right_margin_phone_auto {
        width: 320px
    }
    .client-img{
        width: 300px;
        margin: 0 auto;
    }
    .hero-cta__wrapper1{ width: 100% !important;}
}

@media only screen and (min-width:480px) and (max-width:690px) {
    .hero-cta__wrapper1 {
        width: 576px !important;
    }
    .owner-box {
        display: block !important;
        margin-bottom: 30px;
    }
    .backimage{
        display: none;
    }
    .client-img{
        width: 300px;
        margin: 0 auto;
    }
    .services-grid__item{
        height: 300px;
    }

    .post-area.standard-minimal.full-width-content .post .inner-wrap,
    body .container,
    body .slider-nav {
        max-width: 600px
    }

    #ajax-content-wrap .project-title #all-items {
        left: 194px
    }

    .post-area.masonry,
    .post-area.masonry.span_9,
    body[data-ext-responsive=true] .post-area.masonry.span_9,
    body[data-ext-responsive=true] .post-area.masonry.span_9.meta_overlaid {
        width: 420px
    }

    .iosSlider.product-thumbnails .thumb {
        width: 98px
    }

    body .carousel-wrap[data-full-width=true] .portfolio-items .work-meta {
        font-size: 10px;
        width: 66%
    }
}

@media screen and (max-width:782px) {

    .admin-bar #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"],
    .admin-bar #header-outer[data-permanent-transparent=false][data-mobile-fixed="1"],
    .logged-in.buddypress #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"],
    .logged-in.buddypress #header-outer[data-permanent-transparent=false][data-mobile-fixed="1"],
    body.admin-bar #header-outer[data-transparent-header=true][data-mobile-fixed=false] {
        top: 47px
    }

    #header-secondary-outer[data-permanent-transparent="1"] {
        margin-top: 0
    }

    body {
        position: static
    }

    #fp-nav.tooltip_alt {
        display: none
    }
}

@media only screen and (min-device-width:481px) and (max-device-width:1025px) and (orientation:landscape) {

    #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a:hover:after,
    #to-top {
        display: none
    }

    body .slide-out-hover-icon-effect a {
        pointer-events: auto
    }

    #page-header-wrap #page-header-bg[data-animate-in-effect=zoom-out] .page-header-bg-image {
        transition: none;
        -webkit-transition: none
    }

    #page-header-bg[data-parallax="1"],
    #page-header-bg[data-parallax="1"] .span_6 {
        position: relative !important
    }

    #page-header-bg[data-parallax="1"] {
        top: 0 !important
    }

    #page-header-bg .span_6 {
        display: block !important;
        opacity: 1 !important
    }

    .swiper-container .slider-right {
        right: 0 !important
    }

    .video-texture {
        display: none
    }

    img.img-with-animation[data-animation=fade-in-from-right] {
        padding-left: 0
    }

    img.img-with-animation[data-animation=fade-in-from-left] {
        padding-right: 0
    }

    .col.has-animation[data-animation=fade-in-from-bottom],
    .wpb_column.has-animation[data-animation=fade-in-from-bottom],
    img.img-with-animation[data-animation=fade-in-from-bottom] {
        bottom: 0
    }

    #full_width_portfolio .project-title.parallax-effect,
    .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item,
    .parallax_slider_outer.first-section .nectar-slider-wrap,
    .parallax_slider_outer.first-section .swiper-slide .content,
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=fade-in-from-bottom],
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=fade-in-from-left],
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in-vertical],
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in],
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=grow-in],
    body:not([data-m-animate="1"]) .divider-border[data-animate=yes],
    body:not([data-m-animate="1"]) .divider-small-border[data-animate=yes],
    body:not([data-m-animate="1"]) .img-with-animation[data-animation=fade-in-from-left],
    body:not([data-m-animate="1"]) .img-with-animation[data-animation=fade-in-from-right],
    body:not([data-m-animate="1"]) .img-with-animation[data-animation=flip-in-vertical],
    body:not([data-m-animate="1"]) .img-with-animation[data-animation=flip-in],
    body:not([data-m-animate="1"]) .img-with-animation[data-animation=grow-in],
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=fade-in-from-bottom],
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=fade-in-from-left],
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in-vertical],
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in],
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=grow-in],
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=slight-twist] {
        transform: none !important;
        -webkit-transform: none !important
    }

    .owl-carousel[data-enable-animation=true] .owl-controls,
    .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item,
    .parallax_slider_outer.first-section .swiper-slide .content,
    body:not([data-m-animate="1"]) .clients.fade-in-animation>div,
    body:not([data-m-animate="1"]) .col.has-animation,
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in-vertical],
    body:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in],
    body:not([data-m-animate="1"]) .img-with-animation,
    body:not([data-m-animate="1"]) .img-with-animation[data-animation=flip-in-vertical],
    body:not([data-m-animate="1"]) .img-with-animation[data-animation=flip-in],
    body:not([data-m-animate="1"]) .wpb_column.has-animation,
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in-vertical],
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in] {
        opacity: 1 !important
    }

    .col.has-animation[data-animation=grow-in],
    .divider-border[data-animate=yes],
    .divider-small-border[data-animate=yes],
    .img-with-animation[data-animation=grow-in],
    .wpb_column.has-animation[data-animation=grow-in] {
        visibility: visible
    }

    .portfolio-items .col .work-item .work-info a {
        display: block;
        height: 100%;
        left: 0;
        margin: 0;
        position: absolute;
        text-indent: -9999px;
        top: 0;
        width: 100%
    }

    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner,
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner-wrap,
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner,
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner-wrap,
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner,
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner-wrap,
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner,
    body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner-wrap {
        transform: none;
        -webkit-transform: none
    }

    .portfolio-items .col .work-item .work-info .custom-content .nectar-button {
        width: auto
    }

    body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers>div .bg-img:after {
        opacity: 1
    }

    body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner,
    body .portfolio-items[data-ps="6"] .work-item .work-meta .inner {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    .portfolio-items .col .work-item:not(.style-2):not(.style-3):not(.style-3-alt):not(.style-4) .work-info .vert-center {
        height: 100%;
        top: 0;
        transform: none;
        -webkit-transform: none
    }
}

@media only screen and (max-device-width:2600px) {
    body[data-ajax-transitions=true].using-mobile-browser #ajax-loading-screen[data-method=standard][data-disable-mobile="1"] {
        display: none
    }

    body.using-mobile-browser.material #slide-out-widget-area.slide-out-from-right {
        overflow-y: scroll
    }

    body.using-mobile-browser .full-width-content.parallax_section .row-bg[data-parallax-speed=fixed],
    body.using-mobile-browser .full-width-section.parallax_section .row-bg[data-parallax-speed=fixed],
    body.using-mobile-browser .wpb_row.parallax_section .row-bg[data-parallax-speed=fixed] {
        background-attachment: scroll
    }

    body.using-mobile-browser .cp-modal-popup-container {
        position: relative;
        z-index: 100000
    }

    body[data-remove-m-video-bgs="1"].using-mobile-browser .nectar-video-wrap video,
    body[data-remove-m-video-bgs="1"].using-mobile-browser .swiper-slide .video-wrap video {
        display: none
    }

    body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image {
        display: block
    }

    .using-mobile-browser img.img-with-animation[data-animation=fade-in-from-right] {
        padding-left: 0
    }

    .using-mobile-browser img.img-with-animation[data-animation=fade-in-from-left] {
        padding-right: 0
    }

    .using-mobile-browser .col.has-animation[data-animation=fade-in-from-bottom],
    .using-mobile-browser .wpb_column.has-animation[data-animation=fade-in-from-bottom],
    .using-mobile-browser img.img-with-animation[data-animation=fade-in-from-bottom] {
        bottom: 0
    }

    .using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item,
    .using-mobile-browser .parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect=zoom-out].loaded .slide-bg-wrap,
    body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation=fade-in-from-bottom],
    body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation=fade-in-from-left],
    body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in-vertical],
    body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in],
    body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation=grow-in],
    body.using-mobile-browser:not([data-m-animate="1"]) .divider-border[data-animate=yes],
    body.using-mobile-browser:not([data-m-animate="1"]) .divider-small-border[data-animate=yes],
    body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap .hover-wrap,
    body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*=reveal-from-],
    body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner,
    body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*=reveal-from-] img.img-with-animation,
    body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation=fade-in-from-left],
    body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation=fade-in-from-right],
    body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation=flip-in-vertical],
    body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation=flip-in],
    body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation=grow-in],
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap *,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-fancy-box.has-animation,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true] .content,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true] .nectar-icon-list-item .list-icon-holder,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true]:after,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item .meta-date,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item .post-heading span,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading span>.inner,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type=twist-in],
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar_cascading_images .cascading-image .inner-wrap,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap,
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation*=reveal-from]>.vc_column-inner,
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=fade-in-from-bottom],
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=fade-in-from-left],
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in-vertical],
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in],
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=grow-in] {
        transform: none !important;
        -webkit-transform: none !important
    }

    .using-mobile-browser #page-header-bg[data-parallax="1"] .span_6,
    .using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-controls,
    .using-mobile-browser .owl-carousel[data-enable-animation=true] .owl-stage>.owl-item,
    body.using-mobile-browser:not([data-m-animate="1"]) .clients.fade-in-animation>div,
    body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation,
    body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in-vertical],
    body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation=flip-in],
    body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap .hover-wrap,
    body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*=reveal-from-] .inner,
    body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation,
    body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation=flip-in-vertical],
    body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation=flip-in],
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-fancy-box.has-animation,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item .meta-date,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation=none]) .nectar-post-grid-item .post-heading span,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading span>.inner,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type=twist-in],
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation=true] .nectar_hotspot_wrap,
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation,
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in-vertical],
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=flip-in],
    body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image {
        opacity: 1 !important
    }

    body.using-mobile-browser:not([data-m-animate="1"]) .divider-border[data-animate=yes],
    body.using-mobile-browser:not([data-m-animate="1"]) .divider-small-border[data-animate=yes] {
        visibility: visible !important
    }

    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner .wrap *,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style=color-strip-reveal] .nectar-animated-title-inner:after,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style=hinge-drop] .nectar-animated-title-inner,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true] .content,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true] .nectar-icon-list-item .list-icon-holder,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate=true]:after,
    body.using-mobile-browser:not([data-m-animate="1"]) .nectar_cascading_images .cascading-image .inner-wrap {
        animation: none !important;
        opacity: 1 !important
    }

    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible,
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
        animation: none;
        opacity: 1
    }

    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner,
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-bottom] .column-inner-wrap,
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner,
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-left] .column-inner-wrap,
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner,
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-right] .column-inner-wrap,
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner,
    body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation=reveal-from-top] .column-inner-wrap {
        transform: none;
        -webkit-transform: none
    }

    .using-mobile-browser .nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
        left: 50%;
        top: 50%
    }

    .ascend.using-mobile-browser #search {
        height: 100%
    }

    .ascend.using-mobile-browser #search #search-box {
        top: 20px
    }

    .using-mobile-browser #page-header-bg[data-parallax="1"] .span_6 {
        display: block !important
    }

    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading .heading-line>div {
        transform: none;
        -webkit-transform: none
    }

    .using-mobile-browser .slide-out-hover-icon-effect a {
        pointer-events: auto
    }

    .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable=on] {
        height: auto !important
    }

    .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable=on]>div {
        left: 0 !important;
        position: relative !important
    }

    .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable=on]>div:not(.full-width-content) .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.container {
        padding-bottom: 8%;
        padding-top: 8%
    }

    body.using-mobile-browser:not([data-m-animate="1"]) .nectar-milestone:not(.animated-in) {
        opacity: 1
    }

    .using-mobile-browser .wpb_row.parallax_section .row-bg.using-image.translate {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden
    }

    body[data-remove-m-parallax="1"].using-mobile-browser .full-width-content.parallax_section,
    body[data-remove-m-parallax="1"].using-mobile-browser .full-width-section.parallax_section {
        background-attachment: scroll !important;
        background-position: 50% !important
    }

    body[data-remove-m-parallax="1"].using-mobile-browser #page-header-bg[data-parallax="1"] .page-header-bg-image,
    body[data-remove-m-parallax="1"].using-mobile-browser .full-width-section.parallax_section .row-bg,
    body[data-remove-m-parallax="1"].using-mobile-browser .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg,
    body[data-remove-m-parallax="1"].using-mobile-browser .wpb_row.parallax_section .row-bg {
        background-attachment: scroll !important;
        background-position: 50% !important;
        height: 100% !important;
        margin-top: 0 !important;
        opacity: 1;
        transform: none !important;
        -webkit-transform: none !important
    }

    body[data-remove-m-parallax="1"].using-mobile-browser .nectar-recent-posts-single_featured.parallax_section .nectar-recent-post-slide .nectar-recent-post-bg {
        opacity: 1
    }

    body[data-remove-m-parallax="1"].using-mobile-browser .top-level .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg {
        height: 100%
    }

    body.using-mobile-browser .blurred-wrap.blurred {
        -moz-filter: blur(0);
        -ms-filter: blur(0);
        filter: blur(0)
    }
}

@media only screen and (min-width:1600px) {

    .full-width-content .post-area .masonry-blog-item,
    .post-area.full-width-content .masonry-blog-item {
        width: 18%
    }

    .full-width-content .post-area.classic_enhanced .masonry-blog-item,
    .post-area.full-width-content.classic_enhanced .masonry-blog-item {
        width: 18.5%
    }

    body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide,
    body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide_tall,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
    body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link,
    body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote {
        width: 50%
    }

    #boxed .full-width-content .post-area.meta_overlaid .masonry-blog-item.regular,
    #boxed .post-area.full-width-content.meta_overlaid .masonry-blog-item.regular,
    body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.tall,
    body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item.regular,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
        width: 25%
    }

    body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 63.66%
    }

    body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 58.5%
    }

    body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
        width: 97.5%
    }
}

@media only screen and (min-width:1300px) and (max-width:1600px) {
    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
        width: 25%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
    body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link,
    body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote {
        width: 50%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
        font-size: 16px;
        line-height: 22px
    }

    body .masonry.meta_overlaid .post .post-header .meta-author a {
        font-size: 11px
    }

    body .masonry.meta_overlaid .post .post-header .meta-author span {
        font-size: 13px
    }

    body .default-style .portfolio-items .col.elastic-portfolio-item {
        width: 22.43% !important
    }

    .full-width-content .post-area .masonry-blog-item,
    .post-area.full-width-content .masonry-blog-item {
        width: 23%
    }

    .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
        padding-left: 2.8% !important
    }

    .full-width-content .vc_col-sm-2 .nectar-milestone .number,
    .full-width-content .vc_span2 .nectar-milestone .number {
        font-size: 50px;
        line-height: 50px
    }

    .full-width-content .vc_col-sm-8 .clients.five-cols.carousel>div,
    .full-width-content .vc_span8 .clients.five-cols.carousel>div {
        width: 33%
    }

    body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 64.1%
    }

    body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 73%
    }

    body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
        width: 97.5%
    }
}

@media only screen and (min-width:990px) and (max-width:1300px) {

    body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
        width: 25%
    }

    body .masonry.meta_overlaid .post .post-header .meta-author a {
        font-size: 11px
    }

    body .masonry.meta_overlaid .post .post-header .meta-author span {
        font-size: 13px
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
    body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link,
    body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote {
        width: 25%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
        font-size: 14px;
        line-height: 20px
    }

    .full-width-content .vc_col-sm-8 .clients.six-cols>div,
    .full-width-content .vc_span8 .clients.six-cols>div {
        width: 32.3%
    }

    .full-width-content .vc_col-sm-8 .clients.no-carousel.six-cols>div:nth-child(3n+3),
    .full-width-content .vc_span8 .clients.no-carousel.six-cols>div:nth-child(3n+3) {
        margin-right: 0
    }

    .full-width-content .vc_col-sm-8 .clients.five-cols.carousel>div,
    .full-width-content .vc_span8 .clients.five-cols.carousel>div {
        width: 40%
    }

    #nectar_fullscreen_rows .full-width-content .wpb_column .wpb_row .wpb_column,
    #nectar_fullscreen_rows .full-width-content .wpb_column .wpb_row .wpb_column p {
        font-size: inherit;
        line-height: inherit
    }

    body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 100%
    }

    body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 97.2%
    }

    body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
        width: 97.5%
    }
}

@media only screen and (min-width:470px) and (max-width:990px) {

    .portfolio-items .elastic-portfolio-item,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
        width: 50%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
    body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link,
    body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote {
        width: 100%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
        font-size: 16px;
        line-height: 20px
    }

    body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured,
    body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
        width: 97%
    }
}

@media only screen and (max-width:690px) and (min-width:470px) {

    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular_2x,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular_2x {
        width: 100%
    }

    .format-status .post-content .status-inner,
    .post.format-aside .aside-inner,
    .post.link .post-content .link-inner,
    .post.quote .post-content .quote-inner {
        padding: 50px 10%
    }
}

@media only screen and (max-width:690px) {

    body[data-remove-m-video-bgs="1"] .nectar-video-wrap video,
    body[data-remove-m-video-bgs="1"] .swiper-slide .video-wrap video {
        display: none
    }

    body[data-remove-m-video-bgs="1"] .mobile-video-image {
        display: block
    }

    .posts-container[data-load-animation=fade_in] article .inner-wrap,
    .posts-container[data-load-animation=fade_in] article .inner-wrap.animated,
    .posts-container[data-load-animation=fade_in_from_bottom] .inner-wrap,
    .posts-container[data-load-animation=fade_in_from_bottom] .inner-wrap.animated,
    .posts-container[data-load-animation=perspective] article .inner-wrap,
    .posts-container[data-load-animation=perspective] article .inner-wrap.animated {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }

    .post-area.masonry.classic .posts-container:not(.meta-moved) .post-content>.post-meta {
        opacity: 0;
        position: absolute !important
    }

    .post-area.masonry.meta_overlaid .post .post-content>.post-meta {
        display: none !important
    }

    #ajax-content-wrap .masonry.meta_overlaid .link-inner .link-wrap,
    #ajax-content-wrap .masonry.meta_overlaid .quote-inner .quote-wrap {
        position: relative;
        top: 0;
        transform: none
    }

    .material .related-post-wrap h3.related-title {
        padding-top: 60px
    }

    .post-area.featured_img_left .article-content-wrap {
        display: block
    }

    .post-area.featured_img_left .article-content-wrap .post-content-wrap,
    .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
        width: 100%
    }

    .post-area.featured_img_left .link .inner-wrap,
    .post-area.featured_img_left .quote .inner-wrap {
        padding-bottom: 55px
    }

    .post-area.featured_img_left .article-content-wrap .post-content-wrap {
        overflow: visible;
        padding: 35px 0 55px
    }

    .post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap {
        display: none
    }

    .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
        border-radius: 5px 5px 0;
        height: 200px
    }

    .nectar-recent-posts-slider .inner-wrap {
        max-width: 80%
    }

    .arhchive #page-header-wrap #page-header-bg .subheader {
        display: none
    }
}

@media only screen and (max-width:470px) {

    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular_2x,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular_2x,
    body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall {
        width: 100%
    }

    body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
        width: 50%
    }

    .masonry.meta_overlaid .post.wide_tall .content-inner .post-featured-img img {
        height: auto !important
    }

    #ajax-content-wrap .masonry.meta_overlaid .link-inner .link-wrap,
    #ajax-content-wrap .masonry.meta_overlaid .quote-inner .quote-wrap {
        top: 0;
        transform: none;
        -webkit-transform: none
    }

    .format-status .post-content .status-inner,
    .post.format-aside .aside-inner,
    .post.link .post-content .link-inner,
    .post.quote .post-content .quote-inner {
        padding: 50px 10%
    }

    .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
        padding: 0 10% !important
    }

    body #ajax-content-wrap .post-area.masonry.meta_overlaid .masonry-blog-item.large_featured .post-meta .date,
    body #ajax-content-wrap .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall .post-meta .date {
        font-size: 13px
    }

    #ajax-content-wrap .post-area.masonry.meta_overlaid .post.large_featured .post-meta,
    #ajax-content-wrap .post-area.masonry.meta_overlaid .post.wide_tall .post-meta {
        margin: -1px 0
    }

    #ajax-content-wrap .masonry.meta_overlaid .masonry-blog-item .article-content-wrap {
        padding-bottom: 0
    }

    body .masonry.meta_overlaid .post .post-header .meta-author a,
    body .masonry.meta_overlaid .post .post-header .meta-author span {
        font-size: 11px
    }

    body .post-area.auto_meta_overlaid_spaced[data-ams].span_9 {
        margin: 0
    }

    body .auto_meta_overlaid_spaced[data-ams].span_9 .masonry-blog-item {
        padding-left: 0;
        padding-right: 0
    }

    .woocommerce .span_9 ul.products li.product.material,
    .woocommerce-page .span_9 ul.products li.product.material,
    body .woocommerce ul.products[data-product-style=material] li.product.material,
    body .woocommerce.columns-1 ul.products li.product.material,
    body.woocommerce-page ul.products[data-product-style=material] li.product.material {
        margin-right: 0 !important;
        width: 100%
    }

    .woocommerce .products.related .product.material,
    .woocommerce .products.upsells .product.material {
        width: 100% !important
    }

    body #search-results[data-layout=default] .result,
    body #search-results[data-layout=masonry-no-sidebar] .result {
        left: auto !important;
        opacity: 1;
        position: relative !important;
        top: auto !important
    }
}

.mfp-bg {
    background: #0b0b0b;
    filter: alpha(opacity=80);
    opacity: .8;
    overflow: hidden;
    z-index: 104200
}

.mfp-bg,
.mfp-wrap {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.mfp-wrap {
    -webkit-backface-visibility: hidden;
    outline: none !important;
    z-index: 104300
}

.mfp-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 104500
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    cursor: auto;
    width: 100%
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    left: 8px;
    margin-top: -.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 104400
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: visible;
    padding: 0;
    z-index: 104600
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.mfp-close {
    color: #fff;
    filter: alpha(opacity=65);
    font-family: Arial, Baskerville, monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: .65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px
}

.mfp-close:focus,
.mfp-close:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333;
    display: inline-block;
    height: 20px;
    line-height: 20px !important;
    padding-right: 0 !important;
    top: 20px;
    transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    -webkit-transition: all .47s cubic-bezier(.3, 1, .3, .95) 0s;
    width: 20px !important
}

.mfp-close-btn-in .mfp-close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%
}

.mfp-iframe-holder .mfp-close:before,
.mfp-image-holder .mfp-close:before {
    content: "";
    display: block;
    font-size: 20px
}

.mfp-counter {
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.mfp-arrow {
    -webkit-tap-highlight-color: transparent;
    filter: alpha(opacity=65);
    height: 110px;
    margin: -55px 0 0;
    opacity: .65;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 90px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

body.original .mfp-arrow .mfp-a,
body.original .mfp-arrow .mfp-b,
body.original .mfp-arrow:after,
body.original .mfp-arrow:before {
    border: inset transparent;
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin-left: 35px;
    margin-top: 35px;
    position: absolute;
    top: 0;
    width: 0
}

body.original .mfp-arrow .mfp-a,
body.original .mfp-arrow:after {
    border-bottom-width: 13px;
    border-top-width: 13px;
    top: 8px
}

body.original .mfp-arrow .mfp-b,
body.original .mfp-arrow:before {
    border-bottom-width: 21px;
    border-top-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

body.original .mfp-arrow-left .mfp-a,
body.original .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

body.original .mfp-arrow-left .mfp-b,
body.original .mfp-arrow-left:before {
    border-right: 27px solid #3f3f3f;
    margin-left: 25px
}

.mfp-arrow-right {
    right: 0
}

body.original .mfp-arrow-right .mfp-a,
body.original .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

body.original .mfp-arrow-right .mfp-b,
body.original .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px
}

.mfp-iframe-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    line-height: 0;
    max-width: 900px;
    width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    height: 0;
    padding-top: 56.25%;
    width: 100%
}

.mfp-iframe-scaler iframe,
.mfp-iframe-scaler>div.video,
.mfp-iframe-scaler>div.video .mejs-container {
    background: #000;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.mfp-iframe-scaler>div.video .mejs-container,
.mfp-wrap .mfp-container .mfp-iframe-scaler .wp-video-shortcode video {
    height: 100% !important;
    width: 100% !important
}

img.mfp-img {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 55px 0;
    width: auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    background: #444;
    bottom: 55px;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 55px;
    width: auto;
    z-index: -1
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -40px;
    position: absolute;
    top: 100%;
    width: 100%
}

.mfp-title {
    word-wrap: break-word;
    color: #f3f3f3;
    line-height: 18px;
    padding-right: 36px;
    text-align: left
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        bottom: 0;
        top: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        position: fixed;
        top: auto
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        background: rgba(0, 0, 0, .6);
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 35px
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .ascend .mfp-arrow-left,
    .material .mfp-arrow-left {
        left: 20px !important
    }

    .ascend .mfp-arrow-right,
    .material .mfp-arrow-right {
        right: 20px !important
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
    width: 600px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    padding-top: 0;
    right: 0;
    top: 0
}

.mfp-bg {
    transition: all .3s ease-out
}

.mfp-zoom-in .mfp-iframe-scaler,
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transform: scale(.93);
    transition: all .2s ease-in-out
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-iframe-scaler,
.mfp-zoom-in.mfp-ready div[id*=video-popup-].mfp-with-anim,
.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .85
}

.mfp-zoom-in.mfp-removing .mfp-iframe-scaler,
body .mfp-zoom-in.mfp-removing .mfp-with-anim {
    opacity: 0 !important;
    transform: scale(.93) !important
}

.mfp-wrap.mfp-removing .mfp-arrow-left,
.mfp-wrap.mfp-removing .mfp-arrow-right,
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transform: scale(1.3);
    transition: all .3s ease-in-out
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    opacity: 0;
    transform: scale(1.3)
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0
}

.col {
    display: block;
    position: relative;
    width: 100%
}

.full-page-inner>.container>.span_12,
.full-page-inner>.span_12,
html body .vc_row-fluid>.span_12 {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    float: none
}

@media (min-width:690px) {
    .col {
        margin-right: 2%
    }
}

.col.col_last,
.col:last-child {
    margin-right: 0
}

.compose-mode .vc_row-fluid>.span_12>.vc_element,
.compose-mode .vc_row-fluid>.span_12>.vc_element>.wpb_column,
.full-page-inner>.container>.span_12>.wpb_column,
.full-page-inner>.span_12>.wpb_column,
html body .vc_row-fluid>.span_12>.wpb_column {
    float: none;
    margin-right: 0
}

.compose-mode #nectar_fullscreen_rows .full-page-inner>.container>.span_12>.vc_element:not([class*=offset-]),
.compose-mode .vc_row-fluid>.span_12>.vc_element:not([class*=offset-]),
.compose-mode .vc_row-fluid>.span_12>.vc_element>.wpb_column:not([class*=offset-]),
.full-page-inner>.container>.span_12>.wpb_column:not([class*=offset-]),
.full-page-inner>.span_12>.wpb_column:not([class*=offset-]),
html body .vc_row-fluid>.span_12>.wpb_column:not([class*=offset-]) {
    margin-left: 0
}

.full-page-inner>.container>.span_12,
.full-page-inner>.span_12,
.vc_row-fluid>.span_12 {
    width: auto
}

.vc_row-fluid>.span_12,
body[data-col-gap=default] .vc_row-fluid[data-column-margin=default]:not(.full-width-content) .full-page-inner>.container>.span_12 {
    margin-left: -1%;
    margin-right: -1%
}

.vc_row-fluid>.span_12 .wpb_column,
body[data-col-gap=default] .vc_row-fluid[data-column-margin=default]:not(.full-width-content) .full-page-inner>.container>.span_12 .wpb_column:not(.child_column) {
    padding-left: 1%;
    padding-right: 1%
}

body .container-wrap .wpb_row[data-column-margin=none]:not(.full-width-section):not(.full-width-content),
body[data-col-gap*=px] .wpb_wrapper>.wpb_row:last-child:not([data-column-margin*=px]) {
    margin-bottom: 0
}

body .container-wrap .vc_row-fluid[data-column-margin=none] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin=none] .full-page-inner>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin=none]>.span_12 {
    margin-left: 0;
    margin-right: 0
}

body .container-wrap .inner_row[data-column-margin=none] .child_column,
body .container-wrap .vc_row-fluid[data-column-margin=none] .wpb_column:not(.child_column) {
    padding-left: 0;
    padding-right: 0
}

body .container-wrap .wpb_row[data-column-margin="20px"]:not(.full-width-section):not(.full-width-content),
body[data-col-gap="20px"] .wpb_row:not(.full-width-section):not(.full-width-content) {
    margin-bottom: 20px
}

body .container-wrap .vc_row-fluid[data-column-margin="20px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="20px"] .full-page-inner>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="20px"]>.span_12,
body[data-col-gap="20px"] .vc_row-fluid .span_12 {
    margin-left: -10px;
    margin-right: -10px
}

body .container-wrap .inner_row[data-column-margin="20px"] .child_column,
body .container-wrap .vc_row-fluid[data-column-margin="20px"] .wpb_column:not(.child_column),
body[data-col-gap="20px"] .vc_row-fluid .wpb_column {
    padding-left: 10px;
    padding-right: 10px
}

.container-wrap .vc_row-fluid[data-column-margin="20px"].full-width-content .full-page-inner>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="20px"].full-width-content>.span_12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px
}

body .container-wrap .wpb_row[data-column-margin="30px"]:not(.full-width-section):not(.full-width-content),
body[data-col-gap="30px"] .wpb_row:not(.full-width-section):not(.full-width-content) {
    margin-bottom: 30px
}

body .container-wrap .vc_row-fluid[data-column-margin="30px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="30px"] .full-page-inner>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="30px"]>.span_12,
body[data-col-gap="30px"] .vc_row-fluid .span_12 {
    margin-left: -15px;
    margin-right: -15px
}

body .container-wrap .inner_row[data-column-margin="30px"] .child_column,
body .container-wrap .vc_row-fluid[data-column-margin="30px"] .wpb_column:not(.child_column),
body[data-col-gap="30px"] .vc_row-fluid .wpb_column {
    padding-left: 15px;
    padding-right: 15px
}

.container-wrap .vc_row-fluid[data-column-margin="30px"].full-width-content .full-page-inner>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="30px"].full-width-content>.span_12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px
}

body .container-wrap .wpb_row[data-column-margin="40px"]:not(.full-width-section):not(.full-width-content),
body[data-col-gap="40px"] .wpb_row:not(.full-width-section):not(.full-width-content) {
    margin-bottom: 40px
}

body .container-wrap .vc_row-fluid[data-column-margin="40px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="40px"] .full-page-inner>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="40px"]>.span_12,
body[data-col-gap="40px"] .vc_row-fluid .span_12 {
    margin-left: -20px;
    margin-right: -20px
}

body .container-wrap .inner_row[data-column-margin="40px"] .child_column,
body .container-wrap .vc_row-fluid[data-column-margin="40px"] .wpb_column:not(.child_column),
body[data-col-gap="40px"] .vc_row-fluid .wpb_column {
    padding-left: 20px;
    padding-right: 20px
}

.container-wrap .vc_row-fluid[data-column-margin="40px"].full-width-content .full-page-inner>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="40px"].full-width-content>.span_12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px
}

body .container-wrap .vc_row-fluid[data-column-margin="50px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="50px"] .full-page-inner>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="50px"]>.span_12,
body[data-col-gap="50px"] .vc_row-fluid .span_12 {
    margin-left: -25px;
    margin-right: -25px
}

body .container-wrap .inner_row[data-column-margin="50px"] .child_column,
body .container-wrap .vc_row-fluid[data-column-margin="50px"] .wpb_column:not(.child_column),
body[data-col-gap="50px"] .vc_row-fluid .wpb_column {
    padding-left: 25px;
    padding-right: 25px
}

.container-wrap .vc_row-fluid[data-column-margin="50px"].full-width-content .full-page-inner>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="50px"].full-width-content>.span_12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px
}

body .container-wrap .vc_row-fluid[data-column-margin="60px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="60px"] .full-page-inner>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="60px"]>.span_12,
body[data-col-gap="60px"] .vc_row-fluid .span_12 {
    margin-left: -30px;
    margin-right: -30px
}

body .container-wrap .inner_row[data-column-margin="60px"] .child_column,
body .container-wrap .vc_row-fluid[data-column-margin="60px"] .wpb_column:not(.child_column),
body[data-col-gap="60px"] .vc_row-fluid .wpb_column {
    padding-left: 30px;
    padding-right: 30px
}

.container-wrap .vc_row-fluid[data-column-margin="60px"].full-width-content .full-page-inner>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="60px"].full-width-content>.span_12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px
}

body .container-wrap .vc_row-fluid[data-column-margin="70px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="70px"] .full-page-inner>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="70px"]>.span_12,
body[data-col-gap="70px"] .vc_row-fluid .span_12 {
    margin-left: -35px;
    margin-right: -35px
}

body .container-wrap .inner_row[data-column-margin="70px"] .child_column,
body .container-wrap .vc_row-fluid[data-column-margin="70px"] .wpb_column:not(.child_column),
body[data-col-gap="70px"] .vc_row-fluid .wpb_column {
    padding-left: 35px;
    padding-right: 35px
}

.container-wrap .vc_row-fluid[data-column-margin="70px"].full-width-content .full-page-inner>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="70px"].full-width-content>.span_12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
    padding-right: 35px
}

body .container-wrap .vc_row-fluid[data-column-margin="80px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="80px"] .full-page-inner>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="80px"]>.span_12,
body[data-col-gap="80px"] .vc_row-fluid .span_12 {
    margin-left: -40px;
    margin-right: -40px
}

body .container-wrap .inner_row[data-column-margin="80px"] .child_column,
body .container-wrap .vc_row-fluid[data-column-margin="80px"] .wpb_column:not(.child_column),
body[data-col-gap="80px"] .vc_row-fluid .wpb_column {
    padding-left: 40px;
    padding-right: 40px
}

.container-wrap .vc_row-fluid[data-column-margin="80px"].full-width-content .full-page-inner>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="80px"].full-width-content>.span_12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px
}

body .container-wrap .vc_row-fluid[data-column-margin="90px"] .full-page-inner>.container>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="90px"] .full-page-inner>.span_12,
body .container-wrap .vc_row-fluid[data-column-margin="90px"]>.span_12,
body[data-col-gap="90px"] .vc_row-fluid .span_12 {
    margin-left: -45px;
    margin-right: -45px
}

body .container-wrap .inner_row[data-column-margin="90px"] .child_column,
body .container-wrap .vc_row-fluid[data-column-margin="90px"] .wpb_column:not(.child_column),
body[data-col-gap="90px"] .vc_row-fluid .wpb_column {
    padding-left: 45px;
    padding-right: 45px
}

.container-wrap .vc_row-fluid[data-column-margin="90px"].full-width-content .full-page-inner>.span_12,
.container-wrap .vc_row-fluid[data-column-margin="90px"].full-width-content>.span_12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 45px;
    padding-right: 45px
}

html body .full-width-content.vc_row-fluid .wpb_column {
    padding: 0
}

.full-width-content.vc_row-fluid .wpb_column .wpb_row,
.full-width-content.vc_row-fluid .wpb_column .wpb_wrapper,
html body .full-width-content.vc_row-fluid .span_12 {
    margin: 0
}

@media only screen and (max-width:999px) and (min-width:690px) {

    .vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="20px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
    .vc_row-fluid[data-column-margin="20px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]) {
        margin-bottom: 20px !important
    }

    .vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="30px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
    .vc_row-fluid[data-column-margin="30px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
    body[data-col-gap="30px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row>.span_12>.one-fourths:not([class*=vc_col-xs-]),
    body[data-col-gap="30px"] .vc_row-fluid:not(.inner_row):not(.full-width-content)>.span_12>.one-fourths:not([class*=vc_col-xs-]) {
        margin-bottom: 30px
    }

    .vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="40px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
    .vc_row-fluid[data-column-margin="40px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
    body[data-col-gap="40px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row>.span_12>.one-fourths:not([class*=vc_col-xs-]),
    body[data-col-gap="40px"] .vc_row-fluid:not(.inner_row):not(.full-width-content)>.span_12>.one-fourths:not([class*=vc_col-xs-]) {
        margin-bottom: 40px
    }

    .vc_row-fluid.vc_row-fluid.inner_row[data-column-margin="50px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
    .vc_row-fluid[data-column-margin="50px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
    body[data-col-gap="50px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row>.span_12>.one-fourths:not([class*=vc_col-xs-]),
    body[data-col-gap="50px"] .vc_row-fluid:not(.inner_row):not(.full-width-content)>.span_12>.one-fourths:not([class*=vc_col-xs-]) {
        margin-bottom: 50px
    }

    .vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="60px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
    .vc_row-fluid[data-column-margin="60px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
    body[data-col-gap="60px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row>.span_12>.one-fourths:not([class*=vc_col-xs-]),
    body[data-col-gap="60px"] .vc_row-fluid:not(.inner_row):not(.full-width-content)>.span_12>.one-fourths:not([class*=vc_col-xs-]) {
        margin-bottom: 60px
    }

    .vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="70px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
    .vc_row-fluid[data-column-margin="70px"]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
    body[data-col-gap="70px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row>.span_12>.one-fourths:not([class*=vc_col-xs-]),
    body[data-col-gap="70px"] .vc_row-fluid:not(.inner_row):not(.full-width-content)>.span_12>.one-fourths:not([class*=vc_col-xs-]) {
        margin-bottom: 70px
    }
}

@media only screen and (max-width:1000px) {
    .container-wrap .full-width-content .vc_row-fluid[data-column-margin*=px]>.span_12>.wpb_column {
        margin-bottom: 30px
    }
}

.vc_row-fluid[data-column-margin=default].full-width-content>.span_12>.one-fourths:not([class*=vc_col-xs-]),
.vc_row-fluid[data-column-margin=none].full-width-content>.span_12>.one-fourths:not([class*=vc_col-xs-]),
body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=default],
body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=none],
body[data-col-gap*=px] .vc_row-fluid.full-width-content .inner_row[data-column-margin=default]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
body[data-col-gap*=px] .vc_row-fluid.full-width-content .inner_row[data-column-margin=none]>.span_12>.one-fourths:not([class*=vc_col-xs-]),
body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content,
body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content>.span_12>.one-fourths:not([class*=vc_col-xs-]),
body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content,
body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content>.span_12>.one-fourths:not([class*=vc_col-xs-]) {
    margin-bottom: 0
}

body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=default]>.span_12,
body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=none]>.span_12,
body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content>.span_12,
body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content>.span_12 {
    margin-left: 0;
    margin-right: 0
}

body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=default]>.span_12>.wpb_column,
body[data-col-gap*=px] .full-width-content .inner_row[data-column-margin=none]>.span_12>.wpb_column,
body[data-col-gap*=px] .vc_row-fluid[data-column-margin=default].full-width-content>.span_12>.wpb_column,
body[data-col-gap*=px] .vc_row-fluid[data-column-margin=none].full-width-content>.span_12>.wpb_column {
    padding-left: 0;
    padding-right: 0
}

.wpb_column[data-border-radius*=px]>.vc_column-inner>.column-bg-overlay-wrap {
    overflow: hidden
}

.wpb_column[data-border-radius="3px"]>.vc_column-inner,
.wpb_column[data-border-radius="3px"]>.vc_column-inner>.column-bg-overlay-wrap,
.wpb_column[data-border-radius="3px"]>.vc_column-inner>.column-image-bg-wrap .column-image-bg,
.wpb_column[data-border-radius="3px"]>.vc_column-inner>.column-image-bg-wrap[data-bg-animation=zoom-out-reveal] {
    border-radius: 3px
}

.wpb_column[data-border-radius="5px"]>.vc_column-inner,
.wpb_column[data-border-radius="5px"]>.vc_column-inner>.column-bg-overlay-wrap,
.wpb_column[data-border-radius="5px"]>.vc_column-inner>.column-image-bg-wrap .column-image-bg,
.wpb_column[data-border-radius="5px"]>.vc_column-inner>.column-image-bg-wrap[data-bg-animation=zoom-out-reveal] {
    border-radius: 5px
}

.wpb_column[data-border-radius="10px"]>.vc_column-inner,
.wpb_column[data-border-radius="10px"]>.vc_column-inner>.column-bg-overlay-wrap,
.wpb_column[data-border-radius="10px"]>.vc_column-inner>.column-image-bg-wrap .column-image-bg,
.wpb_column[data-border-radius="10px"]>.vc_column-inner>.column-image-bg-wrap[data-bg-animation=zoom-out-reveal] {
    border-radius: 10px
}

.wpb_column[data-border-radius="15px"]>.vc_column-inner,
.wpb_column[data-border-radius="15px"]>.vc_column-inner>.column-bg-overlay-wrap,
.wpb_column[data-border-radius="15px"]>.vc_column-inner>.column-image-bg-wrap .column-image-bg,
.wpb_column[data-border-radius="15px"]>.vc_column-inner>.column-image-bg-wrap[data-bg-animation=zoom-out-reveal] {
    border-radius: 15px
}

.wpb_column[data-border-radius="20px"]>.vc_column-inner,
.wpb_column[data-border-radius="20px"]>.vc_column-inner>.column-bg-overlay-wrap,
.wpb_column[data-border-radius="20px"]>.vc_column-inner>.column-image-bg-wrap .column-image-bg,
.wpb_column[data-border-radius="20px"]>.vc_column-inner>.column-image-bg-wrap[data-bg-animation=zoom-out-reveal] {
    border-radius: 20px
}

.ascend .vc_row-fluid .wpb_column.boxed,
.material .vc_row-fluid .wpb_column.boxed,
.vc_row-fluid .wpb_column.boxed {
    background-color: transparent;
    box-shadow: none
}

.wpb_column.boxed>.vc_column-inner {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    padding: 25px 15px 15px;
    position: relative;
    top: 0;
    transition: transform .2s ease, box-shadow .2s ease
}

.wpb_column.boxed:hover>.vc_column-inner {
    box-shadow: 0 17px 25px rgba(0, 0, 0, .13);
    -webkit-box-shadow: 0 17px 25px rgba(0, 0, 0, .13);
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px)
}

.vc_row-fluid .wpb_column {
    box-shadow: none
}

.wpb_column[data-shadow=small_depth]>.vc_column-inner>.column-bg-overlay-wrap {
    box-shadow: 0 10px 50px rgba(0, 0, 0, .08), 0 13px 45px rgba(0, 0, 0, .08)
}

.wpb_column[data-shadow=medium_depth]>.vc_column-inner>.column-bg-overlay-wrap {
    box-shadow: 0 30px 80px rgba(0, 0, 0, .14), 0 20px 70px rgba(0, 0, 0, .12)
}

.wpb_column[data-shadow=large_depth]>.vc_column-inner>.column-bg-overlay-wrap {
    box-shadow: 0 40px 100px rgba(0, 0, 0, .15), 0 25px 80px rgba(0, 0, 0, .1)
}

.wpb_column[data-shadow=x_large_depth]>.vc_column-inner>.column-bg-overlay-wrap {
    box-shadow: 0 60px 135px rgba(0, 0, 0, .14), 0 15px 65px rgba(0, 0, 0, .14)
}

.wpb_column>.vc_column-inner>.border-wrap {
    pointer-events: none;
    position: static
}

.wpb_column>.vc_column-inner>.border-wrap>span {
    position: absolute;
    z-index: 100
}

.wpb_column[data-border-style=solid]>.vc_column-inner>.border-wrap>span {
    border-style: solid
}

.wpb_column[data-border-style=dotted]>.vc_column-inner>.border-wrap>span {
    border-style: dotted
}

.wpb_column[data-border-style=dashed]>.vc_column-inner>.border-wrap>span {
    border-style: dashed
}

.wpb_column>.vc_column-inner>.border-wrap>.border-top,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-top:after {
    border-color: inherit;
    left: 0;
    top: 0;
    width: 100%
}

.wpb_column>.vc_column-inner>.border-wrap>.border-bottom,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-bottom:after {
    border-color: inherit;
    bottom: 0;
    left: 0;
    width: 100%
}

.wpb_column>.vc_column-inner>.border-wrap>.border-left,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-left:after {
    border-color: inherit;
    height: 100%;
    left: 0;
    top: 0
}

.wpb_column>.vc_column-inner>.border-wrap>.border-right,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-right:after {
    border-color: inherit;
    height: 100%;
    right: 0;
    top: 0
}

.wpb_column>.vc_column-inner>.border-wrap>.border-bottom,
.wpb_column>.vc_column-inner>.border-wrap>.border-left,
.wpb_column>.vc_column-inner>.border-wrap>.border-right,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-bottom:after,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-left:after,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-right:after {
    border-top: none !important
}

.wpb_column>.vc_column-inner>.border-wrap>.border-bottom,
.wpb_column>.vc_column-inner>.border-wrap>.border-left,
.wpb_column>.vc_column-inner>.border-wrap>.border-top,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-bottom:after,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-left:after,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-top:after {
    border-right: none !important
}

.wpb_column>.vc_column-inner>.border-wrap>.border-left,
.wpb_column>.vc_column-inner>.border-wrap>.border-right,
.wpb_column>.vc_column-inner>.border-wrap>.border-top,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-left:after,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-right:after,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-top:after {
    border-bottom: none !important
}

.wpb_column>.vc_column-inner>.border-wrap>.border-bottom,
.wpb_column>.vc_column-inner>.border-wrap>.border-right,
.wpb_column>.vc_column-inner>.border-wrap>.border-top,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-bottom:after,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-right:after,
.wpb_column[data-border-style*=double]>.vc_column-inner>.border-wrap>.border-top:after {
    border-left: none !important
}

@media only screen and (min-width:1000px) {
    .wpb_column.has-animation[data-animation=reveal-from-bottom]>.vc_column-inner {
        transform: translateY(101%);
        -webkit-transform: translateY(101%)
    }

    .wpb_column.has-animation[data-animation=reveal-from-top]>.vc_column-inner {
        transform: translateY(-101%);
        -webkit-transform: translateY(-101%)
    }

    .wpb_column.has-animation[data-animation=reveal-from-left]>.vc_column-inner {
        transform: translateX(-120%);
        -webkit-transform: translateX(-120%)
    }

    .wpb_column.has-animation[data-animation=reveal-from-right]>.vc_column-inner {
        transform: translateX(120%);
        -webkit-transform: translateX(120%)
    }
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-bottom]>.vc_column-inner {
    transform: translateY(101%);
    -webkit-transform: translateY(101%)
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-top]>.vc_column-inner {
    transform: translateY(-101%);
    -webkit-transform: translateY(-101%)
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-left]>.vc_column-inner {
    transform: translateX(-120%);
    -webkit-transform: translateX(-120%)
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation=reveal-from-right]>.vc_column-inner {
    transform: translateX(120%);
    -webkit-transform: translateX(120%)
}

body[data-col-gap] .vc_row-fluid .span_12.col.section-title,
body[data-col-gap] .vc_row-fluid .span_12.post-area,
body[data-col-gap] .vc_row-fluid .span_12.testimonial_slider {
    margin-left: 0;
    margin-right: 0
}

.col.padding-1-percent>.vc_column-inner {
    padding: 6px
}

.col.padding-2-percent>.vc_column-inner,
.col.padding-3-percent>.vc_column-inner {
    padding: 18px
}

.col.padding-4-percent>.vc_column-inner,
.col.padding-5-percent>.vc_column-inner,
.col.padding-6-percent>.vc_column-inner {
    padding: 36px
}

.col.padding-7-percent>.vc_column-inner {
    padding: 42px
}

.col.padding-8-percent>.vc_column-inner {
    padding: 48px
}

.col.padding-9-percent>.vc_column-inner {
    padding: 54px
}

.col.padding-10-percent>.vc_column-inner {
    padding: 60px
}

.col.padding-11-percent>.vc_column-inner {
    padding: 66px
}

.col.padding-12-percent>.vc_column-inner {
    padding: 72px
}

.col.padding-13-percent>.vc_column-inner {
    padding: 78px
}

.col.padding-14-percent>.vc_column-inner {
    padding: 84px
}

.col.padding-15-percent>.vc_column-inner {
    padding: 90px
}

.col.padding-16-percent>.vc_column-inner {
    padding: 96px
}

.col.padding-17-percent>.vc_column-inner {
    padding: 102px
}

.col.padding-18-percent>.vc_column-inner {
    padding: 108px
}

.col.padding-19-percent>.vc_column-inner {
    padding: 114px
}

.col.padding-20-percent>.vc_column-inner {
    padding: 120px
}

@media only screen and (max-width:1000px) and (min-width:691px) {

    .full-width-content .wpb_column.col.no-extra-padding_tablet>.vc_column-inner,
    .wpb_column.col.no-extra-padding_tablet>.vc_column-inner {
        padding: 0
    }
}

@media only screen and (max-width:690px) {

    .full-width-content .wpb_column.col.no-extra-padding_phone>.vc_column-inner,
    .wpb_column.col.no-extra-padding_phone>.vc_column-inner {
        padding: 0
    }

    .col.padding-1-percent>.vc_column-inner {
        padding: 1vw
    }

    .col.padding-2-percent>.vc_column-inner,
    .col.padding-3-percent>.vc_column-inner {
        padding: 3vw
    }

    .col.padding-4-percent>.vc_column-inner,
    .col.padding-5-percent>.vc_column-inner,
    .col.padding-6-percent>.vc_column-inner {
        padding: 6vw
    }

    .col.padding-7-percent>.vc_column-inner {
        padding: 7vw
    }

    .col.padding-8-percent>.vc_column-inner {
        padding: 8vw
    }

    .col.padding-9-percent>.vc_column-inner {
        padding: 9vw
    }

    .col.padding-10-percent>.vc_column-inner {
        padding: 10vw
    }

    .col.padding-11-percent>.vc_column-inner {
        padding: 11vw
    }

    .col.padding-12-percent>.vc_column-inner {
        padding: 12vw
    }

    .col.padding-13-percent>.vc_column-inner {
        padding: 13vw
    }

    .col.padding-14-percent>.vc_column-inner {
        padding: 14vw
    }

    .col.padding-15-percent>.vc_column-inner {
        padding: 15vw
    }

    .col.padding-16-percent>.vc_column-inner {
        padding: 16vw
    }

    .col.padding-17-percent>.vc_column-inner {
        padding: 17vw
    }

    .col.padding-18-percent>.vc_column-inner {
        padding: 18vw
    }

    .col.padding-19-percent>.vc_column-inner {
        padding: 19vw
    }

    .col.padding-20-percent>.vc_column-inner {
        padding: 20vw
    }

    .col.padding-1-percent[data-border-width*=px]>.vc_column-inner,
    .col.padding-2-percent[data-border-width*=px]>.vc_column-inner,
    .col.padding-3-percent[data-border-width*=px]>.vc_column-inner,
    .col.padding-4-percent[data-border-width*=px]>.vc_column-inner,
    .col.padding-5-percent[data-border-width*=px]>.vc_column-inner,
    .col.padding-6-percent[data-border-width*=px]>.vc_column-inner,
    .col.padding-7-percent[data-border-width*=px]>.vc_column-inner {
        padding: 9vw
    }
}

@media only screen and (min-width:1000px) {
    .col.padding-1-percent>.vc_column-inner {
        padding: calc(1vw - 1.8px)
    }

    .col.padding-2-percent>.vc_column-inner {
        padding: calc(2vw - 3.6px)
    }

    .col.padding-3-percent>.vc_column-inner {
        padding: calc(3vw - 5.4px)
    }

    .col.padding-4-percent>.vc_column-inner {
        padding: calc(4vw - 7.2px)
    }

    .col.padding-5-percent>.vc_column-inner {
        padding: calc(5vw - 9px)
    }

    .col.padding-6-percent>.vc_column-inner {
        padding: calc(6vw - 10.8px)
    }

    .col.padding-7-percent>.vc_column-inner {
        padding: calc(7vw - 12.6px)
    }

    .col.padding-8-percent>.vc_column-inner {
        padding: calc(8vw - 14.4px)
    }

    .col.padding-9-percent>.vc_column-inner {
        padding: calc(9vw - 16.2px)
    }

    .col.padding-10-percent>.vc_column-inner {
        padding: calc(10vw - 18px)
    }

    .col.padding-11-percent>.vc_column-inner {
        padding: calc(11vw - 19.8px)
    }

    .col.padding-12-percent>.vc_column-inner {
        padding: calc(12vw - 21.6px)
    }

    .col.padding-13-percent>.vc_column-inner {
        padding: calc(13vw - 23.4px)
    }

    .col.padding-14-percent>.vc_column-inner {
        padding: calc(14vw - 25.2px)
    }

    .col.padding-15-percent>.vc_column-inner {
        padding: calc(15vw - 27px)
    }

    .col.padding-16-percent>.vc_column-inner {
        padding: calc(16vw - 28.8px)
    }

    .col.padding-17-percent>.vc_column-inner {
        padding: calc(17vw - 30.6px)
    }

    .col.padding-18-percent>.vc_column-inner {
        padding: calc(18vw - 32.4px)
    }

    .col.padding-19-percent>.vc_column-inner {
        padding: calc(19vw - 34.2px)
    }

    .col.padding-20-percent>.vc_column-inner {
        padding: calc(20vw - 36px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-1-percent>.vc_column-inner {
        padding: calc(.5vw - .9px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-2-percent>.vc_column-inner {
        padding: calc(1vw - 1.8px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-3-percent>.vc_column-inner {
        padding: calc(1.5vw - 2.7px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-4-percent>.vc_column-inner {
        padding: calc(2vw - 3.6px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-5-percent>.vc_column-inner {
        padding: calc(2.5vw - 4.5px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-6-percent>.vc_column-inner {
        padding: calc(3vw - 5.4px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-7-percent>.vc_column-inner {
        padding: calc(3.5vw - 6.3px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-8-percent>.vc_column-inner {
        padding: calc(4vw - 7.2px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-9-percent>.vc_column-inner {
        padding: calc(4.5vw - 8.1px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-10-percent>.vc_column-inner {
        padding: calc(5vw - 9px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-11-percent>.vc_column-inner {
        padding: calc(5.5vw - 9.9px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-12-percent>.vc_column-inner {
        padding: calc(6vw - 10.8px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-13-percent>.vc_column-inner {
        padding: calc(6.5vw - 11.7px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-14-percent>.vc_column-inner {
        padding: calc(7vw - 12.6px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-15-percent>.vc_column-inner {
        padding: calc(7.5vw - 13.5px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-16-percent>.vc_column-inner {
        padding: calc(8vw - 14.4px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-17-percent>.vc_column-inner {
        padding: calc(9vw - 16.2px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-18-percent>.vc_column-inner {
        padding: calc(9.5vw - 17.1px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-19-percent>.vc_column-inner {
        padding: calc(10vw - 18px)
    }

    .column_container:not(.vc_col-sm-12) .col.padding-20-percent>.vc_column-inner {
        padding: calc(10.5vw - 18.9px)
    }
}

@media only screen and (min-width:1425px) {
    .col.padding-1-percent>.vc_column-inner {
        padding: 12.45px
    }

    .col.padding-2-percent>.vc_column-inner {
        padding: 24.9px
    }

    .col.padding-3-percent>.vc_column-inner {
        padding: 37.35px
    }

    .col.padding-4-percent>.vc_column-inner {
        padding: 49.8px
    }

    .col.padding-5-percent>.vc_column-inner {
        padding: 62.25px
    }

    .col.padding-6-percent>.vc_column-inner {
        padding: 74.7px
    }

    .col.padding-7-percent>.vc_column-inner {
        padding: 87.15px
    }

    .col.padding-8-percent>.vc_column-inner {
        padding: 99.6px
    }

    .col.padding-9-percent>.vc_column-inner {
        padding: 112.05px
    }

    .col.padding-10-percent>.vc_column-inner {
        padding: 124.5px
    }

    .col.padding-11-percent>.vc_column-inner {
        padding: 136.95px
    }

    .col.padding-12-percent>.vc_column-inner {
        padding: 149.4px
    }

    .col.padding-13-percent>.vc_column-inner {
        padding: 161.85px
    }

    .col.padding-14-percent>.vc_column-inner {
        padding: 174.3px
    }

    .col.padding-15-percent>.vc_column-inner {
        padding: 186.75px
    }

    .col.padding-16-percent>.vc_column-inner {
        padding: 199.2px
    }

    .col.padding-17-percent>.vc_column-inner {
        padding: 211.65px
    }

    .col.padding-18-percent>.vc_column-inner {
        padding: 224.1px
    }

    .col.padding-19-percent>.vc_column-inner {
        padding: 236.55px
    }

    .col.padding-20-percent>.vc_column-inner {
        padding: 249px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-1-percent>.vc_column-inner {
        padding: 6.225px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-2-percent>.vc_column-inner {
        padding: 12.45px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-3-percent>.vc_column-inner {
        padding: 18.675px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-4-percent>.vc_column-inner {
        padding: 24.9px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-5-percent>.vc_column-inner {
        padding: 31.125px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-6-percent>.vc_column-inner {
        padding: 37.35px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-7-percent>.vc_column-inner {
        padding: 43.575px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-8-percent>.vc_column-inner {
        padding: 49.8px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-9-percent>.vc_column-inner {
        padding: 56.025px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-10-percent>.vc_column-inner {
        padding: 62.25px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-11-percent>.vc_column-inner {
        padding: 68.475px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-12-percent>.vc_column-inner {
        padding: 74.7px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-13-percent>.vc_column-inner {
        padding: 80.925px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-14-percent>.vc_column-inner {
        padding: 87.15px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-15-percent>.vc_column-inner {
        padding: 93.375px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-16-percent>.vc_column-inner {
        padding: 99.6px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-17-percent>.vc_column-inner {
        padding: 112.05px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-18-percent>.vc_column-inner {
        padding: 118.275px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-19-percent>.vc_column-inner {
        padding: 124.5px
    }

    .column_container:not(.vc_col-sm-12) .col.padding-20-percent>.vc_column-inner {
        padding: 130.725px
    }
}

.full-width-content .col.padding-1-percent>.vc_column-inner {
    padding: 1vw
}

.full-width-content .col.padding-2-percent>.vc_column-inner {
    padding: 2vw
}

.full-width-content .col.padding-3-percent>.vc_column-inner {
    padding: 3vw
}

.full-width-content .col.padding-4-percent>.vc_column-inner {
    padding: 4vw
}

.full-width-content .col.padding-5-percent>.vc_column-inner {
    padding: 5vw
}

.full-width-content .col.padding-6-percent>.vc_column-inner {
    padding: 6vw
}

.full-width-content .col.padding-7-percent>.vc_column-inner {
    padding: 7vw
}

.full-width-content .col.padding-8-percent>.vc_column-inner {
    padding: 8vw
}

.full-width-content .col.padding-9-percent>.vc_column-inner {
    padding: 9vw
}

.full-width-content .col.padding-10-percent>.vc_column-inner {
    padding: 10vw
}

.full-width-content .col.padding-11-percent>.vc_column-inner {
    padding: 11vw
}

.full-width-content .col.padding-12-percent>.vc_column-inner {
    padding: 12vw
}

.full-width-content .col.padding-13-percent>.vc_column-inner {
    padding: 13vw
}

.full-width-content .col.padding-14-percent>.vc_column-inner {
    padding: 14vw
}

.full-width-content .col.padding-15-percent>.vc_column-inner {
    padding: 15vw
}

.full-width-content .col.padding-16-percent>.vc_column-inner {
    padding: 16vw
}

.full-width-content .col.padding-17-percent>.vc_column-inner {
    padding: 17vw
}

.full-width-content .col.padding-18-percent>.vc_column-inner {
    padding: 18vw
}

.full-width-content .col.padding-19-percent>.vc_column-inner {
    padding: 19vw
}

.full-width-content .col.padding-20-percent>.vc_column-inner {
    padding: 20vw
}

@media only screen and (max-width:999px) {
    .full-width-content .col.padding-1-percent>.vc_column-inner {
        padding: 1vw
    }

    .full-width-content .col.padding-2-percent>.vc_column-inner,
    .full-width-content .col.padding-3-percent>.vc_column-inner {
        padding: 3vw
    }

    .full-width-content .col.padding-4-percent>.vc_column-inner,
    .full-width-content .col.padding-5-percent>.vc_column-inner,
    .full-width-content .col.padding-6-percent>.vc_column-inner {
        padding: 6vw
    }
}

@media only screen and (min-width:1000px) {
    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-1-percent>.vc_column-inner {
        padding: .5vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-2-percent>.vc_column-inner {
        padding: 1vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-3-percent>.vc_column-inner {
        padding: 1.5vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-4-percent>.vc_column-inner {
        padding: 2vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-5-percent>.vc_column-inner {
        padding: 2.5vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-6-percent>.vc_column-inner {
        padding: 3vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-7-percent>.vc_column-inner {
        padding: 3.5vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-8-percent>.vc_column-inner {
        padding: 4vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-9-percent>.vc_column-inner {
        padding: 4.5vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-10-percent>.vc_column-inner {
        padding: 5vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-11-percent>.vc_column-inner {
        padding: 5.5vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-12-percent>.vc_column-inner {
        padding: 6vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-13-percent>.vc_column-inner {
        padding: 6.5vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-14-percent>.vc_column-inner {
        padding: 7vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-15-percent>.vc_column-inner {
        padding: 7.5vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-16-percent>.vc_column-inner {
        padding: 8vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-17-percent>.vc_column-inner {
        padding: 9vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-18-percent>.vc_column-inner {
        padding: 9.5vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-19-percent>.vc_column-inner {
        padding: 10vw
    }

    .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-20-percent>.vc_column-inner {
        padding: 10.5vw
    }
}

body #ajax-content-wrap .col[data-padding-pos=right]>.vc_column-inner {
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0
}

body #ajax-content-wrap .col[data-padding-pos=left]>.vc_column-inner {
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0
}

body #ajax-content-wrap .col[data-padding-pos=bottom]>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

#ajax-content-wrap .col[data-padding-pos=top]>.vc_column-inner {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

#ajax-content-wrap .col[data-padding-pos=top-right]>.vc_column-inner {
    padding-bottom: 0;
    padding-left: 0
}

#ajax-content-wrap .col[data-padding-pos=top-left]>.vc_column-inner {
    padding-bottom: 0;
    padding-right: 0
}

#ajax-content-wrap .col[data-padding-pos=top-bottom]>.vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

#ajax-content-wrap .col[data-padding-pos=bottom-right]>.vc_column-inner {
    padding-left: 0;
    padding-top: 0
}

#ajax-content-wrap .col[data-padding-pos=bottom-left]>.vc_column-inner {
    padding-right: 0;
    padding-top: 0
}

#ajax-content-wrap .col[data-padding-pos=left-right]>.vc_column-inner {
    padding-bottom: 0;
    padding-top: 0
}

body.compose-mode .vc_row.vc_row-o-content-middle>.fp-tableCell .fp-scrollable>.fp-scroller .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_element>.vc_column_container>.vc_column-inner,
body.compose-mode .vc_row.vc_row-o-content-middle>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_element>.vc_column_container>.vc_column-inner {
    justify-content: center;
    width: 100%
}

body.compose-mode .wpb_row.vc_row-flex>.fp-tableCell .fp-scrollable>.fp-scroller>.full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_element>.vc_column_container>.vc_column-inner,
body.compose-mode .wpb_row.vc_row-flex>.fp-tableCell .full-page-inner-wrap-outer>.full-page-inner-wrap>.full-page-inner>.span_12>.vc_element>.vc_column_container>.vc_column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

@media (max-width:999px) and (min-width:691px) {
    .vc_col-xs-12:not([data-t-w-inherits=small_desktop]) {
        width: 100%
    }

    .vc_col-xs-11:not([data-t-w-inherits=small_desktop]) {
        width: 91.66666667%
    }

    .vc_col-xs-10:not([data-t-w-inherits=small_desktop]) {
        width: 83.33333333%
    }

    .vc_col-xs-9:not([data-t-w-inherits=small_desktop]) {
        width: 75%
    }

    .vc_col-xs-8:not([data-t-w-inherits=small_desktop]) {
        width: 66.66666667%
    }

    .vc_col-xs-7:not([data-t-w-inherits=small_desktop]) {
        width: 58.33333333%
    }

    .vc_col-xs-6:not([data-t-w-inherits=small_desktop]) {
        width: 50%
    }

    .vc_col-xs-5:not([data-t-w-inherits=small_desktop]) {
        width: 41.66666667%
    }

    .vc_col-xs-4:not([data-t-w-inherits=small_desktop]) {
        width: 33.33333333%
    }

    .vc_col-xs-3:not([data-t-w-inherits=small_desktop]) {
        width: 25%
    }

    .vc_col-xs-2:not([data-t-w-inherits=small_desktop]) {
        width: 16.66666667%
    }

    .vc_col-xs-1:not([data-t-w-inherits=small_desktop]) {
        width: 8.33333333%
    }
}

@media (max-width:690px) {
    .vc_col-xs-12 {
        width: 100%
    }

    .vc_col-xs-11 {
        width: 91.66666667%
    }

    .vc_col-xs-10 {
        width: 83.33333333%
    }

    .vc_col-xs-9 {
        width: 75%
    }

    .vc_col-xs-8 {
        width: 66.66666667%
    }

    .vc_col-xs-7 {
        width: 58.33333333%
    }

    .vc_col-xs-6 {
        width: 50%
    }

    .vc_col-xs-5 {
        width: 41.66666667%
    }

    .vc_col-xs-4 {
        width: 33.33333333%
    }

    .vc_col-xs-3 {
        width: 25%
    }

    .vc_col-xs-2 {
        width: 16.66666667%
    }

    .vc_col-xs-1 {
        width: 8.33333333%
    }
}

.vc_col-xs-pull-12 {
    right: 100%
}

.vc_col-xs-pull-11 {
    right: 91.66666667%
}

.vc_col-xs-pull-10 {
    right: 83.33333333%
}

.vc_col-xs-pull-9 {
    right: 75%
}

.vc_col-xs-pull-8 {
    right: 66.66666667%
}

.vc_col-xs-pull-7 {
    right: 58.33333333%
}

.vc_col-xs-pull-6 {
    right: 50%
}

.vc_col-xs-pull-5 {
    right: 41.66666667%
}

.vc_col-xs-pull-4 {
    right: 33.33333333%
}

.vc_col-xs-pull-3 {
    right: 25%
}

.vc_col-xs-pull-2 {
    right: 16.66666667%
}

.vc_col-xs-pull-1 {
    right: 8.33333333%
}

.vc_col-xs-pull-0 {
    right: auto
}

.vc_col-xs-push-12 {
    left: 100%
}

.vc_col-xs-push-11 {
    left: 91.66666667%
}

.vc_col-xs-push-10 {
    left: 83.33333333%
}

.vc_col-xs-push-9 {
    left: 75%
}

.vc_col-xs-push-8 {
    left: 66.66666667%
}

.vc_col-xs-push-7 {
    left: 58.33333333%
}

.vc_col-xs-push-6 {
    left: 50%
}

.vc_col-xs-push-5 {
    left: 41.66666667%
}

.vc_col-xs-push-4 {
    left: 33.33333333%
}

.vc_col-xs-push-3 {
    left: 25%
}

.vc_col-xs-push-2 {
    left: 16.66666667%
}

.vc_col-xs-push-1 {
    left: 8.33333333%
}

.vc_col-xs-push-0 {
    left: auto
}

.vc_col-xs-offset-12 {
    margin-left: 100%
}

.vc_col-xs-offset-11 {
    margin-left: 91.66666667%
}

.vc_col-xs-offset-10 {
    margin-left: 83.33333333%
}

.vc_col-xs-offset-9 {
    margin-left: 75%
}

.vc_col-xs-offset-8 {
    margin-left: 66.66666667%
}

.vc_col-xs-offset-7 {
    margin-left: 58.33333333%
}

.vc_col-xs-offset-6 {
    margin-left: 50%
}

.vc_col-xs-offset-5 {
    margin-left: 41.66666667%
}

.vc_col-xs-offset-4 {
    margin-left: 33.33333333%
}

.vc_col-xs-offset-3 {
    margin-left: 25%
}

.vc_col-xs-offset-2 {
    margin-left: 16.66666667%
}

.vc_col-xs-offset-1 {
    margin-left: 8.33333333%
}

.vc_col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:690px) {

    .rtl .vc_rtl-columns-reverse .vc_col-sm-1,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-10,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-11,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-12,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-2,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-3,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-4,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-6,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-7,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-8,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-9 {
        float: right
    }

    .vc_col-sm-12 {
        width: 100%
    }

    .vc_col-sm-11 {
        width: 91.66666667%
    }

    .vc_col-sm-10 {
        width: 83.33333333%
    }

    .vc_col-sm-9 {
        width: 75%
    }

    .vc_col-sm-8 {
        width: 66.66666667%
    }

    .vc_col-sm-7 {
        width: 58.33333333%
    }

    .vc_col-sm-6 {
        width: 50%
    }

    .vc_col-sm-5 {
        width: 41.66666667%
    }

    .vc_col-sm-4 {
        width: 33.33333333%
    }

    .vc_col-sm-3 {
        width: 25%
    }

    .vc_col-sm-2 {
        width: 16.66666667%
    }

    .vc_col-sm-1 {
        width: 8.33333333%
    }

    .vc_col-sm-pull-12 {
        right: 100%
    }

    .vc_col-sm-pull-11 {
        right: 91.66666667%
    }

    .vc_col-sm-pull-10 {
        right: 83.33333333%
    }

    .vc_col-sm-pull-9 {
        right: 75%
    }

    .vc_col-sm-pull-8 {
        right: 66.66666667%
    }

    .vc_col-sm-pull-7 {
        right: 58.33333333%
    }

    .vc_col-sm-pull-6 {
        right: 50%
    }

    .vc_col-sm-pull-5 {
        right: 41.66666667%
    }

    .vc_col-sm-pull-4 {
        right: 33.33333333%
    }

    .vc_col-sm-pull-3 {
        right: 25%
    }

    .vc_col-sm-pull-2 {
        right: 16.66666667%
    }

    .vc_col-sm-pull-1 {
        right: 8.33333333%
    }

    .vc_col-sm-pull-0 {
        right: auto
    }

    .vc_col-sm-push-12 {
        left: 100%
    }

    .vc_col-sm-push-11 {
        left: 91.66666667%
    }

    .vc_col-sm-push-10 {
        left: 83.33333333%
    }

    .vc_col-sm-push-9 {
        left: 75%
    }

    .vc_col-sm-push-8 {
        left: 66.66666667%
    }

    .vc_col-sm-push-7 {
        left: 58.33333333%
    }

    .vc_col-sm-push-6 {
        left: 50%
    }

    .vc_col-sm-push-5 {
        left: 41.66666667%
    }

    .vc_col-sm-push-4 {
        left: 33.33333333%
    }

    .vc_col-sm-push-3 {
        left: 25%
    }

    .vc_col-sm-push-2 {
        left: 16.66666667%
    }

    .vc_col-sm-push-1 {
        left: 8.33333333%
    }

    .vc_col-sm-push-0 {
        left: auto
    }

    .vc_col-sm-offset-12 {
        margin-left: 100%
    }

    .vc_col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-sm-offset-9 {
        margin-left: 75%
    }

    .vc_col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-sm-offset-6 {
        margin-left: 50%
    }

    .vc_col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-sm-offset-3 {
        margin-left: 25%
    }

    .vc_col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1000px) {

    .rtl .vc_rtl-columns-reverse .vc_col-md-1,
    .rtl .vc_rtl-columns-reverse .vc_col-md-10,
    .rtl .vc_rtl-columns-reverse .vc_col-md-11,
    .rtl .vc_rtl-columns-reverse .vc_col-md-12,
    .rtl .vc_rtl-columns-reverse .vc_col-md-2,
    .rtl .vc_rtl-columns-reverse .vc_col-md-3,
    .rtl .vc_rtl-columns-reverse .vc_col-md-4,
    .rtl .vc_rtl-columns-reverse .vc_col-md-5,
    .rtl .vc_rtl-columns-reverse .vc_col-md-6,
    .rtl .vc_rtl-columns-reverse .vc_col-md-7,
    .rtl .vc_rtl-columns-reverse .vc_col-md-8,
    .rtl .vc_rtl-columns-reverse .vc_col-md-9 {
        float: right
    }

    .vc_col-md-12 {
        width: 100%
    }

    .vc_col-md-11 {
        width: 91.66666667%
    }

    .vc_col-md-10 {
        width: 83.33333333%
    }

    .vc_col-md-9 {
        width: 75%
    }

    .vc_col-md-8 {
        width: 66.66666667%
    }

    .vc_col-md-7 {
        width: 58.33333333%
    }

    .vc_col-md-6 {
        width: 50%
    }

    .vc_col-md-5 {
        width: 41.66666667%
    }

    .vc_col-md-4 {
        width: 33.33333333%
    }

    .vc_col-md-3 {
        width: 25%
    }

    .vc_col-md-2 {
        width: 16.66666667%
    }

    .vc_col-md-1 {
        width: 8.33333333%
    }

    .vc_col-md-pull-12 {
        right: 100%
    }

    .vc_col-md-pull-11 {
        right: 91.66666667%
    }

    .vc_col-md-pull-10 {
        right: 83.33333333%
    }

    .vc_col-md-pull-9 {
        right: 75%
    }

    .vc_col-md-pull-8 {
        right: 66.66666667%
    }

    .vc_col-md-pull-7 {
        right: 58.33333333%
    }

    .vc_col-md-pull-6 {
        right: 50%
    }

    .vc_col-md-pull-5 {
        right: 41.66666667%
    }

    .vc_col-md-pull-4 {
        right: 33.33333333%
    }

    .vc_col-md-pull-3 {
        right: 25%
    }

    .vc_col-md-pull-2 {
        right: 16.66666667%
    }

    .vc_col-md-pull-1 {
        right: 8.33333333%
    }

    .vc_col-md-pull-0 {
        right: auto
    }

    .vc_col-md-push-12 {
        left: 100%
    }

    .vc_col-md-push-11 {
        left: 91.66666667%
    }

    .vc_col-md-push-10 {
        left: 83.33333333%
    }

    .vc_col-md-push-9 {
        left: 75%
    }

    .vc_col-md-push-8 {
        left: 66.66666667%
    }

    .vc_col-md-push-7 {
        left: 58.33333333%
    }

    .vc_col-md-push-6 {
        left: 50%
    }

    .vc_col-md-push-5 {
        left: 41.66666667%
    }

    .vc_col-md-push-4 {
        left: 33.33333333%
    }

    .vc_col-md-push-3 {
        left: 25%
    }

    .vc_col-md-push-2 {
        left: 16.66666667%
    }

    .vc_col-md-push-1 {
        left: 8.33333333%
    }

    .vc_col-md-push-0 {
        left: auto
    }

    .vc_col-md-offset-12 {
        margin-left: 100%
    }

    .vc_col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-md-offset-9 {
        margin-left: 75%
    }

    .vc_col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-md-offset-6 {
        margin-left: 50%
    }

    .vc_col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-md-offset-3 {
        margin-left: 25%
    }

    .vc_col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1300px) {

    .rtl .vc_rtl-columns-reverse .vc_col-lg-1,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-10,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-11,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-12,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-2,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-3,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-4,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-5,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-6,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-7,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-8,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-9 {
        float: right
    }

    .vc_col-lg-12 {
        width: 100%
    }

    .vc_col-lg-11 {
        width: 91.66666667%
    }

    .vc_col-lg-10 {
        width: 83.33333333%
    }

    .vc_col-lg-9 {
        width: 75%
    }

    .vc_col-lg-8 {
        width: 66.66666667%
    }

    .vc_col-lg-7 {
        width: 58.33333333%
    }

    .vc_col-lg-6 {
        width: 50%
    }

    .vc_col-lg-5 {
        width: 41.66666667%
    }

    .vc_col-lg-4 {
        width: 33.33333333%
    }

    .vc_col-lg-3 {
        width: 25%
    }

    .vc_col-lg-2 {
        width: 16.66666667%
    }

    .vc_col-lg-1 {
        width: 8.33333333%
    }

    .vc_col-lg-pull-12 {
        right: 100%
    }

    .vc_col-lg-pull-11 {
        right: 91.66666667%
    }

    .vc_col-lg-pull-10 {
        right: 83.33333333%
    }

    .vc_col-lg-pull-9 {
        right: 75%
    }

    .vc_col-lg-pull-8 {
        right: 66.66666667%
    }

    .vc_col-lg-pull-7 {
        right: 58.33333333%
    }

    .vc_col-lg-pull-6 {
        right: 50%
    }

    .vc_col-lg-pull-5 {
        right: 41.66666667%
    }

    .vc_col-lg-pull-4 {
        right: 33.33333333%
    }

    .vc_col-lg-pull-3 {
        right: 25%
    }

    .vc_col-lg-pull-2 {
        right: 16.66666667%
    }

    .vc_col-lg-pull-1 {
        right: 8.33333333%
    }

    .vc_col-lg-pull-0 {
        right: auto
    }

    .vc_col-lg-push-12 {
        left: 100%
    }

    .vc_col-lg-push-11 {
        left: 91.66666667%
    }

    .vc_col-lg-push-10 {
        left: 83.33333333%
    }

    .vc_col-lg-push-9 {
        left: 75%
    }

    .vc_col-lg-push-8 {
        left: 66.66666667%
    }

    .vc_col-lg-push-7 {
        left: 58.33333333%
    }

    .vc_col-lg-push-6 {
        left: 50%
    }

    .vc_col-lg-push-5 {
        left: 41.66666667%
    }

    .vc_col-lg-push-4 {
        left: 33.33333333%
    }

    .vc_col-lg-push-3 {
        left: 25%
    }

    .vc_col-lg-push-2 {
        left: 16.66666667%
    }

    .vc_col-lg-push-1 {
        left: 8.33333333%
    }

    .vc_col-lg-push-0 {
        left: auto
    }

    .vc_col-lg-offset-12 {
        margin-left: 100%
    }

    .vc_col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .vc_col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .vc_col-lg-offset-9 {
        margin-left: 75%
    }

    .vc_col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .vc_col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .vc_col-lg-offset-6 {
        margin-left: 50%
    }

    .vc_col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .vc_col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .vc_col-lg-offset-3 {
        margin-left: 25%
    }

    .vc_col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .vc_col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .vc_col-lg-offset-0 {
        margin-left: 0
    }
}

.vc_col-xs-5\/5 {
    width: 100%
}

.vc_col-xs-4\/5 {
    width: 80%
}

.vc_col-xs-3\/5 {
    width: 60%
}

.vc_col-xs-2\/5 {
    width: 40%
}

.vc_col-xs-1\/5 {
    width: 20%
}

.vc_col-xs-pull-5\/5 {
    right: 100%
}

.vc_col-xs-pull-4\/5 {
    right: 80%
}

.vc_col-xs-pull-3\/5 {
    right: 60%
}

.vc_col-xs-pull-2\/5 {
    right: 40%
}

.vc_col-xs-pull-1\/5 {
    right: 20%
}

.vc_col-xs-pull-0\/5 {
    right: auto
}

.vc_col-xs-push-5\/5 {
    left: 100%
}

.vc_col-xs-push-4\/5 {
    left: 80%
}

.vc_col-xs-push-3\/5 {
    left: 60%
}

.vc_col-xs-push-2\/5 {
    left: 40%
}

.vc_col-xs-push-1\/5 {
    left: 20%
}

.vc_col-xs-push-0\/5 {
    left: auto
}

.vc_col-xs-offset-5\/5 {
    margin-left: 100%
}

.vc_col-xs-offset-4\/5 {
    margin-left: 80%
}

.vc_col-xs-offset-3\/5 {
    margin-left: 60%
}

.vc_col-xs-offset-2\/5 {
    margin-left: 40%
}

.vc_col-xs-offset-1\/5 {
    margin-left: 20%
}

.vc_col-xs-offset-0\/5 {
    margin-left: 0
}

.rtl .vc_rtl-columns-reverse .vc_col-xs-1\/5,
.rtl .vc_rtl-columns-reverse .vc_col-xs-2\/5,
.rtl .vc_rtl-columns-reverse .vc_col-xs-3\/5,
.rtl .vc_rtl-columns-reverse .vc_col-xs-4\/5,
.rtl .vc_rtl-columns-reverse .vc_col-xs-5\/5,
.rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-1\/5,
.rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-2\/5,
.rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-3\/5,
.rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-4\/5,
.rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-5\/5 {
    float: right
}

@media (min-width:690px) {

    .vc_col-sm-1\/5,
    .vc_col-sm-2\/5,
    .vc_col-sm-3\/5,
    .vc_col-sm-4\/5,
    .vc_col-sm-5\/5 {
        float: left
    }

    .rtl .vc_rtl-columns-reverse .vc_col-sm-1\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-2\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-3\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-4\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
        float: right
    }

    .vc_col-sm-5\/5 {
        width: 100%
    }

    .vc_col-sm-4\/5 {
        width: 80%
    }

    .vc_col-sm-3\/5 {
        width: 60%
    }

    .vc_col-sm-2\/5 {
        width: 40%
    }

    .vc_col-sm-1\/5 {
        width: 20%
    }

    .vc_col-sm-pull-5\/5 {
        right: 100%
    }

    .vc_col-sm-pull-4\/5 {
        right: 80%
    }

    .vc_col-sm-pull-3\/5 {
        right: 60%
    }

    .vc_col-sm-pull-2\/5 {
        right: 40%
    }

    .vc_col-sm-pull-1\/5 {
        right: 20%
    }

    .vc_col-sm-pull-0\/5 {
        right: auto
    }

    .vc_col-sm-push-5\/5 {
        left: 100%
    }

    .vc_col-sm-push-4\/5 {
        left: 80%
    }

    .vc_col-sm-push-3\/5 {
        left: 60%
    }

    .vc_col-sm-push-2\/5 {
        left: 40%
    }

    .vc_col-sm-push-1\/5 {
        left: 20%
    }

    .vc_col-sm-push-0\/5 {
        left: auto
    }

    .vc_col-sm-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-sm-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-sm-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-sm-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-sm-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-sm-offset-0\/5 {
        margin-left: 0
    }
}

@media (min-width:1000px) {

    .vc_col-md-1\/5,
    .vc_col-md-2\/5,
    .vc_col-md-3\/5,
    .vc_col-md-4\/5,
    .vc_col-md-5\/5 {
        float: left
    }

    .rtl .vc_rtl-columns-reverse .vc_col-sm-1\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-2\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-3\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-4\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
        float: right
    }

    .vc_col-md-5\/5 {
        width: 100%
    }

    .vc_col-md-4\/5 {
        width: 80%
    }

    .vc_col-md-3\/5 {
        width: 60%
    }

    .vc_col-md-2\/5 {
        width: 40%
    }

    .vc_col-md-1\/5 {
        width: 20%
    }

    .vc_col-md-pull-5\/5 {
        right: 100%
    }

    .vc_col-md-pull-4\/5 {
        right: 80%
    }

    .vc_col-md-pull-3\/5 {
        right: 60%
    }

    .vc_col-md-pull-2\/5 {
        right: 40%
    }

    .vc_col-md-pull-1\/5 {
        right: 20%
    }

    .vc_col-md-pull-0\/5 {
        right: auto
    }

    .vc_col-md-push-5\/5 {
        left: 100%
    }

    .vc_col-md-push-4\/5 {
        left: 80%
    }

    .vc_col-md-push-3\/5 {
        left: 60%
    }

    .vc_col-md-push-2\/5 {
        left: 40%
    }

    .vc_col-md-push-1\/5 {
        left: 20%
    }

    .vc_col-md-push-0\/5 {
        left: auto
    }

    .vc_col-md-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-md-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-md-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-md-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-md-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-md-offset-0\/5 {
        margin-left: 0
    }
}

@media (min-width:1300px) {

    .vc_col-lg-1\/5,
    .vc_col-lg-2\/5,
    .vc_col-lg-3\/5,
    .vc_col-lg-4\/5,
    .vc_col-lg-5\/5 {
        float: left
    }

    .rtl .vc_rtl-columns-reverse .vc_col-sm-1\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-2\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-3\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-4\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
        float: right
    }

    .vc_col-lg-5\/5 {
        width: 100%
    }

    .vc_col-lg-4\/5 {
        width: 80%
    }

    .vc_col-lg-3\/5 {
        width: 60%
    }

    .vc_col-lg-2\/5 {
        width: 40%
    }

    .vc_col-lg-1\/5 {
        width: 20%
    }

    .vc_col-lg-pull-5\/5 {
        right: 100%
    }

    .vc_col-lg-pull-4\/5 {
        right: 80%
    }

    .vc_col-lg-pull-3\/5 {
        right: 60%
    }

    .vc_col-lg-pull-2\/5 {
        right: 40%
    }

    .vc_col-lg-pull-1\/5 {
        right: 20%
    }

    .vc_col-lg-pull-0\/5 {
        right: auto
    }

    .vc_col-lg-push-5\/5 {
        left: 100%
    }

    .vc_col-lg-push-4\/5 {
        left: 80%
    }

    .vc_col-lg-push-3\/5 {
        left: 60%
    }

    .vc_col-lg-push-2\/5 {
        left: 40%
    }

    .vc_col-lg-push-1\/5 {
        left: 20%
    }

    .vc_col-lg-push-0\/5 {
        left: auto
    }

    .vc_col-lg-offset-5\/5 {
        margin-left: 100%
    }

    .vc_col-lg-offset-4\/5 {
        margin-left: 80%
    }

    .vc_col-lg-offset-3\/5 {
        margin-left: 60%
    }

    .vc_col-lg-offset-2\/5 {
        margin-left: 40%
    }

    .vc_col-lg-offset-1\/5 {
        margin-left: 20%
    }

    .vc_col-lg-offset-0\/5 {
        margin-left: 0
    }
}

@media only screen and (min-width:690px) and (max-width:999px) {

    .vc_col-sm-1[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-1 {
        width: 8.33333333%
    }

    .vc_col-sm-2[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-2 {
        width: 16.66666667%
    }

    .vc_col-sm-3[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-3 {
        width: 25%
    }

    .vc_col-sm-4[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-4 {
        width: 33.33333333%
    }

    .vc_col-sm-5[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-5 {
        width: 41.66666667%
    }

    .vc_col-sm-6[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-6 {
        width: 50%
    }

    .vc_col-sm-7[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-7 {
        width: 58.33333333%
    }

    .vc_col-sm-8[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-8 {
        width: 66.66666667%
    }

    .vc_col-sm-9[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-9 {
        width: 75%
    }

    .vc_col-sm-10[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-10 {
        width: 83.33333333%
    }

    .vc_col-sm-11[data-t-w-inherits=small_desktop]:not([class*=vc_col-md-]),
    body .vc_row-fluid .wpb_column[data-t-w-inherits=small_desktop].vc_col-md-11 {
        width: 91.66666667%
    }
}

@media only screen and (max-width:690px) {
    [class*=vc_col-]:not([class*=vc_col-xs]) {
        width: 100%
    }

    .wpb_column:not([class*=vc_col-xs]) {
        margin-bottom: 25px;
        width: 100%
    }

    body .vc_row-fluid .vc_col-sm-2:not([class*=vc_col-xs]),
    body .vc_row-fluid.full-width-content .vc_col-sm-2:not([class*=vc_col-xs]) {
        width: 50%
    }
}

@media only screen and (min-width:1px) and (max-width:999px) {

    .vc_row-fluid .wpb_column[class*=vc_col-xs]:not(.vc_col-xs-12),
    .vc_row-fluid.full-width-content .col,
    .vc_row-fluid.full-width-content .col .wpb_row,
    .vc_row-fluid.vc_row[data-column-margin=none] .col {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1000px) {

    .wpb_row.inner_row.reverse_columns_desktop .row_col_wrap_12_inner,
    .wpb_row.reverse_columns_desktop .row_col_wrap_12 {
        flex-direction: row-reverse
    }
}

@media only screen and (max-width:999px) and (min-width:691px) {

    .wpb_row.inner_row.reverse_columns_row_tablet .row_col_wrap_12_inner,
    .wpb_row.reverse_columns_row_tablet .row_col_wrap_12 {
        flex-direction: row-reverse
    }

    .wpb_row.inner_row.reverse_columns_column_tablet .row_col_wrap_12_inner,
    .wpb_row.reverse_columns_column_tablet .row_col_wrap_12 {
        flex-direction: column-reverse
    }
}

@media only screen and (max-width:690px) {

    .wpb_row.inner_row.reverse_columns_row_phone .row_col_wrap_12_inner,
    .wpb_row.reverse_columns_row_phone .row_col_wrap_12 {
        flex-direction: row-reverse
    }

    .wpb_row.inner_row.reverse_columns_column_phone .row_col_wrap_12_inner,
    .wpb_row.reverse_columns_column_phone .row_col_wrap_12 {
        flex-direction: column-reverse
    }
}