/*  MICROTHEMER STYLES  */


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

/** General >> Align elements to bottom of column with .df-align-bottom **/
#fl-post-98 .fl-node-qf7ojpk4ura8 {
	
}
.df-align-bottom {
	-webkit-align-content: flex-end !important;
	align-content: flex-end !important;
	display: grid !important;
	-webkit-flex: 1 0 !important;
	flex: 1 0 !important;
}


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

/** Header >> Header - Add shadow below header **/
#sticky-menu > .fl-row-content-wrap {
	-webkit-transition: box-shadow 0.3s !important;
	transition: box-shadow 0.3s !important;
}
.fl-theme-builder-header-scrolled {
	box-shadow: 0 5px 15px rgba(5,5,5,0.21) !important;
	-webkit-transition: box-shadow 0.3s !important;
	transition: box-shadow 0.3s !important;
}

