/*
Theme Name: STINGER PLUS2 Child
Template: stingerplus2
Version: 20170621
*/

#headbox-bg{background:#951c45;}
#st-menubox{background:#333;}
.trigger{background:#333;}
#footer{max-width:inherit!important;}

.btnLink{
	display: block;
	padding:10px;
	text-decoration: none;
	background: #fff;
	border: 1px solid #ccc;
	color:#951c45;
	margin-top: 15px;
}

#side aside .st-pagelists ul#menu-menu2-1{border-top: 1px dotted #ccc;}
#side aside .st-pagelists ul#menu-menu2-1 li{
	border-bottom: 1px dotted #ccc;
	position: relative;
}
#side aside .st-pagelists ul#menu-menu2-1 li::after {
    content: " \f105";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
	top: 8px;
}
@media print, screen and (min-width: 960px){
	header .smanone ul.menu li:first-child{
		border-left:1px solid #666;
	}
	header .smanone ul.menu li a{
		color:#fff;
	}
	header .smanone ul.menu li a:hover{
		background: #444;
		color:#fff!important;
	}
	header .smanone ul.menu>li:last-child{border-right:1px solid #666666;}
}