/*

Theme Name:     PressGrid Child
Description:    Child theme for the PressGrid theme 
Author:         ThemeTon
Template:       PressGrid

*/

@import url("../PressGrid/style.css");

/* --------- Insert your custom styles on next rows --------- */


@media(max-width:480px){
@media (max-width: 280px) {#logo img.logo-img { max-width: 180px; } }
    .header-sidebar-container { display:none;}
/*    #logo img.logo-img{display:none;} */

#page.content-single {margin:5px 0;}
.content-container .item-single,.content-container .widgets-container{padding: 5px;border:1px solid #d2d2d2;background:#FFF}

    .wrapper { height: 100%;
 margin-bottom: 1px;
 overflow-y: scroll;
 overflow-x: hidden;
}
    .mtwlikebox {display:none;}
    .sharedaddy .sd-content
    li.share-facebook a.sd-button.no-icon > span,
    li.share-twitter a.sd-button.no-icon > span,
    li.share-pocket a.sd-button.no-icon > span

    {
        border: none;
        color: #fff;
        font-family: 'verdana', arial;
        font-size: 6px;
        font-size: .6rem;
        font-weight: 300;
        letter-spacing: 0;
        text-transform: uppercase;
    }
}
.sharedaddy { width: relative; }
.sharedaddy .robots-nocontent .sd-block .sd-social .sd-social-text .sd-sharing { width:100%; position:relative;}

.header-sidebar-container{float:left;padding:10px 0}

.header-sidebar-container { 
    width: relative; /* pick whatever width you want */
}
.header-sidebar-container .row {
    width: 100%;
    position: relative;
}
.header-sidebar-container .row .widget .widget_text .span3 aside .textwidget {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
