/* Enlarge font size */

.split-articles .item .item-content > p {

	font-size: 16px;

}

/* Fix box overruns */

.split-articles .item {
    height: 440px;
}

.readMoreHomePageCenter, .readMoreHomePageCenterSmaller {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	text-align: center;
	padding-bottom: 50px;
	top: -25px;
	position: relative;
}


header.header {
	background-color: #000000;
}

.header-flex .header-flex-box {
	padding: 0 0;
}

/* Fix slider style */
.main-slider-wrapper {
	background: none;
	border-bottom: none;
}

/* Stop display of homepage share buttons */
/*
body.home .addthis_toolbox {
	display: none;
}
*/

/* Sidebar alignment fix */

aside#sidebar {
	padding-top: 32px;
}


/* Remove tag from slider */

.owl-stage span.category-tag {
	display: none !important;
}


/* Swap the position of the share and author lines on posts */

@media (min-width:918px) {
	.article-header-meta {
		top: -80px;
		position: relative;
	}
	.sumome-share-client-wrapper-left {
		top: 80px !important;
		position: relative !important;
	}	
}

/* Header Fix */
header.header > .wrapper { 
	max-width: 1400px;
 	width: unset;
}

/* Remove whitespace from slider */
.main-slider-wrapper {
	padding-top: 0px;
}
