/*
Theme Name: Lohko Teema Palveluyritys

Author: ArtCloud
Author URI: https://www.artcloud.fi
Description: Art1 Block-base is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.

Version: 1.0.1

Text Domain: artcloud
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/

/*ploylang*/
ul.wp-block-polylang-language-switcher {
    list-style: none;
    display: flex;
    gap: 10px;
}
ul.wp-block-polylang-language-switcher li.current-lang {
    font-weight: 700;
}
/*Contact form style*/
.form-inline {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  font-size: 1rem;
}

.form-label {
  display: block;
      margin-bottom: -25px;
    margin-top: 5px;
}
.form-check {
  display: flex;
  align-items: center;
}

.form-check-input {
  margin-right: 0.5rem;
}

.btn {
  background-color: #007bff;
  color: white;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.25rem;
  cursor:pointer;
}

.artcloud-mm-item__dropdown-content {
    margin-left: auto;
    margin-right: auto;
/*     background-color: gray !important; */
}


@media (min-width: 783px) and (max-width: 1280px) {
.artcloud-mm_wrapper .artcloud-mm-item_dropdown-wrapper { top: auto !important;}
}
