/*
Theme Name: ShiftUp Child
Theme URI: https://shiftup.qodeinteractive.com
Description: A child theme of ShiftUp
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: shiftup
Template: shiftup
*/

@media (min-width: 1024px) {
    #shiftup_core_side_area_opener-2, #shiftup_core_side_area_opener-4 {
      display: none;
    }
	
	.qodef-grid.qodef-layout--template>.qodef-grid-inner>.qodef-grid-item.qodef-col--4 {
        width: 25% !important;
    }
	
	#qodef-page-footer-top-area-inner > div > div > div.qodef-grid-item.qodef-col--4.qodef--1024-col-4.qodef--768-col-6.qodef--680-col-12 {
		padding-right: 10px !important;
	}
}

#qodef-page-footer-top-area-inner {
    padding: 48px 0 0 !important;
	width: 100%;
}

#qodef-page-footer-bottom-area-inner {
	margin: auto;
}

#qodef-page-footer-top-area-inner > div.qodef-grid.qodef-layout--template > div.qodef-grid-inner{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto 60px;
}

#woocommerce_products-2 > ul > li > div.qodef-woo-product-content > div.qodef-woo-product-price.price{
display:none;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #qodef-page-footer .qodef-layout--template>.qodef-grid-inner>.qodef-grid-item:nth-child(5),
	#qodef-page-footer .qodef-layout--template>.qodef-grid-inner>.qodef-grid-item:nth-child(4) {
        margin: 27px auto 40 !important;
    }
}

@media only screen and (max-width: 680px) {
    #qodef-page-footer-top-area-inner {
        padding-bottom: 64px !important;
    }
}
