/* chop */

.card__chop {
  max-height: 300px;
  overflow: hidden;
}

.card--image .card__chop {
  max-height: 260px;
}

.card--video .card__chop {
  max-height: 220px;
}

.card__chop .card__content p {
  font-size: 15px;
}

.card__more {
  border-top: 0;
  font-size: 16px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  /*background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0) 0,
    #fcfcfc 50%,
    #f9f9f9
  );*/

  background: rgb(252, 252, 252);
  background: linear-gradient(
    0deg,
    rgba(252, 252, 252, 1) 0%,
    rgba(252, 252, 252, 0.9) 40%,
    rgba(252, 252, 252, 0.7) 70%,
    rgba(252, 252, 252, 0) 100%
  );
}

.card__more a {
  padding: 90px 20px 20px;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #3f3f3f;
  text-decoration: none;
}

.card__more a:hover {
  text-decoration: none;
}

.more__button {
  display: block;
  background-color: #e6b800;
  background-color: #fc0;
  border: 2px solid #f1bf00;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
  max-width: 260px;
  padding: 7.5px 30px;
  border-radius: 7.5px;
  margin: 0 auto;
  text-transform: none;
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
}

.more__button:hover {
  background-color: #ffe16a;
}

/**
 * Page
 */

.page .card__content h2 {
  margin-top: 20px;
  font-size: 20px;
}

/**
 * Contact
 */

.wpcf7 label {
	display: block;
    text-transform: uppercase;
    color: #626266;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.wpcf7 .required {
    color: red;
}

.wpcf7 input,
.wpcf7 textarea {
	font-family: inherit;
	width: 100%;
    margin-top: 8px;
    background: #f8f8f8;
    border: 1px solid #ececec;
    padding: 1rem;
    font-size: 14px;
}

.wpcf7 input.wpcf7-submit {
	width: initial;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7-not-valid-tip {
	text-transform: none;
    letter-spacing: 0;
    margin-top: 5px;
}

/**/

a,
button,
input[type="submit"] {
  cursor: pointer;
}

.card a:hover {
  text-decoration: underline;
}

.button {
	background: var(--color-secondary);
	border: 0;
    color: #ffffff;
    font-family: inherit;
    padding: 10px 20px;
    border-radius: 4px;
}

/**/

/**
 * Pagination
 */

.nav-links,
.pagination .current,
.pagination a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 40px;
}

.pagination .current,
.pagination a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  font-style: normal;
}

.pagination a {
  transition: 0.3s;
  color: #3f3f3f;
  background: #e3e3e3;
}

.pagination a:hover,
.pagination .next:hover,
.pagination .prev:hover,
.pagination .current {
  background: var(--color-main);
  color: #fff;
}

.pagination .disabled {
  font-size: 15px;
  color: #989898;
  cursor: default;
  font-weight: 300;
  font-style: normal;
  margin: 0;
}

.pagination .next,
.pagination .prev {
  border: 0;
  line-height: 1;
  font-weight: 300;
  border-radius: 25px;
  padding: 0 15px;
  width: initial;
}

/**
 * Sidebar
 */

.sidebar {
  position: relative;
}

.widget {
  margin-bottom: var(--paragraph-margin-bottom);
  position: relative;
}

.widget__list li:last-of-type {
  border-bottom: 0;
}

.widget__list li a:hover {
  background: #f5f5f5;
}

.widget__list .pr.open > a:after {
  background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%220%200%2096%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M48%2032c-.66%200-1.32-.172-1.915-.492l-44-24A3.996%203.996%200%200%201%202.87.164a4.002%204.002%200%200%201%203.042.324l42.084%2022.955L90.08.487a3.997%203.997%200%200%201%205.887%203.084%203.992%203.992%200%200%201-2.06%203.936l-44%2024c-.584.321-1.24.49-1.907.493Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center;
  transform: rotate(180deg);
  top: calc(50% - 3px);
}

.pr.open > a {
  background-color: #6c0;
  color: #fff;
  -webkit-transition: 500ms background-color ease;
  transition: 500ms background-color ease;
}

.pr.open > a:hover {
  background-color: #84d336;
}

.widget__button {
  display: block;
  background-color: #fc0;
  border: 2px solid #f1bf00;
  padding: 15px;
  font-size: 15px;
  line-height: 1.3;
  border-radius: 7.5px;
  color: #3f3f3f;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  transition: 300ms all ease;
  -webkit-transition: 300ms all ease;
}

.widget__button:hover {
  background-color: #ffe16a;
}

/**
 * Home
 */

.wg {
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin-bottom: 20px;
  line-height: 1.9em;
}

.wg h3 {
  margin: 0 0 15px;
  font-size: 18px;
}

.section--posts {
	padding-top: 40px;
}

/**
 * Archive
 */

/**
 * Single
 */

.has-small-font-size {
	font-size: smaller;	
}

.webs-block {
  margin-bottom: var(--paragraph-margin-bottom);
}

.wp-block-image,
.wp-block-embed,
.schema-how-to-step-text img {
  margin-top: calc(var(--paragraph-margin-bottom) - 5px);
  margin-bottom: var(--paragraph-margin-bottom);
  text-align: center;
}

