@charset "UTF-8";

.btn.btn-border,
.card-background:after,
.form-group.label-floating label.control-label,
.form-group.label-static label.control-label,
.hestia-top-bar .widget.widget_product_search form:not(.form-group),
.hestia-top-bar .widget.widget_search form:not(.form-group),
.hestia-top-bar .widget.widget_shopping_cart .cart_list,
.hestia-top-bar li a[href*="behance.com"]:before,
.hestia-top-bar li a[href*="deviantart.com"]:before,
.hestia-top-bar li a[href*="dribbble.com"]:before,
.hestia-top-bar li a[href*="facebook.com"]:before,
.hestia-top-bar li a[href*="github.com"]:before,
.hestia-top-bar li a[href*="google.com"]:before,
.hestia-top-bar li a[href*="instagram.com"]:before,
.hestia-top-bar li a[href*="linkedin.com"]:before,
.hestia-top-bar li a[href*="pinterest.com"]:before,
.hestia-top-bar li a[href*="reddit.com"]:before,
.hestia-top-bar li a[href*="snapchat.com"]:before,
.hestia-top-bar li a[href*="tumblr.com"]:before,
.hestia-top-bar li a[href*="twitter.com"]:before,
.hestia-top-bar li a[href*="vimeo.com"]:before,
.hestia-top-bar li a[href*="youtube.com"]:before,
.pagination a,
.pagination span,
a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn,
button,
input[type=button],
input[type=submit] {
    -webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
    transition: background-color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1)
}

.btn.active:disabled,
.btn.btn-border,
.btn.btn-border:focus,
.btn.btn-border:hover,
.btn.focus:disabled,
.btn:disabled,
.btn:disabled:active,
.btn:disabled:focus,
.btn:disabled:hover,
.btn[disabled],
.btn[disabled].active,
.btn[disabled].focus,
.btn[disabled]:active,
.btn[disabled]:focus,
.btn[disabled]:hover,
.form-control,
.form-group .form-control,
.form-group.is-focused .form-control,
.navbar button.navbar-toggle,
.navbar button.navbar-toggle:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.form-control,
.form-group .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9c27b0), to(#9c27b0)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
    background-image: -webkit-linear-gradient(#9c27b0, #9c27b0), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#d2d2d2, #d2d2d2);
    float: none;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-size: 0 2px, 100% 1px;
    font-weight: 400;
    -webkit-transition: background 0s ease-out;
    transition: background 0s ease-out
}

.form-group.is-focused .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9c27b0), to(#9c27b0)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
    background-image: -webkit-linear-gradient(#9c27b0, #9c27b0), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#d2d2d2, #d2d2d2);
    outline: 0;
    background-size: 100% 2px, 100% 1px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.blog-sidebar .widget h5,
.navbar .navbar-brand {
    font-size: 18px
}

a:not(.btn) {
    transition: .3s ease
}

a:not(.btn):hover {
    opacity: .75
}

.media p {
    font-size: 16px
}

.btn,
.form-control,
body,
ul {
    font-size: 14px
}

.footer .footer-menu a,
.hestia-top-bar,
.label,
.media-footer a,
.navbar,
.navbar a {
    font-size: 12px
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
    line-height: 1.618
}

.blog-post .section-text p,
ul {
    line-height: 1.618
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    line-height: 1.618
}

.card-title,
.footer-big h4,
.footer-big h5,
.footer-brand,
.hestia-title,
.title {
    font-weight: 700
}

.btn,
button,
input[type=button],
input[type=submit] {
    font-size: 12px;
    font-weight: 400
}

button,
input {
    font-size: inherit;
    line-height: inherit
}

.form-control {
    font-size: 14px;
    line-height: 1.42857
}

.form-control:-ms-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder,
.form-group .form-control:-ms-input-placeholder,
.form-group .form-control::-moz-placeholder,
.form-group .form-control::-webkit-input-placeholder,
.form-group label,
label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857
}

.form-control:-ms-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder,
.form-group .form-control:-ms-input-placeholder,
.form-group .form-control::-moz-placeholder,
.form-group .form-control::-webkit-input-placeholder {
    font-weight: 400
}

.form-group label.control-label {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.07143
}

.form-group.label-floating label.control-label {
    font-size: 14px;
    line-height: 1.42857
}

.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label,
.form-group.label-static label.control-label {
    font-size: 11px;
    line-height: 1.07143
}

label.control-label {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.07143
}

.media p {
    font-size: 16px
}

.card-product .footer h4 {
    line-height: 1.2
}

.card-title {
    line-height: 1.4
}

.navbar .navbar-brand {
    line-height: 30px
}

.navbar .navbar-nav > li > a {
    font-weight: 400
}

.navbar .dropdown-menu li > a {
    font-size: 13px
}

.navbar .dropdown-menu li > a > i {
    font-size: 20px
}

.nav-cart .nav-cart-content .widget li a:not(.remove) {
    line-height: normal;
    font-weight: 400
}

.nav-cart .nav-cart-content .widget .total {
    line-height: 1
}

.nav-cart .nav-cart-content .widget .buttons .button {
    font-size: 12px;
    font-weight: 400
}

.hestia-top-bar {
    line-height: 40px
}

.hestia-top-bar .widget,
.hestia-top-bar .widget h5 {
    line-height: inherit
}

.hestia-top-bar .widget.widget_product_search .label-floating,
.hestia-top-bar .widget.widget_search .label-floating {
    font-size: inherit
}

.hestia-top-bar .widget.widget_product_search .label-floating.is-focused .control-label,
.hestia-top-bar .widget.widget_search .label-floating.is-focused .control-label {
    font-size: inherit;
    line-height: 20px
}

.hestia-top-bar .widget.widget_product_search form.form-group input[type=search],
.hestia-top-bar .widget.widget_search form.form-group input[type=search] {
    font-size: inherit;
    font-weight: 300
}

.hestia-top-bar .widget.widget_product_search form.form-group:before,
.hestia-top-bar .widget.widget_search form.form-group:before {
    font-size: 18px
}

.hestia-top-bar .widget.widget_shopping_cart:before {
    font-size: 18px
}

.hestia-top-bar ul {
    line-height: inherit
}

.hestia-top-bar ul li a {
    font-size: inherit;
    line-height: inherit
}

.hestia-top-bar ul li a:before {
    font-size: 16px
}

.pagination a,
.pagination span {
    font-size: 12px;
    font-weight: 400;
    line-height: 30px
}

.footer .widget h5 {
    line-height: 1.4
}

.footer-big .footer-menu li a[href*="mailto:"],
.footer-big .footer-menu li a[href*="tel:"] {
    font-size: 0
}

.footer-big .footer-menu li a[href*="mailto:"]:before,
.footer-big .footer-menu li a[href*="tel:"]:before {
    font-size: 16px
}

.footer-big ul li a {
    font-weight: 500
}

.widget h5 {
    font-weight: 700
}

.search-form:after {
    font-size: 18px
}

.footer ul.product_list_widget li,
ul.product_list_widget li {
    font-size: 14px
}

.footer ul.product_list_widget li a,
ul.product_list_widget li a {
    line-height: normal;
    font-weight: 400
}

.footer div[id^=woocommerce_rating_filter] li a {
    font-weight: 300
}

.footer div[id^=woocommerce_layered_nav] ul li a,
.footer div[id^=woocommerce_product_categories] ul li a {
    font-weight: 400;
    font-size: 14px
}

.footer div[id^=woocommerce_price_filter] .button {
    font-size: 12px
}

div[id^=woocommerce_product_tag_cloud].widget a {
    font-weight: 600;
    line-height: 27px;
    font-size: 10px !important
}

div[id^=woocommerce_layered_nav_filters].widget li a {
    font-weight: 100
}

@media (min-width:769px) {
    .navbar.full-screen-menu .navbar-nav > li a {
        font-size: 17px
    }
}

@media (max-width:768px) {
    .navbar .navbar-nav li > a > i {
        font-size: 22px
    }

    .navbar .navbar-nav li .dropdown > i {
        font-size: 20px
    }

    .navbar .navbar-nav .dropdown .dropdown-menu li a {
        line-height: 20px
    }
}

body {
    direction: ltr;
    color: #3c4858;
    font-family: Roboto, Helvetica, Arial, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, Helvetica, Arial, sans-serif
}

a {
    color: #9c27b0
}

a:focus,
a:hover {
    color: #89229b;
    text-decoration: none
}

h3 {
    margin: 20px 0 10px
}

h5 {
    margin-bottom: 15px
}

.card-title,
.footer-big h4,
.footer-big h5,
.footer-brand,
.hestia-title,
.title {
    font-family: "Roboto Slab", "Times New Roman", serif
}

.card-title,
.card-title a,
.card-title a:hover,
.footer-big h4,
.footer-big h4 a,
.footer-big h4 a:hover,
.footer-big h5,
.footer-big h5 a,
.footer-big h5 a:hover,
.footer-brand,
.footer-brand a,
.footer-brand a:hover,
.hestia-title,
.hestia-title a,
.hestia-title a:hover,
.title,
.title a,
.title a:hover {
    color: #3c4858;
    text-decoration: none;
    word-wrap: break-word
}

.page-header .hestia-title {
    line-height: 1.1
}

h1.hestia-title,
h1.title {
    margin-bottom: 30px
}

h2.hestia-title,
h2.title {
    margin-bottom: 10px
}

.footer-big {
    color: #999
}

.text-primary {
    color: #9c27b0
}

.text-rose {
    color: #e91e63
}

.page:not(.woocommerce-page) .blog-post .section-text h1,
.page:not(.woocommerce-page) .blog-post .section-text h2,
.page:not(.woocommerce-page) .blog-post .section-text h3,
.page:not(.woocommerce-page) .blog-post .section-text h4,
.page:not(.woocommerce-page) .blog-post .section-text h5,
.page:not(.woocommerce-page) .blog-post .section-text h6,
.page:not(.woocommerce-page) .blog-post .section-text p {
    margin: 0 0 15px
}

.container {
    max-width: 100%
}

@media (min-width:749px) {
    .container {
        max-width: 748px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 750px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 2000px
    }
}

body {
    direction: ltr;
    background-color: #e5e5e5;
    overflow-x: hidden
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent
}

button,
img,
input,
object {
    max-width: 100%
}

img {
    height: auto
}

ul {
    margin-bottom: 30px
}

.container {
    max-width: 100%
}

.navbar {
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease
}

.default-link,
.default-link:hover,
.hestia-title .default-link,
.section-image .default-link,
.title .default-link {
    color: #fff
}

body.menu-open {
    overflow: hidden
}

::-moz-focus-inner,
:active,
:focus {
    outline: 0 !important
}

.btn::-moz-focus-inner,
button,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0
}

