/*
Theme Name: Webtron OA 2026 Dev
Theme URI: https://www.webtrononlineauction.com
Description: Modern WordPress theme for Webtron Online Auction, fully optimized for WordPress 6.9+ with custom Gutenberg blocks, Gravity Forms integration, and responsive design. Updated 2026.
Author: Webtron Development Team
Author URI: https://www.webtrononlineauction.com
Version: 3.2.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: Proprietary
License URI: https://www.webtrononlineauction.com/license
Text Domain: webtron
Tags: auction, business, custom-blocks, gravity-forms, responsive, modern

This theme supports:
- Custom Gutenberg blocks (Before/After, Carousel)
- Gravity Forms 
- Bootstrap 3.x framework
- ACF (Advanced Custom Fields)
- Custom post types (Banners)
- WordPress 6.9 compatibility
*/

/*
===================================
THEME STRUCTURE
===================================
This stylesheet contains global theme styles.
Component-specific styles are located in:
- /assets/css/components/
- /assets/css/blocks/
- /assets/css/vendor/

For build tools and block editor assets, see package.json
*/

/* ===================================
   GLOBAL RESETS & BASE STYLES
   =================================== */

/* WordPress Theme Custom Properties */
:root {
  /* Spacing Scale */
  --wp--preset--spacing--30: 0.5rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2rem;
  
  /* Color Palette */
  --wp--preset--color--primary-blue: #203d89;
  --wp--preset--color--link-blue: #2372ce;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--black: #333333;
  --wp--preset--color--light-gray: #f5f5f5;
  --wp--preset--color--dark-gray: #666666;
}

