
/*** ALL SCREEN SIZES ********************************************************************/

html 										{ font-size: 62.5%;  }
body 										{ padding: 0; margin: 0; background-color: #ffffff; color: #000000; font-family:  "Open Sans", sans-serif; }
h1, h2, h3, h4, h5, h6 						{ margin: 0; padding: 0; }
h1 											{ line-height: var(--h1_line_height); text-align: center; }
h2 											{ line-height: var(--h2_line_height); }
h3 											{ line-height: var(--h3_line_height); }
h4 											{ line-height: var(--h4_line_height); }
h5 											{ line-height: var(--h5_line_height); }
h6 											{ line-height: var(--h6_line_height); }
#mwm_footer_widgets h3.widget-title 		{ line-height: var(--footer_widget_titles_line_height);	}
#mwm_right_col h3.widget-title 				{ line-height: var(--widget_titles_line_height); }
#mwm_footer_widgets .widget-container li 	{ line-height: var(--footer_widget_text_line_height);	}
#mwm_right_col .widget-container li 		{ line-height: var(--widget_text_line_height); }
.mwm_content p 								{ line-height: var(--p_line_height); }
.mwm_content ul > li, .mwm_content ol > li 	{ line-height: var(--li_line_height); }
.mwm_content li li 							{ font-size: 100%; }
.mwm_content a, .widget-container a 		{ transition: all 0.3s ease; }
#menu:not( .mm-menu )     					{ display: none; }
.mm-panel, .mm-navbar 						{ background-color: #0280b1!important; }
.mm-navbar__title              				{ color: #fff!important; font-size: 14px; font-family: "Poppins", arial, sans-serif; font-weight: normal!important; 
												text-transform: uppercase; }
.mm-listitem                  				{ color: #fff!important; font-size: 16px; font-family: "Cabin", arial, sans-serif; }
.mm-listitem__text 							{ padding-top: 10px!important; padding-bottom: 10px!important;	}
.mm-navbar, .mm-listitem     				{ border-color: rgba(255,255,255,.1)!important; }
#mwm_search_form 							{ width: 96%; padding: 2%; font-size: 18px; border: #ccc solid 1px; border-radius: 3px; background-color: #fefefe; 
												font-family: "Open Sans", sans-serif; line-height: 1em; font-weight: 300; display: flex; justify-content: space-between; align-items: center; }
#mwm_search_input  							{ order: 1; width: calc(100% - 20px); border: #fefefe solid 1px; padding: 0; color: #222; font-family: "Open Sans", sans-serif; 
												line-height: 1em; background-color: #fefefe; font-size: 18px; font-weight: 400; }
#mwm_search_button  						{ order: 2; width: 18px; height: 18px; display: inline-block;  opacity: 0.5; }
#mwm_search_input:focus 					{ outline: none; }
#mwm_main_content 							{ min-height: calc(100vh - 400px); }
#mwm_credits 								{ color: #8d8d8d; font-family: "Lato", sans-serif; font-size: 12px; line-height: 1em; vertical-align:middle; }
#mwm_credits a 								{ color: #8d8d8d; text-decoration:none; }
#mwm_credits img 							{ vertical-align:middle;  }
#mwm_header_top 							{ position: relative; background-image: url(../images/clouds.jpg); background-position: center; background-repeat: no-repeat;
												background-size: cover; overflow: hidden; }
.mwm_order_online 							{ background-color: #e12122; color: #fff; text-decoration: none; text-transform: uppercase; font-family: "Cabin Condensed", sans-serif;
												vertical-align: middle; line-height: 1em; transition: background-color 0.5s ease; transform: skew(-14deg); border-radius: 5px;
												box-shadow: #000 0 0 6px 6px; -webkit-box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.15);
												box-shadow: 0px 0px 0px 6px rgba(0,0,0,0.15); }
.mwm_order_online:hover 					{ background-color: rgba(2,136,189,1); }												
#mwm_navigation 							{ background: rgb(2,136,189); background: linear-gradient(180deg, rgba(2,136,189,1) 0%, rgba(2,111,154,1) 50%, rgba(2,136,189,1) 100%); }
#mwm_footer 								{ background-color: #454545; text-align: center; font-family: "Lato", sans-serif; color: #fff; }
#mwm_phone 									{ font-family: "Lato", sans-serif; color: #ffffff; line-height: 1em; }
#mwm_phone a 								{ color: #fff; text-decoration: none; }
#mwm_tagline 								{ font-family: "Lato", sans-serif; color: #ffffff; line-height: 1.3em; }
#mwm_copyright 								{ font-family: "Lato", sans-serif; color: #ffffff; line-height: 1em; }
#mwm_footer_navigation 						{ text-align: center; }
#mwm_footer_navigation li 					{ list-style-type: none; display: inline-block; }
#mwm_footer_navigation li a 				{ color: #eee; font-family: "Lato", sans-serif; line-height: 1em; }
#mwm_footer_navigation li:not(:last-child):after { content: "\2022"; }

 i.wpmi__icon.wpmi__align-middle { vertical-align: baseline!important; }


 

/*************************************************************** end all screen sizes ***/


/*** BREAKPOINTS ************************************************************************/




@media all and (min-width: 1500px) {
	.mburger                        			{ display: none!important; }
	h1											{ font-size: var(--desktop_h1_font_size); }
	h2											{ font-size: var(--desktop_h2_font_size); }
	h3											{ font-size: var(--desktop_h3_font_size); }
	h4											{ font-size: var(--desktop_h4_font_size); }
	h5											{ font-size: var(--desktop_h5_font_size); }
	h6											{ font-size: var(--desktop_h6_font_size); }
	.mwm_content p								{ font-size: var(--desktop_paragraph_font_size); margin: 0 0 10px 0; }
	#mwm_footer_widgets h3.widget-title 		{ font-size: var(--desktop_footer_widget_title_font_size); }
	#mwm_right_col h3.widget-title 				{ font-size: var(--desktop_widget_title_font_size); }
	#mwm_footer_widgets .widget-container li 	{ font-size: var(--desktop_footer_widget_text_font_size); }
	#mwm_right_col .widget-container li 		{ font-size: var(--desktop_widget_text_font_size); }
	.mwm_content ul, .mwm_content ol 			{ padding: 0; margin: 8px 0 8px 30px; }
	.mwm_content ul > li, .mwm_content ol > li 	{ font-size: var(--desktop_list_font_size); margin: 0 0 8px 0; }
	#mwm_columns 								{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; margin: 0 auto; }
	#mwm_left_col 								{ order: 1; flex: 1; }
	#mwm_right_col 								{ order: 2; padding: 0 20px; width: 350px; }
	#mwm_header_top 							{ width: 100%; height: 135px; }
	#mwm_logo 									{ position: absolute; top: 15px; left: 50%; margin-left: -255px; width: 453px; height: auto; }
	#mwm_logo_small								{ display: none;  }
	#mwm_car 									{ position: absolute; bottom: 0; left: 0; width: 428px; height: auto; }
	.mwm_order_online 							{ font-size: 25px; position: absolute; top: 45px; right: 10%; padding: 10px 20px;  }
	.mwm_order_online span 						{ transform: skew(14deg); display: block; }
	.mwm_order_online img 						{ vertical-align: top; margin-left: 5px; }
	#mwm_footer 								{ padding: 40px 0; }
	#mwm_phone 									{ font-size: 30px; margin-bottom: 25px; }
	#mwm_tagline 								{ font-size: 18px; margin-bottom: 15px; }
	#mwm_copyright 								{ font-size: 13px; margin-bottom: 15px; }
	#mwm_footer_navigation 						{ margin: 0 0 30px 0; padding: 0; }
	#mwm_footer_navigation li a 				{ font-size: 18px; }
	#mwm_footer_navigation li:not(:last-child):after { display: inline-block; margin-left: 10px; margin-right: 10px; }
	}

@media all and (min-width: 1040px) and (max-width: 1499px) {
	.mburger                        			{ display: none!important; }
	h1											{ font-size: var(--desktop_h1_font_size); }
	h2											{ font-size: var(--desktop_h2_font_size); }
	h3											{ font-size: var(--desktop_h3_font_size); }
	h4											{ font-size: var(--desktop_h4_font_size); }
	h5											{ font-size: var(--desktop_h5_font_size); }
	h6											{ font-size: var(--desktop_h6_font_size); }
	.mwm_content p								{ font-size: var(--desktop_paragraph_font_size); margin: 0 0 10px 0; }
	#mwm_footer_widgets h3.widget-title 		{ font-size: var(--desktop_footer_widget_title_font_size); }
	#mwm_right_col h3.widget-title 				{ font-size: var(--desktop_widget_title_font_size); }
	#mwm_footer_widgets .widget-container li 	{ font-size: var(--desktop_footer_widget_text_font_size); }
	#mwm_right_col .widget-container li 		{ font-size: var(--desktop_widget_text_font_size); }
	.mwm_content ul, .mwm_content ol 			{ padding: 0; margin: 8px 0 8px 30px; }
	.mwm_content ul > li, .mwm_content ol > li 	{ font-size: var(--desktop_list_font_size); margin: 0 0 8px 0; }
	#mwm_columns 								{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; margin: 0 auto; }
	#mwm_left_col 								{ order: 1; flex: 1; }
	#mwm_right_col 								{ order: 2; padding: 0 20px; width: 350px; }
	#mwm_header_top 							{ width: 100%; height: 100px; }
	#mwm_logo 									{ position: absolute; top: 10px; left: 50%; margin-left: -160px; width: 320px; height: auto; }
	#mwm_logo_small								{ display: none;  }
	#mwm_car 									{ position: absolute; bottom: 0; left: 0; width: 228px; height: auto; }
	.mwm_order_online 							{ font-size: 20px; position: absolute; top: 29px; right: 4%; padding: 10px 20px;  }
	.mwm_order_online span 						{ transform: skew(14deg); display: block; }
	.mwm_order_online img 						{ vertical-align: top; margin-left: 5px; height: 18px; width: auto; }
	#mwm_footer 								{ padding: 40px 0; }
	#mwm_phone 									{ font-size: 30px; margin-bottom: 25px; }
	#mwm_tagline 								{ font-size: 18px; margin-bottom: 15px; }
	#mwm_copyright 								{ font-size: 13px; margin-bottom: 15px; }
	#mwm_footer_navigation 						{ margin: 0 0 30px 0; padding: 0; }
	#mwm_footer_navigation li a 				{ font-size: 18px; }
	#mwm_footer_navigation li:not(:last-child):after { display: inline-block; margin-left: 10px; margin-right: 10px; }
	}

@media all and (min-width: 780px) and (max-width: 1039px) {
	.mburger 									{ position: absolute!important; right: 2%!important; top: 10px; z-index: 9999; color: #0291c9!important; --mb-bar-height: 4px!important;  }
	.mburger b 									{ color: #0291c9; box-shadow: #000 0 0 0 1px; }
	h1											{ font-size: var(--tablet_h1_font_size); }
	h2											{ font-size: var(--tablet_h2_font_size); }
	h3											{ font-size: var(--tablet_h3_font_size); }
	h4											{ font-size: var(--tablet_h4_font_size); }
	h5											{ font-size: var(--tablet_h5_font_size); }
	h6											{ font-size: var(--tablet_h6_font_size); }
	.mwm_content p								{ font-size: var(--tablet_paragraph_font_size); margin: 0 0 10px 0; }
	#mwm_footer_widgets h3.widget-title 		{ font-size: var(--tablet_footer_widget_title_font_size); }
	#mwm_right_col h3.widget-title 				{ font-size: var(--tablet_widget_title_font_size); }
	#mwm_footer_widgets .widget-container li 	{ font-size: var(--tablet_footer_widget_text_font_size); }
	#mwm_right_col .widget-container li 		{ font-size: var(--tablet_widget_text_font_size); }
	.mwm_content ul, .mwm_content ol 			{ padding: 0; margin: 8px 0 8px 30px; }
	.mwm_content ul > li, .mwm_content ol > li 	{ font-size: var(--tablet_list_font_size); margin: 0 0 8px 0; }
	#mwm_columns 								{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; margin: 0 auto; }
	#mwm_left_col 								{ order: 1; flex: 1; }
	#mwm_right_col 								{ order: 2; padding: 0 20px; width: 350px; }
	#mwm_header_top 							{ width: 100%; height: 160px; }
	#mwm_logo 									{ position: absolute; top: 10px; left: 50%; margin-left: -160px; width: 320px; height: auto; }
	#mwm_logo_small								{ display: none;  }
	#mwm_car 									{ position: absolute; bottom: 0; left: 0; width: 30%; height: auto; }
	.mwm_order_online 							{ font-size: 20px; position: absolute; top: 110px; left: 50%; margin-left: -82px; padding: 5px 10px;  }
	.mwm_order_online span 						{ transform: skew(14deg); display: block; }
	.mwm_order_online img 						{ vertical-align: top; margin-left: 5px; height: 18px; width: auto; }
	#mwm_footer 								{ padding: 40px 0; }
	#mwm_phone 									{ font-size: 30px; margin-bottom: 25px; }
	#mwm_tagline 								{ font-size: 18px; margin-bottom: 15px; }
	#mwm_copyright 								{ font-size: 13px; margin-bottom: 15px; }
	#mwm_footer_navigation 						{ margin: 0 0 30px 0; padding: 0; }
	#mwm_footer_navigation li  					{ display: block;  }
	#mwm_footer_navigation li a 				{ font-size: 18px; padding: 8px; display: block; text-align: center;}
	.navigationBox 								{ display: none; }
	#mwm_navigation 							{ height: 6px; }
	#mwm_footer_navigation li:after 			{ display:  none; }
	}

@media all and (min-width: 525px) and (max-width: 779px) {
	.mburger 									{ position: absolute!important; right: 5%!important; top: 80px; z-index: 9999; color: #0291c9!important; --mb-bar-height: 4px!important;  }
	.mburger b 									{ color: #0291c9; box-shadow: #000 0 0 0 1px; }
	h1											{ font-size: var(--phone_h1_font_size); }
	h2											{ font-size: var(--phone_h2_font_size); }
	h3											{ font-size: var(--phone_h3_font_size); }
	h4											{ font-size: var(--phone_h4_font_size); }
	h5											{ font-size: var(--phone_h5_font_size); }
	h6											{ font-size: var(--phone_h6_font_size); }
	.mwm_content p								{ font-size: var(--phone_paragraph_font_size); margin: 0 0 10px 0; }
	#mwm_footer_widgets h3.widget-title 		{ font-size: var(--phone_footer_widget_title_font_size); }
	#mwm_right_col h3.widget-title 				{ font-size: var(--phone_widget_title_font_size); }
	#mwm_footer_widgets .widget-container li 	{ font-size: var(--phone_footer_widget_text_font_size); }
	#mwm_right_col .widget-container li 		{ font-size: var(--phone_widget_text_font_size); }
	.mwm_content ul, .mwm_content ol 			{ padding: 0; margin: 8px 0 8px 30px; }
	.mwm_content ul > li, .mwm_content ol > li 	{ font-size: var(--phone_list_font_size); margin: 0 0 8px 0; }
	#mwm_columns 								{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; margin: 0 auto; }
	#mwm_left_col 								{ order: 1; flex: 1; }
	#mwm_right_col 								{ order: 2; padding: 0 20px; width: 350px; }
	#mwm_header_top 							{ width: 100%; height: 160px; }
	#mwm_logo 									{ position: absolute; top: 10px; left: 2%; width: 280px; height: auto; }
	#mwm_logo_small								{ display: none;  }
	#mwm_car 									{ position: absolute; bottom: 0; left: 0; width: 250px; height: auto; }
	.mwm_order_online 							{ font-size: 20px; position: absolute; top: 25px; right: 5%; padding: 5px 10px;  }
	.mwm_order_online span 						{ transform: skew(14deg); display: block; }
	.mwm_order_online img 						{ vertical-align: top; margin-left: 5px; height: 18px; width: auto; }
	#mwm_footer 								{ padding: 30px 15px; }
	#mwm_phone 									{ font-size: 30px; margin-bottom: 25px; }
	#mwm_tagline 								{ font-size: 18px; margin-bottom: 15px; }
	#mwm_copyright 								{ font-size: 13px; margin-bottom: 15px; }
	#mwm_footer_navigation 						{ margin: 0 0 30px 0; padding: 0; }
	#mwm_footer_navigation li  					{ display: block;  }
	#mwm_footer_navigation li a 				{ font-size: 18px; padding: 8px; display: block; text-align: center;}
	.navigationBox 								{ display: none; }
	#mwm_navigation 							{ height: 6px; }
	#mwm_footer_navigation li:after 			{ display:  none; }
	}

@media all and (min-width: 1px) and (max-width: 524px) {
	.mburger 									{ position: absolute!important; right: 2%!important; top: 3px; z-index: 9999; color: #0291c9!important; --mb-bar-height: 3px!important;  }
	.mburger b 									{ color: #0291c9; box-shadow: #000 0 0 0 1px; }
	h1											{ font-size: var(--phone_h1_font_size); }
	h2											{ font-size: var(--phone_h2_font_size); }
	h3											{ font-size: var(--phone_h3_font_size); }
	h4											{ font-size: var(--phone_h4_font_size); }
	h5											{ font-size: var(--phone_h5_font_size); }
	h6											{ font-size: var(--phone_h6_font_size); }
	.mwm_content p								{ font-size: var(--phone_paragraph_font_size); margin: 0 0 10px 0; }
	#mwm_footer_widgets h3.widget-title 		{ font-size: var(--phone_footer_widget_title_font_size); }
	#mwm_right_col h3.widget-title 				{ font-size: var(--phone_widget_title_font_size); }
	#mwm_footer_widgets .widget-container li 	{ font-size: var(--phone_footer_widget_text_font_size); }
	#mwm_right_col .widget-container li 		{ font-size: var(--phone_widget_text_font_size); }
	.mwm_content ul, .mwm_content ol 			{ padding: 0; margin: 8px 0 8px 30px; }
	.mwm_content ul > li, .mwm_content ol > li 	{ font-size: var(--phone_list_font_size); margin: 0 0 8px 0; }
	#mwm_columns 								{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; margin: 0 auto; }
	#mwm_left_col 								{ order: 1; flex: 1; }
	#mwm_right_col 								{ order: 2; padding: 0 20px; width: 350px; }
	#mwm_header_top 							{ width: 100%; height: 130px; }
	#mwm_logo 									{ display: none;  }
	#mwm_logo_small								{ position: absolute; top: 10px; left: 10px; width: 222px; height: auto; }
	#mwm_car 									{ display: none; }
	.mwm_order_online 							{ font-size: 16px; position: absolute; top: 90px; left: 50%; margin-left: -68px; padding: 5px 10px;  }
	.mwm_order_online span 						{ transform: skew(14deg); display: block; }
	.mwm_order_online img 						{ vertical-align: top; margin-left: 5px; height: 14px; width: auto; }
	#mwm_footer 								{ padding: 20px 10px; }
	#mwm_phone 									{ font-size: 24px; margin-bottom: 25px; }
	#mwm_tagline 								{ font-size: 14px; margin-bottom: 15px; }
	#mwm_copyright 								{ font-size: 11px; margin-bottom: 15px; }
	#mwm_footer_navigation 						{ margin: 0 0 30px 0; padding: 0; }
	#mwm_footer_navigation li  					{ display: block;  }
	#mwm_footer_navigation li a 				{ font-size: 15px; padding: 8px; display: block; text-align: center;}
	.navigationBox 								{ display: none; }
	#mwm_navigation 							{ height: 6px; }
	#mwm_footer_navigation li:after 			{ display:  none; }
	}

/**************************************************************** end of breakpoints ***/




/*** NAVIGATION ************************************************************************/

.navigationBox 										{	text-align: center; margin: 0 auto;	border-top: #0278a7 solid 2px;	}
.navigation 										{	display: block;	position: relative; text-align: center;	 }
#nav 												{	margin: 0; padding: 0; list-style-type: none; position: relative; display: block; text-align: center;	}
#nav ul 											{	margin: 0; padding: 0; list-style-type: none;	}
#nav a 												{	display: inline-block; color: #fff; text-decoration: none; line-height: 42px; padding: 0 15px; font-family: "Cabin", sans-serif;
															font-size: 20px; text-transform: uppercase;	}
#nav a:hover 										{	color: #f2e11e;	}
#nav li 											{	display: inline-block; position:relative;	}
#nav ul 											{	position: absolute; display: none; width: 230px; top: 42px; left: 0; background-color: rgba(2,136,189,1); z-index: 9999;	}
#nav ul ul 											{	left: 230px; top: 0; z-index: 9999; }
#nav li li 											{	display: block!important; position: relative; float: left;	}
#nav li ul a 										{	 line-height: 1.2em; width: 210px; font-size: 17px; text-transform: none; float: left; text-align: left; padding: 8px 15px!important; }
#nav li ul a:hover 									{	color: #f2e11e;	}
#nav ul li:hover > a  								{ 	color: #f2e11e; }
#nav li:hover ul ul, #nav li:hover ul ul ul,
	#nav li:hover ul ul ul ul 						{	display: none; z-index: 9999;	}
#nav li:hover ul, #nav li li:hover ul,
	#nav li li li:hover ul,
	#nav li li li li:hover ul 						{	display: block;  	}
.mainmenu li.has-children > a:after 				{   content: '\25BE'; vertical-align: top;   }
.mainmenu li li.has-children > a:after 				{   content: '\25B8'; vertical-align: top; float: right; font-size: 20px;  }

/***************************************************************** end of navigation ***/





/*** BEAVER BUILDER ********************************************************************/

.mce-container-body, .wp-link-input, .ui-autocomplete   { 	color: #222!important; }
.wp-link-input, .ui-autocomplete  						{  	font-family: "Open Sans", arial, helvetica, sans-serif!important; font-size: 18px!important;  }
.fl-builder-edit .mm-page 								{   position: static; }
#tiptip_holder 											{ top: -40px!important; }
.single #wmw_beaver_builder_wrapper2 .fl-row-content-wrap { padding: 0!important; margin: 0 -20px; }
@media (max-width: 900px) {     .fl-col-group .fl-col-small {  max-width: 100%;  }  }
.mwm_content .fl-block-overlay a 						{ color: #ffffff!important; }
.mwm_content .fl-block-overlay a:hover; 						{ color: #ffffff!important; }

/************************************************************* end of beaver builder ***/






/*** WORDPRESS *************************************************************************/

.mwm_footer_widget_list, .mwm_footer_widget_list ul, .xoxo, .xoxo ul {
	margin:  0 0 20px 0;
	padding:  0;
	}
.mwm_footer_widget_list li, .mwm_footer_widget_list ul li, .xoxo li, .xoxo ul li {
	list-style-type:  none;
	}
.mwm_footer_widget_list, .mwm_footer_widget_list li ul {
	margin: 0!important;
	padding: 0!important;	}
.mwm_footer_widget_list li {
	list-style-type: none; }
#mwm_footer_widgets_wrapper {
	}
 
#wmw_beaver_builder_wrapper1 {
	padding-top: 0!important;
	padding-bottom: 50px;
	padding: 20px;
	}
#wmw_beaver_builder_wrapper2 {
	margin: 20px;
	min-height: 300px;
	}
#mwm_no_columns {
	margin: 0 auto;
	}
#mwm_no_columns_full_width {
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	}
#mwm_right_col ul,#mwm_right_col ol {
	margin: 0 0 20px 0;
	padding: 0;
	}
#mwm_right_col li {
	list-style-type: none!important;
	}
#mwm_404_page h1 {

	}
#mwm_404_page p {

	}
#mwm_comments {
	padding: 20px;
	background-color: #eeeeee;
	}
