What about increasing the size of the widgets at the bottom of losangeleswebdesignseo dot com so they fill the page in a similar fashion? Because the site is now full width I’m missing a code to enlarge bottom widgets. These are my current codes:
.site {
    width: 100%;
}
#feature-slider .cycle-slideshow {
    max-width: unset;
    width: 100%;
}
#feature-slider img{
	width: 100%;
}
#featured-content.layout-four .hentry {
    width: 25%;
}
.catchresponsive-nav-menu {
    display: table;
    width: 100%;
}
.catchresponsive-nav-menu > li {
    display: table-cell;
  float: none;
}
.catchresponsive-nav-menu > li > a {
    display: block;
    text-align: center;
}
#search-toggle {
  	display: none;
}
 #main{
	width: 1100px;
}
@media only screen and (min-width: 1200px) {
#featured-content.layout-four .hentry {
	width: 25%;
}
}
.site-content {
    background-color: rgba(27, 27, 27, 0.9);
}
#site-logo, #site-branding {
    text-align: center;
    width: 100%;
}