/*
Theme Name: bw-child
Version: 1.0
Description: A child theme of B &amp; W
Template: b-w
*/

@import url("../b-w/style.css");
.entry-detail a {
    color: #9C27B0;
    text-decoration: overline;
}
.entry-detail a:hover {
    color: #9C27B0;
    text-decoration: none;
}
.wrapper,
.wrapper-container {
    background: none;
}
.middle-header-inner {
    background: url('/images/header.jpg') no-repeat;
}
h1 {
    font-size: 3rem;
    color: #fff;
}
.page-header {
    color: #f8f8f8;
}
.rmm.style ul li > a:not(:only-child):after {
    -webkit-font-smoothing: antialiased;
    content: "˅";
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: 0px;
    left: 4px;
    font-size: 15px;
}