body {
	background-color: #fff;
	background-image: url('../images/slate-bg.png');
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: fixed;
}
a {
	color: #4287A3;
}
a:hover,
a:focus,
a:active {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #4287A3;
    font-weight: 400;
    color: #fff;
    text-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    font-weight: 400;
    color: #fff;
    text-shadow: none;
}

.site-header {
	background: #fff;
	margin-top: 5px;
}

.top-logo a {
	color: #887F6F;
}

.top-cta .btn {
    background-color: #4287A3;
    font-weight: 400;
    color: #fff;
    text-shadow: none;
}

.site-description {
	color: #4287A3;
	font-weight: 600;
}

.nav-container {
	background: #323232;
	padding-top: 0px;
	padding-bottom: 0px;
}

.site-navigation {
	background-color: #323232;
}
.top-leadin {
	color: #000;
	font-weight: 400;
}

.top-tel {
	color: #4287A3;
	font-weight: 400;
}
.top-tel:before {
	color: #887F6F;
}

#primary-menu > li.current-menu-item,
#primary-menu > li:hover,
#primary-menu > li.current-menu-item:hover {
	background-color: #887F6F;
	color: #fff;
	font-weight: 300;
}

#primary-menu li a,
#primary-menu li a:hover,
#primary-menu li.current-menu-item a,
#primary-menu ul li a,
#primary-menu ul li a:hover,
#primary-menu > li > a {
	text-shadow: none;
}

#primary-menu ul {
	background-color: #887F6F;
}
#primary-menu ul li a {
	color: #fff;
}
#primary-menu ul li a:hover {
	background: #323232;
	color: #fff;
}
#primary-menu > li > a,
#primary-menu ul {
	font-weight: 400;
	color: #fff;
}

.site-search i {
	color: #fff;
}

.hentry,
.widget,
.post-author,
.comments-area,
.error404 .content-area,
.pagination .page-numbers {
	border: none;
}

.slide-caption {
	background: rgba(0,0,0,0.6);
	border-radius: 0;
}
.slide-caption .heading1 {
	color: #86b9ce;
	text-shadow: 0 1px 0 #000;
}
.slide-caption .heading2 {
	color: #fff;
	text-shadow: none;
}
.slide-caption .button1 .btn{ 
    background-color: #887F6F;
    font-weight: 400;
    color: #fff;
    text-shadow: none;
}

.home-widget-left .widget {
	background: transparent;
}
.home-widget-right .widget {
	background: #f5f5f5;
	border-radius: 0;
}

#secondary .widget-title {
	background-color: #887F6F;
}

.widget .post-item .post-title a:hover {
	color: #fff;
}
.widget ul li a:before {
	background-color: #887F6F;
}
.sticky:after, .entry-meta i, .entry-footer i {
	color: #887F6F;
}

.site-footer {
	background: #406C7E;
	color: #f5f5f5;
}
.site-footer a {
	color: #000;
}
.site-footer a:hover {
	color: #000;
}
.footer-widget .widget ul li a {
	color: #fff;
}
.footer-widget .widget ul li a:hover {
	color: #dedede;
}

@media screen and (max-width: 1024px) {
	#primary-menu {
		background: #000;
	}
}
