#primary {
	background: url(https://cdn.sephonehosting.com/heartsofmaine.com/img/bg2.gif);
}

.textwidget ul {
	list-style: none;
	margin-left: 0;
	
}

.post-thumbnail {
	background: none;
	
}

.post-thumbnail img {
	display: block;
	margin: 0 auto;
	
}

.content-sidebar {
	background: #000;
	
}

@media (min-width: 768px) {
	.content-sidebar {
		background: none;
		
	}
	
}

.content-sidebar .widget a {
	color: #fff;
	
}

.content-sidebar .widget a:hover {
	color: #24890d;
	
}

@media (min-width: 768px) {
	.content-sidebar .widget a:hover {
		color: #000;
		
	}
	
}

#recent-posts-3, .textwidget {
	box-sizing: border-box;
	padding: 10px;
	
}

#recent-posts-3 li, .textwidget li {
	text-align: center;
	
}

@media (min-width: 672px) {
	#recent-posts-3 li, .textwidget li  {
		border: 1px solid #fff;
		padding-left: 15px;
		text-align: left;
		
	}
	
	#recent-posts-3 li a, .textwidget li a {
		color: #fff;
		
	}
	
	#recent-posts-3 li:hover a, .textwidget li:hover a {
		color: #000;
	}
	
	#recent-posts-3 li:hover, .textwidget li:hover {
		background: #fff;
		
	}
}

.grid .featured-content .entry-header {
	background: #232e83;
	border: none;
	box-sizing: border-box;
	padding: 15px;
	
}

.site:before {
	background: -webkit-linear-gradient(left, rgb(61, 72, 156) 0%, rgb(23, 32, 101) 100%);
	box-shadow: 0 0 8px 0 rgba(0,0,0, .8);
	
}

div#content {
	background: #fff;
	
}

.content-sidebar .widget .widget-title{
	color: #fff;
	
}

#masthead, .site-info, #featured-content {
	box-shadow: 0 0 8px 0 rgba(0,0,0, .8);

	
}

.site-footer, .site-header {
	background: rgb(214,198,141);
	background: -moz-linear-gradient(top, rgba(214,198,141,1) 0%, rgba(194,178,128,1) 100%);
	background: -webkit-linear-gradient(top, rgba(214,198,141,1) 0%,rgba(194,178,128,1) 100%);
	background: linear-gradient(to bottom, rgba(214,198,141,1) 0%,rgba(194,178,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6c68d', endColorstr='#c2b280',GradientType=0 );
	
}

.entry-title, .entry-meta, .cat-links {
	text-transform: inherit !important;
	
}

#primary-sidebar {
	padding-top: 30px;
	
}

#primary-sidebar img {
	margin: 0 auto;
	display: block;
	max-width: 200px;
	
}

@media (min-width: 1008px) {
	#primary-sidebar img {
		margin: 0 auto;
		display: inherit;
		max-width: 100%;
		
	}
	
}

@media screen and (min-width: 846px) {
	.content-area, .content-sidebar {
		padding-top: 0;
				
	}
	
}

.content-area {
	padding-top: 0;
	
}

@media screen and (min-width: 673px) {
	.content-sidebar {
		padding-top: 0;
	
	}
	
}

.site-content {
	padding-top: 30px;
	
}

.site-navigation a {
	color: #232e83;
	text-transform: none;
	font-size: 15px;
	
}

.site-navigation .current_page_item > a, .site-navigation .current_page_ancestor > a, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a {
	color: #232e83;
	
}

.search-toggle, .search-toggle.active, .search-box, #primary-menu li a:hover {
	background-color: #232e83;
	
}

.search-toggle:hover {
	background-color: #2c3898;
	
}

body {
	background: #232e83;
	
}

#page {
	display: block;
	margin: 0 auto;
	
}

.featured-background {
	background: url(images/pattern-dark.svg) repeat fixed;
	
}

figure.featured-property-image img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	float: none;
	border: 5px solid #FFF;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.75);
	
}

@media (min-width: 768px) {
	figure.featured-property-image img {
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		margin-top: 31px;
		
	}
	
}

#featured-properties-container h2.entry-title {
	text-align: left;
	font-size: 35px;
	
}

#featured-properties-container .specs {
	text-align: center;
	
}

#featured-properties-container main.featured-description {
	padding: 30px;
	
}
.specs {
	background: #f0f0f0;
	overflow: hidden;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.specs ul {
	margin: 0;
	padding: 0;
}
.specs ul li {
	list-style: none;
	float: left;
	width: 50%;
	text-align: left;
}
.specs ul li i {
	border: 1px solid #000;
	width: 30px;
	height: 30px;
	background: transparent;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 4px 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}
.btn-read {
	margin: 20px 0;
	overflow: hidden;
}
.btn-read a {
	background: #24890d;
	color: #FFF;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: right;
	display: inline-block;
	float: right;
	padding: 8px;
}
.btn-read a:hover {
	background: #232e83;
}
.featured-property-description {
	white-space: pre-line;	
}

.hvab-button {
	background: #24890d;
    background: -moz-linear-gradient(top, #24890d 0%, #1b8700 100%);
    background: -webkit-linear-gradient(top, #24890d 0%,#1b8700 100%);
    background: linear-gradient(to bottom, #24890d 0%,#1b8700 100%);
	float: right;
	display: none;
	margin: 6px;
	text-shadow: 1px 1px 0 #003B0A;
	border-radius: 8px;
	border: 3px solid #004100;
/* 	box-shadow: 0 0 6px 0 rgba(0,0,0,.75); */
	
}

#masthead .hvab-button {
	border: 2px solid #004100;
	margin: 3px 6px;
}

@media (min-width: 783px) {
	#masthead .hvab-button {
		display: inline-block;
		
	}
	
}

@media (min-width: 990px) {
	.hvab-button {
		display: inline-block;
		
	}
	
}

/* New Header */
#featured-content {
	position: absolute;
	
}

.logo-area {
	background: -webkit-linear-gradient(left, rgb(61, 72, 156) 0%, rgb(23, 32, 101) 100%);
	
}

.logo-fixed {
	max-width: 160px;
	background: #fff;
	border-radius: 200%;
	z-index: 100;
	-webkit-box-shadow: 0 0 5px 0 #000000;
	box-shadow: 0 0 5px 0 #000000;
	margin: 0 auto;
	
}

@media (min-width: 883px) {
	.logo-fixed {
		max-width: initial;
		position: absolute;
		float: left;
		
	}
	
}

@media (min-width: 1080px) {
	.logo-fixed {
		
	}
	
}

.logo-fixed img {
	max-width: 150px;
	padding: 5px;
	
}

@media (min-width: 883px) and (max-width: 1080px) {
	.logo-fixed {
		top: 13px;
		left: 13px;
		
	}
	
}

@media (min-width: 1080px) {
	.logo-fixed img {
		max-width: 192px;
		padding: 15px;
		
	}
	
}

.masthead-fixed .site-header {
	position: relative;
	
}

.masthead-fixed .site-main {
	margin-top: 0;
	
}

.admin-bar.masthead-fixed .site-header {
	top: 0;
	
}

.contact-info {
    background: -webkit-linear-gradient(left, rgb(61, 72, 156) 0%, rgb(23, 32, 101) 100%);
    z-index: 2;
    position: relative;
    text-align: center;
    color: white;
	
}

@media (min-width: 883px) {
	.contact-info {
		text-align: right;
		
	}
	
}

.contact-info p {
	margin-bottom: 0;
	
}

#secondary {
	margin-top: 100px;
	
}

.contact-info a {
	color: #fff;
	text-decoration: underline;
	
}