#mwm_comments_title {

	}
#reply-title {

	}
.comment-body p {
	margin: 0 0 8px 0;
	}
#email-notes, .comment-form-cookies-consent label {

	}
.comment-form-comment label, .comment-form-author label, .comment-form-email label {
	display: block;
	}
.comment .reply {
	margin-bottom: 15px;
	}
.mwm_moderation {
	clear: both;
	padding: 5px 2%;
	text-align: center;
	background-color: #ffffcc;
	border-radius: 3px;
	width: 96%;
	margin: 8px 0;
	display: block;
	}
.comment-form-comment #comment, .comment-form-author #author, .comment-form-email #email {
	width: 96%;
	padding: 2%;
	border: #ccc solid 1px;
	border-radius: 3px;
	font-family: arial, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	}
.comment .comment-author {
	float: left;
	vertical-align: middle;
	line-height: 40px;
	}
.comment .comment-author img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	}
.comment .comment-meta {
	float: right;
	line-height: 40px;
	font-size: 11px;
	}
.comment .comment-body {
	clear: both;
	padding: 15px 0;
	}
#mwm_comment_list .children {
	margin-top: 20px;
	}
#mwm_comment_list {
	margin: 15px 0!important;
	padding: 0!important;
	}
#mwm_comment_list li {
	list-style-type: none;
	margin-bottom: 40px;
	border-top: #fff solid 1px;
	padding-top: 8px;
	}