*,
body {
  font-family: Lato, Helvetica, Arial, sans-serif;
}
body {
  background: white;
  font-weight: 300;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  transition: color 0.25s;
}
a:hover {
  text-underline-offset: 2px;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1 {
  font-size: 5rem;
  font-weight: 100;
  padding: 0 0 5px;
  margin-bottom: 20px;
  line-height: 1.2em;
}
h1 a:hover {
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
h2 {
  font-size: 3rem;
  line-height: 1.2em;
}
h3 {
  font-size: 2rem;
  margin-top: 20px;
  color: #2a6496;
  line-height: 1.4em;
}
h4 {
  line-height: 1.4em;
}
p {
  margin: 0 0 20px;
}
q {
  font-weight: 300;
}
article h1 {
  font-size: 3rem;
  font-weight: bold;
}
.centre {
  text-align: center;
}
.text-right {
  text-align: right;
}
.display-inline {
  display: inline-block;
}
.margin-left-10 {
  margin-left: 10px;
}
ul.custom-bullet {
  padding-left: 20px;
  margin: 0 0 10px 0;
}
ul.custom-bullet li {
  list-style: none;
  background: url(images/bullet-blue.png) no-repeat left 5px;
  padding-left: 20px;
  margin-bottom: 10px;
}
ul.blue-bullet {
  list-style: none;
  padding-left: 40px;
}
ul.blue-bullet li {
  list-style: none;
  margin-bottom: 10px;
}
ul.blue-bullet li:before {
  content: "\f058";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #428bca;
  margin-left: -23px;
}
ul.dark-blue-bullet {
  list-style: none;
  padding-left: 25px;
}
ul.dark-blue-bullet li {
  list-style: none;
  margin-bottom: 10px;
}
ul.dark-blue-bullet li:before {
  content: "\f05d";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #5084a8;
  margin-left: -23px;
}
#menu-quick-links {
  margin-bottom: 20px;
}

/* ===================================
   LAYOUT & STRUCTURE
   =================================== */

/* HEADER */

/* CONTAINER */
.content.container {
  padding: 20px;
  margin-top: 20px;
}
.entrytext {
  line-height: 24px;
  margin-bottom: 15px;
}

/* SUPPORT */
.support-extras h2 {
  margin-bottom: 20px;
}
.support-extras .row {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 0 0 0;
}
.support-extras .row .col-md-4 {
  border-right: 1px solid #ccc;
  min-height: 110px;
}
.support-extras .row .row-last {
  border: none;
}
.support-extras a:not(.btn) {
  color: #222;
  transition: color 0.25s;
}
@media (max-width: 767px) {
  h1 {
    font-size: 20px;
    font-weight: 600;
  }
  h2 {
    font-size: 20px;
    font-weight: 600;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .support-extras .row .col-md-4 {
    border: 0;
  }
}
.btn {
  transition: color 0.25s, background 0.25s;
}
.btn-primary.toggle {
  border: 1px solid #357ebd;
}
.btn-primary {
  background: #2372ce;
  border: none;
  color: #fff;
}
.btn-primary:hover {
  background: #1d428a;
  color: #fff;
}
.btn-secondary {
  background: #333;
  color: #fff;
}
.btn-secondary:hover {
  background: #101821;
  color: #fff;
}
.btn-primary-outline {
  background: #fff;
  border: 1px solid #203d89;
  color: #203d89;
}
.btn-primary-outline:hover,
.btn-primary-outline:active,
.btn-primary-outline:focus {
  background: #203d89;
  color: #fff;
  border: 1px solid #203d89;
}
.primary-color {
  color: #2372ce;
}
.relative {
  position: relative;
}
.zindex {
  z-index: 10;
}
.primary-dark-bg {
  background-color: #101821;
}
.padding-15 {
  padding: 15px;
}
.margin-0 {
  margin: 0;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-70 {
  margin-top: 70px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}

.woa-logo {
  height: auto;
}

/* ===================================
   WORDPRESS EDITOR COLOR CLASSES
   =================================== */

/* Text colors */
.has-primary-blue-color {
  color: #203d89;
}

.has-link-blue-color {
  color: #2372ce;
}

.has-white-color {
  color: #ffffff;
}

.has-black-color {
  color: #333333;
}

.has-light-gray-color {
  color: #f5f5f5;
}

.has-dark-gray-color {
  color: #666666;
}

/* Background colors */
.has-primary-blue-background-color {
  background-color: #203d89;
}

.has-link-blue-background-color {
  background-color: #2372ce;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-black-background-color {
  background-color: #333333;
}

.has-light-gray-background-color {
  background-color: #f5f5f5;
}

.has-dark-gray-background-color {
  background-color: #666666;
}

/* Override Bootstrap paragraph defaults when color class is applied */
p.has-text-color,
h1.has-text-color,
h2.has-text-color,
h3.has-text-color,
h4.has-text-color,
h5.has-text-color,
h6.has-text-color {
  /* Color is set by the specific color class above */
}

/* Ensure paragraphs inside colored divs inherit the div's color */
.has-primary-blue-color p:not([class*="has-"]),
.has-link-blue-color p:not([class*="has-"]),
.has-white-color p:not([class*="has-"]),
.has-black-color p:not([class*="has-"]),
.has-light-gray-color p:not([class*="has-"]),
.has-dark-gray-color p:not([class*="has-"]) {
  color: inherit;
}

/* ===================================
   CONTACT DETAILS - HEADER
   =================================== */

.contact-details {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 200;
}

/* Button alignment */
.contact-details .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-details .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(32, 61, 137, 0.2);
}

/* Phone icon wrapper - creates circular background with CSS */
.contact-details .phone-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #203d89;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
}

.contact-details .phone-icon {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s ease;
}

/* Dropdown caret spacing and animation */
.contact-details .dropdown-caret {
  transition: transform 0.3s ease;
  font-size: 12px;
}

.contact-details .btn-group.open .dropdown-caret {
  transform: rotate(180deg);
}

/* Hover states */
.contact-details .btn:hover .phone-icon-wrapper {
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(32, 61, 137, 0.3);
}

.contact-details .btn:hover .phone-icon {
  color: #2372ce;
  transform: scale(1.05);
}

/* Dropdown menu modern styling */
.contact-details .dropdown-menu {
  border: none;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  margin-top: 8px;
  min-width: 240px;
  animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact-details .dropdown-menu > li {
  padding: 0;
}

.contact-details .dropdown-menu > li:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.contact-details .dropdown-menu > li > a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 15px;
}

.contact-details .dropdown-menu > li > a:hover {
  background: linear-gradient(to right, #f8f9fa, #fff);
  color: #2372ce;
  padding-left: 24px;
  transform: translateX(2px);
}

.contact-details .dropdown-menu .flag {
  width: 24px;
  height: auto;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.contact-details .dropdown-menu .fa-globe {
  color: #2372ce;
  font-size: 18px;
  width: 24px;
  text-align: center;
  flex-shrink: 0;
}

/* Active/open state */
.contact-details .btn-group.open .btn-primary-outline {
  background-color: #fff;
  border-color: #2372ce;
  color: #2372ce;
  box-shadow: 0 4px 12px rgba(32, 61, 137, 0.15);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .webtron-post-center {
    text-align: center;
  }
  .webtron-post-icon {
    display: block;
    margin: auto;
  }
}
.phone {
  color: #eee;
  font-size: 15px;
  font-weight: 200;
  line-height: 1em;
  padding-top: 10px;
  padding-left: 15px;
}

.logo {
  padding-top: 20px;
  padding-bottom: 20px;
}
.logo > .row {
  display: flex;
  align-items: center;
}
.logo > .row > :first-child {
  display: grid;
  grid-template-columns: 1fr 10%;
  gap: 1rem;
  align-items: center;
}
.woa-mobile-logo-wrapper {
  opacity: 0;
  display: grid;
  grid-template-columns: 40px 30px;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
  transition: opacity 0.25s;
}
@media (min-width: 768px) {
  .woa-mobile-logo-wrapper {
    position: absolute;
  }
}
.woa-ai-icon-link {
  display: block;
}
.woa-ai-icon-link:hover img {
  animation-name: bounce;
  -moz-animation-name: bounce;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

h2.sidebar-heading {
  background: #333 url(images/sidebar-heading.png) no-repeat right top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding: 8px 10px;
  font-weight: 100;
  font-size: 1.3em;
}
/*

BANNER THINGS

*/
#featured {
  overflow: hidden;
  padding-bottom: 20px;
  height: 440px;
}
.no-js .banner {
  display: none;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.banner img {
  margin: 0;
}
.banner .container {
  height: 100%;
}
.banner .heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 1em;
  text-shadow: 1px 1px 1px #333;
  letter-spacing: -2px;
  margin: 0;
}
@media (min-width: 768px) {
  .banner .heading {
    font-size: 52px;
  }
}
.banner .slogan {
  color: #fff;
  font-size: 18px;
  line-height: 1.2em;
  text-shadow: 1px 1px 1px #333;
}
.banner .textbox {
  text-align: center;
}
.all-caps {
  text-transform: uppercase;
}
.blue-text {
  color: #5fa1d5;
}
.light-grey-text {
  color: #ccc;
}
.black-text {
  color: #000;
}
.green-text {
  color: #25b959;
}
.white-text {
  color: #fff;
}
.gold-text {
  color: #e8b82a;
}
/* BANNER Agriculture */
.agriculture-bg {
  height: 442px;
  background: #101820
    url(http://www.webtrononlineauction.com/wp-content/uploads/agriculture-bg.jpg)
    no-repeat 50% bottom;
}
.agriculture-bg .heading {
  font-size: 40px;
  line-height: 1em;
  margin: 0;
}
.agriculture-bg .textbox {
  padding-top: 110px;
  text-align: center;
}
.agriculture-bg .farmer {
  position: absolute;
  top: 7px;
  right: 0px;
}
.agriculture-bg .seal {
  position: absolute;
  top: 270px;
  right: 20px;
}

@media (max-width: 767px) {
  .agriculture-bg .textbox {
    padding-top: 110px;
  }
  .agriculture-bg .heading {
    font-size: 32px;
  }
  .agriculture-bg .margin-top-70 {
    margin-top: 120px;
  }
}

@media (min-width: 768px) {
  .agriculture-bg .textbox {
    padding-top: 90px;
  }
}

@media (min-width: 991px) {
  .agriculture-bg .textbox {
    width: 60%;
  }
}

/* BANNER Become Uber */
.become-uber-bg {
  height: 442px;
  background: url(/wp-content/uploads/uber-banner-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.become-uber-bg .textbox {
  margin-top: 100px;
}
.become-uber-bg .textbox .heading {
  font-size: 32px;
  width: 300px;
  margin: 40px auto;
}
.become-uber-bg .textbox .slogan {
  margin: 20px auto 0;
  width: 300px;
}
.become-uber-bg .webtron-4-0 {
  width: 256px;
  margin: 30px auto 10px;
}
@media (max-width: 767px) {
  .become-uber-bg .jetpack-guy {
    display: none;
  }
}
@media (max-width: 991px) {
  .become-uber-bg .webtron-4-0,
  .become-uber-bg .guy1,
  .become-uber-bg .guy2,
  .become-uber-bg .girl,
  .become-uber-bg .cloud1,
  .become-uber-bg .cloud2 {
    display: none;
  }
}
@media (min-width: 768px) {
  .become-uber-bg .jetpack-guy {
    position: relative;
    top: 100px;
    left: 90px;
    z-index: 1;
    -webkit-animation-name: anim-floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: anim-floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  .become-uber-bg .jetpack-guy-body {
    position: absolute;
    z-index: 5;
    width: 90px;
  }
  .become-uber-bg .jetpack-guy-flame1 {
    position: absolute;
    z-index: 4;
    width: 16px;
    top: 105px;
    left: 1px;
    -webkit-animation-name: anim-scale;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-name: anim-scale;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
  }
  .become-uber-bg .jetpack-guy-flame2 {
    position: absolute;
    z-index: 3;
    width: 16px;
    top: 75px;
    left: 49px;
    -webkit-animation-name: anim-scale;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-name: anim-scale;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
  }
  .become-uber-bg .jetpack-guy-smoke1 {
    position: absolute;
    z-index: 2;
    width: 67px;
    top: 114px;
    left: -29px;
  }
  .become-uber-bg .jetpack-guy-smoke2 {
    position: absolute;
    z-index: 1;
    width: 67px;
    top: 89px;
    left: 18px;
    opacity: 0.9;
  }
  .smoke-anim1 {
    -webkit-animation-name: anim-smoke;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-name: anim-smoke;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
  }
  .smoke-anim2 {
    -webkit-animation-name: anim-smoke;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-name: anim-smoke;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }
  .smoke-anim3 {
    -webkit-animation-name: anim-smoke;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: anim-smoke;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  .smoke-anim4 {
    -webkit-animation-name: anim-smoke;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: anim-smoke;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }

  /* Uber guy 1 */
  .become-uber-bg .guy1 {
    position: relative;
    top: 270px;
    left: 780px;
  }
  .become-uber-bg .guy1-body {
    position: absolute;
    z-index: 3;
    top: 0;
    width: 55px;
  }
  .become-uber-bg .guy1-arm-right {
    position: absolute;
    z-index: 2;
    top: -26px;
    left: 21px;
    width: 20px;
    -webkit-animation: anim-wave;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation: anim-wave;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }

  /* Uber guy 2 */
  .become-uber-bg .guy2 {
    position: relative;
    top: 140px;
    left: 880px;
  }
  .become-uber-bg .guy2-body {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 54px;
  }
  .become-uber-bg .guy2-arm-left {
    position: absolute;
    z-index: 1;
    width: 46px;
    top: 22px;
    left: -20px;
    -webkit-animation: anim-wave;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation: anim-wave;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  .become-uber-bg .guy2-arm-right {
    position: absolute;
    z-index: 3;
    top: 2px;
    left: 36px;
    width: 19px;
    -webkit-animation: anim-wave;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation: anim-wave;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }

  /* Uber girl */
  .become-uber-bg .girl {
    position: relative;
    top: 180px;
    left: 480px;
  }
  .become-uber-bg .girl-body {
    position: absolute;
    z-index: 3;
    top: 0;
    width: 51px;
  }
  .become-uber-bg .girl-arm-left {
    position: absolute;
    z-index: 2;
    width: 45px;
    top: 26px;
    left: -29px;
    -webkit-animation: anim-wave-x-left;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation: anim-wave-x-left;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }
  .become-uber-bg .girl-arm-right {
    position: absolute;
    z-index: 2;
    top: -10px;
    left: 20px;
    width: 21px;
    -webkit-animation: anim-wave-x-right;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation: anim-wave-x-right;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
  }

  /* Uber cloud */
  .become-uber-bg .cloud1 {
    position: absolute;
    top: -13px;
    left: 510px;
  }
  .become-uber-bg .cloud2 {
    position: absolute;
    top: 30px;
    left: 870px;
  }
  .cloud1 .cloud {
    width: 111px;
  }
  .cloud2 .cloud {
    width: 94px;
  }
  .cloud1 .cloud {
    -webkit-animation-name: anim-floating;
    -webkit-animation-duration: 7s;
    -webkit-animation-delay: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: anim-floating;
    animation-duration: 7s;
    animation-delay: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
  .cloud2 .cloud {
    -webkit-animation-name: anim-floating;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: anim-floating;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
  }
}
@media (min-width: 992px) {
  .become-uber-bg .textbox .heading {
    font-size: 48px;
    margin: 0;
    width: auto;
  }
  .become-uber-bg .textbox .slogan {
    margin: 20px 0 0 100px;
    width: auto;
  }
  .become-uber-bg .textbox {
    text-align: right;
    width: 470px;
    margin-top: 60px;
  }
  .become-uber-bg .webtron-4-0 {
    width: 90px;
    float: left;
    margin: 0;
  }
  /* Uber Jet Pack guy */
  .become-uber-bg .jetpack-guy {
    position: relative;
    top: 50px;
    left: 680px;
  }
}
@media (min-width: 1200px) {
  .become-uber-bg .textbox {
    width: 520px;
    margin-top: 100px;
  }
  .become-uber-bg .textbox .slogan {
    margin: 20px 0 0 0;
    width: auto;
  }

  /* Uber Jet Pack guy */
  .become-uber-bg .jetpack-guy {
    position: relative;
    top: 50px;
    left: 780px;
  }
  /* Uber guy 1 */
  .become-uber-bg .guy1 {
    position: relative;
    top: 270px;
    left: 880px;
  }
  /* Uber guy 2 */
  .become-uber-bg .guy2 {
    position: relative;
    top: 140px;
    left: 980px;
  }

  /* Uber girl */
  .become-uber-bg .girl {
    position: relative;
    top: 180px;
    left: 580px;
  }

  /* Uber cloud */
  .become-uber-bg .cloud1 {
    position: absolute;
    top: -13px;
    left: 610px;
  }
  .become-uber-bg .cloud2 {
    position: absolute;
    top: 30px;
    left: 970px;
  }
}

@-webkit-keyframes anim-floating {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, -0px);
  }
}
@keyframes anim-floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 15px);
  }
  to {
    transform: translate(0, -0px);
  }
}

@-webkit-keyframes anim-scale {
  from {
    -webkit-transform: scale(0.9) translate(0, 0px);
  }
  65% {
    -webkit-transform: scale(1) translate(0, -5px);
  }
  to {
    -webkit-transform: scale(0.9) translate(0, 0px);
  }
}
@keyframes anim-scale {
  from {
    transform: scale(0.9) translate(0, 0px);
  }
  65% {
    transform: scale(1) translate(0, -5px);
  }
  to {
    transform: scale(0.9) translate(0, 0px);
  }
}

@-webkit-keyframes anim-smoke {
  from {
    -webkit-transform: scale(0.1) translate(0, 0px);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1) translate(0, 30px);
    opacity: 0;
  }
}
@keyframes anim-smoke {
  from {
    transform: scale(0.1) translate(0, 0px);
    opacity: 1;
  }
  to {
    transform: scale(1) translate(0, 30px);
    opacity: 0;
  }
}

@-webkit-keyframes anim-wave {
  from {
    -webkit-transform: rotate(-7deg);
    -webkit-transform-origin: 100% 100%;
  }
  to {
    -webkit-transform: rotate(-14deg);
    -webkit-transform-origin: 100% 100%;
  }
}
@keyframes anim-wave {
  from {
    transform: rotate(-7deg);
    transform-origin: 100% 100%;
  }
  to {
    transform: rotate(-14deg);
    transform-origin: 100% 100%;
  }
}

@-webkit-keyframes anim-wave-x-right {
  from {
    -webkit-transform: rotate(40deg);
    -webkit-transform-origin: 0% 100%;
  }
  to {
    -webkit-transform: rotate(30deg);
    -webkit-transform-origin: 0% 100%;
  }
}
@keyframes anim-wave-x-right {
  from {
    transform: rotate(40deg);
    transform-origin: 0% 100%;
  }
  to {
    transform: rotate(30deg);
    transform-origin: 0% 100%;
  }
}

@-webkit-keyframes anim-wave-x-left {
  from {
    -webkit-transform: rotate(-7deg);
    -webkit-transform-origin: 100% 50%;
  }
  to {
    -webkit-transform: rotate(7deg);
    -webkit-transform-origin: 100% 50%;
  }
}
@keyframes anim-wave-x-left {
  from {
    transform: rotate(-7deg);
    transform-origin: 100% 50%;
  }
  to {
    transform: rotate(7deg);
    transform-origin: 100% 50%;
  }
}

/* BANNER webtron 4.0 */
.anydevice-bg {
  height: 442px;
  background: #101820 url(/wp-content/uploads/blue-lights-bg.jpg) no-repeat;
  background-size: cover;
  background-position: left center;
}
.anydevice-bg .textbox {
  margin-top: 60px;
}
.anydevice-bg .textbox .heading {
  font-size: 32px;
  width: 300px;
  margin: 40px auto;
}
.anydevice-bg .textbox .slogan {
  margin: 20px auto;
  width: 300px;
}
.anydevice-bg .webtron-5-0 {
  width: 256px;
  margin: 30px auto 10px;
}
.anydevice-bg .animate-item-1 {
  z-index: 40;
  right: 400px;
}
.anydevice-bg .animate-item-2 {
  z-index: 30;
  right: 290px;
}
.anydevice-bg .animate-item-3 {
  z-index: 20;
  right: 180px;
}
.anydevice-bg .animate-item-4 {
  z-index: 10;
  right: 70px;
}
.anydevice-bg .mobile-img {
  position: absolute;
  z-index: 2;
}
.anydevice-bg .mobile-shadow {
  position: absolute;
  z-index: 1;
  height: 460px;
  left: 60px;
}
@media (min-width: 768px) {
  .anydevice-bg .webtron-4-0 {
    width: 357px;
  }
  .anydevice-bg .textbox .heading {
    font-size: 48px;
    width: 500px;
  }
  .anydevice-bg .textbox .slogan {
    width: 460px;
  }
}
@media (min-width: 992px) {
  .anydevice-bg .textbox .heading {
    font-size: 48px;
    margin: 0;
    width: auto;
  }
  .anydevice-bg .textbox .slogan {
    width: auto;
  }
  .anydevice-bg .textbox {
    text-align: right;
    width: 470px;
    margin-top: 60px;
  }
  .anydevice-bg .animate-item-1,
  .anydevice-bg .animate-item-2,
  .anydevice-bg .animate-item-3,
  .anydevice-bg .animate-item-4 {
    position: absolute;
    width: 142px;
    top: 25px;
  }
  .anydevice-bg .webtron-4-0 {
    width: 357px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .anydevice-bg .textbox {
    width: 520px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .anydevice-bg .animate-item-1 {
    margin-right: -80px;
  }
  .anydevice-bg .animate-item-2 {
    margin-right: -40px;
  }
  .anydevice-bg .animate-item-3 {
    margin-right: 0;
  }
  .anydevice-bg .animate-item-4 {
    margin-right: 40px;
  }
}

/* BANNER webtron 4.0
.fouro-bg {
	height:442px;
	background:#101820 url(http://www.webtrononlineauction.com/wp-content/uploads/collect-banner.jpg) no-repeat;
	background-size: auto 100%;
	background-position: center;
}

@media (max-width: 767px) {
	.fouro-bg {
		background-position: 63% 100%;
	}
}

.uk-bg {
	height: 442px;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff url(http://www.webtrononlineauction.com/wp-content/uploads/uk-bg.png) no-repeat;
	background-size: auto 90px;
	background-position: bottom left;
}

@media screen and (max-width: 767px) {
	.jg-main-img {
		position:static !important;
		width: 100%;
		margin-top: 17px;
	}
}
*/
/* BANNER Collectibles */
.reach-bidders-bg {
  height: 442px;
  background: #101820 url(/wp-content/uploads/banner-reach-more-bidders-bg.jpg)
    no-repeat 50% bottom;
  background-size: cover;
}
.reach-bidders-bg h2.heading {
  font-size: 48px;
  line-height: 1em;
  margin: 0;
}
.reach-bidders-bg .textbox {
  text-align: left;
  width: 750px;
}
.reach-bidders-bg .slogan {
  width: 540px;
}
.reach-bidders-bg .webtron-auctioneer {
  position: absolute;
  width: 815px;
  bottom: 0;
  right: -50px;
}

.reach-bidders-bg .seal {
  position: absolute;
  width: 190px;
  top: 270px;
  right: 20px;
}
.reach-bidders-bg .learn-more-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .reach-bidders-bg .webtron-auctioneer {
    right: -50px;
    width: 740px;
  }
  .reach-bidders-bg .textbox {
    width: 600px;
    text-align: center;
    margin: 60px auto;
  }
  .reach-bidders-bg .slogan {
    width: 400px;
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  .reach-bidders-bg h2.heading {
    font-size: 32px;
  }
  .reach-bidders-bg .textbox {
    width: 290px;
    text-align: center;
    margin: 100px auto;
  }
  .reach-bidders-bg .slogan {
    width: 290px;
    margin: 20px auto;
  }
}
@media (min-width: 768px) {
  .reach-bidders-bg .webtron-auctioneer {
    margin-right: -200px;
  }
}
@media (min-width: 992px) {
  .reach-bidders-bg .webtron-auctioneer {
    margin-right: -180px;
  }
  .reach-bidders-bg .textbox {
    margin: 0;
    margin-top: 70px;
    text-align: left;
    width: 750px;
  }
  .reach-bidders-bg .slogan {
    width: 380px;
  }
  .reach-bidders-bg .seal {
    margin-right: -80px;
  }
}
@media (min-width: 1200px) {
  .reach-bidders-bg .webtron-auctioneer {
    margin-right: 0;
  }
  .reach-bidders-bg .seal {
    margin-right: 0;
  }
}

/* BANNER Connecting Auctioneers */
.connecting-auctioneers-bg {
  height: 442px;
  background: #101820 url(/wp-content/uploads/connecting-auctioneers-bg.jpg)
    no-repeat 50% bottom;
  background-size: cover;
}
.connecting-auctioneers-bg .heading {
  font-size: 50px;
  line-height: 1em;
  margin: 0;
  width: 300px;
}
.connecting-auctioneers-bg .livestock-ipad-mini {
  width: 544px;
  position: absolute;
  left: 300px;
  top: 50px;
  z-index: 2;
}
.connecting-auctioneers-bg .collectables-ipad-mini {
  width: 525px;
  position: absolute;
  left: 450px;
  top: 80px;
  z-index: 3;
}
.connecting-auctioneers-bg .cars-ipad-mini {
  width: 525px;
  position: absolute;
  left: 590px;
  top: 80px;
  z-index: 3;
}
.connecting-auctioneers-bg .machinery-ipad-mini {
  width: 525px;
  position: absolute;
  left: 732px;
  top: 80px;
  z-index: 4;
}
.connecting-auctioneers-bg .textbox {
  margin-top: 50px;
  width: 360px;
  text-align: left;
}
@media (max-width: 767px) {
  .connecting-auctioneers-bg .textbox {
    width: 280px;
    text-align: center;
    margin: 80px auto 0;
  }
  .connecting-auctioneers-bg .heading {
    width: auto;
    font-size: 42px;
  }
  .connecting-auctioneers-bg .gold-text {
    display: block;
  }
}
@media (min-width: 768px) {
  .connecting-auctioneers-bg .livestock-ipad-mini {
    margin-top: 80px;
    width: 362px;
  }
  .connecting-auctioneers-bg .collectables-ipad-mini {
    width: 350px;
    margin-top: 80px;
    margin-left: -100px;
  }
  .connecting-auctioneers-bg .cars-ipad-mini {
    width: 350px;
    margin-top: 88px;
    margin-left: -180px;
  }
  .connecting-auctioneers-bg .machinery-ipad-mini {
    width: 350px;
    margin-left: -254px;
    margin-top: 94px;
  }
}

@media (min-width: 991px) {
  .connecting-auctioneers-bg .livestock-ipad-mini {
    margin-top: 0;
    width: 544px;
  }
  .connecting-auctioneers-bg .collectables-ipad-mini {
    width: 525px;
    margin-left: -70px;
    margin-top: 15px;
  }
  .connecting-auctioneers-bg .cars-ipad-mini {
    width: 525px;
    margin-left: -120px;
    margin-top: 26px;
  }
  .connecting-auctioneers-bg .machinery-ipad-mini {
    width: 525px;
    margin-left: -160px;
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .connecting-auctioneers-bg .livestock-ipad-mini {
  }
  .connecting-auctioneers-bg .cars-ipad-mini,
  .connecting-auctioneers-bg .collectables-ipad-mini,
  .connecting-auctioneers-bg .machinery-ipad-mini {
    margin-left: 0;
    margin-top: 0;
  }
}
/* BANNER Online */
.online-success-bg {
  height: 442px;
  background: #101820 url(/wp-content/uploads/banner-blue.jpg) no-repeat 50%
    bottom;
}
.online-success-bg .heading {
  font-size: 40px;
  line-height: 1em;
  margin: 0;
}
.online-success-bg .laptop {
  width: 500px;
  position: absolute;
  right: -50px;
  bottom: 80px;
}
.online-success-bg .tablet {
  width: 320px;
  position: absolute;
  right: 300px;
  bottom: 80px;
}
.online-success-bg .smartphone {
  width: 100px;
  position: absolute;
  right: 580px;
  bottom: 80px;
}
.online-success-bg .textbox {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .online-success-bg .textbox {
    width: 500px;
    margin: 220px auto 0;
    text-align: center;
  }
  .online-success-bg .laptop {
    width: 256px;
    margin-right: 220px;
    margin-bottom: 160px;
  }
  .online-success-bg .tablet {
    width: 170px;
    margin-right: 70px;
    margin-bottom: 160px;
  }
  .online-success-bg .smartphone {
    width: 50px;
    margin-right: -60px;
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .online-success-bg .textbox {
    width: 280px;
    margin: 100px auto 0;
    text-align: center;
  }
}
@media (min-width: 991px) {
  .online-success-bg .textbox {
    width: 500px;
    text-align: left;
  }
  .online-success-bg .laptop {
    margin-right: -180px;
  }
  .online-success-bg .tablet {
    margin-right: -180px;
  }
  .online-success-bg .smartphone {
    margin-right: -180px;
  }
}
@media (min-width: 1200px) {
  .online-success-bg .laptop {
    margin-right: 0;
  }
  .online-success-bg .tablet {
    margin-right: 0;
  }
  .online-success-bg .smartphone {
    margin-right: 0;
  }
}

.cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  top: 10px;
  overflow: hidden;
}
.cycle-pager span {
  font-family: arial;
  font-size: 50px;
  line-height: 0.4em;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
  color: #d69746;
}
.cycle-pager > * {
  cursor: pointer;
}

a.verybig-button {
  font-size: 24px;
  border-radius: 10px;
  color: #fff;
  line-height: 1em;
  padding: 15px 25px;
  font-weight: 100;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  text-decoration: none;
}
i.arrow-left-yellow {
  display: inline-block;
  height: 25px;
  width: 25px;
  background: url(images/arrow-left-yellow.png) no-repeat left bottom;
  background-size: 100% auto;
  vertical-align: bottom;
  margin-bottom: 0;
}
a.verybig-button.black {
  background-color: #101820;
}
a.verybig-button.black:hover {
  background-color: #000;
  color: #e8b82a;
}
@media (min-width: 991px) {
  a.verybig-button {
    font-size: 36px;
  }
  i.arrow-left-yellow {
    margin-bottom: 0;
    height: 34px;
    width: 34px;
  }
}
.slider-shadow {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.shadow-top {
  width: 100%;
  max-width: 100%;
  height: auto;
}

header .navbar {
  margin: 0;
  border-radius: 0;
  border: 0;
}

#menu-main-menu li > a {
  color: #fff;
  transition: color 0.25s, background 0.25s;
}
#menu-main-menu li > a:hover,
#menu-main-menu li:hover > a,
#menu-main-menu > li.hover > a:hover {
  background-color: #2372ce;
  color: #fff;
}
#menu-main-menu .sub-menu,
#menu-main-menu .sub-menu li {
  margin: 0;
  padding: 0;
}

#menu-main-menu .sub-menu {
  font-size: 12px;
  list-style: none;
}

#menu-main-menu .sub-menu li > a {
  padding: 10px 15px 10px 25px;
}

#menu-main-menu .sub-menu a {
  display: block;
  background: #000;
  text-decoration: none;
}
#menu-main-menu .sub-menu a:hover {
  background: #333;
}

@media (min-width: 768px) {
  #menu-main-menu li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #menu-main-menu .sub-menu {
    left: 0;
    position: absolute;
    visibility: hidden;
    z-index: 9999;
    width: 250px;
    font-size: inherit;
  }

  #menu-main-menu li:hover .sub-menu {
    visibility: visible;
  }
  #menu-main-menu .sub-menu li > a {
    padding: 10px 15px;
  }
}

