.field-wrapper {
  position: relative;
}
.field-wrapper .field, .field-wrapper textarea {
  width: 100%;
  height: 56px;
  border: none;
  background: #F5F5F5;
  font-size: 18px;
  padding: 0 24px;
  border-radius: var(--theme-border-radius-element);
  font-weight: 300;
}
.field-wrapper .field:focus, .field-wrapper textarea:focus {
  border-color: var(--theme-main-color);
}
.field-wrapper textarea.field {
  resize: none;
  height: 200px;
  padding: 20px;
}

.field {
  height: 38px;
  border-radius: var(--theme-border-radius-element);
  border: 1px solid var(--theme-border-color);
  padding: 0 13px;
}

.blog {
  margin-top: 50px;
}
.blog .blog__posts {
  padding-bottom: 40px;
  border-bottom: 1px solid #222;
}
.blog .blog__posts .left, .blog .blog__posts .right {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .blog .blog__posts {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .blog .blog__posts .right {
    width: 368px;
    margin-left: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.blog .blog__posts .blog__post h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .blog .blog__posts .blog__post h5 {
    margin-top: 24px;
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .blog .blog__posts .blog__post h5 {
    font-size: 24px;
  }
}
.blog .blog__posts .blog__post h5 a {
  color: currentColor;
  font: inherit;
}
.blog .blog__posts .blog__post .blog__post-image {
  display: block;
  overflow: hidden;
}
.blog .blog__posts .blog__post .blog__post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog .blog__posts .blog__post .blog__post-author {
  font-size: 12px;
  font-weight: normal;
  margin-top: 16px;
  color: #222;
  display: block;
}
@media screen and (min-width: 768px) {
  .blog .blog__posts .blog__post .blog__post-author {
    text-align: center;
  }
}
.blog .blog__posts .blog__post .blog__post-author strong {
  font-weight: 600;
}
.blog .blog__posts .left .blog__post .blog__post-image {
  max-height: 300px;
}
.blog .blog__posts .left .blog__post h5 {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .blog .blog__posts .left .blog__post h5 {
    text-align: center;
  }
}
.blog .blog__posts .right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -8px;
}
.blog .blog__posts .right > * {
  width: 100%;
  margin-bottom: 8px;
  margin-right: 0;
}
.blog .blog__posts .right {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .blog .blog__posts .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .blog .blog__posts .right > * {
    width: calc(100% / 2 - 24px * 1 / 2);
    margin-bottom: 0px;
  }
  .blog .blog__posts .right > *:not(:nth-child(2n)), .blog .blog__posts .right > *:not(:last-child) {
    margin-right: 24px;
  }
  .blog .blog__posts .right > *:nth-child(2n) {
    margin-right: 0;
  }
  .blog .blog__posts .right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .blog .blog__posts .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .blog .blog__posts .right > * {
    width: 100%;
    margin-bottom: 0px;
    margin-right: 0;
  }
  .blog .blog__posts .right .first {
    margin-right: 0;
  }
  .blog .blog__posts .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}
.blog .blog__posts .right .blog__post .blog__post-author {
  text-align: left;
}
.blog .blog__posts .right .small {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog .blog__posts .right .small .blog__post {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .blog .blog__posts .right .small .blog__post {
    margin-top: 0;
  }
  .blog .blog__posts .right .small .blog__post:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .blog .blog__posts .right .small .blog__post {
    margin-top: 32px;
  }
}
.blog .blog__posts .right .small .blog__post .blog__post-image {
  width: 74px;
  height: 74px;
}
.blog .blog__posts .right .small .blog__post .blog__post-content {
  padding-left: 24px;
  width: calc(100% - 74px);
}
.blog .blog__posts .right .small .blog__post .blog__post-content h5 {
  font-size: 16px;
  margin-top: 0;
}
.blog .blog__posts .right .small .blog__post .blog__post-content .blog__post-author {
  margin-top: 8px;
}
.blog .blog__posts .right .first .blog__post .blog__post-image {
  max-height: 250px;
}
.blog .blog__posts .right .first .blog__post h5 {
  margin-top: 16px;
  font-size: 18px;
}
.blog .blog__posts .right .link {
  margin: 16px auto 0;
}

.text-container .blog .wrapper, .text .blog .wrapper, .h-entry .blog .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.text-container .blog h2, .text .blog h2, .h-entry .blog h2 {
  margin-bottom: 20px;
}
.text-container .blog .blog__posts .blog__post a, .text .blog .blog__posts .blog__post a, .h-entry .blog .blog__posts .blog__post a {
  border: none;
}
.text-container .blog .blog__posts .blog__post .blog__post-author, .text .blog .blog__posts .blog__post .blog__post-author, .h-entry .blog .blog__posts .blog__post .blog__post-author {
  margin-top: 0;
}

#page-content .text > table, #page-content .text > div > table, #page-content .text .wp-block-table > table, #page-content .text > figure > table {
  border-collapse: collapse;
  border-radius: 8px;
  border: none !important;
}
#page-content .text > table tr th, #page-content .text > table tr td, #page-content .text > div > table tr th, #page-content .text > div > table tr td, #page-content .text .wp-block-table > table tr th, #page-content .text .wp-block-table > table tr td, #page-content .text > figure > table tr th, #page-content .text > figure > table tr td {
  padding: 12px 15px;
  border: none;
}
#page-content .text > table tr:nth-child(even) td, #page-content .text > div > table tr:nth-child(even) td, #page-content .text .wp-block-table > table tr:nth-child(even) td, #page-content .text > figure > table tr:nth-child(even) td {
  background-color: #eee;
}
#page-content .text > table tr:nth-child(even) td:first-child, #page-content .text > div > table tr:nth-child(even) td:first-child, #page-content .text .wp-block-table > table tr:nth-child(even) td:first-child, #page-content .text > figure > table tr:nth-child(even) td:first-child {
  border-radius: var(--theme-border-radius-element, 10px) 0 0 var(--theme-border-radius-element, 10px);
}
#page-content .text > table tr:nth-child(even) td:last-child, #page-content .text > div > table tr:nth-child(even) td:last-child, #page-content .text .wp-block-table > table tr:nth-child(even) td:last-child, #page-content .text > figure > table tr:nth-child(even) td:last-child {
  border-radius: 0 var(--theme-border-radius-element, 10px) var(--theme-border-radius-element, 10px) 0;
}

