/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://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: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 
a:hover {
	color: #c51d29 !important;
}
.banner-bg {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.39) 0%, rgba(0, 0, 0, 0.39) 100%), url("/wp-content/uploads/2026/08/rsw_1920m.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.fl-theme-builder-header-shrink {
	background-color: #161616e5;
}
.custom-btn .fl-button {
	position: relative;
}
.custom-btn .fl-button::after {
	box-shadow: rgba(255, 255, 255, 0.2) 5px 5px 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: 0.3s;
}
.custom-btn .fl-button:hover::after {
	box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0px;
}
:where(.fl-builder-content, .fl-page) :is(a[href], button, input, select, textarea, [tabindex]:not([tabindex="-1"])):focus {
	outline-style: none !important;
}
.custom-row {
	display: flex;
	gap: 20px;
}
.col-1 {
	width: 50%;
}
.custom-row label {
	font-weight: 600;
	font-size: 17px;
	color: #000;
	font-family: "Poppins",sans-serif;
	display: block;
	margin-bottom: 15px;
}
.custom-row br{
	display:none;
}
.contact-form input[type="text"], input[type="password"], .contact-form input[type="email"], input[type="tel"], .contact-form input[type="date"], .contact-form input[type="month"], .contact-form input[type="week"], .contact-form input[type="time"], .contact-form input[type="number"], .contact-form input[type="search"], .contact-form input[type="url"], textarea {
	display: block;
	width: 100%;
	padding: 12px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #000;
	background-color: transparent;
	background-image: none;
	border: 1px solid #9996;
	-moz-transition: all ease-in-out .15s;
	-webkit-transition: all ease-in-out .15s;
	transition: all ease-in-out .15s;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 0px;
}
.iti {
    width: 100%;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type="text"], .iti--allow-dropdown input[type="tel"], .iti--separate-dial-code input, .iti--separate-dial-code input[type="text"], .iti--separate-dial-code input[type="tel"] {
	padding-right: 6px;
	padding-left: 52px !important;
	margin-left: 0;
}
.custom-row {
	margin-bottom: 20px;
}
.wpcf7-form-control.wpcf7-submit {
	background-color: #111;
	border-radius: 0px;
	padding: 16px 30px;
	width: 100%;
	border-radius: 6px;
	font-weight: 500;
	margin-top: 20px;
}
.checkbox-design .wpcf7-list-item-label {
	font-size: 13px;
}
.checkbox-design .wpcf7-list-item.first {
	margin: 0px;
}
.bbbh-summary-row {
	font-size: 18px !important;
	color: #575757 !important;
}
.bbbh-arrow {
	font-size: 30px !important;
}
.bbbh-arrow {
	font-size: 30px !important;
}
button:active, input[type="button"]:active, input[type="submit"]:active, button:focus, input[type="button"]:focus, input[type="submit"]:focus {
	background-color: #000 !important;
	color: #fff;
	border: 1px solid #1f5a87;
	outline: none;
	position: relative;
	opacity: 1 !important;
}
.fl-builder-content .fl-node-yc7ug2r5axwj .uabb-module-content.uabb-contact-form .uabb-contact-form-submit:hover {
	background: #000 !important;
	opacity: 1 !important;
	color:#fff !important;
}
.fl-builder-content .fl-node-yc7ug2r5axwj .uabb-module-content.uabb-contact-form .uabb-contact-form-submit:hover .uabb-contact-form-button-text {
	color: #fff !important;
}
.uabb-contact-form-submit:focus .uabb-contact-form-button-text {
	color: #fff !important;
}
  @media (max-width: 767px){
#iframe-undefined5 {
	height: 374px !important;
}
	 .bbbh-summary-row {
	font-size: 15px !important;
	color: #575757 !important;
}
.uabb-menu-toggle {
	float: none !important;
}
}