.footer {
  position: relative;
  background: #292929 url(https://www.webtrononlineauction.com/wp-content/uploads/Webtron-Footer-Banner-Fallback.png) no-repeat 50% 50%;
  color: #dedcdc;
  background-size: cover;
  padding: 20px 0;
  overflow: hidden;
}
.footer video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer a {
  color: #fff;
}
.footer a:hover,
.quick-links a:hover {
  color: #f3dbb3;
}
.footer .ribbon {
  background: transparent url(images/footer-ribbon.png) no-repeat right top;
  height: 370px;
  width: 570px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.back-top {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 100;
  text-decoration: none;
}

.quick-links {
  background: #101820;
  color: #eee;
  padding: 20px 0 10px;
}
.quick-links .nav li a {
  padding: 0;
  margin-right: 10px;
}
.quick-links .nav li a:hover {
  background: none;
  text-decoration: underline;
}

ul.social-media {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: inline-block;
}
.social-media li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 10px;
}
.social-media li:first-child {
  margin-left: 0;
}
.social-media li a {
  height: 40px;
  width: 40px;
  display: block;
  overflow: hidden;
  text-indent: 40px;
  background-image: url(images/social-media.png);
  background-repeat: no-repeat;
}
.social-media .facebook a {
  background-position: 0 top;
}
.social-media .twitter a {
  background-position: -80px top;
}
.social-media .youtube a {
  background-position: -120px top;
}
.social-media .linkedin a {
  background-position: -160px top;
}
.social-media .pinterest a {
  background-position: -200px top;
}
.social-media .instagram a {
  background-position: -240px top;
}
.social-media a {
  background-color: #2372ce;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.social-media a:active,
.social-media a:hover {
  background-color: #1d428a;
}

/*

CUSTOM DROP DOWN MENU

*/
.drop-down {
  position: relative;
  width: 100%;
  z-index: 200;
  margin: 0 auto;
  cursor: pointer;
  padding-top: 2px;
}
.drop-down:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  z-index: 100;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent #a9a9ae;
}
.drop-down span {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 2em;
  border: 1px solid #d7d7d7;
  font-size: 14px;
  padding: 5px 10px;
  width: 100% !important;
  background: #f4faff;
  margin: 0 !important;
  color: #a9a9ae;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 400;
}
.drop-down span.selected {
  color: #666;
}
.drop-down ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  font-weight: 400;
  margin: 0;
  display: none;
  pointer-events: none;
}
.drop-down li {
  display: block;
  text-decoration: none;
  color: #9e9e9e;
  padding: 10px 20px;
  margin: 0;
}
.drop-down.active span {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  border-bottom: none;
}
.drop-down.active ul {
  max-height: 210px;
  overflow: auto;
  display: block;
  pointer-events: auto;
  border: 1px solid #d7d7d7;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.drop-down.active:after {
  border-width: 6px 6px 0;
  border-color: #a9a9ae transparent;
  margin-top: -3px;
}
.drop-down li:hover {
  background: #f4faff;
}

