/* Enter Your Custom CSS Here */

a {
    color: #616365;
}

a:visited {
    color: #616365;
}

a:hover {
    color: #833e98;
}

a:hover,
a:focus,
a:active {
    color: #833e98;
    text-decoration: none;
}

.widget-title {
    color: #833e98;
}

.entry-title-blog a:hover {
    color: #000;
}

.categories-links a:hover {
    color: #833e98;
}

.carousel-caption-title a:hover {
	color: #000;
}

.carousel-caption-category a:hover {
	color: #833e98;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #833e98;
    border-color: #833e98;
}

.main-navigation ul ul {
    background: #fff;

}

.dropdown-toggle:hover .dropdown-toggle-inner,
.dropdown-toggle:focus .dropdown-toggle-inner {
    color: transparent;
}

.dropdown-toggle.toggled-on .dropdown-toggle-inner,
.dropdown-toggle.toggled-on:hover .dropdown-toggle-inner,
.dropdown-toggle.toggled-on:focus .dropdown-toggle-inner {
    color: transparent;
}

.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover {
    background: #833e98;
}

.post-navigation .nav-links a:hover {
    background: #833e98;
}

p.dropcap:first-letter {
    color: #833e98;
}

.entry-content #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
    color: #833e98;
}

.header-inner-top {
	background: #fff;
}

.main-navigation {
	background: #fff;
}

.main-navigation li a {
	color: #6f6e6b;
}