body.custom-background {
  background-image: linear-gradient(to bottom, #082533, #082533, #001d2b) !important;
}

@media screen and (max-width: 400px) {
.list-view .site-content .post-thumbnail img {
	float: top !important;
	width: 100% !important;
	height: 100% !important;
	}
}
#page {
	margin-left: auto;
	margin-right: auto;
}

.page-content {
 	margin: 0 auto;
 	max-width: 800px;
}
.site:before {
	display: none;
}
.site-header {
	background-color: #052534 !important;
}
#site-header {
	height: auto;
	background-image: linear-gradient(to bottom right, #082533 59%, #004669 90%);
}
ins {
	background: #ffffff !important;
}
.site-content .has-post-thumbnail .entry-header {
 	margin-top: -24px !important;
}
.content-area, .content-sidebar {
	padding-top: 20px;
  	background-color: #ffffff;
}
.srp-thumbnail-box img {
  	border-radius: 6px;
}
.entry-title {
    	font-size: 26px !important;
  	font-weight: 600 !important;
  	text-transform: none !important;
}
h2, h3, h4, h5, h6 {
	font-weight: 500 !important;
}
h1 {
	font-weight: 400 !important;
}
.entry-meta .tag-links a {
  	text-transform: lowercase !important;
  	font-size: 11px !important;
  	font-weight: 600 !important;
}
.primary-navigation li {
  	padding: 0px !important;
}
li {
  	padding-top: 5px;
	padding-bottom: 5px;
}
.home .byline {
	display: none; !important;
}

.category .byline {
	display: none; !important;
}
.button {
	text-transform: none !important;
}

@media screen and (min-width: 1010px) {
 
    .archive-header,
 
    .comments-area,
 
    .image-navigation,
 
    .page-header,
 
    .page-content,
 
    .post-navigation,
 
    .site-content .entry-header,
 
    .site-content .entry-content,
 
    .site-content .entry-summary,
 
    .site-content footer.entry-meta {
 
        padding-left: 55px;
 
     }
}
 
.site-content .entry-header,
 
.site-content .entry-content,
 
.site-content .entry-summary,
 
.site-content .entry-meta,
 
.page-content {
 
        max-width: 100%;
 
}
 
.comments-area {
 
        max-width: 100%;
 
}
 
.post-navigation, .image-navigation {
 
        max-width: 100%;
 
}
 
.site:before,
 
#secondary {
 
        width: 0;
 
        display: none;
 
     }
 
.featured-content {
 
        padding-left: 0;
 
}
 
.site-content, .site-main .widecolumn {
 
        margin-left: 0;
 
}
 
.hentry {
 
        max-width: 100%;
}
 
.post-thumbnail img {
	height: 200px;
        width: 100%;
}
.comments-area {
	max-width: 100%;    
}
#masthead {
	position: relative; !important;
	top: 0 !important;
}
.masthead-fixed .site-main {
	margin-top: 0px !important;
}
.search-box-wrapper {
	top: -48px !important;
  	width: 50% !important;
}
.cnss-social-icon {
    width: 100% !important;
}
.bssb-buttons {
  	padding-bottom: 2px !important;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

@media screen and (min-width: 673px) {
.site-content .has-post-thumbnail .entry-header {
	border-radius: 0px 5px;
}
.post-thumbnail img {
	border-radius: 0px 5px 5px;
}
}