/*
 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
*/

.vk_footer-section a {
	transition: all 0.4s;
}
.vk_footer-section a:hover {
	opacity: 0.5;
}

.privacy-policy h2 {
	font-size: 32px;
	margin: 48px 0 32px;
}
.privacy-policy h2:first-child {
	margin-top: 0;
}

/* .vk_footer-menu ul li {
	position: relative;
}
.vk_footer-menu ul li:before {
	content: url("/wp-content/uploads/2024/01/icon-menu.svg");
	width: 20px;
	height: 20px;
	background-position: center;
	position: absolute;
	left:-3rem;
	top: 50%;
    transform: translateY(-50%);
} */

.vk_fluent-form .ff-el-form-control {
    border: 1px solid #310031 !important;
    border-radius: 10px !important;
	background: #f5f5f5;
}
.vk_fluent-form .ff-el-form-control:focus {
    background-color: #f5f5f5 !important;
    border-color: #f6d5b5 !important;
    color: #3A3A3A !important;
}
.vk_input-name-hide .ff-el-input--label {
	display:none !important;
}
.vk_fluent-form-title h3 {
	font-family: "DM Sans";
    font-weight: 500;
    font-style: normal;
}

@media screen and (max-width: 992px) {
	.vk_basic-section .brxe-block{
		width: 100% !important;
	}
}