/*!
Theme Name: Codenails
Theme URI: http://underscores.me/
Author: Underscores
Author URI: http://underscores.me/
Description: Responsive, lightning-fast and highly customizable wordPress theme.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codenails
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Codenails is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Module Loading States */
.module-error {
    text-align: center;
    padding: 60px 20px;
    color: #d63638;
    font-size: 16px;
    background: #fef7f1;
    border: 1px solid #d63638;
    border-radius: 8px;
    margin: 20px 0;
}
.suggestion-item {
  border-bottom: 1px solid #f0f0f0;
}

.suggestion-item:last-child {
  border-bottom: none;
}
.no-suggestions, .error {
  padding: 16px;
  text-align: center;
  color: #666;
  font-style: italic;
}

.error {
  color: #dc3545;
}

.form-group {
  position: relative;
}

/* Chicory */
.chicory-order-ingredients #chicory-default-btn {
  font-size: var(--font-size-body-xs);
  color: var(--color-black);
  font-weight: 600;
  padding: calc(13vw / var(--context)) calc(39vw / var(--context));
  background-color: var(--color-yellow);
  border: 1px solid var(--color-yellow);
  border-radius: calc(45vw / var(--context));
  text-transform: uppercase;
  transition: all .3s linear;
  font-family: var(--font-body);
}
.chicory-order-ingredients #chicory-default-btn:hover {
    background-color: var(--color-dark-yellow);
    border-color: var(--color-dark-yellow);
}
.chicory-order-ingredients .chicory-button-container {
    display: inline-block;
}
.chicory-order-ingredients a {
    text-align: center;
    width: 100%;
    display: block;
}

/* Ads */
@media screen and (min-width: 768px) {
  .mobile_ad{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .desktop_ad{
    display: none;
  }
}