.to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: var(--theme-header-style-background);
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
  visibility: hidden;
  z-index: 999;
  cursor: pointer;
}
.to-top svg {
  fill: var(--theme-header-color);
}
.to-top.show {
  visibility: visible;
}
.to-top:hover {
  opacity: 1;
}

/* Pages */
#page-content.page-404 {
  padding-top: 0;
  /* INTRO */
  /* INTRO */
}
#page-content.page-404 .intro {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  padding-top: 96px;
}
#page-content.page-404 .intro img {
  width: 100%;
  max-width: none;
  height: auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 25px;
  pointer-events: none;
  margin-left: 20%;
}
#page-content.page-404 .intro .right {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#page-content.page-404 .intro .theme-button {
  margin-top: 40px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #page-content.page-404 .intro {
    padding-top: 145px;
  }
  #page-content.page-404 .intro img {
    width: auto;
    position: absolute;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
    max-height: 80%;
    margin: 0;
  }
  #page-content.page-404 .intro .theme-button {
    width: auto;
  }
  #page-content.page-404 .intro .right {
    width: 50%;
    margin-bottom: auto;
  }
}
@media screen and (min-width: 1024px) {
  #page-content.page-404 .intro {
    padding-top: 0;
  }
  #page-content.page-404 .intro img {
    -webkit-transform: translateX(30%);
    transform: translateX(30%);
  }
  #page-content.page-404 .intro .right {
    margin: auto 0 auto auto;
  }
}
#page-content.page-404 .intro .wrapper {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page-content.page-404 .intro h1, #page-content.page-404 .intro h3, #page-content.page-404 .intro .text, #page-content.page-404 .intro .title-big {
  color: #000;
}
#page-content.page-404 .intro h2, #page-content.page-404 .intro h1, #page-content.page-404 .intro .title-big {
  font-size: 32px;
  line-height: 130%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #page-content.page-404 .intro h2, #page-content.page-404 .intro h1, #page-content.page-404 .intro .title-big {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  #page-content.page-404 .intro h2, #page-content.page-404 .intro h1, #page-content.page-404 .intro .title-big {
    font-size: 48px;
  }
}
#page-content.page-404 .intro .right {
  margin-left: auto;
}
#page-content.page-404 .intro .theme-button {
  margin-top: 56px;
}
#page-content.page-404 .intro {
  height: calc(100vh - 100px);
}
#page-content.page-404 .intro img {
  -webkit-transform: none;
  transform: none;
}
@media screen and (max-width: 767px) {
  #page-content.page-404 .intro img {
    margin-left: 0;
  }
}
#page-content.page-404 .intro h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  #page-content.page-404 .intro h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  #page-content.page-404 .intro h1 {
    font-size: 56px;
  }
}
#page-content.page-404 .intro .right {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #page-content.page-404 .intro .right {
    text-align: left;
  }
}
#page-content.page-404 + #page-footer {
  margin-top: 0;
}
#page-content.page-404 + #page-footer > .wrapper {
  display: none;
}

