/* 
Theme Name:		Spinal Rehabilitation Center
Description:	SRC child theme of GeneratePress
Author:			Maurice Hason
Author URI:		https://mauricehason.com/
Template:		generatepress
Version:		1.0.0
*/

/*
    Add your custom styles here
*/

/*** GLOBAL ***/
h1, h2, h3, h4, h5, h6 {
	font-family: "neuzeit-grotesk", sans-serif;
}

h4 { font-weight: 700; }

/*** MENU SETUP ***/
@media screen and (min-width: 1025px) {
	.site-logo img, .footer-logo img { width: 320px !important; }
	li.lang-item > a > img { width: 37px; }
	li.lang-item  { margin-top: 2px; }
}

@media screen and (max-width: 1024px) {
	.site-logo img {
		width: 250px !important;
		padding-top: 5px;
	}
}

/*** FOOTER ***/
#footer-form textarea { resize: none !important; }
#footer-form textarea, #footer-form input { padding-left: 0 !important; }
#footer-form textarea:focus, #footer-form input:focus { box-shadow: none !important; }
#footer-form .elementor-field-type-submit { margin-top: 40px!important ; }

@media screen and (max-width: 1024px) {
	.footer-logo img { width: 250px !important; }
}

/*** FORMS ***/
.elementor-message.elementor-message-success { color: #fff !important; }