/*Custom header*/
#et-top-navigation{
		padding-bottom: 0 !important;
}
.nav li {
    line-height: 0;
}
.et_header_style_centered #top-menu>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}
.et_header_style_centered #main-header .container {
    text-align: left;
}
.custom {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




/*Header info*/
.header-info{
	display: flex;
	align-items: center;
}
.header-info p{
	font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;   
}
.header-info span{
	color: #5ea51d;
}
.header-info p a{
 color: #5ea51d;
}


.header-contact{

  color: #000;
	padding: 8px 20px;
	margin-left: 20px;
}





/*Contact form*/
.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
   display: none;
}







/*Footer widget*/
#footer-widgets {
   padding: 5% 0 0;
}
#footer-widgets .footer-widget li{
	padding-left: 0;
}
#footer-widgets .footer-widget li:before{
	display: none;
}

/*Footer bottom*/
#footer-bottom{
	display: none;
}





/*Media query*/
@media (min-width: 981px){
		.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
				margin-bottom: 7%;
		}
}

@media (max-width: 600px){
	.header-info {
		flex-direction: column;
		width: 230px;
	}
	.header-info p {
    font-size: 14px;
	}
	.header-info a {
    padding: 6px 16px;
		margin-left: 0;
	}
	.et_pb_widget {
    float: none;
	}
}