button,
input {
    font-family: inherit;
    padding: 7px
}

button:focus,
input:focus {
    outline: 0 !important
}

.btn,
button,
input[type=button],
input[type=submit] {
    position: relative;
    margin: 10px 1px;
    padding: 12px 30px;
    border: none;
    border-radius: 3px;
    white-space: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    will-change: box-shadow, transform
}

input[type=number] {
    padding: 0
}

.btn,
.btn.btn-default,
button,
input[type=button],
input[type=submit] {
    -webkit-box-shadow: 0 2px 2px 0 rgba(153, 153, 153, .14), 0 3px 1px -2px rgba(153, 153, 153, .2), 0 1px 5px 0 rgba(153, 153, 153, .12);
    -moz-box-shadow: 0 2px 2px 0 rgba(153, 153, 153, .14), 0 3px 1px -2px rgba(153, 153, 153, .2), 0 1px 5px 0 rgba(153, 153, 153, .12);
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, .14), 0 3px 1px -2px rgba(153, 153, 153, .2), 0 1px 5px 0 rgba(153, 153, 153, .12)
}

.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover,
.btn:active,
.btn:focus,
.btn:hover,
button:active,
button:focus,
button:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(153, 153, 153, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(153, 153, 153, .2);
    -moz-box-shadow: 0 14px 26px -12px rgba(153, 153, 153, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(153, 153, 153, .2);
    box-shadow: 0 14px 26px -12px rgba(153, 153, 153, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(153, 153, 153, .2)
}

.btn,
.btn.active,
.btn.active:focus,
.btn.active:hover,
.btn.btn-default,
.btn.btn-default.active,
.btn.btn-default.active:focus,
.btn.btn-default.active:hover,
.btn.btn-default:active,
.btn.btn-default:active:focus,
.btn.btn-default:active:hover,
.btn.btn-default:focus,
.btn.btn-default:hover,
.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.open > .btn.btn-default.dropdown-toggle,
.open > .btn.btn-default.dropdown-toggle:focus,
.open > .btn.btn-default.dropdown-toggle:hover,
.open > .btn.dropdown-toggle,
.open > .btn.dropdown-toggle:focus,
.open > .btn.dropdown-toggle:hover,
button:focus,
button:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
    color: #fff;
    background-color: #999;
    outline: 0
}

.btn:active > a,
.btn:focus > a,
.btn:hover > a,
.btn > a:active,
.btn > a:focus,
.btn > a:hover {
    color: #fff
}

.btn.btn-primary,
button,
input[type=button],
input[type=submit] {
    -webkit-box-shadow: 0 2px 2px 0 rgba(156, 39, 176, .14), 0 3px 1px -2px rgba(156, 39, 176, .2), 0 1px 5px 0 rgba(156, 39, 176, .12);
    -moz-box-shadow: 0 2px 2px 0 rgba(156, 39, 176, .14), 0 3px 1px -2px rgba(156, 39, 176, .2), 0 1px 5px 0 rgba(156, 39, 176, .12);
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, .14), 0 3px 1px -2px rgba(156, 39, 176, .2), 0 1px 5px 0 rgba(156, 39, 176, .12)
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
button:active,
button:focus,
button:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(156, 39, 176, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(156, 39, 176, .2);
    -moz-box-shadow: 0 14px 26px -12px rgba(156, 39, 176, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(156, 39, 176, .2);
    box-shadow: 0 14px 26px -12px rgba(156, 39, 176, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(156, 39, 176, .2)
}

.btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.btn.btn-primary:active,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
.open > .btn.btn-primary.dropdown-toggle,
.open > .btn.btn-primary.dropdown-toggle:focus,
.open > .btn.btn-primary.dropdown-toggle:hover,
button,
button:hover,
input#searchsubmit,
input[type=button],
input[type=button]:hover,
input[type=submit],
input[type=submit]:hover {
    color: #fff;
    background-color: #9c27b0
}

.btn.btn-rose {
    -webkit-box-shadow: 0 2px 2px 0 rgba(233, 30, 99, .14), 0 3px 1px -2px rgba(233, 30, 99, .2), 0 1px 5px 0 rgba(233, 30, 99, .12);
    -moz-box-shadow: 0 2px 2px 0 rgba(233, 30, 99, .14), 0 3px 1px -2px rgba(233, 30, 99, .2), 0 1px 5px 0 rgba(233, 30, 99, .12);
    box-shadow: 0 2px 2px 0 rgba(233, 30, 99, .14), 0 3px 1px -2px rgba(233, 30, 99, .2), 0 1px 5px 0 rgba(233, 30, 99, .12)
}

.btn.btn-rose:active,
.btn.btn-rose:focus,
.btn.btn-rose:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(233, 30, 99, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(233, 30, 99, .2);
    -moz-box-shadow: 0 14px 26px -12px rgba(233, 30, 99, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(233, 30, 99, .2);
    box-shadow: 0 14px 26px -12px rgba(233, 30, 99, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(233, 30, 99, .2)
}

.btn.btn-rose,
.btn.btn-rose.active,
.btn.btn-rose.active:focus,
.btn.btn-rose.active:hover,
.btn.btn-rose:active,
.btn.btn-rose:active:focus,
.btn.btn-rose:active:hover,
.btn.btn-rose:focus,
.btn.btn-rose:hover,
.open > .btn.btn-rose.dropdown-toggle,
.open > .btn.btn-rose.dropdown-toggle:focus,
.open > .btn.btn-rose.dropdown-toggle:hover {
    color: #fff;
    background-color: #e91e63
}

.btn.btn-border {
    background: 0 0;
    border: 1px solid #d2d2d2;
    color: #999
}

.btn.btn-border:focus,
.btn.btn-border:hover {
    background: 0 0;
    color: #3c4858
}

.navbar button.navbar-toggle,
.navbar button.navbar-toggle:hover {
    color: #555
}

.navbar .button:hover {
    box-shadow: none !important;
    color: #e91e63
}

.label {
    background-color: #fff;
    border-radius: 2px
}

.label.label-default {
    background-color: #fff
}

.label.label-primary {
    background-color: #9c27b0
}

.label.label-rose {
    background-color: #e91e63
}

.form-control {
    height: 36px;
    padding: 7px 0;
    vertical-align: middle
}

.form-control-static {
    min-height: 34px;
    padding-top: 8px;
    padding-bottom: 8px
}

.form-control:-ms-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder,
.form-group .form-control:-ms-input-placeholder,
.form-group .form-control::-moz-placeholder,
.form-group .form-control::-webkit-input-placeholder {
    color: #aaa
}

.form-control[disabled],
.form-control[readonly],
.form-group .form-control[disabled],
.form-group .form-control[readonly] {
    background-color: transparent
}

.form-control[disabled],
.form-group .form-control[disabled] {
    border-bottom: 1px dotted #d2d2d2;
    background-image: none
}

.form-control {
    margin-bottom: 7px
}

.form-control:-ms-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder,
.form-group .form-control:-ms-input-placeholder,
.form-group .form-control::-moz-placeholder,
.form-group .form-control::-webkit-input-placeholder,
.form-group label,
label {
    color: #aaa
}

label.control-label {
    margin: 16px 0 0;
    color: #aaa
}

.form-group {
    padding-bottom: 7px;
    position: relative
}

.form-group .form-control {
    margin-bottom: 7px
}

.form-group label.control-label {
    margin: 16px 0 0;
    color: #aaa
}

.form-group input[type=file] {
    position: relative;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1
}

.form-group.label-floating label.control-label,
.form-group.label-static label.control-label {
    position: absolute;
    pointer-events: none
}

.form-group.label-floating label.control-label {
    will-change: left, top, contents
}

.form-group.label-floating label.control-label {
    top: -7px;
    left: 0
}

.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label,
.form-group.label-static label.control-label {
    top: -28px;
    left: 0
}

.input-group-btn .btn {
    margin: 0 0 7px
}

.input-group .input-group-btn {
    padding: 0 12px
}

.search-form label {
    display: table-cell;
    vertical-align: top;
    padding-right: 25px;
    width: 100%
}

.search-form {
    display: table;
    position: relative
}

.search-form button,
.search-form input[type=submit] {
    display: table-cell;
    vertical-align: top;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    text-indent: -9999px;
    top: -19px;
    width: 45px
}

.search-form input[type=search] {
    height: 36px
}

.search-form:after {
    color: #fff;
    content: "\f002";
    font-family: Fontawesome;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 0
}

.blog-sidebar-wrapper .widget:nth-of-type(1).widget_product_search,
.blog-sidebar-wrapper .widget:nth-of-type(1).widget_search {
    padding-top: 11px
}

body:not(.home) .navbar-default .navbar-nav > .active > a,
body:not(.home) .navbar-default .navbar-nav > .active > a:focus,
body:not(.home) .navbar-default .navbar-nav > .active > a:hover {
    background: 0 0
}

.navbar {
    border: 0;
    padding: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .42), 0 3px 20px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, .42), 0 3px 20px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.navbar > .container {
    transition: padding .1s ease;
    padding-top: 10px;
    padding-bottom: 10px
}

.navbar > .container .navbar-brand {
    margin-left: 0
}

.navbar .navbar-nav > li {
    margin: 0
}

.navbar .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 3px;
    color: inherit;
    text-transform: uppercase
}

.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
    color: inherit
}

.navbar .navbar-nav > li > a:focus:before,
.navbar .navbar-nav > li > a:hover:before {
    color: inherit;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.navbar .navbar-nav > li a:hover {
    opacity: 1
}

.navbar .navbar-nav > li .dropdown-menu {
    margin-top: -5px
}

.navbar .navbar-nav > li.btn {
    padding: 0 10px
}

.navbar .navbar-nav > li.btn > a {
    color: #fff
}

.navbar .navbar-nav > li.btn a:focus:before,
.navbar .navbar-nav > li.btn a:hover:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.navbar .navbar-nav > li:hover > .dropdown-menu {
    margin-top: 0
}

.navbar .navbar-nav > li:not(.btn) .hestia-toggle-search:before,
.navbar .navbar-nav > li:not(.btn) > a:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .1);
    content: "";
    -webkit-transition: all .3s cubic-bezier(.34, .9, .7, 1);
    -moz-transition: all .3s cubic-bezier(.34, .9, .7, 1);
    -o-transition: all .3s cubic-bezier(.34, .9, .7, 1);
    -ms-transition: all .3s cubic-bezier(.34, .9, .7, 1);
    transition: all .3s cubic-bezier(.34, .9, .7, 1);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%
}

.navbar .navbar-nav > li:not(.btn):hover .hestia-toggle-search:before,
.navbar .navbar-nav > li:not(.btn):hover a:before {
    color: inherit;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.navbar:not(.hestia_center) .title-logo-wrapper {
    max-width: 250px
}

.navbar .navbar-brand {
    padding: 0;
    position: relative;
    color: inherit;
    height: auto
}

.navbar .navbar-brand img {
    width: auto;
    max-height: 50px
}

.navbar .navbar-brand p {
    margin-bottom: 0
}

.navbar .navbar-brand:focus,
.navbar .navbar-brand:hover {
    color: inherit;
    background-color: transparent
}

.navbar .navbar-toggle {
    float: right;
    border: 0
}

.navbar .navbar-toggle:focus,
.navbar .navbar-toggle:hover {
    background-color: transparent
}

.navbar .navbar-header {
    float: left
}

.navbar .btn {
    margin-top: 0;
    margin-bottom: 0;
    will-change: initial
}

.navbar.navbar-transparent {
    color: #fff;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar.navbar-transparent .navbar-nav > .active > a {
    background: 0 0;
    color: #fff
}

.navbar.navbar-transparent > .container {
    padding-top: 25px
}

.navbar {
    color: #555;
    background-color: #fff;
    -webkit-transition: none;
    transition: none
}

.navbar .navbar-nav > .active > a {
    background: 0 0
}

.navbar .dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    border-radius: 3px !important
}

.navbar .dropdown-menu > .active > a {
    color: #333;
    background-color: transparent
}

.navbar .dropdown-menu li {
    position: relative
}

.navbar .dropdown-menu li:hover > a {
    color: #e91e63
}

.navbar .dropdown-menu li:hover > a > i {
    opacity: .7
}

.navbar .dropdown-menu li > a {
    color: #333;
    background-color: transparent;
    margin: 0 5px;
    padding: 10px;
    border-radius: 2px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear
}

.navbar .dropdown-menu li > a > i {
    position: relative;
    top: 1px;
    min-width: 30px;
    margin-right: 12px;
    opacity: .5;
    text-align: center
}

.navbar-fixed-top {
    border-radius: 0
}

.navbar.hestia_center {
    float: none !important
}

.navbar.hestia_center .navbar-header {
    display: block !important;
    text-align: center;
    padding-bottom: 10px;
    width: 100%;
    max-width: 100%
}

.navbar.hestia_center .navbar-brand {
    float: none
}

.navbar.hestia_center .navbar-brand > img {
    display: inherit
}

.navbar {
    position: fixed
}

.search-submit-wrapper {
    width: 50px;
    display: table-cell;
    padding: 0;
    vertical-align: top;
    padding-left: 6px
}

.hestia-nav-search {
    padding: 0 15px
}

.full-screen-menu .hestia-nav-search {
    padding: 15px 0 0 15px;
    display: table;
    width: 100%
}

.hestia-toggle-search {
    display: none
}

.hestia-nav-search .hestia-search-submit {
    padding: 10px 15px
}

.full-screen-menu .hestia-nav-search .hestia-search-submit {
    margin: 0
}

.full-screen-menu .hestia-nav-search .form-control {
    width: 100%;
    margin: 0;
    vertical-align: bottom;
    padding-right: 40px
}

@media (min-width:769px) {

    .navbar.navbar-default .navbar-nav > .btn.active > a,
    .navbar.navbar-default .navbar-nav > .btn.open > a,
    .navbar.navbar-default .navbar-nav > .btn > a {
        color: #fff;
        background: 0 0
    }

    .navbar.navbar-not-transparent .navbar-nav > .active:not(.btn) > a,
    .navbar.navbar-not-transparent .navbar-nav > .active:not(.btn) > a:focus,
    .navbar.navbar-not-transparent .navbar-nav > .active:not(.btn) > a:hover {
        background: 0 0
    }

    .navbar:not(.full-screen-menu) .hestia-nav-search .search-submit-wrapper {
        display: none
    }

    .hestia-search-in-menu {
        cursor: pointer;
        position: relative;
        z-index: 999;
        vertical-align: middle;
        display: inline-block
    }

    .hestia-search-in-menu form {
        margin: 0;
        padding: 0
    }

    .navbar:not(.full-screen-menu) .hestia-search-in-nav {
        width: 200px;
        max-width: 0;
        padding: 5px;
        transition: all .5s ease;
        position: absolute;
        right: 40px;
        box-sizing: border-box;
        opacity: 0
    }

    .navbar:not(.full-screen-menu).nav-searching .hestia-search-in-nav {
        max-width: 200px;
        opacity: 1
    }

    .navbar:not(.full-screen-menu) .hestia-toggle-search {
        display: block;
        padding: 12.5px;
        width: 38px
    }

    .hestia-nav-search {
        padding: 0
    }
}

.navbar-transparent .widget .btn:hover a {
    color: #fff
}

.navbar-transparent .widget.widget_shopping_cart:before {
    color: #fff
}

.navbar-transparent .widget.widget_product_search form .control-label,
.navbar-transparent .widget.widget_product_search form.form-group:before,
.navbar-transparent .widget.widget_product_search form:after,
.navbar-transparent .widget.widget_search form .control-label,
.navbar-transparent .widget.widget_search form.form-group:before,
.navbar-transparent .widget.widget_search form:after {
    color: #fff
}

.pagination {
    width: 100%;
    text-align: center
}

.pagination > li > a {
    border: 0
}

.pagination a,
.pagination span {
    min-width: 30px;
    height: 30px;
    margin: 0 3px;
    padding: 0 11px;
    border-radius: 30px !important;
    color: #999;
    background: 0 0;
    text-transform: uppercase;
    display: inline-block
}

.pagination a:focus,
.pagination a:hover {
    color: #999;
    background-color: #eee
}

.pagination span:not(.dots):focus,
.pagination span:not(.dots):hover {
    color: #999;
    background-color: #eee
}

.pagination span.current,
.pagination span.current:focus,
.pagination span.current:hover {
    border-color: #9c27b0;
    color: #fff;
    background-color: #9c27b0;
    -webkit-box-shadow: 0 4px 5px 0 rgba(156, 39, 176, .14), 0 1px 10px 0 rgba(156, 39, 176, .12), 0 2px 4px -1px rgba(156, 39, 176, .2);
    box-shadow: 0 4px 5px 0 rgba(156, 39, 176, .14), 0 1px 10px 0 rgba(156, 39, 176, .12), 0 2px 4px -1px rgba(156, 39, 176, .2)
}

.label {
    padding: 5px 12px;
    border-radius: 12px;
    text-transform: uppercase
}

.label.label-default {
    background-color: #999
}

.card {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, .87);
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.card .card-image {
    overflow: hidden;
    position: relative;
    height: 60%;
    margin-top: -30px;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 6px;
    -webkit-transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
    -moz-transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
    -o-transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
    -ms-transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
    transition: all .3s cubic-bezier(.34, 1.61, .7, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.card .card-image img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    border-radius: 6px
}

.card .content {
    padding: 15px 30px
}

.card .header {
    margin: 15px;
    padding: 15px 0;
    border-radius: 3px;
    background-color: #fff
}

.card .content-primary,
.card .header-primary {
    background: -webkit-linear-gradient(30deg, #ab47bc, #7b1fa2);
    background: linear-gradient(60deg, #ab47bc, #7b1fa2)
}

.card [class*=content-],
.card [class*=content-] .card-title,
.card [class*=content-] .card-title a,
.card [class*=header-],
.card [class*=header-] .card-title,
.card [class*=header-] .card-title a {
    color: #fff
}

.card [class*=content-] h1 small,
.card [class*=content-] h2 small,
.card [class*=content-] h3 small {
    color: rgba(255, 255, 255, .8)
}

.card [class*=content-] {
    border-radius: 6px
}

.card img {
    width: 100%;
    height: auto
}

.card .footer {
    margin-top: 15px
}

.card .footer div {
    display: inline-block !important
}

.card-profile {
    margin-top: 30px;
    text-align: center
}

.card-blog {
    margin-top: 30px
}

.card-blog .card-title {
    margin-top: 5px
}

.card-blog a.more-link,
.card-blog a.moretag {
    display: inline-block;
    margin-left: 5px;
    color: #23527c
}

.card-blog a.more-link:hover,
.card-blog a.moretag:hover {
    color: #89229b
}

.card-background {
    background-position: center center;
    background-size: cover;
    text-align: center
}

.card-background .content {
    position: relative;
    z-index: 2;
    max-width: 440px;
    min-height: 280px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px
}

.card-background .card-title {
    margin-top: 10px;
    color: #fff
}

.card-background:after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    opacity: 0;
    background-color: rgba(0, 0, 0, .56);
    content: ""
}

.card-background:hover:after {
    opacity: 1
}

.card-product {
    vertical-align: top;
    margin-top: 30px
}

.card-product .footer {
    display: table;
    margin-top: 5px;
    width: 100%
}

.card-product .card-title {
    text-align: center
}

.card .card-image,
.card .header,
.card-raised,
.img-raised {
    -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.wp-custom-header img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1
}

.big-title-sidebar-wrapper .widget {
    padding: 30px 0
}

.section {
    padding: 70px 0
}

.section-image {
    background: #232323;
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #585858), color-stop(100%, #232323));
    background: -webkit-radial-gradient(center, ellipse cover, #585858 0, #232323 100%);
    background: -webkit-radial-gradient(center ellipse, #585858 0, #232323 100%);
    background: radial-gradient(ellipse at center, #585858 0, #232323 100%);
    background-color: #343434;
    background-size: 200% 240%;
    background-size: 550% 450%
}

.section-image .hestia-title,
.section-image .title {
    color: #fff
}

.section-image {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.section-image:after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    content: ""
}

.section-image .container {
    position: relative;
    z-index: 2
}

.section,
.section-image {
    background-position: center center;
    background-size: cover
}

.hestia-work {
    padding: 65px 0 70px
}

@media (min-width:992px) {
    .home .hestia-work .row {
        text-align: center
    }

    .home .hestia-work .col-md-4,
    .home .hestia-work .col-md-6 {
        display: inline-block;
        float: none !important;
        margin-right: -4px;
        margin-left: -4px;
        vertical-align: top
    }

    .home .hestia-blog-item {
        text-align: left
    }
}

@media (min-width:480px) {
    .home .hestia-work .row {
        text-align: center
    }

    .home .hestia-work .portfolio-item {
        display: inline-block;
        float: none !important;
        margin-right: -4px;
        margin-left: -4px;
        vertical-align: top
    }
}

.hestia-work .portfolio-item {
    margin-top: 30px;
    cursor: pointer
}

.hestia-work .card-background .content {
    padding-bottom: 50px;
    opacity: 0
}

.hestia-work .col-md-4 .card-background .content {
    padding-top: 30%
}

.hestia-work .col-md-6 .card-background .content {
    padding-top: 20%
}

.hestia-work .card-background:hover a {
    opacity: 1
}

.hestia-work .card-background:hover .content {
    opacity: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.hestia-work .portfolio-item:nth-child(6n) .label {
    background-color: #4caf50
}

.hestia-work .portfolio-item:nth-child(6n+1) .label {
    background-color: #89229b
}

.hestia-work .portfolio-item:nth-child(6n+2) .label {
    background-color: #00bcd4
}

.hestia-work .portfolio-item:nth-child(6n+3) .label {
    background-color: #f44336
}

.hestia-work .portfolio-item:nth-child(6n+4) .label {
    background-color: #ff9800
}

.hestia-work .portfolio-item:nth-child(6n+5) .label {
    background-color: #e91e63
}

.footer-menu a[href*="facebook.com"] {
    color: #3b5998
}

.footer-menu a[href*="twitter.com"] {
    color: #55acee
}

.footer-menu a[href*="pinterest.com"] {
    color: #cc2127
}

.footer-menu a[href*="google.com"] {
    color: #dd4b39
}

.footer-menu a[href*="linkedin.com"] {
    color: #0976b4
}

.footer-menu a[href*="dribbble.com"] {
    color: #ea4c89
}

.footer-menu a[href*="github.com"] {
    color: #333
}

.footer-menu a[href*="youtube.com"] {
    color: #e52d27
}

.footer-menu a[href*="instagram.com"] {
    color: #125688
}

.footer-menu a[href*="reddit.com"] {
    color: #ff4500
}

.footer-menu a[href*="tumblr.com"] {
    color: #35465c
}

.footer-menu a[href*="behance.com"] {
    color: #1769ff
}

.footer-menu a[href*="snapchat.com"] {
    color: #fffc00
}

.footer-menu a[href*="deviantart.com"] {
    color: #05cc47
}

.footer-menu a[href*="vimeo.com"] {
    color: #1ab7ea
}

.footer .widget h5 {
    margin-bottom: 20px
}

.footer a {
    color: #3c4858
}

.footer-big {
    color: #999;
    padding: 30px 0 18px;
    text-align: center
}

.footer-big ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.footer-big ul li a {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase
}

.footer-big ul li a:hover {
    text-decoration: none
}

.footer-big ul li .btn {
    margin: 0
}

.footer-big p {
    color: #999
}

.footer-big .footer-menu li {
    display: inline-block
}

.footer-big .footer-menu li a {
    padding: 15px
}

.footer-big .content {
    text-align: left
}

.footer-black {
    background: #323437
}

.footer-black a {
    opacity: .86;
    color: #fff
}

.footer-black a:focus,
.footer-black a:hover {
    opacity: 1
}

.footer-black h4,
.footer-black h5,
.footer-black i {
    color: #fff
}

.hestia-bottom-footer-content {
    position: relative
}

.hestia-center {
    width: 100%;
    text-align: center
}

.footer-big .footer-menu li a[href*="mailto:"],
.footer-big .footer-menu li a[href*="tel:"] {
    color: transparent;
    padding: 10px
}

.footer-big .footer-menu li a[href*="mailto:"]:before,
.footer-big .footer-menu li a[href*="tel:"]:before {
    color: #fff;
    font-family: FontAwesome
}

.footer-big .footer-menu li a[href*="mailto:"]:hover:before,
.footer-big .footer-menu li a[href*="tel:"]:hover:before {
    color: #999
}

.footer-big .footer-menu li a[href*="mailto:"]:before {
    content: '\f0e0'
}

.footer-big .footer-menu li a[href*="tel:"]:before {
    content: '\f095'
}

.footer-big .footer-menu li a[href*="facebook.com"] {
    color: transparent;
    font-size: 0;
    padding: 10px
}

.footer-big .footer-menu li a[href*="facebook.com"]:before {
    content: "";
    font-family: FontAwesome;
    color: #3c4858;
    font-size: 16px
}

.footer-big .footer-menu li a[href*="facebook.com"]:hover:before {
    color: #3b5998
}

.footer-black .footer-menu li a[href*="facebook.com"]:before {
    color: #fff
}

.footer-big .footer-menu li a[href*="twitter.com"] {
    color: transparent;
    font-size: 0;
    padding: 10px
}

.footer-big .footer-menu li a[href*="twitter.com"]:before {
    content: "";
    font-family: FontAwesome;
    color: #3c4858;
    font-size: 16px
}

.footer-big .footer-menu li a[href*="twitter.com"]:hover:before {
    color: #55acee
}

.footer-black .footer-menu li a[href*="twitter.com"]:before {
    color: #fff
}

.footer-big .footer-menu li a[href*="pinterest.com"] {
    color: transparent;
    font-size: 0;
    padding: 10px
}

.footer-big .footer-menu li a[href*="pinterest.com"]:before {
    content: "";
    font-family: FontAwesome;
    color: #3c4858;
    font-size: 16px
}

.footer-big .footer-menu li a[href*="pinterest.com"]:hover:before {
    color: #cc2127
}

.footer-black .footer-menu li a[href*="pinterest.com"]:before {
    color: #fff
}

.footer-big .footer-menu li a[href*="google.com"] {
    color: transparent;
    font-size: 0;
    padding: 10px
}

.footer-big .footer-menu li a[href*="google.com"]:before {
    content: "";
    font-family: FontAwesome;
    color: #3c4858;
    font-size: 16px
}

.footer-big .footer-menu li a[href*="google.com"]:hover:before {
    color: #dd4b39
}

.footer-black .footer-menu li a[href*="google.com"]:before {
    color: #fff
}

.footer-big .footer-menu li a[href*="linkedin.com"] {
    color: transparent;
    font-size: 0;
    padding: 10px
}

.footer-big .footer-menu li a[href*="linkedin.com"]:before {
    content: "";
    font-family: FontAwesome;
    color: #3c4858;
    font-size: 16px
}

.footer-big .footer-menu li a[href*="linkedin.com"]:hover:before {
    color: #0976b4
}

.footer-black .footer-menu li a[href*="linkedin.com"]:before {
    color: #fff
}

.footer-big .footer-menu li a[href*="dribbble.com"] {
    color: transparent;
    font-size: 0;
    padding: 10px
}

.footer-big .footer-menu li a[href*="dribbble.com"]:before {
    content: "";
    font-family: FontAwesome;
    color: #3c4858;
    font-size: 16px
}

.footer-big .footer-menu li a[href*="dribbble.com"]:hover:before {
    color: #ea4c89
}

.footer-black .footer-menu li a[href*="dribbble.com"]:before {
    color: #fff
}

.footer-big .footer-menu li a[href*="github.com"] {
    color: transparent;
    font-size: 0;
    padding: 10px
}

.footer-big .footer-menu li a[href*="github.com"]:before {
    content: "";
    font-family: FontAwesome;
    color: #3c4858;
    font-size: 16px
}

.footer-big .footer-menu li a[href*="github.com"]:hover:before {
    color: #333
}

.footer-black .footer-menu li a[href*="github.com"]:before {
    color: #fff
}

.footer-big .footer-menu li a[href*="youtube.com"] {
    color: transparent;
    font-size: 0;
    padding: 10px
}

.footer-big .footer-menu li a[href*="youtube.com"]:before {
    content: "";
    font-family: FontAwesome;
    color: #3c4858;
    font-size: 16px
}

.footer-big .footer-menu li a[href*="youtube.com"]:hover:before {
    color: #e52d27
}

.footer-black .footer-menu li a[href*="youtube.com"]:before {
    color: #fff
}

.footer-big .footer-menu li a[href*="instagram.com"] {
    color: transparent;
    font-size: 0;
    padding: 10px
}

.footer-big .footer-menu li a[href*="instagram.com"]:before {
    content: "";
    font-family: FontAwesome;
    color: #3c4858;
    font-size: 16px
}

.footer-big .footer-menu li a[href*="instagram.com"]:hover:before {
    color: #125688
}

.footer-black .footer-menu li a[href*="instagram.com"]:before {
    color: #fff
}

.footer-big .footer-menu li a[href*="reddit.com"] {
    color: transparent;
    font-size: 0;
    padding: 10px
}

.footer-big .footer-menu li a[href*="reddit.com"]:before {
    content: "";
    font-family: FontAwesome;
    color: #3c4858;
    font-size: 16px
}

.footer-big .footer-menu li a[href*="reddit.com"]:hover:before {
    color: #ff4500
}

.footer-black .footer-menu li a[href*="reddit.com"]:before {
    color: #fff
}

.footer-big .footer-menu li a[href*="tumblr.com"] {
    color: transparent;
    font-size: 0;
    padding: 10px
}

.footer-big .footer-menu li a[href*="tumblr.com"]:before {
    content: "";
    font-family: FontAwesome;
    color: #3c4858;
    font-size: 16px
}

.footer-big .footer-menu li a[href*="tumblr.com"]:hover:before {
    color: #35465c
}

.footer-black .footer-menu li a[href*="tumblr.com"]:before {
    color: #fff
}

.footer-big .footer-menu li a[href*="behance.com"] {
    color: transparent;
    font-size: 0;
    padding: 10px
}

.footer-big .footer-menu li a[href*="behance.com"]:before {
    content: "";
    font-family: FontAwesome;
    color: #3c4858;
    font-size: 16px
}

.footer-big .footer-menu li a[href*="behance.com"]:hover:before {
    color: #1769ff
}

.footer-black .footer-menu li a[href*="behance.com"]:before {
    color: #fff
}

.footer-big .footer-menu li a[href*="snapchat.com"] {
    color: transparent;
    font-size: 0;
    padding: 10px
}

.footer-big .footer-menu li a[href*="snapchat.com"]:before {
    content: "";
    font-family: FontAwesome;
    color: #3c4858;
    font-size: 16px
}

.footer-big .footer-menu li a[href*="snapchat.com"]:hover:before {
    color: #fffc00
}

.footer-black .footer-menu li a[href*="snapchat.com"]:before {
    color: #fff
}

.footer-big .footer-menu li a[href*="deviantart.com"] {
    color: transparent;
    font-size: 0;
    padding: 10px
}

.footer-big .footer-menu li a[href*="deviantart.com"]:before {
    content: "";
    font-family: FontAwesome;
    color: #3c4858;
    font-size: 16px
}

.footer-big .footer-menu li a[href*="deviantart.com"]:hover:before {
    color: #05cc47
}

.footer-black .footer-menu li a[href*="deviantart.com"]:before {
    color: #fff
}

.footer-big .footer-menu li a[href*="vimeo.com"] {
    color: transparent;
    font-size: 0;
    padding: 10px
}

.footer-big .footer-menu li a[href*="vimeo.com"]:before {
    content: "";
    font-family: FontAwesome;
    color: #3c4858;
    font-size: 16px
}

.footer-big .footer-menu li a[href*="vimeo.com"]:hover:before {
    color: #1ab7ea
}

.footer-black .footer-menu li a[href*="vimeo.com"]:before {
    color: #fff
}

.hestia-top-bar {
    height: 40px;
    max-height: 40px
}

.hestia-top-bar .col-md-12,
.hestia-top-bar .col-md-6 {
    max-height: 40px
}

.hestia-top-bar .widget {
    margin: 0 10px 0 0
}

.hestia-top-bar .widget:last-of-type {
    margin-right: 0
}

.hestia-top-bar .widget,
.hestia-top-bar .widget h5 {
    display: inline-block
}

.hestia-top-bar .widget h5 {
    margin: 0 5px 0 0
}

.hestia-top-bar .widget .btn {
    padding: 3px 10px
}

.hestia-top-bar .widget.widget_nav_menu h5 {
    display: none
}

.hestia-top-bar .widget.widget_product_search button[type=submit],
.hestia-top-bar .widget.widget_product_search h5,
.hestia-top-bar .widget.widget_search button[type=submit],
.hestia-top-bar .widget.widget_search h5 {
    display: none
}

.hestia-top-bar .widget.widget_product_search .label-floating,
.hestia-top-bar .widget.widget_search .label-floating {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto
}

.hestia-top-bar .widget.widget_product_search .label-floating .control-label,
.hestia-top-bar .widget.widget_search .label-floating .control-label {
    padding: 0
}

.hestia-top-bar .widget.widget_product_search .label-floating.is-focused .control-label,
.hestia-top-bar .widget.widget_search .label-floating.is-focused .control-label {
    opacity: 0
}

.hestia-top-bar .widget.widget_product_search .label-floating:not(.is-empty) .control-label,
.hestia-top-bar .widget.widget_search .label-floating:not(.is-empty) .control-label {
    opacity: 0;
    left: 25px;
    top: 12px
}

.hestia-top-bar .widget.widget_product_search form:not(.form-group),
.hestia-top-bar .widget.widget_search form:not(.form-group) {
    opacity: 0
}

.hestia-top-bar .widget.widget_product_search form.form-group,
.hestia-top-bar .widget.widget_search form.form-group {
    opacity: 1
}

.hestia-top-bar .widget.widget_product_search form.form-group input[type=search],
.hestia-top-bar .widget.widget_search form.form-group input[type=search] {
    background: 0 0;
    border: none;
    float: none;
    margin: 2px 25px 0 25px;
    width: auto
}

.hestia-top-bar .widget.widget_product_search form.form-group input[type=submit],
.hestia-top-bar .widget.widget_search form.form-group input[type=submit] {
    display: none
}

.hestia-top-bar .widget.widget_product_search form.form-group:after,
.hestia-top-bar .widget.widget_search form.form-group:after {
    display: none
}

.hestia-top-bar .widget.widget_product_search form.form-group:before,
.hestia-top-bar .widget.widget_search form.form-group:before {
    color: #fff;
    content: "\f002";
    font-family: Fontawesome;
    position: absolute;
    left: 0;
    top: 0
}

.hestia-top-bar .widget.widget_search .search-form {
    display: inline-block
}

.hestia-top-bar .widget.widget_shopping_cart {
    cursor: pointer;
    padding-left: 25px;
    position: relative;
    vertical-align: top
}

.hestia-top-bar .widget.widget_shopping_cart:before {
    color: #fff;
    content: "\f07a";
    font-family: Fontawesome;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50
}

.hestia-top-bar .widget.widget_shopping_cart:hover .cart_list {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.hestia-top-bar .widget.widget_shopping_cart h5 {
    display: none
}

.hestia-top-bar .widget.widget_shopping_cart .widget_shopping_cart_content {
    display: inline-block
}

.hestia-top-bar .widget.widget_shopping_cart .cart_list {
    border-radius: 0 0 6px 6px;
    opacity: 0;
    visibility: hidden;
    margin-top: -10px;
    padding: 0 15px 15px;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1050
}

.hestia-top-bar .widget.widget_shopping_cart .cart_list li {
    display: block;
    margin-top: 15px;
    padding-bottom: 0;
    white-space: nowrap
}

.hestia-top-bar .widget.widget_shopping_cart .cart_list li a:not(.remove) {
    margin: 0;
    padding-right: 65px;
    text-align: left
}

.hestia-top-bar .widget.widget_shopping_cart .cart_list li img {
    float: left;
    width: 50px;
    margin-left: 0;
    margin-right: 15px
}

.hestia-top-bar .widget.widget_shopping_cart .total {
    border: none;
    margin: 0;
    padding: 0
}

.hestia-top-bar .widget.widget_shopping_cart .total strong {
    display: none
}

.hestia-top-bar ul li {
    cursor: auto;
    display: inline-block;
    margin: 0 5px
}

.hestia-top-bar ul li:first-child {
    margin-left: 0
}

.hestia-top-bar ul li:last-child {
    margin-right: 0
}

.hestia-top-bar ul li a {
    padding: 0;
    text-transform: inherit
}

.hestia-top-bar ul li a:before {
    background-color: transparent;
    position: static;
    font-family: FontAwesome
}

.hestia-top-bar ul li a:focus,
.hestia-top-bar ul li a:hover {
    background-color: transparent;
    outline: 0
}

.hestia-top-bar ul li a[href*="mailto:"]:before,
.hestia-top-bar ul li a[href*="tel:"]:before {
    margin-right: 7px
}

.hestia-top-bar ul li a[href*="tel:"]:before {
    content: '\f095'
}

.hestia-top-bar ul li a[href*="mailto:"]:before {
    content: '\f0e0'
}

.hestia-top-bar li a[href*="facebook.com"] {
    font-size: 0
}

.hestia-top-bar li a[href*="facebook.com"]:before {
    content: ""
}

.hestia-top-bar li a[href*="facebook.com"]:hover:before {
    color: #3b5998
}

.hestia-top-bar li a[href*="twitter.com"] {
    font-size: 0
}

.hestia-top-bar li a[href*="twitter.com"]:before {
    content: ""
}

.hestia-top-bar li a[href*="twitter.com"]:hover:before {
    color: #55acee
}

.hestia-top-bar li a[href*="pinterest.com"] {
    font-size: 0
}

.hestia-top-bar li a[href*="pinterest.com"]:before {
    content: ""
}

.hestia-top-bar li a[href*="pinterest.com"]:hover:before {
    color: #cc2127
}

.hestia-top-bar li a[href*="google.com"] {
    font-size: 0
}

.hestia-top-bar li a[href*="google.com"]:before {
    content: ""
}

.hestia-top-bar li a[href*="google.com"]:hover:before {
    color: #dd4b39
}

.hestia-top-bar li a[href*="linkedin.com"] {
    font-size: 0
}

.hestia-top-bar li a[href*="linkedin.com"]:before {
    content: ""
}

.hestia-top-bar li a[href*="linkedin.com"]:hover:before {
    color: #0976b4
}

.hestia-top-bar li a[href*="dribbble.com"] {
    font-size: 0
}

.hestia-top-bar li a[href*="dribbble.com"]:before {
    content: ""
}

.hestia-top-bar li a[href*="dribbble.com"]:hover:before {
    color: #ea4c89
}

.hestia-top-bar li a[href*="github.com"] {
    font-size: 0
}

.hestia-top-bar li a[href*="github.com"]:before {
    content: ""
}

.hestia-top-bar li a[href*="github.com"]:hover:before {
    color: #333
}

.hestia-top-bar li a[href*="youtube.com"] {
    font-size: 0
}

.hestia-top-bar li a[href*="youtube.com"]:before {
    content: ""
}

.hestia-top-bar li a[href*="youtube.com"]:hover:before {
    color: #e52d27
}

.hestia-top-bar li a[href*="instagram.com"] {
    font-size: 0
}

.hestia-top-bar li a[href*="instagram.com"]:before {
    content: ""
}

.hestia-top-bar li a[href*="instagram.com"]:hover:before {
    color: #125688
}

.hestia-top-bar li a[href*="reddit.com"] {
    font-size: 0
}

.hestia-top-bar li a[href*="reddit.com"]:before {
    content: ""
}

.hestia-top-bar li a[href*="reddit.com"]:hover:before {
    color: #ff4500
}

.hestia-top-bar li a[href*="tumblr.com"] {
    font-size: 0
}

.hestia-top-bar li a[href*="tumblr.com"]:before {
    content: ""
}

.hestia-top-bar li a[href*="tumblr.com"]:hover:before {
    color: #35465c
}

.hestia-top-bar li a[href*="behance.com"] {
    font-size: 0
}

.hestia-top-bar li a[href*="behance.com"]:before {
    content: ""
}

.hestia-top-bar li a[href*="behance.com"]:hover:before {
    color: #1769ff
}

.hestia-top-bar li a[href*="snapchat.com"] {
    font-size: 0
}

.hestia-top-bar li a[href*="snapchat.com"]:before {
    content: ""
}

.hestia-top-bar li a[href*="snapchat.com"]:hover:before {
    color: #fffc00
}

.hestia-top-bar li a[href*="deviantart.com"] {
    font-size: 0
}

.hestia-top-bar li a[href*="deviantart.com"]:before {
    content: ""
}

.hestia-top-bar li a[href*="deviantart.com"]:hover:before {
    color: #05cc47
}

.hestia-top-bar li a[href*="vimeo.com"] {
    font-size: 0
}

.hestia-top-bar li a[href*="vimeo.com"]:before {
    content: ""
}

.hestia-top-bar li a[href*="vimeo.com"]:hover:before {
    color: #1ab7ea
}

.blog-post {
    word-wrap: break-word
}

.blog-post .section-text {
    padding-bottom: 0
}

.blog-post .section-text p {
    margin-bottom: 30px
}

.no-content article.section {
    padding-top: 40px
}

.media {
    overflow: visible
}

.media .media-body {
    padding-right: 10px
}

.media .media-body .media .media-body {
    padding-right: 0
}

.media .media-footer .btn {
    margin-bottom: 20px
}

.media .media-footer:after {
    display: table;
    clear: both;
    content: " "
}

.media p {
    color: #999
}

.blog-post .media p {
    color: #555
}

.media-body {
    width: 10000px;
    display: table-cell;
    overflow: visible
}

.widget {
    margin-bottom: 30px;
    word-break: break-word
}

.widget ul {
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none
}

.widget ul li {
    line-height: 2.4;
    padding-top: 5px
}

.widget ul li:first-child {
    padding-top: 0
}

.widget a:hover {
    color: #89229b
}

.widget h5 {
    font-family: "Roboto Slab", "Times New Roman", serif;
    margin-bottom: 10px
}

.hestia-sidebar-close,
.hestia-sidebar-open {
    display: none
}

.page-header .container,
.page-header .hestia-title,
.page-header .title {
    color: #fff
}

.page-content-wrap:after {
    content: "";
    display: table;
    clear: both
}

#wp-custom-header ~ .item .page-header {
    overflow: inherit
}

.page-header {
    will-change: transform;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    background-position: center center;
    background-size: cover
}

.page-header .container {
    padding-top: 30vh;
    color: #fff
}

.page-header .container .hestia-title,
.page-header .container .title {
    margin: 0 0 20px
}

.page-header.header-small .container .hestia-title,
.page-header.header-small .container .title {
    margin: 20px 0 10px
}

.page-header.header-small {
    min-height: 300px;
    position: relative;
    height: auto
}

.page-header.header-small .container {
    padding-top: 180px;
    padding-bottom: 110px
}

.page-header.header-small .hestia-title,
.page-header.header-small .title {
    font-family: Roboto, Helvetica, Arial, sans-serif
}

.boxed-layout-header {
    padding-bottom: 60px
}

.header-filter-gradient {
    background: linear-gradient(45deg, #a81d84 0, #ea396f 100%)
}

.header-filter.header-filter-gradient:before {
    background-color: transparent
}

.header-filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-position: center center;
    background-size: cover
}

.header-filter:after,
.header-filter:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.header-filter::before {
    background-color: rgba(0, 0, 0, .5)
}

.header-filter .container {
    position: relative
}

.header .wrapper {
    background: #ccc
}

.header .btn {
    margin: 0
}

.header h6 {
    margin-bottom: 0
}

.main {
    position: relative;
    background: #fff
}

.main-raised {
    margin: -60px 30px 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.home .main-raised section:first-of-type {
    border-radius: 6px 6px 0 0;
    overflow: hidden
}

.content-sidebar-left {
    padding-left: 30px;
    padding-right: 0
}

.content-full.col-md-12 {
    padding: 0
}

.page:not(.home) .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.page:not(.home) .wrapper .main {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto
}

.page:not(.home) .wrapper .main .blog-post {
    flex: 1 0 auto
}

@media (max-width:1199px) {
    .hestia-work .row {
        padding: 0 15px
    }

    .main-raised {
        margin: -60px 15px 0
    }

    .navbar .navbar-brand {
        padding: 0 15px
    }

    .navbar .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media (max-width:991px) {
    .navbar .navbar-nav > li {
        margin-right: 10px;
        margin-left: 10px
    }

    .page-header {
        height: auto;
        min-height: 100vh
    }

    .card.card-raised .card-image {
        margin-top: -30px;
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .card.card-raised {
        padding: 20px
    }

    .blog .page-header.header-small h2 {
        margin: 0
    }

    .blog .page-header.header-small {
        height: auto;
        min-height: 0
    }

    .hestia-work .col-md-4 .card-background .content,
    .hestia-work .col-md-6 .card-background .content {
        padding-top: 15%
    }

    .hestia-work .row,
    .work .row {
        padding: 0 10px
    }

    .hestia-sidebar-close,
    .hestia-sidebar-open {
        cursor: pointer;
        display: inline-block;
        margin: 0;
        padding: 12px 15px
    }

    .row-sidebar-toggle {
        margin: 30px 15px 0;
        text-align: right
    }

    .page .row-sidebar-toggle {
        margin-top: 0;
        margin-bottom: 30px
    }

    .hestia-top-bar .container {
        width: 100%
    }

    .hestia-top-bar .col-md-6 {
        width: 50%
    }
}

@media (min-width:992px) {
    .card.card-raised .card-image {
        margin-left: 0;
        margin-right: 0
    }

    .navbar .navbar-center {
        display: inline-block;
        float: none
    }

    .navbar .navbar-nav > li {
        margin: 0
    }

    .navbar .navbar-nav > li.btn {
        margin: 0 10px
    }

    .navbar .navbar-nav > li.btn:last-child {
        margin-right: 0
    }

    .footer .content {
        margin-left: -15px;
        margin-right: -15px
    }

    .footer .row {
        margin-left: -15px;
        margin-right: -15px
    }

    .footer .col-md-4 {
        padding: 0 30px
    }

    .blog-sidebar-wrapper {
        float: left;
        position: static;
        background: 0 0;
        left: 0 !important
    }
}

@media (min-width:769px) {
    .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        margin-top: -20px;
        opacity: 0;
        -webkit-transition: all 150ms linear;
        transition: all 150ms linear
    }

    .dropdown.open .dropdown-menu,
    .dropdown:hover .dropdown-menu {
        visibility: visible;
        margin-top: 1px;
        opacity: 1
    }

    .navbar-nav > li {
        float: none;
        display: inline-block
    }

    .navbar-nav > li.nav-cart-btn {
        display: none
    }

    .container > .navbar-header {
        min-width: 250px;
        display: table-cell !important;
        vertical-align: middle;
        float: none
    }

    .navbar.full-screen-menu.navbar-transparent .navbar-toggle {
        color: #fff
    }

    .menu-open .navbar.full-screen-menu.navbar-transparent .navbar-toggle {
        color: #555
    }

    .navbar.full-screen-menu.hestia_center .navbar-toggle {
        transition: .2s ease;
        right: 0;
        margin-top: 23px;
        position: absolute;
        top: 0
    }

    .navbar.full-screen-menu > .container {
        display: table;
        position: relative
    }

    .navbar.full-screen-menu .navbar-toggle {
        z-index: 999999;
        display: block
    }

    .navbar.full-screen-menu .full-screen-menu-close {
        display: none
    }

    .navbar.full-screen-menu .navbar-nav {
        z-index: 9999;
        overflow-X: auto;
        position: fixed;
        width: 100%;
        background-color: rgba(255, 255, 255, .9);
        left: 0;
        top: 0;
        bottom: 0;
        padding-top: 100px
    }

    .navbar.full-screen-menu .navbar-nav > li,
    .navbar.full-screen-menu .navbar-nav > li.btn:last-child {
        display: table;
        margin: 20px auto
    }

    .navbar.full-screen-menu.navbar-not-transparent .navbar-nav {
        background-color: rgba(255, 255, 255, .9)
    }

    .navbar:not(.full-screen-menu).navbar-scroll-point.hestia_center .navbar-header {
        display: none !important
    }

    .navbar:not(.full-screen-menu).navbar-scroll-point.hestia_right .header-sidebar-wrapper,
    .navbar:not(.full-screen-menu).navbar-scroll-point.hestia_right .navbar-header {
        display: none !important
    }

    body.menu-open .navbar.navbar-transparent.full-screen-menu {
        color: #555
    }
}

@media (max-width:768px) {
    .navbar .navbar-toggle {
        margin-right: 0
    }

    .navbar .dropdown-menu li:hover a {
        box-shadow: none
    }

    .navbar.hestia_center .navbar-header {
        width: auto;
        max-width: none;
        padding: 0
    }

    .navbar.hestia_center .navbar-header .navbar-brand {
        float: left
    }

    .navbar.navbar-transparent {
        background: #fff;
        color: #555
    }

    .navbar.navbar-transparent .navbar-nav .btn.dropdown-menu.open > li a,
    .navbar.navbar-transparent .navbar-nav i,
    .navbar.navbar-transparent .navbar-nav li a,
    .navbar.navbar-transparent .navbar-nav li.btn a {
        opacity: 1
    }

    .navbar.navbar-default li.btn a,
    .navbar.navbar-default li.btn a i {
        color: #fff !important
    }

    .navbar.navbar-default .navbar-nav .open:not(.btn) a {
        background: 0 0;
        color: #555
    }

    .navbar.navbar-default li a:focus,
    .navbar.navbar-default li a:hover,
    .navbar.navbar-default ul.dropdown-menu li a:focus,
    .navbar.navbar-default ul.dropdown-menu li a:hover,
    .navbar.navbar-not-transparent li a:focus,
    .navbar.navbar-not-transparent li a:hover,
    .navbar.navbar-not-transparent ul.dropdown-menu li a:focus,
    .navbar.navbar-not-transparent ul.dropdown-menu li a:hover {
        box-shadow: none
    }

    .navbar .container {
        display: table;
        min-height: 70px;
        width: 100%
    }

    .navbar .navbar-nav {
        margin: 7.5px 0
    }

    .navbar .navbar-nav .navbar-text {
        margin-top: 15px;
        margin-bottom: 15px;
        color: inherit
    }

    .navbar .navbar-nav .open .dropdown-menu > .dropdown-header {
        border: 0;
        color: inherit
    }

    .navbar .navbar-nav li {
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%
    }

    .navbar .navbar-nav li.btn {
        margin-top: 10px
    }

    .navbar .navbar-nav li > a {
        text-align: left
    }

    .navbar .navbar-nav li > a > i {
        margin-right: 12px
    }

    .navbar .navbar-nav li.btn > a,
    .navbar .navbar-nav li.button > a {
        text-align: left
    }

    .navbar .navbar-nav > .open > a:focus,
    .navbar .navbar-nav > .open > a:hover {
        background-color: transparent;
        color: #fff
    }

    .navbar .navbar-nav li a:before {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 3px;
        background-color: rgba(255, 255, 255, .1);
        content: "";
        -webkit-transition: all .3s cubic-bezier(.34, .9, .7, 1);
        -moz-transition: all .3s cubic-bezier(.34, .9, .7, 1);
        -o-transition: all .3s cubic-bezier(.34, .9, .7, 1);
        -ms-transition: all .3s cubic-bezier(.34, .9, .7, 1);
        transition: all .3s cubic-bezier(.34, .9, .7, 1);
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%
    }

    .navbar .navbar-nav li a:focus:before,
    .navbar .navbar-nav li a:hover:before {
        color: inherit;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }

    .navbar .navbar-nav li:hover > a i {
        color: #e91e63
    }

    .navbar .navbar-nav .dropdown li {
        padding: 0
    }

    .navbar .navbar-nav .dropdown a {
        position: relative
    }

    .navbar .navbar-nav .dropdown a > i {
        margin-right: 12px
    }

    .navbar .navbar-nav .dropdown.open .dropdown-menu {
        display: block !important
    }

    .navbar .navbar-nav .dropdown .dropdown-menu {
        background: 0 0;
        box-shadow: none;
        position: static;
        margin-top: 0;
        padding: 0;
        width: 100%
    }

    .navbar .navbar-nav .dropdown .dropdown-menu.open {
        display: block !important
    }

    .navbar .navbar-nav .dropdown .dropdown-menu li a {
        margin: 0;
        padding: 15px 0 15px 30px
    }

    .navbar .navbar-nav .dropdown .dropdown-menu li a:focus,
    .navbar .navbar-nav .dropdown .dropdown-menu li a:hover {
        background-color: transparent;
        color: #e91e63
    }

    .navbar .navbar-nav .dropdown .dropdown-menu li a:before {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 3px;
        background-color: rgba(255, 255, 255, .1);
        content: "";
        -webkit-transition: all .3s cubic-bezier(.34, .9, .7, 1);
        -moz-transition: all .3s cubic-bezier(.34, .9, .7, 1);
        -o-transition: all .3s cubic-bezier(.34, .9, .7, 1);
        -ms-transition: all .3s cubic-bezier(.34, .9, .7, 1);
        transition: all .3s cubic-bezier(.34, .9, .7, 1);
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
        transform-origin: 50%
    }

    .navbar .navbar-nav .dropdown .dropdown-menu li a:focus:before,
    .navbar .navbar-nav .dropdown .dropdown-menu li a:hover:before {
        color: inherit;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }

    .navbar .navbar-nav .dropdown .dropdown-menu li li a {
        padding: 15px 0 15px 45px
    }

    .navbar .navbar-brand h1,
    .navbar .navbar-brand p {
        padding: 10px 0
    }

    .navbar .dropdown-menu li a,
    .navbar.navbar-not-transparent .dropdown-menu li a {
        color: #777
    }

    .navbar .dropdown-menu i,
    .navbar.navbar-not-transparent .dropdown-menu i {
        opacity: 1
    }

    .navbar.hestia_center .navbar-header {
        display: table-cell !important
    }

    .navbar.navbar-transparent .open .dropdown-menu > .active > a,
    .navbar.navbar-transparent .open .dropdown-menu > .active > a:focus,
    .navbar.navbar-transparent .open .dropdown-menu > .active > a:hover,
    .navbar.navbar-transparent .open .dropdown-menu > li > a:focus,
    .navbar.navbar-transparent .open .dropdown-menu > li > a:hover {
        color: inherit;
        background-color: transparent
    }

    .navbar.navbar-transparent .navbar-nav > .active > a {
        color: #555
    }

    .navbar .open .dropdown-menu > .active > a,
    .navbar .open .dropdown-menu > .active > a:focus,
    .navbar .open .dropdown-menu > .active > a:hover,
    .navbar .open .dropdown-menu > li > a:focus,
    .navbar .open .dropdown-menu > li > a:hover {
        color: #e91e63;
        background-color: transparent
    }

    .navbar .dropdown-menu li > a > i {
        opacity: 1
    }

    .big-title-sidebar-wrapper {
        width: 100%;
        padding: 0
    }

    .footer.footer-big {
        padding: 30px 0 26px
    }

    .footer .footer-menu {
        width: 100%
    }

    .navbar.navbar-transparent {
        border-radius: 0
    }

    .navbar.navbar-transparent > .container {
        padding-top: 10px
    }

    .main-raised {
        margin-right: 0;
        margin-left: 0;
        border-radius: 0
    }

    .hestia-work .card {
        cursor: pointer
    }

    .page .section.section-text {
        padding: 30px 0
    }

    .blog .page-header.header-small .container,
    .page .page-header.header-small .container {
        padding: 170px 15px 90px
    }

    .blog .page-header.header-small .container .hestia-title,
    .page .page-header.header-small .container .hestia-title {
        margin-top: 0
    }

    .hestia-top-bar {
        overflow: hidden
    }

    .hestia-top-bar .col-md-6 {
        text-align: center;
        width: 100%
    }

    .hestia-top-bar .col-md-12 {
        float: none !important;
        text-align: center
    }

    .hestia-top-bar .widget.widget_shopping_cart {
        display: none
    }

    .home:not(.blog) .main-raised {
        margin-top: 0
    }

    .home:not(.blog) .page-header {
        min-height: 0
    }

    .navbar-nav .nav-cart {
        display: none
    }
}

form.form-group[id^=sib] input[type=email],
form.form-group[id^=sib] input[type=text] {
    border: none !important
}

#wp-link-close {
    box-shadow: none
}
