/*
    Theme Name: Acx Divi Child Theme
    Theme URI: https://acxcom.com/
    Version: 3.14
    Description: Child theme made for Divi.
    Author: Acxcom
    Author URI: https://www.acxcom.com
    Template: Divi
*/

@import "../Divi/style.css";

/* General */
sup {
    font-size: 50%;
}
body, p, h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1px;
}
.btn {
    cursor: pointer;
}
.et_pb_button {
    border-color: #fff !important;
}

/* Forms */
#acx-form-overlay {
    background: #5b5b5b;
    padding: 30px;
    max-width: 362px;
    margin: auto;
	margin-top: 30px;
}
input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 12px;
    color: #4e4e4e;
    margin-top: 10px;
}
#cred_form_17_1_1_form_submit_1 {
    margin-top: 20px;
}

/* Header */
.et_pb_menu .et-menu > li {
    padding-left: 30px;
    padding-right: 30px;
}
#et-top-navigation {
    visibility: hidden;
}

/* Pages */
.et_overlay::before {
    font-size: 60px !important;
}