/**
 * Theme Name:     olcsokisbusz
 * Author:         mate
 * Template:       hello-elementor
 * Text Domain:	   olcsokisbusz
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


footer a{
	color: white;
}

footer a:hover{
	color: white;
	text-decoration: underline;
}



.wpcf7 input, .wpcf7 textarea {
    background-color: transparent !important;
    border: 1px solid white !important;
    color: white !important; 
    text-align: center !important;
    border-radius: 5px !important;
    font-family: "Montserrat", Sans-serif !important;
}

.wpcf7 input::placeholder, 
.wpcf7 textarea::placeholder{
	color: white;
}

.wpcf7 .wpcf7-not-valid-tip{
	color: white;
	
	font-family: "Montserrat", Sans-serif;
	text-align: center;
}



.wpcf7 input[type="submit"]:hover{
	color: #003b94;
	background-color: white;
}

.wpcf7-response-output{
    max-width: min-content;
    width: 100%;
    min-width: 100%;
	color: white;
}
 

.wpcf7 .wpcf7-textarea{
	height: 100px !important;
}


.wpcf7 p label{
	color: white !important;
	font-family: "Montserrat", Sans-serif;
}

.wpcf7 input[type="submit"]{
	color: white;
	background-color: transparent;
	border: 1px solid white;
	border-radius: 50px !important;
	font-weight: 900;
	font-family: "Montserrat", Sans-serif;
	font-size: 20px;
	display: block;
	margin: auto;
} 

.wpcf7-list-item-label{
	color: white;
	font-family: "Montserrat", Sans-serif;
}

.wpcf7-form > p{
	text-align: center;
}