/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.d-flex .fl-node-content {
	display: flex;
	flex-direction: inherit;
}
.foolter-link ul {
	margin: 0;
	padding: 0;
}
.foolter-link ul li {
	list-style: none;
	display: initial;
}
.foolter-link ul li a {
	color: #6F6F6F;
	font-size: 16px;
	padding: 0px 20px;
}
.foolter-link {
	text-align: center;
}
.con-form input {
	border: 1px solid #A9A9A1;
	border-radius: 0px;
	height: 50px;
	background-repeat: ;
	background-color: transparent;
	width: 100%;
}
.form-row {
	display: flex;
	gap: 20px;
}
.con-form textarea {
	border: 1px solid #A9A9A1;
	border-radius: 0px;
	height: 100px;
	background-repeat: ;
	background-color: transparent;
	width: 100%;
	resize:none;
}
.form-row.form-row1 {
	display: block;
}
.wpcf7-form-control.wpcf7-submit {
	background-color: #1E84B5;
	border: 0px !important;
}
.left-side ul {
	margin: 0;
	padding: 0;
}
.left-side ul li {
	list-style: none;
	padding: 20px 0px;
	border-bottom: 1px solid #D9D9D9;
}
.left-side ul li a {
	color: #A9A9A1;
	font-size: 19px;
}
@media screen and (max-width:767px) {
	
	.foolter-link ul li {
	list-style: none;
	display: block;
}
.foolter-link ul li a {
	color: #6F6F6F;
	font-size: 16px;
	padding: 5px 20px;
	display: inline-block;
}
.fl-node-2zsmfw6k45jg .fl-module-content .uabb-creative-menu .menu > li > a span.menu-item-text, .fl-node-2zsmfw6k45jg .fl-module-content .uabb-creative-menu .menu > li > .uabb-has-submenu-container > a span.menu-item-text {
	width: 100%;
	color: #fff !important;
}
}
