/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1686746600
Updated: 2023-06-14 12:43:20

*/

.oz-latest-news .elementor-post__read-more-wrapper .elementor-post__read-more{
	padding: 10px 15px;
    background: black;
}


body .oz-contact-form-submit .wpcf7-submit{
	font-family: 'Montserrat';
    font-size: 19px;
    font-weight: 700;
    padding: 17px 60px;
    fill: #ffffff;
    color: #ffffff;
    border-color: white;
    background-color: #46bea0;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 0px 0px 0px 0px;
}
body .oz-contact-form textarea{
	height: 194px;
	font-family: 'Montserrat';
    
}
body .oz-contact-form textarea::placeholder,
body .oz-contact-form input::placeholder{
	color:#222222;
	font-family: 'Montserrat';
    
}
body .oz-contact-form input,
body .oz-contact-form textarea{
	border-radius:0px;
	margin-bottom:10px;
	padding: 16px;
	background: border-box;
    color: #222222;
	border: 1px solid #222222;
	font-family: 'Montserrat';
}
body .oz-contact-form .oz-left-fields{
	padding:5px;
}
body .oz-contact-form .oz-right-fields{
	padding:5px;
}
body .oz-contact-form{
	display:flex;
}
body .oz-contact-form > *{
	flex-grow: 1;
}
/**contact page**/
.oz-service-icon .elementor-cta__bg{
	background-size: contain;
    background-repeat: no-repeat;
}
.oz-service-icon .elementor-cta__description{
	min-height: 150px;
}
@media only screen and (max-width: 426px) {
  body .oz-contact-form {
    display: block;
	}
	
}