/*
Theme Name: RenNews Child
Description: empty
Author: empty
Template: mh-newsdesk-lite
Version: 1.2
*/

/* Typography
--------------------------------------------------------------------- */

body,
p {
    font-size: 16px;
    line-height: 1.6;
}

a,
a:hover {
    text-decoration: none;
}

/* Main header
--------------------------------------------------------------------- */

.mh-header {
    margin-bottom: 0;
}

.home .mh-header {
    margin-bottom: 25px;
}

.logo-title {
    color: #e41609;
    text-align: center;
}

.logo-tagline {
    text-align: center;
}

.menu_nav ul {
    list-style: none;
    margin: 0 auto;
    width: 85%;
}

@media screen and (max-width: 700px) {

    .content-lead-title {

        font-size: 1.375rem;

    }
}

.button span {

    background: #FE0404;
    font-family: 'Open Sans';

}

#mh-wrapper, h1, h2, h3, h4, h5, h6, .search-form input, .header-sub li a, .widget-list li, .cat-item, .page_item, .sb-widget .menu-item, .footer-widgets .menu-item, .social-nav ul li a, a, .button span, .social-button span, .main-nav li {

    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;

}

.search-form input {

    text-transform: none;

}

.content-lead-title {

    text-transform: none;
}

/* Blog grid
--------------------------------------------------------------------- */

.post-standard__figure-link {
    transition: all .3s ease;
}

.post-standard__figure-link:hover {
    opacity: .85;
}

/* Sidebar
--------------------------------------------------------------------- */

.mh-sidebar .widget-title {
    padding: 8px 0;
    color: #040404;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.widget-title span {
    background: #CCDEE8 !important;
}

.widget-title a {
    text-align: center;
    padding: 8px 0;
    color: #040404;
    font-family: 'Oswald', Helvetica, Arial, sans-serif;
    font-size: 20px;

}

.widget-title a:hover {
    display: none;
}

.mh-sidebar #menu-services .menu-item {
    padding: 0;
}

.mh-sidebar #menu-services .menu-item a {
    display: block;
    padding: 10px 10px 10px 20px;
    font-size: 20px;
}

.mh-sidebar #menu-services .current-menu-item {
    background-color: rgba(204, 222, 232, .3);
}

/* Posts on page
--------------------------------------------------------------------- */

.posts_on_page a,
.posts_on_page a:hover {
    text-decoration: none;
}

.posts_on_page .btn {
    color: white;
}

.content-lead-title {
    font-size: 22px;
    line-height: 26px;

}

.cp-title-xl {
    font-size: 22px;
    line-height: 26px;
}

.entry-title, .page-title {

    text-transform: none;

}

.widget-list > li {

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;

}

.cp-title-small {

    line-height: 1.3;

}

.content-grid-title {

    line-height: 1.3;

}

.content-list-title {

    line-height: 1.3;
    text-transform: none;
}

.main-nav li a {

    font-family: 'Open Sans';

}

.ticker-title {

    font-family: 'Open Sans';

}

.ticker-item {

    font-family: 'Open Sans';

}

.entry-title, .page-title {

    font-size: 24px;
    line-height: 28px;
    font-family: 'Open Sans';
    font-weight: 600;

}

/* Scroll to top
--------------------------------------------------------------------- */

a#scroll-to-top {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #e41609 url('http://xn--18-6kcupmsb6am8a.xn--p1ai/wp-content/uploads/2018/02/triangle-to-top.png') no-repeat 50% 50%;
    opacity: .5 !important;
    transition: all .3s ease;
}

a#scroll-to-top:hover {
    opacity: .8 !important;
}