﻿body {
    font-family: 'Noto Sans Devanagari', 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #212d45;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
}
* {
    outline: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
ul {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
    text-decoration: none;
    font-weight: 400;
    list-style: none;
}
    ul li {
        list-style: none;
    }
a {
    padding: 0;
    border: 0;
    outline: 0;
}
    a, a:visited {
        text-decoration: none;
    }
#outer-wrapper {
    margin: 0 auto;
}
#header-wrap {
    width: 100%;
    height: 70px;
    background: #ffffff;
    z-index: 1010;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    position: fixed;
    top: 0;
}
.menu-overlay {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}
    .menu-overlay.active {
        opacity: .5;
        visibility: visible;
        transition: visibility 0.3s linear, opacity 0.3s linear;
    }
.mobile-menu-wrap {
    background: #fff;
    width: 310px;
    height: 100%;
    position: fixed;
    left: -315px;
    padding: 0;
    top: 0;
    z-index: 999999;
    box-shadow: 2px 0px 6px rgba(0,0,0,0.3);
    transform: translateX(0);
    transition: opacity 0.5s linear, transform 0.7s cubic-bezier(0.56, 0.48, 0, 0.99);
}
    .mobile-menu-wrap.active {
        transform: translateX(315px);
        transition: opacity .5s linear,transform .7s cubic-bezier(.56,.48,0,.99);
    }
.mobile-menu {
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.03);
}
.mobile-menu-header {
    height: 60px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-bottom:1px solid rgba(0,0,0,0.08);
}
    .mobile-menu-header img {
        margin-top: 15px;
        margin-left: 25px;
    }
.menu-close {
    position: absolute;
    z-index: 1;
    right: 2px;
    top: 6px;
    height: 47px;
    width: 47px;
    cursor: pointer;
    text-align: center;
}
    .menu-close svg {
        margin-top: 16px;
    }
.mobile-menu ul li {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 38px;
    font-weight: 500;
}
    .mobile-menu ul li a {
        color: #212d45;
        padding: 7px 5px 2px 25px;
        display: block;
        border-bottom: 1px solid rgba(0,0,0,.1);
        transition: all .17s ease;
        font-size: 16px;
        position: relative;
    }
        .mobile-menu ul li a:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #cbf7ee;
            transform: scaleX(0);
            transform-origin: 0 50%;
            transition-duration: .3s;
            transition-timing-function: ease-out;
            border-left: 5px solid #533BE9;
        }
        .mobile-menu ul li a:hover::before {
            transform: scaleX(1);
        }
.mobile-menu ul > li > a svg {
    margin-top: 13px;
    right: 20px;
    float: right;
    position: absolute;
    transform: rotate(-90deg);
    transition: .3s ease-out;
}
.svg-up {
    transition: .3s ease-out;
    transform: rotate(90deg) !important;
}
.font-weight-bold {
    font-weight: 700;
}
.mobile-menu ul > li > ul {
    display: none;
}
    .mobile-menu ul > li > ul > li a {
        padding: 7px 5px 2px 40px;
    }
#header-wrap .container {
    position: relative;
    margin: 0 auto;
}
.row {
    width: 1260px;
}
.section, .widget {
    margin: 0;
    padding: 0;
}
.header-logo {
    float: left;
    margin: 0 20px 0 0;
}
.main-logo {
    padding: 19px 0;
}
    .main-logo img {
        width: 156px;
        height: 30px;
    }
.header-menu {
    float: left;
}
    .header-menu ul > li {
        float: left;
        position: relative;
        transition: background .17s ease;
        height: 70px;
    }
        .header-menu ul > li > a {
            position: relative;
            color: #212d45;
            font-size: 16px;
            font-weight: 500;
            line-height: 75px;
            display: inline-block;
            padding: 0 15px;
            transition: .17s;
            height: 100%;
        }
            .header-menu ul > li > a svg {
                margin-left: 2px;
                vertical-align: middle;
                transform: rotate(-90deg);
            }
            .header-menu ul > li:not(.has-sub) > a:hover {
                box-shadow: inset 0 -3px 0 0 #533BE9;
            }
        .header-menu ul > li > ul {
            position: absolute;
            float: left;
            left: 0;
            top: 70px;
            min-width: 280px;
            background-color: #ffffff;
            z-index: 99999;
            margin-top: 0;
            padding: 0;
            visibility: hidden;
            opacity: 0;
            border: 1px solid rgba(0,0,0,.1);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
            border-radius: 0 0 5px 5px;
            border-top: none !important;
        }
    .header-menu ul > li > ul > li {
        display: block;
        float: none;
        position: relative;
        height: auto;
    }
        .header-menu ul > li > ul > li a {
            display: block;
            line-height: 36px;
            margin: 0;
            padding: 6px 15px;
            border-bottom: 1px solid rgba(0,0,0,.1);
        }
        .header-menu ul > li:hover > ul {
            visibility: visible;
            opacity: 1;
        }
