/*  
Theme Name: The Faux Theme
Theme URI: http://www.thefauxmartha.com
Description: Theme for the FauxMartha
Version: 1.0.0
Author: The Fauxmartha
Author URI: http://www.thefauxmartha.com
	
Template: dms

*/

.searchform input[type="text"]::-webkit-input-placeholder {
   color: transparent!important;
		}

		.searchform input[type="text"]:-moz-placeholder { /* Firefox 18- */
		   color: transparent!important;
		}

		.searchform input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
		    color: transparent!important;
		}

		.searchform input[type="text"]:-ms-input-placeholder {  
		 color: transparent!important;
		}


		 input[type="email"]::-webkit-input-placeholder {
    font-family: Karla!important;
	   font-size: 13px!important;	   
	   color: #3A3737!important;
	   font-weight: 400!important;

		}

		input[type="email"]:-moz-placeholder { /* Firefox 18- */
		      font-family: Karla!important;
	   font-size: 13px!important;	   
	   color: #3A3737!important;
	   font-weight: 400!important;
		}

	input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
		      font-family: Karla!important;
	   font-size: 13px!important;	   
	   color: #3A3737!important;
	   font-weight: 400!important;
		}

		input[type="email"]:-ms-input-placeholder {  
		    font-family: Karla!important;
	   font-size: 13px!important;	   
	   color: #3A3737!important;
	   font-weight: 400!important;
		}

		