﻿@media screen and (max-width:995px) {
    .posts-home #post0, .posts-home #post1 {
        width: 99%;
    }

    .post-home{
        width: 49%;
        margin-right: 1%;
    }
}
@media screen and (max-width: 768px) {
#post0 .post-body-home, #post1 .post-body-home {
    height: auto;
    }
}
#post0 .post-body-home img, #post1 .post-body-home img {
    max-height: 100%;
    max-width: 100%;
    margin-bottom: 40px;
}
@media screen and (max-width:767px) {
    .header .title-wrapper .pull-left,
    .header .title-wrapper .pull-right { float: none !important; text-align: center; margin: 0; padding: 0; }
    .header .title-wrapper hgroup { height: auto; margin-bottom: 10px; }
    .header .nav > li  {border-bottom:1px solid #333;}
    .header .nav > li.page-menu {width:100%; position:relative;} 
    .header .nav > li.page-menu .dropdown-toggle {float:right !important; position:absolute; right:0; top:0;}
    .header .nav > li.page-menu .dropdown-m {float:none !important;}
    .header .social-icon {
        right: 70px;
    }
    .header {
        height: auto;
        min-height: 250px;
    }
    .header-post {
        height: 50px !important;
        max-height: 50px !important;
        min-height: unset !important;
    }
    header .title-wrapper {
        padding: 65px 0 30px;
    }
    .navbar-collapse {
        background-color: #fff;
    }
    .navbar-nav {
        margin: 0;
    }
        .navbar-nav li:hover {
            background-color: #eee;
        }
    .header .navbar-nav {
        float: none;
        margin-right: 0;
    }
    .header .navbar-nav a {
        color: #444 !important;
    }
    .has-dropdown:hover {
        background-color: #fff;
        color: #444;
    }
        .has-dropdown:hover .menu-dropdown {
            display: none;
        }
    .footer .widgets-footer {
        width: 100%;
    }
    .recentcomments {
        padding-bottom: 20px !important;
    }
}

@media screen and (max-width:640px) {
    .post .post-info .post-comment-link, .archive-page .rating, .archive-page .comments, .navigation-posts { display: none; }
    .widgets-footer .widget { margin: 0; float: none; width: 100%; }
    .footer .end-line {
        min-height: initial;
        line-height: 14px;
        padding: 10px;
    }
    .cat-auth {
        width: 100%;
    }
    .post-category { display: block; }
}

@media screen and (max-width:480px) {
    .comment-gravatar { display: none; }
    .header {min-height: 200px;}
    .header .title-wrapper hgroup h1 {
        font-size: 24px;
        line-height: 24px;
    }
    .header .title-wrapper {
        padding: 60px 0 0;
    }
        .header .title-wrapper hgroup h3 {
            font-size: 18px;
        }
}
@media screen and (max-width:315px) {
    .header .social-icon {
        display:none;
    }
}