/*
Theme Name: Landx
Theme URI: https://www.themeperch.com/themes/landx/
Author: Themeperch
Author URI: http://themeforest.net/user/themeperch
Description: Landx is a Multipurpose WordPress Theme, Software Application Landing Pages Builder for Marketing Agencies, Startups, SaaS, Mobile Apps and Product Showcase Websites. It is fully responsive, retina ready and easy to customize.
Version: 3.1.0
Requires at least: 4.7
Tested up to: 6.8.1
Requires PHP: 7.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, right-sidebar, flexible-header, custom-colors,  custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: landx
Copyright: © 2025 Themeforest. All rights reserved. This theme is licensed under the GPL.
*/

.header-wrapper {
  margin-top: var(--wp-admin--admin-bar--height);
}

.elementor-editor-active #loading {
  display: none !important
}

@media (max-width: 980px) {
  .wow {
      visibility: visible !important;
  }
}
img{
  height: auto !important;
}
#newsletter-1.newsletter-section .form-control {
  color: #ccc !important;
}
.newsletter-section .form-control:focus {
  border-color: var(--bs-primary) !important;
}
.preloader-img{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  img{
    width: 200px;
  }
}
.review-2 .review-avatar img {
    border-radius: 8px !important;
}


/* Social Media Fix */
.footer-social-links a.link-item {
   font-size: 1.3rem !important;
}