/*

No Sidebar Layout

*/

.blog #sidebar-area,
.archive #sidebar-area,
.single #sidebar-area{
    display:none;
}

.blog #main-content,
.archive #main-content,
.single #main-content {
    width:100%;
    padding-right:0!important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;
}
