/*
Theme Name: Robert B. Our Co., Inc.
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/


.le-hide {
	display: none !important;
}

.rboap {
	display: flex !important;
	flex-direction: column;
	padding: 30px;
}

.rboap .mfn-toggle-item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-blend-mode: multiply;
	border-radius: 48px;
}

.rboap .mfn-toggle-item .toggle-bar {
	padding: 60px;
}

.rboap .mfn-toggle-item .toggle-heading,
.rboap .mfn-toggle-item .toggle-icon i {
	color: #FFFFFF;
	font-size: 42px;
	line-height: 52px;
	font-weight: bold;
}

.rboap .mfn-toggle-item .toggle-content {
	padding: 0px 60px 60px;
}

@media all and (max-width: 767px) {
	
	.rboap-section .section_wrapper {
		max-width: unset !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.rboap {
		padding: 0;
		--mfn-toggle-gap: 0 !important;
	}
	
	.rboap .mfn-toggle-item {
		border-radius: 0;
	}

	.rboap .mfn-toggle-item .toggle-bar {
		padding: 20px;
	}

	.rboap .mfn-toggle-item .toggle-heading,
	.rboap .mfn-toggle-item .toggle-icon i {
		font-size: 28px;
		line-height: 38px;
	}
	
	.rboap .mfn-toggle-item .toggle-content {
		padding: 0px 20px 20px;
	}	
	
}
