.scrolldown_btn {
	max-width: 50px !important;
}

#wpop_footer_logo > a {
	display: inline-block;
	position: relative;
	width: 190px !important;
}

.wpop_filter_img > .l-section-img {
	filter: grayscale(85%) contrast(85%);
	opacity: .25;
}

#wpg_default_titlebar h1 {
	font-size: 26px;
	font-weight: 800;
}

@keyframes wpg_heading_anim {
	0% {
		width: 50%;
	},
	33.333% {
		width: 100%;
	}
	66.666% {
		width: 100%;
	},
	100% {
		width: 50%;
	}
}

.wpg_heading h2::after,
.wpg_heading h3::after,
.wpg_heading h4::after,
.wpg_heading h5::after,
.wpg_heading h6::after {
	content: '';
	display: block;
	position: relative;
	width: 50%;
	height: .5px;
	background: var(--color-content-primary);
	animation: wpg_heading_anim 3s infinite;
}

.w2rr-content > .w2rr-reviews-block-header > .w2rr-col-md-4 {
    width: 60% !important;
}

.w2rr-content > .w2rr-reviews-block-header > .w2rr-col-md-2 {
    width: 40% !important;
}

@media (max-width: 599px) {
	
	.w2dc-fields-group .w2dc-field-caption,
	.w2dc-fields-group .w2dc-field-content {
		width: 100% !important;
	}
	
}