/**
Theme Name: ThemeVolt
Theme URI: https://riweb.uk
Author: Ri Web
Author URI: https://riweb.uk
Description: Our Ri Web starter theme is designed to show off the power of the block editor.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: volt
*/
.nav-mobile-block {
    background: rgba(71, 0, 100, 1);
}
.nav-mobile-block li.home-link a {
    background: url(/wp-content/uploads/Frame.svg) center center/contain no-repeat;
    display: block;
    height: auto;
    width: 24px;
}
.nav-mobile-block li.current-menu-item a {
	color: #76fff7 !important;
}
.nav-mobile-block li {
	list-style: none;
}
.nav-mobile-block li a {
	font-size: 28px !important;
}
.nav-mobile-block li a:hover {
	color: #76fff7 !important;
}

#footer .col-2 .col:last-child p:nth-child(n+2) {
    display: block;
    margin-left: 40px;
}
#footer .inline img {
	margin-right: 10px;
}
#footer .inline p {
	display: none !important;
}
#footer p a {
	color: white;
	&:hover {
		color: #80fff6;
	}
}
@media(max-width: 1600px) {
	.home #page:before {
		height: 80% !important;
	}
}