@charset "utf-8";
/* CSS Document */

/**
	Lenze Site Template
 	Copyright (c) 2013, Pophonic 

	Author: Pophonic
	Profile: themeforest.net/user/pophonic
	
**/


/* ===== Leave a Comment ===== */
.file-upload {
	position: relative;
	display: inline-block;
}

.file-upload__label {
  display: block;
  padding: 0.5em 0em;
  color: #fff;
  background: #222;
  border-radius: .4em;
  transition: background .3s;
  width:100%;
  text-align:center;
  background-color:#eb2c00;


  
 
}

.file-upload__label:hover {
     cursor: pointer;
     background: #000;
  }
    
.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
   
    height: 100%;
    opacity: 0;
	  cursor:pointer;
}





.comment-fieldbox {
	margin-top: 25px;
}

.comment-fieldbox input {
	font-family: calibri;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	height: 35px;
	padding: 0px 20px;
	color: #9e9e9e;
	background-color: #ffffff;
	border: #bebebe solid 1px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	
	-moz-border-radius: 8px;  

-webkit-border-radius: 8px; 

border-radius: 8px; 
}

.comment-fieldbox .input-email,
.comment-fieldbox .input-subject {
	margin-top: 15px;
}

.comment-fieldbox textarea {
font-family: calibri;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	height: 150px;
	margin-top: 25px;
	padding: 10px 20px;
	color: #9e9e9e;
	background-color: #ffffff;
	border: #bebebe solid 1px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
		-moz-border-radius: 8px;  

-webkit-border-radius: 8px; 

border-radius: 8px; 
}

.comment-active {
	margin-top: 10px;
	overflow: hidden;
}

.comment-active span {
	float: left;
	line-height: 20px;
}

.comment-active .submit-button {
	width: 150px;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	float: center;
	background-color: #eb2c00;
	margin-top: 5px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.comment-active .submit-button:hover {
	background-color: #3a3a3a;
}

/* ===== End ===== */


/* ===== Leave a comment placeholder color ===== */

.comment-fieldbox .placeholder { /* Internet Explorer */
	color: #9e9e9e;
}

.comment-fieldbox input::-webkit-input-placeholder,
.comment-fieldbox textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #9e9e9e;
}

.comment-fieldbox input:-moz-placeholder,
.comment-fieldbox textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #4e4e4e;
}
.comment-fieldbox input::-moz-placeholder,
.comment-fieldbox textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #4e4e4e;
}

/* ===== End ===== */



/* ===== Design for a width of 480px to 539px ===== */
@media only screen and (max-width:539px)
{
	.comment-fieldbox input {
		width: 100%;
	}
}