/*
 Theme Name:   Nathan Child
 Theme URI:    https://themewant.com/products/wordpress/nathan
 Description:  Nathan Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     nathan
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

.footer-social ul#single-menu {
    text-align: left !important;
}
::-moz-selection {
  color: white !important;
}
::selection {
  color: white !important;
}
.my-menu .sub-menu {
	position: absolute !important;
	z-index: 998 !important;
}
.my-menu .menu li {
    z-index: 1 !important;
}
.my-menu .sub-menu li {
    z-index: 99 !important;
}
.my-menu .menu > li {
    position: relative;
}
.my-menu .menu > li:hover {
    z-index: 999 !important;
}

/* Media Query */
@media only screen and (max-width: 767px) {
	.my-header .elementor-element-64cd1ff {
		width: 70% !important;
	}
	.my-header .elementor-element-611f2a9 {
		width: 25% !important;
	}
	.my-header .rt_page_title {
		font-size: 100px !important;
	}
}
@media only screen and (max-width: 575px) {
	.my-header .elementor-element-611f2a9 {
		width: 22% !important;
	}
	.my-header .rt_page_title {
		font-size: 55px !important;
	}
	.back-to-top {
		display: none !important;
	}
}