
/* Begin Comments*/

.commentsbox {
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	font-size: 15px;
	color: #403c31;
}


.commentthreadbox-deco {vertical-align: bottom;}
.commentthreadbox-deco img {width: 100%; height: auto; vertical-align: bottom;}
.commentthreadsbox {
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
}


/* General and Headings */
.commentsheading, .commentsbox h2, .leaveareply, .commentsbox h3, .commentsbox h2 {
  color: #623952;
  font-size: 26px;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
  font-family: 'Playfair Display', Georgia, Times New Roman, serif;
	font-style: italic;
}
.commentsheading {padding-bottom: 0px;}

h3#comments, h3.leaveareply, h3#reply-title {
	margin: 0px;
	padding: 40px 0px 10px 0px;
	color: #623952;
	font-size: 28px;
	line-height: 32px;
}
.leaveareply {padding-left: 20px;}

a.comment-reply-link {color:#000; padding-bottom: 10px; display: inline-block; text-transform: uppercase;}
a.comment-reply-link:hover {color:#b58e07;}


/* Comments Style */
.commentlist li .avatar { 
  float: left;
  margin:0px 15px 0px 0px;
  padding:0px 0px 0px 0px;
  background: transparent;
}

.commentlist cite, .commentlist cite a {
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  text-decoration:none;
  color:#744e71;
	font-weight: 500;
}
.commentlist cite a:hover {text-decoration:underline; color:#b58e07;}
.commentlist .says {display: none;}

.commentlist li .commentmetadata {
  font-weight: normal;
  margin: 0px 0px 10px 0px;
  padding-bottom: 10px;
  display: block;
  font-size:13px;
  text-transform:uppercase;
  color: #a1957c;
	font-family: 'Roboto', Arial, sans-serif;
}
.commentlist li .commentmetadata a {color: #8d7e55; text-decoration:none;}
.commentlist li .commentmetadata a:hover {text-decoration:underline; color:#b58e07;}


.commentlist {
  padding: 0px 0px 0px 0px;
}
.commentlist p {
  margin:0px;
  padding-bottom:8px;
}

.commentlist li {
  list-style: none;
  font-size: 14px;
  line-height:22px;
  color: #242f34;
  font-weight: 400;
	overflow: auto;
}
.commentlist li.comment {
		margin: 0px 20px 2px 20px;
  padding: 0px;
}
.commentlist .comment .comment-body {margin: 0px; padding: 20px;}

.commentlist li .reply {margin:0px; padding:0px 0px 0px 0px; font-weight:normal; text-align:right;}

.commentlist li ul {
	background-color: transparent;
}
.commentlist li ul li { 
  border: none;
  font-size:12px;
  margin:0px 0px 0px 0px;
  padding:20px 20px 20px 20px;
  border-bottom: 1px solid #cacaca;
}


.thread-even {
	background-color: #dedad5;
}
.thread-odd {
	background-color: #e2e0dd;
}


.children {padding: 20px 20px 20px 20px;}
.children .even {
}
.children .odd{
}




#commentform p {
	margin: 0px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


/*.navigation {margin:0px; padding:10px 0px 50px 0px; font-size:11px; clear:both;}
.navigation a {text-decoration:none;}
.navigation .alignleft {width:45%; float:left;}
.navigation .alignright {width:45%; float:right; text-align:right;}*/


/* Comment Form */

.commentfbox {padding: 0px 20px 0px 20px;}

form#commentform {margin:0px; padding:20px 20px 20px 20px;}

form#commentform input, form#commentform textarea {
  padding:10px;
  font-size:16px;
  line-height: 22px;
  color: #666666;
  font-family: 'Roboto', Arial, sans-serif;
  border: 1px solid #cacaca;
  background-color: #ffffff;
}

form#commentform input {width:40%;}
form#commentform textarea {width:100%;}
form#commentform input#submit {
  cursor: pointer;
  width: auto;
  text-decoration: none;
  padding: 10px 20px 7px 20px;
  text-transform: uppercase;
  color: #fff568;
  font-weight: 400;
  font-size:18px;
  font-family: 'Playfair Display', Georgia, Times New Roman, serif;
  border: 1px solid #8f6a5c;
background: #8f6a5c;
background: -moz-linear-gradient(top,  #8f6a5c 0%, #552e52 100%);
background: -webkit-linear-gradient(top,  #8f6a5c 0%,#552e52 100%);
background: linear-gradient(to bottom,  #8f6a5c 0%,#552e52 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f6a5c', endColorstr='#552e52',GradientType=0 );

}
form#commentform input#submit:hover {
  border-color:#552e52;
background: #552e52;
background: -moz-linear-gradient(top,  #552e52 0%, #8f6a5c 100%);
background: -webkit-linear-gradient(top,  #552e52 0%,#8f6a5c 100%);
background: linear-gradient(to bottom,  #552e52 0%,#8f6a5c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#552e52', endColorstr='#8f6a5c',GradientType=0 );

}


form#commentform label {
	padding: 0px 0px 0px 0px;
	color:#623952;
	font-weight: normal;
	display: block;
}
form#commentform label span {font-size: 11px; text-transform: uppercase;}

form#commentform input[type="checkbox"], p.comment-form-cookies-consent input, form#commentform p.comment-form-cookies-consent input {
	display: inline-block;
	text-align: left;
	width: auto;
	float: left;
	margin: 0px 7px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 24px;
	overflow: auto;
	line-height: 24px;
	vertical-align: bottom;
}
p.comment-form-cookies-consent input[type="checkbox"] + label {
	font-size: 16px;
	display: inline-block;
		height: 24px;
	overflow: auto;
	line-height: 24px;
		vertical-align: text-top;
}
p.comment-form-cookies-consent {
	clear: both;
	width: 100%;
	margin: 0px;
	padding:10px 0px 20px 0px;
}

/* Respond Window */
.commentlist li div#respond {
  margin:0px 0px 0px 0px;
  padding:30px;
  border: none;
  background: #fff;
}
.commentlist li div#respond .leaveareply {padding: 40px 0px 0px 0px;}
.commentlist li div#respond #cancel-comment-reply-link, div#respond small #cancel-comment-reply-link {
	font-weight:bold;
	margin:10px 0px 0px 0px;
	text-align:right;
	float: right;
	font-size: 16px;
	text-transform: uppercase;
}
div#respond small a {color: #000;}
.commentlist li div#respond p.commentreminder {color:#767676;}
.commentlist li div#respond form#commentform {padding: 0px 0px 0px 0px;}
.commentlist li div#respond .commentfbox {padding: 0px 0px 0px 0px;}

.commentlist li div#respond h3#reply-title {padding-top: 0px;}


/* End Comments */