.mobile-menu-toggle {
    float: left;
    margin: 0 13px;
    height: 70px;
    color: #533be9;
    text-align: center;
    cursor: pointer;
}
    .mobile-menu-toggle svg {
        margin-top: 20px;
    }
.clearfix {
    clear: both;
}
#content-wrapper {
    margin: 70px auto 0px;
}
    #content-wrapper > .container {
        margin: 0;
    }
.post-wrapper {
    overflow: hidden;
    width: 100%;
    word-wrap: break-word;
    padding: 20px 0 0 0;
}
#main-wrapper {
    float: left;
    overflow: hidden;
    width: calc(100% - 415px);
    word-wrap: break-word;
    padding: 0 15px;
    margin: 0;
}
.site-title {
    padding: 0 0 10px 0;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background: #fff;
    border-bottom: 2px solid #533BE9;
    text-align: justify;
    font-family: 'Nunito',sans-serif;
}
.featured-posts > .widget {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
}
    .featured-posts > .widget .widget-content {
        position: relative;
        margin-bottom: 20px;
    }
    .featured-posts > .widget .widget-content .title-content {
        padding: 10px 5px 5px 0;
    }
    .featured-posts > .widget .widget-content .title-content h2 {
        margin: 0;
        display: inline;
        font-size: 20px;
    }
.read-all-btn {
    float: right;
    margin-top: -3px;
    background: #533be9;
    color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 13px;
}
.home-posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.home-posts li {
    position: relative;
    float: left;
    width: 33.33%;
    overflow: hidden;
    padding: 0 15px;
}
    .home-posts .feat-inner {
        position: relative;
        border-radius: 10px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
        overflow: hidden;
        margin: 10px 1px 20px 1px;
    }
.home-posts .post-image {
    display: block;
    overflow: hidden;
}
.home-posts .post-info {
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 10px;
}
    .home-posts .post-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2em;
        overflow: hidden;
        color: #212d45;
        padding: 5px;
        margin: 0;
    }
.home-posts .post-meta {
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 0 1px;
}
.feat-big {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.feat-big li {
    position: relative;
    float: left;
    width: 33.33%;
    overflow: hidden;
    padding: 0 15px;
}
.feat-big .feat-inner {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    overflow: hidden;
    margin: 10px 0;
}
    .feat-big .post-image {
        display: block;
        overflow: hidden;
    }
        .home-posts .post-image img, .feat-big .post-image img, .trending-posts .post-image img, .related-posts .post-image img {
            width: 100%;
            height: 100%;
            display: block;
            transition: transform .5s ease;
        }
    .home-posts .feat-inner a:hover img, .feat-big .feat-inner a:hover img, .trending-posts .post a:hover img, .related-posts .feat-inner a:hover img {
        transform: scale(1.1);
    }
    .feat-big .post-info {
        overflow: hidden;
        padding: 10px;
    }
    .feat-big .post-title {
        font-size: 20px;
        font-weight: normal;
        margin: 0 0 5px;
        height: 60px;
        max-height: 60px;
        overflow: hidden;
        color: #000;
        line-height: 1.5em;
    }
.post-meta {
    overflow: hidden;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding: 0 1px;
}
.post-author, .post-separator, .post-date {
    float: left;
    margin: 0 10px 0 0;
}
.home-ad .widget {
    max-width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}
.top-ad {
    max-width: 100%;
    padding: 10px;
    text-align: center;
}
.center-ad{
    max-width: 100%;
    text-align:center;
}
.main .blog {
    border-bottom-width: 0;
}
.main .widget {
    margin: 0;
}
.post-item-inner {
    position: relative;
    float: left;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin: 0 0 35px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
#breadcrumb {
    font-size: 14px;
    font-weight: 400;
    background-color: #fdfdff;
    line-height: 1.6;
    padding: 5px 15px;
    margin: 0 0 15px;
    border-bottom: 2px solid #f2f2f6;
}
    #breadcrumb ul li {
        display: contents;
    }
        #breadcrumb ul li a {
            color: #212d45;
        }
    #breadcrumb span {
        color: #212d45;
    }
