.header_top_bg .logo-hover {
	display: none;
}
.header_top_bg {
    position: relative;
    z-index: auto;
    background-color: #ffffff;
}

.header_gradient {
	background-color: transparent !important;
}

.header_top_bg.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.header-gradient-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% + 100px);
	transition: 0.35s;
	pointer-events: none;
}

.header-gradient-bg {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: 0.35s;
}

.bg-fixed-color .header-gradient-item {
	height: 100%;
}

.bg-fixed-color .header-gradient-bg {
	opacity: 1;
}

header {
    position: relative;
    width: 100%;
    z-index: 999;
    text-align: center;
}

header.absolute {
    position: absolute;
    margin-bottom: 0;
}

header a.logo {
    text-decoration: none;
    display: block;
}

header.zindex,
footer.zindex {
    z-index: 1 !important;
}

.header_top_bg.enable_fixed.fixed {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
}

.header_trans-fixed.header_top_bg {
    background-color: transparent;
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
	left: 0;
}

.header_trans-fixed.header_top_bg.open header .logo span {
    color: #000;
}

.header_top_bg.only_logo {
	padding: 15px 50px;
}

.header_top_bg.only_logo .logo {
	display: inline-block;
}

.header_top_bg.only_logo.header-light .logo span {
	color: #fff;
}

.header_top_bg.only_logo header {
	text-align: inherit;
}

#topmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#topmenu ul li {
    display: inline-block;
    position: relative;
}

.header_top_bg .logo span {
    color: #000000;
    transition: 0.3s;
    font-size: 30px;
    font-weight: bold;
}

#topmenu ul ul {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 50px;
    min-width: 250px;
    display: none;
    box-sizing: border-box;
}

#topmenu ul ul li::before {
    content: '';
    display: table;
    clear: both;
}

#topmenu ul ul li a {
    padding: 3px 30px;
    display: block;
    width: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

#topmenu > ul > li > ul > li:hover ul {
    display: block;
}

#topmenu > ul > li > ul > li > ul {
    left: 101%;
    top: -15px;
}

.mob-nav {
    display: none;
    width: 20px;
    height: 20px;
    margin: 0 auto 12px;
    font-size: 14px;
    color: #222222;
    opacity: 1;
}

.mob-nav:hover {
    opacity: 0.7;
}

.mob-nav-close {
    display: none;
}

.header_trans-fixed.header_top_bg {
    transition: background-color 300ms ease;
}

.header_trans-fixed.header_top_bg.bg-fixed-color {
    background-color: #fff;
}

@media (min-width: 1025px) {
	header .logo img.logo-mobile {
		display: none !important;
	}

	header i.hide-drop {
		display: none;
	}
}

@media (max-width: 1024px) {
	.site-search {
		visibility: hidden;
		opacity: 0;
	}

	.sidebar-open .site-search {
		opacity: 1;
		visibility: visible;
	}
}

/*------------------------------------------------------*/
/*---------------------- MEGA MENU ----------------------*/

@media only screen and (min-width: 1025px) {
    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu {
        position: static;
    }

    header:not(.aside-menu):not(.full).right-menu #topmenu ul .mega-menu > ul {
        width: 100%;
        max-width: 1140px;
        left: 50%;
        top: 60px;
        padding: 45px 0 30px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu:hover > ul::before {
        content: "";
        position: absolute;
        width: 5000px;
        top: 0;
        bottom: 0;
        left: -100%;
        background-color: #fff;
        box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
        z-index: -1;
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li {
        float: left;
        width: 25%;

    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu:hover > ul > li > a {
        font-size: 18px;
        font-weight: 700;
        letter-spacing: .2px;
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(1)::before {
        left: 25%;
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(2)::before {
        left: 50%;
    }

    header:not(.aside-menu):not(.full) #topmenu ul li.mega-menu > ul > li:nth-child(3)::before {
        left: 75%;
    }

    header:not(.aside-menu):not(.full) #topmenu ul > li.mega-menu > ul.sub-menu > li > ul.sub-menu {
        display: block;
        position: static;
        text-align: left;
        min-width: 100%;
        box-shadow: none;
        padding: 25px 0;
        transition: all .2s ease;
    }

    header:not(.aside-menu):not(.full) #topmenu ul > li.mega-menu > ul > li > ul.sub-menu > li {
        display: block;
        padding: 8px 0;
    }

    header:not(.aside-menu):not(.full) #topmenu ul > li.mega-menu > ul > li > ul.sub-menu > li a {
        opacity: 0;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
        -ms-transform: matrix(1, 0, 0, 1, 0, 20);
        transform: matrix(1, 0, 0, 1, 0, 20);
        -webkit-transition: opacity .75s ease, -webkit-transform .75s ease;
        transition: opacity .75s ease, -webkit-transform .75s ease;
        -o-transition: opacity .75s ease, transform .75s ease;
        transition: opacity .75s ease, transform .75s ease;
        transition: opacity .75s ease, transform .75s ease, -webkit-transform .75s ease;
    }

    header:not(.aside-menu):not(.full).right-menu #topmenu ul .mega-menu ul li {
        position: static;
        display: block;
    }

    header.top-menu #topmenu ul li.mega-menu > ul {
        top: calc(100% - 25px);
    }

    header.top-menu #topmenu ul li.mega-menu > ul > li::before {
        display: none;
    }

    header.top-menu #topmenu ul ul {
        left: 0;
    }

    header.top-menu #topmenu ul li.mega-menu > ul > li:nth-child(1)::before,
    header.top-menu #topmenu ul li.mega-menu > ul > li:nth-child(2)::before,
    header.top-menu #topmenu ul li.mega-menu > ul > li:nth-child(3)::before {
        left: 100%;
        display: block;
        top: 0;
    }
}

/*------------------------------------------------------*/
/*---------------------- MOBILE MENU ----------------------*/
@media (max-width: 1024px) {

    .header_top_bg{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
    }

    header img.main-logo:not(.logo-mobile){
        display: none!important;
    }
    header img.logo-mobile{
        display: inline;
        padding: 10px 0;
    }
    .aside-menu.static #topmenu .f-right .copy {
        display: none;
    }

    .header_top_bg > .container {
        width: 100%;
    }

    #topmenu {
        overflow-x: hidden;
    }

    .header_trans-fixed.header_top_bg .mini-cart-wrapper .eno-shop-icon .cart-contents-count {
        color: #222222;
    }

    .main-wrapper {
        width: 100%;
    }

    .main-wrapper header .logo img {
        max-height: 75px;
    }

    header {
        padding: 10px 15px;
    }

    #topmenu ul li ul {
        box-shadow: none;
        font-style: normal;
    }

    #topmenu ul {
        box-shadow: none;
        font-style: normal;
    }

    .header_top_bg > .container > .row > .col-xs-12 {
        padding: 0;
    }

    .top-menu .logo {
        margin-bottom: 0;
        margin-top: 0;
    }

    .no-padd-mob {
        padding: 0 !important;
    }
    .right-menu #topmenu .menu li.menu-item-has-children,
    #topmenu .menu li.menu-item-has-children {
        position: relative;
        text-align: left;
    }
    .right-menu #topmenu .menu li.menu-item-has-children i,
    #topmenu .menu li.menu-item-has-children i {
        position: absolute;
        top: 16px;
        right: 35px;
    }

    .right-menu #topmenu .menu li.menu-item-has-children > a,
    #topmenu .menu li.menu-item-has-children > a {
        position: relative;
        display: inline-block;
        width: auto!important;
    }
    .unit .mob-nav {
        left: 0;
    }
    .mob-nav {
        display: block;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .mob-nav i::before {
        font-size: 24px;
    }
    .sidebar-open {
        height: 100vh;
    }
    .sidebar-open .canvas-wrap {
        left: 320px;
    }
    .sidebar-open .header_top_bg {
        position: fixed;
    }
    .main-wrapper {
        left: 0;
        transition: all .5s ease-in-out;
    }
    .main-wrapper::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.75);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .sidebar-open .main-wrapper {
        left: 320px;
        overflow: visible;
    }
    .sidebar-open .main-wrapper::before {
        opacity: 1;
        visibility: visible;
    }
    .mob-nav-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-decoration: none;
        border-bottom: 1px solid #f1f2f3;
        padding: 30px 0;
        color: #222222;
    }
    .mob-nav-close:hover {
        text-decoration: none;
        color: #222222;
    }
    .mob-nav-close span {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: .2px;
    }
    .mob-nav-close .hamburger {
        padding: 0 35px;
        padding-left: 15px;
    }
    .mob-nav-close .line {
        display: block;
        width: 24px;
        height: 2px;
        background-color: #222222;
    }

    .mob-nav-close .line:first-of-type {
        -webkit-transform: rotate(45deg) translateY(2px);
        -moz-transform: rotate(45deg) translateY(2px);
        -ms-transform: rotate(45deg) translateY(2px);
        -o-transform: rotate(45deg) translateY(2px);
        transform: rotate(45deg) translateY(2px);
    }

    .mob-nav-close .line:last-of-type {
        -webkit-transform: rotate(-45deg) translateY(-1px);
        -moz-transform: rotate(-45deg) translateY(-1px);
        -ms-transform: rotate(-45deg) translateY(-1px);
        -o-transform: rotate(-45deg) translateY(-1px);
        transform: rotate(-45deg) translateY(-1px);
    }

	.header_trans-fixed.header_top_bg.header-split {
		background-color: #fff;
	}

    #topmenu {
        display: inline-block;
        overflow-y: auto;
        position: fixed;
        text-align: left;
        padding-top: 0;
        padding-bottom: 100px;
        top: 0;
        bottom: 0;
        width: 320px;
        left: -320px;
        background-color: #fff;
        height: 100vh;
        z-index: 100;
        transition: all .5s ease-in-out;
		background-image: none !important;
    }
    .sidebar-open #topmenu {
        position: fixed;
        left: 0;
    }
    #topmenu ul ul {
        display: none;
        position: static;
    }

    #topmenu ul.menu > li > ul > li > ul {
        display: none;
    }

    #topmenu ul.menu {
        width: 100%;
        display: inline-block;
        padding-bottom: 30px;
        background-color: #fff;
    }

    #topmenu ul.menu li {
        display: block !important;
        float: none;
        text-align: left;
        margin-bottom: 0;
    }

    #topmenu ul.menu li a::before{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 320px;
        height: 1px;
        display: block;
        background-color: #f1f2f3;
    }
    #topmenu ul.menu li a {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.2px;
        color: #888;
        padding: 10px 35px;
        line-height: normal;
        display: inline-block;
        width: auto!important;
        float: none;
        transition: all 0.5s ease;
        text-decoration: none;
    }

	#topmenu ul.menu li li a {
		padding-left: 40px;
	}

	#topmenu ul.menu li li a {
		padding-left: 45px;
	}

	#topmenu ul.menu li li li a {
		padding-left: 50px;
	}

    #topmenu .menu li a:hover,
    #topmenu .menu .current-menu-parent > a,
    #topmenu .menu .current-menu-item > a,
    #topmenu .menu .current-menu-ancestor > a {
        color: #222;
    }

    .right-menu #topmenu .social {
        display: block;
    }

    .right-menu #topmenu .social li {
        display: inline-block;
    }

    .right-menu #topmenu .social li a {
        padding: 5px;
    }

    .eno-top-social .social-icon {
        display: none;
    }

    .right-menu #topmenu .eno-top-social .social {
        position: static;
        visibility: visible;
        opacity: 1;
    }

    .header_trans-fixed.open .right-menu #topmenu .eno-top-social .social li a {
        color: #222222;
    }

    .mini-cart-wrapper {
        display: block;
        margin: 20px 10px 30px 10px;
    }

    .eno_mini_cart {
        opacity: 1;
        visibility: visible;
        position: relative;
        right: auto;
        left: 0;
        top: 10px;
        width: 100%;
        min-width: 0;
    }

    #topmenu ul li.mega-menu:hover > ul > li {
        width: 100%;
    }

    header a.logo {
        display: inline-block;
    }

    #topmenu ul li.mega-menu:hover > ul > li {
        width: auto;
    }

    #topmenu.active-socials {
        left: 0;
        right: 0;
        overflow: visible;
        opacity: 1;
        width: 100%;
    }

    #topmenu .f-right {
        display: block;
        background: #fff;
        padding: 15px;
        text-align: center;
        z-index: 9999;
        width: 100%;
        transition: all 350ms ease;
    }

    #topmenu .f-right.active-socials {
        opacity: 1;
        visibility: visible;
    }

    #topmenu .f-right.active-socials a {
        visibility: visible;
    }

    #topmenu .f-right .header_trans-fixed.open .right-menu #topmenu .eno-top-social .social li a {
        transition: none;
    }

    .socials-mob-but {
        display: block;
        margin: 0;
        position: absolute;
        top: calc(50% + -3px);
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .socials-mob-but i::before {
        font-size: 24px;
    }

    #topmenu .social .fa,
    .mini-cart-wrapper .eno-shop-icon {
        font-size: 28px;
        transition: none;
    }

    .mini-cart-wrapper .eno-shop-icon {
        margin: 5px;
    }

    .mini-cart-wrapper {
        margin: 0;
        margin-top: -3px;
    }

    .header_trans-fixed.header_top_bg.open header .socials-mob-but i,
    .header_trans-fixed #topmenu .eno-top-social .social li a,
    .header_trans-fixed .mini-cart-wrapper .eno-shop-icon::before {
        color: #222222 !important;
    }

    .header_trans-fixed.header_top_bg {
        transition: none;
    }

    .mini-cart-wrapper {
        display: inline-block;
        vertical-align: middle;
    }

    .eno_mini_cart {
        display: none;
    }

    .eno-top-social {
        vertical-align: middle;
		margin-bottom: 20px;
		font-size: 18px;
    }

	.aside-animation.static #topmenu .f-right .copy {
		text-transform: none;
		font-size: 15px;
		line-height: 1.57;
		color: #888;
		margin-top: 35px;
	}

    .mini-cart-wrapper .eno-shop-icon:before {
        margin-top: -3px;
        font-size: 28px;
    }

    .header_trans-fixed.header_top_bg.open {
        background-color: #fff;
        position: fixed;
        z-index: 1000;
        top: 0;
        width: 100%;
    }
    .right-menu .mob-nav .line {
        width: 18px;
        height: 2px;
        background-color: #222222;
        display: block;
        float: left;
        margin: 3px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .right-menu .mob-nav .hamburger {
        display: inline-block;
        width: 20px;
    }
    .right-menu .mob-nav .hamburger i {
        font-family: Poppins, sans-serif;
        font-style: normal;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: .2px;
    }
    .header_trans-fixed.menu_light_text .right-menu .mob-nav .hamburger i {
        color: #ffffff;
    }
    .header_trans-fixed .right-menu .mob-nav .hamburger i,
    .header_trans-fixed.bg-fixed-color .right-menu .mob-nav .hamburger i {
        color: #222222;
    }
    .header_trans-fixed.bg-fixed-dark .right-menu .mob-nav .hamburger i {
        color: #fff;
    }
    .right-menu .mob-nav.active .line {
        margin: 0;
        background-color: #222222;
    }
    .right-menu .mob-nav.active .line:nth-of-type(2) {
        opacity: 0;
    }
    .right-menu .mob-nav.active .line:nth-of-type(1) {
        width: 24px;
        -webkit-transform: translateY(2px) rotate(45deg);
        -ms-transform: translateY(2px) rotate(45deg);
        -o-transform: translateY(2px) rotate(45deg);
        transform: translateY(2px) rotate(45deg);
    }
    .right-menu .mob-nav.active .line:nth-of-type(3) {
        width: 24px;
        -webkit-transform: translateY(-4px) rotate(-45deg);
        -ms-transform: translateY(-4px) rotate(-45deg);
        -o-transform: translateY(-4px) rotate(-45deg);
        transform: translateY(-4px) rotate(-45deg);
    }
    .right-menu .mob-nav .line:nth-of-type(2) {
        width: 24px;
    }
}

