/*why we exists styles*/

#horizontalTab ul {
	width: 100%;
	float: left;
	clear: both;
	text-align: center
}

#horizontalTab ul li,
.wonderplugin-gridgallery-tag,
.wonderplugin-gridgallery-tag {
	float: none;
	font-size: 12px !important;
	text-transform: uppercase !important;
	margin: 0;
	letter-spacing: 2px !important;
	padding: 10px 40px !important;
	color: #404041 !important;
	position: relative;
	border-radius: 20px !important;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out;
	-webkit-transition-delay: 0s;
	transition: all .4s ease-in-out 0s;
	background: none !important;
	font-family: 'Montserrat' !important;
	font-weight: 600 !important;
}

.resp-tabs-container {
	background-color: transparent;
	padding: 30px 0;
}

.resp-tab-content {
	border: 0px solid #c1c1c1;
}

.resp-tab-active,

.wonderplugin-gridgallery-tag-selected,
.wonderplugin-gridgallery-tag-selected,
.wonderplugin-gridgallery-tag-selected:hover,
.wonderplugin-gridgallery-tag-selected:focus,
.wonderplugin-gridgallery-tag.wonderplugin-gridgallery-tag-selected,
.wonderplugin-gridgallery-tag:hover {
	border-bottom: none;
	background: #F26532 !importabt;
	color: #fff !important;
	border: 0px;
	border-radius: 20px;
}

#horizontalTab ul li:hover,
.wonderplugin-gridgallery-tag:hover,
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected,
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:hover,
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:focus {
	background-color: #f26532 !important;
	color: #fff !important;
}

.wonderplugin-gridgallery-loadmore-btn {
	background: #f26532 !important;
	outline: none;
	border: 0px;
	padding: 10px 22px !important;
	color: #ffffff !important;
	display: inline-block !important;
	min-width: 151px;
	font-size: 14px !important;
	position: relative !important;
	overflow: hidden;
	border-radius: 21px !important;
	height: 42px;
	line-height: 100% !important;
	z-index: 1;
	text-align: center;
	margin: 0 auto 30px;
	text-transform: uppercase !important;
	letter-spacing: 1.5px;
	text-shadow: none !important;
	margin: 0 !important;
	font-weight: normal !important;
	font-family: 'Montserrat' !important;
}

.wonderplugin-gridgallery-list {

	float: left;
	width: 100%;
}

.wpgridlightbox {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.wpgridlightbox:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	display: block;
	visibility: hidden;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-color: rgba(242, 101, 50, 0.65);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-moz-transform-origin: left top;
	transform-origin: left top;
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	z-index: 1
}

.wpgridlightbox:after {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	text-align: center;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
	opacity: 0;
	content: "\f055";
	font-size: 30px;
	color: #ffffff;
	font-family: "FontAwesome";
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	z-index: 11;
}

.wpgridlightbox:hover:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.wpgridlightbox:hover:before {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.wonderplugin-gridgallery-tags-topcenter {
	margin-bottom: 18px !important
}

.wonderplugin-gridgallery-list {
	margin-bottom: 30px !important
}
