.mobile-search-box {
    display: none;
}
.mobile-search-box input {
    width: 79%;
}
.mobile-search-box button {
    width: 20%;
}
.mobile-search-box select {
    width: 100%;
    margin-bottom: 10px;
    height: 31px;
}

@media screen and (max-width : 1200px) {
    .tag-box {
        width: 25%;
    }

    .blog-box {
        width: 75%;
    }

    .layout {
        max-width: 1024px;
    }

    .add-comment .form_comment_text {
        width: 415px;
    }

    .add-comment .form_comment_name {
        width: 572px;
    }
}

@media screen and (max-width : 1024px) {
    .tag-box {
        display: none;
    }

    .tag-wrapper {
        display: none;
    }

    .blog-box {
        float: unset;
        margin: 0 auto;
        width: 723px;
    }

    .mobile-search-box {
        display: block;
    }
}


@media screen and (max-width : 775px) {
    .menu-wrap {
        display: none;
    }

    .add-comment {
        display: none;
    }

    .blog-box {
        width: 100%;
    }
}

@media screen and (max-width : 490px) {
    .page-gallery .top .menu > span {
        display : none;
    }
}

@media screen and (max-width : 980px) {
    .pages-small {
        display : block;
    }
    
    .pages {
        display : none;
    }
}

@media (min-width : 992px) {
    .fixed-width {
        width : 992px;
    }
}

@media (min-width : 1200px) {
    .fixed-width {
        width : 1200px;
    }
}