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


.line-height-normal {
	line-height: 1.2 !important;
}
.font-weight-normal {
	font-weight: 400 !important;
}
.height--auto {
	height: auto !important;
}
@media screen and (max-width: 991px) {
	.flex-col-md {
		flex-direction: column !important;
	}
	.container-md {
		max-width: 750px !important;
		margin-inline: auto !important;
		padding-inline: 15px !important;
	}
}
@media screen and (max-width: 767px) {
	.text-center-sm {
		text-align: center;
	}
}





p a,.brxe-text ul li a{
	color:#e6332a !important;
}
p a:hover,.brxe-text ul li a:hover, a.brxe-text-link:hover{
	text-decoration:underline !important;
}
body p{
	line-height:inherit !important;
}
.word-wrap{
	word-wrap:break-word;
}

/* Home page start */
.home-banner .bricks-swiper-container,.home-banner .image.css-filter{
  	height: 100% !important;
}
.home-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}
.home-banner .swiper-pagination{
	writing-mode: vertical-rl;
}
.home-banner .swiper-pagination .swiper-pagination-bullet{
	width: 6px;
	height: 6px;
	margin: 3px 0px 0px !important;
}
.red-text {
    color: #e6332a !important;
}
.image.css-filter {
    background-color: transparent !important;
}
.review-slider.brxe-slider .swiper-slide{
    align-items: flex-start !important;
}
.review-slider .slider-content .title {
	margin-bottom: 20px;
}
.review-slider .swiper-button i{
  	display: none;
}
.review-slider .swiper-button.bricks-swiper-button-prev::after {
    content: "<";
    display: inline-block;
    font-size: 28px;
    color: #121212 !important;
    line-height: 46px;
}
.review-slider .swiper-button.bricks-swiper-button-next::after {
    content: ">";
    display: inline-block;
    font-size: 28px;
    color: #121212 !important;
    line-height: 46px;
}
.review-img.brxe-image {
    height: 100% !important;
}
.review-img img{
  	object-fit: cover;
}
.font-weight-a strong a {
	font-weight:700 !important;
}
.floating-btn{
	transform: translateY(-50%);
}
.anchor-color a{
  	color:#FFFFFF !important;
}
.map-btn{
	display:flex !important;
}
.footer-bottom-row{
	overflow:visible !important;
}
.home-drop-down:has(.main-map-con.active) .brxe-button{
  	border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.map-btn{
	cursor:pointer !important;
}
/* Home page end */

/*Video page start*/
.video-form {
    flex-direction: row !important;
    justify-content: center !important;
}
.video-form .form-group {
    flex-direction: row;
    gap: 10px;
    align-items: center;
	order: 2;
}
.video-form .form-group label {
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: inherit;
    line-height: 1.42857143 !important;
    margin: 0 !important;
    text-wrap-mode: nowrap;
}
.video-form .form-group input {
    height: 54px;
}
.video-form .bricks-button {
    padding: 9px 15px;
    transition: all 0.3s ease-in-out;
}
.video-form .bricks-button:hover {
    background-color: #951c16 !important;
    border-color: #951c16 !important;
}
.video-form .message {
    background-color: transparent;
    color: #323030;
    font-size: 16px;
    font-weight: 400;
    display: block !important;
    order: 1;
}
.video-form .message .text {
    padding: 0 0 20px;
}
.video-form .form-group input:focus-visible {
    outline: unset !important;
}
/*Video page end*/

@media screen and (max-width: 1200px){
	.home-banner .swiper-pagination{
		display: none;
	}
}
@media screen and (max-width:767px){
	.floating-btn{
		top:auto !important;
		bottom:10px !important;
		transform:none !important;
	}
	.video-form .form-group {
		width: 310px !important;
		max-width: 100%;
	}
	.video-form .form-group {
		justify-content: center;
	}
	.video-form .form-group.submit-button-wrapper {
		width: auto !important;
	}
	#brxe-uvjacz .brxe-block.brx-animated p {
		line-height: 1.6 !important;
	}
}