/*
Theme Name: Qwery Child Theme
Template: qwery
Theme URI: https://qwery.ancorathemes.com/
Description: Qwery Child Theme
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.4
Tested up to: 6.6
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: qwery
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */


@media (max-width: 767px) {
    .elementor-kit-15 h2 {
        word-break: auto-phrase;
    }
}

.menu-item span {
    text-transform: uppercase;
}

.sc_services_item {
  position: relative;
  overflow: hidden;
}

.ort-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 10;
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.ort-badge {
    display: inline-block;
    background: rgb(7 18 32 / 81%);
    backdrop-filter: blur(10px);
    color: #e6b55a;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 10px;
    border-radius: 20px;
    border: 1px solid rgba(200, 152, 58, 0.4);
    font-family: 'DM Sans', sans-serif;
    pointer-events: none;
    width: fit-content;
}



.ort-kurzbeschreibung {
  font-size: 16px;
  color: #6B6E71;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 6px;
}

.sc_services_item_title {
    text-transform: uppercase;
}

.ort-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-top: 4px;
}

.sc_services_item_featured_top .ort-subtitle {
  color: #c8983a;
}

.sc_services_hover .sc_services_item_title {
    font-size: 2.5em;
    line-height: 1.3em;
    font-weight: 400;
    margin: 0;
}


form button:not(.components-button), input[type=button], input[type=reset], input[type=submit], .theme_button, .post_item .more-link, .wp-block-button__link, .sc_button:not(.sc_button_simple), .sc_form button, .sc_portfolio_preview_show .post_readmore {
    border-radius: 7px;
    
}