.single_content>*:first-child {
  margin-top: 0;
}

.banner_post_data_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.banner_post_author_wrap a {
  text-decoration: none;
}

.blog_post {
  width: 100%;
  padding: 0 15px;
}

.blog_post .container {
  display: flex;
  gap: 20px;
}

.single_content {
  width: calc(100% - 300px);
  padding: 60px 0;
}

.single_content blockquote {
  padding: 30px 30px 30px 80px;
  background-color: #f5f5f5;
  position: relative;
  margin: 20px 0;
  position: relative;
}

.single_content blockquote p {
  font-weight: 400;
  font-size: calc(16px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #243d3a;
  font-style: italic;
  margin: 0;
}

.single_content blockquote::after {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(/wp-content/themes/Emigras/images/Quote.svg);
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 15px;
  left: 40px;
  transform: translateX(-50%);
}

.single_content h2 {
  font-weight: 700;
  font-size: calc(22px + 10 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #243d3a;
  width: 100%;
  margin: 40px auto 20px;
  text-align: left;
}

.single_content h3 {
  margin: 20px auto 20px auto;
  font-weight: 700;
  font-size: calc(18px + 4 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #243d3a;
  width: 100%;
}

.single_content p {
  font-weight: 400;
  font-size: calc(16px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #39464a;
  margin-bottom: 20px;
  width: 100%;
  margin: 10px 0 20px;
}

.single_content ul,
.single_content ol {
  width: 100%;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.single_content ul li {
  list-style: none;
  font-weight: 500;
  font-size: calc(16px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 160%;
  color: #39464a;
  position: relative;
  margin-left: 20px;
}

.single_content ol li {
  font-weight: 500;
  font-size: calc(16px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 160%;
  color: #39464a;
  position: relative;
  margin-left: 20px;
}

.single_content ol li::marker {
  color: #967340;
  font-weight: 500;
}

.single_content ul li::before {
  content: "";
  background-image: url(/wp-content/themes/Emigras/images/ul_list.svg);
  display: block;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  top: 14px;
  transform: translate(-50%, -50%);
}

/* single_form */
.single_form {
  width: 100%;
  display: flex;
  gap: 20px;
}

.single_form_content {
  width: calc(50% - 10px);
  background-color: rgba(62, 99, 95, 0.9);
}

.single_form_title {
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 10px;
}

.single_form_description {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #fff;
}

.single_form_form {
  width: calc(50% - 10px);
  background-color: rgba(62, 99, 95, 0.9);
}

/* single_form */
/* blog_table */
.blog_table {
  width: 100%;
  padding: 10px 0;
  margin: 30px 0;
}

.blog_table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  min-width: 700px;
}

.blog_table tr td {
  border: 1px solid #dddddd;
  padding: 7px 20px;
}

.blog_table tr th {
  border: 1px solid #dddddd;
  padding: 7px 20px;
  text-align: center;
  font-weight: bold;
  background: #efefef;
}

.blog_table_stol tr td:first-of-type {
  font-weight: bold;
  background: #efefef;
}

.blog_table a {
  text-decoration: none;
}

/* blog_table */
/* conversion_block_first */

.conversion_block_first {
  width: 100%;
  margin: 20px 0 40px;
  position: relative;
}

.conversion_block_first img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.conversion_block_first_wrap {
  background-color: rgba(62, 99, 95, 0.8);
  padding: 60px 50px;
  width: 100%;
  position: relative;
}

.conversion_block_first_title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 25px;
  line-height: 130%;
  color: white;
}

.conversion_block_first_description {
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: white;
}

.conversion_block_first_btn {
  color: white;
  background-color: #ab885d;
  transition: all linear 0.2s;
  width: fit-content;
  padding: 15px 30px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
}

/* conversion_block_first */
/* conversion_block_second */
.conversion_block_second {
  width: 100%;
  margin: 20px 0 40px;
  position: relative;
}

.conversion_block_second img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.conversion_block_second_wrap {
  background-color: rgba(62, 99, 95, 0.7);
  padding: 60px 50px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.conversion_block_second_title {
  font-size: calc(16px + 6 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  font-weight: 700;
  color: white;
}

.conversion_block_second_btn {
  color: white;
  background-color: #ab885d;
  transition: all linear 0.3s;
  padding: 15px 10px;
  width: 100%;
  max-width: 280px;
  cursor: pointer;
  font-weight: 700;
  font-size: calc(14px + 2 * ((100vw - 370px) / (1920 - 370)));
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all linear 0.2s;
}

/* conversion_block_second */
/* immigrants_read */
.immigrants_read {
  padding: 20px;
  margin: 20px 0px;
  background: #f5f5f5;
  color: #fff;
  position: relative;
}

.immigrants_read_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #3e635f;
  gap: 10px;
}

.immigrants_read_title img {
  display: block;
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.immigrants_read li a {
  color: #3e635f;
  font-weight: inherit;
}

/* immigrants_read */
/* blog_post_bottom_wrap */
.blog_post_bottom_wrap {
  width: 100%;
  box-shadow: 0px 5px 100px rgb(67 111 115 / 10%);
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 15px;
  margin-top: 50px;
}

.blog_post_author {
  display: flex;
  gap: 15px;
}

.blog_post_author img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.blog_post_author_details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.blog_post_author_name {
  color: #39464a;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
}

.blog_post_author_description {
  color: rgb(57, 70, 74);
  font-size: 14px;
}

.blog_post_share {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

.blog_post_share_title {
  font-weight: 400;
  font-size: 16px;
  color: #39464a;
}

.blog_post_share_items {
  display: flex;
  gap: 10px;
}

.blog_post_share_item {
  cursor: pointer;
}

/* blog_post_bottom_wrap */
/* blog_post_bottom_form */
.blog_post_bottom_form {
  width: 100%;
  display: flex;
  justify-content: center;
  box-shadow: 0px 5px 100px rgb(67 111 115 / 10%);
  margin-top: 50px;
}

.blog_post_bottom_form_content {
  width: 50%;
  background-position: center;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.blog_post_bottom_form_content_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 99, 95, 0.85);
  padding: 25px 50px;
}

.blog_post_bottom_form_title {
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
  color: white;
  margin-bottom: 6px;
}

.blog_post_bottom_form_description {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: white;
  width: 100%;
  margin-bottom: 24px;
}

.blog_post_bottom_form_contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.blog_post_bottom_form_contact a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog_post_bottom_form_contact img {
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
}

.blog_post_bottom_form_body {
  width: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_post_bottom_form_body .srm {
  box-shadow: none;
}

.form_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #2d4744;
  margin-bottom: 15px;
}

/* blog_post_bottom_form */
/* comments */
.comment {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.comment_active {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.comment-respond {
  margin-top: 60px;
}

.blog_comments {
  padding: 60px 25px;
  background: #f5f5f5;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.btn_show_comments {
  font-weight: 700;
  font-size: calc(14px + 4 * ((100vw - 370px) / (1920 - 370)));
  line-height: 22px;
  padding: 15px;
  background: #ab885d;
  color: #ffffff;
  cursor: pointer;
  transition: all linear 0.2s;
  width: 100%;
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #96744000;
}

.btn_show_comments_active {
  background-color: transparent;
  color: #39464a;
  border: 1px solid #967340;
}

.comments_load_more {
  border: 1px solid #967340;
  font-weight: 700;
  font-size: calc(14px + 4 * ((100vw - 370px) / (1920 - 370)));
  line-height: 22px;
  color: #39464a;
  width: 100%;
  max-width: 280px;
  padding: 15px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all linear 0.2s;
  margin: 0 auto;
  margin-top: 40px;
  display: none;
}

.comment_load_more_active {
  display: flex;
}

.blog_comments_wrap {
  width: 100%;
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
}

.blog_comments_wrap_active {
  padding-top: 60px;
  overflow: visible;
  max-height: 1000vh;
}

.blog_comments_title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: calc(20px + 10 * ((100vw - 370px) / (1920 - 370)));
  line-height: 130%;
  color: #243d3a;
  margin-bottom: 30px;
}

.comments_wrap_body {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.child-comments .comments_wrap_body {
  padding-left: 70px;
}

.gravatar {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.comment-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.comment-author-wrap svg path {
  fill: #a1a4b1;
}

.comment-author-wrap svg {
  margin: 0 5px 0 10px;
}

.comment-author-wrap {
  font-weight: 700;
  font-size: 16px;
  color: #39464a;
  display: flex;
  align-content: center;
  justify-content: center;
}

.comment-meta-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 500;
  font-size: 14px;
  color: #9d8d75;
}

.comment-meta-item img {
  display: block;
  width: 12px;
  height: 13px;
  min-width: 12px;
}

.comment-author-wrap-parent {
  font-weight: 500;
  font-size: 16px;
  color: #a1a4b1;
}

.post-content div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4b4b4b;
  margin: 0;
}

.post-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.comments_wrap_content {
  width: calc(100% - 70px);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.comment_reply_wrap a {
  font-weight: 400;
  font-size: 14px;
  color: #ab885d;
}

.comment-notes {
  display: none;
}

.comment-reply-title {
  font-weight: 700;
  font-size: calc(20px + 10 * ((100vw - 370px) / (1920 - 370)));
  color: #243d3a;
  margin-bottom: 30px;
}

.comment-reply-title a {
  font-weight: 700;
  font-size: calc(20px + 10 * ((100vw - 370px) / (1920 - 370)));
  color: #243d3a;
}

.comment-reply-title small {
  display: none;
}

#respond form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.comment-form-author {
  width: calc(50% - 10px);
  position: relative;
  overflow: hidden;
}

.comment-form-author label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #39464a;
  transition: all linear 0.1s;
}

.comment-form-author input {
  width: 100%;
  height: 45px;
  background: #ffffff;
  border: 1px solid #967340;
  outline: none;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #39464a;
}

.comment-form-email {
  width: calc(50% - 10px);
  position: relative;
  overflow: hidden;
}

.comment-form-email label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #39464a;
  transition: all linear 0.1s;
}

.comment-form-email input {
  width: 100%;
  height: 45px;
  background: #ffffff;
  border: 1px solid #967340;
  outline: none;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #39464a;
}

.comment-form-comment {
  width: 100%;
  position: relative;
}

#commentform label img {
  width: fit-content;
  height: fit-content;
}

.comment-form-comment textarea {
  resize: none;
  width: 100%;
  background: #ffffff;
  border: 1px solid #967340;
  outline: none;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #39464a;
}

.comment-form-comment label {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #39464a;
  transition: all linear 0.1s;
}

p.form-submit {
  margin: 10px 0 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#submit {
  background: #ab885d;
  border: none;
  outline: none;
  padding: 15px 25px;
  width: 100%;
  max-width: 280px;
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  transition: all linear 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

p.comment-meta-item {
  margin: 5px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4b4b4b;
  margin: 0;
  justify-content: flex-start;
}

.label_non_active {
  opacity: 0;
}

/* comments */
/* conversion_block_form */
.conversion_block_form {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 40px 0;
}

.conversion_block_form_wrap {
  background-color: rgba(62, 99, 95, 0.8);
  display: flex;
  gap: 20px;
  padding: 40px 40px;
}

.conversion_block_form_text {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.conversion_block_form_title {
  font-weight: 700;
  font-size: 28px;
  font-size: calc(22px + 6 * ((100vw - 370px) / (1920 - 370)));
  line-height: 130%;
  color: #fff;
  margin-bottom: 10px;
}

.conversion_block_form_description {
  font-weight: 400;
  font-size: calc(16px + 8 * ((100vw - 370px) / (1920 - 370)));
  line-height: 130%;
  color: #fff;
}

.conversion_block_form_form {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_post_bottom_form_body label,
.conversion_block_form_form label {
  background-color: #FFF;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  background-repeat: no-repeat;
  background-position: 12px 16px;
  background-size: 12px;
}

.blog_post_bottom_form_body input,
.conversion_block_form_form input {
  background-color: transparent;
}

.conversion_block_form .srm {
  padding: 30px 0;
  max-width: 300px;
}

/* conversion_block_form */
/* blog_img_wrap */
.blog_img_wrap {
  width: 100%;
  margin: 40px 0;
}

.blog_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 3/2;
}

/* blog_img_wrap */

/* blog_author_block */
.blog_author_block {
  background-color: #f5f5f5;
  padding: 30px 20px;
  position: relative;
  margin: 40px 0 60px 0;
}

.blog_author_block_icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.blog_author_block_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #39464a;
  margin: 10px 0 40px 0;
}

.blog_author_block_wrap {
  padding: 15px;
  position: absolute;
  background: rgba(62, 99, 95, 0.95);
  max-width: 315px;
  width: 100%;
  position: absolute;
  right: -10px;
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.blog_author_block_wrap img {
  width: 60px;
  height: 60px;
}

.blog_author_block_wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.blog_author_block_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: white;
  text-decoration: none;
}

.blog_author_block_description {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: white;
}

.blog_author_block_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: #ab885d;
  color: white;
  transition: all linear 0.2s;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  width: fit-content;
}

/* blog_author_block */
/* content_list */
.content_list {
  background-color: #f5f5f5;
  width: 100%;
  padding: 20px 30px 20px 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #39464a;
}

.content_list ol {
  margin: 0;
}

.content_list ol li {
  padding-left: 5px;
}

.content_list ol a {
  color: #39464a;
  text-decoration: none;
}

/* content_list */
/* document_download */
.document_download {
  font-size: 18px;
  text-decoration: underline;
  margin-top: -20px;
  margin-bottom: 30px;
  display: block;
  width: fit-content;
}

/* document_download */

/* single_faq */
.single_faq {
  width: 100%;
  max-width: 780px;
  margin: 60px auto 110px auto;
}

.single_faq h2 {
  margin-bottom: 40px;
}

.single_faq_items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.single_faq_item {
  padding: 30px 30px 30px 30px;
  background: #ffffff;
  width: 100%;
  box-shadow: 0px 5px 80px rgba(161, 189, 225, 0.21);
}

.single_faq_item_question {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

.single_faq_item .single_faq_item_question * {
  font-weight: 600;
  font-size: calc(15px + 3 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #967340;
  margin: 0;
}

.single_faq_item_question span {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  border: 1px solid #967340;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.single_faq_item_question span::after,
.single_faq_item_question span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #967340;
}

.single_faq_item_question span::after {
  width: 50%;
  height: 1px;
  opacity: 1;
  transition: all linear 0.2s;
}

.single_faq_item_question span::before {
  width: 1px;
  height: 50%;
}

.single_faq_item_question.single_faq_item_question_active span::before {
  opacity: 0;
}

.single_faq_item_answer {
  border-top: 1px solid #e8ddce00;
  padding-top: 0px;
  margin-top: 0px;
  font-weight: 400;
  font-size: calc(15px + 1 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #39464a;
  max-height: 0;
  overflow: hidden;
}

.single_content .single_faq_item_answer p {
  margin: 10px 0 15px 0;
}

.single_content .single_faq_item_answer>*:first-child {
  margin-top: 0;
}

.single_content .single_faq_item_answer>*:last-child {
  margin-bottom: 0;
}

.single_faq_item_answer_active {
  padding-top: 20px;
  margin-top: 20px;
  max-height: 1000px;
  border-top: 1px solid #e8ddce;
}

/* single_faq */
/* review_quote_item */
.review_quote_item {
  padding: 20px;
  margin: 20px 0px;
  background: #f5f5f5;
  width: 100%;
}

.review_quote_item_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: rgba(45, 71, 68, 1);
  margin: 0 0 10px 0;
  transition: all linear 0.2s;
}

.review_quote_item_wrap {
  display: flex;
  align-items: center;
  color: rgba(157, 141, 117, 1);
  font-size: 12px;
  font-weight: 500;
  gap: 10px;
  margin: 15px 0;
}

.review_quote_item_date_author {
  display: flex;
  align-items: center;
  gap: 2px;
}

.review_quote_item_date_author img {
  display: block;
  width: 14px;
  height: 14px;
  min-width: 14px;
}

.review_quote_item_description {
  font-size: 16px;
  line-height: 130%;
  color: rgba(57, 70, 74, 1);
  font-weight: 400;
  margin: 0;
}

/* review_quote_item */
/* single_facts */
.single_facts {
  padding: 30px 30px 30px 30px;
  background: #f5f5f5;
  max-width: 100%;
  position: relative;
  margin: 20px 0 80px;
}

.single_facts_items {
  display: flex;
  justify-content: space-between;
}

.single_facts_item {
  width: calc(100% / 4 - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #967340;
  font-weight: 400;
  font-size: 18px;
  font-size: calc(16px + 2 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  text-align: center;
}

.single_facts_items span {
  width: 1px;
  background-color: #ab8d60;
  display: block;
}

.single_facts_item_title {
  color: #215d63;
  font-size: 45px;
  font-size: calc(36px + 9 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  font-weight: 700;
}

.single_facts_btn_wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  transform: translateY(100%);
  gap: 15px;
}

.single_facts_btn_social {
  width: 100%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.single_facts_btn_social_body {
  width: 100%;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #967340;
  background: #ffffff;
  border: 1px solid #967340;
  padding: 15px;
  cursor: pointer;
}

.single_facts_social {
  background: #f5f5f5;
  border: 1px solid #215d63;
  border-top: none;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: absolute;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.single_facts_social_active {
  opacity: 1;
  visibility: visible;
}

.single_facts_social a {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.single_facts_social a svg {
  width: 100%;
  height: 100%;
}

.single_facts_btn_pop {
  width: 100%;
  max-width: 280px;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ab885d;
  color: #ffffff;
  padding: 15px;
  transition: all linear 0.2s;
  cursor: pointer;
}

/* single_facts */
/* author_big */
.author_big {
  width: 100%;
  padding: 40px 0;
  background: #f5f5f5;
  position: relative;
  margin: 60px 0;
}

.author_big_img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 110%;
  aspect-ratio: 2/3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.author_big_contact_item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.author_big_contact_item img {
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
}

.author_big_contact_item a.lozad {
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
}

.author_big_title {
  font-weight: 400;
  font-size: 16px;
  font-size: calc(15px + 1 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #39464a;
  padding-left: 55px;
}

.author_big_line_title {
  font-weight: 700;
  font-size: calc(24px + 6 * ((100vw - 370px) / (1920 - 370)));
  line-height: 120%;
  color: #ffffff;
  background: rgba(62, 99, 95, 0.95);
  border-left: 5px solid #967340;
  padding: 15px 0 15px 50px;
  margin: 15px 0 30px;
  width: 80%;
}

.author_big_description {
  font-weight: 400;
  font-size: calc(15px + 1 * ((100vw - 370px) / (1920 - 370)));
  line-height: 140%;
  color: #39464a;
  padding-left: 55px;
  width: 50%;
}

.author_big_contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 55px;
  margin: 30px 0 40px;
}

.author_big_contact a {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #39464a;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
}

.author_big_btn {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #ab885d;
  width: 100%;
  max-width: 250px;
  padding: 15px;
  margin-left: 55px;
  transition: all linear 0.2s;
  cursor: pointer;
}

.author_big_detail {
  padding: 10px 10px 10px 30px;
  background: rgba(62, 99, 95, 0.95);
  border-right: 5px solid #967340;
  width: fit-content;
  font-weight: 400;
  font-size: calc(13px + 1 * ((100vw - 370px) / (1920 - 370)));
  line-height: 120%;
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
}

.author_big_detail_name {
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

/* author_big */
.yarpp.yarpp-related {
  margin: 30px 0 0 0;
  width: 100%;
}

.yarpp.yarpp-related .container {
  flex-direction: column;
}

.related_posts_title {
  font-size: 36px;
  color: #243d3a;
  text-align: center;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 40px;
}

.related_posts_items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 10px;
}

.related_posts_item {
  width: calc(100% / 3 - 20px / 3);
  background-color: white;
  cursor: pointer;
  box-shadow: 0px 5px 80px rgba(161, 189, 225, 0.21);
}

.related_posts_item_img {
  width: 100%;
  position: relative;
}

.related_posts_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.related_posts_item_tag {
  position: absolute;
  left: 15px;
  bottom: 10px;
  opacity: 0.9;
  border-radius: 20px 0px;
  padding: 10px;
  color: white;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  background-color: #9c7130;
}

.related_posts_item_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #2d4744;
  margin-bottom: 10px;
  display: block;
  transition: 0.5s color;
}

.related_posts_item_content {
  padding: 15px 15px 30px 15px;
}

.related_posts_item_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.related_posts_item_wrap img {
  display: block;
  width: 14px;
  height: 14px;
  min-width: 14px;
  object-fit: contain;
  object-position: left;
}

.related_posts_item_wrap span {
  height: 10px;
  width: 1px;
  background-color: #9d8d75;
  display: block;
}

.related_posts_item_date_author {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #9d8d75;
  display: flex;
  gap: 2px;
}

.related_posts_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 600;
  font-size: calc(15px + 3 * ((100vw - 370px) / (1920 - 370)));
  line-height: 22px;
  color: #243d3a;
  margin-top: 40px;
  text-decoration: none;
}

.related_posts_btn:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><g clip-path="url(%23clip0_576_5105)"><path d="M1 9H17M17 9L13 5M17 9L13 13" stroke="%23243D3A" stroke-width="1.5" stroke-linecap="round"></path></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* .related_posts */
@media (hover: hover) {
  .immigrants_read li a:hover {
    text-decoration: underline;
  }

  .related_posts_item_tag {
    backdrop-filter: blur(300px);
  }

  .related_posts_item_tag span:hover {
    text-decoration: underline;
  }

  .related_posts_btn:hover {
    text-decoration: underline;
  }

  .related_posts_item_title:hover {
    color: #967340;
  }

  .review_quote_item_title:hover {
    color: #967340;
  }

  .author_big_btn:hover {
    background-color: #7e6546;
  }

  .single_facts_btn_pop {
    background-color: #7e6546;
  }

  .content_list ol a:hover {
    text-decoration: underline;
  }

  .blog_author_block_btn:hover {
    background-color: #7e6546;
  }

  .comment-reply-title a:hover {
    text-decoration: underline;
  }

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

  .blog_post_author_name:hover {
    text-decoration: underline;
  }

  .conversion_block_second_btn:hover,
  .conversion_block_first_btn:hover {
    background-color: #7e6546;
  }

  .btn_show_comments:hover {
    background-color: #7e6546;
  }

  #submit:hover {
    background-color: #7e6546;
  }

  .btn_show_comments_active:hover {
    background-color: transparent;
  }
}

@media screen and (max-width: 1200px) {
  .related_posts_items {
    gap: 20px;
  }

  .related_posts_item {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 1000px) {
  .blog_comments_wrap_active {
    padding-top: 40px;
  }

  .blog_post .container {
    flex-direction: column;
  }

  .single_content {
    width: 100%;
  }

  .blog_comments {
    padding: 50px 20px;
  }

  .related_posts_title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

@media screen and (max-width: 900px) {
  .related_posts_btn {
    margin-top: 30px;
  }

  .related_posts_item_content {
    padding: 10px 10px 20px 10px;
  }

  .related_posts_item_tag {
    left: 10px;
  }

  .single_facts_item {
    width: calc(50% - 20px);
  }

  .single_facts_items {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px 0;
  }

  .single_facts_items span:nth-of-type(2) {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .content_list {
    padding: 15px 20px 15px 20px;
  }

  .related_posts_item {
    width: calc(100% / 2 - 10px);
  }

  .related_posts_items {
    gap: 20px;
  }

  .wrapper {
    overflow: hidden;
  }

  .author_big_title {
    padding-left: 30px;
  }

  .author_big_line_title {
    padding-left: 25px;
  }

  .author_big_description {
    padding-left: 30px;
  }

  .author_big_contact {
    padding-left: 30px;
  }

  .author_big_btn {
    margin-left: 30px;
  }

  .single_faq_item {
    padding: 15px;
  }

  .single_faq {
    margin: 40px auto 80px auto;
  }

  .single_faq_items {
    gap: 10px;
  }

  .blog_post_bottom_wrap {
    margin-top: 40px;
  }

  .blog_img_wrap {
    margin: 20px 0;
  }

  .blog_img {
    width: 100vw !important;
    margin-left: -15px;
    margin-right: -15px;
    object-position: center;
    min-height: 300px;
  }

  .conversion_block_second_wrap {
    padding: 40px 20px;
  }

  .conversion_block_first_wrap {
    padding: 40px 20px;
  }

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

  form p.form-submit {
    margin: 0;
  }

  .blog_post_bottom_form_content_wrap {
    padding: 25px 30px;
  }

  .blog_table {
    overflow: scroll;
  }

  .single_content p {
    margin: 15px 0;
  }

  .single_content ul,
  .single_content ol {
    margin: 15px 0;
  }

  .single_content blockquote {
    padding: 40px 20px 30px 20px;
  }

  .single_content blockquote::after {
    width: 25px;
    height: 25px;
    top: 10px;
    left: 35px;
  }
}

@media screen and (max-width: 700px) {
  .author_big_img {
    height: 80%;
  }

  .author_big_line_title {
    width: 100%;
  }

  .review_quote_item {
    padding: 15px;
  }

  .conversion_block_form {
    margin: 30px 0;
  }

  .conversion_block_form_wrap {
    padding: 20px;
  }

  .comments_load_more {
    margin-top: 30px;
  }

  .comments_wrap_content {
    width: calc(100% - 45px);
  }

  .post-content {
    margin-left: -45px;
    width: calc(100% + 45px);
  }

  .blog_comments {
    width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
  }

  .blog_comments {
    padding: 60px 15px;
  }

  .gravatar {
    width: 35px;
    height: 35px;
  }

  .child-comments .comments_wrap_body {
    padding-left: 30px;
  }

  .comment-author {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .blog_post_bottom_form {
    margin-top: 30px;
  }

  .blog_post_bottom_form {
    flex-direction: column;
  }

  .blog_post_bottom_form_content_wrap {
    padding: 25px 25px;
  }

  .blog_post_bottom_form_body {
    width: 100%;
    padding-top: 25px;
  }

  .blog_post_bottom_form_content {
    width: 100%;
    padding: 0;
  }

  .blog_post_bottom_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog_post_share {
    align-items: flex-start;
  }

  .line_post .container {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 15px;
  }

  .breadcrumbs {
    gap: 10px;
  }

  .breadcrumbs li::after {
    right: -7px;
  }
}

@media screen and (max-width: 600px) {
  .single_content h2 {
    margin: 30px 0 20px;
  }

  .single_content {
    padding-bottom: 40px;
  }

  .related_posts_item {
    width: 100%;
  }

  .author_big {
    padding: 15px 0;
  }

  .author_big_detail {
    position: static;
    border: none;
    width: calc(100% - 60px);
    margin-left: 15px;
    padding-left: 15px;
  }

  .author_big_img {
    height: 60%;
    right: -5%;
  }

  .author_big_description {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }

  .author_big_line_title {
    text-align: center;
    margin: 20px 0;
  }

  .author_big_title {
    text-align: center;
  }

  .author_big_btn {
    max-width: calc(100% - 30px);
    position: relative;
    margin-top: 70px;
    margin-left: 15px;
  }

  .single_facts {
    position: relative;
    margin-bottom: 150px;
    padding: 15px 15px 50px 15px;
  }

  .author_big_contact {
    padding-left: 15px;
    margin: 30px 0 25px;
  }

  .author_big {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-left: -15px;
  }

  .single_facts_btn_wrap {
    flex-direction: column;
    align-items: center;
    transform: translate(-50%, 0);
    left: 50%;
    position: absolute;
    margin: 20px auto 0 auto;
    max-width: calc(100% - 30px);
  }

  .single_facts_social {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    position: static;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    border: none;
  }

  .single_facts_social_active {
    border: 1px solid #215d63;
    border-top: none;
    max-height: 100px;
    padding: 15px;
  }

  .blog_author_block_text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .blog_author_block {
    padding: 25px 15px 0 15px;
    margin: 20px 0 40px 0;
  }

  .blog_author_block_wrap {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    justify-content: flex-start;
    margin: 15px -15px 0 -15px;
  }

  .single_faq h2 {
    margin-bottom: 20px;
  }

  .single_faq_item_answer_active {
    padding-top: 10px;
    margin-top: 10px;
  }

  .single_faq {
    margin: 40px auto 60px auto;
  }

  .conversion_block_form_title {
    text-align: center;
  }

  .conversion_block_form_title br {
    display: none;
  }

  .conversion_block_form_description {
    text-align: center;
  }

  .conversion_block_form_wrap {
    flex-direction: column;
  }

  .conversion_block_form_text {
    width: 100%;
  }

  .conversion_block_form_form {
    width: 100%;
  }

  .conversion_block_second img {
    position: relative;
    object-fit: contain;
  }

  .conversion_block_second_wrap {
    flex-direction: column;
  }

  .conversion_block_second_title {
    text-align: center;
  }

  .conversion_block_second {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .conversion_block_second_wrap {
    background-color: rgba(62, 99, 95, 1);
  }

  .immigrants_read {
    padding: 15px;
  }

  .immigrants_read_title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .conversion_block_first {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .immigrants_read ul {
    margin: 0;
  }

  .immigrants_read_title svg {
    width: 30px;
    height: 30px;
  }

  #submit {
    width: 100%;
  }

  .comment-form-author {
    width: 100%;
  }

  .comment-form-email {
    width: 100%;
  }

  #respond form {
    gap: 10px;
  }

  .conversion_block_first img {
    position: relative;
    aspect-ratio: 5/2;
  }

  .conversion_block_first_wrap {
    background-color: rgba(62, 99, 95, 1);
  }

  .conversion_block_first_title {
    font-size: 18px;
    text-align: center;
  }

  .conversion_block_first_description {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }

  .conversion_block_first_btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .conversion_block_second_wrap {
    padding: 20px 10px;
  }

  .blog_post_author_description br {
    display: none;
  }

  #submit {
    max-width: 100%;
  }

  .conversion_block_first_wrap {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 400px) {
  .author_big_img {
    right: -10%;
    height: 250px;
  }

  .btn_show_comments {
    width: 100%;
    max-width: 100%;
  }

  .comments_load_more {
    width: 100%;
    max-width: 100%;
  }

  .conversion_block_first_title {
    font-size: 16px;
  }

  .conversion_block_first_description {
    font-size: 14px;
  }

  .conversion_block_first_btn {
    font-size: 14px;
  }
}