/*
FORM VALIDATION
*/

#mce-success-response {
  padding: 15px;
  background-color: #dff0d8;
  color: #000;
  margin-bottom: 15px;
}
#mce-error-response {
  background-color: #f2dede;
  padding: 15px;
  color: #000;
  margin-bottom: 15px;
}

#mc_embed_signup div.mce_inline_error.mce_inline_error {
  color: #c00;
  background: none;
}
#mc_embed_signup input.mce_inline_error.mce_inline_error {
  border: 1px solid #c00;
}
.asterisk {
  color: #c00;
}
/*

ANIMAITON

*/

.camera {
  border-radius: 50%;
  background: #000;
  width: 50px;
  height: 50px;
  padding: 12px;
  box-sizing: border-box;
  display: inline-block;
}
.lense-gap {
  border-radius: 50%;
  background: #eee;
  width: 26px;
  height: 26px;
  padding: 3px;
  box-sizing: border-box;
  display: block;
}
.lense {
  border-radius: 50%;
  background: #000;
  width: 20px;
  height: 20px;
  padding: 6px;
  box-sizing: border-box;
  display: block;
}
.lense-hole {
  border-radius: 50%;
  background: #eee;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  display: block;
}

.clock {
  border-radius: 50%;
  background: #000;
  width: 50px;
  height: 50px;
  padding: 8px;
  box-sizing: border-box;
  display: inline-block;
}
.clock-face {
  border-radius: 50%;
  background: #eee;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.handrotator {
  width: 34px;
  height: 34px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.bighand {
  border-radius: 2px;
  width: 4px;
  height: 50%;
  background: #000;
  margin: 1px auto;
  display: block;
}
.handrotator.small {
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.smallhand {
  border-radius: 2px;
  width: 4px;
  height: 35%;
  background: #000;
  margin: 15% auto;
  display: block;
}

.doc {
  border-radius: 8px;
  background: #000;
  width: 40px;
  height: 50px;
  padding: 7px 6px;
  box-sizing: border-box;
  display: inline-block;
}
.doc-inner {
  border-radius: 4px;
  background: #eee;
  width: 28px;
  height: 36px;
  box-sizing: border-box;
  display: block;
  padding: 7px 3px;
}
.doc-line {
  border-radius: 2px;
  height: 4px;
  margin-bottom: 5px;
  background: #000;
  box-sizing: border-box;
  display: block;
}

.timed-auction:hover .clock .handrotator.big {
  animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
}
.timed-auction:hover .clock .handrotator.small {
  animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
.webcast:hover .lense-hole {
  animation: scaler 1.5s infinite;
  -webkit-animation: scaler 1.5s infinite;
}
.webcast:hover .lense {
  animation: scalerZ 1.5s infinite;
  -webkit-animation: scalerZ 1.5s infinite;
}
@-webkit-keyframes scalerZ {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes scalerZ {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-webkit-keyframes scaler {
  0% {
    -webkit-transform: scale(1.3);
  }
  50% {
    -webkit-transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
  }
}
@-moz-keyframes scaler {
  0% {
    -moz-transform: scale(1.3);
  }
  50% {
    -moz-transform: scale(0.3);
  }
  100% {
    -moz-transform: scale(1.3);
  }
}
.report:hover .doc-line:first-child {
  animation: first_line 2s infinite ease-in-out;
  -webkit-animation: first_line 2s infinite ease-in-out;
}
.report:hover .doc-line:nth-child(2) {
  animation: second_line 2s infinite ease-in-out;
  -webkit-animation: second_line 2s infinite ease-in-out;
}
.report:hover .doc-line:nth-child(3) {
  animation: third_line 2s infinite ease-in-out;
  -webkit-animation: third_line 2s infinite ease-in-out;
}
@-webkit-keyframes first_line {
  0% {
    width: 0%;
  }
  25% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes first_line {
  0% {
    width: 0%;
  }
  25% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes second_line {
  0% {
    width: 0;
  }
  25% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes second_line {
  0% {
    width: 0;
  }
  25% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes third_line {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  75% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes third_line {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  75% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

/*
IE MESSAGE
*/
.popup-container {
  position: absolute;
  top: 180px;
  left: 50%;
  z-index: 1000;
}
.popup-window {
  position: relative;
  width: 1020px;
  margin-left: -510px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: #000 1px 1px 15px;
}
.popup-window.black,
.bg-black {
  background: #101820 url(images/popup-bg.jpg) no-repeat right bottom;
  color: #dedcdc;
}
.bg-black .help-block {
  color: #dedcdc;
}
.popup-window .heading,
.popup-window h2.heading {
  font-size: 36px;
  font-weight: 100;
}
.popup-window h2.heading {
  margin: 15px 0 0 0;
}
.bg-black .modal-header {
  border: 0;
}

.wpcf7 form span.wpcf7-not-valid-tip {
  color: #e65151;
}
.wpcf7 form.failed div.wpcf7-response-output,
.wpcf7 form.aborted div.wpcf7-response-output,
.wpcf7 form.spam div.wpcf7-response-output,
.wpcf7 form.invalid div.wpcf7-response-output,
.wpcf7 form.unaccepted div.wpcf7-response-output,
.wpcf7 form.payment-required div.wpcf7-response-output {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.wpcf7 form.sent div.wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.wpcf7 form div.wpcf7-response-output {
  margin: 0 0 15px;
  padding: 10px 15px;
  border-width: 1px;
  border-radius: 3px;
}
.wpcf7 form span.wpcf7-list-item {
  display: block;
}
.wpcf7 form span.wpcf7-list-item label {
  font-weight: normal;
}
.ajax-loader {
  background-image: url(images/ajax-loader.gif);
  width: 16px;
  height: 16px;
}

.bg-black .ajax-loader {
  background-image: url(images/ajax-loader-white.gif);
}
.file-box {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.file-box .file_name {
  margin-left: 10px;
}
.file-box .btn {
  border-radius: 4px 0 0 4px;
}
.file-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 35px;
  width: 150px;
}
span.wpcf7-form-control-wrap {
  display: block;
}
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.alert-level1 {
  color: #dba63b;
  background-color: #fbf6e3;
  border-color: #f7edca;
}
.alert-level2 {
  color: #be6f38;
  background-color: #f9efe1;
  border-color: #f3e0c7;
}
.alert-level3 {
  color: #a64a36;
  background-color: #f5e7e0;
  border-color: #ebcfc5;
}
.alert-level4 {
  color: #903433;
  background-color: #f2dfde;
  border-color: #e8c5c3;
}
.position-arrow-right {
  position: absolute;
  right: -30px;
  top: 30px;
}
.position-top-right {
  position: absolute;
  top: -5px;
  right: -5px;
}
@media (min-width: 991px) {
  .service-panel {
    height: 70px;
  }
}
.ember-view .navbar .container {
  padding: 0 15px;
}
.ember-view .container,
.ember-view .container-fluid {
  padding: 0;
}
header h1 {
  margin-top: 20px;
}
.latest-news li {
  margin-bottom: 15px;
}
/* WOA Slider in MID */

.woa-slider .carousel-inner {
  margin-top: 30px;
  margin-bottom: 20px;
}
.woa-slider .item .slide-container {
  background-image: url("/wp-content/uploads/woa-slider-bg.jpg");
  background-size: cover;
  position: relative;
  width: 100%;
  height: 450px;
}
.woa-slider .text-box h2 {
  font-weight: bold;
  text-transform: uppercase;
}
/* WOA Slider - API  */
.woa-slide-api-diagram {
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: 420px;
  z-index: 2;
}
.woa-slide-api-diagram-container .woasad-fb {
  position: absolute;
  bottom: 300px;
  right: 255px;
  z-index: 3;
}
.woa-slide-api-diagram-container .woasad-tw {
  position: absolute;
  bottom: 268px;
  right: 194px;
  z-index: 3;
}
.woa-slide-api-diagram-container .woasad-mg {
  position: absolute;
  bottom: 146px;
  right: 194px;
  z-index: 3;
}
.woa-slide-api-diagram-container .woasad-wp {
  position: absolute;
  bottom: 120px;
  right: 255px;
  z-index: 3;
}
.woa-slide-api-diagram-container .woasad-gg {
  position: absolute;
  bottom: 146px;
  right: 315px;
  z-index: 3;
}
.woa-slide-api-diagram-container .woasad-mc {
  position: absolute;
  bottom: 208px;
  right: 345px;
  z-index: 3;
}
.woa-slide-api-diagram-container .woasad-xr {
  position: absolute;
  bottom: 268px;
  right: 315px;
  z-index: 3;
}
.woa-slide-api .text-box {
  position: absolute;
  left: 50px;
  top: 100px;
  width: 500px;
  font-size: 1.2em;
}
@media (max-width: 991px) {
  .woa-slide-api .text-box {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .woa-slide-api .text-box {
    top: 70px;
    width: 400px;
  }
}

@media (min-width: 1200px) {
  .woa-slide-api .text-box {
    top: 100px;
    width: 500px;
  }
}
/* WOA Slider - MCM  */
.woa-slide-mcm .text-box {
  position: absolute;
  left: 50px;
  top: 130px;
  width: 400px;
}
.apple-store-button {
  width: 150px;
}
.woa-mcm-icon .fa-flash {
  font-size: 0.6em;
}
.woa-any-device-icon {
  width: 100%;
}
.woa-slide-mcm-iphone-hand {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 370px;
  z-index: 2;
}
.woa-slide-mcm-iphone-edit-lots {
  position: absolute;
  bottom: 30px;
  right: 170px;
  width: 170px;
  z-index: 4;
}
.woa-slide-mcm-iphone-catalogue {
  position: absolute;
  bottom: 30px;
  right: 300px;
  width: 192px;
  z-index: 3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .woa-slide-mcm-iphone-hand {
    right: -50px;
  }
  .woa-slide-mcm-iphone-edit-lots {
    right: 100px;
  }
  .woa-slide-mcm-iphone-catalogue {
    right: 200px;
  }
}
/* WOA Slider - Any Device */
.woa-slider-any-device .text-box {
  position: absolute;
  left: 50px;
  top: 80px;
  width: 550px;
  font-size: 1.2em;
}

.woa-slider-any-device .text-box .dark-blue-bullet {
  width: 450px;
}
@media (max-width: 991px) {
  .woa-slider-any-device .text-box {
    font-size: 1em;
  }
  .woa-slider-any-device .text-box .dark-blue-bullet {
    width: auto;
  }
}
.woa-slider-any-device-devices {
  width: 600px;
  position: absolute;
  bottom: 30px;
  right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .woa-slider-any-device-devices {
    width: 480px;
    position: absolute;
    bottom: 70px;
    right: -50px;
  }
}
/* WOA Slider - Default Mobile settings */
@media (max-width: 991px) {
  .woa-slider .item .slide-container {
    height: auto;
  }
  .woa-slider .text-box {
    position: static;
    padding: 20px 0 40px;
    margin: 0 auto;
    width: 80%;
    text-align: center;
  }
}
/* Industry Collage */
.woa-industry-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.4;
}
@media (min-width: 991px) {
  .woa-industry-bg {
    height: 170px;
  }
}
.woa-industry-box {
  margin-bottom: 10px;
}
.woa-industry-liquidation {
  background-image: url("/wp-content/uploads/woa-industry-liquidation.jpg");
  background-size: cover;
  background-position: center;
}
.woa-industry-automotive {
  background-image: url("/wp-content/uploads/woa-industry-automotive.jpg");
  background-size: cover;
  background-position: center;
}
.woa-industry-machinery {
  background-image: url("/wp-content/uploads/woa-industry-heavy-machinery.jpg");
  background-size: cover;
  background-position: center;
}
.woa-industry-marine {
  background-image: url("/wp-content/uploads/woa-industry-marine-boats.jpg");
  background-size: cover;
  background-position: center;
}
.woa-industry-clearing-sales {
  background-image: url("/wp-content/uploads/tractor.jpeg");
  background-size: cover;
  background-position: center;
}
.woa-industry-collectibles {
  background-image: url("/wp-content/uploads/woa-industry-collectibles-antiques.jpg");
  background-size: cover;
  background-position: center;
}
.woa-industry-livestock {
  background-image: url("/wp-content/uploads/woa-industry-livestock.jpg");
  background-size: cover;
  background-position: center;
}
.woa-industry .text-box {
  margin: 60px auto;
  padding: 10px 15px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  border-radius: 5px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.woa-industry .text-box a {
  color: #fff;
  text-decoration: none;
}
.woa-industry .text-box a:hover {
  color: #e8b82a;
  text-decoration: none;
}
.contact-details .flag {
  width: 30px !important;
  height: auto !important;
  margin-right: 5px !important;
  vertical-align: sub !important;
}
.partner-xero {
  width: 150px;
}
.btn.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.cookie-policy {
  background: #101821;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

/* NEWSLETTER SIGNUP */
.wbtrn-newsletter-form {
  padding: 15px;
  background: #fff;
}
.wbtrn-newsletter-form .heading {
  margin-top: 0;
}
.wbtrn-newsletter-form .form-bottom {
  text-align: center;
  @media (min-width: 991px) {
    text-align: right;
  }
}
.wbtrn-newsletter-form .error {
  background-color: #fdf3f3;
  border-color: #f17474;
  color: #c00;
}
.wbtrn-newsletter-form .error .select2-selection__rendered {
  color: #c00;
}
.g-recaptcha,
.g-recaptcha div {
  display: inline-block;
}
#wbtrn-signup-btn {
  display: none;
  width: 150px;
}
@media (min-width: 768px) {
  #wbtrn-signup-btn {
    margin-top: 17px;
  }
}
.no-js #wbtrn-signup-btn {
  display: inline-block;
}
.webtron-powered {
  width: 350px;
  height: auto;
  position: absolute;
  right: 0;
  top: 30px;
}
@media (max-width: 500px) {
  .webtron-powered {
    right: 15px;
    top: -60px;
    width: 150px;
  }
}
.fixed-demo {
  width: 100%;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
}
.fixed-demo .btn {
  font-size: 1.5rem;
  padding: 0.75rem 1rem;
}
@media (max-width: 767px) {
  .fixed-demo .btn {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .fixed-demo {
    width: auto;
    bottom: 25px;
    right: 90px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}

.woa-icon-grid {
  margin: 20px 0;
  background-color: #fafafa;
  padding: 50px 0;
}
.woa-icon-grid__item {
  margin-bottom: 20px;
}
.woa-icon-grid__item-icon {
  margin: 10px 0;
}
.woa-icon-grid__item-icon .global-icon {
  width: 50px;
  height: 50px;
}
.woa-icon-grid__item-text {
  line-height: 1.4em;
  font-size: 0.9em;
}

#ecommerce {
  height: 50px;
  width: 50px;
  position: relative;
  margin: 0 auto 10px;
}
#dollar1,
#dollar2,
#dollar3 {
  opacity: 0;
  position: absolute;
}
#dollar1 {
  top: 0;
  left: 0;
}
#dollar2 {
  height: 80%;
  width: 80%;
  top: 0;
  left: 0;
}
#dollar3 {
  height: 70%;
  width: 70%;
  top: 0;
  right: 0;
}
.ecommerce:hover #ecommerce #dollar1 {
  -moz-animation: fader 0.75s infinite ease-in-out;
  -webkit-animation: fader 0.75s infinite ease-in-out;
}
.ecommerce:hover #ecommerce #dollar2 {
  -moz-animation: fader 0.75s 0.25s infinite ease-in-out;
  -webkit-animation: fader 0.75s 0.25s infinite ease-in-out;
}
.ecommerce:hover #ecommerce #dollar3 {
  -moz-animation: fader 0.75s 0.5s infinite ease-in-out;
  -webkit-animation: fader 0.75s 0.5s infinite ease-in-out;
}
@-webkit-keyframes fader {
  0% {
    top: 0;
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: -30px;
    opacity: 0;
  }
}
@-moz-keyframes fader {
  0% {
    top: 0;
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: -30px;
    opacity: 0;
  }
}

/*body {
  padding-top: 124px;
}*/

.navbar {
  transition: background-color 0.25s ease-in-out;
}

.header.header {
  z-index: 1030;
}
@media (max-width: 767px) {
  .header .navbar-collapse.in {
    height: 100% !important;
  }
}
.admin-bar .header {
  margin-top: 46px;
}
@media (min-width: 768px) {
  .header .navbar-collapse {
    height: auto;
  }
  /*body {
    padding-top: 135px;
  }*/
  #menu-main-menu {
    transition: margin 0.25s ease-in-out;
  }
}
@media (min-width: 992px) {
  .admin-bar .header {
    margin-top: 32px;
  }
  /*body {
    padding-top: 139px;
  }*/
}
.header {
  position: absolute;
  top: 0;
  z-index: 1021;
  width: 100%;
  background: #fff;
}

.woa-page-header {
  background: url(/wp-content/uploads/woa-page-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: table;
  height: 150px;
  margin-bottom: 20px;
}
.woa-page-header__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.woa-page-header h1 {
  color: #fff;
  font-weight: 300;
  font-size: 3rem;
  border: 0;
}
@media (min-width: 768px) {
  .woa-page-header {
    background-size: cover;
    height: 250px;
    margin-bottom: 30px;
  }
  .woa-page-header h1 {
    font-size: 4rem;
  }
}

.woa-book-demo {
  background: #fafafa;
  padding: 50px 0 30px;
}

.woa-newsletter {
  background: #fafafa;
  padding: 50px 0 30px;
}
.woa-newsletter .wbtrn-newsletter-form {
  background: none;
  padding: 0;
}

.grecaptcha-badge {
  z-index: 100000;
  display: none !important;
}
.recaptcha-dislcaimer {
  font-size: 0.8em;
  color: #666;
  font-style: italic;
  line-height: 1.2;
}

#main {
  margin-bottom: 40px;
}

.home-wrapper {
  height: 90vh;
  position: relative;
  z-index: 0;
}
.home-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.home-video-wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.youtube-responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .container {
  width: 100%;
}

.woa-nav-float-transition.woa-nav-float-transition {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: rgb(32, 61, 137, 0.8);
}

#woa-main-menu .navbar-toggle:active,
#woa-main-menu .navbar-toggle:hover,
#woa-main-menu .navbar-toggle:focus {
  background: transparent;
}

#woa-main-menu .navbar-toggle,
#woa-main-menu .navbar-collapse {
  border: 0;
  box-shadow: none;
}
#woa-main-menu .navbar-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}

@media (max-width: 767px) {
  #woa-main-menu .navbar-header {
    padding: 0 8px;
  }
  .navbar-toggle {
    margin-right: 0;
  }
}

#woa-main-menu .navbar-header:before,
#woa-main-menu .navbar-header:after {
  display: none;
}

