@import "variables";
@import "date-select";
@import "cards";

.goldstar-frontend {
	font-family: $main_font !important;

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p {
		font-family: $main_font !important;
	}

	input,
	select {
		box-shadow: none !important;
	}
}

.eli_powered-by {
	color: $yellow;
	font-size: 13px;
	padding-bottom: 10px;

	&:after {
		display: table;
		content: '';
		clear: both;
	}

	span {
		float: left;
		line-height: 17px;
		margin-right: 5px;
	}

	img {
		float: left;
		height: 17px;
	}
}

.eli_hidden {
	display: none;
}

