@media only screen and (max-width: 600px) {
  html {
		max-width: 100%;
		width: 100%
  }
	html * {
		max-width: 100%;
	}
	#sidebar{
		display: none;
	}
	#wrapper{
		width: 100% !important;
	}
	#content{
		padding: 2%;
		width: 100%;
	}
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	/*Added three lines below for better legibility..*/
	letter-spacing:0.3px;
	word-spacing:0.3px;
	line-height:2em;
	
	background: url('https://blog.mfsupply.com/wp-content/uploads/2014/08/body_bg.gif') repeat-x;
}

#wrapper {
	background: none !important;
	padding: 0;
	width: 970px;
}

.header {
	height: 181px;
	background: url('https://blog.mfsupply.com/wp-content/uploads/2014/08/head-bg.gif') no-repeat;
	width: 970px;
	margin: 37px 0 0;
	border: 0;
}

#header-image a img {
	width: 274px !important;
	height: 55px !important;
}

#logo {
	
	width: 25%;
	background: url('https://blog.mfsupply.com/wp-content/uploads/2020/06/cropped-MF_LOGO_L.png') no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#logo a {
	display: none;
}


#logo h2 {
	font-size: 0;
}

#nav {
	width: 100%;
	padding: 0;
	background: #333;
	border-radius: 0 0 8px 8px;
	margin: 1px 0 0;
}

#nav ul {
	padding: 8px 0 0 30px;
	height: 30px;
	font: bold 13px Arial, Helvetica, sans-serif;
}

#nav li a {
	color: #FFF;
	padding: 6px 25px;
}

#nav li a:hover {
	color: #b32018;
	border-radius: 5px 5px 0 0;
}

#nav ul li.current_page_item > a, #nav ul li.current_page_parent > a, #nav ul li.current_page_ancestor > a, #nav ul li.current-cat > a, #nav ul li.current-menu-ancestor > a, #nav ul li.current-menu-item > a {
	color: #b32018;
	border-radius: 5px 5px 0 0;
}

.content {
	width: 680px;
	padding: 10px 0 30px;
}

#sidebar .block {
	background: #b32317;
	border-radius: 8px;
	margin: 25px 0 0;
	padding: 20px 0;
	color: #FFF;
}

#sidebar .block h3 {
	font-size: 18px;
	margin: 0 0 0 -9px;
	padding: 6px 10px 19px;
	color: #333333;
	width: 215px;
	background: url('https://blog.mfsupply.com/wp-content/uploads/2014/08/right_bg2.gif') no-repeat;
}

#sidebar #search-2 {
	background: #b32317;
	border-radius: 8px;
	margin: 25px 0 0;
	padding: 15px;
	color: #FFF;
}

#sidebar .block ul {
	border: none;
}

#sidebar .block li {
	background: url('https://blog.mfsupply.com/wp-content/uploads/2014/08/red_bor.gif') no-repeat center bottom;
	border: none;
}

#sidebar .block li:last-child {
	background: none;
}

#sidebar .block li a {
	background: url('//mfsupply.blog/wp-content/uploads/2014/08/serew_im.gif') 10px 7px no-repeat;
	padding: 3px 8px 3px 40px;
	color: #FFF;
}

#sidebar .block li a:hover {
	background: url('https://blog.mfsupply.com/wp-content/uploads/2014/08/serew_im.gif') 10px 7px no-repeat;
	color: #333;
}

#search-2 input[type='text'] {
	width: 135px;
	height: 30px;
	padding: 0 5px;
	line-height: 23px;
	border: 0;
}

#searchform input[type="submit"] {
	background: #b32317;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 4px 6px;
	font-size: 14px;
	cursor: pointer;
}

.hentry h1, .hentry h1 a, div.attachment h1, div.attachment h1 a {
	font-family: Arial, Helvetica, sans-serif;
}

#comments .bypostauthor.comment {
	background: #f0f0f0;
	border: #ccc dotted 1px;
	width: 96%;
}

#comments ul.children li {
	background: #FFFFFF !important;
}

#comments h3, #comments h4 {
	font-family: Arial, Helvetica, sans-serif;
}


/**
 * New Custom CSS: 02/03/23
 * 
 * Purpose: To re-post old content from the contact's email campaing blogs to MF Supply's original WP blog site--for SEO.
 * 
 * */


p, ul > li   {
	font-size:1.3em;
	/*Increased font size for paragraphs and listed itemd.*/
}

.aligncenter img {
    margin: 10px auto !important;
    display: block !important;
}

.themeColor {
	color:#B32317;
}

.boldIt{
	font-weight:bold;
}

.linHeightHeaders {
	line-height:1.2em;
}

.contentWrapper {
	margin:20px auto; 
}

.contentWrapper h2 {
	color:#B32317; 
	text-decoration:underline; 
	margin-top:40px; 
	margin-bottom:25px;
	font-weight:bold;
}

.contentWrapper .fiveReasonsToBuyHeadline {
	font-size: 25px !important;
	line-height:32px !important;
	text-decoration: none !important;
	/* font-family: Arial, Helvetica, sans-serif; */
}

.decorativeDiv {
	height:auto; 
	background-color:#B32317; 
	color:white; 
	font-weight:bold; 
	font-size:1.2em; 
	padding:5px; 
	border-radius:5px;
}

/* .decorativeDiv:hover {
	background-color:transparent;
}
*/

.decorativeDiv:hover p > a {
	color: white;
} 

.decorativeDiv p > a {
	color:white; 
	font-weight:bold;
}

.contentWrapper, .quoteButton, .consultationBTN, .semiLongBTN {
		text-align:center;
}

.quoteButton, .consultationBTN, .semiLongBTN {
	margin:30px auto; 
}

.quoteButton, .quoteButton a {
	width:172px;
}

.consultationBTN, .consultationBTN a {
	width:355px; /*350 previously*/
}

.semiLongBTN, .semiLongBTN a {
	width:245px;
}

.quoteButton a, .consultationBTN a, .semiLongBTN a, .decorativeDiv p > a, .decorativeDiv p > a:focus {
	text-decoration:none !important;
	border:none;
}

.quoteButton a > button, .consultationBTN a > button, .semiLongBTN a > button {
	height:46px; 
	width:inherit;
	background-color:#B32317; 
	color:white; font-weight:bold;  	font-size:1.2em;
	border:0px solid white; 
	border-radius:7px; padding:15px;
	-webkit-transition-duration: 0.3s; /* Safari */
  transition-duration: 0.3s;
}

.quoteButton a > button:hover, .consultationBTN a > button:hover, .semiLongBTN a > button:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	background-color: white;
	border:1px solid #B32317;
	color: #B32317;
	cursor:pointer;
}

.consultationP {
	font-size:1.5em;
}

.customHRBreak {
	height:2px; 
	margin-bottom:34px;
	background-color:#B32317; 
	border:none;
}

.hentry h1, .hentry h1 a, div.attachment h1, div.attachment h1 a {
	color:#B32317; 
	font-weight:bold;
	/* Changed main H1 color to visibly break posts into sections.*/
}

/**
 * End of New Custom CSS: 02/03/23
 **/


