:root {
  --main-color: #7c4491;
  --pastel-pink: #dd91bb;
  --dark-purple: #800080;
}

input {
  font-family: "Quicksand", sans-serif;
}

.header-desktop {
  transition: top 0.3s;
  z-index: 100;
}

.header-desktop .header__nav {
  height: 65px;
  border-top: none;
}

.header-desktop .header__nav-item {
  list-style-type: none;
  position: relative;
  transition: 0.2s;
}

.header-desktop .header__nav-item a {
  color: white;
  text-decoration: none;
  line-height: 34px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bolder;
  display: inline-block;
  padding: 0 10px;
}

.header-desktop .header__nav-item a {
  font-size: 16px;
  line-height: 65px;
  padding: 0 20px;
}

.comment-form .form-submit .submit {
  background-color: var(--main-color);
}

.border-danger {
  border-color: #000 !important;
}

.header-desktop .header__logo {
  padding: 0;
}

.header-desktop .header__logo-img {
  height: 55px;
}

.header__logo a {
  display: flex;
  align-items: center;
}

.header-desktop .header__search-form input {
  font-size: 15px;
  width: 250px;
  height: 40px;
  outline: none;
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 1.65rem;
  }

  .h3,
  h3 {
    font-size: 1.45rem;
  }

  .h4,
  h4 {
    font-size: 1.35rem;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
}

.post-content li {
  margin-bottom: 1rem;
}

#comments {
  display: none;
}

.comment-form p {
  margin-bottom: 4px;
}

#respond .comment-reply-title {
  font-size: 18px;
  font-weight: bold;
}

.comment-notes {
  display: none;
}

.comment-form-url {
  display: none;
}

.comment-form .form-submit .submit {
  margin: 0;
  cursor: pointer;
  border: 0;
  background: #d10057;
  color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
}

.comment-form textarea:focus {
  outline: none;
}

.comment-form textarea {
  background-color: white;
  width: 100%;
  height: 66px;
  border: 1px solid #d9d9d9;
  font-size: 15px;
  padding: 10px;
  box-sizing: border-box;
  -webkiet-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 8px;
}

.comment-form-author input,
.comment-form-email input {
  background-color: white;
  width: 100%;
  height: 36px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  font-size: 15px;
  padding: 10px;
  box-sizing: border-box;
  -webkiet-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.comment-form-author,
.comment-form-email {
  display: inline-block;
  width: 100%;
}

.comment-form input:focus {
  outline: none;
}

.comment-form label {
  font-size: 15px;
}

.commentlist {
  list-style: none;
  padding-left: 0;
}

.commentlist .children {
  list-style: none;
}

.comment-body .edit-link {
  display: none;
}

.comment-meta .comment-author {
  display: inline-block;
}

.comment-meta .comment-metadata {
  display: inline-block;
  margin-left: 8px;
}

.comment-meta .comment-metadata a {
  text-decoration: none;
  font-size: 13px;
  color: #9f9f9f;
}

.comment-author .says {
  display: none;
}

.comment-author .fn {
  padding-left: 4px;
}

.comment-author .fn a {
  text-decoration: none;
  color: #282b2d;
  font-size: 16px;
}

.comment-content {
  padding-left: 40px;
  color: #4f4f4f;
  font-size: 15px;
}

.comment-content p {
  margin: 8px 0;
}

.comment-content p:first-child {
  margin-top: 0;
}

.comment-body .reply {
  padding-left: 40px;
}

.comment-body .reply a {
  font-size: 14px;
  color: #757575;
  text-decoration: none;
}

.commentlist footer {
  margin-top: 15px;
}

.commentlist ul.children {
  padding-left: 40px;
}

.comment-author img {
  border-radius: 50%;
}

@media only screen and (max-width: 576px) {
  .comment-author .fn,
  .comment-author .fn a {
    font-size: 16px;
  }

  .comment-meta .comment-metadata a {
    font-size: 12px;
  }

  .comment-content {
    font-size: 14px;
  }

  .comment-body .reply a {
    font-size: 13px;
  }
}

.comment-form .form-submit {
  margin-bottom: 0;
  margin-top: 1rem;
}

.header-mobile {
  padding: 0 12px;
  z-index: 999;
}

.header-mobile .header__logo {
  padding: 10px 0;
}

.header-mobile .header__logo-img {
  height: 45px;
}

.header-mobile .header__search-form {
  width: 100%;
  padding: 12px;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  z-index: 998;
}

.header-mobile .header__search-form form input {
  flex: 1;
  border: 1px solid #eaeaea;
  border-right: unset;
  border-radius: 0;
  padding-left: 12px;
  font-family: Roboto;
  font-size: 13px;
}

.header__search-icon {
  cursor: pointer;
}

.header-mobile .header__nav {
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
}

.header-mobile .header__nav-logo {
  box-shadow: inset 0px -1px 0px #e5e5e5;
}

.header-mobile .header__nav-logo {
  box-shadow: inset 0px -1px 0px #e5e5e5;
}

.header-mobile ul {
  list-style: none;
}

.header-mobile ul#topnav {
  padding: 20px;
  padding-top: 0;
  overflow-y: auto;
}

.header-mobile ul#topnav {
  height: calc(100vh - 65px);
  overflow: auto;
}

.header-mobile ul#topnav > li {
  border-bottom: 1px solid #e5e5e5;
}

.header-mobile ul.sub-menu > li {
  border-top: 1px solid #e5e5e5;
}

.header-mobile ul.sub-menu > li a {
  font-weight: 400;
}

.header-mobile ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #222;
  padding: 10px;
  display: inline-block;
  font-weight: bolder;
}

.header-mobile ul li .sub-menu {
  display: none;
}

.footer_social_item {
  height: 40px;
  display: inline-flex;
  width: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
