


/*------------------------------------------------------*/
/*---------------------- 51 .MENU -------------------*/

.header_top_bg {
    position: relative;
    z-index: 2000;
    background-color: #ffffff; }

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

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%; }

.header_trans-fixed.header_top_bg.open header .logo span,
.header_trans-fixed.header_top_bg.open header .mob-nav i {
    color: #1b1b1b; }

.single-post .header_trans-fixed.bg-fixed-color {
    margin-left: 0;
    width: 100%; }

.top-menu {
    padding-bottom: 10px; }

.top-menu .logo {
    display: inline-block; }

.top-menu .logo span {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 3px;
    min-width: 170px;
    text-align: center;
    background-color: transparent;
    color: #1b1b1b;
    display: inline-block; }

.right-menu .logo span {
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0;
    color: #1b1b1b; }

.header_trans-fixed.header_top_bg .logo span {
    color: #fff; }

#topmenu {
    width: 100%;
    text-align: center;
    background: #ffffff; }

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

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

#topmenu ul li a {
    font-size: 12px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    color: #1b1b1b;
    font-weight: 400;
    display: block;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px 5px;
    line-height: 45px;
    letter-spacing: 0.96px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-font-smoothing: antialiased; }

.header_trans-fixed.header_top_bg #topmenu ul li a {
    color: #fff; }

.header_trans-fixed.header_top_bg.open #topmenu ul li a {
    color: #1b1b1b; }

.top-menu #topmenu > ul > li > a,
.top-menu #topmenu ul.social > li > a {
    padding: 0; }

#topmenu .social .fa {
    font-size: 15px; }

.top-menu .logo:hover {
    opacity: 1 !important; }

.top-menu .logo img {
    max-height: 100px; }

#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 {
    font-size: 12px;
    line-height: 26px;
    padding: 3px 30px;
    font-family: "ArcaMajora3 Bold", sans-serif;
    letter-spacing: 0.72px;
    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: #1b1b1b;
    opacity: 1; }

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

.header_trans-fixed .mob-nav i {
    color: #fff; }

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

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

header:not(.aside-menu) #topmenu ul ul li a {
    text-transform: uppercase !important; }

header:not(.aside-menu) #topmenu ul ul ul li a {
    text-transform: lowercase !important; }

.whizz-top-social {
    display: inline-block;
    margin-left: 0px;
    position: relative;
    vertical-align: middle; }

.whizz-top-social .social-icon {
    display: none;
    font-size: 14px;
    color: #1b1b1b;
    opacity: 1;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 30; }

.header_trans-fixed .whizz-top-social .social-icon {
    color: #fff; }

.whizz-top-social .social-icon:hover {
    opacity: 0.7; }

#topmenu .whizz-top-social .social {
    margin-left: 0; }

#topmenu .social li {
    display: inline-block;
    margin-left: 12px; }

#topmenu .whizz-top-social .social li a {
    margin-left: 0;
    color: #1b1b1b;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity 0.3s ease; }

.header_trans-fixed .right-menu #topmenu .whizz-top-social .social li a {
    color: #fff; }

#topmenu .whizz-top-social .social:hover a {
    opacity: 0.7; }

#topmenu .whizz-top-social .social li a:hover {
    opacity: 1; }

.header_trans-fixed .right-menu #topmenu .whizz-top-social .social {
    background-color: transparent; }

#topmenu .whizz-top-social .social li {
    margin-left: 10px; }

#topmenu .whizz-top-social .social.active {
    visibility: visible;
    opacity: 1; }

#topmenu .whizz-top-social .social li a {
    line-height: 45px; }

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

#topmenu .whizz_mini_cart .product_list_widget .mini_cart_item .mini-cart-data .mini_cart_item_price {
    color: #fff; }

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

.mini-cart-wrapper .whizz-shop-icon {
    text-decoration: none;
    padding: 0 10px 3px 25px;
    font-size: 14px; }

.header_trans-fixed .mini-cart-wrapper .whizz-shop-icon::before {
    color: #fff; }

.mini-cart-wrapper .whizz-shop-icon:before {
    display: inline-block;
    line-height: 33px;
    color: #1b1b1b; }

.mini-cart-wrapper .whizz-shop-icon .cart-contents {
    display: inline-block; }

.mini-cart-wrapper .whizz-shop-icon .cart-contents-count {
    display: inline-block;
    line-height: 33px;
    font-family: "ArcaMajora3 Bold";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.12px;
    color: #1b1b1b;
    padding-left: 3px; }

.whizz_mini_cart {
    position: absolute;
    right: 0;
    top: 50px;
    display: block;
    background-color: #1b1b1b;
    opacity: 0;
    visibility: hidden;
    min-width: 330px;
    padding: 23px 30px;
    text-align: center;
    -webkit-transition: opacity .5s ease, visibility 0.5s ease;
    -moz-transition: opacity .5s ease, visibility 0.5s ease;
    -ms-transition: opacity .5s ease, visibility 0.5s ease;
    -o-transition: opacity .5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease; }

.mini-cart-wrapper:hover .whizz_mini_cart {
    opacity: 1;
    visibility: visible; }

#topmenu .whizz_mini_cart .product_list_widget {
    display: block; }

#topmenu .whizz_mini_cart .product_list_widget .empty {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.4px;
    font-weight: 400;
    color: #fff; }

#topmenu .whizz_mini_cart .product_list_widget .mini_cart_item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    margin-bottom: 23px; }

#topmenu .whizz_mini_cart .product_list_widget .mini_cart_item .mini_cart_item_thumbnail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    max-width: 70px;
    margin-top: 7px; }

#topmenu .whizz_mini_cart .product_list_widget .mini_cart_item .mini_cart_item_thumbnail a {
    padding: 0;
    display: block; }

#topmenu .whizz_mini_cart .product_list_widget .mini_cart_item .mini_cart_item_thumbnail img {
    float: none;
    max-width: 70px;
    width: 100%;
    margin-left: 0; }

#topmenu .whizz_mini_cart .product_list_widget .mini_cart_item .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;
    width: 60%;
    padding-left: 20px; }

#topmenu .whizz_mini_cart .product_list_widget .mini_cart_item .mini-cart-data .mini_cart_item_name {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    padding: 0; }

#topmenu .whizz_mini_cart .product_list_widget .mini_cart_item .mini-cart-data .mini_cart_item_quantity {
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2.88px;
    font-weight: 400;
    color: #b2b2b2;
    margin-bottom: 3px; }

#topmenu .whizz_mini_cart a.button {
    margin-bottom: 0;
    letter-spacing: 1.2px;
    line-height: 20px;
    position: relative;
    display: inline-block;
    font-family: "ArcaMajora3 Bold", sans-serif;
    font-weight: bold;
    box-sizing: border-box;
    padding: 10px 46px 6px 30px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background-color: #1B1B1B;
    width: auto;
    border-radius: 0;
    border: 1px solid #fff; }