/*------------------------------------------------------*/
/*---------------------- STATIC ASIDE MENU ----------------------*/
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden,
.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

@media only screen and (min-width: 1025px) {
    .aside-menu.static {
        position: fixed;
        top: 0;
        left: 0;
    }

    .aside-menu.static .topmenu {
        position: fixed;
        top: 0;
        height: 100%;
        width: 300px !important;
        padding: 50px 0;
        text-align: center;
        background-color: #fff;
        box-sizing: border-box;
        outline: 0;
        z-index: 101;
        backface-visibility: hidden;
        transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .aside-menu.static .logo {
        position: absolute;
        z-index: 9999;
        top: 20px;
        left: 31px;
        padding: 20px 0;
    }

    .aside-menu.static #topmenu .menu {
        display: inline-block;
        vertical-align: middle;
        overflow-y: auto;
        width: 100%;
        max-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 100;
    }

    .aside-menu.static #topmenu .menu li {
        padding: 7px 20px 7px 55px;
        position: static;
        text-align: left;
        display: block;
    }
    .aside-menu.static #topmenu .menu a {
        display: block;
        z-index: 9999;
    }

    .aside-menu.static #topmenu .f-right {
        float: none;
        position: absolute;
        left: 50%;
        width: calc(100% - 35px);
        transform: translateX(-50%);
        bottom: 40px;
        z-index: 2;
    }
    .aside-menu.static #topmenu .menu {
        overflow-y: visible;
        transform: translate(-50%, -50%);
    }

    .aside-menu.static #topmenu {
        box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.12);
    }

    .aside-menu.static #topmenu .sub-menu {
        padding: 20px 0;
        margin-left: 0;
        left: 100%;
        top: 50%;
        background-color: #fff;
        width: 100% !important;
        transform: translateY(-50%);
        box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.12);
    }
    .aside-menu.static #topmenu .sub-menu li {
        padding-left: 20px;
    }
    .aside-menu.static #topmenu .sub-menu .sub-menu {
        left: 99%;
    }

    .aside-menu.static #topmenu li:hover > .sub-menu {
        display: none;
    }

    .aside-menu.static #topmenu li a {
        color: #222222;
        transition: color .35s ease;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
    }

    .aside-menu.static #topmenu .current-menu-parent > a,
    .aside-menu.static #topmenu .current-menu-item > a,
    .aside-menu.static #topmenu li a:hover {
        color: #d82323;
    }

    .aside-menu.static .logo {
        left: 0;
        width: 100%;
        top: 0;
        padding-top: 40px;
        text-align: left;
        padding-left: 55px;
    }

    .aside-menu.static .logo span {
        color: #222;
        font-size: 30px;
        line-height: 1;
    }

    .aside-menu.static .logo img {
        max-width: 100%;
    }

    .aside-menu.static #topmenu .social li:not(:last-of-type) {
        margin-right: 15px;
    }
    .aside-menu.static #topmenu .social li a {
        color: #222;
        font-weight: normal;
    }
    .aside-menu.static #topmenu .social li a:hover {
        color: #888;
    }
    .aside-menu.static #topmenu .f-right {
        text-align: left;
        left: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        padding-left: 55px;
        padding-right: 25px;
    }

    .aside-menu.static #topmenu .f-right .copy {
        text-transform: none;
        font-size: 15px;
        line-height: 1.57;
        color: #888;
        margin-top: 35px;
    }

    .aside-menu.static #topmenu .f-right .copy a {
        text-decoration: none;
        color: #888;
    }
    .aside-menu.static #topmenu .f-right .copy a:hover {
        color: #222;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1460px) {
    .static-menu .about-section {
        padding: 0 30px;
        overflow: hidden;
    }
    .static-menu .headings-wrap,
    .static-menu .eno-post-list-1,
    .static-menu .eno-post-list-2,
    .static-menu .eno-portfolio-2,
    .static-menu .eno-portfolio-3,
    .static-menu .eno-portfolio-urban {
        padding: 0 15px;
    }
    .static-menu .contacts-info-wrap {
        padding: 0 15px 15px;
    }
    .static-menu .vc_row.pad-fix {
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1375px) {
    .static-menu .outer-album-swiper .album-text-block,
    .static-menu .outer-album-swiper .right-content {
        max-width: 260px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1350px) {
    .static-menu .contacts-info-wrap.style3 .content {
        padding: 100px 20px;
    }

    .static-menu .swiper-container.carousel-albums .swiper-button-prev {
        left: 30px;
    }

    .static-menu .swiper-container.carousel-albums .swiper-button-prev:hover {
        left: 20px;
    }

    .static-menu .swiper-container.carousel-albums .swiper-button-next {
        right: 30px;
    }

    .static-menu .swiper-container.carousel-albums .swiper-button-next:hover {
        right: 20px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .static-menu.single-product .product .woocommerce-Reviews #comments, .static-menu.eno_product_detail .product .woocommerce-Reviews #comments {
        width: 60%;
    }

    .static-menu.single-product .product .woocommerce-Reviews #review_form_wrapper, .static-menu.eno_product_detail .product .woocommerce-Reviews #review_form_wrapper {
        width: 40%;
    }

    .static-menu .coming-soon .svg .count {
        font-size: 115px;
    }

    .static-menu .client-wrap {
        width: 50%;
    }

    .static-menu .info-block-parallax-wrap .content-wrap {
        padding: 70px 20px 70px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1100px) {
    .static-menu .top-banner {
        height: 300px;
    }

    .static-menu .top-banner.center_content {
        min-height: 300px;
    }

    .static-menu .fragment-wrapper .fragment-block .fragment-text .wrap-frag-text .title {
        font-size: 50px;
        line-height: 55px;
    }

    .static-menu .swiper-container-vert-slider .swiper-slide .container .wrap-text {
        max-width: calc(100% - 40px);
    }

    .static-menu .swiper-container-vert-slider .swiper-slide .container .wrap-text .title {
        font-size: 60px;
        letter-spacing: 8px;
    }

    .static-menu .portfolio-slider-wrapper.slider_classic .content-wrap .portfolio-title {
        font-size: 50px;
        letter-spacing: 7px;
    }

    .static-menu .portfolio-single-content .gallery-single.infinite_full_gallery .item-single {
        width: 33.33%;
    }

    .static-menu .portfolio.grid .item {
        width: 50% !important;
    }

    .static-menu .flow-slider .flow-title {
        font-size: 60px;
    }
}

/* aside menu - spacing */
@media only screen and (min-width: 1024px) {
	.static-menu,
	.static-menu-animation {
		position: relative;
	}

	.static-menu {
		padding-left: 300px;
	}

	.static-menu-animation {
		padding-left: 320px;
	}

	.static-menu #footer {
		max-width: calc(100% - 300px);
		left: 300px;
	}

	.static-menu-animation #footer {
		max-width: calc(100% - 320px);
		left: 320px;
	}

	.static-menu .vc_row[data-vc-full-width] {
		padding-left: 300px;
		padding-right: 0;
	}

	.static-menu-animation .vc_row[data-vc-full-width] {
		padding-left: 320px;
		padding-right: 0;
	}

	.static-menu .header_top_bg,
	.static-menu-animation .header_top_bg {
		height: 0;
	}
}

@media only screen and (min-width: 1650px) {
	.static-menu-animation .vc_row:not([data-vc-stretch-content="true"]),
	.static-menu .vc_row:not([data-vc-stretch-content="true"]) {
		padding-left: 7% !important;
		padding-right: 7% !important;
	}
}

@media only screen and (min-width: 1199px) and (max-width: 1375px) {
	.static-menu-animation .pricing-item,
	.static-menu .pricing-item {
		padding: 60px 40px;
	}

	.static-menu-animation .pricing-item .mask-image,
	.static-menu .pricing-item .mask-image {
		min-width: 150px;
		width: 150px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1275px) {
	.static-menu-animation .pricing-item .mask-image,
	.static-menu .pricing-item .mask-image {
		min-width: 130px;
		width: 130px;
	}
}

.aside-animation.static .topmenu {
	background-size: cover;
}

.aside-animation.static .images-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 33;
	pointer-events: none;
}

.aside-animation.static .img-wrap {
	position: absolute;
	z-index: 20;
}

.aside-animation.static .img-wrap img {
	width: 100%;
	height: auto;
}

.aside-animation.static .img-wrap-1 {
	width: 100px;
	right: -77%;
	left: auto !important;
	top: 71% !important;
}

.aside-animation.static .img-wrap-1 img {
	animation: fragment_header_1 alternate 9s ease-in-out infinite;
}

.aside-animation.static .img-wrap-2 {
	width: 65px;
	left: -11% !important;
	top: auto !important;
	bottom: 72%;
}

.aside-animation.static .img-wrap-2 img {
	animation: fragment_header_2 alternate 9s ease-in-out infinite;
}

.aside-animation.static .img-wrap-3 {
	width: 115px;
	top: auto !important;
	bottom: 87%;
	left: 53% !important;
}

