/*
Theme Name: Kocomotion Theme
Theme URI: https://them.es/starter-fse
Author: loehn.digital
Author URI: https://loehn.digital
Description: A custom WP-Theme for Kocomotion.
Requires at least: 5.9
Tested up to: 6.1
Requires PHP: 7.2
Version: 1.3.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Text Domain: kocomotion
Tags: full-site-editing, 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
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */

.km-arrow {
  font-size: 12px !important;
}

@media (min-width: 783px) {
  .km-arrow {
    display: none !important;
  }
}

@media (max-width: 782px) {
  .wp-block-columns.reverse {
    flex-direction: column-reverse;
  }
}

.single-market h2,
.single-application h2 {
  margin-top: var(--wp--preset--spacing--5) !important;
}

.wp-block-button:where(.is-style-outline)
  > .wp-block-button__link:not(.has-background) {
  transition: all 250ms ease-in-out;
}
.wp-block-button:where(.is-style-outline)
  > .wp-block-button__link:not(.has-background):hover {
  background-color: var(--wp--preset--color--yellow) !important;
  border-color: var(--wp--preset--color--yellow) !important;
}


.drawing-item-caption {
  font-style: italic;
  text-decoration: none !important;
}

.link-list-item:hover .drawing-item-caption {
  text-decoration: none !important;
  text-decoration-color: transparent !important;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #fff !important;
}