/* Style for block Editor */

.editor-styles-wrapper {
    background-color: white;
}
/*
responsive settings
*/
/* responsive landscape tablet */
/* responsive portrait tablet */
/* responsive portrait phone */
.editor-styles-wrapper .block-library-list ol,
.editor-styles-wrapper .block-library-list ul {
  padding-left: 0;
  margin-left: 0;
}
html :where(.wp-block.wp-block-navigation-item) {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block,
.wp-block .wp-block-freeform {
  font-family: -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.1em !important;
  line-height: 1.7 !important;
}
.wp-block-buttons {
  padding: 8px 15px;
}
.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: inherit;
}
.wp-block-button__link {
  font-family: var(--secondary-font);
  font-size: 16px;
  color: #fff;
  box-sizing: inherit;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  word-wrap: break-word;
  cursor: pointer;
}
.dark-mode .wp-block-button__link {
  background-color: red;
  color: #fff;
}
.wp-block-button__link:hover {
  color: #fff;
  background-color: #484848;
}
.wp-block-heading h1,
.wp-block-heading h2,
.wp-block-heading h3,
.wp-block-heading h4,
.wp-block-heading h5,
.wp-block-heading h6 {
  font-family: var(--primary-font);
}
.editor-visual-editor__post-title-wrapper > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  font-size: 25px !important;
  font-weight: 600;
  line-height: 1.4;
}
.wp-block-image img:not(.image-logo) {
  margin: 0;
  width: 100%;
}
.wp-block-code {
  margin: 2px 15px;
  background-color: #ccc;
}
.dark-mode .wp-block-code {
  background-color: revert;
}
.wp-block-code code {
  font-family: fontAwesome;
  display: block;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 4px 6px;
}
.wp-block-quote {
  border: none;
  position: relative;
  margin: 0 0 0 18px;
  padding-left: 4px;
  overflow-wrap: break-word;
}
.wp-block-query-title, .wp-block-quote {
  box-sizing: inherit;
}
.wp-block-quote::before,
.wp-block-quote p::after {
  font-size: 30px;
  color: black;
  position: absolute;
}
.dark-mode .wp-block-quote::before,
.dark-mode .wp-block-quote p::after {
  color: #fff;
}
.wp-block-quote::before {
  content: "\201C";
}
.wp-block-quote p::after {
  content: "\201D";
  margin: 0 3px;
}
.wp-block-quote cite, .wp-block-quote footer {
  color: inherit;
  font-style: italic;
  font-weight: 600;
  position: relative;
  margin-left: 48px;
}
.wp-block-quote cite::before {
  content: "_____";
  position: absolute;
  left: -32px;
}
.wp-block-search__input {
  appearance: none;
  border: 1px solid #656565;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 1em;
  text-decoration: none!important;
}
.wp-block-search__button {
  margin-left: 0;
  word-break: keep-all;
  background-color: #181818;
  color: #fff;
  font-weight: 900;
}
.wp-element-button {
  cursor: pointer;
  border: 1px solid black;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: inherit;
  padding-left: 0;
}
.wp-block-image {
  margin: 0 0 1em;
}
.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.wp-block-preformatted {
  white-space: pre-wrap;
  font-family: 'Roboto', sans-serif;
  padding: 0 15px;
  line-height: 1.4;
  color: #3B3B3B;
  font-size: 17px;
}
.wp-block-table {
  margin: 0 0 1em;
  padding: 6px 15px;
}
.wp-block-table table {
  border-collapse: collapse;
}
.wp-block-table td, 
.wp-block-table th {
  word-break: normal;
  border: 1px solid;
  padding: 0.8em;
}
.wp-block-details {
  overflow: hidden;
  padding: 5px 15px;
}
.wp-block-details summary {
  cursor: pointer;
}