Maintenance mode is on
Site will be available soon. Thank you for your patience!
/* ************************************************************************************************* DO NOT REMOVE THIS FUNCTION. It calls the child theme's CSS file. ************************************************************************************************* */ function studio_fifty_load_child_themestyles () { if (!is_admin()) { $orbius_stylesheet_uri = get_stylesheet_directory_uri(); wp_enqueue_style('studio-fifty-child-theme-style', $studio_fifty_stylesheet_uri . '/style.css'); wp_enqueue_style( 'studio-fifty-child-theme-style', $studio_fifty_stylesheet_uri . '/style.css', '', '1.0' ); } } add_action('wp_enqueue_scripts', 'studio_fifty_load_child_themestyles',1000); /* ******************************************************************************************** */
Site will be available soon. Thank you for your patience!