#topmenu .whizz_mini_cart a.button::after {
    content: '\f0da';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    right: 30px;
    color: #fff;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 300ms ease;
    -moz-transition: right 300ms ease;
    -ms-transition: right 300ms ease;
    -o-transition: right 300ms ease;
    transition: right 300ms ease; }

#topmenu .whizz_mini_cart a.button:hover::after {
    right: 20px; }

.header_trans-fixed.none {
    display: none; }

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

.whizz_mini_cart .product_list_widget .mini_cart_item .mini_cart_item_thumbnail img {
    height: auto; }

.socials-mob-but {
    display: none; }

.socials-mob-but:active,
.socials-mob-but:visited {
    opacity: 1; }

.header_top_bg:not(.header_trans-fixed) {
    padding-bottom: 10px; }

#topmenu .whizz_mini_cart .product_list_widget .mini_cart_item .mini-cart-data .mini_cart_item_price {
    font-size: 12px; }

.unit .mini-cart-wrapper .whizz-shop-icon {
    font-size: 25px; }

header .logo img {
    max-width: none;
    max-height: 75px; }

header .logo:hover {
    opacity: 1; }

.header_trans-fixed .f-right > div:first-child::before {
    background: #fff !important; }

@media only screen and (max-width: 1199px) {
    .whizz-top-social {
        margin-left: 5px; } }
@media (min-width: 992px) {
    .aside-menu .mini-cart-wrapper:hover .whizz_mini_cart {
        opacity: 0;
        visibility: hidden; }

    .header_trans-fixed #topmenu {
        background-color: transparent; }

    #topmenu ul ul {
        background-color: #1B1B1B;
        padding: 10px 0px; }

    .right-menu .logo,
    .right-menu #top-menu {
        display: table-cell;
        vertical-align: middle; }

    .top-menu #topmenu ul ul {
        left: -20px; }

    .top-menu .whizz-top-social {
        margin-left: 10px; }

    #topmenu ul ul li {
        display: block;
        margin-bottom: 5px; }

    #topmenu ul ul li:last-child {
        margin-bottom: 0; }

    .top-menu #topmenu > ul:not(.social) > li {
        margin: 0 10px 5px 10px;
        padding: 0; }

    #topmenu ul ul li a {
        color: #ffffff;
        text-transform: none !important;
        opacity: .7; }

    #topmenu ul ul li a {
        opacity: .7; }
    #topmenu ul ul li a:hover {
        opacity: 1; }

    #topmenu ul ul li.current-menu-item > a {
        color: #fff;
        opacity: 1; }

    .header_trans-fixed.header_top_bg #topmenu ul ul li.current-menu-item > a {
        opacity: 1; }

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

    #topmenu {
        display: block !important; }
    #topmenu .f-right > div {
        position: relative; }
    #topmenu .f-right > div:first-child::before {
        content: '';
        width: 1px;
        height: 15px;
        opacity: .3;
        background-color: #1b1b1b;
        position: absolute;
        right: -15px;
        top: 47%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        }
    #topmenu .f-right > div:last-child::before {
        content: none; }

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

    #topmenu ul li a {
        opacity: .7; }

    .sub-menu li a {
        z-index: 1999; }

    .pl30md {
        padding-left: 30px !important;
        padding-right: 0 !important; }

    .pr30md {
        padding-right: 30px !important;
        padding-left: 0 !important; }

    .right-menu {
        width: 100%;
        margin: auto;
        display: table;
        padding: 22px 0 13px; }
    .right-menu .f-right {
        float: right; }
    .right-menu .f-right > div {
        position: relative; }
    .right-menu .f-right > div:first-child::before {
        content: '';
        width: 1px;
        height: 15px;
        background-color: #B2B2B2;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        }
    .right-menu .f-right > div:last-child::before {
        content: none; }

    .right-menu #topmenu {
        text-align: center;
        display: table-cell !important;
        margin-top: 0;
        vertical-align: middle; }

    .header_trans-fixed.header_top_bg .right-menu {
        padding: 0; }
    .header_trans-fixed.header_top_bg .right-menu #topmenu > ul > li > a {
        padding: 13px 0 13px;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
      }
    .header_trans-fixed.header_top_bg .right-menu #topmenu > ul ul {
        top: 60px; }
    .header_trans-fixed.header_top_bg .right-menu #topmenu > ul ul ul {
        top: -10px; }

    .right-menu #topmenu ul ul {
        left: 10px;
        top: 44px; }

    .top-menu #topmenu ul ul {
        left: -20px;
        top: 100%; }

    .right-menu #topmenu > ul > li > ul > li > ul {
        left: 100%;
        top: -10px; }

    .top-menu #topmenu > ul > li > ul > li > ul {
        left: 100%;
        top: -10px; }

    .right-menu #topmenu .social {
        text-align: right;
        vertical-align: top; }

    .right-menu #topmenu .social li a {
        padding: 0;
        margin-left: 0; }

    .right-menu #topmenu .social li a:hover {
        opacity: 0.5;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }

    .right-menu #topmenu .social li a::after,
    .right-menu #topmenu .social li a::before {
        content: none; }

    .right-menu #topmenu > ul > li > a {
        position: relative;
        padding: 0;
        margin: 0 23px;
        opacity: .7; }

    .right-menu #topmenu > ul > li > a:hover,
    .top-menu #topmenu > ul > li > a:hover {
        opacity: 1; }

    .right-menu #topmenu > ul > li.current-menu-item > a,
    .top-menu #topmenu > ul > li.current-menu-item > a,
    .right-menu #topmenu > ul > li.current-menu-parent > a,
    .top-menu #topmenu > ul > li.current-menu-parent > a {
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }

    .right-menu .logo img {
        max-height: 75px;
        margin: 5px auto; }

    .top-menu #topmenu > ul > li:last-child > ul > li > ul {
        left: -webkit-calc(-100% - 30px);
        left: calc(-100% - 30px);
    }

    #topmenu .whizz-top-social .social {
        z-index: 25;
        text-align: left;
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }

    .aside-nav {
        display: none; }

    .aside-menu {
        position: fixed;
        top: 0;
        left: 0; }
    .aside-menu .topmenu {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100%;
        width: 294px !important;
        padding: 50px 0;
        margin-left: 58px;
        text-align: center;
        background-color: #fff;
        box-sizing: border-box;
        outline: 0;
        z-index: 101;
        backface-visibility: hidden;
        -webkit-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -ms-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
    .aside-menu .topmenu.active-menu {
        left: 0; }
    .aside-menu.active-menu {
        left: 0; }
    .aside-menu.active-menu .aside-nav .aside-nav-line.line-1 {
        display: none; }
    .aside-menu.active-menu .aside-nav .aside-nav-line.line-2 {
        top: 50%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        }
    .aside-menu.active-menu .aside-nav .aside-nav-line.line-3 {
        top: 50%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(-45deg); }
    .aside-menu .logo {
        position: absolute;
        z-index: 9999;
        top: 20px;
        left: 31px;
        padding: 20px 0; }
    .aside-menu .aside-nav {
        position: fixed;
        display: block;
        left: 0;
        top: 0;
        width: 58px;
        background-color: #f2f2f2;
        height: 100%;
        z-index: 1000; }
    .aside-menu .aside-nav .aside-nav-line {
        position: absolute;
        top: 50%;
        left: 18px;
        display: block;
        width: 22px;
        height: 1px;
        background-color: #212121;
        -webkit-transition:transform .3s ease;
        -moz-transition: transform .3s ease;
        -ms-transition: transform .3s ease;
        -o-transition:transform .3s ease;
        transition: transform .3s ease; }
    .aside-menu .aside-nav .aside-nav-line.line-1 {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px); }
    .aside-menu .aside-nav .aside-nav-line.line-3 {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -ms-transform: translateY(6px);
        -o-transform: translateY(6px);
        transform: translateY(6px); }
    .aside-menu .aside-nav:hover {
        opacity: 1; }
    .aside-menu .aside-nav:focus {
        opacity: 1; }
    .aside-menu .aside-nav:hover .aside-nav-line {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    .aside-menu #topmenu {
        display: table !important;
        border-right: 1px solid #f2f2f2; }
    .aside-menu #topmenu ul.menu {
        display: inline-block;
        padding-bottom: 50px;
        vertical-align: middle;
        overflow-y: auto;
        width: 100%;
        max-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .aside-menu #topmenu ul.menu li {
        display: block; }
    .aside-menu #topmenu ul.menu li a {
        text-align: center; }
    .aside-menu #topmenu .f-right {
        float: none;
        position: absolute;
        left: 50%;
        width: -webkit-calc(100% - 35px);
        width: -moz-calc(100% - 35px);
        width: calc(100% - 35px);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 40px;
        z-index: 2; }
    .aside-menu #topmenu .f-right .whizz-top-social {
        margin-left: 0; }
    .aside-menu #topmenu .f-right .whizz-top-social li {
        margin-right: 5px;
        margin-left: 5px; }
    .aside-menu #topmenu .sub-menu {
        width: 293px !important;
        position: static; }
    .aside-menu #topmenu::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: #fff;
        z-index: 1; }
    .aside-menu #topmenu > ul > li:hover ul,
    .aside-menu #topmenu > ul > li > ul > li:hover ul {
        display: none; }
    .aside-menu #topmenu ul > li > ul > li > ul {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee; }

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

    header:not(.aside-menu).right-menu #topmenu ul .mega-menu > ul {
        width: 100%;
        left: 0;
        top: 60px; }

    header:not(.aside-menu) #topmenu ul li.mega-menu:hover > ul {
        padding-top: 25px;
        overflow: hidden; }
    header:not(.aside-menu) #topmenu ul li.mega-menu:hover > ul::before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 30px;
        background-color: #1B1B1B;
        z-index: 10; }

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

    header:not(.aside-menu) #topmenu ul li.mega-menu > ul > li::before {
        content: "";
        position: absolute;
        width: 1px;
        left: 100%;
        top: 30px;
        height: 100vh;
        background-color: #353535; }

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

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

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

    header:not(.aside-menu) #topmenu ul li.mega-menu:hover > ul > li > a {
        text-transform: uppercase !important; }

    header:not(.aside-menu) #topmenu ul > li.mega-menu:hover > ul > li > ul {
        display: block;
        position: static;
        text-align: left;
        min-width: 100%; }

    header:not(.aside-menu) #topmenu ul > li.mega-menu:hover > ul > li > ul > li {
        display: block; }

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

    header.top-menu #topmenu ul li.mega-menu > ul {
        top: -webkit-calc(100% - 25px);
        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; }

    .top-menu .logo span {
        padding: 24px 10px; }

    header.top-menu .logo span {
        padding: 15px 10px; }

    #topmenu {
        margin-top: 13px; }

    .right-menu {
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
    }

    .right-menu .logo span {
        float: left; }

    .top-menu #topmenu > ul:not(.social) > li {
        margin: 0 0 5px;
        padding: 0 23px; }

    .top-menu #topmenu > ul > li:last-child > ul > li > ul {
        left: -webkit-calc(-100%);
        left: calc(-100%);
    }

    .top-menu #topmenu > ul > li > ul > li > ul {
        left: -webkit-calc(100% + 23px);
        left: calc(100% + 23px);
    } }
