/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/*#2A98FC*/
::selection {
    background: #2A98FC;
}

.menu-item:hover > .menu-link,
.menu-item.current > .menu-link {
    color: #2A98FC;
}

.sub-menu-container,
.mega-menu-content {
    border-top: 2px solid #2A98FC;
}

    .sub-menu-container .menu-item:hover > .menu-link {
        color: #2A98FC;
    }

.more-link {
    border-bottom: 1px solid #2A98FC;
}

a {
    color: #2A98FC;
}

.entry-title h2 a:hover,
.entry-title h3 a:hover,
.entry-title h4 a:hover {
    color: #2A98FC;
}

.post-timeline .entry:hover .entry-timeline,
.post-timeline .entry:hover .timeline-divider {
    border-color: #2A98FC;
    color: #2A98FC;
}

.tagcloud a:hover {
    border-color: #2A98FC !important;
    color: #2A98FC !important;
}