.wp-block {} /*  (.wp-block {} ensures MT files load in Gutenberg editor) */

/*  MICROTHEMER STYLES  */


/*= Header ==================== */

/** Header >> .facetwp-facet **/
.facetwp-facet {
	margin-bottom: 0 !important;
}

/** Header >> .fl-post-title **/
.fl-post-title {
	font-weight: 500 !important;
	text-align: right !important;
}

/** Header >> .fl-post-more-link a **/
.fl-post-more-link a {
	color: rgb(84, 124, 184) !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	border-bottom: 0.09em solid #d0ddf2 !important;
}

/** Header >> .fl-post-more-link a:hover **/
.fl-post-more-link a:hover {
	color: rgb(249, 147, 77) !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	border-bottom: 0.09em solid #557cb8 !important;
}

/** Header >> .postcontent a **/
.postcontent a {
	text-decoration: none !important;
	border-bottom: 0.09em solid #d0ddf2 !important;
}

/** Header >> .postcontent a:hover **/
.postcontent a:hover {
	text-decoration: none !important;
	border-bottom: 0.09em solid #557cb8 !important;
}

/** Header >> .fl-post-grid-post **/
.fl-post-grid-post {
	background-color: rgb(247, 247, 247) !important;
	border-left: 2px none rgb(84, 124, 184) !important;
	border-style: none !important;
}

/** Header >> .fl-post-text **/
.fl-post-text {
	margin-top: -4px !important;
	border-left: 2px dotted rgb(84, 124, 184) !important;
}

/** Header >> .fl-post-meta **/
.fl-post-meta {
	color: rgb(249, 147, 77) !important;
	font-size: 12px !important;
	text-align: right !important;
}

/** Header >> #content .fl-node-5ec53cc05fa29 **/
#content .fl-node-5ec53cc05fa29 {
	border-bottom: 2px dotted rgb(84, 124, 184) !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** Header >> #post-2354 .facetwp-dropdown **/
	#post-2354 .facetwp-dropdown {
	float: right !important;
}

}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** Header >> #mobile-header img **/
	#mobile-header img {
	margin-left: 7px !important;
}

	/** Header >> .menu-item a **/
	.menu-item a {
	line-height: 1.8 !important;
}

	/** Header >> #generate-slideout-menu .grid-parent **/
	#generate-slideout-menu .grid-parent {
	padding-top: 15px !important;
}

	/** Header >> #post-2354 .facetwp-dropdown **/
	#post-2354 .facetwp-dropdown {
	margin-right: auto !important;
	margin-left: auto !important;
	position: relative !important;
	display: block !important;
}

	/** Header >> .sub-menu a **/
	.sub-menu a {
	color: rgba(184, 84, 84, 0.74) !important;
}

}


/*( ipad retina )*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	/** Header >> .sticky-navigation-logo img **/
	.sticky-navigation-logo img {
	height: 60px !important;
}

}

