figure.theme .social_icons{
	position: relative;
	transform: translateY(0) !important;
	top: 0;
}
figure.theme .social_icons li{
	display: inline-block;
	margin-right: 1em;
}
.social_icons{
	max-width: 1000px;
}
.social_icons ul{
	display: inline-block;
}
aside.theme .inner_content{
	max-width: 100%;
}
figure.theme .social_icons.vert_break:before{
	display: none;
}

@media (max-width: 770px) {
	body aside.theme .col_a {
		text-align: center;
		padding-right: 0;
	}
}