@media (min-width: 992px) and (max-width: 1199px) {
    .right-menu #topmenu > ul > li > a {
        margin: 0 10px; } }
@media (min-width: 991px) {
    .top-menu {
        padding-top: 20px;
        padding-bottom: 20px; }

    .main-wrapper.unit .right-menu #topmenu > ul > li > a {
        margin: 0 10x; } }
@media (max-width: 991px) {
    .header_top_bg > .container {
        width: 100%; }

    #topmenu {
        overflow-x: hidden; }

    .header_trans-fixed.header_top_bg .mini-cart-wrapper .whizz-shop-icon .cart-contents-count {
        color: #1b1b1b; }

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

    header {
        padding: 20px 45px; }

    #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 > a,
    #topmenu .menu li.menu-item-has-children > a {
        position: relative; }

    #topmenu ul li a:hover {
        opacity: 1; }

    .mob-nav {
        display: block;
        margin: 0;
        position: absolute;
        top: -webkit-calc(50% - 4px);
        top: calc(50% - 4px);
        left: 20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .mob-nav i::before {
        font-size: 24px; }

    #topmenu {
        display: inline-block;
        overflow-y: auto;
        height: 100vh !important;
        position: absolute;
        padding-bottom: 84px;
        margin-bottom: 50px;
        text-align: left;
        padding-top: 0px;
        top: 100%;
        width: auto;
        background-color: transparent; }

    #topmenu ul ul {
        display: block;
        position: static; }

    #topmenu ul.menu > li > ul > li > ul {
        display: block !important; }

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

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

    #topmenu ul.menu li a {
        padding: 5px 10px;
        line-height: 25px;
        display: block;
        width: 100% !important;
        float: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }

    #topmenu ul.menu li a:hover {
        opacity: 0.7;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }

    /*1 level menu*/
    #topmenu > ul.menu > li {
        margin-bottom: 15px; }

    #topmenu > ul.menu > li > a {
        font-size: 14px; }

    /*2 level menu*/
    #topmenu > ul.menu > li > ul > li,
    #topmenu > ul.menu > li > ul > li > ul > li {
        margin: -1px 15px 0;
        border: 1px solid #f1f2f3; }

    #topmenu > ul.menu > li > ul > li > ul > li:last-child {
        margin-bottom: 20px; }

    #topmenu .social li a {
        padding: 0 10px !important;
        line-height: 25px !important; }

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

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

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

    .header_trans-fixed.header_top_bg #topmenu {
        top: 100%; }

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

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

    .right-menu #topmenu .whizz-top-social .social li {
        margin-left: 7px; }

    .header_trans-fixed.open .right-menu #topmenu .whizz-top-social .social li a {
        color: #1b1b1b; }

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

    .whizz_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 {
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%);
        left: 0;
        opacity: .7;
        -webkit-transition: all 950ms ease;
        -moz-transition: all 950ms ease;
        -ms-transition: all 950ms ease;
        -o-transition: all 950ms ease;
        transition: all 950ms ease; }
    #topmenu.open {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all 650ms ease;
        -moz-transition: all 650ms ease;
        -ms-transition: all 650ms ease;
        -o-transition: all 650ms ease;
        transition: all 650ms ease; }

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

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

    #topmenu .f-right {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        background: #fff;
        padding: 15px;
        padding-top: -webkit-calc(100vh / 2 - 100px);
        padding-top: calc(100vh / 2 - 100px);
        top: 0;
        left: 150%;
        text-align: center;
        z-index: 9999;
        width: 100%;
        height: 100vh;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        -ms-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease; }
    #topmenu .f-right a {
        visibility: hidden; }
    #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 .whizz-top-social .social li a {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }

    .socials-mob-but {
        display: block;
        margin: 0;
        position: absolute;
        top: -webkit-calc(50% + 2px);
        top: calc(50% + 2px);
        right: 20px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .socials-mob-but i::before {
        font-size: 24px; }

    #topmenu .social .fa,
    .mini-cart-wrapper .whizz-shop-icon {
        font-size: 35px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }

    .mini-cart-wrapper .whizz-shop-icon {
        padding: 4px 10px; }

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

    .header_trans-fixed .socials-mob-but i {
        color: #fff; }

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

    .header_trans-fixed.header_top_bg {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }

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

    #topmenu .whizz-top-social .social:hover a {
        opacity: 1 !important; }

    .whizz_mini_cart {
        display: none; }

    .whizz-top-social {
        vertical-align: middle;
        margin-left: 0; }

    #topmenu .whizz-top-social .social li {
        margin-left: 0; }

    .mini-cart-wrapper .whizz-shop-icon:before {
        margin-top: -3px; }

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


