/*
Theme Name: Mikalto Child
Theme URI: https://mikalto.jwsuperthemes.com
Template: mikalto
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: When you have access to Mikalto, you can quickly and easily create a website for a hotel, resort, or other type of accommodation. This hotel WordPress theme will quickly turn your vision into a reality. You can change the layout at any moment by adding rules, colors, and other elements. Mikalto's features include, but are not limited to, an advanced search availability form, total control over seasonal pricing, and online and offline payment options. Mikalto has it all for your convenience, with flexible booking conditions, exclusive packages and services, confirmations and coupons. It can also be translated into your native language or globalized.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 2.1.0
Updated: 2023-08-22 06:35:03
*/

:root {
  --main: #09205c;
  --secondary: #ffc1b4;
  --third: #fffaf5;
  --light: #ffffff;
  --dark: #000000;
  --heading: #0e1316;
  --body: #444c61;
  --body2: #a1a0a1;
  --bodybg: #ffffff;
  --btn-bgcolor: #09205c;
  --btn-color: #ffffff;
  --btn-bgcolor2: transparent;
  --btn-color2: #09205c;
  --font-size-sm: 14px;
  --line-height-sm: 19.6px;
  --input-background: #ffffff;
  --input-background2: #ffffff;
  --background-item: #fffaf5;
  --background-body: #ffffff;
  --border-color: #e0e1e3;
  --border-color2: #80818d;
  --full-fd: 70px;
  --link: #0e1316;
  --link_hover: #09205c;
  --font-size-md: 18px;
  --line-height-md: 25px;
}
@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;
}