.aside-animation.static .img-wrap-3 img {
	animation: fragment_header_3 alternate 9s ease-in-out infinite;
}

@media (max-width: 1024px) {
	.aside-animation.static .images-wrap {
		display: none;
	}
}

@-webkit-keyframes fragment_header_1 {
	0% {
		transform: scale(1) translate(0, 0);
		-webkit-transform: scale(1) translate(0, 0);
	}
	50% {
		transform: scale(1.1) translate(-1vw, 1vw);
		-webkit-transform: scale(1.1) translate(-1vw, 1vw);
	}
	100% {
		transform: scale(1) translate(0, 0);
		-webkit-transform: scale(1) translate(0, 0);
	}
}

@keyframes fragment_header_1 {
	0% {
		transform: scale(1) translate(0, 0);
		-webkit-transform: scale(1) translate(0, 0);
	}
	50% {
		transform: scale(1.1) translate(-1vw, 1vw);
		-webkit-transform: scale(1.1) translate(-1vw, 1vw);
	}
	100% {
		transform: scale(1) translate(0, 0);
		-webkit-transform: scale(1) translate(0, 0);
	}
}

@-webkit-keyframes fragment_header_2 {
	0% {
		transform: rotate(0deg) scale(1) translate(0, 0);
		-webkit-transform: rotate(0deg) scale(1) translate(0, 0);
	}
	50% {
		transform: rotate(40deg) scale(1.1) translate(7%, 7%);
		-webkit-transform: rotate(40deg) scale(1.1) translate(7%, 7%);
	}
	100% {
		transform: rotate(0deg) scale(1) translate(0, 0);
		-webkit-transform: rotate(0deg) scale(1) translate(0, 0);
	}
}

@keyframes fragment_header_2 {
	0% {
		transform: rotate(0deg) scale(1) translate(0, 0);
		-webkit-transform: rotate(0deg) scale(1) translate(0, 0);
	}
	50% {
		transform: rotate(40deg) scale(1.1) translate(7%, 7%);
		-webkit-transform: rotate(40deg) scale(1.1) translate(7%, 7%);
	}
	100% {
		transform: rotate(0deg) scale(1) translate(0, 0);
		-webkit-transform: rotate(0deg) scale(1) translate(0, 0);
	}
}

@-webkit-keyframes fragment_header_3 {
	0% {
		transform: scale(1) translate(0, 0);
		-webkit-transform: scale(1) translate(0, 0);
	}
	50% {
		transform: scale(1.1) translate(1vw, -1vw);
		-webkit-transform: scale(1.1) translate(1vw, -1vw);
	}
	100% {
		transform: scale(1) translate(0, 0);
		-webkit-transform: scale(1) translate(0, 0);
	}
}

@keyframes fragment_header_3 {
	0% {
		transform: scale(1) translate(0, 0);
		-webkit-transform: scale(1) translate(0, 0);
	}
	50% {
		transform: scale(1.1) translate(1vw, -1vw);
		-webkit-transform: scale(1.1) translate(1vw, -1vw);
	}
	100% {
		transform: scale(1) translate(0, 0);
		-webkit-transform: scale(1) translate(0, 0);
	}
}

@media only screen and (min-width: 1025px) {
	.aside-animation.static {
		position: fixed;
		top: 0;
		left: 0;
	}

	.aside-animation.static .topmenu {
		position: fixed;
		top: 0;
		height: 100%;
		width: 320px !important;
		padding: 100px 0 140px;
		text-align: center;
		background-color: #fff;
		box-sizing: border-box;
		outline: 0;
		z-index: 101;
		backface-visibility: hidden;
		transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	}

	.aside-animation.static .logo {
		position: absolute;
		z-index: 9999;
		top: 20px;
		left: 31px;
		padding: 20px 0;
	}

	.aside-animation.static #topmenu .menu {
		display: block;
		overflow-y: auto;
		width: 100%;
		max-height: 100%;
		position: relative;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 100;
	}
	.aside-animation.static #topmenu .menu li {
		padding: 10px 77px 10px 55px;
		position: relative;
		text-align: left;
		display: block;
		transition: 0.35s;
	}
	.aside-animation.static #topmenu .menu li.is-open {
		background-color: #f9faff;
	}
	.aside-animation.static #topmenu li > .fa {
		font-size: 18px;
		position: absolute;
		right: 75px;
		top: 12px;
		cursor: pointer;
		transition: 0.35s;
		display: block;
	}
	.aside-animation.static #topmenu li > .fa:hover {
		color: #fd8558;
	}
	.aside-animation.static #topmenu li li > .fa {
		right: 0;
		font-size: 12px;
		top: 8px;
	}
	.aside-animation.static #topmenu li > .fa:before {
		content: '+';
		font-family: inherit;
	}
	.aside-animation.static #topmenu li li li a {
		padding-left: 20px !important;
	}
	.aside-animation.static #topmenu .menu a {
		display: block;
		padding: 0;
	}
	.aside-animation.static #topmenu .f-right {
		float: none;
		position: absolute;
		left: 50%;
		width: calc(100% - 35px);
		transform: translateX(-50%);
		bottom: 40px;
		z-index: 2;
	}
	.aside-animation.static #topmenu .menu {
		overflow: auto;
		transform: translate(-50%, -50%);
		max-height: calc(100vh - 350px);
	}

	.aside-animation.static #topmenu .menu::-webkit-scrollbar {
		width: 3px;
		background: #ccc;
	}

	.aside-animation.static #topmenu .menu::-webkit-scrollbar-thumb {
		background: #888;
	}

	.aside-animation.static #topmenu {
		box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.12);
	}

	.aside-animation.static #topmenu .sub-menu {
		min-width: auto;
		position: static;
		padding: 9px 0;
	}
	.aside-animation.static #topmenu .sub-menu li {
		padding: 6px 0;
	}
	.aside-animation.static #topmenu li li:last-child,
	.aside-animation.static #topmenu li:last-child .sub-menu {
		padding-bottom: 0;
	}

	.aside-animation.static #topmenu li:hover > .sub-menu {
		display: none;
	}

	.aside-animation.static #topmenu li a {
		color: #222222;
		transition: color .35s ease;
		font-size: 18px;
		font-weight: 600;
		text-decoration: none;
	}

	.aside-animation.static #topmenu li li a {
		font-size: 12px;
	}

	.aside-animation.static #topmenu .is-open > a,
	.aside-animation.static #topmenu .is-open > .fa,
	.aside-animation.static #topmenu .current-menu-parent > a,
	.aside-animation.static #topmenu .current-menu-item > a,
	.aside-animation.static #topmenu li a:hover {
		color: #fd8558;
	}

	.aside-animation.static .logo {
		left: 0;
		width: 320px;
		top: 0;
		padding-top: 40px;
		text-align: left;
		padding-left: 55px;
		padding-right: 30px;
	}

	.aside-animation.static .logo span {
		color: #222;
		font-size: 30px;
		line-height: 1;
	}

	.aside-animation.static .logo img {
		max-width: 100%;
	}

	.static-menu #footer {
		max-width: calc(100% - 254px);
		left: 254px;
	}

	.aside-animation.static #topmenu .social li:not(:last-of-type) {
		margin-right: 15px;
	}
	.aside-animation.static #topmenu .social li a {
		color: #222;
		font-weight: normal;
	}
	.aside-animation.static #topmenu .social li a:hover {
		color: #888;
	}
	.aside-animation.static #topmenu .f-right {
		text-align: left;
		left: 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		width: 100%;
		padding-left: 55px;
		padding-right: 25px;
	}

	.aside-animation.static #topmenu .f-right .copy {
		text-transform: none;
		font-size: 15px;
		line-height: 1.57;
		color: #888;
		margin-top: 35px;
	}

	.aside-animation.static #topmenu .f-right .copy a {
		text-decoration: none;
		color: #888;
	}
	.aside-animation.static #topmenu .f-right .copy a:hover {
		color: #222;
	}
}

