/*
Theme Name: Beep Child Theme
Author: Lee Redmond
Template: beep
Version: 0.1
*/
.header-socials {
    float: right;
    margin: 0.25% 10% 0% 0%;
    padding: 1% 0 0 0;
}

.twitter_home{
    display: inline-block;
	width: 34%;
	}
@media only screen and (max-width: 768px) { 
	.omsc-recent-posts-item.omsc-one-third {
		width: 100%;
		}
	.omsc-recent-posts {
		width: 100%;
		display: block;
	}
	.twitter_home{
    display: block;
	width: 100%;
	}
}