body {
	background-color: #fff !important;
}

/* Page header and navigation */
#navigation {
	background-color: transparent;
	z-index: 10;
}

#navigation.stuck {
	left: 50%;
	transform: translateX(-50%);
}

#ads {
	margin-top: -5px;
}

#ads > div:nth-of-type(1) {
	margin-top: 0 !important;
}

#logo {
	top: 0;
	left: 0;
	width: 190px;
	position: absolute;
	background-color: #aa0000;
	border-radius: 50%;
}

#logo img {
	border-bottom: 0;
	margin-left: -2px;
	margin-bottom: 6px;
}

#primary {
	width: 100%;
	border-bottom-left-radius: 25px;
	/*border-top-left-radius: 15px;*/
}

.menu {
	padding: 0;
}

.menu-primary-container {
	padding-left: 200px;
}

._social input, ._newsletter input[type="email"] {

}

._social ._searchbox i, ._newsletter ._email i {
	background-color: transparent;
}

/* Sumome fixes */
.sumome-share-client-wrapper.sumome-share-client-wrapper-left {
		/*float: right !important;
	margin: -80px 5px 0 0;*/
	margin-top: -75px;
}

/* Content related */
#body-content {
	padding-top: 75px !important;
	display: flex;
}

#content {
	margin-top: 0px;
}

h2.post-title {
	display: block;
    font-size: 48px;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
    /*padding: 40px 0 !important;*/
    clear: both;
    padding: 0;
}

.entry {
	display: block;
	padding: 0 5px;
	margin: 0 auto;
}

/* Other */
._disqus {
	border: 0;
}

/*Medium Desktops*/
@media (min-width: 1250px) and (max-width: 1600px) {
	/*
	.sumome-share-client-wrapper.sumome-share-client-wrapper-left {
		margin: -80px 15px 0 0;
	}
	*/
	
	#body-content {
		/*padding-top: 25px !important;*/
	}
	
	#left-navigation {
		margin-top: 30px;
	}
}

/*Specific case*/
@media (max-width: 1300px) {
	/* Navigation - Main and mobile menus */
	._menu .menu {
		display: none;
	}
	
	._social ._icons .fa-navicon {
		display: inline;
	}
	
	#left-navigation {
		margin-top: 50px;
	}
	
	#ads {
		margin-left: -5px;
	}
}

/*Another specific case*/
@media (max-width: 1250px) {
	#body-content {
		padding-top: 5px !important;
	}
	
	#ads {
		margin-top: 65px;
	}

	.sumome-share-client-wrapper.sumome-share-client-wrapper-left {
		margin-top: -5px;
	}
}

/*Small Desktops*/
@media (min-width: 1100px) and (max-width: 1250px) {
}

/*Max 1100 defaults shared*/
@media (max-width: 1100px) {
	#logo {
		width: 115px;
		background-color: transparent;
	}
	
	._menu {
		border-bottom-left-radius: 0;
	}
	
	#content .fluid {
		padding: 0;
	}
/*	
	.sumome-share-client-wrapper.sumome-share-client-wrapper-left {
		margin-top: -10px;
	}
*/
}

/*Tablet Landscape*/
@media(min-width: 900px) and (max-width: 1100px) {
}

/*Max 900 defaults shared*/
@media (max-width: 900px) {
}

/*Tablet Portrait*/
@media (min-width: 768px) and (max-width: 900px) {
}

/*Max 767 defaults shared*/
@media (max-width: 767px) {
	._menu {
		height: 50px;
	}
	
	#navigation {
		overflow: hidden;
	}
	
	#logo {
		text-align: left;
	}
	
	#logo img {
		height: 100px;
		margin-top: -20px;
		margin-left: -18px;
	}
	
	#content {
		padding-bottom: 0;
	}
	
	#content .fluid {
		clear: both;
	}
/*	
	.sumome-share-client-wrapper.sumome-share-client-wrapper-left {
		margin-top: -8px;
	}
*/
}

/*Phone Landscape & XL Phone Portrait*/
@media (min-width: 550px) and (max-width: 767px) {
}

/*Phone Portrait*/
@media (max-width: 550px) {
}
