/*
 * Theme Name:    Lomb (Themify Ultra)
 * Description:   Child theme of Themify Ultra theme by themify.me
 * Author:        daLom AS
 * Author URI:    http://dalom.no
 * Template:      themify-ultra
 * Version:       1.0
 * */


@import url("../themify-ultra/style.css");

/* write custom css below */

/**
 *
 * Ta bort standard rødfarge og erstatt med blåfarge
 *
 */
a {
  color: #0089bc;
}
a:hover {
  text-decoration: none;
}
input[type=reset], input[type=submit], button {
  background-color: #0089bc;
}
#main-nav a:hover {
  color: #0089bc;
}
#main-nav .current_page_item > a,
#main-nav .current-menu-item > a {
  color: #0089bc;
}
#main-nav ul a:hover,
#main-nav .mega-menu-posts a:hover {
  color: #0089bc;
}
.post-title a:hover {
  color: #0089bc;
}
/* post nav arrow */
.post-nav .arrow {
  color: #0089bc;
}
.post-nav a:hover span {
  color: #0089bc;
}
.commentlist .comment-reply-link:hover {
  background-color: #0089bc;
  color: #fff;
  border-color: #0089bc;
}
.project-date,
.project-client,
.project-services,
.project-view {
  color: #0089bc;
}
.footer-nav li:hover > a {
    color: #0089bc;
}
.footer-horizontal-left .back-top .arrow-up a,
.footer-horizontal-right .back-top .arrow-up a,
.footer-left-col .back-top .arrow-up a,
.footer-right-col .back-top .arrow-up a {
  background-color: #0089bc;
}
.loops-wrapper.list-post .post-date .month, .single .post-date .month {
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 0;
    line-height: 100%;
    margin: 0;
}
.loops-wrapper.list-post .post-date, .single .post-content .post-date {
    padding: 7px;
}
