/*
Theme Name: Newkarma Child
Theme URI: https://satujuang.com 
Author: Satujuang
Author URI: https://satujuang.com 
Description: Child theme untuk Newkarma - Satujuang custom
Version: 1.0.0
Template: newkarma
Text Domain: newkarma-child
*/

/* ============================================
   1. LINK DEFAULT & HIGHLIGHT
   ============================================ */
a {
    text-decoration: none;
    transition: all .25s ease;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

a.highlight-satujuang,
.highlight-satujuang a,
.highlight-satujuang {
}

a.highlight-satujuang:hover,
.highlight-satujuang a:hover {
}

/* ============================================
   2. MENU NAVIGASI
   ============================================ */
.gmr-mainmenu #primary-menu > .current-menu-item > a,
.gmr-mainmenu #primary-menu > .current_page_item > a,
.gmr-mainmenu #primary-menu > .current-menu-ancestor > a,
.gmr-mainmenu #primary-menu > .current_page_ancestor > a,
.gmr-menuwrap #primary-menu > li:hover > a {
    box-shadow: inset 0px -4px 0px 0px #B71C1C !important;
}

#primary-menu > li.page_item_has_children:hover > a:after,
#primary-menu > li.menu-item-has-children:hover > a:after {
    border-color: #B71C1C;
}

/* ============================================
   3. WIDGET BORDER
   ============================================ */
.widget {
    border: 1px solid rgba(183, 28, 28, 0.25);
}

.widget-title span {
    border-bottom: 2px solid #B71C1C;
}

/* ============================================
   4. TOMBOL & FORM
   ============================================ */
a.button,
button.button,
input.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #B71C1C;
    border: 1px solid rgba(0,0,0,0.15);
    color: #fff;
}

a.button:hover,
button:hover,
input[type="submit"]:hover {
    background-color: #C62828;
    color: #fff;
}

/* ============================================
   5. READ MORE
   ============================================ */
a.read-more {
    color: #B71C1C;
}

a.read-more:hover {
    color: #C62828;
}

.gmr-related-infinite a.read-more {
    color: #333 !important;
}

/* ============================================
   6. MENU BACKGROUND OVERRIDE
   ============================================ */
.gmr-topnavwrap,
.gmr-menuwrap {
}

.gmr-secondmenu {
}