.site-title{
	float: none;
	padding-bottom: 0;
	border-bottom: 1px !important
}
.site-title a img{
	max-height: 80px;
}

.site-description{
	display: none;
}

.post-list .post-thumbnail img, .post-thumbnail img, .alx-posts img, .alx-tab img{
	border-radius: 0;
}

.sharrre-container span{
	position: relative;
    left: -13px;
}

.header-banner{
	float: right;
	margin-top: 10px;
}

#header .social-links{
	clear: both;
	margin-top: 10px;
}

.post-category{
	text-transform: uppercase;
}

.home h2.post-title {
	font-size: 32px;
	line-height: 1.2em;
}

.post-list .post-thumbnail{
	margin-left: -175px;
	max-width: 200px;
}

.post-list .post-content{
	padding-left: 50px;
}

.sticky .post-thumbnail{
	max-width: 300px;
}


.sticky h2.post-title {
	font-size: 48px;
	line-height: 50px;
	letter-spacing: -1px;
	margin-bottom: 20px
}


.sticky .post-content{
	padding-left: 150px;
}

.sticky .thumb-icon{
	display: none;
}

.s1 .alx-posts .post-item-title{
	font-size: 16px;
    line-height: 1.25em;
    letter-spacing: -0.2px;
}

.alx-tab .tab-item-title, .alx-tab .tab-item-comment, .alx-posts .post-item-title{
	font-size: 15px;
    letter-spacing: -0.25px;
    line-height: 1.2em;
}

.alx-tab .tab-item-category, .alx-posts .post-item-category{
	text-transform: uppercase;
}

.widget > h3{
	font-size: 21px;
}

.wp-pagenavi .pages{display: none !important;}

.post-format{
	border-radius: 0;
}

#header-inner-inner-inner{
	background: #1362A1;
}

#header .nav-menu:not(.mobile) > div > ul > li.current_page_item > span:before, #header .nav-menu:not(.mobile) > div > ul > li.current-menu-item > span:before, #header .nav-menu:not(.mobile) > div > ul > li.current-menu-ancestor > span:before, #header .nav-menu:not(.mobile) > div > ul > li.current-post-parent > span:before{
	border-top: 8px solid #1362A1 !important;
}

.home .post-comments{
	display: none;
}

#header-top .group{
	padding-top: 10px;
	padding-bottom: 5px;
}

.nav-menu:not(.mobile){
	padding: 6px 0 15px 0;
}

#profile{
	padding: 10px 50px;
}

#profile-image{
	border: 8px solid #f4f4f4;
	width: 90px;
	height: 90px;
	margin-left: -140px;
}

#profile-image img{
	width: 90px;
	height: 90px;
}

#profile-name{
	margin-top: 4px;
}

.section-title{
	background-image: linear-gradient( 
92deg, #333, #ccc);
	margin-top: 30px;
	padding: 5px;
}

.section-title h2, .section-title h1{
	text-transform: uppercase;
	color: #333;
	font-weight: 900;
	font-size: 28px;
	background-color: white;
	width: calc(100% - 10px);
	float: none;
	display: block;
	padding: 15px 0 15px 10px;
	font-family: arial, sans-serif;
}

.single #header-bottom{display: none;}

@media only screen and (max-width: 479px){
	.sticky .post-content, .post-list .post-content{
		padding-left: 0;
	}
	
	.sticky .post-thumbnail, .post-list .post-thumbnail{
		margin: 0 auto 20px auto;
		max-width: inherit;
	}
	
	.sticky .post-thumbnail{
		width: 100% !important;
	}
	
	.post-list .post-thumbnail{
		width: 250px;
	}
	
	.sticky h2.post-title{
		font-size: 36px;
    line-height: 38px;
	}
	
	.home h2.post-title{
		font-size: 24px;
	}
	
	.header-banner{margin-bottom: 20px;}
	
	#profile-image{
		margin-left: inherit;
	}
	
	#profile-inner{
		padding-top: 0;
		padding-bottom: 10px;
	}
}