/*------------------------------------------------------*/
/*---------------------- 54 .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: 992px) {
    body.static-menu .header_top_bg{
        z-index: 2000;
        position: fixed;
        height: 0;
    }
    .static-menu .aside-menu{
        height: 100vh;
    }
    .static-menu {
        padding-left: 293px;
        position: relative; }
    .static-menu .right-menu .logo span {
        float: none; }
    .static-menu.woocommerce > .main-wrapper > .container {
        padding: 0 15px !important; }
    .static-menu.woocommerce.woocommerce-page ul.products {
        margin-top: 20px; }
    .static-menu.woocommerce div.product {
        margin-top: 20px; }
    .static-menu .whizz-woocommerce-pagination .nav-links {
        padding: 30px 30px 70px; }
    .static-menu .main-header-testimonial {
        margin-left: auto;
        margin-right: auto; }
    .static-menu .single-pagination {
        padding: 15px; }
    .static-menu .top-banner {
        height: 500px; }
    .static-menu .row.single-share {
        margin-right: 0;
        margin-left: 0; }
    .static-menu .portfolio-single-content .izotope-container {
        margin-top: 20px; }
    .static-menu .pixproof-data,
    .static-menu .pixproof-data .grid__item:last-child {
        margin-top: 20px; }
    .static-menu .portfolio-single-content .single-pagination {
        padding: 50px 15px; }
    .static-menu .banner-slider .page-view {
        max-width: 100%; }
    .static-menu .portfolio-single-content p,
    .static-menu .portfolio-single-content h1,
    .static-menu .portfolio-single-content h2,
    .static-menu .portfolio-single-content h3,
    .static-menu .portfolio-single-content h4,
    .static-menu .portfolio-single-content h5,
    .static-menu .portfolio-single-content h6 {
        padding: 0 15px; }
    .static-menu .portfolio-single-content .row.gallery-single {
        margin-right: 0;
        margin-left: 0; }
    .static-menu .swiper-container-split .swiper-slide .slide-item.slide-text-left .wrap-slide-text {
        padding-left: 190px; }
    .static-menu .vc_row:not([data-vc-stretch-content="true"]) {
        padding-left: 0 !important;
        padding-right: 0 !important; }
    .static-menu .vc_row[data-vc-full-width] {
        max-width: -webkit-calc(100% + 30px) !important;
        max-width: calc(100% + 30px) !important;
        left: 0 !important; }
    .static-menu .top-banner .content {
        padding: 0 15px; }
    .static-menu .flow-slider .swiper-container {
        width: 120vw; }
    .static-menu .exhibition-wrap .container-wrap {
        max-width: 100%; }
    .static-menu .exhibition-wrap .slide {
        max-width: -webkit-calc(70vw - 90px);
        max-width: calc(70vw - 90px);
    }
    .static-menu #footer {
        max-width: -webkit-calc(100% - 294px);
        max-width: calc(100% - 294px);
        left: 294px; }
    .static-menu .container {
        max-width: 100%; }
    .static-menu .header_top_bg {
        padding-bottom: 0; }

    .aside-menu.static {
        max-width: 290px;
        left: 0; }
    .aside-menu.static .aside-nav {
        display: none; }
    .aside-menu.static #topmenu ul.menu {
        overflow-y: hidden;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .aside-menu.static #topmenu {
        left: 0 !important;
        margin-left: 0;
        vertical-align: top;
        border-right: none; }
    .aside-menu.static #topmenu .sub-menu {
        margin-left: 20px;
        width: -webkit-calc(100% - 40px) !important;
        width: calc(100% - 40px) !important;
    }
    .aside-menu.static #topmenu li:hover > .sub-menu {
        display: none; }
    .aside-menu.static #topmenu .menu li a {
        text-align: left;
        font-size: 14px;
        line-height: 2;
        padding: 0 20px 5px 45px; }
    .aside-menu.static #topmenu .menu li a:hover {
        opacity: 1; }
    .aside-menu.static #topmenu .current-menu-parent a,
    .aside-menu.static #topmenu .current-menu-item a {
        opacity: 1; }
    .aside-menu.static #topmenu .f-right {
        text-align: left;
        padding-left: 28px; }
    .aside-menu.static .logo {
        left: 0;
        width: 100%;
        top: 0;
        padding-top: 40px;
        text-align: left;
        opacity: 1;
        padding-left: 45px; }
    .aside-menu.static .logo span {
        font-size: 30px;
        line-height: 1; }
    .aside-menu.static .logo img {
        max-width: 100%; }
    .aside-menu.static .logo:hover {
        opacity: 1; } }
@media only screen and (min-width: 1650px) {
    .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 .pricing-item {
        padding: 60px 40px; }
    .static-menu .pricing-item .mask-image {
        min-width: 150px;
        width: 150px; } }
@media only screen and (min-width: 1200px) and (max-width: 1275px) {
    .static-menu .pricing-item .mask-image {
        min-width: 130px;
        width: 130px; } }
@media only screen and (min-width: 992px) 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: 992px) and (max-width: 1350px) {
    .static-menu .contacts-info-wrap.style3 .content {
        padding: 100px 20px; }
    .static-menu .swiper3-container.carousel-albums .swiper3-button-prev {
        left: 30px; }
    .static-menu .swiper3-container.carousel-albums .swiper3-button-prev:hover {
        left: 20px; }
    .static-menu .swiper3-container.carousel-albums .swiper3-button-next {
        right: 30px; }
    .static-menu .swiper3-container.carousel-albums .swiper3-button-next:hover {
        right: 20px; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .static-menu.single-product .product .woocommerce-Reviews #comments, .static-menu.whizz_product_detail .product .woocommerce-Reviews #comments {
        width: 60%; }
    .static-menu.single-product .product .woocommerce-Reviews #review_form_wrapper, .static-menu.whizz_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: 992px) 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: -webkit-calc(100% - 40px);
        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; } }



/*------------------------------------------------------*/
/*---------------------- 54 .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: 992px) {
    .static-menu {
        padding-left: 293px;
        position: relative; }
    .static-menu .right-menu .logo span {
        float: none; }
    .static-menu.woocommerce > .main-wrapper > .container {
        padding: 0 15px !important; }
    .static-menu.woocommerce.woocommerce-page ul.products {
        margin-top: 20px; }
    .static-menu.woocommerce div.product {
        margin-top: 20px; }
    .static-menu .whizz-woocommerce-pagination .nav-links {
        padding: 30px 30px 70px; }
    .static-menu .main-header-testimonial {
        margin-left: auto;
        margin-right: auto; }
    .static-menu .single-pagination {
        padding: 15px; }
    .static-menu .top-banner {
        height: 500px; }
    .static-menu .row.single-share {
        margin-right: 0;
        margin-left: 0; }
    .static-menu .portfolio-single-content .izotope-container {
        margin-top: 20px; }
    .static-menu .pixproof-data,
    .static-menu .pixproof-data .grid__item:last-child {
        margin-top: 20px; }
    .static-menu .portfolio-single-content .single-pagination {
        padding: 50px 15px; }
    .static-menu .banner-slider .page-view {
        max-width: 100%; }
    .static-menu .portfolio-single-content p,
    .static-menu .portfolio-single-content h1,
    .static-menu .portfolio-single-content h2,
    .static-menu .portfolio-single-content h3,
    .static-menu .portfolio-single-content h4,
    .static-menu .portfolio-single-content h5,
    .static-menu .portfolio-single-content h6 {
        padding: 0 15px; }
    .static-menu .portfolio-single-content .row.gallery-single {
        margin-right: 0;
        margin-left: 0; }
    .static-menu .swiper-container-split .swiper-slide .slide-item.slide-text-left .wrap-slide-text {
        padding-left: 190px; }
    .static-menu .vc_row:not([data-vc-stretch-content="true"]) {
        padding-left: 0 !important;
        padding-right: 0 !important; }
    .static-menu .vc_row[data-vc-full-width] {
        max-width: -webkit-calc(100% + 30px) !important;
        max-width: calc(100% + 30px) !important;
        left: 0 !important; }
    .static-menu .top-banner .content {
        padding: 0 15px; }
    .static-menu .flow-slider .swiper-container {
        width: 120vw; }
    .static-menu .exhibition-wrap .container-wrap {
        max-width: 100%; }
    .static-menu .exhibition-wrap .slide {
        max-width: -webkit-calc(70vw - 90px);
        max-width: calc(70vw - 90px);
    }
    .static-menu #footer {
        max-width: -webkit-calc(100% - 294px);
        max-width: calc(100% - 294px);
        left: 294px; }
    .static-menu .container {
        max-width: 100%; }
    .static-menu .header_top_bg {
        padding-bottom: 0; }

    .aside-menu.static {
        max-width: 290px;
        left: 0; }
    .aside-menu.static .aside-nav {
        display: none; }
    .aside-menu.static #topmenu ul.menu {
        overflow-y: hidden;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .aside-menu.static #topmenu {
        left: 0 !important;
        margin-left: 0;
        vertical-align: top;
        border-right: none; }
    .aside-menu.static #topmenu .sub-menu {
        margin-left: 20px;
        width: -webkit-calc(100% - 40px) !important;
        width: calc(100% - 40px) !important;
    }
    .aside-menu.static #topmenu li:hover > .sub-menu {
        display: none; }
    .aside-menu.static #topmenu .menu li a {
        text-align: left;
        font-size: 14px;
        line-height: 2;
        padding: 0 20px 5px 45px; }
    .aside-menu.static #topmenu .menu li a:hover {
        opacity: 1; }
    .aside-menu.static #topmenu .current-menu-parent a,
    .aside-menu.static #topmenu .current-menu-item a {
        opacity: 1; }
    .aside-menu.static #topmenu .f-right {
        text-align: left;
        padding-left: 28px; }
    .aside-menu.static .logo {
        left: 0;
        width: 100%;
        top: 0;
        padding-top: 40px;
        text-align: left;
        opacity: 1;
        padding-left: 45px; }
    .aside-menu.static .logo span {
        font-size: 30px;
        line-height: 1; }
    .aside-menu.static .logo img {
        max-width: 100%; }
    .aside-menu.static .logo:hover {
        opacity: 1; } }
@media only screen and (min-width: 1650px) {
    .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 .pricing-item {
        padding: 60px 40px; }
    .static-menu .pricing-item .mask-image {
        min-width: 150px;
        width: 150px; } }
@media only screen and (min-width: 1200px) and (max-width: 1275px) {
    .static-menu .pricing-item .mask-image {
        min-width: 130px;
        width: 130px; } }
@media only screen and (min-width: 992px) 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: 992px) and (max-width: 1350px) {
    .static-menu .contacts-info-wrap.style3 .content {
        padding: 100px 20px; }
    .static-menu .swiper3-container.carousel-albums .swiper3-button-prev {
        left: 30px; }
    .static-menu .swiper3-container.carousel-albums .swiper3-button-prev:hover {
        left: 20px; }
    .static-menu .swiper3-container.carousel-albums .swiper3-button-next {
        right: 30px; }
    .static-menu .swiper3-container.carousel-albums .swiper3-button-next:hover {
        right: 20px; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .static-menu.single-product .product .woocommerce-Reviews #comments, .static-menu.whizz_product_detail .product .woocommerce-Reviews #comments {
        width: 60%; }
    .static-menu.single-product .product .woocommerce-Reviews #review_form_wrapper, .static-menu.whizz_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: 992px) 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: -webkit-calc(100% - 40px);
        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; } }


/*------------------------------------------------------*/
/*---------------------- 03 .ASIDE MENU VERTICAL LOGO ----------------------*/

