/*
Theme Name:     Langer rozi
Theme URI:      https://safebiz.ro
Template:       kadence
Author:         Takacs Zoltan
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/


@media screen and (min-width: 769px) {
.hirlevel-main.srfm-form-container .srfm-form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}

.hirlevel-main.srfm-form-container .srfm-form .srfm-captcha-container, .hirlevel-main.srfm-form-container .srfm-form .srfm-submit-container {
    width: auto;
	margin-bottom: 2.25em;
}

.hirlevel-main.srfm-btn-frontend .srfm-button .srfm-submit-button {
	width: 150px;
}
}

@media screen and (max-width: 768px) {
.srfm-form-container .srfm-form .srfm-submit-container {
    justify-items: center;
}
	}
	
.uagb-heading-text {
	font-size: 12px;
}

.h3-fooldal {
	height: 60px;
}

/* Modifică culoarea titlului din editorul WordPress */
.editor-post-title__input {
    color: #2F50C1 !important; /* Înlocuiește cu orice culoare dorești */
}

.grecaptcha-badge {
	display: none;
}