/**
 * Theme Name: Ultradach
 * Description: Blocksy Child theme
 * Author: Szymon Karolczuk
 * Author URI: https://szymonk.pl
 * Template: blocksy
 * Text Domain: blocksy
 */

.white-color {
	color: #fff;
}

.contact-form-footer {
	max-width: 800px !important;
	margin: auto;
}

.offer-section .elementor-image-box-title a {
	font-size: 25px;
}

.offer-section .elementor-image-box-title a::after {
	display: block;
	content: '';
	width: 0;
	height: 4px;
	margin-top: 10px;
	background-color: #1877F2;
	transition-duration: .3s;
}

.offer-section .elementor-image-box-wrapper:hover .elementor-image-box-title a::after {
	width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b450;
	font-style: normal;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #ffb900;
	color: #000;
	font-style: normal;
}

.top-form .wpcf7-form-control {
	color: #fff;
}

.dostawcy img {
	max-height: 200px;
	width: auto;
}