/*------------------------------------------------------*/
/*---------------------- CLASSIC MENU ----------------------*/
@media only screen and (min-width: 1025px) {
    .container-fluid header.classic {
        padding: 0 40px;
    }

    header.classic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .classic a.logo {
        flex: 0 0 10%;
        max-width: 10%;
        text-align: left;
    }
    .classic #topmenu {
        flex: 0 0 80%;
        max-width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 23px;
    }
    .classic #topmenu ul li a {
        font-size: 15px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: normal;
        color: #888;
        display: block;
        text-align: left;
        text-decoration: none;
        padding: 0 14px;
        transition: all .35s ease;
        -webkit-font-smoothing: antialiased;
    }

    .classic #topmenu ul li a:hover,
    .classic #topmenu ul .current-menu-parent > a,
    .classic #topmenu ul .current-menu-item > a,
    .classic #topmenu ul .current-menu-ancestor > a {
        color: #000;
    }

    .unit header.classic {
        padding: 0 15px;
    }



    .classic .f-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .classic #topmenu .menu > li {
        padding: 30px 0;
    }

    .classic #topmenu .sub-menu {
        top: 75px;
        left: -35px;
        min-width: 270px;
        padding: 30px 0;
        background-color: #ffffff;
        -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .5s ease, visibility .5s ease;
        -o-transition: opacity .5s ease, visibility .5s ease;
        transition: opacity .5s ease, visibility .5s ease;
        display: block;
    }

    .classic #topmenu .menu li:hover > ul {
        opacity: 1;
        visibility: visible;
    }

    .classic #topmenu .menu > li ul a {
        opacity: 0;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
        -ms-transform: matrix(1, 0, 0, 1, 0, 20);
        transform: matrix(1, 0, 0, 1, 0, 20);
        -webkit-transition: opacity .75s ease, color .5s ease, -webkit-transform .75s ease;
        transition: opacity .75s ease, color .5s ease, -webkit-transform .75s ease;
        -o-transition: opacity .75s ease, transform .75s ease, color .5s ease;
        transition: opacity .75s ease, transform .75s ease, color .5s ease;
        transition: opacity .75s ease, transform .75s ease, color .5s ease, -webkit-transform .75s ease;
    }

    .classic #topmenu .menu > li:hover ul a,
    .classic #topmenu .menu > li.mega-menu:hover ul > li > ul.sub-menu > li a {
        opacity: 1;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .classic #topmenu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        padding: 40px 15px;
    }

    .classic #topmenu .menu li:last-of-type .sub-menu .sub-menu,
    .classic #topmenu .menu li:nth-last-of-type(2) .sub-menu .sub-menu,
    .classic #topmenu .menu li:nth-last-of-type(3) .sub-menu .sub-menu {
        left: -100%;
    }

    .classic #topmenu .sub-menu li {
        width: 100%;
        padding: 8px 35px;
        text-align: left;
    }

    .classic #topmenu .sub-menu li a {
        width: auto;
        display: inline-block;
        padding: 0;
        font-weight: 600;
    }

    .classic #topmenu .current-menu-parent > a,
    .classic #topmenu .current-menu-item > a {
        position: relative;
    }


    .classic #topmenu .mini-cart-wrapper {
        margin-left: 30px;
    }

    /* mega menu classic*/
    .classic #topmenu .menu .mega-menu:hover > ul > li > ul {
        opacity: 1;
        visibility: visible;
    }

    /* end of mega menu classic */
}
/*------------------------------------------------------*/
/*---------------------- ASIDE MENU ----------------------*/
@media only screen and (min-width: 1025px) {
    .aside-fix {
        padding: 25px 40px;
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		justify-content: space-between;
		align-items: center;
    }
    .aside-fix.two-box {
		grid-template-columns: auto auto;
    }
	.aside-fix .logo {
		display: inline-block;
	}
	.aside-fix > .header-left {
		justify-self: flex-start;
		display: flex;
		align-items: center;
	}
	.aside-fix > .header-right {
		justify-self: flex-end;
		display: flex;
		align-items: center;
	}
	.aside-fix > .header-center {
		justify-content: center;
	}
	.aside-fix > .header-center .logo:not(:last-child) {
		margin-bottom: 10px;
	}
	.aside-fix > .header-left .logo:not(:last-child) {
		margin-right: 85px;
	}
	.aside-fix .header-right .search-icon-wrapper.ico-style:not(:last-child) {
		margin-right: 20px;
	}
	.aside-fix .header-left .search-icon-wrapper.ico-style:not(:first-child) {
		margin-left: 20px;
	}
	.aside-fix .search-icon-wrapper.ico-style .close-search {
		width: 50px;
		height: 50px;
		line-height: 50px;
		color: #fff;
		border-radius: 50%;
		cursor: pointer;
		font-size: 14px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.aside-fix .search-icon-wrapper.ico-style .search-field {
		height: 50px;
		background-color: transparent;
		border: 0;
		padding: 0 50px 0 20px;
		min-width: 174px;
		font-weight: 500;
		font-size: 13px;
		border-radius: 25px;
		color: #fff;
	}
	.aside-fix .search-icon-wrapper.ico-style .search-field::-webkit-input-placeholder {
		color: #fff;
	}
	.aside-fix .search-icon-wrapper.ico-style .search-field::-moz-placeholder {
		color: #fff;
	}
	.aside-fix .search-icon-wrapper.ico-style .search-field:-ms-input-placeholder {
		color: #fff;
	}
	.aside-fix .search-icon-wrapper.ico-style .search-field:-moz-placeholder {
		color: #fff;
	}
	.aside-fix .search-icon-wrapper.ico-style .search-field:-webkit-autofill,
	.aside-fix .search-icon-wrapper.ico-style .search-field:-webkit-autofill:hover,
	.aside-fix .search-icon-wrapper.ico-style .search-field:-webkit-autofill:focus {
		-webkit-text-fill-color: #fd8558;
		-webkit-box-shadow: 0 0 0 1000px #fd8558 inset;
		color: #fff;
	}
	.aside-fix .search-icon-wrapper.ico-style .site-search {
		display: flex;
		background-color: #fd8558;
		border-radius: 25px;
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
		flex-direction: row-reverse;
		min-width: 50px;
		position: relative;
		height: 50px;
	}
	.aside-fix .search-icon-wrapper.ico-style .is-active .close-search {
		pointer-events: none;
	}
	.aside-fix .search-icon-wrapper.ico-style .close-search:before {
		content: '\f002';
	}
	.aside-fix .search-icon-wrapper.ico-style .form-container {
		width: 0;
		opacity: 0;
		overflow: hidden;
		transition: 0.25s .15s width, 0.15s opacity;
		transition-timing-function: ease-out;
	}
	.aside-fix .search-icon-wrapper.ico-style .site-search.is-active .form-container {
		width: 217px;
		opacity: 1;
		transition: 0.25s width, 0.25s 0.15s opacity;
		transition-timing-function: ease-in;
	}
	.aside-fix .mini-cart-wrapper {
		position: relative;
	}
	.aside-fix .mini-cart-wrapper:not(:last-child) {
		margin-right: 20px;
	}
	.aside-fix .eno-shop-icon {
		width: 50px;
		height: 50px;
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
		background-color: #fd8558;
		color: #fff;
		border-radius: 50%;
		display: block;
		line-height: 50px;
		text-decoration: none;
		position: relative;
	}
	.aside-fix .eno-shop-icon:before {
		font-family: "Font Awesome 5 Free";
		content: '\f218';
		font-weight: 900;
	}

	.aside-fix .eno_mini_cart {
	    position: absolute;
		right: 0;
		top: 60px;
	    display: block;
	    background-color: #fff;
	    opacity: 0;
	    visibility: hidden;
	    min-width: 360px;
	    padding: 23px 30px;
	    text-align: center;
	    transition: opacity 0.5s ease, visibility 0.5s ease;
	    box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
	}

	.aside-fix .header-left .eno_mini_cart {
		right: auto;
		left: 0;
	}

	.aside-fix .eno_mini_cart .remove_from_cart_button {
		padding: 0;
		color: #222;
		font-size: 30px;
		font-weight: 400;
		text-decoration: none;
		align-self: flex-start;
		line-height: 20px;
		margin-top: 6px;
	}

	.aside-fix .eno_mini_cart .eno-buttons {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	}

	.aside-fix .eno_mini_cart .eno-buttons:not(:last-child) {
		margin-bottom: 20px;
	}

	.aside-fix .eno_mini_cart .eno-buttons a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #222222;
		font-size: 15px;
		font-weight: 500;
		text-decoration: none;
	}
	.aside-fix .eno_mini_cart .eno-buttons a:hover i {
	    margin-left: 10px;
	}

	.aside-fix .eno_mini_cart .eno-buttons a i {
	    margin-left: 5px;
	    color: #222;
	    font-size: 10px;
	    -webkit-transition: all .3s ease;
	    -o-transition: all .3s ease;
	    transition: all .3s ease;
	}
	.aside-fix .woocommerce-mini-cart__total {
		color: #888;
		font-size: 15px;
		font-weight: 600;
		margin-bottom: 0;
	}
	.aside-fix .woocommerce-mini-cart__total span {
		margin-left: 5px;
		color: #222;
		font-size: 15px;
		font-weight: 600;
		margin-bottom: 0;
	}

	.aside-fix .mini-cart-wrapper:hover .eno_mini_cart {
	    opacity: 1;
	    visibility: visible;
	}

	.aside-fix .eno_mini_cart .product_list_widget {
	    display: block;
		list-style: none;
	}

	.aside-fix .eno_mini_cart .product_list_widget .empty {
		font-size: 15px;
		line-height: 28px;
		letter-spacing: 0.2px;
		font-weight: 400;
		text-align: left;
	}

	.aside-fix .eno_mini_cart .mini_cart_item {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    padding: 0;
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	    border-bottom: 1px solid #ddd;
	}

	.aside-fix .eno_mini_cart .mini_cart_item_thumbnail {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    width: 40%;
	    max-width: 70px;
	    margin-top: 7px;
	}

	.aside-fix .eno_mini_cart {
		text-decoration: none;
	}

	.aside-fix .eno_mini_cart .mini_cart_item_thumbnail a {
	    padding: 0;
	    display: block;
	}

	.aside-fix .eno_mini_cart .mini_cart_item_thumbnail img {
	    float: none;
	    max-width: 70px;
	    width: 100%;
	    margin-left: 0;
	}

	.aside-fix .eno_mini_cart .mini-cart-data {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-align-items: flex-start;
	    -ms-flex-align: start;
	    align-items: flex-start;
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    width: 60%;
	}

	.aside-fix .eno_mini_cart .mini_cart_item_name {
		font-size: 18px;
		line-height: 1.6;
		letter-spacing: 1.2px;
		font-weight: 600;
		color: #222;
		text-align: left;
		padding: 0;
		text-decoration: none;
	}

	.aside-fix .eno_mini_cart .mini_cart_item_quantity {
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
		color: #b2b2b2;
		margin-bottom: 3px;
	}

	.aside-fix .eno_mini_cart a.button {
	    margin-bottom: 0;
	    line-height: 20px;
	    position: relative;
	    display: inline-block;
	    font-weight: bold;
	    box-sizing: border-box;
	    padding: 15px;
	    font-size: 15px;
	    text-decoration: none;
	    -webkit-font-smoothing: antialiased;
	    background-color: #222;
	    color: #ffffff;
	    width: 100%;
	    border-radius: 0;
	    -webkit-transition: all .3s ease;
	    -o-transition: all .3s ease;
	    transition: all .3s ease;
	}

	.aside-fix .eno_mini_cart a.button:hover {
	    background-color: #222;
	    color: #ffffff;
	    background-image: none;
	    border-color: #222;
	}

	.aside-fix .eno_mini_cart a.button:hover::after {
	    right: 20px;
	}

	.aside-fix .eno_mini_cart .mini_cart_item_thumbnail img {
	    height: auto;
	}

	.aside-fix .eno_mini_cart .mini_cart_item_price {
	    font-size: 12px;
		font-weight: 500;
	}

	.aside-fix .cart-contents-count {
		position: absolute;
		right: 0;
		bottom: 0;
		background-color: #fff;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		text-align: center;
		line-height: 22px;
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
		font-weight: 700;
		font-size: 8px;
		color: #222;
	}
	.aside-fix .eno_mini_cart {
		position: absolute;
		opacity: 0;
	}
	.aside-fix .eno-top-social.outside:first-child ul,
	.aside-fix .eno-top-social.outside:first-child li:first-child {
		margin-left: 0;
	}
	.aside-fix .eno-top-social.outside ul {
		list-style: none;
		margin: 0 10px;
		display: flex;
	}
	.aside-fix .eno-top-social.outside li {
		list-style: none;
		display: inline-block;
		margin: 0 10px;
	}
	.aside-fix .eno-top-social.outside li a {
		font-size: 18px;
		color: #222;
		text-decoration: none;
	}
	.aside-fix .eno-top-social.outside li a:hover {
		color: #fd8558;
	}
    .additional-menu-wrapper .additional-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #ffffff;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    }
    .additional-menu-wrapper .additional-nav .line {
        display: block;
        width: 20px;
        height: 3px;
        background-color: #222222;
    }
    .additional-menu-wrapper .additional-nav .line:first-of-type {
        margin-bottom: 3px;
    }
    .additional-inner-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: fixed;
        top: 0;
        right: 0;
        transform: translateX(100%);
        bottom: 0;
        width: 550px;
        background-color: #ffffff;
        padding: 50px 75px 25px;
        text-align: left;
        transition: all .5s ease-in-out;
        z-index: 100;
    }
    .additional-menu-wrapper.menu-open .additional-inner-wrap {
        transform: translateX(0);
        overflow: auto;
    }
    .additional-inner-wrap .additional-nav-close {
        position: absolute;
        top: 47px;
        right: 75px;
        cursor: pointer;
        width: 30px;
        height: 30px;
    }
    .additional-inner-wrap .additional-nav-close .line {
        width: 32px;
        height: 3px;
        background-color: #222222;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .additional-inner-wrap .additional-nav-close .line:first-of-type {
        transform: rotate(45deg);
    }
    .additional-inner-wrap .additional-nav-close .line:last-of-type {
        transform: rotate(-45deg);
    }
    .additional-inner-wrap .eno-top-social {
        padding-bottom: 15px;
    }
    .additional-inner-wrap .eno-top-social .social {
        display: flex;
        align-items: center;
     }
    .additional-inner-wrap .eno-top-social li {
        list-style: none;
    }
    .additional-inner-wrap .eno-top-social li:not(:last-of-type) {
        margin-right: 25px;
    }
    .additional-inner-wrap .eno-top-social a {
        text-decoration: none;
        color: #222222;
        font-size: 20px;
        transition: color .35s ease;
    }
    .additional-inner-wrap .eno-top-social a:hover {
        color: #fd8558;
    }
    #topmenu .additional-inner-wrap .menu {
        padding: 50px 0;
    }
	#topmenu .additional-inner-wrap .menu-mob {
		display: none;
	}
    #topmenu .additional-inner-wrap  .menu li {
        display: block;
        list-style: none;
        text-align: left;
    }
    .additional-inner-wrap .menu li a {
        font-size: 30px;
        font-weight: bold;
        color: #888888;
        text-decoration: none;
        transition: color .35s ease;
    }
	#topmenu .additional-inner-wrap .menu ul {
        position: static;
        min-width: auto;
        padding-left: 15px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
	#topmenu .additional-inner-wrap .menu  ul li a {
        padding: 0;
    }
    .additional-inner-wrap .menu li a:hover,
    .additional-inner-wrap .menu .current-menu-parent > a,
    .additional-inner-wrap .menu .current-menu-item > a,
    .additional-inner-wrap .menu .current-menu-ancestor > a {
        color: #222;
    }
    .additional-inner-wrap .sub-menu {
        margin-left: 20px;
    }
    .additional-inner-wrap .sub-menu li a {
        font-size: 24px;
        display: inline-block;
    }
    .additional-inner-wrap .sub-menu .sub-menu li a {
        font-size: 18px;
    }
    .additional-inner-wrap .search-title {
        color: #222222;
        font-family: Poppins, sans-serif;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: .1px;
    }
    .additional-inner-wrap .search-icon-wrapper {
        padding: 10px 0;
    }
	.additional-inner-wrap .search-icon-wrapper.left,
	.additional-inner-wrap .search-icon-wrapper.right {
		display: none;
	}
	.additional-inner-wrap .search-icon-wrapper.inside {
		display: block;
	}
    .additional-inner-wrap .search-icon-wrapper .input-group {
        position: relative;
    }
    .additional-inner-wrap .search-icon-wrapper .input-group::before {
        content: "";
        height: 3px;
        width: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fd8558;
    }
    .additional-inner-wrap .search-icon-wrapper .input-group::after {
        font-family: Ionicons, sans-serif;
        font-size: 24px;
        color: #222222;
        content:"\f375";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .additional-inner-wrap .close-search {
        display: none;
    }
    .additional-inner-wrap .search-icon-wrapper input {
        width: 100%;
        border: 0;
        padding: 15px 0;
        border-bottom: 3px solid rgba(34, 34, 34, .2);
    }
    .additional-inner-wrap .copy {
        color: #888888;
        font-family: Poppins, sans-serif;
        font-size: 14px;
    }
    .additional-inner-wrap .copy:not(:first-child) {
        margin-top: 60px;
    }
    .additional-inner-wrap .copy a {
        text-decoration: none;
        color: #888888;
        font-family: Poppins, sans-serif;
        font-size: 14px;
        transition: color .35s ease;
    }
    .additional-inner-wrap .copy a:hover {
        color: #222222;
    }
    .aside-fix .header-box > .menu {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin: 0;
        list-style: none;
        padding: 0 15px;
		align-items: center;
    }
	.aside-fix .header-box > .menu li {
		margin-right: 15px;
		margin-left: 15px;
		position: relative;
    }
	.aside-fix .header-box > .menu li a {
        font-size: 15px;
        font-weight: 600;
        color: #888;
        text-decoration: none;
    }

	.aside-fix .header-box > .menu li.active a,
	.aside-fix .header-box > .menu li a:hover,
	.aside-fix .header-box > .menu .current-menu-parent > a,
	.aside-fix .header-box > .menu .current-menu-item > a,
	.aside-fix .header-box > .menu .current-menu-ancestor > a {
        color: #222;
    }

    .additional-menu-overlay {
        content: "";
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .5);
        opacity: 0;
        visibility: hidden;
        transition: opacity .75s ease, visibility .75s ease;
        z-index: 99;
    }

    .additional-menu-wrapper.menu-open .additional-menu-overlay {
        opacity: 1;
        visibility: visible;
    }

    .header_trans-fixed.menu_light_text:not(.bg-fixed-color) .header-box > .menu > li > a {
        color: #fff;
        opacity: 0.7;
    }

    .header_trans-fixed.menu_light_text:not(.bg-fixed-color) .header-box > .menu > li.active > a,
    .header_trans-fixed.menu_light_text:not(.bg-fixed-color) .header-box > .menu > li > a:hover {
        opacity: 1;
    }

	.header_trans-fixed.menu_light_text:not(.bg-fixed-color) .aside-fix .header-box > .menu > .current-menu-parent > a,
	.header_trans-fixed.menu_light_text:not(.bg-fixed-color) .aside-fix .header-box > .menu > .current-menu-item > a {
		opacity: 1;
	}

    .header_trans-fixed.menu_light_text:not(.bg-fixed-color) .aside-fix .logo span {
        color: #fff;
    }

	.aside-fix .header-box > .menu .sub-menu {
		top: 35px;
		left: -35px;
		min-width: 270px;
		padding: 20px 0;
		background-color: #ffffff;
		-webkit-box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
		box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .5s ease, visibility .5s ease;
		-o-transition: opacity .5s ease, visibility .5s ease;
		transition: opacity .5s ease, visibility .5s ease;
		display: block;
		position: absolute;
		list-style: none;
	}

	.aside-fix .header-box > .menu li:hover > ul {
		opacity: 1;
		visibility: visible;
	}

	.aside-fix .header-box > .menu .sub-menu .sub-menu {
		top: 0;
		left: 100%;
		padding: 40px 15px;
	}

	.aside-fix .header-box > .menu li:last-of-type .sub-menu .sub-menu {
		left: auto;
		right: 100%;
	}

	.aside-fix .header-box > .menu .sub-menu li {
		width: 100%;
		padding: 8px 35px;
		text-align: left;
		margin: 0;
	}

	.aside-fix .header-box > .menu .sub-menu li a {
		width: auto;
		display: inline-block;
		padding: 0;
		font-weight: 600;
	}

	.aside-fix .header-box > .menu .current-menu-parent > a,
	.aside-fix .header-box > .menu .current-menu-item > a {
		color: #222;
	}
}

