@import url(https://fonts.googleapis.com/css?family=Raleway:wght@100;

200;300;400;500;600;700;800;900);
body {
  font-family: "raleway", sans-serif !important;
  font-size: 18px !important;
}

p {
  color: #838C95;
}

h1 {
  font-weight: 300;
  text-transform: uppercase;
}

h1 a {
  color: #000;
  font-size: 2.6rem;
}

h1 a:hover {
  color: #11ABB0;
  text-decoration: none;
}

.btn {
  font-weight: 600;
  border: none;
  padding: 12px 24px;
  margin-bottom: 18px;
  text-transform: uppercase;
  text-decoration: none;
}

.btn-primary {
  background-color: #11ABB0;
  color: #fff;
}

.edit-btn,
.btn-danger,
.btn-primary,
.btn-secondary {
  margin-bottom: 0;
}

.btn-warning {
  margin-bottom: 0;
}

.table td {
  vertical-align: middle;
}

.article-holder .date {
  color: #000;
  font-weight: 600;
  display: inline-block;
}

.article-holder .category {
  display: inline-block;
}

.article-holder .category a {
  color: #D3D9D9;
}

.article-holder .category a:hover {
  color: #11ABB0;
}

.article-holder .body {
  padding: 40px 0;
}

.article-holder .body p:first-of-type {
  font-size: 1.3em;
  font-weight: 300;
}

.article-holder .tags p {
  display: inline-block;
}

.article-holder .tags a {
  display: inline-block;
  font-weight: 600;
  color: #11ABB0;
}

.comment-area .avatar {
  float: left;
  text-align: center;
}

.comment-area .comment-txt {
  border-top: #6D7E7E 1px solid;
  border-bottom: #6D7E7E 1px solid;
}

.comment-area .comment-input {
  color: #647373;
  background: #D3D9D9;
  border: none;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}

.comment-area p.name {
  color: #000;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.comment-area p.comment-date {
  display: inline-block;
  color: #6D7E7E;
}

.comment-area a.reply {
  display: inline-block;
  font-weight: 600;
  color: #11ABB0;
}

.sidebar h2 {
  color: #000;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 15px 0;
}

.sidebar ul {
  margin: 0;
  padding: 0;
}

.sidebar li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar .tags {
  margin-bottom: 20px;
}

.sidebar .tags a {
  font-family: "raleway", sans-serif;
  display: inline-block;
  margin: 0 12px 12px 0px;
  padding: 6px 10px;
  text-transform: uppercase;
  background: #D3D9D9;
  text-decoration: none;
  letter-spacing: 1px;
  color: #6D7E7E;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
  font-size: 0.9rem;
}

.sidebar .tags a:hover {
  background-color: #11ABB0;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.categories {
  margin-bottom: 20px;
}

.categories a {
  color: #6D7E7E;
  font-weight: 400;
  line-height: 36px;
  font-size: 1.1rem;
}

.categories a:hover {
  color: #000;
}

.admin-menu ul {
  padding: 0;
  margin: 0;
}

.admin-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.admin-menu li a {
  text-transform: uppercase;
  line-height: 2;
  font-size: 0.8rem;
  font-weight: 6;
  color: #11ABB0;
}

.page-item.active .page-link {
  background-color: #11ABB0;
  border-color: #11ABB0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #11ABB0;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.full-width-form {
  width: 100%;
}

.home-form {
  border-radius: 10px;
  background-color: #f3f3f3;
  padding: 10px;
}


