.wpex-alert {
	color: inherit;
	padding: 20px
}

.wpex-alert a:not([class]) {
	color: #07c;
	font-weight: inherit
}

.wpex-alert>a:hover {
	color: #171717
}

.wpex-alert {
    position: relative;
    margin: 0 0 20px;
    padding: 10px 20px;
    color: #32373c;
    background: rgba(255,255,255,0.06);
    border-width: 0 0 0 4px;
    border-style: solid
}

.wpex-alert p:last-child {
    margin: 0
}

.wpex-alert h4,.wpex-alert__heading {
    color: inherit;
    margin: 0 0 5px;
    font-size: 1.231em;
    font-weight: 600;
    line-height: 1.375
}

.wpex-alert a:not([class]) {
    color: inherit;
    font-weight: 700;
    text-decoration: underline
}

.wpex-alert-info {
    background-color: #e5f5fa;
    border-color: #00a0d2
}

.wpex-alert-success {
    background-color: #ecf7ed;
    border-color: #46b450
}

.wpex-alert-warning {
    background-color: #fff8e5;
    border-color: #ffb900
}

.wpex-alert-error {
    background-color: #fbeaea;
    border-color: #dc3232
}