/*   
Theme Name: Foxy Child
Description: A Child Theme of Foxy
Template: foxy-v1-5-4
Author: Mantas
Version: 1.0
*/

@import url("../foxy-v1-5-4/style.css");

body{
	color: rgb(51, 51, 51);
/* 	background-color: white; */
}

p{
	font-size: 14px;
	line-height: 22px;
}

#sidebar{
/* 	width: 230px; */
}

div#sidebar nav li ul{
	width: 200px;
}


#content{
	background-color: rgba(255, 255, 255, .9);
}

h1.title, h1.page-title, .page h2.title {
	width: 100%;
	padding: 5px 30px;
	border-bottom: 1px solid #D6D6D6;
}

h4.widget-title{
	background-color: white;
}

#sidebar .widget{
	background-color: rgba(255, 255, 255, .9);
}

h4.widget-title{
	background-color: white;
	border-bottom: 1px solid #d6d6d6;
}

.widget li {
	margin-left: 10px;
}

div#sidebar nav a, div#sidebar nav a:visited, div#sidebar nav .current-menu-item ul.sub-menu li a  {
	background-color: white;
}


#sidebar .widget li{
	font-size: 16px;
}

footer#primary{
	display: none;
}