.wp-block-button .wp-block-button__link {
  border: 2px solid var(--wp--preset--color--gray);
  background-color: transparent;
  color: var(--wp--preset--color--default);
}
.wp-block-button .wp-block-button__link.has-background {
  border: none;
}
.wp-block-columns {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column {
  margin-bottom: 30px;
}
.wp-block-columns .wp-block-column .wp-block-group.has-background {
  min-height: 100%;
  box-sizing: border-box;
}
.wp-block-cover {
  width: auto;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}
.wp-block-group.has-background {
  padding: 30px;
}
.wp-block-group.is-style-small {
  max-width: 840px;
  margin: 0 auto;
}
.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.wp-block-image {
  margin-bottom: 15px;
}
.wp-block-image.alignfull img {
  max-width: none !important;
}
.wp-block-image figcaption {
  background-color: #FFFFFF;
  color: var(--wp--preset--color--default);
  font-size: var(--wp--preset--font-size--big);
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 15px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.wp-block-image.is-style-zoom {
  overflow: hidden;
}
.wp-block-image.is-style-zoom img {
  transition: transform 0.5s;
}
.wp-block-image.is-style-zoom:hover img {
  transform: scale(1.1);
}
ul.wp-block-list {
  list-style: none;
  line-height: 1.8;
  margin-bottom: var(--wp--style--block-gap);
}
ul.wp-block-list li {
  padding-left: 15px;
  position: relative;
}
ul.wp-block-list li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  font-weight: 700;
  color: var(--wp--preset--color--brown);
  position: absolute;
  top: 7px;
  left: 0;
}
ul.wp-block-list.is-style-check li {
  padding-left: 20px;
}
ul.wp-block-list.is-style-check li:before {
  content: "\f00c";
  font-size: 10px;
  top: 5px;
}
ul.wp-block-list ul {
  list-style: none;
}
ol.wp-block-list {
  padding-left: 20px;
  line-height: 140%;
  margin-bottom: var(--wp--style--block-gap);
}
ol.wp-block-list ol {
  padding-left: 20px;
}
.wp-block-media-text .wp-block-media-text__content {
  padding-left: 30px;
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0 !important;
    padding-top: 30px;
  }
}
p {
  line-height: 140%;
  margin-bottom: var(--wp--style--block-gap);
}
p.has-background {
  padding: 30px;
}
p.is-style-no-margin {
  margin-bottom: 0;
}
.wp-block-quote {
  border-color: var(--wp--preset--color--brown);
}
.wp-block-separator {
  max-width: 100px !important;
  margin-bottom: var(--wp--style--block-gap);
}
.wp-block-table table {
  border-collapse: collapse;
}
.wp-block-table th,
.wp-block-table td {
  border: 1px solid #000000;
  padding: 15px;
  text-align: left;
  vertical-align: top;
}
.wp-block-table th {
  white-space: nowrap;
}
.wp-block-table thead {
  border-bottom: none;
  background-color: var(--wp--preset--color--darkgray);
  color: #FFFFFF;
}
.wp-block-table tfoot {
  border-top: none;
  background-color: var(--wp--preset--color--gray);
  color: #FFFFFF;
}
.wp-block-table figcaption {
  padding: 15px;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--default);
}
iframe {
  border: none;
  display: block;
}
abbr {
  text-decoration: none;
}
.alignleft {
  margin-right: auto;
}
.alignright {
  margin-left: auto;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.screen-reader-text {
  display: none;
}
.full-width {
  width: 100%;
}
.wp-post-image {
  width: 100%;
}
.is-style-uppercase {
  text-transform: uppercase;
}
.has-large-font-size,
.has-larger-font-size,
.has-largest-font-size {
  line-height: 1.2;
}
@media (max-width: 640px) {
  .has-large-font-size,
  .has-larger-font-size,
  .has-largest-font-size {
    font-size: 28px !important;
  }
}
/* ########## old colors remove after test ########## */
.has-primary-background-color {
  background-color: #4f6a73;
}
.has-primary-color {
  color: #4f6a73;
}
.has-secondary-background-color {
  background-color: #aa2483;
}
.has-secondary-color {
  color: #aa2483;
}
