/*
Theme Name: Augustine
Theme URI: https://augustine.qodeinteractive.com
Description: Hotel Booking Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: augustine
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Remove decorative underline strokes under buttons site-wide */
.qodef-button::before,
.qodef-button::after,
.qodef-theme-button::before,
.qodef-theme-button::after,
button[type="submit"]::before,
button[type="submit"]::after,
input[type="submit"]::before,
input[type="submit"]::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.qodef-button,
.qodef-theme-button,
button[type="submit"],
input[type="submit"] {
  box-shadow: none !important;
}
