/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Ff el input content input **/
.ff-el-input--content > input {
	height: 50px !important;
	border-color: rgb(104, 176, 77) !important;
	border-width: 1px !important;
}

/** General >> Ff 1 message **/
#ff_1_message {
	height: 250px !important;
	border-color: rgb(104, 176, 77) !important;
	border-width: 1px !important;
}

/** General >> Fluentform 1 [type="submit"] **/
#fluentform_1 [type="submit"] {
	text-transform: uppercase !important;
	background-color: rgb(0, 46, 93) !important;
	padding: 15px 45px 15px 45px !important;
	border-radius: 99px !important;
}

/** General >> Fl main content list item **/
.fl-rich-text li {
	padding-bottom: 20px !important;
}

/** General >> Fl photo img jpg fl photo img **/
.fl-photo-img-jpg .fl-photo-img {
	border: 1px solid rgb(104, 176, 77) !important;
	border-top-left-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}

/** General >> Letter  filter **/
li.pp-post-filter {
	padding-bottom: 10px !important;
}

/** General >> Unordered list **/
.pp-accordion-content ul {
	list-style-type: none !important;
	list-style-position: outside !important;
	padding-left: 0 !important;
}
.pp-accordion-content ul li::before {
	content: "\f138" !important;
	font-family: "FontAwesome" !important;
	padding: 0 10px 0 0 !important;
	color: #68B04D !important;
	padding-right: 0.5em !important;
}
.pp-accordion-content ul li {
	padding-bottom: 5px !important;
}

/** General >> Bold **/
#profterm b {
	color: rgb(66, 139, 202) !important;
}

/** General >> Pp content post author **/
.pp-content-post-meta .pp-content-post-author {
	pointer-events: none !important;
}

