section#social-media {
	background: url('../images/content_bg_long.png') repeat;
	padding-top: 40px;
	padding-bottom: 20px;
}
.social-wrap {
	background: rgba(255, 255, 255, 0.5);
	padding: 20px 0;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.social-title {
	margin-bottom: 30px;
	font-size: 28px;
	position: relative;
	font-weight: 500;
}
/*#social-media h1::before {
    content: "\f099";
    font-family: FontAwesome;
    position: absolute;
    font-size: 60px;
    color: #6ebbe4;
    top: -12px;
	left: 60px;
	display: none;
}
#social-media h1::after {
    content: "\f09a";
    font-family: FontAwesome;
    position: absolute;
    font-size: 60px;
    color: #4064ac;
    top: -12px;
	right: 60px;
	display: none;
}*/
.facebook-feed-container {
	margin-top: 10px;
}
.tweet-col, .face-col {
    overflow: hidden;
	padding: 0;
}
.tweet-holder, .facebook-holder {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding: 18px;
	border: 3px solid #C4271B;
	margin-right: 5px;
}

section#social-media a:hover {
	text-decoration: none !important;
}
.tweet-col h2, .face-col h2 {
	text-align: center;
	margin-top: 0;
	font-size: 28px;
	position: relative;
	color: #000;
	font-weight: normal;
}
.tweet-col h2::before, .face-col h2::before {
	font-family: 'FontAwesome';
	font-size: 42px;
	position: absolute;
	left: 0;
	top: -8px;
}
.tweet-col h2::before {
	content: "\f099";
	color: #6ebbe4;
}
.face-col h2::before {
	content: "\f09a";
	color: #4064ac;
}
.tweet-holder .image, .facebook-holder .image {
	background-position: center;
	background-size: cover;
	height: 250px;
	overflow: hidden;
}
.tweet-col .time, .face-col .face-time {
    padding: 10px 0 20px;
	font-size: 13px;
	color: #000;
	line-height: 1.9em;
}
.tweet-col .time a, .tweet-col .tweet a, .face-col .face-time a {
    color: #1e90ff;
}
section#social-media .tweet-col .time a:hover, section#social-media .face-col .face-time a:hover {
	text-decoration: underline !important;
}
.tweet-col .time img, .face-col .face-time img {
    height: 50px;
    width: 50px;
    float: left;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.tweet-col .tweet, .face-col .text {
    padding: 10px 0;
    position: relative;
    line-height: 1.5em;
    font-size: 16px;
	color: #000;
	overflow: hidden;
}

#social-media a.PrettyLink.hashtag.customisable, #social-media a.PrettyLink.profile.customisable.h-card {
	color: #6ca1d2;
	text-decoration: none;
}

/* Dots */

#social-media .slick-dotted.slick-slider {
	margin-bottom: 80px;
}
#social-media .slick-dots {
	bottom: -40px;
}
#social-media .slick-dots li button:before {
    color: #C4271B;
}
#social-media .slick-dots li.slick-active button::before {
	color: #333;
}

/* ----- Responsive Styles -----*/

@media (min-width: 370px) {
	
}
@media (min-width: 470px) {
	.tweet-col .time, .face-col .face-time {
	font-size: 16px;
	line-height: 1.5em;
	}
}
@media(min-width:470px) and (max-width:767px) {

}
@media(min-width:576px) and (max-width:991px) {
	.tweet-col, .face-col {
		width: 546px !important;
		margin: 0 auto;
		float: none;
		display: block !important;
	}
}
@media(min-width: 576px) {
	.social-title {
		font-size: 36px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.tweet-col h2, .face-col h2 {
    	font-size: 32px;
	}
}
@media(min-width: 768px) {
	.social-wrap {
    padding: 20px 10px;
	}
}

@media(min-width:992px) {
	.facebook-feed-container {
		margin-top: 0;
	}
	.social-title {
    	font-size: 40px;
	}
	#social-media .slick-dotted.slick-slider {
		margin-bottom: 70px;
	}
	.tweet-col .tweet, .face-col .text {
		min-height: 130px;
		max-height: 130px;
		}
}
@media (min-width:992px) and (max-width:1199px) {
	
}

@media(min-width:1200px) {
	.tweet-col .time {
	font-size: 16px;
	}
}
@media(min-width:1700px) {
	
}