/*
Theme Name: Respect
Theme URI: http://respectbranding.com
Description: 
Author: Feelternet
Version: 1.0
License: GNU General Public License
License URI: 
Tags: 
*/

@import url(../../../../fonts.googleapis.com/earlyaccess/alefhebrew.css);
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;font-family:Arial;
}
.heb{
  font-family: "Alef Hebrew",
               “Helvetica Neue”,
               Helvetica,
               Arial,
               sans-serif;
	text-align:left;
	direction:rtl;		   
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
    color:white;
    font-family:Arial;
	font-size:45px;
    text-align:left;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */


/* inspiration */
.single-inspiration img{height:100% !important; width: auto !important;}


input, textarea {
	/*padding: 5px;*/
	border: 1px solid #ffffff;
	width: 200px;
	color: #999999;
	/*box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;	*/	
}

textarea {
	width: 200px;
	height: 120px;
	max-width: 200px;

	
}


.form label {
	margin-left: 10px;
	color:#391a6e;
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */

.submit input {
	width: 70px; 
	height: 30px;
	background-color: #3a1a6f; 
	color: #FFF;
	/*border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}