.wp-block-image figcaption,
.wp-block-table figcaption,
.article__image-caption {
  font-family: var(--font-secondary);
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 10px;
  font-style: italic;
  color: #686868;
}

.wp-block-table a {
	color: var(--color-link);
	text-decoration: underline;
    border-bottom: 0;
	font-weight: 400;
}

.wp-block-quote {
  border-left: 4px solid var(--color-secondary);
  margin: 40px 0;
  padding-left: 30px;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 500;
}

.wp-block-quote p {
	margin: 0;
}

.wp-block-quote cite {
  display: block;
  font-weight: 400;
  font-size: 0.8em;
  margin-top: 20px;
}

/* table */

.wp-block-table {
	margin-bottom: var(--paragraph-margin-bottom);
	overflow: hidden;
	overflow-x: scroll;
	font-size: 15px;
    font-weight: 500;
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dfe1e5;
}

.wp-block-table thead {
  background: #f7f7f7;
}

.wp-block-table th {
    padding: 10px 15px;
    border-right: 1px solid #d5bd68;
    line-height: 1.5;
    background: #fec600;
    border-color: #d5bd68;
}

.wp-block-table td {
  background-color: #fff;
  padding: 10px 15px;
  font-size: 0.95em;
  line-height: 1.4;
  border-right: 1px solid #dfe1e5;
  border-bottom: 1px solid #dfe1e5;
  border-color: #dfe1e5;
}

.wp-block-table tr:nth-child(even) td {
    background-color: #f3f2f1;
}

.wp-block-table.wide-3 tr > *:nth-child(3) {
	min-width: 250px;
}

.wp-block-table tbody th {
  background: #fff;
  padding: 10px 20px;
  border-right: 1px solid #dfe1e5;
  border-bottom: 1px solid #dfe1e5;
}

.wp-block-table tbody tr:last-child th,
.wp-block-table tbody tr:last-child td {
  border-bottom: 0;
}

/* how to */

.schema-how-to-total-time {
	margin-bottom: 12.5px;
	font-size: 0.975em;
}

/* styles */

.has-text-align-center {
    text-align: center;
}

/* links */

.article__links {
	margin-bottom: var(--paragraph-margin-bottom);
	margin-top: var(--paragraph-margin-bottom);	
}

.article__content .article__links a {
	background: #f2f2f2;
    color: #9b9b9b;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    margin: 0 10px 5px 0;
	border: 1px solid #e0e0e0;
}

/* tags */

.article__topics {
    margin-bottom: var(--paragraph-margin-bottom);
    margin-top: var(--paragraph-margin-bottom);
}

.article__content .article__topics a {
	background: #e5e5e5;
    padding: 4px 8px;
    font-size: 10px;
    color: #343434;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 8px;
	margin-bottom: 8px;
	border-bottom: 0;
}

/* author box */

.section--author {
	background-color: #f9f9f9;
	border: 1px solid #e5e7eb;
    margin: 40px 0;
    padding: 20px;
	border-radius: 12px;
}

.section__author-name a {
    line-height: 1;
    padding: 0;
}

.section__author-count {
	display: block;
	font-size: 11px;
}

.section__author-job {
	font-size: 12.5px;
    color: #9b9b9b;
    font-weight: 700;
    text-transform: uppercase;
}

.section__author-description {
	font-size: 0.8em;
    margin-top: 15px;
}

.section__author-bio {
	line-height: 1;
}

.section__author-social {
	margin-left: 10px;
}

.section__author-social a {
    width: 20px;
	height: 20px;
	background-color: #9b9b9b;
	border-radius: 3px;
	padding: 3px;
	margin-right: 5px;
}

.section__author-social a:last-child {
	margin-right: 0;
}

.section__author-social .icon {
	width: 14px;
	height: 14px;
}

/* comments */

.comments__form label {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.75em;
}

.comment-form-cookies-consent label {
    position: relative;
	top: 3px;
	display: initial;
	font-weight: inherit;
	text-transform: none;
}

.comments__form input[type=text],
.comments__form input[type=email],
.comments__form textarea {
    font-family: inherit;
    width: 100%;
    display: block;
    font-size: .9em;
    font-weight: 300;
    border: 1px solid #dfe1e5;
    border-radius: 9px;
    padding: 15px;
}

.comment-form-comment {
	margin-bottom: 15px;
}

.comments__form .logged-in-as {
	font-size: 0.8em;
}

.comments__list {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}

.comment {
	margin-bottom: 25px;
}

.comment__bullet {
	font-size: 19px;
    color: #a5b2b9;
    padding: 0 2.5px;
}

.comment__time-ago,
.comment-reply-link {
	font-weight: 500;
    font-size: 12px;
    color: #a5b2b9;
}

.comment__meta {
	margin-left: 15px;
}

.comment__image {
	width: 48px;
}

.comment__image img {
	border-radius: 4px;
}

.comment__author__name {
	font-weight: 700;
	font-style: normal;
}

.comment__comment {
	font-size: 15px;
}

.comment__comment p {
	margin-bottom: 15px;
}

