.social-wall-title {
	text-align: center;
	font-size: 32px;
	-webkit-text-stroke: 2px #000;
	letter-spacing: 2px;
}

.social-wall-hashtag {
	text-align: center;
	font-size: 16px;
	color: #8C734B;
}

.social-wall .filters-group {
	text-align: center;
	display: block;
	margin: 30px 0;
}
.social-wall .filter-options .btn {
	background: none;
	text-transform: uppercase;
}

.social-wall .filter-options .btn.focus, .social-wall .filter-options .btn:focus {
	box-shadow: none;
}
.social-wall .filter-options .btn.active {
	font-weight: bold;
	color: #8C734B;
}

.social-wall-details {
	padding: 10px 10px;
	/*background: rgba(140, 115, 75, 0.5);*/
	color: #FFFFFF;
	line-height: 1.1em;
	position: absolute;
	bottom: -50px; 
	height: 50px;
	width: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.social-wall-link .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	transition: all .5s;
}

.social-wall-link.hover .overlay {
	display: block;
}

.social-wall-link.hover .social-wall-details {
	bottom: 0;
}

.social-wall-details .author-image {
	float: left;
	width: 30px;
	height: 30px;
}

.social-wall-details .author-name {
	padding-left: 10px; 
	padding-bottom: 10px; 
	line-height: 33px;
	font-size: 13px;
	overflow: hidden;
}

.social-wall-type {
	padding: 7px 10px;
	color: #001933;
	background: #00D5FF;
}

.social-wall-type::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 25px solid #001933;
    border-left: 25px solid #00D5FF;
    width: 0;
}

.social-wall-view-more {
    display: block;
    position: relative;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
    bottom: 0;
	margin-top: 20px;
	/*
	font-size: 12px;
    margin-top: -40px;
    color: #FFFFFF !important;
	background: rgba(25, 25, 25,0.7);
    background: linear-gradient(to bottom, rgba(100, 100, 100,0.7), rgba(25, 25, 25,1)); 
	*/
}

.social-wall-link {
  /* float: left; */
  width: 180px;
  height: 180px;
  background: #fff;
  overflow: hidden;
}

.social-wall-link.blue-bg {
	background: #0000ff;
}

.social-wall-link.green-bg {
	background: #00ff00;
}

.social-wall-link.red-bg {
	background: #ff0000;
}

.social-wall-link img {
	object-fit: cover;
	object-position: 50% 50%;
}

/* grid type: 1=1x1, 2=2x1, 3=1x2, 4=2x2, 5=3x1, 6=1x3*/
.normal-size .social-wall-type-1,
.normal-size .social-wall-type-1 img {
    width: 440px;
    height: 440px;
}

.social-wall-type-1, .social-wall-type-1 img {
	width: 180px;
	height: 180px;
}

.social-wall-type-2, .social-wall-type-2 img {
	width: 360px;
	height: 180px;
}

.social-wall-type-3, .social-wall-type-3 img {
	width: 180px;
	height: 360px;
}

.social-wall-type-4, .social-wall-type-4 img {
	width: 360px;
	height: 360px;
}

.social-wall-type-5, .social-wall-type-5 img {
	width: 540px;
	height: 180px;
}

.social-wall-type-6, .social-wall-type-6 img {
	width: 180px;
	height: 540px;
}

.social-caption {
	padding: 18px 16px;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
}

.social-caption div {
	vertical-align: middle;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

}

.social-icon {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 35px 35px 0;
	border-color: transparent #8c734b transparent transparent;

}

.social-icon .fa {
	padding-left: 20px;
	padding-top: 4px;
	font-size: 13px;
}

@media only screen and (max-width: 1700px) {
	.normal-size .social-wall-type-1,
	.normal-size .social-wall-type-1 img {
		/* width: 372px;
		height: 372px; */
		width: 350px;
		height: 350px;		
	}
}

@media only screen and (max-width: 1499px) {
	.normal-size .social-wall-type-1,
	.normal-size .social-wall-type-1 img {
		width: 320px;
		height: 320px;
	}
}

@media only screen and (max-width: 1400px) {
	.normal-size .social-wall-type-1,
	.normal-size .social-wall-type-1 img {
		width: 314px;
		height: 314px;
	}
}

@media only screen and (max-width: 1299px) {
	.normal-size .social-wall-type-1,
	.normal-size .social-wall-type-1 img {
		width: 292px;
		height: 292px;
	}
}

@media screen  and (max-width: 767px) {
	.social-wall-type-1, .social-wall-type-1 img,
	.social-wall-type-2, .social-wall-type-2 img,
	.social-wall-type-3, .social-wall-type-3 img,
	.social-wall-type-4, .social-wall-type-4 img,
	.social-wall-type-5, .social-wall-type-5 img,
	.social-wall-type-6, .social-wall-type-6 img {
		width: 100%;
		height: auto;
		max-width: 100%;
		padding: 5px 0;
	}
	
	.filter-options .btn {
		font-size: 14px;
	}
}
@media screen and (min-width: 768px) and  (max-width: 768px) {
	
	.social-wall-type-1, .social-wall-type-1 img {
		width: 172px;
		height: 172px;
	}

	.social-wall-type-2, .social-wall-type-2 img {
		width: 344px;
		height: 172px;
	}

	.social-wall-type-3, .social-wall-type-3 img {
		width: 172px;
		height: 344px;
	}

	.social-wall-type-4, .social-wall-type-4 img {
		width: 344px;
		height: 344px;
	}

	.social-wall-type-5, .social-wall-type-5 img {
		width: 516px;
		height: 172px;
	}

	.social-wall-type-6, .social-wall-type-6 img {
		width: 172px;
		height: 516px;
	}
		
}