/*This section sets page width */
.site {
	background-color: #fff;
	max-width: 1262px;
	position: center;
}
/*This section sets page header width */
.site-header {
	background-color: #000;
	max-width: 1262px;
	position: right;
	width: 100%;
	z-index: 4;
}
#page {
margin-left: auto;
margin-right: auto;
}
.grid .featured-content .entry-header {
  height: 60px;
  min-height: 60px;
}
.hentry {
max-width: 874px;
}

.header-main {
 text-align: left;
}
.comments-area {
display: none;
}
.primary-navigation {
 float: center;
}
/** Fix strangely narrow defaults of 2014 theme */
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content,
.post-navigation,
.image-navigation,
.comments-area {
max-width: 100%;
}

.primary-navigation ul ul a {
        padding: 5px 10px;
}

.slider #featured-content .entry-title {
	font-size: 24px;
}

.featured-content .entry-header {
background-color: rgba(0, 0, 0, 0.5);
}

.featured-content .entry-header {
background-color: #000;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-height: 40px;
overflow: hidden;
padding: 24px 10px;
filter:alpha(opacity=7);
opacity: 0.5;
} 

.entry-title {
 font-size: 30px;
 font-weight: 300;
 line-height: 1.0909090909;
 margin-bottom: 12px;
 margin: 0 0 12px;
 text-transform: capitalize;
 }

.page .comments-area{
    display:none;
}

.content-area, .content-sidebar {
    padding-top: 1px;
}

body.blog .content-area, .content-sidebar {
padding-top: 1px;
}

.featured-content .cat-links {
display: none;
} 

.site-info {
   display: none;
}