@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i|Lora:400,400i');

/* Table of Content
==================================================
	#Site Styles
	#UIKit Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

html, body { color: #353535; font-size: 18px; font-family: 'Lato', 'Helvetica Nueu', 'Helvetica', Arial, sans-serif; line-height: 1.5rem; }
.aligncenter { text-align: center; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
	img.aligncenter { float: none; display: block; margin: 0 auto 15px; }
	img.alignleft { float: left; margin-right: 15px; }
	img.alignright { float: right; margin-left: 15px; }

.upper { text-transform: uppercase; }

.w900 { font-weight: 900; }
.w800 { font-weight: 800; }
.w700 { font-weight: 700; }
.w600 { font-weight: 600; }
.w500 { font-weight: 500; }
.w400 { font-weight: 400; }
.w300 { font-weight: 300; }
.w200 { font-weight: 200; }
.w100 { font-weight: 100; }

.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font24 { font-size: 24px; }
.font28 { font-size: 28px; }
.font32 { font-size: 32px; }
.font36 { font-size: 36px; }
.font40 { font-size: 40px; }
.font50 { font-size: 50px; }
.font60 { font-size: 60px; }
.font70 { font-size: 70px; }

.s1 { letter-spacing: 1px; }
.s2 { letter-spacing: 2px; }
.s3 { letter-spacing: 3px; }
.s4 { letter-spacing: 4px; }
.s5 { letter-spacing: 5px; }
.s6 { letter-spacing: 6px; }
.s7 { letter-spacing: 7px; }
.s8 { letter-spacing: 8px; }

h1, h2, h3, h4 { font-family: 'Lora', 'Times New Roman', 'Times', serif; line-height: 1.3em; color: #97002c; text-transform: uppercase; letter-spacing: 4px; }

h1 { font-family: 'Lato'; font-size: 48px; font-weight: 700; color: #353535; }
h2 { font-size: 28px; }
h3 { font-size: 21px; }
h5 { font-size: 12px; }

.uk-link, a { color: inherit; }
.uk-link:hover, a:hover { color: inherit; }
a { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
em { color: #98012f; font-style: normal; }

blockquote {
	border: 0;
	font-size: 34px;
	font-family: 'Lato';
	font-style: italic;
	font-weight: 300;
	line-height: 1.5em;
	position: relative;
	padding: 0 45px;
}
blockquote cite {
	font-family: 'Lora';
	font-size: 18px;
	letter-spacing: 4px;
	font-style: normal;
	text-transform: uppercase;
	color: #98012f;
}
blockquote:before, blockquote:after { position: absolute; font-size: 150px; font-family: 'Arial'; font-weight: bold; font-style: normal; color: #98012f; }
blockquote:before { content: "\201C"; top: 40px; left: -10px; z-index: -1; }
blockquote:after { content: "\201D"; bottom: 0; right: -10px; }

/* #UIKit Styles
================================================== */

