/*----------------------------- CUSTOM -----------------------------*/
[data-section="wrap"] {
    width:980px;
}

a {
    color: rgb(180, 180, 180);
    text-decoration: underline;
}

a:hover {
    color:#4803ad;
}

/* [ Base text ] */
div.text-content,
div[data-editable="webformNew"] input[type="text"],
div[data-editable="webformNew"] input[type="email"],
div[data-editable="webformNew"] textarea,
div[data-editable="webformNew"] select,
div[data-editable="webinarNew"] input[type="text"],
div[data-editable="webinarNew"] input[type="email"],
div[data-editable="webinarNew"] textarea,
div[data-editable="webinarNew"] select,
div[data-editable="webinarNew"] .directional{
    font-size: 20px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: rgb(255,255,255);
    line-height: 1.2;
    font-weight:700;
}

/* [ Webform text ] */
div[data-editable="webformNew"] input[type="text"],
div[data-editable="webformNew"] input[type="email"],
div[data-editable="webformNew"] textarea,
div[data-editable="webformNew"] select,
div[data-editable="webformNew"] .directional,
div[data-editable="webinarNew"] input[type="text"],
div[data-editable="webinarNew"] input[type="email"],
div[data-editable="webinarNew"] textarea,
div[data-editable="webinarNew"] select,
div[data-editable="webinarNew"] .directional {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}
div[data-editable="webformNew"] label,
div[data-editable="webinarNew"] label {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}

/* [ Webform inputs ] */
div[data-editable="webform"] input[type="text"],
div[data-editable="webform"] input[type="email"],
div[data-editable="webform"] textarea,
div[data-editable="webform"] select,
div[data-editable="webformNew"] input[type="text"],
div[data-editable="webformNew"] input[type="email"],
div[data-editable="webformNew"] [data-item-what="phone"] .fix-table-bug,
div[data-editable="webformNew"] textarea,
div[data-editable="webformNew"] select,
div[data-editable="webinarNew"] input[type="text"],
div[data-editable="webinarNew"] input[type="email"],
div[data-editable="webinarNew"] [data-item-what="phone"] .fix-table-bug,
div[data-editable="webinarNew"] textarea,
div[data-editable="webinarNew"] select {
    background-color: rgb(255, 255, 255);
    border-radius: 32px;
    border: 2px solid rgb(255, 255, 255);
}

div[data-editable="webformNew"] [data-item-what="phone"] input[type="text"],
div[data-editable="webinarNew"] [data-item-what="phone"] input[type="text"] {
    border:none;
}

div[data-editable="webformNew"] .directional::after {
    border-color: rgb(161,169,173) transparent transparent transparent;
}

[data-editable="webformNewItem"].opened .directional::after {
    border-color: transparent transparent rgb(161,169,173) transparent;
}

/* [ Button container ] */
div[data-editable="button"],
div[data-editable="webinarButton"],
div[data-editable="webformNew"] button,
div[data-editable="webinarNew"] button {
    border-radius: 32px;
    background-color: #000000;
    border: solid 1px #000000;
}

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

/* [ Button :hover ] */
div[data-editable="button"].hover,
div[data-editable="webinarButton"].hover,
div[data-editable="webform"] div[data-type="submit"].hover button,
[data-editable="webformNewButton"].hover button {
    border-radius: 32px;
    background-color: #ffffff;
    border: solid 1px transparent;

}

div[data-special-hover="dark-s"] {
    background-color: #EB0960;
    border-radius: 32px;
}

div[data-special-hover="dark-s"] button {
    color:#ffffff;

}

div[data-special-hover="dark-s"].hover button{
    border-radius: 32px;
    background-color: #ffffff;
    border: solid 1px transparent;
}

div[data-editable="button"].hover button,
div[data-editable="webinarButton"].hover button,
div[data-editable="webform"] div[data-type="submit"].hover button,
[data-editable="webformNewButton"].hover button {
    color: #000000;
}

div[data-special-hover="dark-s"].hover button{
    color: #EB0960;
}


[data-editable="webformNew"] [data-editable-item="label"] label,
[data-editable="webinarNew"] [data-editable-item="label"] label {
    padding: 9px 9px 9px 1px;
}
