/*Blog Large
------------------------------------*/
/*Blog Page*/
.blog {
  overflow: hidden;
}
.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog h6 {
  margin: 2em 0 1.5em;
}

.blog h2:not(.topictitle) {
  font-size: 24px;
  background-color: #72c02c;
  color: #fff;
  padding: 0.3em 0.5em;
  border-radius: 0.2em 0.2em 0 0;
}
.blog h2.topictitle {
  margin-top: 0;
}
.blog h3 {
  font-size: 22px;
  background-color: #eee;
  padding: 0.3em;
}
.blog h4 {
  font-size: 20px;
  padding-bottom: 0.3em;

  border-bottom: 2px solid #777;
}
.blog h5 {
  font-size: 18px;
  border-left: 2px solid #72c02c;
  padding-left: 0.5em;
}
.blog h6 {
  font-size: 16px;
  font-weight: bold;
}

.blog h2 a {
  color: #585f69;
  line-height: 32px;
  word-wrap: break-word;
}

.blog h2 a:hover {
  color: #72c02c;
  text-decoration: none;
}

.blog .blog-img {
  margin: 20px 0;
}

.headline-md {
  margin-top: 9px;
}

.blog p,
.blog div[class^="post"] > ul,
.blog div[class^="post"] > ol,
.blog div[class^="post"] > dl,
.blog div[class^="post"] > table {
  margin: 1.5em 0;
  line-height: 1.7;
}
.blog div[class^="post"] > dl dd {
  line-height: 1.7;
  margin-bottom: 0.5em;
}
.blog blockquote *,
.blog address * {
  margin: 0.5em;
  font-size: 16px;
}
.blog form.wpcf7-form {
  background-color: #eee;
  padding: 1em;
  border-radius: 0.3em;
}
.blog form.wpcf7-form p {
  margin: 0 0 1em;
}
.blog input[type="text"],
.blog input[type="email"],
.blog input[type="password"],
.blog input[type="tel"],
.blog input[type="url"],
.blog input[type="number"],
.blog textarea {
  border: 1px solid #ccc;
  padding: 0.3em;
  max-width: 100%;
}
.blog input[type="submit"] {
  background-color: #333;
  color: #fff;
  padding: 0.3em 2em;
}

.blog div[class^="post"] > table {
  border-top: 1px solid #777;
}
.blog div[class^="post"] > table th,
.blog div[class^="post"] > table td {
  border-bottom: 1px solid #777;
  padding: 0.5em;
}
.wp-block-pullquote blockquote {
  border-left: none;
}

.blog .page-link {
  margin-top: 1em;
  margin-bottom: 1em;
}
.blog .page-link dl {
  display: table;
  margin-bottom: 0;
}
.blog .page-link dt,
.blog .page-link dd {
  display: table-cell;
}
.blog .page-link dt {
  padding-right: 1em;
}
.blog .post-page-numbers {
  display: inline-block;
  padding: 0 0.5em;
  border: 1px solid #ccc;
}

/*Blog Content Tags*/
.blog-post-tags {
  padding: 5px 0 8px;
  margin-bottom: 10px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

.blog-post-tags ul {
  margin-bottom: 0;
}

.blog-post-tags li {
  font-size: 12px;
}

.blog-post-tags li i {
  color: #777;
}

.blog-post-tags ul.blog-info {
  color: #eee;
  margin-bottom: 3px;
}

.blog-post-tags ul.blog-tags a {
  color: #555;
  font-size: 11px;
  display: inline;
  padding: 3px 7px;
  margin-right: 2px;
  background: #f4f4f4;
}

.blog-post-tags ul.blog-tags a:hover {
  background: #72c02c;
}

/*Blog Item Page
------------------------------------*/
.blog-item .media img {
  top: 3px;
  width: 54px;
  height: 54px;
  position: relative;
}

.post-comment h3,
.blog-item .media h3 {
  color: #72c02c;
  font-size: 21px;
  margin-bottom: 25px;
}

.blog-item .media h4.media-heading {
  color: #555;
  font-size: 17px;
  position: relative;
}

.blog-item .media h4.media-heading span {
  top: 3px;
  right: 0;
  color: #777;
  font-size: 12px;
  position: absolute;
}

.blog-item .media h4.media-heading span a {
  color: #72c02c;
}

/*Blog Medium
------------------------------------*/
.blog-medium .blog-info li,
.blog-medium .blog-info li a {
  color: #777;
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .blog-medium img {
    margin-bottom: 20px;
  }
}

/*Blog Full Wisth
------------------------------------*/
.blog-full-width .blog-post-tags {
  padding: 5px 0;
}
.blog-full-width ul.blog-info {
  margin-bottom: 0;
}

/* Comments */
.media h3 {
  color: #333;
  border: 1px solid #999;
  padding: 0.5em;
}
.post-comment label {
  display: block;
}
.post-comment input[type="text"],
.post-comment input[type="email"],
.post-comment input[type="password"],
.post-comment input[type="tel"],
.post-comment input[type="url"],
.post-comment input[type="number"],
.post-comment textarea {
  max-width: 100%;
}
.post-comment input[type="submit"] {
  background-color: #333;
  color: #fff;
  padding: 0.3em 2em;
}
