.fl-contact-form textarea, .fl-contact-form input[type="text"], .fl-contact-form input[type="tel"], .fl-contact-form input[type="email"] {
	display: inline-block;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 10px;
	font-size: 13px;
	color: #373737;
	border-radius: 3px;
}
#page .widget .widget-title {
	position: relative;
	border-bottom: 2px solid #eeeeee;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#page .widget .widget-title::after {
	content: '';
	border-bottom: 2px solid var(--primary);
	position: absolute;
	bottom: -2px;
	width: 30%;
	left: 0px;
}
.design-by, .design-by a {
	opacity: 0;
	cursor: default;
	margin: 0;
	padding: 0;
}
.fl-module-rich-text ul {
	padding: 0;
	margin: 0;
}
.fl-module-rich-text ul label {
	padding-left:0;
	margin-right: 5px;
}
.fl-module-rich-text ul li {
	display: block;
	padding-bottom: 7px;
	padding-left: 20px;
	position: relative;
	border-bottom: 1px dashed #e3e3e3;
	margin-bottom: 7px;
}
.fl-module-rich-text ul li::before {
	content: "\f054";
	font-family: "FontAwesome";
	position: absolute;
	top:0px;
	left:2px;
}
hr {
    border: 1px solid #bfbfbf !important;
    margin: 40px auto !important;
}
.wp-block-embed-youtube .wp-block-embed__wrapper:before {
    padding-top: 0 !important;
}
.fl-module-fl-post-content h1 {
    font-size: 27px;
}
.fl-module-fl-post-content h2 {
    font-size: 25px;
}
.fl-module-fl-post-content h3 {
    font-size: 23px;
}
.fl-module-fl-post-content h4 {
    font-size: 21px;
}
.fl-module-fl-post-content h5 {
    font-size: 19px;
}
.fl-module-fl-post-content h6 {
    font-size: 17px;
}


@media only screen and (max-width: 768px) {
  html, body {
      overflow-x: hidden;
  }
  .fl-module-content-slider .fl-slide .fl-slide-content {
		padding: 0 !important;
	}
}