#page-content.page-text .intro {
  margin-bottom: 48px;
}
#page-content.page-text .intro .text {
  max-width: none;
}

#page-content.page-category h1 {
  font-weight: bold;
  color: var(--secondary-color);
}

#page-content .posts {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -24px;
}
#page-content .posts > * {
  width: 100%;
  margin-bottom: 24px;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  #page-content .posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -24px;
  }
  #page-content .posts > * {
    width: calc(100% / 2 - 16px * 1 / 2);
    margin-bottom: 24px;
  }
  #page-content .posts > *:not(:nth-child(2n)), #page-content .posts > *:not(:last-child) {
    margin-right: 16px;
  }
  #page-content .posts > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  #page-content .posts.posts-view-rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -32px;
  }
  #page-content .posts.posts-view-rows > * {
    width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }
  #page-content .posts.posts-view-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -32px;
  }
  #page-content .posts.posts-view-cards > * {
    width: calc(100% / 3 - 24px * 2 / 3);
    margin-bottom: 32px;
  }
  #page-content .posts.posts-view-cards > *:not(:nth-child(3n)), #page-content .posts.posts-view-cards > *:not(:last-child) {
    margin-right: 24px;
  }
  #page-content .posts.posts-view-cards > *:nth-child(3n) {
    margin-right: 0;
  }
}

#page-content.page-category--girl-profiles .page-content-inner, #page-content.page-profile .page-content-inner {
  width: 100%;
}
#page-content.page-category--girl-profiles .posts, #page-content.page-profile .posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #page-content.page-category--girl-profiles .posts, #page-content.page-profile .posts {
    gap: 18px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#page-content.page-category--girl-profiles .posts .post, #page-content.page-profile .posts .post {
  margin: 0;
}

.load-more, .back-link__wrapper {
  margin: 32px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.load-more .link, .back-link__wrapper .link {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.page-author .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px;
  margin: 24px 0 40px;
  border: var(--theme-border);
  -webkit-box-shadow: var(--theme-shadow);
  box-shadow: var(--theme-shadow);
  border-radius: var(--theme-border-radius-element);
}
@media screen and (min-width: 768px) {
  .page-author .author-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.page-author .author-info__img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
}
.page-author .author-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.page-author .author-info__content {
  width: 100%;
  text-align: center;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .page-author .author-info__content {
    width: calc(100% - 180px);
    text-align: left;
    padding-left: 24px;
    padding-top: 0;
  }
}
.page-author .author-info__content h3 {
  font-weight: 600;
}
.page-author .author-info__content p.text {
  margin: 0 0 24px;
}
.page-author .author-info__content-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-author .author-info__content-socials {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.page-author .author-info__content-socials a {
  color: currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  width: 24px;
  height: 24px;
}
.page-author .author-info__content-socials a svg {
  fill: currentColor;
  -webkit-transition: fill 0.24s ease-in-out;
  transition: fill 0.24s ease-in-out;
}
.page-author .author-info__content-socials a:hover svg {
  fill: var(--theme-main-color);
}
.page-author .author__posts ul {
  list-style: none;
}
.page-author .author__posts ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1;
}
.page-author .author__posts ul li:not(:last-child) {
  margin-bottom: 15px;
}
.page-author .author__posts ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  background: var(--theme-main-color);
  border-radius: 4px;
}
.page-author .author__posts ul li a {
  color: currentColor;
  line-height: 1;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}
