/*
 * Theme Name: Blog Ru Theme
 * Description: Child theme for jakeroid.com based on basic.
 * Version: 0.1
 * Template: basic
 */
@import url("../basic/style.css");

#footer {
    color: black;
    background: transparent;
}

#toTop {
    border-radius: 0;
}

#toTop:hover {
    border-radius: 0;
    opacity: 1;
}

.nav-links a:hover, .nav-links .current {
    color: #fff;
}

.more-link:hover {
    background: #999;
    opacity: 1;
}

/*widgets*/
.wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 0;
}

.widget li {
    padding-left: 0;
}

.widget_search > form * {
    box-sizing: border-box;
}

.widget_search > form > input.s {
    border-radius: 0;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
}

.widget_search > form > input.submit {
    border-radius: 0;
    padding-top: 6px;
    height: 40px;
}

.widget_search > form > input.submit:hover {
    background: #999;
    opacity: 1;
}

.searchform > input.s {
    height: 40px;
    box-sizing: border-box;
    width: 100%;
}

.searchform > input.submit {
    top: 0;
    bottom: 0;
    margin: auto;
}

.top-menu {
    border-radius: 0;
    text-align: center;
    display: flex;
    justify-content: flex-start;
}

.top-menu > li > span, .top-menu > li > a {
    font-weight: 100;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
}

.more-link {
    border-radius: 0;
}

.more-link:hover {
    opacity: 1;
}

.mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap;
}

.mc4wp-form-fields input {
    flex-basis: 100%;
    border-radius: 0;
}

.mc4wp-form-fields input:nth-child(odd) {
    margin-bottom: 8px;
}

.mc4wp-form-fields input[type="submit"] {
    font-weight: bold;
}

.rpwe-block ul {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.rpwe-block li {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;
    padding-left: 0;
}

.rpwe-block a {
    display: inline !important;
    text-decoration: none;
}

.rpwe-block h3 {
    background: none !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1.1em;
}

.rpwe-thumb {
    border: 1px solid #eee !important;
    box-shadow: none !important;
    margin: 2px 10px 2px 0;
    padding: 3px !important;
}

.rpwe-summary {
    font-size: 12px;
}

.rpwe-time {
    color: #bbb;
    font-size: 11px;
}

.rpwe-comment {
    color: #bbb;
    font-size: 11px;
    padding-left: 5px;
}

.rpwe-alignleft {
    display: inline;
    float: left;
}

.rpwe-alignright {
    display: inline;
    float: right;
}

.rpwe-aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after {
    content: "";
    display: table !important;
}

.rpwe-clearfix:after {
    clear: both;
}

.rpwe-clearfix {
    zoom: 1;
}