/*
 Theme Name:   MKP.org Divi Child 
 Description:  MKP.org Divi Child Theme
 Author:       Simple Business Solutions
 Author URI:   http://web.simplebusinesssolutions.org
 Template:     Divi
 Version:      1.0.0
*/

#MKPBanner
{
	width: 100% !important;
	max-width: 100% !important;
}

.MKPBlurbR .et_pb_main_blurb_image
{
	float:right;
}

.MKPBlurbR .et_pb_blurb_container
{
	text-align: right;
	padding-right: 15px;
}



#MKPCTA .et_pb_column_1_2
{
	padding-top: 20px;
    padding-bottom: 11px;
}

#MKPCTA .et_pb_column_1_2:nth-child(1)
{
    border-radius: 8px 0px 0px 8px;
	padding-right: 2.5em;
}

#MKPCTA .et_pb_column_1_2:nth-child(2)
{
    border-radius: 0px 8px 8px 0px;
	padding-left: 2.5em;
}



/* Resolve issue with calendar nav not showing up on MKPConnect Page */
.simcal-month-nav 
{
	color:black !important;
}

/* special format of the community menu item */
h2.map
{
  display:none;
}

.MKPRegions 
{
    background-color: white;
    padding-top: 10px;
    padding-left: 15px;
    font-weight: bold;
}

.MKPRegions > a
{
  color: #2c75a3 !important;
}

.MKPRegions  ul
{
  width:160px !important;
  margin:0px;
  padding:0px !important;
}

/* Adjust the testimonial widget formatting for the "clean" style
View Styles:http://wpdev.mkp.org/wp-admin/admin.php?page=easy-testimonials-style-settings
view Task: 	https://app.asana.com/0/81158908286233/100009001692797 */
.testimonial-client
{
    font-weight: bold;
    font-style: normal;
    font-size: 1rem;
}

.testimonial_body
{
    font-style: italic;
}

/* Adjust Appearance of Front Page Contact Form */
.infusion-field-input-container
{
	width: 100%;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666666;
}
#inf_field_FirstName, #inf_field_Email, #inf_custom_Message
{
	width: 100%;
	font-size: 14px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 12px;
	color: #666666;
}
inf_custom_NearestArea option
{
	width: 100%;
	font-size: 14px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 12px;
	color: #666666;
}
.infusion-submit
{
	margin-top: 10px;
}