@media only screen and (max-width: 1024px) {
    .additional-inner-wrap .eno-top-social {
        padding: 15px 35px;
        border-bottom: 1px solid #f1f2f3;
		margin-bottom: 0;
    }
	#topmenu .additional-inner-wrap .menu-desc {
		display: none;
	}
	#topmenu .additional-inner-wrap .menu-mob {
		display: block;
	}
	#topmenu .additional-inner-wrap .menu-mob:empty {
		display: none;
	}
	#topmenu .additional-inner-wrap .menu-mob:empty + .menu-desc {
		display: block;
	}
    .aside-fix .close-search,
    .aside-fix .header-right > *:not(.topmenu):not(.mob-nav),
    .aside-fix .search-title,
	.eno-top-social.outside,
	.header-box > .mini-cart-wrapper,
	.header-box > .search-icon-wrapper {
        display: none;
    }
    .aside-fix .header-box > .menu {
        display: none;
    }
    .additional-inner-wrap .eno-top-social .social {
        display: flex;
        align-items: center;
    }
    .additional-inner-wrap .eno-top-social li {
        list-style: none;
    }
    .additional-inner-wrap .eno-top-social li:not(:last-of-type) {
        margin-right: 20px;
    }
    .additional-inner-wrap .eno-top-social a {
        text-decoration: none;
        color: #222222;
        font-size: 15px;
        transition: color .35s ease;
    }
    .additional-inner-wrap .eno-top-social a:hover {
        color: #fd8558;
    }
    .additional-inner-wrap .search-title {
        color: #222222;
        font-family: Poppins, sans-serif;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: .1px;
    }
    .additional-inner-wrap .search-icon-wrapper {
        padding: 10px 35px;
    }
    .additional-inner-wrap .search-icon-wrapper .input-group {
        position: relative;
    }
    .additional-inner-wrap .search-icon-wrapper .input-group::before {
        content: "";
        height: 3px;
        width: 50%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fd8558;
    }
    .additional-inner-wrap .search-icon-wrapper .input-group::after {
        font-family: Ionicons, sans-serif;
        font-size: 24px;
        color: #222222;
        content:"\f375";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .additional-inner-wrap .search-icon-wrapper input {
        width: 100%;
        border: 0;
        padding: 10px 0;
        border-bottom: 3px solid rgba(34, 34, 34, .2);
    }
    .additional-inner-wrap .copy {
        margin-top: 20px;
        padding: 0 35px;
        color: #888888;
        font-family: Poppins, sans-serif;
        font-size: 14px;
    }
    .additional-inner-wrap .copy a {
        text-decoration: none;
        color: #888888;
        font-family: Poppins, sans-serif;
        font-size: 14px;
        transition: color .35s ease;
    }
    .additional-inner-wrap .copy a:hover {
        color: #222222;
    }
}

/*------------------------------------------------------*/
/*---------------------- MODERN MENU ----------------------*/
@media only screen and (min-width: 1200px) {
    .modern #topmenu {
        padding-right: 70px;
    }
    .header_trans-fixed .modern #topmenu {
        padding-left: 60px;
    }
}
@media only screen and (min-width: 1025px) {
    .modern .logo-mobile {
        display: none;
    }
    .modern #topmenu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .modern .menu-wrapper {
        display: flex;
        align-items: center;
    }
    .modern #topmenu .logo {
        position: absolute;
        background-color: #fff;
        min-height: 200px;
        min-width: 350px;
        top: 0;
        left: -15px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 0;
        border: 0;
        transition: all .35s ease;
    }
    .modern #topmenu .logo:hover {
        border: 0;
    }
    .modern #topmenu .logo img {
        max-width: 100px;
    }
    .modern .logo span {
        font-size: 64px;
        font-weight: bold;
        line-height: 1;
        transition: all .35s ease;
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .modern .logo span i {
        font-family: Roboto, sans-serif;
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 1.7px;
        color: #333333;
        opacity: .3;
        transition: all .35s ease;
    }
    .header_trans-fixed .modern #topmenu {
        justify-content: space-between;
    }
    .header_trans-fixed .modern #topmenu .logo {
        background-color: transparent;
        position: relative;
        min-width: auto;
        min-height: auto;
        left: 0;
    }
    .header_trans-fixed .modern #topmenu .logo span {
        font-size: 30px;
    }
    .fixed-header-scroll #topmenu .logo {
        min-height: 100px;
        min-width: 200px;
    }
    .fixed-header-scroll .logo span {
        /*font-size: 30px;*/
		font-size: 40px;
		letter-spacing: 1.5px;
    }
    .fixed-header-scroll .logo span i {
        font-size: 10px;
        letter-spacing: 1px;
    }
    .modern .menu > li {
        margin: 0 15px;
    }
    .modern #topmenu a {
        padding-bottom: 5px;
        color: #888;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        border-bottom: 2px solid transparent;
    }
    .modern #topmenu a:hover,
    .modern #topmenu li:not(.menu-item-has-children).active > a,
    .modern #topmenu .current-menu-parent > a,
    .modern #topmenu .current-menu-item > a,
    .modern #topmenu .current-menu-ancestor > a {
        color: #333;
        border-color: #d8d8d8;
    }

    .modern #topmenu .menu > li {
        padding: 39px 0;
    }

    .modern #topmenu .sub-menu {
        top: 75px;
        left: -35px;
        min-width: 270px;
        padding: 30px 0;
        background-color: #ffffff;
        -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .5s ease, visibility .5s ease;
        -o-transition: opacity .5s ease, visibility .5s ease;
        transition: opacity .5s ease, visibility .5s ease;
        display: block;
    }

    .modern #topmenu .menu li:hover > ul {
        opacity: 1;
        visibility: visible;
    }

    .modern #topmenu .menu > li ul a {
        opacity: 0;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
        -ms-transform: matrix(1, 0, 0, 1, 0, 20);
        transform: matrix(1, 0, 0, 1, 0, 20);
        -webkit-transition: opacity .75s ease, color .5s ease, -webkit-transform .75s ease;
        transition: opacity .75s ease, color .5s ease, -webkit-transform .75s ease;
        -o-transition: opacity .75s ease, transform .75s ease, color .5s ease;
        transition: opacity .75s ease, transform .75s ease, color .5s ease;
        transition: opacity .75s ease, transform .75s ease, color .5s ease, -webkit-transform .75s ease;
    }

    .modern #topmenu .menu > li:hover ul a,
    .modern #topmenu .menu > li.mega-menu:hover ul > li > ul.sub-menu > li a {
        opacity: 1;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .modern #topmenu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        padding: 40px 15px;
    }

    .modern #topmenu .menu li:last-of-type .sub-menu .sub-menu,
    .modern #topmenu .menu li:nth-last-of-type(2) .sub-menu .sub-menu,
    .modern #topmenu .menu li:nth-last-of-type(3) .sub-menu .sub-menu {
        left: -100%;
    }

    .modern #topmenu .sub-menu li {
        width: 100%;
        padding: 8px 35px;
        text-align: left;
    }

    .modern #topmenu .sub-menu li a {
        width: auto;
        display: inline-block;
        padding: 0;
        font-weight: 600;
    }

    .modern #topmenu .current-menu-parent > a,
    .modern #topmenu .current-menu-item > a {
        position: relative;
    }

    .modern #topmenu .menu .mega-menu:hover > ul > li > ul {
        opacity: 1;
        visibility: visible;
    }

    .modern .open-search {
        margin-left: 40px;
        color: rgba(51, 51, 51 , .2);
        cursor: pointer;
    }
    .modern .site-search {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background-color: rgba(255, 255, 255, .99);
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .7s ease, visibility .7s ease;
        -o-transition: opacity .7s ease, visibility .7s ease;
        transition: opacity .7s ease, visibility .7s ease;
    }
    .modern .site-search.open {
        opacity: 1;
        visibility: visible;
    }
    .modern .close-search {
        position: absolute;
        top: 100px;
        right: 100px;
        font-size: 18px;
        cursor: pointer;
    }
    .modern .form-container {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .modern .input-group {
        max-width: 770px;
        margin: auto;
    }
    .modern .search-form input {
        width: 100%;
        border: 0;
        background-color: transparent;
        padding: 8px 0;
        border-bottom: 2px solid #ddd;
        color: #222222;
        font-size: 16px;
        transition: border .35s ease;
    }
    .modern .search-form input:focus {
        border-color: #333;
    }
}

@media (max-width: 1024px) {
    .modern #topmenu > .logo {
        display: none;
    }
    .modern .logo-mobile span i {
        display: none;
    }
    .modern .close-search,
    .modern .open-search {
        display: none;
    }
    .modern .site-search {
        padding: 0 35px;
    }
    .modern .search-form input {
        width: 100%;
        border: 0;
        background-color: transparent;
        padding: 8px 0;
        border-bottom: 2px solid #ddd;
        color: #222222;
        font-size: 16px;
        transition: border .35s ease;
    }
    .modern .search-form input:focus {
        border-color: #333;
    }
}


