.f-bg-image {
    background-image: url('../img/background.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.f-body-bg-color {
	background-color: #FAF9F6;
}
.f-bg-color-primary {
	background-color: #FF5100;
}
.f-border-primary {
	border: 2px solid #FF5100 !important;
}
.f-color-primary {
	color: #FF5100 !important;
}
.f-color-second {
	color: #FFD100 !important;
}
.f-color-white {
	color: #FFFFFF !important;
}
.f-color-dark {
	color: #28282A !important;
}
.f-bgColor-dark {
	background-color: #28282A !important;
}
.f-hide {
	display: none;
}
.f-video {
	width:80%;
	margin:auto;
	margin-top:20px;
}
.f-font {
	font-size: 19px !important;
}
.f-list {
	list-style-type: none;
}
.f-person {
	position:absolute;
	right: 35px;
	top: 40px;
	font-size: 14px;
}
.f-print-header{
	display: none;
}
.f-footer{
	text-align: center;
	position: relative;
	bottom: 0px;
}
.f-header-logo {
	width: 150px;
	margin-bottom:20px;
}
.f-pl-15 {
	padding-left: 15px;
}
.f-title {
    font-size: 30px;
    color: #3f444a;
    font-weight: 500;
    margin: 0 0 30px 0;
}

/*Contact Form*/
.fserv-container {
	font-family: "Roboto Condensed", sans-serif !important;
}
.powered-by {
	display: none !important;
}
.fserv-button-submit {
	text-transform: uppercase !important;
	color: #000000 !important;
}
.fserv-form-name {
	display: none !important;
}
.fserv-form-description {
	display: none !important;
}
.fs-webform-container .fserv-container {
	box-shadow: none !important;
	padding: 0px !important;
	margin: 0px !important;
}
.fs-webform-container .fserv-field {
	padding: 0px !important;
}
.fs-webform-container .fserv-field+div:not(.fserv-field) {
	padding: 0px !important;
	margin: 0px !important;
}
.fserv-form-optin-checkbox-text {
	font-size: 12px !important;
}
/*Wordpress*/
.page .entry-title {
    display: none;
}
.c-content-blog-post-1 .c-title {
	display: none;
}
.wp-block-post-featured-image {
	display: none !important;
}					  