@media screen and (max-width: 767px) {
  #menu-main-menu .sub-menu li a,
  #menu-main-menu .sub-menu li a:focus,
  #menu-main-menu .sub-menu li a:active,
  #menu-main-menu .sub-menu li.active a,
  #menu-main-menu.nav li > a,
  #menu-main-menu .sub-menu li:hover a,
  #menu-main-menu .sub-menu li a:hover {
    background: transparent;
  }

  #woa-main-menu-wrapper {
    margin: auto -15px;
    padding-bottom: 3rem;
  }
}

body > div {
  transition: filter 0.5s ease-in;
}
body.modal-open > div:not(.header) {
  filter: blur(2px);
}

body {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

.woa-main-menu-wrapper-outer {
  transition: height 0.15s ease-in;
}
#carousel-devices + #carousel-tabs {
  margin-top: 2rem;
}
.slide-container {
  background: url(/wp-content/themes/webtron/images/banner-bg.jpg) no-repeat
    center top;
  background-size: 100% 100%;
  padding: 2rem;
  height: 520px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.slide-container.alt {
  background: none;
}
.slide-main-heading {
  font-weight: bold;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.slide-container.alt .slide-main-heading {
  color: #222;
}
.slide-sub-heading {
  font-weight: bold;
  font-size: 2.5rem;
  color: #ffb164;
  margin-top: 0;
  line-height: 1.2;
}
.slide-container.alt .slide-sub-heading {
  color: #203d89;
  font-weight: normal;
}
#woa-dashboard-v6 .slide-sub-heading {
  font-size: 2.5rem;
}
.slide-ipad-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  transform-origin: right center;
  transform: scale(0.5) translate(30px, -50px);
}
.slide .text-box {
  color: #fff;
}
.slide-ipad-wrapper + .text-box {
  margin-top: 200px;
}
.slide-ipad-wrapper img {
  max-width: none;
}
.slide-ipad-video {
  /* width: 340px;
    transform: rotateY(336deg) rotateX(33deg) rotateZ(19deg)  translate3d(28px, -54px, 20px); */
  width: 349px;
  transform: rotateY(336deg) rotateX(33deg) rotateZ(19deg)
    translate3d(6px, -103px, 19px);
  background: #454dd1;
  height: 272px;
}
.slide-ipad-video-wrapper {
  position: absolute;
  top: 100px;
  right: 200px;
  z-index: 10;
  perspective: 1500px;
}

