/*
Theme Name: Mediavine Theme
*/

@import 'css/bootstrap.css';
@import 'css/main.css';

@media only screen and (min-device-width : 719px) and (max-device-width : 721px) and (-webkit-min-device-pixel-ratio : 2) and (orientation : portrait) {

.rrssb-facebook { width:200px !important; }

}

@media all and (min-width: 1130px)
{
    .col-md-12
    {
        width: 75%;
    }

    .container
    {
        max-width: 1130px;
        width: 100% !important;
    }
    .container .size-full {
      width: 100%;
    }
    .content .container .col-md-12 {
      max-width: 830px;
    }
    .content .container .col-md-3 {
      min-width: 330px;
    }

    #sidebar-delimeter
    {
        /*height: 60px;*/
    }
}

@media all and (max-width: 1130px)
{
    #the-sidebar
    {
        display: none;
    }
}
