/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


img.logo-special {
	height: 120px !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

#footer {
	position        : relative;
	background-color: #fff;
	box-shadow      : rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
@media only screen and (min-width: 820px) {
	.text-spacial {
		width: 42%;
	}
}

#footer .footer-widgets-wrap {
    padding: 20px 0;
}