.toggle-top-area,
.toggle-top-area.footer-in {
    z-index: 99999;
    background: rgba(16, 16, 18, 0.99);
    position: absolute;
    width: 100%;
    padding: 0;
}

.toggle-top-area .col-md-3 {
    margin-bottom: 35px;
}

.toggle-top-area .col-md-3 .widget {
    padding: 0 10px;
}

.toggle-top-area .w_toparea {
    color: #fff;
    overflow: hidden;
    display: none;
    padding: 30px 0;
}

.toggle-top-area .w_toggle {
    position: absolute;
    right: 0;
    border-top: 35px solid rgba(16, 16, 18, 0.99);
    border-left: 35px solid transparent;
}

.toggle-top-area .w_toggle:after {
    font-size: 8px;
    font-family: 'WnFontAwesome';
    content: '\f067';
    position: absolute;
    left: -16px;
    top: -35px;
    color: #fff;
    font-weight: 900;
}

.toggle-top-area .w_toggle.open:after {
    content: '\f068';
}

.toggle-top-area .textwidget,
.toggle-top-area .textwidget p,
.footer-in .textwidget {
    color: #b5b5b5;
}

.toggle-top-area.footer-in .socialfollow a:hover {
    text-decoration: none;
    border-color: transparent;
    color: #fff;
}

.toggle-top-area.footer-in .widget .socialfollow a i,
.toggle-top-area.footer-in .widget .socialfollow a:hover i {
    color: #aaa;
    font-size: 17px;
    transition: .3s all;
}

.toggle-top-area.footer-in .socialfollow a:hover i {
    color: #fff;
}

.toggle-top-area .side-list ul,
.toggle-top-area ul.side-list {
    border: none;
}

.toggle-top-area .side-list li {
    border: none;
    background: none;
}

.toggle-top-area .side-list h5 a {
    color: #d2d2d2;
    font-weight: 500;
}

.toggle-top-area .tagcloud a {
    padding: 7px 14px;
    background: rgba(255, 255, 255, 0.04);
    margin: 3px;
    display: inline-block;
    color: #808080;
    border: none;
}

.toggle-top-area .tagcloud a:hover {
    color: #fff;
    background: #437df9;
}

.toggle-top-area #wp-calendar caption {
    color: #888;
}

.toggle-top-area .widget ul li a {
    text-decoration: none;
    color: #c8c9ce;
    font-weight: 400;
}

.toggle-top-area .widget ul.menu li a {
    display: block;
    padding: 8px 2px 7px 0;
}

.toggle-top-area h5.subtitle span {
    position: absolute;
    right: 0;
    text-align: right;
}

.toggle-top-area h5.subtitle span a {
    color: #787878;
    font-size: 10px;
    font-weight: 400;
}

.toggle-top-area h5.subtitle {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 1px;
    margin: 0 0 5px 0;
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 700;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .toggle-top-area {
        display: none;
    }
}