/* =============================== 
 Custom CSS specific to this site
================================== */
body .btn-primary {
	background-color: #51afcb !important;
	border-color: #c5c5c5;
	border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25);
}
body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus {
	background-color: #30869f !important;
	border-color: #c5c5c5;
	border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25);
}
article a, .modal a, .comment-content__text a {
	color: #3697b3;
	text-decoration: none;
}
article a:hover, .modal a:hover, .comment-content__text a:hover, 
article a:active, .modal a:active, .comment-content__text a:active, 
article a:focus, .modal a:focus, .comment-content__text a:focus {
	color: #3697b3;
	text-decoration: underline;
}
.posts .posts__post-wrapper .posts__post-item .headline a:hover, 
.posts .posts__post-wrapper .posts__post-item .headline a:active, 
.posts .posts__post-wrapper .posts__post-item .headline a:focus {
	color: #3697b3;
	text-decoration: none;
}
ul.pagination li a {
	color: #51afcb !important;
}
ul.pagination li.active a {
	color: #fff !important;
	background-color: #51afcb !important;
	border-color: #51afcb !important;
}
.sidebar .sidebar__content .sidebar__module .sidebar-list ul li.sidebar-list__item .sidebar-list__thumbnail .sidebar-list__counter {
	background-color: #51afcb;
}

.login-signup .login-signup__notification_count i {
	color: #51afcb;
}

/* Search page */
.gs-title:hover {
    color: #3697b3;
}

/* Dark theme */
.dark-theme .article-content a, .dark-theme .article-content a:hover, .dark-theme .article-content a:active, .dark-theme .article-content a:focus {
	color: #3697b3 !important;
}
.dark-theme .comment-content__text a, .dark-theme .comment-content__text a:hover, .dark-theme .comment-content__text a:active, .dark-theme .comment-content__text a:focus {
	color: #3697b3 !important;
}
.posts__post-item .post-content__excerpt a, .posts__post-item .post-content__excerpt a:hover, .posts__post-item .post-content__excerpt a:active, .posts__post-item .post-content__excerpt a:focus {
	color: #3697b3 !important;
}