@charset "UTF-8";
/*
Theme Name: Goyard
Theme URI: https://goyard.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: Goyard is a Hotel & Resort Booking WordPress theme for hotels, resorts, villas, apartments and homestays. Launch a professional reservation website with real-time room availability, seasonal pricing, invoices and Stripe, PayPal or WooCommerce payments, plus Elementor layouts, one-click demo import and a full booking dashboard.
Requires at least: 7.0.4
Version: 1.0.0
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: goyard
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, threaded-comments, translation-ready
*/

:root {
  --dark: #000000;
  --bodybg: #ffffff;
  --font-size-sm: 14px;
  --line-height-sm: 19.6px;
  --input-background: #ffffff;
  --input-background2: #ffffff;
  --background-item: #fefaf5;
  --background-body: #ffffff;
  --green_color: #d9fe89;
  --border-cl: #e0e1e3;
  --border-cl2: #80818d;
  --full-fd: 70px;
  --third: #63574a;
  --fs-smallb: 12px;
  --fh-smallb: 16px;

  --fs-small: 14px;
  --fh-small: 22.4px;

  --fs-small2: 12px;
  --fh-small2: 15px;

  --fs-medium: 18px;
  --fh-medium: 25.2px;

  --fs-medium2: 20px;

  --fs-body: 16px;
  --fh-body: 22.4px;

  --e-a-color-secondary: #515962;
  --e-a-color-success: #0a875a;
  --e-a-color-danger: #dc2626;
  --e-a-color-info: #2563eb;
  --e-a-color-warning: #f59e0b;
  --e-a-color-accent: #93003f;
  --e-a-bg-secondary: #515962;
  --e-a-bg-success: #f2fdf5;
  --e-a-bg-info: #f0f7ff;
  --e-a-bg-danger: #fef1f4;
  --e-a-bg-warning: #fffbeb;

  --content-width: 1450px;
}

@media (max-width: 767px) {
  :root {
    --font-size-sm: 12px;
    --line-height-sm: 16px;
  }
}

.btn-theme {
  background: var(--main);
  color: #ffffff;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  line-height: 50px;
}

button.btn-theme {
  border: 0;
}