.blog-post h1 {
    color: #212d45;
    font-size: 30px;
    font-weight: 400;
    padding: 0 15px;
    margin: 0 0 15px;
}
.blog-post h2 {
    color: #212d45;
    font-size: 20px;
    font-weight: 400;
    padding: 15px;
    margin: 0 0 15px;
}
.blog-post-meta {
    padding: 0 15px;
    overflow: hidden;
    color: #212d45;
    font-size: 12px;
    font-weight: 400;
}
.blog-post-og {
    padding: 15px 15px 0px 15px;
    text-align: center;
}
    .blog-post-og img {
        max-width: 100%;
    }
.blog-post .post-body {
    width: 100%;
    font-size: 15px;
    line-height: 1.6em;
    padding: 20px 15px 0;
    margin: 15px 0 0;
    border-top: 1px solid #f2f2f6;
}
.post-body .post-img {
    margin: 10px 0px;
}
.post-body img {
    max-width: 100%;
    margin: auto;
    height: auto;
}
.post-body .post-content {
    background-color: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    margin: 10px 0px;
    padding: 10px;
    text-align: center;
}
    .post-body .post-content h2 {
        font-size: 20px;
    }
    .post-body .post-content p {
        white-space: pre-line;
        text-align: center;
        font-size: 18px;
    }
    .post-body .post-content h3 {
        text-align: center;
        font-size: 20px;
        color: #f90707;
    }
.blog-body .post-content p {
    text-align: justify;
    padding: 0 15px;
}
.download-link {
    text-align: center;
    padding: 10px;
}
    .download-link a {
        display: flex;
        width: 160px;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        cursor: pointer;
        border-radius: 20px;
        background: #533be9;
        padding: 9px 25px;
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
    }
.download-shield {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1002;
    opacity: .7;
    display: block;
}
.download-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 1002;
    border-radius: 5px;
    width: 356px;
    padding: 0 10px;
}
    .download-dialog .head {
        border-bottom: 2px solid #ddd;
        padding: 10px 0;
    }
.head h3 {
    margin: 10px 0;
    display: inline;
    font-family: 'Nunito',sans-serif;
}
.download-close {
    float: right;
    padding: 7px;
    margin-right: -5px;
    margin-top: -4px;
    cursor: pointer;
}
.ad-content {
    padding: 10px 0;
}
.download-content {
    text-align: center;
    padding: 10px;
    border-top: 2px solid #ddd;
}
    .download-content a {
        cursor: pointer;
        border-radius: 20px;
        background: #533be9;
        padding: 9px 25px;
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        display: block;
        font-family: 'Roboto', sans-serif;
    }