@media only screen and (min-width: 992px){
    header.aside-menu{
        padding: 0;
    }
    .aside-menu.vertical .logo {
        position: fixed;
        top: auto;
        bottom: 15px;
        left: 0;
        -webkit-transform-origin: left top 0;
        -moz-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        padding: 0;
        height: 58px;
    }
    .aside-menu.vertical .logo span,
    .aside-menu.vertical .logo img{
        max-height: 58px;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}


/*------------------------------------------------------*/
/*---------------------- 05 .LEFT ALIGN MENU ----------------------*/
@media only screen and (min-width: 992px) {
    .right-menu.left .logo span {
        margin-top: 2px; }
    .right-menu.left #topmenu {
        padding-left: 23px;
        text-align: left; }
    .right-menu.left #topmenu > ul > li > a {
        margin: 0 18px 0 0; } }
@media only screen and (max-width: 991px) {
    #topmenu ul.menu {
        max-height: 300000px !important; }
    #topmenu ul.menu{
        min-width: 200px;
    }
    .header_trans-fixed.header_top_bg.open #topmenu ul li a{
        color: #1b1b1b;
    }
}

/*------------------------------------------------------*/
/*---------------------- 09 .COMPACT MENU ----------------------*/
@media only screen and (min-width: 992px) {
    .right-menu.compact .mob-nav {
        display: table-cell;
        vertical-align: middle;
        padding: 30px;
        width: 12px;
        font-size: 20px; }
    .right-menu.compact .mob-nav .fa-times {
        font-size: 22px; }
    .right-menu.compact #topmenu {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 350ms ease;
        -moz-transition: all 350ms ease;
        -ms-transition: all 350ms ease;
        -o-transition: all 350ms ease;
        transition: all 350ms ease; }
    .right-menu.compact #topmenu.open {
        opacity: 1;
        visibility: visible; }

    .header_trans-fixed.header_top_bg.open .right-menu.compact #topmenu ul li a,
    .header_trans-fixed.header_top_bg.open .right-menu.compact .logo span,
    .header_trans-fixed.header_top_bg.open .right-menu.compact .mob-nav i {
        color: #fff; } }


/*------------------------------------------------------*/
/*---------------------- XX .FULL SCREEN MENU ----------------------*/

@media only screen and (min-width: 992px) {
    .right-menu.full #topmenu .full-menu-wrap{
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        padding: 30px 0;
    }
    .right-menu.full #topmenu{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        z-index: 90;
    }

    .right-menu.full #topmenu ul.menu li a{
        text-align: center;
        line-height: 1.5;
        padding: 15px;
    }
    .right-menu.full #topmenu ul ul li a{
        padding: 10px 15px;
    }
    .right-menu.full #topmenu ul{
        display: block;
    }
    header.full #topmenu ul li.mega-menu:hover > ul{
        padding-top: 10px;
    }
    .right-menu.full #topmenu ul li::before,
    .right-menu.full #topmenu ul ul,
    .right-menu.full #topmenu ul ul li{
        display: none;
    }
    .right-menu.full #topmenu ul ul li{
        display: block!important;
        float: none!important;
        width: 100%!important;
    }
    .right-menu.full #topmenu .f-right li{
        display: inline-block;
    }
    .right-menu.full #topmenu .f-right{
        display: block;
        float: none;
        margin-top: 30px!important;
    }
    .right-menu.full #topmenu ul li{
        display: block;
    }
    .right-menu.full #topmenu .mob-nav{
        position: relative;
        z-index: 9000;
    }
    .right-menu.full .sub-menu{
        position: static!important;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .right-menu.full .whizz_mini_cart{
        display: none;
    }
    .right-menu.full .mob-nav{
        position: relative;
        z-index: 1000;
    }
}

