/*
 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
*/
/* .site-header {
    box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
}
 */




/***********accordion styles**************/
#sp-ea-46.sp-easy-accordion>.sp-ea-single>.ea-header a{
	color: white !important;
}
.sp-easy-accordion .sp-ea-single .ea-header a{
	font-size:24px;
	text-transform:uppercase;
}

/***********Lefside navigation***************************/
#left-sidebar .menu{
	list-style: none;
    list-style-image: none;
	margin-left: 20px;
}

#left-sidebar .menu a{
	-webkit-transition: text-indent .2s ease-out;
    -moz-transition: text-indent .2s ease-out;
    -o-transition: text-indent .2s ease-out;
    transition: text-indent .2s ease-out;
    border-bottom: 1px dotted #adadad;
    color: #000;
    display: block;
    font-size: 16px;
    padding: 6px 0;
    text-decoration: none;
    width: 100%;
}

#left-sidebar .menu li:after{
	content: " ";
    display: block;
    pointer-events: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-left-color: #052c75;
}

#left-sidebar .menu li.current-menu-item{
	 background-color: #052c75;
	padding: 0 0 0 10px;
	position: relative;
}

#left-sidebar .menu li.current-menu-item a{
	color:white;
}

@media only screen and (max-width: 600px) {
	#left-sidebar .menu li:after{
		content: none;
	}
}