.page-author .author__posts ul li a:hover {
  color: var(--theme-main-color);
  border-color: currentColor;
}

#page-footer {
  position: relative;
  z-index: 2;
  background: var(--theme-footer-background, #fff);
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
  overflow: hidden;
  color: var(--theme-footer-color);
  margin-top: 30px;
  padding: 17px;
}
@media screen and (min-width: 768px) {
  #page-footer {
    padding: 0 25px 25px;
  }
}
#page-footer .logo, #page-footer .wp-block-image {
  display: block;
  margin-bottom: 19px;
}
#page-footer .logo a, #page-footer .wp-block-image a {
  border: none !important;
  display: block;
  max-width: 230px;
}
#page-footer .page-footer__inner {
  border: 1px solid var(--theme-border-color);
  padding: 25px;
  border-radius: 12px;
}
#page-footer .page-footer__widgets {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #page-footer .page-footer__widgets {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
#page-footer .page-footer__widgets .widgets-section {
  width: 100%;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #page-footer .page-footer__widgets .widgets-section {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  #page-footer .page-footer__widgets .widgets-section {
    width: 25%;
  }
}
#page-footer .page-footer__widgets .widgets-section p {
  font-size: 14px;
}
#page-footer .page-footer__widgets .widgets-section a {
  border-bottom: 1px solid currentColor;
  color: currentColor;
  font-weight: 400;
  -webkit-transition: color 0.14s ease-in-out;
  transition: color 0.14s ease-in-out;
}
#page-footer .page-footer__widgets .widgets-section a:hover {
  color: var(--theme-footer-color-hover);
}
#page-footer .page-footer__widgets .widgets-section ul, #page-footer .page-footer__widgets .widgets-section ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#page-footer .page-footer__widgets .widgets-section ul li:not(:last-child), #page-footer .page-footer__widgets .widgets-section ol li:not(:last-child) {
  margin-bottom: 11px;
}
#page-footer .page-footer__widgets .widgets-section ul li a, #page-footer .page-footer__widgets .widgets-section ol li a {
  color: currentColor;
  border: none;
}
#page-footer .page-footer__widgets .widgets-section .icon-dropdown {
  display: none !important;
}
#page-footer .page-footer__widgets .widgets-section .sub-menu {
  padding-left: 15px;
  margin-top: 8px;
}
#page-footer .page-footer__widgets .widgets-section .widget__title, #page-footer .page-footer__widgets .widgets-section .widgettitle, #page-footer .page-footer__widgets .widgets-section h2, #page-footer .page-footer__widgets .widgets-section h3, #page-footer .page-footer__widgets .widgets-section h4 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px !important;
  line-height: 1;
  background: transparent !important;
  color: var(--theme-text-main-color) !important;
  font-family: var(--theme-font-title), serif;
}
#page-footer .page-footer__widgets .widgets-section .widget:not(:last-child) {
  margin-bottom: 19px;
}
#page-footer .page-footer__widgets .widgets-section .widget:not(:last-child):has(.wp-block-heading) {
  margin-bottom: 15px;
}
#page-footer .page-footer__widgets .widgets-section .widget .wp-block-heading {
  margin-bottom: 0 !important;
}
#page-footer .page-footer__widgets .widgets-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
  width: 100%;
}
#page-footer .page-footer__widgets .widgets-section form .field {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
#page-footer .page-footer__widgets .widgets-section form .theme-button {
  height: 38px;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#page-footer .page-footer__bottom {
  border-top: 1px solid var(--theme-border-color);
  text-align: center;
  line-height: 1;
  color: var(--theme-footer-color);
  -webkit-transition: color 0.24s ease-in-out;
  transition: color 0.24s ease-in-out;
  padding-top: 25px;
}
#page-footer .page-footer__bottom .copyright {
  width: 100%;
  text-align: center;
}
#page-footer .page-footer__bottom .copyright p {
  font-size: 14px;
}