/* media queries */
.home-link-wrap .view-content {
  justify-content: unset;
  flex-wrap: inherit;
}






@media (max-width: 768px) {
	.user-register-form .captcha{
		padding-top: 14px;
		display: flex;
		justify-content: center;
		clear: both;
	}
	.user-register-form .g-recaptcha {
	  margin-left: 0;
	}
	.top-banner-item img{
		width: 100%;
		height: auto;
		padding: 0 10px;
	}
	.block-views-blockforum-forum-list{
		position: relative;
	}
	.forums-list-page{
		margin-top: 54px;
	}
	.full-width-desc{
		padding: 5px 0;
		width: 100%;
		text-align: center;
		position: absolute;
		top: -46px;
	}
	
}
@media (max-width: 575px){
	.user-register-form .form-actions {
	  text-align: center;
	}
}