.comment-reply-link, .comment-reply-link:visited {
	text-decoration: none;
	color: #000;
	font-family: arial, sans-serif;
	background-color: #ccc;
	font-size: 16px;
	padding: 5px 25px;
	border-radius: 30px;
	border: #ccc solid 1px;
	}
.comment-reply-link:hover, .comment-reply-link:active {
	background-color: #fff;
	}
.form-submit #submit, .form-submit #submit:visited {
	text-decoration: none;
	color: #000;
	font-family: arial, sans-serif;
	background-color: #ccc;
	font-size: 18px;
	padding: 5px 25px;
	border-radius: 30px;
	border: #ccc solid 1px;
	cursor: pointer;
	}
.form-submit #submit:hover, .form-submit #submit:active {
	background-color: #fff;
	}
.mwm_older_comments a, .mwm_newer_comments a {
	text-decoration: none;
	color: #000;
	font-family: arial, sans-serif;
	background-color: #ccc;
	font-size: 18px;
	padding: 5px 25px;
	border-radius: 30px;
	border: #ccc solid 1px;
	display: block;
	text-align: center;
	}
.mwm_older_comments a { float: left; }
.mwm_newer_comments a { float: right; }
.mwm_prev_link a, .mwm_next_link a {
	text-decoration: none;
	color: #000;
	font-family: arial, sans-serif;
	background-color: #ccc;
	font-size: 18px;
	padding: 5px 2%;
	border-radius: 30px;
	border: #ccc solid 1px;
	display: block;
	width: 96%;
	margin: 10px 0;
	text-align: center;
	}