/*------------------------------------------------------*/
/*---------------------- SIMPLE MENU ----------------------*/
@media only screen and (min-width: 1200px) {
    .simple #topmenu {
        padding-right: 70px;
        padding-left: 70px;
    }
}
@media only screen and (min-width: 1025px) {
    .simple .logo-mobile {
        display: none;
    }
    .simple #topmenu {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .simple .menu-wrapper {
        display: flex;
        align-items: center;
    }
    .simple #topmenu .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 0;
        border: 0;
        transition: all .35s ease;
    }
    .simple #topmenu .logo:hover {
        border: 0;
    }
    .simple #topmenu .logo img {
        max-width: 100px;
    }
    .simple .logo span {
        font-size: 25px;
        font-weight: bold;
        letter-spacing: 2.4px;
        line-height: 1;
        transition: all .35s ease;
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .simple .menu > li {
        margin: 0 15px;
    }
    .simple #topmenu a {
        color: #888;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
    }
    .simple #topmenu a:hover,
    .simple #topmenu li:not(.menu-item-has-children).active > a,
    .simple #topmenu .current-menu-parent > a,
    .simple #topmenu .current-menu-item > a,
    .simple #topmenu .current-menu-ancestor > a {
        color: #222;
    }

	.simple #topmenu li li a {
		color: #888;
	}

	.simple #topmenu li li a:hover,
	.simple #topmenu li li:not(.menu-item-has-children).active > a,
	.simple #topmenu li .current-menu-parent > a,
	.simple #topmenu li .current-menu-item > a,
	.simple #topmenu li .current-menu-ancestor > a {
		color: #222;
	}

    .simple #topmenu .menu > li {
        padding: 29px 0;
    }

    .simple #topmenu .sub-menu {
        top: 75px;
        left: -35px;
        min-width: 270px;
        padding: 30px 0;
        background-color: #ffffff;
        -webkit-box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .5s ease, visibility .5s ease;
        -o-transition: opacity .5s ease, visibility .5s ease;
        transition: opacity .5s ease, visibility .5s ease;
        display: block;
    }

    .simple #topmenu .menu li:hover > ul {
        opacity: 1;
        visibility: visible;
    }

    .simple #topmenu .menu > li ul a {
        opacity: 0;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
        -ms-transform: matrix(1, 0, 0, 1, 0, 20);
        transform: matrix(1, 0, 0, 1, 0, 20);
        -webkit-transition: opacity .75s ease, color .5s ease, -webkit-transform .75s ease;
        transition: opacity .75s ease, color .5s ease, -webkit-transform .75s ease;
        -o-transition: opacity .75s ease, transform .75s ease, color .5s ease;
        transition: opacity .75s ease, transform .75s ease, color .5s ease;
        transition: opacity .75s ease, transform .75s ease, color .5s ease, -webkit-transform .75s ease;
    }

    .simple #topmenu .menu > li:hover ul a,
    .simple #topmenu .menu > li.mega-menu:hover ul > li > ul.sub-menu > li a {
        opacity: 1;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .simple #topmenu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
        padding: 40px 15px;
    }

    .simple #topmenu .menu li:last-of-type .sub-menu .sub-menu,
    .simple #topmenu .menu li:nth-last-of-type(2) .sub-menu .sub-menu,
    .simple #topmenu .menu li:nth-last-of-type(3) .sub-menu .sub-menu {
        left: auto;
		right: 100%;
    }

    .simple #topmenu .sub-menu li {
        width: 100%;
        padding: 8px 35px;
        text-align: left;
    }

    .simple #topmenu .sub-menu li a {
        width: auto;
        display: inline-block;
        padding: 0;
    }

    .simple #topmenu .current-menu-parent > a,
    .simple #topmenu .current-menu-item > a {
        position: relative;
    }

    .simple #topmenu .menu .mega-menu:hover > ul > li > ul {
        opacity: 1;
        visibility: visible;
    }

    .simple .open-search {
        margin-left: 40px;
        color: #888;
        cursor: pointer;
    }
    .simple .site-search {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background-color: rgba(255, 255, 255, .99);
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .7s ease, visibility .7s ease;
        -o-transition: opacity .7s ease, visibility .7s ease;
        transition: opacity .7s ease, visibility .7s ease;
    }
    .simple .site-search.open {
        opacity: 1;
        visibility: visible;
    }
    .simple .close-search {
        position: absolute;
        top: 100px;
        right: 100px;
        font-size: 18px;
        cursor: pointer;
    }
    .simple .form-container {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .simple .input-group {
        max-width: 770px;
        margin: auto;
    }
    .simple .search-form input {
        width: 100%;
        border: 0;
        background-color: transparent;
        padding: 8px 0;
        border-bottom: 2px solid #ddd;
        color: #222222;
        font-size: 16px;
        transition: border .35s ease;
    }
    .simple .search-form input:focus {
        border-color: #333;
    }
    .menu_light_text .simple .logo span {
        color: #ffffff;
    }
    .menu_light_text .simple #topmenu .menu > li > a {
        color: #dddddd;
    }
    .menu_light_text .simple #topmenu .menu > li:hover > a,
    .menu_light_text .simple #topmenu .menu > li:not(.menu-item-has-children).active > a,
    .menu_light_text .simple #topmenu .menu > .current-menu-parent > a,
    .menu_light_text .simple #topmenu .menu > .current-menu-item > a,
    .menu_light_text .simple #topmenu .menu > .current-menu-ancestor > a,
    .menu_light_text .simple .open-search {
        color: #ffffff;
    }

    .bg-fixed-color.menu_light_text .simple #topmenu .menu > li > a {
        color: #888;
    }
    .bg-fixed-color.menu_light_text .simple #topmenu .menu > li:hover > a,
    .bg-fixed-color.menu_light_text .simple #topmenu .menu > li:not(.menu-item-has-children).active > a,
    .bg-fixed-color.menu_light_text .simple #topmenu .menu > .current-menu-parent > a,
    .bg-fixed-color.menu_light_text .simple #topmenu .menu > .current-menu-item > a,
    .bg-fixed-color.menu_light_text .simple #topmenu .menu > .current-menu-ancestor > a,
    .bg-fixed-color.menu_light_text .simple .open-search,
    .bg-fixed-color.menu_light_text .simple .logo span {
        color: #222;
    }
}

@media (max-width: 1024px) {
    .simple #topmenu > .logo {
        display: none;
    }
    .simple .logo-mobile span i {
        display: none;
    }
    .simple .close-search,
    .simple .open-search {
        display: none;
    }
    .simple .site-search {
        padding: 0 35px;
    }
    .simple .search-form input {
        width: 100%;
        border: 0;
        background-color: transparent;
        padding: 8px 0;
        border-bottom: 2px solid #ddd;
        color: #222222;
        font-size: 16px;
        transition: border .35s ease;
    }
    .simple .search-form input:focus {
        border-color: #333;
    }
    .menu_light_text.header_top_bg .logo span {
        color: #ffffff;
    }
    .menu_light_text .right-menu .mob-nav .line {
        background-color: #ffffff;
    }
    .bg-fixed-color.menu_light_text.header_top_bg .logo span {
        color: #222;
    }
    .bg-fixed-color.menu_light_text .right-menu .mob-nav .line {
        background-color: #222;
    }
}

/*------------------------------------------------------*/
/*---------------------- CREATIVE MENU ----------------------*/
@media only screen and (min-width: 1025px) {
	.header-button--mobile {
		display: none;
	}

	.header-button {
		margin-left: 30px;
	}

	.header-button-scroll {
		display: none;
	}

	header.creative .logo-mobile {
		display: none;
	}
	header.creative #topmenu {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	header.creative .menu-wrapper {
		display: flex;
		align-items: center;
	}
	header.creative .logo {
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all .35s ease;
	}
	header.creative.logo img {
		max-width: 100px;
	}
	header.creative .logo span {
		font-size: 30px;
		font-weight: bold;
		line-height: 1;
		transition: all .35s ease;
	}
	header.creative .menu > li {
		margin: 0 15px;
	}
	header.creative .menu a {
		color: #222;
		font-size: 15px;
		font-weight: 600;
		text-decoration: none;
	}
	header.creative .menu li:hover > a,
	header.creative .menu li:not(.menu-item-has-children).active > a,
	header.creative .menu .current-menu-parent > a,
	header.creative .menu .current-menu-item > a,
	header.creative .menu .current-menu-ancestor > a {
		color: #888;
	}
	header.creative .menu > li {
		padding: 40px 0;
	}
	header.creative #topmenu .sub-menu {
		top: 100%;
		left: -30px;
		min-width: 270px;
		padding: 30px 0;
		background-color: #ffffff;
		-webkit-box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
		box-shadow: 3px 1px 20px 0 rgba(0, 0, 0, 0.07);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .5s ease, visibility .5s ease;
		-o-transition: opacity .5s ease, visibility .5s ease;
		transition: opacity .5s ease, visibility .5s ease;
		display: block;
	}

	header.creative #topmenu li:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
	}

	header.creative .menu > li ul a {
		opacity: 0;
		-webkit-transform: matrix(1, 0, 0, 1, 0, 20);
		-ms-transform: matrix(1, 0, 0, 1, 0, 20);
		transform: matrix(1, 0, 0, 1, 0, 20);
		-webkit-transition: opacity .75s ease, color .5s ease, -webkit-transform .75s ease;
		transition: opacity .75s ease, color .5s ease, -webkit-transform .75s ease;
		-o-transition: opacity .75s ease, transform .75s ease, color .5s ease;
		transition: opacity .75s ease, transform .75s ease, color .5s ease;
		transition: opacity .75s ease, transform .75s ease, color .5s ease, -webkit-transform .75s ease;
	}

	header.creative .menu > li:hover ul a,
	header.creative .menu > li.mega-menu:hover ul > li > ul.sub-menu > li a {
		opacity: 1;
		-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
		-ms-transform: matrix(1, 0, 0, 1, 0, 0);
		transform: matrix(1, 0, 0, 1, 0, 0);
	}

	header.creative #topmenu .sub-menu .sub-menu {
		top: 0;
		left: 100%;
	}

	header.creative #topmenu li:last-of-type .sub-menu .sub-menu,
	header.creative #topmenu li:nth-last-of-type(2) .sub-menu .sub-menu,
	header.creative #topmenu li:nth-last-of-type(3) .sub-menu .sub-menu {
		right: 100%;
		left: auto;
	}

	header.creative .sub-menu li {
		width: 100%;
		text-align: left;
	}

	header.creative .sub-menu li a {
		width: auto;
		display: inline-block;
		padding: 0;
		font-weight: 600;
	}

	header.creative .current-menu-parent > a,
	header.creative .current-menu-item > a {
		position: relative;
	}

	header.creative .menu .mega-menu:hover > ul > li > ul {
		opacity: 1;
		visibility: visible;
	}

	.menu_light_text:not(.bg-fixed-color) header.creative .logo span {
		color: #fff;
	}

	.menu_light_text:not(.bg-fixed-color) header.creative .menu > li:not(:hover) > a {
		color: #fff;
	}

	.menu_light_text:not(.bg-fixed-color) header.creative .menu > li:hover > a,
	.menu_light_text:not(.bg-fixed-color) header.creative .menu > li:not(.menu-item-has-children).active > a,
	.menu_light_text:not(.bg-fixed-color) header.creative .menu > .current-menu-parent > a,
	.menu_light_text:not(.bg-fixed-color) header.creative .menu > .current-menu-item > a,
	.menu_light_text:not(.bg-fixed-color) header.creative .menu > .current-menu-ancestor > a {
		color: rgba(255, 255, 255, 0.5);
	}
}

@media only screen and (min-width: 1200px) {
	header.creative #topmenu {
		padding-right: 7vw;
		padding-left: 7vw;
	}
}