.uk-block-primary {
	background: #75716c;
	color: #ececeb;
}
.uk-block-muted {
	background: #ededed;
}
.uk-button {
	background: #eee;
	border-bottom: 4px solid #ccc;
	color: #333;
	font-size: 16px;
	font-family: 'Lato';
	text-transform: uppercase;
	padding: 5px 15px;
}
.uk-button-primary {
	background: #75716c;
	border-color: #b0b0b0;
	color: #fff;
}
.uk-button-primary:hover,
.uk-active>.uk-button-primary {
	background: #b0b0b0;
	color: #fff;
}
.uk-button-secondary {
	background: #98012f;
	border-color: #650220;
	color: #fff !important;
}
.uk-button-secondary:hover,
.uk-active>.uk-button-secondary {
	background: #650220;
	color: #fff !important;
}
.uk-button-secondary:active,
.uk-active>.uk-button-secondary {
	background: #650220;
	color: #fff !important;
}
.uk-active>.uk-button-secondary {
	color: #fff !important;
	background: #b0b0b0;
	border-color: #b0b0b0;
}
.uk-button:focus, .uk-button:hover {
    background-color: #b0b0b0;
    color: #444;
    outline: 0;
    text-decoration: none;
}
.uk-thumbnail {
	padding: 5px;
}
.uk-thumbnail.alt {
	background: #dad9d9;
}
.uk-text-primary {
	color: #75716c !important;
}
.uk-text-secondary {
	color: #98012f !important;
}
.uk-navbar.alt {
	background: #343434;
}
.uk-navbar.alt .uk-navbar-nav>li>a {
	font-size: 12px;
	font-family: 'Lora';
	color: #fff;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.uk-navbar.alt .uk-navbar-nav > li.uk-open > a,
.uk-navbar.alt .uk-navbar-nav > li:hover > a,
.uk-navbar.alt .uk-navbar-nav > li > a:focus,
.uk-navbar.alt .uk-navbar-nav>li.uk-active>a {
	background: #75716c;
}
.uk-navbar.big {
	background: #75716c;
	border-bottom: 4px solid #343434;
}
.uk-navbar.big .uk-navbar-nav>li>a {
	font-size: 14px;
	font-family: 'Lora';
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.uk-navbar.big .uk-navbar-nav > li.uk-open > a,
.uk-navbar.big .uk-navbar-nav > li:hover > a,
.uk-navbar.big .uk-navbar-nav > li > a:focus,
.uk-navbar.big .uk-navbar-nav>li.uk-active>a {
	background: #343434;
}
.uk-icon-button {
	width: 50px;
	height: 50px;
	line-height: 47px;
	border: 3px solid #75716c;
	font-size: 24px;
	background: none;
}
.uk-icon-facebook.uk-icon-button {
	width: 50px;
	height: 50px;
	line-height: 47px;
	border: 3px solid #4267B2;
	font-size: 24px;
	background: #4267B2;
	color: #fff !important;	
}
.uk-icon-facebook.uk-icon-button:hover {
	background: #fff;
	color: #4267B2 !important;	
}

.header .social .uk-icon-facebook.uk-icon-button {
	width: 40px;
	height: 40px;
	line-height: 35px;
	border: 3px solid #4267B2;
	font-size: 24px;
	background: #4267B2;
	color: #fff !important;	
	padding-right: 2px;
}

.uk-background-primary { background: #650220; color:#ff; }



/* #Page Styles
================================================== */

.header {
	background: #dadbd6;
	border-bottom: 4px solid #000000;
	position: relative;
	margin-bottom: 10px;
}
.header:after {
	content: '';
	border-top: 2px solid #fff;
	border-bottom: 1px solid #000;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
}
.header .logo {
	float: left;
	width: 300px;
	margin: 2px 0 -50px;
	position: relative;
	z-index: 2;
}
.header .uk-navbar {
	background: none;
	float: right;
	margin: 10px 0 5px;
}
.header .uk-navbar-nav>li>a {
	font-family: 'Lato';
	font-size: 16px;
	letter-spacing: -.02em;
	text-transform: uppercase;
}
.header .uk-nav-navbar>li>a:focus,
.header .uk-nav-navbar>li>a:hover {
	background: #99002e;
}
.header .uk-navbar-nav>li.alt>a {
	background: #99002e;
	color: #fff;
	border: 2px solid #fff;
	line-height: 38px;
	padding-right: 45px;
	position: relative;
}
.header .uk-navbar-nav>li.alt>a:after {
	content: '⌄';
	background: #000;
	padding: 0 5px;
	height: 100%;
	font-size: 24px;
	line-height: 24px;
	position: absolute;
	top: 0;
	right: 0;
}
.header .uk-nav-navbar>li>a { font-size:.875em; }
.footer {
	font-size: 15px;
}
.footer .uk-navbar {
	background: none;
	margin: 25px 0;
}
.footer .uk-navbar-nav>li>a {
	font-family: 'Lato';
	font-size: 16px;
	letter-spacing: -.02em;
	text-transform: uppercase;
}
.footer .uk-dropdown {
	display: none !important;
}
.call {
	display: inline-block;
	background: #99002e;
	padding: 10px;
	font-family: 'Lora';
	font-size: 26px;
	font-variant: small-caps;
	color: #fff;
	border: 4px solid #dadbd6;
}
.call span {
	background: #000;
	padding: 7px 20px 8px;
	margin-left: -10px;
	margin-right: 10px;
}
.header .call {
	float: right;
}
.call a {
	color: #fff;
	text-decoration: none;
}
.call a:hover {
	color: #fff;
	text-decoration: none;
}
.header .social {
	float: right;
	margin: 9px 20px;
}
.hero-text {
	background: rgba(70, 65, 58, 1);
	padding: 20px 0;
	text-align: center;
	font-family: 'Lora';
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #d4cec8;
}
	.hero-text h1 { font-family: 'Lora';
		font-size: 50px;
		line-height: 50px;
		letter-spacing: 4px;
		text-transform: uppercase;
		color: #d4cec8; margin:0; padding:0; }
.home .hero-text {
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0;
}
.hero-alt {
	background: #75716c;
	min-height: 150px;
}
.border {
	border: 5px solid #fff;
}
.special {
	background: #e8ce2d;
	padding: 15px 25px;
	margin-bottom: 60px;
	text-align: center;
	border: 1px solid #fff;
	outline: 6px solid #e8ce2d;
	font-family: 'Lora';
	font-size: 24px;
	color: #353535;
}
.special a {
	color: #353535;
}
.description {
	text-align: justify;
}
.title {
	overflow: hidden;
	text-align: center;
	margin-bottom: 25px;
}
.title:before,
.title:after {
	background-color: #75716c;
	content: "";
	display: inline-block;
	height: 3px;
	width: 50%;
	position: relative;
	vertical-align: middle;
}
.title:before {
	right: 0.5em;
	margin-left: -50%;
}
.title:after {
	left: 0.5em;
	margin-right: -50%;
}
.email-form {} .email-form input[type="text"],
.email-form input[type="email"] {
	background: none;
	border: 2px solid #fff;
	padding: 5px;
	text-align: center;
	font-family: 'Lora';
	font-size: 16px;
	text-transform: uppercase;
}
.email-form input[type="submit"],
.email-form input[type="button"] {
	border: 2px solid #fff;
	background: #98012f;
	font-family: 'Lora';
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	padding: 5px 40px;
	color: #fff;
}
.email-form input[type="text"]::placeholder,
.email-form input[type="email"]::placeholder {
	color: #fff;
}
.email-form input[type="text"]::-webkit-input-placeholder,
.email-form input[type="email"]::-webkit-input-placeholder {
	color: #fff;
}
.email-form input[type="text"]::-moz-placeholder,
.email-form input[type="email"]::-moz-placeholder {
	color: #fff;
}
.email-form input[type="text"]:-ms-input-placeholder,
.email-form input[type="email"]:-ms-input-placeholder {
	color: #fff;
}
.email-form input[type="text"]:-moz-placeholder,
.email-form input[type="email"]:-moz-placeholder {
	color: #fff;
}

.signup-form input, .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    width: 100%;
    height: 46px;
    padding: 10px 15px;
    border: 1px solid #b0b6bb;
    background-color: #ffffff;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #323232;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.signup-form input[type="submit"], .gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input  {
    float: left;
    width: 100% !important;
    background: #98012f !important;
    border: 0 !important;
    border-bottom: 4px solid #650220 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Lato' !important;
    text-transform: uppercase !important;
    display: block;   
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    padding: 16px;
    line-height: 1;
    background-image: none;		
}

.signup-box { border:1px solid rgba(70, 65, 58, 1); border-radius:25px; padding:25px; }
	.signup-box textarea { height:100px; margin-bottom:10px; }
	.signup-box input[type="submit"] {
		width: 100% !important;
		background: #98012f !important;
		border: 0 !important;
		border-bottom: 4px solid #650220 !important;
		color: #fff !important;
		font-size: 16px !important;
		font-family: 'Lato' !important;
		text-transform: uppercase !important;
		display: block;   
		margin-bottom: 0;
		text-align: center;
		cursor: pointer;
		font-size: 16px;
		padding: 16px;
		line-height: 1;
		background-image: none;		
	}
	.signup-box p { margin:0; }

.gallery {
	border-top: 3px solid #fff;
}
.gallery img {
	border-right: 3px solid #fff;
}
.button-bar {
	list-style: none;
}
.button-bar li {
	display: inline-block;
	margin: 0 5px;
}
.starburst {
	position: absolute;
	top: -15px;
	right: 10px;
	z-index: 3;
	width: 220px;
	height: 220px;
	background: url(https://www.herefordhomes.com/wp-content/uploads/2019/02/starburst-bg.png) no-repeat center;
	background-size: 220px;
	text-align: center;
	display:flex;
	align-items: center;
    justify-content: center;
}
.starburst span {
	font-weight: bold;
	color: red;
	font-size: 19px;
	line-height: 1em;
}
.banner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 150px;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	padding: 2px 10px;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}
.banner.sold {
	background: #98012f;
}
.banner.pending {
	background: #995f00;
}
.banner.big {
	max-width: 275px;
	padding: 5px 10px;
}
#offcanvas ul.uk-nav-sub {
	background: #222;
	padding-left: 25px;
}
a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}
/*Contact Form*/

div.ctct-form-embed form.ctct-form-custom {
	overflow: hidden;
}
.ctct-form-embed.form_0 .ctct-form-defaults {
	background: none !important;
}
div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
	float: left;
	width: 24% !important;
	margin: 0 1% 10px 0 !important;
}
div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
	float: left;
	width: 24% !important;
	background: #98012f !important;
	border: 0 !important;
	border-bottom: 4px solid #650220 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-family: 'Lato' !important;
	text-transform: uppercase !important;
	margin-top: 24px;
}
div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer {
	display: none !important;
}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-listname,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-lists-legend,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-date-slash,
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-footer,
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-footer .ctct-form-footer-link {
	color: #fff !important;
}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
	color: #fff !important;
	font-family: 'Lora', 'Times New Roman', 'Times', serif !important;
	font-weight: 300 !important;
}
#gdpr_text {
	display: none;
}
.home-mobile-display {
	display: none;
}
.home-cta-wrap {
	background: #fff;
	padding: 30px;
	margin-left: 25px;
	width: calc(100% - 25px);
	overflow: hidden;
}
.home-cta-wrap.home-mobile-display div {
	padding-left: 0;
}
.home-cta-wrap .uk-button {
	width: 230px;
	margin: 8px 8px 16px;
}

