/* Remove Proudly Powered By WordPress Footer Message */

.site-info {
   display: none;
}

#page {
margin-left: auto;
margin-right: auto;
}


/* GET RID OF SIDEBAR */

site,
.site-header {
 max-width: 100%;
}


.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta, .page-content {
 /* Original max-width: 474px */
 max-width: 100%;
}

.site:before {
    width: 0;
}

/*
.site-content .post-thumbnail img {
    width:100%;
}
*/

#secondary {
  display: none;
}
#content {
  margin-left:0px;
}



.site-footer .widget {
    width: 100% !important;
}
