/**
 * 4.2. =Single Post
 * ----------------------------------------------------------------------------
 */
.article-header {
  margin-bottom: 21px;
}
.article-header .article-title {
  font-size: 20px;
  position: relative;
  padding-left: 18px;
  margin-right: 35px;
  float: left;
  border-left: 3px solid #e54e53;
  line-height: 1.1em;
}
.article-header .article-title > span {
  font-size: 14px;
  line-height: 1.3em;
  margin-top: 8px;
  display: block;
}
/*.article-header .article-title:before {
	content: " ";
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 6px; 
	height: 20px;
	border-left: 3px solid #e54e53; 
}*/
.article-header .comments {
  float: right;
  margin-left: -35px;
  color: #a6a6a6;
  font-size: 11px;
  line-height: 28px;
}
.article-header .comments:hover {
  text-decoration: none;
}
.article-header .comments .fa {
  font-size: 13px;
}
.article-meta {
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-right: 0;
  margin-bottom: 21px;
  overflow: hidden;
}
.article-meta {
  color: #a6a6a6;
}
.article-meta time {
  text-transform: uppercase;
}
.article-meta .cats {
  float: right;
}
/* post content */
.article-content,
.article-share {
  line-height: 1.857;
  font-size: 13px;
  position: relative;
}
.article-content {
  margin-bottom: -1.857em;
}
.article-content a {
  color: #e54e53;
}
.article-content a:hover {
  color: #19232d;
}
.article-content p,
.article-content > ul,
.article-content > div,
.article-content > dl,
.article-content blockquote,
.article-content ol {
  margin-bottom: 1.857em;
  /* adjust to parent font-size */
  font-size: 1.0769em;
  color: black;
}
/* lists */
.article-content ul {
  list-style-type: square;
  margin-left: 42px;
}
.article-content ol {
  list-style-type: decimal;
  margin-left: 42px;
}
.article-content small {
  font-size: 0.92308em;
}
/* quotes */
.article-content blockquote {
  padding: 1.857em;
  padding-bottom: 0;
  border-left: 3px solid #d9d9d9;
  border-bottom: 1px solid transparent;
  background: #f2f2f2;
}
.article-content .pullquote {
  float: right;
  font-style: italic;
  font-size: 1.1em;
  padding-left: 14px;
  border-left: 3px solid #d9d9d9;
  max-width: 35%;
}
/* post sharing */
.article-share {
  border-top: 1px solid #d9d9d9;
  padding: 28px 0;
  margin-top: 28px;
  overflow: hidden;
}
.article-share .text {
  font-size: 13px;
  display: inline-block;
  margin-right: 30px;
  text-transform: uppercase;
  color: #19232d;
}
.share-links {
  float: right;
}
.share-links a {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-right: 2px;
  background: #19232d;
}
.share-links a:hover {
  text-decoration: none;
}
.share-links .fa-facebook {
  background: #204385;
}
.share-links .fa-twitter {
  background: #2aa9e0;
}
.share-links .fa-google-plus {
  background: #d3492c;
}
.share-links .fa-pinterest {
  background: #ca2128;
}
.share-links .fa-linkedin {
  background: #02669a;
}
.share-links .fa-tumblr {
  background: #44546b;
}

/* comments */
.comments .section-head {
  word-spacing: 4px;
}
.comments-list {
  margin-bottom: 42px;
}
.comments-list .comment {
  margin-top: 28px;
}
.comments-list .comment-meta,
.comments-list .comment-content,
.comments-list .children {
  margin-left: 75px;
}
.comments-list .avatar {
  float: left;
}
.comments-list .comment-meta {
  color: #a6a6a6;
  font-size: 12px;
}
.comment-meta a,
.comment-meta .comment-author {
  text-transform: uppercase;
  color: #606569;
  margin: 0 2px 0 0;
  display: inline-block;
}
.comment-meta .comment-edit-link {
  color: #a6a6a6;
}
.comments-list .bypostauthor .comment-author a {
  color: #e54e53;
}
.comments-list .comment-content {
  font-size: 13px;
  line-height: 1.714;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  padding-bottom: 42px;
  margin-top: 14px;
}
.comments-list .comment-content p {
  margin-bottom: 0;
}
.comment-content .reply {
  position: absolute;
  bottom: -1px;
  right: 0;
  color: #a6a6a6;
  font-size: 12px;
  border-bottom: 1px solid #e54e53;
}
.comment-content .reply a {
  color: inherit;
  padding: 5px 0;
  text-transform: uppercase;
  display: block;
}
.comment-content .reply a:hover {
  text-decoration: none;
}
.comment-content .reply .fa {
  font-size: 13px;
  color: #b4b4b4;
  margin-left: 5px;
}
.comments-list .pingback {
  font-size: 13px;
  margin-left: 75px;
  border-bottom: 1px solid #d9d9d9;
  padding-top: 21px;
}
/* comment nav */
.comment-nav {
  overflow: hidden;
  font-size: 13px;
  margin: -14px 0 28px 75px;
  /* 42-14=28px for top */
}
.comment-nav .nav-previous {
  float: left;
}
.comment-nav .nav-next {
  float: right;
}
.comment-nav a {
  color: #606569;
}
/* comment form */
.comment .comment-respond {
  margin-left: 75px;
  margin-top: -1px;
}
.comment-respond form {
  margin-top: 42px;
}
.comment-respond .section-head {
  display: block;
}
.comment-respond p {
  margin-bottom: 28px;
  font-size: 13px;
}
.comment-respond small {
  float: right;
  margin-top: -55px;
  font-size: 12px;
  font-family: "Open Sans", Arial, sans-serif;
  margin-right: 12px;
}
.comment-respond small a {
  color: #a6a6a6;
}
.comment-respond .form-submit {
  overflow: hidden;
}
#comment-submit,
.submit-button {
  float: right;
  background: #19232d;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding: 7px 21px;
}

.contact-us table td {
  border: none;
  background: none;
  padding: 0;
  line-height: 1.6;
}

.webserver1 img {
  height: auto;
  max-width: 100%;
}
