/*
 * Minimalist Light Theme
 */
#leFooter-content{
	background-color: #fff;
	color: #000;
}
#leFooter .le-opener{
	width: 46px;
	height: 30px;
	background: #fff url('minimalist-white/open.png') 50% 65% no-repeat;
	overflow: hidden;
	text-indent: -999px;

	behavior:url(PIE.htc);
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;

}
#leFooter.opened .le-opener{
	/*background-image: url('minimalist-white/close.png'); */
background-image: url('https://nhrc-qa.org/wp-content/uploads/2017/07/Group-160-e1500182725852.png');
}
#leFooter #leFooter-content{
	border-top:3px solid #fff;
}

/*
 * General
 */
#leFooter-inner .widgettitle{
	padding-bottom: 12px;
	border-bottom: 2px solid #000;
}
#leFooter-inner h1, #leFooter-inner h2, #leFooter-inner h3, #leFooter-inner h4, #leFooter-inner h5,#leFooter-inner h6{
	color: #000;
}
#leFooter-inner a{
	color: #000;
}
#leFooter-inner .widget li{
	padding: 10px 0px;
	border-bottom: 1px solid #cbcbcb;
}
#leFooter-inner input[type="submit"]{
	border:0px;
	background: #454545;
	padding:7px 15px;
	color:#fff;
}