@media only screen and (max-width: 991px) {
    .right-menu.full #topmenu .full-menu-wrap{
        position: static;
        padding: 0;
    }
}

.logo img {width:530px !important;height:23px !important;max-height:23px !important;}
.animsition-loading{
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: white;
    -webkit-animation: scaleout-image 700ms infinite ease-in-out;
    animation: scaleout-image 700ms infinite ease-in-out;
}
.animsition-loading:after {
    display: none !important;
}

.animsition-loading:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: scaleout 700ms infinite ease-in-out;
    animation: scaleout 700ms infinite ease-in-out;
    display: none;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.preloader-svg svg{
    height: 300px!important;
}
    @media only screen and (max-width:991px){
        .preloader-svg svg{
            height:200px!important;
        }
    }
@media only screen and (max-width: 767px){
    .preloader-svg svg{
        height:130px!important;
    }
}


/**** WHITE VERSION  ****/


@media only screen and (min-width: 992px){
    #topmenu ul ul,
    header:not(.aside-menu) #topmenu ul li.mega-menu:hover > ul::before{
        background-color: #1B1B1B;;
    }
}

    .header_trans-fixed.header_top_bg.bg-fixed-color{
        background-color: rgba(27,27,27,0.01)!important;
    }
/* ======= FRONT COLOR 1 ======= */


/*END FRONT COLOR 1*/

/* ======= FRONT COLOR 2 ======= */


/*END FRONT COLOR 2*/

/* ======= BASE WHITE COLOR ======= */


.a-btn, .a-btn-2 {
}

a {
}

/*FOOTER*/

#topmenu > ul > div > div > li > a,
#topmenu > ul > li > a {
}

#topmenu ul ul li a {
}


