/* screens smaller than 768 */
@media (max-width: 767px) {
	body {
		font-size: 16px;
	}
	h1 {
		margin: 0;
	}
	.content {
		margin: 0 0 50px;
	}
	.menu_container {
		margin: 0 0 50px;
	}
	.menu_btn_wrap {
		border-top-right-radius: initial;
		border-bottom-right-radius: initial;
	}
	.all_posts_wrap {
		padding: 0 11px 0 11px;
	}
	.author .image {
		top: -12px;
		right: -8px;
	}
	.item .author {
		padding: 0 66px 0 0;
	}
	.video .youtube-video {
		width: 329px !important;
	}
	.fb_vid_wrap {
		width: 329px;
		height: 194px;
		overflow: hidden;
		position: relative;
	}
	.fb_vid_wrap > div {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 500px;
		height: 500px;
		position: absolute;
	}
	.fb_vid_wrap .fb-video {
		top: -84px;
		position: relative;
	}
	.fb_vid_wrap .fb-video > span {
		width: 329px !important;
	}
	.breadcrumb {
		padding: 15px 15px 0 10px;
	}
	.lightbox {
		width: auto;
		margin: 0 auto;
	}
}
