/* Theme Name: Hotelft Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of hotelft
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: hotelft
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  hotelft-child
*/


/* ATF dots carousel trop petits  */
.owl-dot {
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  transition: background-color 0.3s;
}

.owl-dot.active span {
  background-color: #333;
}

/* ATF hidden links RGAA */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
  font-weight: bold;
  display:none;
  height:0px;
}

.skip-link:focus {
  top: 10px;
}

ul.menu li.current-menu-item > a, ul.menu li.current-menu-ancestor > a, ul.menu li.current-menu-parent > a {
  color: #FFFFFF !important;
  background-color:rgb(7, 72, 80) !important;
}

/* Focus RGAA */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
[tabindex]:focus {
    outline: 2px solid var(--primary) !important;
    outline-offset: 2px  !important;
}