/**
 * Plugin Name: Responsive Photo Gallery
 * Version: 3.4.5
*/
.gall-img-responsive {
	width: 100% !important;
	height: auto !important;
	display: block !important;
}

.gal-container {
	margin-bottom: 60px;
	padding-top: 20px;
	overflow: auto;
	display: block;
}

.b-wrapper h2 {

	color: #ffffff !important;
	font-size: 17px !important;
	padding-bottom: 5px !important;
	margin-bottom: 5px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	margin-top: 0% !important;
}

.b-wrapper p a i {
	color: #ffffff !important;
}

.wl-gallery {
	margin-bottom: 20px;

}

.rpg-gal-title {
	font-weight: bolder;
	padding-bottom: 20px;
	border-bottom: 2px solid #f2f2f2;
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after,
.container:after {
	clear: both;
}

i.far.fa-image.fa-2x {
	margin-top: 2px !important;
}

.b-from-right a {
	background: orange;
	color: #fff !important;
	font-size: 12px;
	line-height: 70px;
	height: 60px;
	border-radius: 50px;
	width: 60px;
	display: inline-block;
}

.b-wrapper p a i {
	color: #fff !important;
}

.b-wrapper i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}