
/* Buttons Shortcode */

a.shortc-button {
	border: none;
	cursor: pointer;
	padding: 0 10px;
	display: inline-block;
	margin: 10px 0 0;
	font-weight: 700;
	outline: none;
	position: relative;
	background: #bdc3c7;
	color: #fff !important;
	text-decoration: none;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	opacity: .9;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.shortc-button:hover {
	opacity: 1;
}

a.shortc-button:active {
	top: 1px;
}

a.shortc-button i {
	margin-right: 10px;
}

a.shortc-button.red {
	background: #e74c3c;
}

a.shortc-button.green {
	background: #2ecc71;
}

a.shortc-button.blue {
	background: #3498db;
}

a.shortc-button.orange {
	background: #e67e22;
}

a.shortc-button.pink {
	background: #ff00a2;
}

a.shortc-button.purple {
	background: #9b59b6;
}

a.shortc-button.black {
	background: #222;
}

a.shortc-button.white {
	background: #ecf0f1;
	color: #333 !important;
}

a.shortc-button.medium {
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	padding: 0 15px;
}

a.shortc-button.big {
	font-size: 24px;
	height: 65px;
	line-height: 65px;
	padding: 0 20px;
}
