/*
 Theme Name: RMA Divi Theme
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: RMA Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- 
@import "layouts.css";
@import "modules.css";
@import "featured.css";*/


/* -------------------------------------------------------------------- */
/* -------------------- OVERALL   ------------------------------------- */
	
	body { background-color: #333; }

	#et-main-area {
		max-width: 1920px;
		margin: 0px auto;
		background-color: #fff;
	}	

	.et_contact_bottom_container {
		width: 100%;
		text-align: center;
	}
	
	html.et-fb-root-ancestor body header,
	html.et-fb-root-ancestor body footer
	{ display: none }
	
	body.role-administrator header,
	body.role-administrator footer
	{ display: block!important; }
	


/* ----------------------------------------------------------------------- */
/* -------------------- TESTIMONIALS   ------------------------------------- */
	

	.testimonial-image-right .et-pb-testimonial_portrait {
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	
	.testimonial-image-right .et-pb-testimonial_description {
		margin-left: 0px!important;
	}
	

/* ----------------------------------------------------------------------- */
/* Used to fix Text Highlighter "swooshes" on tablet/mobile */
	.difl_text_highlighter .df-text-highlight svg { left: inherit!important; }