body {
	background: #fbf7fa url('../images/arrows-3d.png') repeat top center fixed;
}
a {
	color: #b3529f;
}
a:hover,
a:focus,
a:active {
	color: #000;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #3b336e;
    color: #fff;
    text-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #fff;
    text-shadow: none;
}

.site-header {
	background: rgba(19,0,114,0.67);
}

.top-logo a {
	color: #fff;
}

.top-cta .btn {
    background-color: #b3529f;
    color: #fff;
    text-shadow: none;
}

.site-description {
	color: #fff;
}

.nav-container {
	background: #5c5881;
	padding-top: 1px;
	padding-bottom: 1px;
}

.site-navigation {
	background-color: #3c3c62;
}
.top-leadin {
	color: #b3529f;
}

.top-tel {
	color: #fff;
}
.top-tel:before {
	color: #b3529f;
}

#primary-menu > li.current-menu-item,
#primary-menu > li:hover,
#primary-menu > li.current-menu-item:hover {
	background-color: #b3529f;
	color: #fff;
}

#primary-menu li a:hover {
	color: #fff;
	text-shadow: none;
}

#primary-menu li a,
#primary-menu li.current-menu-item a,
#primary-menu li:hover a,
#primary-menu ul li a,
#primary-menu ul li a:hover,
#primary-menu > li > a {
	color: #fff;
	text-shadow: none;
}

#primary-menu ul {
	background-color: #b3529f;
}
#primary-menu li:hover ul li a {
	color: #fff;
}
#primary-menu ul li a {
	color: #fff;
}
#primary-menu li:hover ul li a:hover {
	background: #3c3c62;
	color: #fff;
}
#primary-menu ul li a:hover {
	background: #3c3c62;
	color: #fff;
}
#primary-menu > li > a,
#primary-menu ul {
}

.site-search i {
	color: #fff;
}

.hentry,
.widget,
.post-author,
.comments-area,
.error404 .content-area,
.pagination .page-numbers {
	border: none;
}

.slide-caption .heading1 {
	color: #c173b1;
	text-shadow: 0 1px 0 #000;
}
.slide-caption .heading2 {
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
.slide-caption .button1 .btn{ 
    background-color: #b3529f;
    color: #fff;
    text-shadow: none;
}

.home-widget-right .widget {
	background: #f16164;
	color: #fff;
}

#secondary .widget {
	background: #fff;
}

#secondary .widget-title {
	background-color: #b3529f;
}

.widget .post-item .post-title a:hover {
	color: #fff;
}
.widget ul li a:before {
	background-color: #3b336e;
}
.sticky:after, .entry-meta i, .entry-footer i {
	color: #3b336e;
}

.site-footer {
	background: #60598c;
	color: #fff;
}
.site-footer a {
	color: #3498db;
}
.site-footer a:hover {
	color: #3498db;
	text-decoration: underline;
}

.footer-widget .widget ul li a {
	color: #fff;
}
.footer-widget .widget ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.footer-widget .widget ul li a:before {
	background: rgba(255, 255, 255, 0);
	color: #3498db;
}
.footer-widget .widget ul li a:hover:before {
	background: rgba(255, 255, 255, .15);
}

@media screen and (max-width: 1024px) {
	#primary-menu {
		background: #524e74;
	}
}