.mwm_prev_link a:hover, .mwm_prev_link a:active, .mwm_next_link a:hover, .mwm_next_link a:active {
	background-color: #fff;
	}
.mwm_next_prev_spacer { height: 20px; }

.mwm_edit_button { margin-top: 15px; text-align: center; }
.mwm_edit_button a, .mwm_edit_button a:visited {
	text-decoration: none;
	color: #000;
	font-family: arial, sans-serif;
	background-color: #ccc;
	font-size: 18px;
	padding: 5px 25px;
	border-radius: 30px;
	border: #ccc solid 1px;
	}
.mwm_edit_button a:hover, .mwm_edit_button a:active {
	background-color: #fff;
	}
.mwm_posted_on {

	}
.mwm_posted_on_loop {

	}
.mwm_posted_in {

	}
.mwm_posted_in_loop {

	}
.mwm_avatar_description {

	}
.mwm_avatar_link a, .mwm_avatar_link a:visited {
	text-decoration: none;
	color: #000;
	font-family: arial, sans-serif;
	background-color: #ccc;
	font-size: 18px;
	padding: 5px 25px;
	border-radius: 30px;
	border: #ccc solid 1px;
	}
.mwm_avatar_link a:hover, .mwm_avatar_link a:active {
	background-color: #fff;
	}
