
/* Hide gutenberg block editing on certain pages */
.avenue-short-editor .edit-post-visual-editor{
  display: block;
  flex: 0;
  flex-basis:0%;
}

.avenue-short-editor .block-editor-writing-flow__click-redirect {
  display: none;
}

.avenue-short-editor .block-editor-block-list__layout {
  display: none;
}

/* Custom Blockquote Style */
.is-style-left-quote {
  width: 50%;
}

/* Custom Blockquote Style -- Extra Margin */
.is-style-left-quote-margin-top {
  width: 50%;
  margin-top: 60px;
}

.is-style-download-btn > div::before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 28 28' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='none' fill-rule='evenodd'%3e%3crect x='1' y='1' width='26' height='26' rx='13' stroke='%23FFF' stroke-width='2'/%3e%3cpath d='M12.68 9.1v6.63l-2.6-2.6a1.1 1.1 0 00-1.55 0l-.21.2a1.1 1.1 0 000 1.55l4.8 4.8c.2.2.48.32.77.32h.1c.28 0 .56-.11.77-.32l4.8-4.8a1.1 1.1 0 000-1.54l-.22-.21a1.1 1.1 0 00-1.54 0l-2.6 2.6V9.1c0-.6-.5-1.09-1.1-1.09h-.33c-.6 0-1.09.49-1.09 1.1z' fill='%23FFF'/%3e%3c/g%3e%3c/svg%3e");
  background-size: 22px;
  position: relative;
  top: 4px;
  margin-right: 7px;
}