.slide-device-wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto 2rem;
}
.slide-device-video-iphone {
  position: absolute;
  z-index: 15;
  top: 25%;
  right: 5.25%;
  height: 22.5%;
  width: 20.5%;
  object-fit: cover;
}
.slide-device-video-desktop {
  position: absolute;
  z-index: 5;
  top: 18%;
  right: 19%;
  height: 25.5%;
  width: 24.5%;
  object-fit: cover;
}
.slider-compatibility-icons {
  width: 100px;
  margin: 0 auto 2rem;
  display: block;
}
.slider-compatibility-icons-x {
  width: 100px;
  display: block;
}
.slider-iphone {
  max-width: none;
  width: 27%;
  position: absolute;
  right: 2.5%;
  bottom: 0;
  z-index: 10;
}
.slide-vendorx-wrapper {
  display: block;
  text-align: center;
  margin: 1rem auto 3rem;
  width: 150px;
}
.slide-vendorx-wrapper img {
  position: relative;
  left: -120px;
}
@media (min-width: 576px) {
  .slide-container {
    padding: 5rem;
    height: 620px;
  }
  .slide-ipad-wrapper {
    transform: scale(0.9) translate(30px, 40px);
  }
  .slide-ipad-wrapper + .text-box {
    margin-top: 320px;
  }
}
@media (min-width: 768px) {
  .slide-container {
    height: 240px;
    height: 380px;
    display: block;
  }
  .slide-container .text-box {
    margin: 0;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
  }
  #woa-dashboard-v6 .slide-sub-heading {
    width: 66%;
  }
  .slide-ipad-wrapper {
    top: 50%;
    transform: scale(0.6) translate(50px, -75%);
  }
  .slide-device-wrapper {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 300px;
    transform: translate(25px, -48%);
  }
  .slider-compatibility-icons {
    width: 100px;
    position: absolute;
    right: 180px;
    top: 50%;
  }
  .slide-vendorx-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    width: 150px;
  }
}
@media (min-width: 992px) {
  .slide-container {
    height: 320px;
    height: 380px;
  }
  .slide-main-heading,
  .slide-sub-heading {
    font-size: 3.5rem;
  }
  #woa-dashboard-v6 .slide-sub-heading {
    font-size: 2.23rem;
    width: auto;
  }
  .slide-device-wrapper {
    width: 400px;
    transform: translate(25px, -50%);
  }
  .slide-ipad-wrapper {
    transform: scale(0.7) translate(35px, -65%);
  }
  .slider-compatibility-icons {
    width: 140px;
    right: 20px;
  }
  .slide-vendorx-wrapper {
    right: 100px;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .slide-container {
    height: 380px;
  }
  .slide-device-wrapper {
    width: 500px;
    transform: translate(0, -50%);
  }
  .slide-ipad-wrapper {
    transform: scale(1) translate(35px, -48%);
  }
  .slider-compatibility-icons {
    width: 160px;
    right: 0;
  }
  .slide-vendorx-wrapper {
    right: 150px;
  }
}

@media (min-width: 340px) and (max-width: 575px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    width: 540px;
  }
}

/* Video Banner (2) */
.home-video-wrapper-alt {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  height: 0;
  padding-top: 56.5%;
  background: #000;
}
.home-video-wrapper-alt + .slider-shadow {
  margin-bottom: 30px;
  opacity: 0.7;
}

.home-video-wrapper-alt video {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  opacity: 0.8;
  transform: translate(-50%, -50%);
}

.hero-message-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
}
.hero-message-text {
  display: flex;
  height: 100%;
  align-items: center;
}
.hero-message-text h1 {
  font-weight: 300;
  font-size: 2.2rem;
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgb(35 114 207);
  border: 0;
  padding: 0;
  line-height: 1.2;
  margin: 0;
}
.hero-message-text h1 .normal-text {
  color: #fff;
  display: block;
  opacity: 0;
}
.hero-message-text h1 .flavour-text {
  color: #ffb164;
  display: block;
  opacity: 0;
}

@media (min-width: 546px) {
  .hero-message-text h1 {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  .home-video-wrapper-alt {
    height: 400px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .hero-message-text h1 {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .home-video-wrapper-alt {
    height: 520px;
  }
  .hero-message-text h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .home-video-wrapper-alt {
    height: 630px;
  }
  .hero-message-text h1 {
    font-size: 5rem;
  }
}
@media (min-width: 1440px) {
  .home-video-wrapper-alt {
    height: 800px;
  }
}

.fade-in.fade-in.fade-in {
  opacity: 1;
  transition: opacity 500ms;
}

.fade-out.fade-out.fade-out {
  opacity: 0;
  transition: opacity 500ms;
}

.wp-block-embed.is-type-video iframe {
  display: block;
  margin: 0;
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper {
  position: relative;
  display: block;
}
.wp-block-embed.is-type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.woa-phone-video-block {
  width: 80%;
  margin: 7rem auto;
  font-size: 16px;
}
.woa-phone-video-block .wp-block-video {
  width: 60%;
  margin: auto;
}
@media (min-width: 992px) {
  .woa-phone-video-block {
    width: 60%;
  }
  .woa-phone-video-block .wp-block-video {
    width: 100%;
  }
}

@keyframes z-spin {
  0% {
    transform: translateX(120px) rotateY(0deg);
  }
  100% {
    transform: translateX(120px) rotateY(360deg);
  }
}
.z-spin {
  animation: z-spin 5s linear infinite;
}
.perspective {
  perspective: 600px;
  transform-style: preserve-3d;
}

.row-flex {
  display: flex;
  flex-direction: column;
}
.align-items-center {
  align-items: center;
}
@media (min-width: 576px) {
  .row-flex {
    flex-direction: row;
  }
}

.video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.15;
  pointer-events: none;
}
.video-bg .underlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2372cf;
}
.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1) grayscale(1);
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 2;
  mix-blend-mode: screen;
  object-fit: cover;
  background: black;
}

.section-block {
  position: relative;
  margin-bottom: 3rem;
}
.section-block-item {
  position: relative;
}
.section-block .section-block__inner > :first-child {
  order: 2;
}
.section-block .section-block__inner > :last-child {
  order: 1;
}
.section-block__inner {
  position: relative;
  z-index: 2;
  flex-direction: column;
  gap: 20px;
  min-height: 300px;
}
.section-block__text {
  padding: 1.5rem 3rem;
}
.section-block__text ul {
  padding-left: 0;
  list-style: none;
}
.section-block__text ul li {
  background: url(images/arrow-right-light.svg) no-repeat 8px 8px;
  padding-left: 2.5rem;
  background-size: 10px;
}
.section-block h2 {
  font-weight: 200;
  font-size: 3rem;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 1rem;
}
.section-block h3 {
  font-weight: 700;
  font-size: 2rem;
  color: #203d89;
  margin-top: 0;
  line-height: 1.2;
}
.xero-cog-wrapper {
  max-width: 250px;
  height: auto;
  margin: auto;
  display: block;
  position: relative;
  transform: scale(0.7);
}
.xero-cog-wrapper .cog {
  width: 80px;
  position: absolute;
  bottom: -5px;
  right: -5px;
  animation: spin 5s infinite linear;
}
@media (min-width: 768px) {
  .section-block__inner {
    flex-direction: row;
  }
  .section-block-item {
    flex: 1 0 50%;
  }
  .section-block:nth-child(even) .section-block__inner > :first-child {
    order: 1;
  }
  .section-block:nth-child(even) .section-block__inner > :last-child {
    order: 2;
  }
}
@media (min-width: 992px) {
  .section-block__inner {
    min-height: 400px;
  }
  .section-block h2 {
    font-size: 5rem;
  }
  .section-block h3 {
    font-size: 3rem;
  }
  .xero-cog-wrapper {
    transform: scale(1);
  }
}
@media (min-width: 1200px) {
  .section-block__inner {
    min-height: 500px;
  }
}

