/* --------------------------------- */
/* Css Color Style                   */
/*---------------------------------- */

/* Want to change the color? Find and replace instances of these values: */
/* ... but please do that in a different file and change the name to the colour you used (eg. yellow.css) */

/* MAIN:            66, 92, 186 */
/* MAIN:            #425cbb */
/* LIGHT SHADE:     83, 108, 202 */
/* LIGHT SHADE:     #536cca */

header nav a.home-btn, .estate figure .imgout .price, .site-btn, .timeline li:first-child i, nav ul li a:after, .owl-theme .owl-controls .owl-page span, .skill-list .progress .percentage, ul.profile-information li:first-child:before{
    background: #425cbb !important;
}

header nav ul li a:hover, .events ul li .datenlocation span, .namenprice .price, .cbp-filter-item-active, .portfolio-content p span, #blog-post .blog-sidebar ul.category-list li a:hover, #blog-post .blog-sidebar .popular-posts ul li a .info{
    color: #425cbb !important;
}

.spinner:before{
    border-top-color: #425cbb;  
}

ul.profile-information li:before{
	border-color: #425cbb; 
}

/* Hover Color*/

.site-btn:hover, header nav a.home-btn:hover, .section-title span{
   background-color: #536cca !important;
}

/* Opacity Color*/

#portfolio .cbp-item .portfolio-image .icon i, #portfolio .cbp-item figure .icon i{
    background: rgb(66, 91, 187);
}

/* for dark colors */

.site-btn, header nav a.home-btn i, ul.profile-information li:first-child:before, #blog .blog-box .date span, #blog .blog-box .date span, .timeline li:first-child i, .cbp-l-loadMore-link.site-btn{
	color:#fff;
}

.timeline li:before, ul.profile-information li:before{
	border-color: #425cbb !important;
}

.tab.active a {
    color: rgba(66, 92, 186, 1);
}

#blog-post .post-list ul li a, #blog-post .post-comment ul li .comment-content a{
	color: #425cbb;
}

.education .explanation-toggle {
    background: rgba(66, 92, 186, 0.1);
}

.education .explanation-toggle .toggle-button.active {
    background: rgba(66, 92, 186, 1);;
    color: white;
}

.education .explanation-toggle .toggle-button:hover {
    background: rgba(66, 92, 186, 1);;
    color: white;
}

.full-article blockquote::before {
    background: #425cbb;
}

.full-article .tags a:hover {
    color: #425cbb;
}

.full-article .attachments .attachment {
    background: rgba(66, 92, 186, 0.1);
}
.full-article .attachments .attachment:hover {
    color: white;
    background: rgba(66, 92, 186, 1);
}

.profile .name-home-link:hover  {
    color: rgba(66, 92, 186, 1);
}

.full-article .blog-text.tip {
    background: rgba(66, 92, 186, 0.1);
    border: 1px solid rgba(66, 92, 186, 0.3);
}