.call_now { color: #fff; }


@media only screen and (max-width: 769px) {
	
	#main_menu_toggle { 
		-webkit-transition: all 0.78s ease-out;
  -moz-transition: all 0.78s ease-out;
  -o-transition: all 0.78s ease-out;
  transition: all 0.78s ease-out;
		} 
	
	
		#main_menu_toggle.absolute:not(.is_open) { 
		background: rgba(255,255,255,0.85); 
		transform: scale(0.88); 
	    top: -10px;
		right: -10px;
		} 
	
	#mashead_a .logo { max-width: 200px; display: block; margin: 0 auto;}
	
	/*// search results . archive */
	.tax-listing_locations h1.entry-title, .b_block h1 {
		line-height: 2rem;
		font-size: 1.25rem;
		font-weight: bold;
	}
	
	
}