/*---*/
/* Button */
.editor-a-button {
  line-height: 45px;
  border: 2px solid #88002f;
  display: table;
  margin: 20px auto;
  color: #88002f;
  padding: 0px 20px;
  font-size: 16px;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none !important;
}
.editor-a-button:hover {
  background: #88002f;
  color: #FFF;
}
/* Cormorant Font */
.editor-a-p-cormorant {
  font-family: 'Cormorant Infant', serif;
}
/* Lista */
.editor-ul-li-test li {
  color: #FF0000;
}
/* Telefon */
.editor-a-phone {
  font-size: 41px;
  color: #88002f !important;
  display: table;
  padding-top: 40px;
  margin: 0px auto 0px;
  position: relative;
  text-decoration: none !important;
}
.editor-a-phone::before {
  width: 160px;
  height: 2px;
  background: #88002f;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -80px;
  content: " ";
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.editor-a-phone:hover:before {
  width: 100%;
  left: 0px;
  margin-left: 0px;
}
/* Naglowek */
.editor-p-heading {
  font-size: 41px;
  color: #000;
  margin: 0px auto 20px auto;
  display: table;
}
/* Tabela ladna */
.editor-table-heading {
  width: 100%;
  border-color: #FF0000;
}
/* Wazny */
.editor-p-div-table-important {
  background: #FF0000;
  color: #FFF;
  padding: 5px;
}
/* Wazny */
.editor-p-test {
  background: #FF0000;
  color: #FFF;
  padding: 5px;
}
