/*
Theme Name: AITHON Robotics
Author: eloq GmbH
Author URI: https://eloq.swiss/
Description: Die eloq GmbH macht nicht einfach Internetseiten. Wir bieten Ihnen durchdachte Konzepte, mischen Designkompetenz mit technischem Können und streben so nach der perfekten Internet-Präsenz unseres Kunden. Das vorliegende Theme wurde von uns mit Passion und Freude handgefertigt. Wir hoffen, Ihnen gefällt unsere Arbeit!
Version: 1.5.7
*/

/* Imports */

@import url("css/typo.css");
@import url("css/utilities.css");
@import url("css/header.css");
@import url("css/footer.css");
@import url("css/use-cases.css");
@import url("css/single-post.css");
@import url("css/single-news.css");
@import url("css/page-news.css");

/*
COLOR DEFINITIONS - GOES BELOW:
*/
/* === Theme Specific === */
* {
  box-sizing: border-box;
}

/* ----- GENERAL ----- */

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-height: 100vh;
}

body > main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

section,
a {
  position: relative;
}

/* END GENERAL */

/* ----- WP ADMIN BAR ----- */

/*#wpadminbar {
    display: none;
  }*/

/* END WP ADMIN BAR */

/* ----- BUTTONS ----- */

/* Button classes:
        - btn_xyz_primary
        - btn_xyz_secondary 
*/

/* Button Reset */

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
}

.btn-primary {
  background: #fff;
  color: #273347;
  border-radius: 100px;
  text-transform: capitalize;
  border: 1px solid #273347;
  display: flex;
  flex-direction: row;
  gap: 5px;
  transition: all 300ms ease-in-out;
}

.btn-primary:hover,
.btn-primary:focus-visible,
.btn-primary.active:focus-visible,
.btn-primary:first-child:active:focus-visible,
.btn-primary.active,
.btn-primary:not(.btn-check) + .btn:active {
  color: #273347;
  background: #ffb200;
  border-color: transparent;
  text-decoration: none;
}

.btn-primary::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.01687 21.5359L6.95337 20.4724L15.1976 12.2282L6.95337 3.98391L8.01687 2.92041L17.3246 12.2282L8.01687 21.5359Z' fill='%23273347'/%3E%3C/svg%3E%0A");
  display: block;
  width: 24px;
  height: 24px;
  transition: all 300ms ease-out;
}

.btn-primary:hover::after {
  transform: translateX(5px);
}

.btn-secondary:not(.btn-details) {
  color: #273347;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: start;
  width: max-content;
  gap: 8px;
  background: transparent;
  text-transform: uppercase;
  font-weight: 400;
  transition: all 250ms ease-in-out;
}

.btn-secondary:not(.btn-details):not(.btn-details):hover,
.btn-secondary:not(.btn-details):focus-visible,
.btn-secondary:not(.btn-details).active:focus-visible,
.btn-secondary:not(.btn-details):first-child:active:focus-visible,
.btn-secondary:not(.btn-details).active,
.btn-secondary:not(.btn-details):not(.btn-check) + .btn:active {
  background: transparent !important;
  background-color: transparent !important;
  color: #273347 !important;
}

.btn-secondary:not(.btn-details) svg {
  transition: all 300ms ease-out;
}

.btn-secondary:not(.btn-details):hover svg {
  transform: translateX(-5px);
}

/* END BUTTONS */

/* ----- LAZYLOAD EFFECT ----- */

img.bg_static_cover {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  transition: filter 500ms, -webkit-filter 500ms;
}

img.bg_static_cover.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

/* END LAZYLOAD EFFECT */

/* WPForms */

div.wpforms-container-full:not(:empty) {
  margin: 0 auto;
}

.wpforms-container label {
  color: #000;
  font-family: "IBM Plex Sans", sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal;
  margin-bottom: 2px !important;
}

.wpforms-container input,
.wpforms-container textarea {
  border-radius: 10px !important;
  border: 2px solid #64666a !important;
  background: #fff !important;
}

.wpforms-container .wpforms-submit-container {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
}

.wpforms-container .wpforms-submit-container button.wpforms-submit,
.wpforms-container .wpforms-submit-container button.wpforms-submit:focus {
  border-radius: 100px !important;
  border: 1px solid #353639 !important;
  background: #fff !important;
  color: #353639 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
}

.wpforms-container .wpforms-submit-container button.wpforms-submit::after,
.wpforms-container
  .wpforms-submit-container
  button.wpforms-submit:focus::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.09084 21.2759L7.02734 20.2124L15.2716 11.9682L7.02734 3.7239L8.09084 2.6604L17.3986 11.9682L8.09084 21.2759Z' fill='%23353639'/%3E%3C/svg%3E%0A");
  display: block;
  height: 24px;
  width: 24px;
  transition: transform 200ms ease-in-out;
  position: relative !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: none !important;
}

.wpforms-container
  .wpforms-submit-container
  button.wpforms-submit:hover::after {
  transform: translateX(3px);
}
