/*
Theme Name: Bredda
Theme URI: https://bredda.com
Author: bredda
Author URI: https://bredda.com
Description: Custom WordPress theme for Bredda project.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: bredda
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.wpcf7-form-control-wrap.error input,
.wpcf7-form-control-wrap.error textarea {
	border-color: #DA4432;
    background-color: #FFEAEA;
}
.l-office__map-iframe {
	position: relative;
}
.l-office__map-iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#main-top .l-tax__banner {
	top: -5.5rem;
}
#main-top .l-tax__banner img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
	#main-top .l-tax__banner {
		top: -0.5rem;
	}
}