@media (max-width: 1024px) {
	header.creative #topmenu > .logo {
		display: none;
	}
	header.creative .logo-mobile span i {
		display: none;
	}

	.header-button {
		display: none;
	}

	.header-button--mobile {
		display: block;
		padding: 10px 35px 30px;
	}

	.header-button a {
		width: 100%;
		text-align: center;
	}
}



		.page-id-673 .blog-metro .post-wrap-item.text,
		.page-id-673 .blog-masonry .post-wrap-item.text,
		.page-id-673 #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a,
		body.page-id-673 #booked-profile-page input[type=submit].button-primary,
		.page-id-673 #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td.ui-datepicker-today a:hover,
		body.page-id-673 table.booked-calendar input[type=submit].button-primary,
		body.page-id-673 .booked-list-view button.button,
		body.page-id-673 .booked-list-view input[type=submit].button-primary,
		body.page-id-673 .booked-list-view button.button,
		body.page-id-673 .booked-list-view input[type=submit].button-primary,
		body.page-id-673 .booked-modal input[type=submit].button-primary,
		body.page-id-673 table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
		body.page-id-673 #booked-profile-page .booked-profile-appt-list .appt-block.approved .status-block,
		body.page-id-673 #booked-profile-page .appt-block .google-cal-button > a,
		body.page-id-673 .booked-modal p.booked-title-bar,
		body.page-id-673 table.booked-calendar td:hover .date span,
		body.page-id-673 .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,
		body.page-id-673 .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover,
		.page-id-673 .booked-ms-modal .booked-book-appt,
		.page-id-673 .a-btn-4:not(:hover),
		.page-id-673 .comments.btn-style-4 input[type="submit"]:not(:hover),
		.page-id-673 .comments-form.btn-style-4 input[type="submit"]:not(:hover),
		.page-id-673 .form.btn-style-4 input[type="submit"]:not(:hover),
		.page-id-673 body table.booked-calendar td.today .date span,
		.page-id-673 .a-btn-1:before,
		.page-id-673 .a-btn-9,
		.page-id-673 .comments.btn-style-9 input[type="submit"]:not(:hover),
		.page-id-673 .comments-form.btn-style-9 input[type="submit"]:not(:hover),
		.page-id-673 .form.btn-style-9 input[type="submit"]:not(:hover),
		.page-id-673 .comments.btn-style-1 input[type="submit"]:not(:hover),
		.page-id-673 .comments-form.btn-style-1 input[type="submit"]:not(:hover),
		.page-id-673 .form.btn-style-1 input[type="submit"]:not(:hover),
		.page-id-673 #footer.center .socials-wrap li a:hover,
		.page-id-673 #footer.center.-light .socials-wrap li a:hover,
		.page-id-673 .simple_slider .post-media .swiper-pagination-bullet-active,
		.page-id-673 .accordion.simple .accordion__title:hover span:before,
		.page-id-673 .accordion.simple .accordion__title:hover span:after,
		.page-id-673 .accordion.simple .accordion__item.active .accordion__title span:before,
		.page-id-673 .accordion.simple .accordion__item.active .accordion__title span:after,
		.page-id-673 .accordion.with_media .accordion__title:hover span:before,
		.page-id-673 .accordion.with_media .accordion__title:hover span:after,
		.page-id-673 .accordion.with_media .accordion__item.active .accordion__title span:before,
		.page-id-673 .accordion.with_media .accordion__item.active .accordion__title span:after,
		.page-id-673 .cs-portfolio__item.style-1 .cs-portfolio__link:hover:before,
		.page-id-673 .cs-portfolio__item.style-2 .cs-portfolio__link:hover:before,
		.page-id-673 .portfolio-slider-wrap.slider_with_filter .content-wrap .view-more:before,
		.page-id-673 .post-slider-wrapper.slider_progress .swiper-pagination-progressbar-fill,
		.page-id-673 .main-header-testimonial.vertical-2 .swiper-pagination-bullet-active:after,
		.page-id-673 .main-header-testimonial.vertical-2.light .swiper-pagination-bullet-active:after,
		.page-id-673 .text-portfolio__item.active .text-portfolio__text:before,
		.page-id-673 .team-member.with_description .team-member__overlay,
		.page-id-673 .skill-wrapper.simple_linear .active-line,
		.page-id-673 .pricing__wrap.active,
		.page-id-673 .cs-product-list__message--new {
			background-color: #ff3a3a;
		}

		.page-id-673 #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active,
		.page-id-673 #ui-datepicker-div.booked_custom_date_picker table.ui-datepicker-calendar tbody td a.ui-state-active:hover,
		body.page-id-673 #booked-profile-page input[type=submit].button-primary:hover,
		body.page-id-673 .booked-list-view button.button:hover,
		body.page-id-673 .booked-list-view input[type=submit].button-primary:hover,
		body.page-id-673 table.booked-calendar input[type=submit].button-primary:hover,
		body.page-id-673 .booked-modal input[type=submit].button-primary:hover,
		body.page-id-673 table.booked-calendar th,
		body.page-id-673 table.booked-calendar thead, body table.booked-calendar thead th,
		body.page-id-673 table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
		body.page-id-673 #booked-profile-page .booked-profile-header,
		body.page-id-673 #booked-profile-page .booked-tabs li.active a,
		body.page-id-673 #booked-profile-page .booked-tabs li.active a:hover,
		body.page-id-673 #booked-profile-page .appt-block .google-cal-button > a:hover,
		.page-id-673 #ui-datepicker-div.booked_custom_date_picker .ui-datepicker-header {
			background-color: #ff3a3a !important;
		}

		.page-id-673 .post-details mark,
		.page-id-673 .post-details ins,
		.page-id-673 .woocommerce nav.woocommerce-pagination ul li span.current,
		.page-id-673 .woocommerce nav.woocommerce-pagination ul li a:hover,
		.page-id-673 .woocommerce nav.woocommerce-pagination ul li a:focus {
			background: #ff3a3a;
		}

		.page-id-673 .post-details a:hover,
		.page-id-673 .post-details cite a:hover,
		.page-id-673 .post-details .single-categories a:not(:hover),
		.page-id-673 .post-details .fa-quote-right,
		.page-id-673 .post-details .fa-link,
		.page-id-673 .post-details .single-tags a:hover,
		.page-id-673 .post-details .single-share ul li a:hover,
		.page-id-673 .post-details .post-author__social li a:hover,
		.page-id-673 .post-details .post-nav a:hover,
		.page-id-673 .post-details .single-pagination .pag-title a:hover,
		.page-id-673 .single .comment-reply-title small a:not(:hover),
		.page-id-673 .page-template-default .comment-reply-title small a:not(:hover),
		.page-id-673 .blog-metro .category a:not(:hover),
		.page-id-673 .blog-masonry .category a:not(:hover),
		.page-id-673 .blog-metro .pager-pagination .page-numbers:not(.dots):not(.current):hover,
		.page-id-673 .blog-masonry .pager-pagination .page-numbers:not(.dots):not(.current):hover,
		.page-id-673 .a-btn-1:hover,
		.page-id-673 .comments.btn-style-1 input[type="submit"]:hover,
		.page-id-673 .comments-form.btn-style-1 input[type="submit"]:hover,
		.page-id-673 .form.btn-style-1 input[type="submit"]:hover,
		.page-id-673 #footer [class*='sidebar-'].widget_recent_entries li .post-date,
		.page-id-673 #footer.-light [class*='sidebar-'].widget_recent_entries li .post-date,
		.page-id-673 #footer.center .footer-text a:hover,
		.page-id-673 #footer.center.-light .footer-text a:hover,
		.page-id-673 #footer.construct .footer-col .footer-text a:hover,
		.page-id-673 #footer.construct .socials-wrap li a:hover,
		.page-id-673 #footer.construct.-light .footer-col .footer-text a:hover,
		.page-id-673 #footer.construct.-light .socials-wrap li a:hover,
		.page-id-673 .no-menu>a,
		.page-id-673 .pricing ul li i,
		.page-id-673 .pricing__cost,
		.page-id-673 .cs-product-info__box.is-active .cs-product-info__title,
		.page-id-673 .cs-product-list__price,
		.page-id-673 .cs-promotion__discount, .content:hover .icon,
		.page-id-673 .split-wrapper .tab-link-item.active,
	    .page-id-673 .split-wrapper .tab-link-item:hover,
		.page-id-673 .split-wrapper .content-wrap.light .tab-link-item.active,
   		.page-id-673 .split-wrapper .content-wrap.light .tab-link-item:hover,
		.page-id-673 .cs-tabs__header-item.active,.cs-tabs__header-item:hover,
		.page-id-673 .team-members-wrap.slider .subtitle,
		.page-id-673 .team-members-wrap.slider .member-position,
		.page-id-673 .team-members-wrap.slider-modern .member-social a:hover,
		.page-id-673 .main-header-testimonial.vertical-2 .position,
		.page-id-673 .text-portfolio__item.active .text-portfolio__text,
		.page-id-673 .video-banner .title i,
		.page-id-673 .eno-sidebar .widget_rss li .rss-date:not(:hover),
		.page-id-673 .eno-sidebar .instagram-text a,
		.page-id-673 .eno-sidebar .twitter-item:before,
		.page-id-673 .eno-sidebar .twitter-item a:not(:hover),
		.page-id-673 .eno-sidebar .recent-block .recent-text a:hover,
		.page-id-673 .parallax-window .category-parallax a:not(:hover),
		.page-id-673 .parallax-window .single-share ul li a:hover,
		.page-id-673 .parallax-window .info-item-wrap .item .text-item a:hover,
		.page-id-673 .tile_info .text-gallery-wrap .info-item-wrap .text-item a:hover,
		.page-id-673 .tile_info .text-gallery-wrap .text-wrap .text h6,
		.page-id-673 .tile_info .blockquote i,
		.page-id-673 .tile_info .social-list a:hover,
		.page-id-673 .tile_info .recent-posts-wrapper .subtitle,
		.page-id-673 .menio .banner-wrap .social-list li a:hover,
		.page-id-673 .menio .blockquote cite,
		.page-id-673 .menio .text-wrap h6,
		.page-id-673 .menio .social-list a:hover,
		.page-id-673 .menio .recent-posts-wrapper .subtitle,
		.page-id-673 .simple_slider .info-wrap .text-item a:hover,
		.page-id-673 .simple_slider .info-wrap .social-list a:hover,
		.page-id-673 .simple_slider .text-wrap .text h6,
		.page-id-673 .simple_gallery .categories a:not(:hover),
		.page-id-673 .simple_gallery .info-item-wrap .text-item a:hover,
		.page-id-673 .simple_gallery .add-subtitle,
		.page-id-673 .simple_gallery .accordeon a:hover,
		.page-id-673 .simple_gallery .accordeon a:hover .title,
		.page-id-673 .urban .blockquote i,
		.page-id-673 .urban .social-list a:hover,
		.page-id-673 .info-block-wrap.quote_with_media blockquote i,
		.page-id-673 .headings.simple .title i,
		.page-id-673 .headings.simple .subtitle,
		.page-id-673 .headings.classic .subtitle,
		.page-id-673 .headings.modern .title i,
		.page-id-673 .headings.with_image .title i,
		.page-id-673 .headings.with_video_btn .subtitle,
		.page-id-673 .info-block-wrap.text_over_image .subtitle,
		.page-id-673 .cs-portfolio__filter.style-1 .cs-portfolio__filter-item.active,
		.page-id-673 .cs-portfolio__item.style-1 .cs-portfolio__link:hover,
		.page-id-673 .cs-portfolio__item.style-2 .cs-portfolio__link:hover,
		.page-id-673 .cs-portfolio__item.style-3 .cs-portfolio__link,
		.page-id-673 .portfolio-slider-wrap.slider_with_filter .top-filter-content .filters li.active,
	    .page-id-673 .portfolio-slider-wrap.slider_with_filter .top-filter-content .filters li:hover,
		.page-id-673 .portfolio-slider-wrap.slider_with_filter .content-wrap .view-more,
		.page-id-673 .about-section-simple .subtitle,
		.page-id-673 .about-section-modern .blockquote i,
		.page-id-673 .accordion.simple .accordion__title:hover,
		.page-id-673 .accordion.with_media .accordion__heading i,
		.page-id-673 .accordion.simple .accordion__item.active .accordion__title,
		.page-id-673 .accordion.with_media .accordion__item.active .accordion__title,
		.page-id-673 .accordion.with_media .accordion__title:hover,
		.page-id-673 .top-banner.modern .title i,
		.page-id-673 .top-banner.classic .title i,
		.page-id-673 .top-banner.simple .title i,
		.page-id-673 .top-banner.with-breadcrumbs .title i,
		.page-id-673 .coming-soon__count,
		.page-id-673 .contacts-info-wrap.tabs .tabs-header li.active,
		.page-id-673 .contacts-info-wrap.tabs .info-socials:hover,
		.page-id-673 .contacts-info-wrap.form .subtitle,
		.page-id-673 .contacts-info-wrap.info_form .form input:not([type="submit"]),
		.page-id-673 .contacts-info-wrap.info_form .form textarea,
		.page-id-673 .contacts-info-wrap.subscribe .title i,
		.page-id-673 .contacts-info-wrap.simple_subscribe .title i,
		.page-id-673 .contacts-info-wrap.simple_large_form .title i,
		.page-id-673 .contacts-info-wrap.simple_large_form .icons-wrap a:hover,
		.page-id-673 .experience-wrap.table .info i,
		.page-id-673 .experience-wrap.slider .swiper-slide-active .icon-wrap i,
		.page-id-673 .a-btn-4:hover,
		.page-id-673 .comments.btn-style-4 input[type="submit"]:hover,
		.page-id-673 .comments-form.btn-style-4 input[type="submit"]:hover,
		.page-id-673 .form.btn-style-4 input[type="submit"]:hover,
		.page-id-673 .contacts-info-wrap.info_form .icons-wrap a:hover,
		.page-id-673 .post-slider-wrapper.slider_progress .category {
			color: #ff3a3a;
		}

		body.page-id-673 table.booked-calendar td.today:hover .date span,
		body.page-id-673 table.booked-calendar tr.week td.active .date .number,
		body.page-id-673 table.booked-calendar tr.days th {
			color: #ff3a3a !important;
		}

		body.page-id-673 #booked-profile-page input[type=submit].button-primary,
		body.page-id-673 table.booked-calendar input[type=submit].button-primary,
		body.page-id-673 .booked-list-view button.button,
		body.page-id-673 .booked-list-view input[type=submit].button-primary,
		body.page-id-673 .booked-list-view button.button,
		body.page-id-673 .booked-list-view input[type=submit].button-primary,
		body.page-id-673 .booked-modal input[type=submit].button-primary,
		body.page-id-673 #booked-profile-page .appt-block .google-cal-button > a,
		body.page-id-673 table.booked-calendar .booked-appt-list .timeslot .timeslot-people button,
		body.page-id-673 .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active,
		body.page-id-673 .booked-list-view a.booked_list_date_picker_trigger.booked-dp-active:hover,
		body.page-id-673 table.booked-calendar td.today .date span,
		.page-id-673 .a-btn-1,
		.page-id-673 .a-btn-4,
		.page-id-673 .comments.btn-style-4 input[type="submit"],
		.page-id-673 .comments-form.btn-style-4 input[type="submit"],
		.page-id-673 .form.btn-style-4 input[type="submit"],
		.page-id-673 .comments.btn-style-1 input[type="submit"],
		.page-id-673 .comments-form.btn-style-1 input[type="submit"],
		.page-id-673 .form.btn-style-1 input[type="submit"],
		.page-id-673 .woocommerce nav.woocommerce-pagination ul li a:hover,
		.page-id-673 .woocommerce nav.woocommerce-pagination ul li a:focus,
		.page-id-673 .woocommerce nav.woocommerce-pagination ul li span.current,
		.page-id-673 .contacts-info-wrap.tabs .tabs-header li.active,
		.page-id-673 .accordion.with_media .accordion__item.active .accordion__title,
		.page-id-673 .accordion.with_media .accordion__title:hover,
		.page-id-673 .accordion.simple .accordion__item.active .accordion__title,
		.page-id-673 .accordion.simple .accordion__title:hover,
		.page-id-673 .contacts-info-wrap.form .form input:not([type="submit"]):focus,
		.page-id-673 .contacts-info-wrap.form .form textarea:focus,
		.page-id-673 .contacts-info-wrap.info_form .form input:not([type="submit"]):focus,
		.page-id-673 .contacts-info-wrap.info_form .form textarea:focus,
		.page-id-673 .contacts-info-wrap.simple_large_form .form input:not([type="submit"]):focus,
		.page-id-673 .contacts-info-wrap.simple_large_form .form textarea:focus,
		.page-id-673 .experience-wrap.slider .swiper-slide-active .content-wrap,
		.page-id-673 .services.slider .content:hover,
		.page-id-673 .services.listing .content:hover,
		.page-id-673 .team-member.with_description .team-member__info {
			border-color: #ff3a3a;
		}

		body.page-id-673 #booked-profile-page input[type=submit].button-primary:hover,
		body.page-id-673 table.booked-calendar input[type=submit].button-primary:hover,
		body.page-id-673 .booked-list-view button.button:hover,
		body.page-id-673 .booked-list-view input[type=submit].button-primary:hover,
		body.page-id-673 .booked-modal input[type=submit].button-primary:hover,
		body.page-id-673 table.booked-calendar th,
		body.page-id-673 table.booked-calendar .booked-appt-list .timeslot .timeslot-people button:hover,
		body.page-id-673 #booked-profile-page .booked-profile-header,
		body.page-id-673 #booked-profile-page .appt-block .google-cal-button > a:hover {
			border-color: #ff3a3a !important;
		}

		.page-id-673 .comments.btn-style-1 input[type="submit"],
		.page-id-673 .comments-form.btn-style-1 input[type="submit"],
		.page-id-673 .form.btn-style-1 input[type="submit"] {
			background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ff3a3a));
			background-image: -webkit-linear-gradient(left, transparent 50%, #ff3a3a 50%);
			background-image: -o-linear-gradient(left, transparent 50%, #ff3a3a 50%);
			background-image: linear-gradient(to right, transparent 50%, #ff3a3a 50%);
		}

		.page-id-673 .banner-slider-wrap.text_slider .svg-nav .circle2,
		.page-id-673 .banner-slider-wrap.text_slider .svg-nav .poly-arrow-hover,
		.page-id-673 .banner-slider-wrap.creative .svg-nav .circle2,
		.page-id-673 .banner-slider-wrap.creative .svg-nav .poly-arrow-hover,
		.page-id-673 .experience-wrap.slider .swiper-slide-active svg .bar,
		.page-id-673 .headings.with_video_btn .video-btn-link .svg-nav .circle2,
		.page-id-673 .headings.with_video_btn .video-btn-link .svg-nav .poly-arrow {
			stroke: #ff3a3a;
		}

		@media only screen and (min-width: 1025px) {
			.page-id-673 .aside-animation.static #topmenu li > .fa:hover,
			.page-id-673 .aside-animation.static #topmenu .is-open > a,
			.page-id-673 .aside-animation.static #topmenu .is-open > .fa,
			.page-id-673 .aside-animation.static #topmenu .current-menu-parent > a,
			.page-id-673 .aside-animation.static #topmenu .current-menu-item > a,
			.page-id-673 .aside-animation.static #topmenu li a:hover,
			.page-id-673 .aside-fix .eno-top-social.outside li a:hover,
			.page-id-673 .additional-inner-wrap .eno-top-social a:hover {
			   color: #ff3a3a;
			}

			.page-id-673 .aside-fix .search-icon-wrapper.ico-style .search-field:-webkit-autofill,
			.page-id-673 .aside-fix .search-icon-wrapper.ico-style .search-field:-webkit-autofill:hover,
			.page-id-673 .aside-fix .search-icon-wrapper.ico-style .search-field:-webkit-autofill:focus {
				-webkit-text-fill-color: #ff3a3a;
				-webkit-box-shadow: 0 0 0 1000px #ff3a3a inset;
			}

			.page-id-673 .aside-fix .search-icon-wrapper.ico-style .site-search,
			.page-id-673 .aside-fix .eno-shop-icon,
			.page-id-673 .additional-inner-wrap .search-icon-wrapper .input-group::before {
				background-color: #ff3a3a;
			}
		}

		@media only screen and (max-width: 1024px) {
			.page-id-673 .additional-inner-wrap .eno-top-social a:hover {
				color: #ff3a3a;
			}

			.page-id-673 .additional-inner-wrap .search-icon-wrapper .input-group::before {
				background-color: #ff3a3a;
			}
		}
			.page-id-673 .a-btn-2:not(:hover),
		.page-id-673 .a-btn-8:hover,
		.page-id-673 .comments.btn-style-8 input[type="submit"]:hover,
		.page-id-673 .comments-form.btn-style-8 input[type="submit"]:hover,
		.page-id-673 .form.btn-style-8 input[type="submit"]:hover {
			color: #dd3333;
		}

		.page-id-673 .a-btn-8,
		.page-id-673 .comments.btn-style-8 input[type="submit"],
		.page-id-673 .comments-form.btn-style-8 input[type="submit"],
		.page-id-673 .form.btn-style-8 input[type="submit"] {
			border-color: #dd3333;
		}

		.page-id-673 .a-btn-8:before,
		.page-id-673 .a-btn-9:hover,
		.page-id-673 .comments.btn-style-9 input[type="submit"]:hover,
		.page-id-673 .comments-form.btn-style-9 input[type="submit"]:hover,
		.page-id-673 .form.btn-style-9 input[type="submit"]:hover,
		.page-id-673 .comments.btn-style-8 input[type="submit"]:not(:hover),
		.page-id-673 .comments-form.btn-style-8 input[type="submit"]:not(:hover),
		.page-id-673 .form.btn-style-8 input[type="submit"]:not(:hover) {
			background-color: #dd3333;
		}

		.page-id-673 .comments.btn-style-8 input[type="submit"],
		.page-id-673 .comments-form.btn-style-8 input[type="submit"],
		.page-id-673 .form.btn-style-8 input[type="submit"] {
			background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #dd3333));
			background-image: -webkit-linear-gradient(left, transparent 50%, #dd3333 50%);
			background-image: -o-linear-gradient(left, transparent 50%, #dd3333 50%);
			background-image: linear-gradient(to right, transparent 50%, #dd3333 50%);
		}
	
	.page-id-673 .a-btn-1,
	.page-id-673 .comments.btn-style-1 input[type="submit"],
	.page-id-673 .comments-form.btn-style-1 input[type="submit"],
	.page-id-673 .form.btn-style-1 input[type="submit"],
	.page-id-673 .skill-wrapper.circle .cont::before,
	.page-id-673 .comments.btn-style-8 input[type="submit"],
	.page-id-673 .comments-form.btn-style-8 input[type="submit"],
	.page-id-673 .form.btn-style-8 input[type="submit"],
	.page-id-673 .a-btn-8 {
		box-shadow: none;
	}


	.page-id-673 .a-btn-9,
	.page-id-673 .comments.btn-style-9 input[type="submit"],
	.page-id-673 .comments-form.btn-style-9 input[type="submit"],
	.page-id-673 .form.btn-style-9 input[type="submit"] {
		background-image: -webkit-linear-gradient(left, #ff3a3a 0%, #dd3333 50%, #ff3a3a 100%);
		background-image: -webkit-gradient(linear, left top, right top, from(#ff3a3a), color-stop(50%, #dd3333), to(#ff3a3a));
		background-image: -o-linear-gradient(left, #ff3a3a 0%, #dd3333 50%, #ff3a3a 100%);
		background-image: linear-gradient(to right, #ff3a3a 0%, #dd3333 50%, #ff3a3a 100%);
	}


	.page-id-673 .post-slider-wrapper.classic_slider .img-wrap:before,
	.page-id-673 .team-members-wrap.slider-creative .member-photo:before {
		background-image: -webkit-linear-gradient(322deg, #ff3a3a, #dd3333);
		background-image: -o-linear-gradient(322deg, #ff3a3a, #dd3333);
		background-image: linear-gradient(128deg, #ff3a3a, #dd3333);
	}

	
.a-btn-1,
.a-btn-2,
.a-btn-3,
.a-btn-4,
.a-btn-5,
.a-btn-6,
.a-btn-7,
.a-btn-8,
.a-btn-9,
.comments input[type="submit"],
.comments-form input[type="submit"],
.form input[type="submit"] {
font-family: "Oswald" !important;font-style:normal !important;}

a {
}

/*FOOTER*/
h1 ,
h1 a {
                                               font-family: Oswald !important;                                               }

h2 ,
h2 a {
                                               font-family: Oswald !important;                                               }

h3 ,
h3 a {
                                               font-family: Oswald !important;                                               }

h4 ,
h4 a {
                                               font-family: Oswald !important;                                               }

h5 ,
h5 a {
                                               font-family: Oswald !important;                                               }

h6 ,
h6 a {
                                               font-family: Oswald !important;                                               }

p ,
p a {
                                               font-family: Poppins !important;font-size: 14px !important;
 line-height: normal;                                               }


#topmenu ul li a {
 font-family: "Oswald", sans-serif !important;
}

#topmenu ul ul li a {
 font-family: "Oswald", sans-serif !important;
}