.section-block--user-verification .section-block__inner {
  mix-blend-mode: multiply;
}
.wp-block-image {
  margin-bottom: 20px;
}

.slide-device-wrapper.slide-device-wrapper {
  position: relative;
  transform: translateX(-50%);
  margin: 0;
  top: 0;
  right: auto;
  left: 50%;
}

#flying-text {
  color: #fff;
  text-align: center;
  position: absolute;
  width: max-content;
  overflow: hidden;
  top: 50%;
  left: 50%;
}
.fly-in {
  animation: fly-in 1.5s ease-in-out forwards;
}
#flying-text h1 {
  font-size: 2.5rem;
  font-weight: normal;
  text-transform: unset;
  animation: fly-in-shadow 2s ease-in-out forwards;
}
#flying-text .normal-text {
  display: block;
}
#flying-text span {
  opacity: 1;
  display: block;
}

@media (min-width: 576px) {
  #flying-text h1 {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  #flying-text h1 {
    font-size: 6rem;
  }
}

@media (min-width: 992px) {
  #flying-text h1 {
    font-size: 8rem;
  }
}

@keyframes fly-in {
  0% {
    transform: perspective(100px)
      translate3d(calc(-50% + calc(100vh * 0.5)), -50%, 0px) scale3d(0, 0, 1);
  }
  50% {
    transform: perspective(300px) translate3d(-50%, -50%, 0px)
      scale3d(1.2, 1.2, 1);
  }
  100% {
    transform: perspective(200px) translate3d(-50%, -50%, 0px) scale3d(1, 1, 1);
  }
}

@keyframes fly-in-mask {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}

@keyframes fly-in-shadow {
  0% {
    text-shadow: 0px 0px 0px rgba(32, 61, 137, 0.5),
      0px 0px 0px rgba(32, 61, 137, 0.5), 0px 0px 0px rgba(32, 61, 137, 0.5),
      0px 0px 0px rgba(32, 61, 137, 0.5);
  }
  20% {
    text-shadow: 0.125rem 0.125rem 0.25rem rgb(32, 61, 137),
      0.125rem -0.125rem 0.25rem rgba(32, 61, 137, 1),
      0.75rem 0.125rem 0.25rem rgba(32, 61, 137, 1),
      1rem -0.125rem 0.25rem rgba(32, 61, 137, 1);
  }
  100% {
    text-shadow: 0px 0px 0px rgba(32, 61, 137, 0.5),
      0px 0px 0px rgba(32, 61, 137, 0.5), 0px 0px 0px rgba(32, 61, 137, 0.5),
      0px 0px 0px rgba(32, 61, 137, 0.5);
  }
}

