img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/**Frontpage Styling*/
/**a[rel="category tag"] {
	display: none;
}*/
.entry-body span.category {
	display: none;
}

.post .title-divider {
	display: none;
}

/**Weather*/
/*#weather {
	display: none;
}*/
.vc_separator h4 {
	font-size: 22px;
}

.standard_blog_full .post .entry-content, .standard_blog .post .entry-content {
	font-size: 14px;
}

.post .entry-title a {
	font-size: 16px;
}

#top .logo a span {
	width: 375px;
	height: 100px;
	background: url(http://phillipian.net/wp-content/uploads/2017/09/nameplate.jpg) center center no-repeat;
	text-indent: 100%;
	background-size: cover;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}

#top.shrinked .logo a span {
	width: 187px;
	height: 40px;
	margin-bottom: 10px;
	background: url(http://phillipian.net/wp-content/uploads/2017/09/nameplate.jpg) center center no-repeat;
	text-indent: 100%;
	background-size: cover;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}

#topbar {
	border-bottom: none;
	padding-top: 20px;
}

#primary_menu ul li a {
	font-family: -apple-system, system-ui, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-weight: 700;
}

#primary_menu {
	border-width: 1px 0 2px;
}

.archive_title, .local_info {
	display: none;
}

header#top img.logo {
	margin: 10px 0;
}

menu-item menu-item-type-custom menu-item-object-custom:last-child {
	border-right: none;
}

#primary_menu > ul > li:after {
	margin: 0 10px;
	font-size: 1.8rem;
}

#primary_menu > ul > li, .shrinked > #primary_menu > ul > li {
	padding: 10px 0;
}

#primary_menu > ul > li:last-of-type:after {
	visibility: hidden;
}

.social-icons a {
	font-size: 1.5em;
}

#topbar {
	padding: 5px;
}

#commentary-chameleon {
	width: 60%;
	margin: 0 auto;
	position: relative;
	display: block;
}

@media screen and (max-width: 575px) {
	#commentary-chameleon {
		width: 90%;
	}
}