/**
Theme Name: PopularFX plg Child
Template: popularfx
Theme URI: https://popularfx.com
Author: Tarik
Author URI: https://pagelayer.com
Description: Lightweight theme to make beautiful websites with Pagelayer. Includes 100s of pre-made templates to design your dream website !
Version: 1.0.0
License: LGPL v2.1
License URI: LICENSE
Text Domain: popularfx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, entertainment, full-width-template, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, microformats, post-formats, theme-options, blog, rtl-language-support
*/


/*
    <style>

	/* write your CSS code here */
	.wcfmmp-single-store-holder {
    margin-top: 100px;
}

.page-id-615 footer {
display: none !important;
}	

	.page-id-2086 footer {
display: none !important;
}	
	.ur-auto-owner-créer-compte {
   background-color: #3a3df2;
}
	.se-connecter-user-registration {
   background-color: #3a3df2;
}
.page-id-185 footer {
display: none !important;
}	
.page-id-528 footer {
display: none !important;
}	

.tab {
margin-top: 100px;
}
#wcfm-main-contentainer .wcfm_membership_box_wrraper { width: <?php echo $membership_column_width; ?>%; }
@media only screen and (max-width: 768px) {
#wcfm-main-contentainer .wcfm_membership_box_wrraper {
width: 90%;
}
}

</style>

function pmpro_currencies_dirham($currencies)
{
	$currencies['MAD'] = __('Dirham Marocain (MAD)', 'pmpro');
	
	return $currencies;
}
add_filter('pmpro_currencies', 'pmpro_currencies_dirham');



*/