/*
Theme Name: Mafoil Child
Theme URI: http://www.wpbingosite.com/mafoil
Author: wpbingo
Description: This is a child theme for Mafoil
Version: 1.0
Author URI: http://wpbingosite.com
Template: mafoil
Text Domain: mafoil-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bwp-main .page-title {padding:20px 0px}

.fc-checkout-header .fc-checkout__branding img {max-height: 80px;}
.fc-checkout-header .fc-checkout__branding {margin:auto;}
.fc-checkout-header__inner {padding:20px 0px;}

/* Push Fluid Checkout form down on Mobile & Tablets to clear the logo */
@media only screen and (max-width: 1024px) {
    .fluid-checkout, 
    #fc-wrapper,
    .woocommerce-checkout {
        margin-top: 30px !important; /* Adjust this number to match the actual height of your mobile logo/header */
        position: relative;
        z-index: 1;
    }
	
	.fc-checkout-order-review__inner {
		margin-top: 75px !important; /* Adjust this number to match the actual height of your mobile logo/header */
	}
}

.bwp-navigation ul.menu>li.level-0.mega-menu.mega-menu-fullwidth-width>.sub-menu {margin-top:-20px;}
