:root {
  --current-color: #fff;
}

.container-post h1 {
  color: #a58823;
}

.breadcrumb {
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
.breadcrumb a {
  padding: 5px 10px;
  line-height: 30px;
  text-decoration: underline;
  -webkit-text-decoration-color: #a58823;
          text-decoration-color: #a58823;
  text-underline-offset: 5px;
  transition: color 0.3s;
}
.breadcrumb a:hover {
  color: #a58823;
}

.sub-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.post-thumbnail {
  position: relative;
  overflow: hidden;
}

.post-content {
  max-width: 640px;
  margin: auto;
  font-family: "Nunito";
}
.post-content a {
  text-decoration: underline;
  -webkit-text-decoration-color: #a58823;
          text-decoration-color: #a58823;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  color: #a58823;
}
.post-content a:hover {
  color: #e81639;
}
.post-content h2, .post-content h3 {
  font-family: Georgia;
  font-size: 26px;
  margin: 2em 0 0.5em;
}
.post-content p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 29px;
}

.wrap-image {
  position: relative;
  max-width: 600px;
  margin: 0 auto 30px;
  padding-top: 125%;
  overflow: hidden;
}
.wrap-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}

.wrap-background {
  background: linear-gradient(to right, rgb(255, 255, 255) 20%, rgba(255, 255, 0, 0.05) 50%, rgba(255, 60, 40, 0.05) 100%);
}

.post-content .wrap-faq {
  margin: 40px 0 60px;
  padding: 15px;
  box-shadow: 0 5px 15px 3px rgb(200, 200, 255);
  background: #f9f9fe;
}
.post-content .wrap-faq h2, .post-content .wrap-faq h3 {
  margin-top: 1.2em;
}
.post-content .wrap-faq h3 {
  font-size: 1.6em;
}
.post-content ol li {
  list-style: decimal;
  margin-left: 17px;
}
.post-content ul li {
  list-style-position: inside;
}
.post-content ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 2px solid #77e;
  border: 3px solid #a58823;
  margin-right: 15px;
}
.post-content li {
  font-size: 18px;
  line-height: 1.3em;
  padding-left: 5px;
  padding-bottom: 0.9em;
}
.post-content blockquote {
  margin-bottom: 2em;
  background: #fff;
  box-shadow: 0 5px 15px 3px rgb(200, 200, 255);
  padding: 20px;
  border-left: 3px solid #55a;
}
.post-content blockquote:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath%0Afill='%23b59833' d='M2 9.352c0 1.873.849 2.943 1.683 3.943.031 1 .085 1.668-.333 3.183 1.748-.558 2.038-.778 3.008-1.374 1 .244 1.474.381 2.611.491-.094.708-.081 1.275.055 2.023-.752-.06-1.528-.178-2.33-.374-1.397.857-4.481 1.725-6.649 2.115.811-1.595 1.708-3.785 1.661-5.312-1.091-1.305-1.706-2.985-1.706-4.695 0-4.826 4.719-8.352 10-8.352 5.237 0 9.977 3.484 9.998 8.318-.644-.175-1.322-.277-2.021-.314-.229-3.34-3.713-6.004-7.977-6.004-4.411 0-8 2.85-8 6.352zm20.883 10.169c-.029 1.001.558 2.435 1.088 3.479-1.419-.258-3.438-.824-4.352-1.385-.772.188-1.514.274-2.213.274-3.865 0-6.498-2.643-6.498-5.442 0-3.174 3.11-5.467 6.546-5.467 3.457 0 6.546 2.309 6.546 5.467 0 1.12-.403 2.221-1.117 3.074zm-5.664-4.521h-2.219v2.222h.889c0 .491-.347 1.096-.887 1.3l.221.478c1.167-.231 1.996-1.09 1.996-2.358v-1.642zm3.115 0h-2.219v2.222h.885c0 .491-.348 1.096-.888 1.3l.222.478c1.167-.231 2-1.09 2-2.358v-1.642zm-7.561-4v-2.777h-1.111c0-.615.434-1.371 1.108-1.625l-.275-.598c-1.459.289-2.495 1.363-2.495 2.948v2.052h2.773zm-4 0v-2.777h-1.105c0-.615.435-1.371 1.109-1.625l-.277-.598c-1.458.289-2.5 1.363-2.5 2.948v2.052h2.773z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.post-content .wrap-tip {
  margin: 40px 0 60px;
  padding: 15px;
  box-shadow: 0 5px 15px 3px rgb(200, 200, 255);
  background: #f9f9fe;
}
.post-content .wrap-tip h2, .post-content .wrap-tip h3 {
  margin-top: 1.2em;
}
.post-content .wrap-tip h3 {
  font-size: 1.6em;
}

.sidebar-title {
  font-family: Georgia, serif;
  font-size: 26px;
  font-style: italic;
  text-align: center;
  margin: 2em auto 1.2em;
}

.sidebar .additional-post-list h2 {
  display: inline;
  margin-top: 0;
  text-align: left;
}
.sidebar .additional-post-list .card-meta {
  text-transform: uppercase;
}

@media (min-width: 630px) {
  .wrap-image {
    padding-top: 119%;
  }
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-top: 30px;
  }
  .sub-title {
    margin-bottom: 30px;
  }
  .post-content {
    margin: auto;
  }
  .post-content h2, .post-content h3 {
    font-size: 32px;
  }
  .post-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .post-content li {
    font-size: 20px;
    padding-left: 15px;
  }
  .post-content blockquote {
    margin-bottom: 3em;
    padding: 30px;
  }
  .post-content .wrap-faq {
    margin: 60px 0 80px;
    padding: 30px 20px;
  }
  .sidebar-title {
    font-size: 36px;
  }
  .post-content .wrap-tip {
    margin: 60px 0 80px;
    padding: 30px 20px;
  }
}
@media (max-width: 649.98px) {
  .sidebar {
    width: auto;
    margin: 0 auto;
  }
  .sidebar .additional-post .link-animate > * {
    background-image: linear-gradient(90deg, #fff, #fff);
  }
  .sidebar .re {
    display: none !important;
  }
  .additional-post-list {
    display: grid;
    max-width: 1320px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 10px;
    grid-template-rows: auto;
    justify-self: center;
    margin-bottom: 20px;
  }
  .additional-post {
    position: relative;
    padding-top: 125%;
    border-radius: 6px;
    overflow: hidden;
  }
  .additional-post .wrap-img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 400px;
    top: 0;
  }
  .additional-post .wrap-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 400px;
    padding: 20px 10px 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0));
  }
  .additional-post .link-title {
    display: block;
  }
  .additional-post h2 {
    color: #fff;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .wrap-post-content {
    display: flex;
  }
  .post-content {
    position: relative;
    margin-right: 50px;
  }
  .post-content {
    flex-basis: auto;
  }
  .sidebar {
    width: 300px;
    min-width: 300px;
  }
  .sidebar .additional-post-list h2 {
    font-size: 18px;
  }
  .sidebar-title {
    font-family: Arial;
    font-style: normal;
    font-size: 26px;
    font-weight: bold;
  }
}
@media (min-width: 650px) and (max-width: 991.98px) {
  .sidebar {
    width: 620px;
    margin: 0 auto 30px;
  }
  .sidebar .additional-post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sidebar .additional-post-list .additional-post {
    width: 300px;
  }
  .sidebar .additional-post-list h2 {
    font-size: 18px;
  }
  .sidebar .re {
    display: none;
  }
}
/*** slider *********************************************************************************/
/*** end slider ***/