.comment__comment p:last-child {
	margin-bottom: 0;
}

.comment__content {
	margin-bottom: 25px;
}

.comment .comment-respond {
    position: relative;
    background: #f2f2f2;
    padding: 15px;
    border-radius: 9px;
	margin-top: 15px;
}

.comment .comment-reply-title {
	font-size: 1em;
	margin-bottom: 15px;
}

.comment .comment-reply-title a {
	margin-left: 20px;	
}

.comment .children {
	list-style: none;
    padding: 0;
    margin-left: 60px;
}

.comment .children .children {
	margin-left: 48px;
}

.children .comment__image {
	width: 36px;
}

/* related */

.related {
	margin-top: 30px;
}

.related__title {
  margin-bottom: 30px;
  line-height: 1.3;
}

.related__list .card {
  margin-bottom: 40px;
  padding-bottom: 0;
  border-bottom: 0;
}

.single .related__list .card__title {
  margin: 5px 0 10px;
  font-size: 18px;
}

.related__list .card p {
  font-size: 14px;
  line-height: 1.5em;
  padding-top: 0;
  color: #111;
  text-decoration: none;
}

.related__list a:hover {
  text-decoration: none;
}

.related__list a:hover .card__title {
  text-decoration: underline;
}

.related__category {
  line-height: 1.5;
  background: #f2f2f2;
  padding: 15px 20px;
  margin: 20px 0 50px;
  border-radius: 7.5px;
  border: 1px solid #e0e0e0;
}

.related .card__image {
	margin-bottom: 15px;
}

/**
 * 404
 */

.error404 .article__title {
  color: #d7d7d7;
  margin-bottom: 40px;
}

.error404 .article__title strong {
  font-size: 200px;
  display: block;
  margin-bottom: 10px;
}

.error404 .article__content {
  text-align: center;
}

/**/

.prev,
.next {
  display: none;
}

/**/

.video-responsive {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/**
 * Footer
 */

.footer {
  background-color: var(--color-tertiary);
  box-shadow: 0 1px 0 #d9d9d9;
}

.footer__content {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 10px;
}

.footer__copy {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer__copy h5 {
	font-size: 12px;
	margin: 0 0 5px;
	text-transform: uppercase;
	letter-spacing: normal;
}

.footer__copy p {
	margin-bottom: 15px;
}

.footer__image {
  max-width: var(--footer-logo-size);
  margin-bottom: 20px;
}

.footer .header__logo-image svg {
	fill: #ffffff;
}

.footer__links {
  font-size: 14px;
  margin-bottom: 20px;
}

.footer__links a {
  color: #ffffff;
  margin-right: 20px;
}

.footer__links a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* footer social */

.footer__social {
	margin: 25px 0 20px;
}

.footer__social a {
	width: 35px;
    height: 35px;
    border-radius: 35px;
	margin-right: 10px;
    background-color: rgba(255, 255, 255, 0.20);
	-webkit-transition: 300ms ease background-color;
	transition: 300ms ease background-color;
}

.footer__social a:hover {
    background-color: rgba(255, 255, 255, 0.10);
}

.footer__social a:last-child {
	margin-right: 0;
}

.footer__social .icon {
	width: 15px;
	height: 15px;
}

/**
   * FAQ
   */

.wp-block-yoast-faq-block {
  border-bottom: 1px solid #dfe1e5;
  margin: 0 0 30px;
}

.schema-faq-question {
  display: block;
  line-height: 1.2;
  display: block;
  color: #333;
  padding: 0.5em 0;
  border-bottom: 2px solid transparent;
  border-top: 1px solid #dfe1e5;
  cursor: pointer;
}

.schema-faq-question button {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: 500;
  text-align: left;
  background: 0;
  border: 0;
  width: 100%;
  padding: 0.5em 0;
  cursor: pointer;
}

.schema-faq-question button:focus .icon {
  outline: 2px solid;
}

.schema-faq-question .icon {
  height: 1em;
  margin-left: 0.5em;
}

.schema-faq-question [aria-expanded="true"] .vert {
  display: none;
}

.schema-faq-question [aria-expanded] rect {
  fill: #333;
}

.schema-faq-answer img {
  margin-top: 24px;
  border-radius: 9px;
}

@media (min-width: 769px) {
  .breadcrumb {
    display: block;
  }

  /**
   * Archive
   */

  /* chop */

  .card--image .card__chop {
    max-height: 400px;
  }

  .card--video .card__chop {
    max-height: 400px;
  }

  /**
   * Single
   */

  .wp-block-table {
    overflow-x: hidden;
  }
	
  /* author-box */
	
  .section--author {
	margin-left: -20px;
	margin-right: -20px;
  }
	
  .section__author-count {
    margin-left: 10px;
  }
	
  /* related */
	
  .related .card__image {
	max-height: 140px;
  }

  .related__list {
    margin: 0 -12px;
  }

  .related__list .card {
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
  }

  /**
	 * Sidebar
	 */

  .widget {
    display: block;
  }

  .widget--sticky:last-child,
  .ai-sticky-widget:last-child {
    -webkit-position: sticky;
    position: sticky;
    top: 20px;
  }
}
