/**
 * This file contains Avada Theme overwrites!
 *
 * Only use this file if something can't be solved using theme options!!!
 *
 * @author Christian Hamacher <c.hamacher@alldesign.de>
 */

/*###############################################################################*/
/*#### TYPOGRAPHY
/*###############################################################################*/

@font-face {
    font-family:'pastelynregular';
    src: url('../fonts/pastelyn-webfont.woff') format('woff2'),
         url('../fonts/pastelyn-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

/*###############################################################################*/
/*#### DRAW ATTENTIION
/*###############################################################################*/

.hotspots-container .hotspot-title {
    text-align:left !important;
}

/*###############################################################################*/
/*#### JOBS FOR WORDPRESS
/*###############################################################################*/

.jobs-modal .jobs-modal-content {
    background-color: #04304a !important;
    border-color: #04304a !important;
}

.jobs-modal-form .jobs-modal-input p.message {
    color: #ffffff !important;
}

.jobs-modal-form .modal-input-text {
    color: #000000 !important;
}
