/*
Theme Name: Theme by Creatable
Theme URI: https://creatable.co.nz/
Author: Creatable
Author URI: https://creatable.co.nz/
Template: Divi
Description: Theme by Creatable
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Divi
*/

@media screen and (max-width: 30em) {
    .dn-s {
        display: none;
    }
    .w-100-s {
        width: 100%;
    }
}

footer {
	display: none;
}

.crt-toast {
    transition: opacity 0.3s;
}

.grecaptcha-badge {
    display: none;
}

.crt-information {
    background-color: #55ff55;
}

.crt-error {
    background-color: #ff5555;
}

.animate {
    -webkit-transition: all 100ms !important;
    transition: all 100ms !important;
}

.animate-s {
    -webkit-transition: all 400ms !important;
    transition: all 400ms !important;
}

html,
body {
    font-family: Arial, Helvetica, sans-serif;
    font-display: fallback;
}
