/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Nav Menu Bar Hover Effects */
.sf-menu {
	position: relative;
	background-color: #f3f3f39c;
    border-radius: 10px;
    border: 1px solid #fff;
}

.sf-menu a {
	position: relative;
	text-align: center;
	width: 100px;
	padding: 0 !important;
	font-weight: bold;
	line-height: 40px!important;
	z-index: 1;
	transition: .3s;
}

.sf-menu span {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 100px;
	background-color: #fff;
	border-radius: 6px;
	transition: .3s;
}

.sf-menu li:nth-child(1):hover ~ span {
	left: 0!important;
}

.sf-menu li:nth-child(2):hover ~ span {
	left: 100px!important;
}

.sf-menu li:nth-child(3):hover ~ span {
	left: 200px!important;
}

.sf-menu li:nth-child(4):hover ~ span {
	left: 300px!important;
}

/* Slideout menu */
.slideout-menu a{
	font-weight: bold;
}


.slideout-menu li {
	transition: 0.3s;
}

.slideout-menu li.current-menu-item {
	background-color: #E3052E;
}

.slideout-menu li.current-menu-item a {
	color: #fff!important;
}
