@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?rh4lw0');
  src:  url('../fonts/icomoon.eot?rh4lw0#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?rh4lw0') format('truetype'),
    url('../fonts/icomoon.woff?rh4lw0') format('woff'),
    url('../fonts/icomoon.svg?rh4lw0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location:before {
  content: "\e900";
}
.icon-block:before {
  content: "\e901";
}
.icon-close:before {
  content: "\e902";
}
.icon-check:before {
  content: "\e903";
}
.icon-satisfied:before {
  content: "\e904";
}
.icon-dissatisfied:before {
  content: "\e905";
}
.icon-psychiatry:before {
  content: "\e906";
}
.icon-priority:before {
  content: "\e907";
}
.icon-question:before {
  content: "\e908";
}
.icon-bookmark:before {
  content: "\e909";
}
.icon-tag:before {
  content: "\e9ee";
}


.acf-field[data-name="icon"] .acf-radio-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.acf-field[data-name="icon"] .acf-radio-list:before,
.acf-field[data-name="icon"] .acf-radio-list:after {
  display: none;
}
.acf-field[data-name="icon"] .acf-radio-list li {
  display: flex;
  align-items: center;
}
.acf-field[data-name="icon"] .acf-radio-list li i {
  font-size: 1.6rem;
  padding: 0 10px;
}

/* Default block-editor CSS Customize */
body.d-breath_is-block-editor-post .contents .paragraph_large > * + * {
  margin-top: 40px;
}

.wp-block-button__link {
  border-radius: inherit;
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
  text-decoration: none;
  line-height: 1.66;
}

.wp-block-quote {
  background: #f1f1f1;
  border-left: 2px solid #ccc;
  padding: 30px 40px;
}
.wp-block-quote p {
  margin-bottom: 0;
  font-style: italic;
}
.wp-block-quote p + p {
  margin-top: 1em;
}
.wp-block-quote a {
  font-style: italic;
}
.wp-block-table table th,
.wp-block-table table td {
  border: 1px solid #ccc;
}
.wp-block-table table thead {
  border-bottom: 0;
}
.wp-block-table table thead th {
  background: #f8f8f8;
}
.wp-block-table table tbody td {
  text-align: center;
}
@media screen and (max-width:640px) {
  body.d-breath_is-block-editor-post .contents .paragraph_large > * + * {
    margin-top: 30px;
  }
  .wp-block-quote {
    padding: 20px 30px;
  }
}
