/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

body {
	background: #f7f6f4;
}
.mx-w-520 {
	max-width: 520px;
}
.wrap-list {
	
	ul {
		padding-left: unset;
		list-style-type: none;
		li:not(:last-child) {
			padding-bottom: 12px;
			margin-bottom: 12px;
			border-bottom: dashed 2px var(--imn-brown);
			
		}
		li i {
			color: var(--imn-brown);
			padding: 6px;
			border-radius: 50px;
			width: 32px;
			margin-right: 10px;
			border: solid 2px var(--imn-brown);
		}
	}
}

.row-cols p {
	font-family: "Inter";
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.08em;
    font-weight: 500;
    margin-top: 20px;
}

.col-contacts i {
	color: var(--imn-brown);
	margin-right: 15px;
}
.col-contacts .brxe-icon-box {
	margin-bottom: 20px;
}
.col-contacts .brxe-icon-box a:hover {
	color: var(--imn-brown) !important;
}
.ren-form {
	padding: 20px 0 80px;
	input[type="text"], input[type="tel"], input[type="email"], textarea {
		border-radius: 10px;
	}
	button spam {
		color: white;
	}
	button {
		min-height: 53px;
	}
}