/* estils per a WYSIWYG */
/* line 4, ../sass/editor_html.scss */
.editor-title-bold {
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 10px;
  margin-top: 5px;
  color: #231f20;
  font-family: "brandon_grotesquebold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/* line 13, ../sass/editor_html.scss */
.editor-block-right {
  float: right;
  display: block;
  margin-bottom: 40px;
  width: 300px;
}
/* line 19, ../sass/editor_html.scss */
.editor-block-right .editor-name {
  color: #231f20;
  font-size: 1.4em;
}
/* line 24, ../sass/editor_html.scss */
.editor-block-right .editor-padding {
  padding-left: 79px;
}

/* line 28, ../sass/editor_html.scss */
.editor-quote {
  font-size: 2.2em;
  color: #231f20;
  background-image: url("../assets/quote.png");
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 79px;
  line-height: 1.1em;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 39, ../sass/editor_html.scss */
.editor-heading {
  background-position: left 28px;
  text-align: center;
  background-image: url("../assets/line-heading.png");
  background-repeat: repeat-x;
  background-position: left 30px;
  font-size: 1.9em;
  line-height: 1.2em;
  margin-bottom: 15px;
  color: #231f20;
}
/* line 50, ../sass/editor_html.scss */
.editor-heading span {
  padding: 0px 20px;
  background-image: url("../assets/background.jpg");
  background-repeat: repeat;
}

/* line 57, ../sass/editor_html.scss */
.editor-title-black {
  color: #231f20;
}

/* line 60, ../sass/editor_html.scss */
.editor-quote-name {
  color: #231f20;
  font-size: 1.4em;
}

/* line 64, ../sass/editor_html.scss */
.editor-quote-name-box {
  padding-left: 80px;
}

/* per a premis */
/* line 69, ../sass/editor_html.scss */
.editor-columna-premi {
  background-image: url("../assets/premi.png");
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  padding-top: 30px;
  margin-top: 20px;
  width: 460px;
  float: left;
}

/* line 81, ../sass/editor_html.scss */
.editor-taxat {
  text-decoration: line-through;
}
