/*----------------------------- 
    TEMPLATES GLOBAL
-----------------------------*/

/* [ Button container ] */
div[data-editable="button"],
div[data-editable="webinarButton"],
div[data-editable="webform"] button {
    background-color: #e93c35;
}

/* [ Button text ] */
div[data-editable="button"] button,
div[data-editable="webinarButton"] button,
div[data-editable="webform"] button {
    font-family: 'Raleway', sans-serif;
    font-size: 39px;
    font-weight: 700;
    color: #ffffff;
}

/* [ Button :hover ] */ 
div[data-editable="button"]:hover,
div[data-editable="webinarButton"]:hover,
div[data-editable="webform"] button:hover {
    opacity: 1;
    background-color: rgba(186, 26, 36, 1);
}

div[data-editable="button"]:hover button,
div[data-editable="webinarButton"]:hover button,
div[data-editable="webform"] button:hover,
div[data-editable="button"] button.btn-hover {
    background-color: #e91910;
}