@import "variables";
@import "functions";
/* Customizer Styles */
/* ----------------
Important Links
 -----------------*/
/* Customizer Icon Styles */
.customize-pane-parent > li#accordion-section-dellow_sec_pro h3:before {
	content: "\f05a";
	font-family: "FontAwesome";
}

.dellow-important-links{
	background: @link-color;
	padding: 5px 10px;
	color: #FFF !important;
	text-align: center;
	display: block;
	margin-top: 5px;
	line-height: 1.2;
	box-shadow: none;
	font-style: normal;
	text-decoration: none;
}
.dellow-important-links:hover{
	background: darken(@link-color, 15%);
}
