/**********************/
/* HTML element styles*/
/**********************/
#Content a{
	color:#D8846A;
}
/*Begin List styling in main content */
	.entry-content .column_visual li::before{
		color:#D8846A !important;
	}
/*End List styling */
/*End HTML element styles*/


/**************************************/
/*Begin Muffin Builder element styling*/
/**************************************/
.hr_color, .hr_color hr, .hr_dots span {
    color: #D8846A !important;
    background: #D8846A !important;
}
/*Begin Button CSS */
	.wrap a.button{
		border-color:#D8846A !important;
	}

/*End Button CSS */

/*Begin Feature Box content block CSS */
	.feature_box .feature_box_wrapper{
		background-color:#D8846A !important;
	}
/*End Feature Box content block CSS */

/*Begin Tabs CSS*/
	 .ui-tabs .ui-tabs-nav li.ui-state-active a{
		 color:#D8846A !important;
	 }
	 .ui-tabs .ui-tabs-nav li.ui-state-active a:after{
		 background:#D8846A !important;
	 }
/*End tabs CSS*/
/*End Muffin Builder element styling*/

.coloured_wrap{
	background-color:#D8846A;
	padding-top:15px;
	margin-bottom:50px;
}
.coloured_wrap .mcb-wrap-inner p a{
	color: #ffffff;
	text-decoration:underline;
}