/* ===================================================================================

* Theme Name: Nimo Child
* Theme URI: https://themexriver.com/wp/Nimo
* Author: ThemeXriver
* Author URI: https://themeforest.net/user/themexriver
* Description: Creative Digital Agency WordPress Theme
* Version: 1.0.6
* Template: nimo
* Text Domain: nimo-child
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready
* Tested up to: 6.6
* Requires PHP: 7.4

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of Nimo updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/* Fix: footer wordmark heading ("MEGA") rendering oversized on the front end */
.nm-footer-5-text-logo {
	font-size: 205px !important;
	margin-right: 310px !important;
}

/* Responsive scaling for the "MEGA" footer wordmark on tablets and phones (iOS + Android).
   The desktop-only left-align margin doesn't make sense once the footer stacks on narrow
   screens, so it's reset to 0 below 1200px and the font size is scaled down at each
   breakpoint to match the theme's own responsive structure for this element. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nm-footer-5-text-logo {
		font-size: 160px !important;
		margin-right: 100px !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.nm-footer-5-text-logo {
		font-size: 100px !important;
		margin-right: 0 !important;
	}
}
@media (max-width: 767px) {
	.nm-footer-5-text-logo {
		font-size: 70px !important;
		margin-right: 0 !important;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.nm-footer-5-text-logo {
		font-size: 100px !important;
		margin-right: 0 !important;
	}
}
