/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
#front-page-recent-posts {
	display: none;
}

.homebuckets {
	color: #FFFFFF;
}

ul li::marker,
ol li::marker {
  color: #419299;
}

a {
	color: #419299;
	text-decoration: none;
}
a:visited {
	color: #419299;
}
a:hover, a:focus, a:active {
	color: #0B3857;
	text-decoration: underline;
}

#hli {
	color: white
}

.wp-block-button__link,
button,
input[type="submit"],
input[type="button"],
.button {
    background-color: #419299 !important;
    color: #ffffff !important;
    border-radius: 100px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1.4em 1.6em 1.2em;
    transition: 0.3s;
}

.wp-block-button__link:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover {
    background-color: #0B3857 !important;
    color: #ffffff !important;
}

.wp-block-button__link:visited,
button:visited {
	color: #fff;
}

/* Main navigation menu */
.main-navigation a:hover {
	color: #0B3857;
}
.main-navigation ul > li > a {
	color: #419299;

}
.main-navigation ul > li.current-menu-item > a,
.main-navigation ul > li.current_page_item > a {
	color: #0B3857;
}
.main-navigation .menu-toggle {
	background: #419299;
}

.main-navigation ul {
	border-top: 3px solid #419299;

}
.main-navigation ul:before {
	color: #419299;
}

.comment-metadata .edit-link a {
	color: #419299;
}

.jetpack_widget_social_icons a:hover,
.jetpack_widget_social_icons a:focus,
.widget_wpcom_social_media_icons_widget a:hover,
.widget_wpcom_social_media_icons_widget a:focus {
	color: #0B3857;
}

.featured-content .hentry:hover .entry-title {
	color: #0B3857;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	background-color: #419299;
}

.testimonials .edit-link a,
.testimonials .edit-link a:visited {
	color: #419299;
}

.site-header .jetpack-social-navigation a:hover {
	color: #0B3857;
}

#infinite-handle span {
	background: #419299;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
#infinite-handle span:hover {
	background: #0B3857;
}

h1, h2, h3, h4, h5, h6{
	color: #0B3857;
}

table tbody tr:nth-child(even) {
	background-color: #0B3857;
	color: #ffffff;
}

table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}
