/*
 Theme Name:   Ukko WP Child
 Theme URI:    https://demo.cocobasic.com/ukko-wp
 Description:  Ukko WP Child Theme
 Author:       CocoBasic
 Author URI:   https://cocobasic.com/
 Tags: grid-layout, four-columns, custom-colors, featured-images, threaded-comments, translation-ready, theme-options
 Template:     ukko-wp
 Text Domain:  ukko-wp-child
*/

body a,
body a:link,
body a:visited {
    color: #13FFFC !important;
}

/* Menu links - keep these dark */
body .sm-clean a,
body .sm-clean a:hover,
body .sm-clean a:focus,
body .sm-clean a:active {
    color: #0090AA !important;
}

body .sm-clean a:hover,
body .sm-clean a.highlighted,
body .sm-clean li.current > a {
    color: #0090AA !important;
}


/* Email and LinkedIn social links */
body .menu-social a,
body .menu-social a:link,
body .menu-social a:visited,
body .menu-social a:hover,
body .menu-social a:focus {
    color: #0090AA !important;
}

/* Post date colour */
.entry-date.published,
.entry-info .entry-date-holder .entry-date {
    color: #13FFFC !important;
}

/* Site title colour and underline */
.site-title {
    color: #0090AA !important;
}

.site-title:before {
    background-color: #0090AA !important;
}

/* Previous and next story links */
.nav-links .nav-previous a,
.nav-links .nav-next a,
.nav-links p {
    color: #FFFFFF !important;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
    color: #13FFFC !important;
}

.single .nav-links:before {
    background-color: #FFFFFF !important;
}