/*
 Theme Name:     newfarmpark
 Theme URI:      http://www.elegantthemes.com/gallery/foxy/
 Description:    Divi Child Theme
 Author:         Martin Heidler
 Author URI:     http://www.byebyeandhello.com
 Template:       Divi
 Version:        1.0.0
*/
 

 
/* =Theme customization starts here
------------------------------------------------------- */

.ABCNormalNormal {
	font-family: ABCNormalNormal;
}

.ABCNormalNeutral {
	font-family: ABCNormalNeutral;
}

.ABCNormalBold {
	font-family: ABCNormalBold;
}

a {
	color: #00e580;
}

a.textlink {
	text-decoration:underline;
}

h4 {
	line-height:1.6em;
	font-family: ABCNormalNeutral;
}

.dd-text {
	font-family: ABCNormalNormal!important;
	font-style: normal!important;
}

body {
	font-family: ABCNormalNormal!important;
	font-size:18px!important;
	background-color:#f4f4f4;
}

h1 {
	font-family: FinoStencilMedium;
}

h2 {
	font-family: ABCNormalNeutral!important;
	color:#000!important;
	line-height:1.8em;
}


.message_success {
	color:#00e580;
	font-family: ABCNormalBold;
	margin-bottom:60px;
}

.copyright {
	font-family: ABCNormalNormal;
	font-size:12px;
}


/*bullet checklist by www.peeayecreative.com*/
.liststyle1 ul {
list-style-type: none!important;
line-height:2rem;
}
.liststyle1 ul li:before {
content: '\e052'!important;
color: #00e580;
font-family: 'ETMODULES'!important;
margin-right: 10px;
margin-left: -14px;
font-size: 1.2em!important;
}

/*add icon to the opened accordion*/
.pa-add-accordion-icon .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block;
	content: "\e04f";
}