@keyframes fly-in-shadow-bk {
  0% {
    text-shadow: 3px -1px 3px rgb(92, 207, 241),
      4px -1px 3px rgba(32, 61, 137, 1), 5px -1px 3px rgba(32, 61, 137, 1),
      7px -1px 3px rgba(32, 61, 137, 1);
  }
  100% {
    text-shadow: 0px 0px 0px rgba(32, 61, 137, 0.5),
      0px 0px 0px rgba(32, 61, 137, 0.5), 0px 0px 0px rgba(32, 61, 137, 0.5),
      0px 0px 0px rgba(32, 61, 137, 0.5);
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  60% {
    -webkit-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}

.social-icon {
  display: inline-block;
  vertical-align: text-top;
}
.social-icon svg {
  fill: #fff;
  width: 28px;
  height: 28px;
}

.social-icon--pinterest svg,
.social-icon--tiktok svg,
.social-icon--facebook svg {
  height: 25px;
}

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.menu-item-gtranslate {
  padding-top: 0.75rem;
  display: none !important;
}
.g-translate-mobile {
  position: relative;
  height: 3rem;
}
@media (min-width: 768px) {
  .menu-item-gtranslate {
    display: block !important;
  }
  .g-translate-mobile {
    display: none;
  }
  .g-translate-mobile .gtranslate_wrapper {
    position: absolute;
  }
}

.gt_switcher {
  border-radius: 5px;
}

/* GTranslate Hover Fix v1 */

/* Fix GTranslate hover auto-select issue */
.gt_switcher .gt_option:hover {
    pointer-events: auto !important;
}

.gt_switcher a:hover {
    background-color: #f0f0f0 !important;
}

/* Prevent auto-selection on hover */
select.gt_selector option:hover {
    background-color: transparent;
}

/* If using dropdown widget */
.gt_switcher_wrapper .gt_option {
    cursor: pointer;
}

.gt_switcher_wrapper select option:hover {
    background: none !important;
}

.mwai-chatgpt-theme.mwai-window {
  z-index: 1024;
}

/* Gravity Forms Custom Footer CSS */
.gform-theme.gform-theme {
	overflow: visible !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
}
.gform_fields.gform_fields {
	grid-template: none;
	grid-template-columns: 1fr 1fr;
	row-gap: 1.5rem;
	column-gap: 2rem;
}

.gfield:has(.has_first_name),
.gfield:has(.has_last_name),
.gfield.email-address,
.gfield.phone-number,
.gfield.company-name,
.gfield.website,
.gfield.country,
.gfield.business-type-2,
.gfield.industry-2 {
	grid-column: 1 / span 1;
}
:has(.gfield.business-type-2) .gfield {
	grid-column: 1 / span 2;
}
.gfield.gfield--type-section,
.gfield.gfield--type-turnstile,
.gfield.message,
.gfield.mailing-list-accept {
	grid-column: 1 / span 2;
}
.gfield.industry,
.gfield.business-type {
	grid-column: 2 / span 1;
}
.gfield.business-type {
	grid-row: 1 / span 2;
}
.gfield.industry {
	grid-row: 3 / span 6;
}
.gfield .ginput_address_country {
	inline-size: 100%;
}
.gfield.gfield--type-section .gsection_title:empty {
	display: none;
}
.gform-theme--api.gform-theme--api,
.gform-theme--framework.gform-theme--framework {
	--gf-ctrl-btn-font-size-md: 16px !important;
	--gf-font-size-primary: 16px !important;
	--gf-font-size-secondary: 16px !important;
}

/* Mobile - must come last to override desktop styles */
@media screen and (max-width: 768px) {
	.gfield:has(.has_first_name),
	.gfield:has(.has_last_name),
	.gfield.email-address,
	.gfield.phone-number,
	.gfield.company-name,
	.gfield.website,
	.gfield.country,
	.gfield.gfield--type-section,
	.gfield.gfield--type-turnstile,
	.gfield.message,
	.gfield.mailing-list-accept,
	.gfield.industry,
	.gfield.business-type {
		grid-column: 1 / span 2;
	}

	.gfield.business-type {
		grid-row: 8 / span 1;
	}
	.gfield.industry {
		grid-row: 9 / span 1;
	}
}

[id^="gform_wrapper_"].gform-theme--framework .gform_validation_errors ol a {
	color: #000;
	text-decoration: none;
	cursor: auto;
}

.mailing-list-accept .gfield-choice-input {
	position: absolute;
	transform: translateX(70%) translateY(90%);
	z-index: 2;
	--gf-ctrl-choice-check-color: green;
}

.gchoice {
	cursor: pointer;
	position: relative;
}

.mailing-list-accept .gform-field-label {
	display: flex !important;
	align-items: center;
	margin: 0;
	border: 1px solid #b0d7e5;
	border-radius: 3px;
	background-color: #e9f6fb;
	color: #2561ae;
	padding: 12px 24px 12px 36px;
	transition: background-color 0.25s, color 0.25s;
	box-shadow: var(--gf-ctrl-shadow);
	position: relative;
	margin-inline: 0 !important;
}
.mailing-list-accept .gform-field-label:before {
	content: "";
	height: 30px;
	width: 30px;
	display: inline-block;
	background-image: url('data:image/svg+xml;charset=utf-8,<svg width="500" height="500" viewBox="0 0 500 500" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M332.813 86C321.938 165.886 294.146 193.725 215 202.197C297.167 211.881 318.312 238.509 332.813 319C347.917 232.457 366.042 216.117 447 202.197C366.042 190.699 343.688 163.465 332.813 86Z" fill="dodgerblue"/><path d="M168.813 174C157.938 253.886 130.146 281.725 51 290.197C133.167 299.881 154.312 326.509 168.813 407C183.917 320.457 202.042 304.117 283 290.197C202.042 278.699 179.688 251.465 168.813 174Z" fill="dodgerblue"/><path d="M235.688 85C231.562 115.514 221.021 126.148 191 129.384C222.167 133.083 230.188 143.255 235.688 174C241.417 140.943 248.292 134.701 279 129.384C248.292 124.992 239.812 114.59 235.688 85Z" fill="dodgerblue"/><path d="M268.688 328C264.562 358.514 254.021 369.148 224 372.384C255.167 376.083 263.188 386.255 268.688 417C274.417 383.943 281.292 377.701 312 372.384C281.292 367.992 272.812 357.59 268.688 328Z" fill="dodgerblue"/></svg>');
	background-size: 30px 30px;
	background-position: center;
	background-repeat: no-repeat;
	transition: background-color 0.25s, border 0.25s;
	z-index: 1;
}
.mailing-list-accept .gform-field-label:after {
	content: "";
	height: 30px;
	width: 30px;
	display: inline-block;
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateX(80%) translateY(-50%);
	background-color: #e9f6fb;
	background-image: url('data:image/svg+xml;charset=utf-8,<svg width="500" height="500" viewBox="0 0 500 500" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M183.5 242C174.5 308 151.5 331 86 338C154 346 171.5 368 183.5 434.5C196 363 211 349.5 278 338C211 328.5 192.5 306 183.5 242Z" fill="dodgerblue"/><path d="M216.5 58C207.5 124 184.5 147 119 154C187 162 204.5 184 216.5 250.5C229 179 244 165.5 311 154C244 144.5 225.5 122 216.5 58Z" fill="dodgerblue"/><path d="M329.5 179C320.5 245 297.5 268 232 275C300 283 317.5 305 329.5 371.5C342 300 357 286.5 424 275C357 265.5 338.5 243 329.5 179Z" fill="dodgerblue"/><path d="M380.688 116C376.562 146.514 366.021 157.148 336 160.384C367.167 164.083 375.188 174.255 380.688 205C386.417 171.943 393.292 165.701 424 160.384C393.292 155.992 384.812 145.59 380.688 116Z" fill="dodgerblue"/><path d="M281.688 355C277.562 385.514 267.021 396.148 237 399.384C268.167 403.083 276.188 413.255 281.688 444C287.417 410.943 294.292 404.701 325 399.384C294.292 394.992 285.812 384.59 281.688 355Z" fill="dodgerblue"/><path d="M118.688 193C114.562 223.514 104.021 234.148 74 237.384C105.167 241.083 113.188 251.255 118.688 282C124.417 248.943 131.292 242.701 162 237.384C131.292 232.992 122.812 222.59 118.688 193Z" fill="dodgerblue"/></svg>');
	background-size: 24px 24px;
	background-position: center;
	background-repeat: no-repeat;
	animation: background-fade 1s infinite reverse;
	transition: background-color 0.25s, border 0.25s;
	z-index: 2;
}
@keyframes background-fade {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	51% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.mailing-list-accept input:checked ~ .gform-field-label {
	background-color: #d4edda;
	border-color: #c3e6cb;
	color: #155724;
}
.mailing-list-accept input:checked ~ .gform-field-label:before {
	background-image: url('data:image/svg+xml;charset=utf-8,<svg width="500" height="500" viewBox="0 0 500 500" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M332.813 86C321.938 165.886 294.146 193.725 215 202.197C297.167 211.881 318.312 238.509 332.813 319C347.917 232.457 366.042 216.117 447 202.197C366.042 190.699 343.688 163.465 332.813 86Z" fill="green"/><path d="M168.813 174C157.938 253.886 130.146 281.725 51 290.197C133.167 299.881 154.312 326.509 168.813 407C183.917 320.457 202.042 304.117 283 290.197C202.042 278.699 179.688 251.465 168.813 174Z" fill="green"/><path d="M235.688 85C231.562 115.514 221.021 126.148 191 129.384C222.167 133.083 230.188 143.255 235.688 174C241.417 140.943 248.292 134.701 279 129.384C248.292 124.992 239.812 114.59 235.688 85Z" fill="green"/><path d="M268.688 328C264.562 358.514 254.021 369.148 224 372.384C255.167 376.083 263.188 386.255 268.688 417C274.417 383.943 281.292 377.701 312 372.384C281.292 367.992 272.812 357.59 268.688 328Z" fill="green"/></svg>');
}
.mailing-list-accept input:checked ~ .gform-field-label:after {
	background-color: #d4edda;
	background-image: url('data:image/svg+xml;charset=utf-8,<svg width="500" height="500" viewBox="0 0 500 500" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M183.5 242C174.5 308 151.5 331 86 338C154 346 171.5 368 183.5 434.5C196 363 211 349.5 278 338C211 328.5 192.5 306 183.5 242Z" fill="green"/><path d="M216.5 58C207.5 124 184.5 147 119 154C187 162 204.5 184 216.5 250.5C229 179 244 165.5 311 154C244 144.5 225.5 122 216.5 58Z" fill="green"/><path d="M329.5 179C320.5 245 297.5 268 232 275C300 283 317.5 305 329.5 371.5C342 300 357 286.5 424 275C357 265.5 338.5 243 329.5 179Z" fill="green"/><path d="M380.688 116C376.562 146.514 366.021 157.148 336 160.384C367.167 164.083 375.188 174.255 380.688 205C386.417 171.943 393.292 165.701 424 160.384C393.292 155.992 384.812 145.59 380.688 116Z" fill="green"/><path d="M281.688 355C277.562 385.514 267.021 396.148 237 399.384C268.167 403.083 276.188 413.255 281.688 444C287.417 410.943 294.292 404.701 325 399.384C294.292 394.992 285.812 384.59 281.688 355Z" fill="green"/><path d="M118.688 193C114.562 223.514 104.021 234.148 74 237.384C105.167 241.083 113.188 251.255 118.688 282C124.417 248.943 131.292 242.701 162 237.384C131.292 232.992 122.812 222.59 118.688 193Z" fill="green"/></svg>');
}

/* Tablet responsive adjustments */
@media screen and (min-width: 1024px) {
	.mailing-list-accept .gform-field-label {
		padding: 10px 20px 10px 32px;
		font-size: 15px;
	}

	.mailing-list-accept .gform-field-label:before {
		height: 26px;
		width: 26px;
		background-size: 26px 26px;
	}

	.mailing-list-accept .gform-field-label:after {
		height: 26px;
		width: 26px;
		background-size: 21px 21px;
		left: 10px;
		transform: translateX(80%) translateY(-50%);
	}

	.mailing-list-accept .gfield-choice-input {
		transform: translateX(60%) translateY(70%);
	}
}

/* Small Tablet responsive adjustments */
@media screen and (min-width: 768px) {
	.mailing-list-accept .gform-field-label {
		padding: 8px 16px 8px 28px;
		font-size: 14px;
	}

	.mailing-list-accept .gform-field-label:before {
		height: 22px;
		width: 22px;
		background-size: 22px 22px;
		margin-right: 10px;
		margin-left: 10px;
	}

	.mailing-list-accept .gform-field-label:after {
		height: 22px;
		width: 22px;
		background-size: 18px 18px;
		left: 8px;
		transform: translateX(80%) translateY(-50%);
		margin-right: 10px;
		margin-left: 10px;
	}

	.mailing-list-accept .gfield-choice-input {
		transform: translateX(50%) translateY(50%);
	}
}

/* Mobile responsive adjustments */
@media screen and (max-width: 768px) {
	.mailing-list-accept .gform-field-label {
		padding: 8px 16px 8px 28px;
		font-size: 14px;
	}

	.mailing-list-accept .gform-field-label:before {
		height: 22px;
		width: 22px;
		background-size: 22px 22px;
		margin-right: 10px;
		margin-left: 10px;
	}

	.mailing-list-accept .gform-field-label:after {
		height: 22px;
		width: 22px;
		background-size: 18px 18px;
		left: 8px;
		transform: translateX(80%) translateY(-50%);
		margin-right: 10px;
		margin-left: 10px;
	}

	.mailing-list-accept .gfield-choice-input {
		transform: translateX(50%) translateY(110%);
	}
}

/* Small mobile responsive adjustments */
@media screen and (max-width: 480px) {
	.mailing-list-accept .gform-field-label {
		padding: 6px 12px 6px 24px;
		font-size: 13px;
	}

	.mailing-list-accept .gform-field-label:before {
		height: 20px;
		width: 20px;
		background-size: 20px 20px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.mailing-list-accept .gform-field-label:after {
		height: 20px;
		width: 20px;
		background-size: 16px 16px;
		left: 6px;
		transform: translateX(80%) translateY(-50%);
		margin-left: 10px;
		margin-right: 10px;
	}

	.mailing-list-accept .gfield-choice-input {
		transform: translateX(40%) translateY(90%);
	}
}
.gform_submission_error {
	flex-direction: row !important;
	gap: 0.5rem !important;
}
.gform_confirmation_message_2, .gform_confirmation_message_4 {
    color: #155724 !important;
    background-color: rgb(92 192 53 / 35%) !important;
    border: var(--gf-form-validation-border-width) var(--gf-form-validation-border-style) #8BC34A !important;
    border-radius: var(--gf-form-validation-radius) !important;
    box-shadow: var(--gf-form-validation-shadow) !important;
    display: flex !important;
    flex-direction: column !important;
    gap: var(--gf-form-validation-gap) !important;
    padding-block: 20px !important;
    padding-inline: 16px !important;
}

body [id^="gform_ajax_spinner_"] {
	display: none !important;
	opacity: 0 !important;
	height: 0;
	width: 0;
}

.gform_footer {
	padding-bottom: 1rem;
}

#gform_wrapper_4 > .gform-title {
    font-size: 36px !important;
}

#gform_wrapper_4 > .gform_heading {
    text-align: center;
}

.g-translate-mobile {
    display: none;
}

/* WordPress 6.9 Block Editor Compatibility */
/* Ensure blocks don't overlap and render properly */
.wp-block {
    max-width: 100%;
}

.entry-content .alignwide {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.entry-content .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* Fix block spacing issues in WP 6.9 */
.wp-block-group,
.wp-block-columns {
    margin-bottom: 1.5em;
}

/* Ensure comparison blocks and modern blocks don't overlap */
.wp-block-comparison {
    position: relative;
    overflow: visible;
    clear: both;
}

/* Fix for blocks with custom spacing - exclude separators */
.has-background:not(.wp-block-separator):not(hr) {
    padding: 1.5em;
}

/* Keep separators minimal */
hr.has-background,
.wp-block-separator.has-background {
    padding: 0;
    height: 1px;
}

/* Ensure embeds are responsive */
.wp-block-embed__wrapper {
    position: relative;
    overflow: hidden;
}

/* WordPress 6.9 Block Overlap Fixes */
/* Ensure all blocks clear properly */
.wp-block-create-block-b-carousel,
.wp-block-bicb-carousel,
.wp-block-beaf-before-after-slider,
.bafg-container,
.twentytwenty-container {
    clear: both;
    margin-bottom: 2em;
    overflow: visible;
    position: relative;
}

/* Clearfix helper */
.wp-block-clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Force block containers to contain their children */
.entry-content > * {
    clear: both;
}

/* B-Carousel (bicb) Block - Swiper-based carousel */
.wp-block-bicb-carousel .swiper-container,
.wp-block-bicb-carousel .bicbCarousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.wp-block-bicb-carousel .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
}

.wp-block-bicb-carousel .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.wp-block-bicb-carousel img {
    width: 100%;
    height: auto;
    display: block;
}

/* Legacy B-Carousel blocks */
.wp-block-create-block-b-carousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.wp-block-create-block-b-carousel .carousel-item {
    display: none;
    position: relative;
    width: 100%;
}

.wp-block-create-block-b-carousel .carousel-item.active {
    display: block;
}

/* Ensure comparison slider images don't stack */
.twentytwenty-container,
.bafg-container {
    position: relative;
    overflow: hidden;
    height: auto;
}

.twentytwenty-container img,
.bafg-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Prevent blocks from breaking out of content area */
.entry-content {
    overflow: visible;
}

.entry-content > .wp-block {
    max-width: 100%;
}

/* Fix video blocks to respect container */
.wp-block-video,
.wp-block-embed {
    max-width: 100%;
}

.wp-block-video video,
.wp-block-embed iframe,
.wp-block-embed embed,
.wp-block-embed object {
    max-width: 100%;
    height: auto;
}

/* Ensure wide and full alignment work properly */
.entry-content .alignwide {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.entry-content .alignfull {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Ensure embeds are responsive */
.wp-block-embed__wrapper {
    position: relative;
    overflow: hidden;
}


