/*
Theme Name:		RestoBot Webinars
Description:	RestoBot Webinars Theme
Theme URI:		https://webinars.restobot.ai
Theme Author:	KevinGiu
Author URI:		https://kevingiu.com
Template:		bricks
Version:		1.0.0
Text Domain:	bricks
*/


/* General */

html {
	scroll-behavior: smooth;
	scroll-padding-top: 140px;
}

html, body {
	width: 100%;
	overflow-x: hidden !important;
}


/* Testimonials */

.brxe-testimonials .bricks-swiper-container {
    padding-bottom: 2px !important;
}

.brxe-testimonials .bricks-swiper-container .swiper-wrapper {
    align-items: stretch !important;
}

.brxe-testimonials .bricks-swiper-container .swiper-wrapper .swiper-slide {
	padding: 25px 30px;
	gap: 20px;
	flex-direction: column-reverse;
	transition: .3s border-color;
	cursor: pointer;
}

.brxe-testimonials .bricks-swiper-container .swiper-wrapper .swiper-slide .testimonial-meta-wrapper {
	position: relative;
}
.brxe-testimonials .bricks-swiper-container .swiper-wrapper .swiper-slide .testimonial-meta-wrapper:after {
	content: '';
	background: url(/wp-content/uploads/2024/12/testimonials-review.png);
	width: 36px;
	height: 18px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	
}

.brxe-testimonials .swiper-pagination-bullet {
    border-radius: 25px !important;
    transition: .3s;
}
.brxe-testimonials .swiper-pagination-bullet-active {
    width: 45px !important;
}

@media screen and (max-width: 768px) {
	.brxe-testimonials .swiper-pagination-bullets {
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	.brxe-testimonials .swiper-button {
		display: none !important;
	}
}


/* Contacto */

.brxe-form .options-wrapper li {
	display: flex;
	flex-wrap: nowrap;
	gap: 5px;
	align-items: flex-start;
}

.brxe-form input[type="checkbox"] {
    transform: scale(1.1) translateY(5px);
    transform-origin: top left;
    filter: hue-rotate(35deg) brightness(1);
}

.brxe-form input[type="checkbox"]:checked {
    filter: hue-rotate(35deg) saturate(.45);
}

.brxe-form input[type="checkbox"] + label {
    font-weight: 400 !important;
    font-size: 15px !important;
}


