/*
 Theme Name:   Vonaco Child
 Description:  Vonaco Child Theme
 Theme URI:	   https://batlab.mk
 Author:       Batlab.mk
 Author URI:   https://batlab.mk
 Template:     vonaco
 Version:      1.0.2
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  vonaco-child
*/

.grecaptcha-badge { 
    visibility: hidden !important;
}

.col-full {
  max-width: 100% !important;
  padding: 0 !important;
}

.elementor-widget-vonaco-menu-list .menu-style-custom .elementor-menu-list-item {
  display: flex;
}
.elementor-widget-vonaco-menu-list .menu-style-custom .elementor-menu-list-image {
  width: 100px;
  margin-right: 30px;
}
.elementor-widget-vonaco-menu-list .menu-style-custom .elementor-menu-list-image img {
  width: 100%;
  object-fit: cover;
}
.elementor-widget-vonaco-menu-list .menu-style-custom .elementor-menu-list-text {
  flex: 1;
}
.elementor-widget-vonaco-menu-list .menu-style-custom .elementor-menu-list-header {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  margin-bottom: 10px;
  justify-content: space-between;
}
.elementor-widget-vonaco-menu-list .menu-style-custom .elementor-menu-list-title {
  max-width: 80%;
}
.elementor-widget-vonaco-menu-list .menu-style-custom .elementor-menu-list-separator {
  flex-grow: 1;
  margin-left: 20px;
  margin-right: 20px;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: var(--border);
  height: 0;
}

.elementor-widget-vonaco-menu-list .menu-style-custom .elementor-menu-list-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0.5rem;
}

.elementor-widget-vonaco-menu-list .menu-style-custom .elementor-menu-list-title {
    flex: 1 1 auto;
    min-width: 0;
    word-break: break-word;
    white-space: normal;
    display: flex;
    align-items: center;
}
.elementor-widget-vonaco-menu-list .menu-style-custom .elementor-menu-list-title img {
    width: 25px;
}

.elementor-widget-vonaco-menu-list .menu-style-custom .elementor-menu-list-separator {
    min-width: 2%;
    margin-top: 10px;
}

.elementor-widget-vonaco-menu-list .menu-style-custom .elementor-menu-list-price {
    white-space: nowrap;
    flex-shrink: 0;
}

/* boka */
.boka-bord {
  text-align: center;
}
.truebooking-button-86650efa {
    /* background-color: #a6674a;
    color: #ffffff;
    padding: 15px 40px;
    cursor: pointer; */
}

@media (max-width: 768px) {
  .elementor-button {
    padding: 1.2em 1.6em;
  }
}