html body .footer{
	background:#003018;
}
html body .footer .footer-left .widget .widget-title{
display: block;
border-bottom: 1px solid #aaaaaa;
padding: 0 0 32px;
margin: 0 0 31px;
font-size: 30px;
font-weight: 500;
color: #ffffff;
line-height: 46px;
float: none;
}
html body .footer .footer-left .widget .footer-contact-info ul li{
position: relative;
color: #f1f1f1;
font-size: 22px;
font-family: 'Merriweather', serif;
font-weight: 500;
line-height: 35px;
margin: 0 0 25px;
padding: 0 0 0 50px;
}
html body .footer .footer-left .widget .footer-contact-info ul li a{
	color:inherit;
	display:block;
}
html body .footer .footer-left .widget .footer-contact-info ul li.footer-contact-phone:before, html body .footer .footer-left .widget .footer-contact-info ul li.footer-contact-email:before{
left: 0;
width: 35px;
height: 35px;
border-radius: 50%;
content: '';
position: absolute;
}
html body .footer .footer-left .widget .footer-contact-info ul li.footer-contact-phone:before{
background: #f1f1f1 url(images/phone.png) no-repeat center center;
background-size:16px
}
html body .footer .footer-left .widget .footer-contact-info ul li.footer-contact-email:before{
background: #f1f1f1 url(images/mail1.png) no-repeat center center;
}
.form-in form.wpcf7-form div.wpcf7-response-output{
background: #fff;
margin: 20px 0 0;
padding: 9px 8px;
}


@media only screen and (min-width:768px) and (max-width:1169px){
html body .footer .footer-left .widget .widget-title{
	padding:0 0 20px;
	font-size:27px;
}
html body .footer .footer-left .widget .footer-contact-info ul li.footer-contact-phone:before, html body .footer .footer-left .widget .footer-contact-info ul li.footer-contact-email:before{
	height:30px;
	width:30px;
}
html body .footer .footer-left .widget .footer-contact-info ul li{
font-size: 16px;
line-height: 30px;
margin: 0 0 21px;
padding: 0 0 0 37px;
}

}


@media only screen and (max-width:767px){
html body .footer .footer-left .widget .widget-title{
padding: 0 0 10px;
margin: 0 0 30px;
font-size: 24px;
line-height: 34px;
}
html body .footer .footer-left .widget .footer-contact-info ul li{
font-size: 19px;
line-height: 32px;
margin: 0 0 16px;
padding: 0 0 0 42px;
}
html body .footer .footer-left .widget .footer-contact-info{
	padding:0 0 18px;
}
html body .footer .footer-left .widget .footer-contact-info ul li.footer-contact-phone:before, html body .footer .footer-left .widget .footer-contact-info ul li.footer-contact-email:before{
	width:32px;
	height:32px;
}


}