.home-details { text-transform:uppercase; font-size:.875em; background:#ededed; padding:5px 0; margin:5px 0; }
.home-teaser { background:rgba(70, 65, 58, 1); color:#d4cec8; font-size:.75em; text-align:center; font-weight:600; padding:3px 0; margin:3px 0; }

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue { background-color:#98012f !important; }

.gform-theme-button--secondary, .gform_next_button {
	float:left;
		background: #98012f !important;
		border: 0 !important;
		border-bottom: 4px solid #650220 !important;
		color: #fff !important;
		font-size: 16px !important;
		font-family: 'Lato' !important;
		text-transform: uppercase !important;
		display: block;   
		margin-bottom: 0;
		text-align: center;
		cursor: pointer;
		font-size: 16px;
		padding: 16px;
		line-height: 1;
		background-image: none;		
	}

/* #Media Queries
================================================== */

/* Smaller than standard 1219 (devices and browsers) */

@media only screen and (max-width: 1219px) {
	.uk-navbar-nav>li>a {
		padding: 0 10px;
	}
}
/* Smaller desktop size to standard 960 (devices and browsers) */

@media only screen and (min-width: 960px) and (max-width: 1219px) {
	html,
	body {
		font-size: 16px;
	}
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	.header .logo {
		width: 250px;
	}
	.header .uk-navbar-nav>li>a {
		font-size: 14px;
	}
	.header .call {
		font-size: 22px;
	}
	.header .call span {
		padding: 10px 20px;
	}
	.uk-button {
		font-size: 13px;
		padding: 5px 12px;
	}
	.hero-text {
		font-size: 40px;
		line-height: 40px;
	}
}
/* Smaller than 960 (devices and browsers) */

@media only screen and (max-width: 959px) {}
/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
		.uk-navbar-toggle:after {
    content: "\f0c9";
    font-family: FontAwesome;
    vertical-align: middle;
	font-size: 1em;
}
	.uk-navbar-toggle::before {
content: "Menu";
font-weight: bold;
text-transform: uppercase;
font-size: 1em;
padding-right: 10px;
position: relative;
top: 6px;
}
	.home .hero-text {
		font-size: 22px;
		line-height: 22px;
	}
	.special {
		font-size: 20px;
	}
	blockquote {
		font-size: 24px;
		padding: 0 50px;
	}
	.email-form input[type="text"],
	.email-form input[type="email"] {
		width: 140px;
	}
	.email-form input[type="submit"],
	.email-form input[type="button"] {
		width: 100px;
		padding: 5px 0;
		text-align: center;
	}
}
/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
	.header {
		text-align: center;
	}
	.header .logo {
		float: none;
		display: block;
		margin: 2px auto 5px;
		width: 200px;
	}
	.header .call {
		font-size: 16px;
		line-height: 21px;
	}
	.header .call span {
		padding: 11px 20px 11px;
	}
	.header .uk-navbar {
		float: none;
		text-align: center;
	}
		.uk-navbar-toggle:after {
		content: "\f0c9";
		font-family: FontAwesome;
		vertical-align: middle;
		font-size: 1em;
	}
	.uk-navbar-toggle::before {
		content: "Menu";
		font-weight: bold;
		text-transform: uppercase;
		font-size: 1em;
		padding-right: 10px;
		position: relative;
		top: 6px;
	}
	.uk-navbar-toggle {
		float: none;
	}

	.header .call {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	blockquote {
		font-size: 24px;
		line-height: 1.3em;
	}
	blockquote cite {
		font-size: 14px;
	}
	.hero-text {
		font-size: 20px;
		line-height: 20px;
		padding: 10px 0;
	}
	.home .hero-text {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 0;
	}
	.special {
		font-size: 18px;
	}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 600px) and (max-width: 767px) {
	div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
		width: 48% !important;
	}
	.home-mobile-remove {
		display: none;
	}
	.home-mobile-display {
		display: block;
	}
	.home-cta-wrap .uk-button {
		margin: 8px 0 16px;
	}
	.footer .mobile-display {
		display: block;
		width: 100%;
		text-align: center;
	}
	.footer .mobile-remove {
		display: none;
	}
	.footer img {
		float: none;
		margin-left: 0;
		margin-top: 20px;
	}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 599px) {
	div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
		width: 100% !important;
		margin-right: 0 !important;
	}
	div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
		width: 48% !important;
		margin-top: 10px;
	}
	.home-mobile-remove {
		display: none;
	}
	.home-mobile-display {
		display: block;
	}
	.home-cta-wrap .uk-button {
		margin: 8px 0 16px;
	}
	.starburst {
		width: 170px;
		height: 170px;
		background-size: 170px;
	}
	.starburst span {
		font-size: 18px;
		top: 35%;
		position: relative;
		line-height: 26px;
	}
	.footer .mobile-display {
		display: block;
		width: 100%;
		text-align: center;
	}
	.footer .mobile-remove {
		display: none;
	}
	.footer img {
		float: none;
		margin-left: 0;
		margin-top: 20px;
	}
}
/* #Font-Face
================================================== */

/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/