.mwm_avatar_thumb img {
	float: left;
	margin: 0 20px 10px 0;
	width: 60px;
	height: auto;
	display: block;
	vertical-align: middle;
	}
.mwm_avatar_title {
	line-height: 60px;
	vertical-align: middle;
	margin: 0!important;
	padding: 0!important;
	}
.mwm_author_card {
	margin: 25px 0;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 15px 0;
	}
.screen-reader-text {
    position: absolute !important;
    left: -999em;
	}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
	}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
	}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
	}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
	}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
	}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
	}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
	}
.gallery br {
	display: none!important;
	}
.gallery-item {
	float: left;
	width: 152px;
	height: 152px;
	margin: 0 14px 14px 0;
	}
.gallery-item img {
	border-radius: 3px;
	border: #efefef solid 1px;
	}
.commentlist .bypostauthor 							{ 	border-left: #000 solid 5px; padding-left: 10px; }
.commentlist li ul.children li.bypostauthor 		{ 	border-left: #000 solid 5px; padding-left: 10px; }
.mwm_pagination 									{	text-align: center; font-family: arial, sans-serif; padding: 35px 0;	}
.numnav li a, .numnav li a:hover,
	.numnav li.active a, .numnav li.disabled 		{   color: #fff;  text-decoration:none; background-color: #6FB7E9; border-radius: 3px; cursor: pointer; padding: 12px; padding: 0.75rem;   }
.numnav li 											{   display: inline;   }