.woocommerce .product .images .thumbnails {padding-right:100px!important;}
.recent-post-single {clear:both!important;}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {padding:0 10%!important;}
#responsive-menu-container {top:100px!important;}
.whizz_images .swiper-slide a {min-height:1000px!important;}
.swiper-wrapper, swiper-slide s-back-switch active swiper-slide-visible swiper-slide-active {height:auto!important;}
.single-product .product .summary .cart .variations .value ul li, .whizz_product_detail .product .summary .cart .variations .value ul li {display:block!important;}
.woocommerce-product-gallery__image {padding-right:100px;}
.portfolio.big_gap.masonry_modern.col-3 .item .item-link, .portfolio.big_gap.masonry_modern.col-4 .item .item-link, .portfolio.big_gap.masonry_modern.col-6 .item .item-link, .portfolio.big_gap.masonry_modern.col-3 .item, .portfolio.big_gap.masonry_modern.col-4 .item, .portfolio.big_gap.masonry_modern.col-6 .item {max-height:none!important;}
.tparrows::before {color:#ececec!important}
.single-product .product .summary .product_desc, .whizz_product_detail .product .summary .product_desc {display:block!important;}
.exhibitions-en, .exhibitions {
    width: 75%!important;
    position: relative!important;
    float: none;
    left: auto!important;
    top: auto!important;
    margin: 0 auto 70px auto!important;
    transform:none!important;
}
.whizz_product_detail {margin-top:50px}
.margine0 {margin-bottom:0px!important;}
.top15 {top:-15px;}
.vc_column_container>.vc_column-inner {padding-left:55px!important; padding-right:55px!important;}
.single-product .product_price, .whizz_product_detail .product_price{ width:auto!important;order:5!important;}
.related.products, .product_meta {
  display: none!important;
}
@media (min-width: 992px){
.top-menu .whizz-top-social {margin-left:5px!important;}
}
#topmenu .whizz-top-social .social li {margin-left:0px!important;}
#topmenu .f-right > div:first-child::before {right:-5px!important}
.wpml-ls-legacy-list-horizontal {padding:0px!important;}
#topmenu ul li a {line-height:normal!important; padding:0 5px!important;}
@media (max-width: 1440px) and (min-width: 996px){
.post .post-wrap-item-ex.text, .post .post-wrap-item-ex .post-media {height:240px!important}
.page .woocommerce.columns-3 ul.products li.product .whizz-prod-list-image, .woocommerce ul.products.gutt-col-3 li.product .whizz-prod-list-image {height:425px!important;}
}
@media (max-width: 1919px) and (min-width: 1441px){
.post .post-wrap-item-ex.text, .post .post-wrap-item-ex .post-media {height:333px!important}
.page .woocommerce.columns-3 ul.products li.product .whizz-prod-list-image, .woocommerce ul.products.gutt-col-3 li.product .whizz-prod-list-image {height:595px!important;}
}
@media (min-width: 1920px) {
.post .post-wrap-item-ex.text, .post .post-wrap-item-ex .post-media {height:375px!important}
.page .woocommerce.columns-3 ul.products li.product .whizz-prod-list-image, .woocommerce ul.products.gutt-col-3 li.product .whizz-prod-list-image {height:640px!important;}
}
@media (max-width: 995px) and (min-width: 300px){
.post .post-wrap-item-ex.text, .post .post-wrap-item-ex .post-media {height:200px!important}
h2 {font-size:20px!important;line-height:25px!important;}
.portfolio-single-content p {font-size:10px!important; line-height:18px!important;}
p.didascalia {font-size:9px!important; line-height:16px!important;}
.vc_column_container > .vc_column-inner {padding-right:0px!important; padding-left:0px!important;}
.post {width:50%;float:left;}
.post .post-wrap-item.text, .post .post-wrap-item .post-media {height:120px;}
.post-content {width:100%!important}
.post-content h5 {line-height:16px; font-size:8px!important;}
.page .woocommerce.columns-3 ul.products li.product .whizz-prod-list-image, .woocommerce ul.products.gutt-col-3 li.product .whizz-prod-list-image {min-height:330px!important;}
.whizz_images .swiper-slide a {min-height:360px!important;}
h5.title {font-size:11px!important;}
}
.woocommerce ul.products li.product .whizz-prod-list-image .whizz-link{position:absolute;top:0!important;height:100%;width:100%;display:block!important;opacity:0!important;}
.woocommerce ul.products li.product .whizz-prod-list-image .product-links-wrapp {position:absolute;width:100%;height:100%;}
.woocommerce ul.products li.product .whizz-prod-list-image:hover:after {
	opacity: 0!important;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {float:left!important;}
.post > .post-wrap-item-ex {
	text-decoration: none;
	display: block;
	position: relative;
	opacity: 1 !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
	background-color: #343434;
}
.post .post-wrap-item-ex.text,
.post .post-wrap-item-ex .post-media {
	display: block;
	width: 100%;
	height: 240px;
	margin-bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.post>.post-wrap-item-ex:before {background-color: rgba(0,0,0,0)!important;}
.container.whizz_product_detail.no-padd {padding:0px!important;}
.woocommerce div.product p.stock {display:none!important;}
.slick-list.draggable {display:none!important;}
.whizz_product_detail .product .whizz_images, .single-product .product .whizz_images {max-width:none!important;}
.whizz_images .pagination .swiper-pagination-switch {background-color:black!important;}
.page-title-blog {display:none!important;}
.post-paper>.container {-webkit-box-shadow:none!important;box-shadow:none!important;}
.portfolio.masonry .item-portfolio-content .portfolio-title {font-size:14px!important;}
.wpb_text_column a, .wpb_text_column p, .post-content .date, .portfolio-single-content p, p, a {font-family:"ArcaMajora3 ", sans-serif!important;}
.portfolio.masonry .item {min-height:0px;}
.aligncenter, div.aligncenter {display:block!important;}
header .logo img {max-width:100%!important;}

@media (max-width: 767px) {
#footer .copyright, #footer .social-links {font-size:8px; line-height:10px;}
.socials-mob-but{display:none!important;}
#footer.fix-bottom {position:relative!important;}
#topmenu ul.menu li a {font-size:10px!important;line-height:5px;}
header .logo img {max-width:90%!important; height:90%!important}
}

#footer .copyright, #footer .social-links {font-size:11px; line-height:12px;}
.portfolio-single-content p {font-size:12px;}
p a {opacity:0.7;}
p a:hover {color:#1b1b1b;opacity:1;}
.whizz-sound-btn {display:none;}
.full_screen_slider .slider-click .number {display:none;}
.item-overlay {background-color:rgba(0,0,0,0)!important;}
/*.wpb_text_column p, .single-post p {color:#000; opacity:.7;}*/
.post-content h5 {font-size:18px;}
.lg-outer .lg-img-wrap {background-color:#fff;}
.lg-outer .lg-thumb-outer {background-color:#fff!important;}
.lg-sub-html {color:#000!important;opacity:0.7;background-color:transparent!important;font-size:12px!important;bottom:1%!important;}
.lg-actions .lg-next, .lg-actions .lg-prev, .lg-outer .lg-toogle-thumb {color:#000!important;background:none!important;}
.lg-sub-html, .lg-toolbar {background-color: rgba(255,255,255,.3)!important;}
.lg-toolbar .lg-icon {color:#000!important;}
.lg-toolbar {background-color:transparent!important;}
.lg-fullscreen, #lg-zoom-in, #lg-zoom-out, #lg-actual-size, #lg-counter {display:none!important;}
.lg-outer .lg-thumb-outer {display:none!important;}
.lg-img-wrap {padding:5% 5px!important;}
body, .post-content h5 {text-transform:uppercase;font-size:12px;}
.gallery-item .info-content h5 {font-size:12px!important;}
.single-post p, .sm-wrap-post .content .title {font-size:12px;}
#footer .copyright a {color:#dadada!important; font-size:11px!important;}
.filter ul {margin:10px 0 55px 0!important;}
/*body.page-id-8 {background: url(/background-contatti.jpg);}*/
#afc_sidebar_7876 {padding:0px!important;margin-top:-10px!important;}
a {text-decoration:none!important;}
.fa-remove:before, .fa-close:before, .fa-times:before {content: "\f0c9"!important;}
.parallax-window .content-parallax .category-parallax a {font-family:"ArcaMajora3 ", sans-serif!important;font-style:normal!important;}
.parallax-window .content-parallax .category-parallax a {text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;}
.parallax-window .content-parallax h3 {text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;}
.woocommerce .whizz_product_detail div.product p.price, .woocommerce .single-product div.product p.price, .woocommerce .whizz_product_detail div.product span.price, .woocommerce .single-product div.product span.price, .woocommerce ul.products.default li.product .price, .whizz_cart.shop_table ul .cart_item ul .product-price, .whizz_cart.shop_table ul .cart_item ul .product-subtotal, #topmenu .whizz_mini_cart .product_list_widget .mini_cart_item .mini-cart-data .mini_cart_item_price, .woocommerce table.shop_table .cart_item .product-total, .single-product .product .summary .product_meta, .whizz_product_detail .product .summary .product_meta, .woocommerce ul.products li.product span {font-family:"ArcaMajora3 ", sans-serif!important;}
#woo_catalog{order:10;}
.single-product .product .summary .product_title, .whizz_product_detail .product .summary .product_title {font-size:18px!important;}
.woocommerce ul.products li.product a h2 {font-size:12px!important;}
.single-product .product div.related.products, .whizz_product_detail .product div.related.products {clear:both; padding-top:50px!important;}
.single-product .product .related.products h2, .whizz_product_detail .product .related.products h2 {font-size:14px!important;}
.vbox-title {display:none!important;}
.single-product .product .summary .product_title, .whizz_product_detail .product .summary .product_title {order:0!important;}
p.price {color:#b2b2b2!important;}
.sku_wrapper {display:none;}
.interactive-slider .tabs-item {transition: all 1000ms ease!important;}
.related span.price {display:none!important;}
.header_top_bg {margin-bottom:0px!important;}
.post-content .date {font-size:10px!important;}
.top-menu #topmenu > ul:not(.social) > li {
        padding: 0 13px!important;
        }
.vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {border-color:#AA0024!important; background-color:#aa0024!important;}
@media (max-width: 991px) {
header {
        padding: 13px 45px 10px 45px!important;
        }
.socials-mob-but {
        right:45px!important;
}
.mob-nav {
        left: 15px!important}
button#responsive-menu-pro-button {
        top:-4px!important;
}
}
.whizz-add-to-cart {display:none;}
.parallax-mirror {margin-top:-70px;}
.parallax-window .content-parallax {width:90%;}
#footer .widget_text {max-width:100%}
#footer .widget_text .textwidget>p {text-align:center!important;}
#footer .no-padd {display:none!important;position:fixed!important;top:40%!important;width:100%!important;}
#footer {padding:0px!important;min-height:0px!important;}
#footer.fix-bottom {position:absolute!important;}
#footer p {margin-bottom:5px!important;}
.vertical-align-custom {
	position: relative;
	display: block;
	width: 100%;
	top: 50%;
}
.vertical-align-custom  h5 {
	font-family: "ArcaMajora3 ", sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #000;
	font-weight: 400;
        text-align: center;
}
.bio p {
        text-transform:none!important;
        line-height:20px!important;
        margin-bottom:10px!important;
        margin-top:0px!important;
}
.no-menu {display:none!important;}
@media screen and (max-width: 8000px) {
#responsive-menu-pro-container {background:transparent!important;}
/*#responsive-menu-pro-container #responsive-menu-pro-wrapper {background:transparent!important;}*/
#responsive-menu-pro-container #responsive-menu > li.responsive-menu-pro-item:first-child > a { border:none!important;}
#responsive-menu-pro-container #responsive-menu li.responsive-menu-pro--current-item > .responsive-menu-item-link { border:none!important;}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {background:transparent!important; border:none!important;}
.home #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro--item a {color:#000!important;}
/*.home .responsive-menu-pro-inner, .home .responsive-menu-pro-inner::before, .home .responsive-menu-pro-inner::after {background-color:#000!important;}*/
.responsive-menu-pro-boring.is-active .responsive-menu-inner {display:none!important}
}

@media (min-width: 992px) {
#topmenu {margin-top:3px!important}
}
#topmenu ul li a {opacity:1!important;}
#responsive-menu-pro-container {margin-top:65px!important;}
li.lang-item-187 {margin:0px!important;}
.portfolio.masonry .item-portfolio-content {text-align:right!important; padding:0 30px;}
.portfolio.tile_masonry .item-portfolio-content .portfolio-title {margin-top:5px!important; margin-bottom:5px!important;}
.header_trans-fixed.header_top_bg #topmenu ul li a {color:#000!important;}
#topmenu {float:right;text-align:right!important; padding-right:1.875rem!important;width:auto!important;position:absolute;right:0px;top:10px;}
.container {max-width:1920px!important;width:100%!important;padding:0px 30px 30px 30px!important;}
.header_top_bg .container {padding:0px!important;}
/*.wpb_single_image .vc_figure, .wpb_single_image .vc_single_image-wrapper, .main-wrapper img {width:100%;}*/
@media (max-width: 991px) {
.mob-nav {display:none!important;}
}
.item-img .images-one {background-size:contain!important; background-position:bottom!important;}
p.didascalia {font-size:9px; line-height:16px;margin-top:0px;margin-bottom:0px!important;opacity:1!important;}
p.artista {font-size:15px;margin-top:0px;font-weight:bold;}
p.noteartista {font-size:12px;margin-top:0px;}
.allinea {align-items: start!important;}
.allinea-top {position:absolute; top:0;}
figcaption {float:right;}
.blog .date, .date-post {display:none;}
.wpb_content_element {margin-bottom: 30px!important;}
@media screen and (max-width: 991px) {
button#responsive-menu-pro-button {width:15px!important}
@media (max-width: 767px) {
.container.portfolio-single-content {
    padding: 0 30px !important;}
}

@media (max-width: 767px){
.post {margin-bottom:30px!important;}
.socials-mob-but {display:block!important;}
}
@media (max-width: 991px){
#topmenu .social li a {padding:0!important;}
.socials-mob-but .fa {margin-top:5px;}
.socials-mob-but i::before {font-size:20px!important;}
}

/**** BLACK VERSION   ****/





/*END BASE WHITE COLOR*/