.post-wrapper .error-title {
    display: block;
    font-size: 20em;
    font-weight: 700;
    color: #533BE9;
    font-family: Roboto,sans-serif;
    text-transform: uppercase;
}
.post-wrapper .error-txt {
    display: block;
    font-size: 4em;
    font-weight: 700;
    color: #533BE9;
    font-family: Roboto,sans-serif;
}
.post-wrapper .error-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    font-weight: 700;
    color: #533BE9;
    font-family: Roboto,sans-serif;
    border: 3px solid #533BE9;
    height: 50px;
    width: 255px;
    padding: 0 2rem;
    margin: 4rem auto;
    border-radius: 5px;
}
.post-share {
    padding: 15px 0 5px;
    border-top: 2px solid #f2f2f6;
}
ul.share-links {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.share-links li {
    width: 70px;
    padding: 0 5.5px;
}
.share-links li a {
    float: left;
    cursor: pointer;
    width: 100%;
    height: 36px;
    border-radius: 3px;
}
.share-links li span {
    float: left;
    cursor: pointer;
    width: 100%;
    height: 36px;
    border-radius: 3px;
}
    .share-links li a svg {
        margin-top: 6px;
    }
.page-nav {
    padding: 15px 0;
    border-top: 2px solid #f2f2f6;
    text-align: center;
}
    .page-nav li {
        display: inline-block;
    }
        .page-nav-link{
            display: inline-block;
            padding: 0 8px;
            margin: 5px 2px;
            cursor: pointer;
            line-height: 32px;
            height: 32px;
            width: 32px;
            text-align: center;
            font-size: 13px;
            font-weight: 600;
            background: #f4f1f1;
            color: #212d45;
            border-radius: 50%;
            box-shadow: 1px 1px 1px -1px rgba(0, 0, 0, 0.3);
        }
.page-nav-active {
    cursor: default !important;
    background: #533BE9 !important;
    color: #fff;
}
.next-prev {
    background: #533BE9;
    display: inline-block;
    margin: 5px 10px;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
}
.post-footer {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}
.related-wrap {
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 20px;
    border-radius: 3px;
}
.title-wrap {
    height: 42px;
    margin: 0;
}
    .title-wrap h3 {
        height: 42px;
        font-size: 18px;
        color: #212d45;
        line-height: 32px;
        font-weight: 700;
        padding: 5px;
        margin: 0;
    }
.related-body {
    float: left;
    width: 100%;
    padding: 0 5px;
}
ul.related-posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.related-posts li {
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
    padding: 0 15px;
}
.related-posts .feat-inner {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    margin: 10px 0 20px 0;
}
.related-posts .post-image {
    display: block;
    overflow: hidden;
}
.related-posts .post-info {
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 10px;
}
.related-posts .post-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    overflow: hidden;
    color: #212d45;
    padding: 5px;
    margin: 0;
}
.related-posts .post-meta {
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 0 1px;
}

#sidebar-wrapper {
    float: right;
    overflow: hidden;
    width: 400px;
    word-wrap: break-word;
    padding: 0;
}
.sidebar .widget {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 0 0 35px;
}
    .sidebar .widget > .widget-title {
        height: 32px;
        margin: 0 0 10px;
    }
        .sidebar .widget > .widget-title > h3 {
            height: 32px;
            font-size: 18px;
            color: #212d45;
            line-height: 32px;
            font-weight: 700;
            padding: 0;
            margin: 0;
            font-family: 'Nunito',sans-serif;
        }
.sidebar .widget-content {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.trending-posts .post {
    overflow: hidden;
    margin: 20px 0 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
    border-radius: 5px;
}
    .trending-posts .post:first-child {
        padding: 0;
        margin: 0;
        border: 0;
    }
.trending-posts .post-image {
    display: block;
    overflow: hidden;
}
.trending-posts .post-info {
    overflow: hidden;
    padding: 10px;
}
.trending-posts .post-title {
    font-size: 20px;
    font-weight: normal;
    margin: 0px 0px 5px;
    height: 60px;
    max-height: 60px;
    overflow: hidden;
    color: rgb(0, 0, 0);
    line-height: 1.5em;
}

ul.social-counter {
    margin: 0 -5px;
}
.social-counter li {
    float: left;
    width: 20%;
    padding: 0 5px;
}
    .social-counter li a {
        display: block;
        height: 40px;
        font-size: 22px;
        color: #fff;
        text-align: center;
        border-radius: 2px;
    }
    .social-counter li a svg {
        margin-top: 8px;
    }
.social-color .facebook a {
    background-color: #3b5999;
}
.social-color .youtube a {
    background-color: #db4a39;
}
.social-color .instagram a {
    background: linear-gradient(15deg, #ffb13d,#dd277b,#4d5ed4);
}
.social-color .twitter a {
    background-color: #00acee;
}
.social-color .whatsapp a {
    background-color: #3fbb50;
}
.social-color .copy span {
    background-color: #533be9;
    color: #fff;
    padding-top: 7px;
    width: 70px;
}

/*.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}
    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }

    .youtube-player img {
        object-fit: cover;
        display: block;
        left: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: 0.4s all;
        -moz-transition: 0.4s all;
        transition: 0.4s all;
    }
        .youtube-player img:hover {
            -webkit-filter: brightness(75%);
            -moz-filter: brightness(75%);
            filter: brightness(75%);
        }
    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url(https://1.bp.blogspot.com/-9WM7CTGFE6w/YEIY4yiXrSI/AAAAAAAAKLA/KQ9KQqUFQ-omzPDInJqiorJHHIVvrSu2QCNcBGAsYHQ/s16000/play-button.png) no-repeat;
        cursor: pointer;
    }*/

#footer-wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #222;
    color: #fff;
    padding: 0;
}
    #footer-wrapper .container {
        overflow: hidden;
        margin: 0 auto;
        padding: 10px 0;
        display: flex;
        align-items: center;
    }
