/* These styles are used only in the backend editor */

/* Here you can override any CSS which causes layout or visibility problems in the editor, */
/* and duplicate any Theme-CSS to make the editor display look more like the real frontend */

.orange-button{display:block;margin-top:20px;}

.orange-button a{color:white;background:#e54236;padding:15px 20px;border-radius:5px;transition:.2s;}

.orange-button a:hover{background:#353535;}

.orange-text{color:#e54236;padding:0 12px;line-height:34px;display:inline-block;}