
/* Main color scheme, default: #5f9ea0 */
.list-post .post-cats a, .blog-post-container .post-cats a, .grid-post .post-cats a,
 .widget-social a i, .tag-cloud a, .widget_tag_cloud a, .widget-post-circle, nav.top-menu .show-menu, nav.main-menu .show-menu {
    background: #5F9EA0;
}

/* Page numbers current button border, default: #5F9EA0 */
.page-numbers .current
{
border-color: #5F9EA0;
}

/* Footer link colors, default: #C7C7C7 */
.footer-socials .social, .footer-socials i, .footer ul.menu li a {
    color: #C7C7C7;
}

/* Footer colors, default: #141414 */
.footer-dark {
    background-color:#141414;
}

/* Hover colors, default: #B43F42 */
a:hover, nav.top-menu ul.menu li:hover a, .top-bar-socials a:hover,
nav.main-menu ul.menu li:hover a {
    color:#B43F42 !important;
}

nav.main-menu .search .btn-submit:hover, #back-top a:hover, .page-numbers li a:hover {
    background: #B43F42;
}


nav.main-menu ul.menu ul.sub-menu {
    border-top: 3px solid #B43F42;
}

nav.top-menu ul.menu ul.sub-menu {
    border-top: 2px solid #B43F42;
}


/* Hover colors for buttons (with border), default: #B43F42 */
.grid-post .read-more-button:hover, .blog-post .read-more-button:hover,
.list-post .read-more-button:hover, .comment-form .btn:hover, .comment-form .submit-button:hover,
.author-social a:hover > i, .read-more-button:hover, .wcircle-menu-button:hover {
    background:#B43F42;
    border-color:#B43F42;
}

/* Hover colors for links, default: #B43F42 */
.blog-post .post-category a:hover, .comment-reply-link:hover, .author-text-body h3 a:hover,
.widget-post-title a:hover {
    color: #B43F42;
}




		/* Background Color/Texture/Image */
		body {
							background: #F1F1F1;
			
		}

			
/* Titles & Menu Font, default: 'Raleway' */
h1,
h2,
h3,
h4,
h5,
h6, .list-post-body h2, .grid-post h2, .blog-post h2, .blog-post h2.title, .sidebar-heading {
	font-family: 'Raleway', sans-serif;
}

/* Paragraph Font, default 'Open Sans' */
p, .blog-post p, .grid-post p, .post-entry p, .post-entry blockquote p,
.comment-body p {
	font-family: 'Open Sans', sans-serif;
}




