

@media only screen and (min-width: 1100px){
    .woocommerce-page .woocommerce_with_sidebar ul.products li.product {
        clear: none !important;
    }
    .woocommerce-page .woocommerce_with_sidebar ul.products li.product:nth-child(3n+1) {
        clear: both !important;
    }
}

@media (max-width: 1000px) {
    .page_header {
        height: 175px;
    }
}

.header_bottom {
    height: 100px;
}

.scrolled .header_bottom {
    height: 60px;
}

.normal {
    height: 150% !important;
    margin: 15px 0 15px 0;
}

.dark, .light {
    display: none;
}

header .q_logo .sticky {
    padding-top: 4px;
}

.main_menu .menu-item {
    padding: 25px 0 0 0 !important;
}

.sticky_animate .main_menu .menu-item {
    padding: 7px 0 0 0 !important;
}

.sticky_animate .main_menu > ul > li > a {
    font-size: 14px;
}

.scrolled .menu-item {
    padding: 20px 0 0 0 !important;
}

.header_inner_right {
    padding: 20px 0 !important;
}

.sticky_animate .header_inner_right {
    padding: 7px 0 !important;
}

.scrolled .side_menu_button_wrapper {
    padding: 0;
}

.header_bottom_right_widget_holder {
    display: block;
    text-align: center;
}

.textwidget .q_social_icon_holder {
    margin: 2px 3px !important;
}

@media (max-width: 600px) {
    .textwidget .q_social_icon_holder {
        display: none;
    }
}

.shopping_cart_inner {
    height: 0 !important;
}

.shopping_cart_outer {
    display: inline-block;
    float: right;
}

.side_menu_button_wrapper p {
    font-family: 'relative-bold' !important;
    font-size: 14px;
}

.side_menu_button_wrapper .textwidget {
    display: inline-block;
}

.ls-wp-fullwidth-container {
    margin-top: 90px;
}

.header_top_bottom_holder .mobile_menu {
    float: none;
    padding: 10px 10px 0 10px;
}

.menu-footer_menu-container ul {
    list-style:  none;
    text-align: center;
}

.menu-footer_menu-container li {
    display: inline-block;
    font-size: 15px;
    padding: 5px 10px;
}

.footer_top_full {
    padding: 50px !important;
}

.team-component {
    display: inline-block;
    float: none !important;
    vertical-align: top;
}

.sticky_animate .header_bottom {
    height: 70px;
}

.portfolio_container .column1 {
    width: 100%;
}

.portfolio_container .column1 .vc_row-fluid {
    width: 75%;
}

.portfolio_container .column1 .vc_row-fluid:nth-of-type(2) {
    margin: 0 auto;
}

@media (max-width: 1000px) {
    .wrapper_inner {
        width: 90% !important;
    }

    .column_inner {
        width: 65%;
    }

        .wrapper_inner .content_inner .default_template_holder {
        width: 150%;
    }

}

.content_bottom .container_inner {
    width: 100% !important;
}