/* Loaded separately from style.css (which WP reserves for the theme header comment). */
.site-header-cta {
	position: absolute;
	top: 10px;
	right: 5%;
	z-index: 999;
	font-size: 14px;
	text-align: right;
	color: #000;
}
.site-header-cta .tellink { color: #ff0000; }
.site-header-cta-btn {
	display: inline-block;
	margin-top: 4px;
	padding: 4px 14px;
	background: #c00;
	color: #fff !important;
	border-radius: 3px;
	font-weight: 600;
}
@media screen and (max-width: 992px) {
	.site-header-cta {
		position: static;
		text-align: center;
		padding: 10px 0;
	}
}
