#applybutton {
	text-decoration: none;
	margin-top: 20px;
	border: solid 2px #a29f9f;
	text-transform: uppercase;
	text-align: center;
	float: none;
	font-family: "Lato", "sans-serif";
	color: #b49543;
	padding: 10px 15px 9px;
	background-color: #fff;
	font-weight: 1000;
	font-size: .9rem;
}

#applybutton:hover {
	background-color: #b49543;
	color: #fff;
}

element.style {
	width: 100%;
	float: left;
	margin-right: -100%;
	position: relative;
	display: block;
	z-index: 2;
}

a,a:visited {
font-weight: 1000;
}

.featured-post-content .more-link {
	background-color: #fff;
}

.entry-content>:last-child {
	text-align: center;
	margin-bottom: 0;
}

h2 {
	font-size: 1.6rem;
	pointer-events: none;
}
.site-title {
 font-size: .01rem
}
.entry-title {
	font-size: 1.467rem;
	margin: 5px 0;
	text-transform: uppercase;
	line-height: 1.4;
	text-align: center !important;
}

.entry-featured {
	padding-left:60px;
	padding-right:60px;
}

.flexslider .slides img {
	width: 100%;
	height: 100%;
	max-height:4000px;
	display: block;
	opacity: .7;
}

element.style {
}

div.featured-post-content {
	font-weight: 700;
}

.featured-post-content {
	padding: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.featured-post-content {
	padding: 50px;
	min-width: 570px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

* {
	box-sizing: border-box;
}

@media screen and (max-width:500px) {
	.entry-title {
		font-size: 17px !important;
	}
	
	h2 {
		font-size: 17px;
	}
}

#wpstats {
	display: none;
}
.wpforms-container.wpf-center {
     margin: 0 auto !important;
     max-width: 500px; /* this is optional */
}
.wpforms-container.wpf-center .wpforms-title, 
.wpforms-container.wpf-center .wpforms-submit-container {
     text-align: center; 
}

.blue-square-container {
  text-align: center;
}

.blue-square {
  background-color: #FFFFFF;
	max-width: 600px;
  min-width: 315px;
  display: inline-block;
}