/*
 Theme Name: Mackie Advisors
 Description: Mackie Advisors x Divi Child Theme
 Author: Lightbulb
 Author URI: https://www.1001lightbulb.com/
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */


/*remove default 11px padding on each side of list items*/
.xma-vertical-menu .et-menu > li {
	padding-left: 11px;
	padding-right: 0px;
	color: #ffffff !important;
}
/*make the menu items fullwidth and add space between them*/
.xma-vertical-menu .et_pb_menu__menu nav ul li {
	display: block;
	width: 100%;
	margin: 0px 0;
}

ul.et_pb_tabs_controls {
	background-color: #d2d3d5 !important;
}




/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) {


.et_pb_module_heading .xma-hd-contact {
	 /* padding: 0 15% 0 15% !important; */
}

.et_pb_header_content_wrapper .xma-hd-advantage {
	 padding: 0 17% 0 17% !important;
}

.et_pb_text_inner .xma-hd-p {
	 padding: 0 15% 0 15% !important;
}

.et_pb_text_inner .xma-hd-letstalk {
	 padding-right: 35% ;
}

.et_pb_text_inner .xma-hd-newheights {
	 padding-right: 10% ;
}

.et_pb_text_inner .xma-hd-testimonials {
	 padding: 0 15% 0 15% !important;
}

.dsm-content .xma-hd-solutions {
	 padding-right: 25% !important;
}

.xma-hd-pathway {
	 padding-right: 15% !important;
}

.xma-tabs-solutions .et_pb_module_inner {
	 padding-left: 15% !important;
} 


}