/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2023 | 09:17:51 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


.wp-block-button__link {
	display: inline-flex;
}
figure.margin-bottom-0{
	margin-bottom:0;
}
.wp-block-uagb-icon-list .uagb-icon-list__wrap{
	flex-wrap: wrap;
	justify-content: flex-start;
    gap: 10px;
}
.wp-block-uagb-faq-child .uagb-faq-questions-button {
	background-color: beige;
}
.uagb-buttons__outer-wrap .uagb-buttons-repeater {
	background: linear-gradient(266deg,rgb(255,82,0) 0%,rgba(255,115,0,0.78) 97%);
}
.custom-sidebar{
	position: fixed;
    z-index: 9;
    right: 0;
    top: 35%;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
	visibility:hidden;
}
.eb-slider-wrapper .slick-slider .eb-slider-item img{
	object-fit:contain;
}



@media (max-width: 849px){
	.mfp-wrap {
		z-index: 9999;
	}
	.mfp-ready .mfp-close {
        left: 10px;
        top: 50px;
		opacity: 1;
		background: transparent;
		color: black;
	}
	.sidebar-menu .nav-sidebar li>button.toggle {
		background: transparent;
	}
	.off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content {
		margin: 100px 0 60px;
	}
}


@media (max-width:480px){
	.ti-widget.ti-goog .ti-reviews-container-wrapper {    
		flex-wrap: wrap;
	}
}