.menu-footer, .menu-social {
    float: left;
    position: relative;
    display: block;
    width: 100%;
}
.menu-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
}
    .menu-footer ul li, .menu-social ul li {
        float: left;
        display: inline-block;
        height: 34px;
        padding: 0;
        margin: 0;
    }
    .menu-social ul li {
        height: auto;
        float: none;
    }
        .menu-footer ul li a, .menu-social ul li a {
            font-size: 13px;
            font-weight: 500;
            display: block;
            color: #fff;
            line-height: 34px;
            padding: 0 2px;
            margin: 0 10px;
        }
        .menu-social ul li a {
            line-height: normal;
            padding-top: 4px;
            margin: 0 12px;
        }
#footer-wrapper .copyright-area {
    float: right;
    font-size: 13px;
    display: block;
    height: 34px;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
    width: 50%;
    text-align: right;
}
.back-top {
    display: none;
    z-index: 1010;
    width: 32px;
    height: 32px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    overflow: hidden;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 3px;
    background: #533BE9;
}
@media screen and (max-width: 1280px) {
    #outer-wrapper {
        max-width: 100%;
    }
    .row {
        width: 100%;
    }
    #content-wrapper {
        position: relative;
        padding: 0 10px;
        margin: 70px 0 0;
        min-height: calc(100vh - 158px);
    }
        #content-wrapper #sidebar-wrapper1 {
            display: none;
        }
    .post-wrapper {
        width: 100%;
    }
    #main-wrapper {
        width: calc(100% - 415px);
        padding: 0;
    }
    #footer-wrapper .container {
        padding: 10px 20px;
    }
}
@media screen and (max-width: 980px) {
    .header-menu {
        display: none;
    }
    #main-wrapper, #sidebar-wrapper {
        width: 100%;
        padding: 0;
    }
    .feat-big li, .home-posts li {
        width: 50%;
    }
    .post-item-inner {
        border-left: 0;
        border-right: 0;
    }
    #breadcrumb {
        padding: 5px;
    }
    .blog-post .post-body {
        padding: 20px 5px 0;
    }
    .blog-post h1, .blog-post-meta {
        padding: 0 5px;
    }
    .blog-post-og {
        padding: 15px 5px 0px 5px;
    }
    .blog-post h2 {
        padding: 15px 5px;
    }
    .post-wrapper .error-title {
        font-size: 15em;
    }
    .post-wrapper .error-txt {
        font-size: 2em;
    }
    #footer-wrapper .container {
        display: block;
    }
    .menu-footer, .menu-social, .copyright-area {
        width: 100%;
        line-height: inherit;
        text-align: center;
    }
        .menu-footer ul li {
            float: none;
            height: auto;
        }
            .menu-footer ul li a, .menu-social ul li a {
                padding: 4px 5px;
                margin: 12px 10px;
                line-height: normal;
            }
    #footer-wrapper .copyright-area, .menu-social {
        text-align:center;
        width: 100%;
    }
}
@media screen and (max-width: 580px) {
    .featured-posts > .widget .widget-content .title-content h2 {
        font-size: 17px;
    }
    .feat-big li {
        width: 100%;
        margin: 0 2px;
    }
    .home-posts li, .related-posts li {
        width: 100%;
    }
    .post-wrapper .error-title {
        font-size: 10em;
    }
}
@media (max-width: 340px) {
    body, .outer-wrapper, #header-wrap {
        min-width: 340px;
    }
}