@media screen and (min-width: 769px) {
    #header_in .inner_right ul {
        width: 125%;
    }

    #header_in .inner_right ul li img {
        width: auto;
    }

    .home #wrapper, .page-template-page-onecolumn #wrapper {
        width: fit-content !important;
    }

    #footer {
        border-top: none;
        background-image: none;
    }

    #footer_in .inner_left ul li:last-child a {
        background-image: none;
        font-size: 15px;
        text-decoration: none;
        color: #2e1d0e;
        font-weight: 400;
        padding-bottom: 0px;
        display: inline-block;
        letter-spacing: 1px;
        padding-left: 17px;
    }

    #footer_in .inner_left ul li:first-child {
        margin-bottom: 0px;
    }

    #footer_in .inner_left ul li:last-child {
        width: auto;
        height: auto;
        line-height: 1.2em;
        margin: 0px;
        padding-left: 2px;
    }

    #footer_in .inner_left ul li a {
        padding-bottom: 0px;
    }

    #footer_in .inner_left ul {
        line-height: 30px;
    }
}

@media screen and (max-width: 768px) {
    .view {
        width: 100%;
        margin-top: 0px;
        padding-top: 0px;
        position: relative;
    }

    #footer {
        background-image: none;
    }
}