/*
Theme Name: tuto-child
Version: 1.0
Description: A child theme of Tuto
Template: tuto
*/

@import url("../tuto/style.css");

.mh-site-logo {
    padding: 50px 0;
}
.mh-main-nav-wrap {
    background: #0f1120;
}
.mh-navigation li:hover {
    background: #ffe900;
}
.mh-navigation li:hover a {
    color: #000;
}
.mh-content-wrapper {
    background: transparent;
    padding: 0px;
}
#tw-slider .tw-slick-slide-caption {
    background-color: rgba(36,49,84,.85) !important;
    min-height: auto !important;
    min-width: 95%;
}
.mh-widget {
    background: rgb(15, 17, 32) !important;
}
.mh-sidebar {
    padding-top: 25px;
}
#i3_sfmc_list_header {
    padding-bottom: 20px;
}
#tw-responsive .tw-section {
    border-radius: 1px;
    background-color: rgb(15, 17, 32) !important;
}
.mh-sidebar-widget-title-inner {
    font-family: righteous;
}
#tw-slider .tw-slick-slide-eventname {
    font-size: 15px !important;
    font-weight: 500;
    color: white !important;
    text-transform: uppercase;
    line-height: 18px;
}
.tw-paginate {
    padding-top: 20px;
    color: white;
}
.mh-widget-inner {
    overflow: hidden;
    text-align: center;
    font-size: 20px;
}
.mh-footer a:hover {
    color: lightgrey;
}
.entry-content a {
    color: #f7f300;
}
#tw-responsive .tw-image img {
    width: 45% !important;
}
.mh-footer {
    background: none;
    border-top: none;
    overflow: hidden;
}
.mh-footer-widget {
    background: none;
}
.mh-subfooter {
    border-top: none;
    background: none;
}
.mh-header-nav-wrap {
    background: none;
    border-top: none;
}
.mh-copyright {
    display: none;
}
@media (min-width: 480px) {
#tw-responsive .column, #tw-responsive .columns {
    margin-left: -15%;
}
}
h4 {
    color: #ffffff;
}
@media (min-width: 480px) {
#tw-responsive .seven.columns {
    width: 75%;
}
}
.mh-widget-title {
    color: white;
}