
.post-content .entry>a {
    float: left;
    margin: 0 10px 0 0;
}

.gamb {
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
    display: none;
}

@media screen and (max-width: 1220px){
    {}
    #innerrim{
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    #wrapper{
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }
    .list-posts-all:nth-child(2){
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox; 
        display: -webkit-flex; 
        display: flex;  
        flex-wrap: nowrap;
        justify-content: space-around;  
    }
    .list-posts-all:nth-child(2) .boxgrid{
        margin: 0 10px;
        margin-bottom: 10px;
        float: none;
    }
    .list-posts-all:nth-child(2) .clear{
        display: none;
    }
    body{
        background-position: left -383px top !important;
    }
}


@media screen and (max-width: 1060px){
    {}
    #content{
      width: calc(100% - 285px);
    }
    div#content .padder{
        box-sizing: border-box;
    }
    .visible-desktop {
        display: inherit !important;
    }
    div.post div.post-content{
        width: 100%;
        box-sizing: border-box;
    }
    .post-content iframe{
        width: 100% !important;
    }
}


@media screen and (max-width: 960px){
    {}
    .entry > a{
        float: none !important;
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
        padding: 0 !important;
    }
    .list-posts-all:nth-child(2){
        flex-wrap: wrap;
    }
    body h2 a{
        font-size: 20px;
    }
    div.post p.date, div.page p.date{
        font-size: 11px;
    }
    body p{
        font-size: 14px;
    }
    div.post div.post-content{
        padding-bottom: 25px;
    }
    input[type="submit"]{
        vertical-align: middle;
    }
    div#sidebar{
        width: 250px;
        margin-left: -250px;
    }
    #content {
        width: calc(100% - 250px);
    }
    div.v_line_right {
        right: 250px;
    }
    
}


@media screen and (max-width: 720px){
    {}

    div.author-box {
        display: none;
    }

    .post-content{
        margin-bottom: 25px;
        padding: 0;
        width: 100%;
    }
    div.post div.post-content{
        padding: 0;
    }
    
    div#sidebar h3.widgettitle{
        margin-left: -5px;
        padding-left: 5px;
    }
    .paddersidebar{
        padding: 30px 5px;
    }
    div#sidebar {
        width: 230px;
        margin-left: -230px;
    }
    div.v_line_right {
        right: 230px;
    }
    #content {
        width: calc(100% - 230px);
    }
    #sidebar-me, #sidebar-login-form{
        margin-left: 5px;
    }
    div.widget ul.item-list li .item-avatar{
        margin-right: 0px;
    }
    .roster_slider h2 a{
        font-size: 20px !important;
    }
    .post-content iframe{
        height: 250px;
    }
    div.post p, #tinymce p{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 660px){
    {}
    ul.related_post li{
        margin-right: 0 !important;
        width: 100% !important;
        text-align: center;
    }
    ul.related_post li ul li{
        width: 98% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
        text-align: center;
    }
    
}

@media screen and (max-width: 580px){
    {}
    div.v_line_right {
        display: none !important;
    }
    div#sidebar{
        float: none;
        width: 100%;
        margin-left: 0;
    }
    #content{
        width: 100%;
    }
    div#sidebar h3.widgettitle{
        margin-left: 0;
        padding-left: 10px;
        box-sizing: border-box;
        width: 100%;
    }
    .textwidget > a{
        width: 100%;
        display: block;
        text-align: center;
    }
    .roster_slider img{
        margin: 0 auto !important;
    }
    #post-zero{
        margin: 0 5px;
        margin-top: 15px;
    }
    body.home div.post div.post-content, div.comment-content, body.home.bubble div.post div.post-content, body.bubble div.comment-content{
        width: 100%;
    }
    .list-posts-all:nth-child(1) .listposts > a{
        width: 100%;
        display: block;
        text-align: center;
    }
    div.posts-img-left-content-right img.wp-post-image{
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    body{
        background-position: left -383px top -15px !important;
    }

    #comments br {
        display: block;
        font-size: 0;
        content: "";
        margin: 2em;
        display: block;
        font-size: 24%;;
    }

    div.post p.date a, div.post p.postmetadata a, div.comment-meta a, div.comment-options a {
        font-size: 18px;
        display: inline-block;
        margin: 0 5px;
    }

    .b-share__handle {
        margin: 0 7px!important;
    }
}



@media screen and (max-width: 480px){
    {}
    .gamb {
        display: block;
    }

    #header .menu {
        display: none;
    }

    body{
        background-position: left -383px top -85px !important;
    }
}