/*!
Theme Name: Asahi + WordPress + Tailwind
*/

@tailwind base;

@tailwind components;

@tailwind utilities;

.contact-content {
    position: relative;
    display: inline-block;
    background: url('assets/img/homepage/img-footer.png') no-repeat 0 0;
    background-size: cover;
}

.is-active {
    border: none !important;
}

.horizontal-item {
    margin-left: 0 !important;
}

.mwform-checkbox-field input {
    margin-right: 10px !important;
}

.flip_icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}