/**
Theme Name: e9framework
Author: e9digital
Author URI: https://e9digital.com
Description: Testing out the e9 framework for future projects.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: e9framework
Template: astra
*/



  /* IE10+ specific styles go here */
  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    /* Fix fade in animation not working in Win10 IE11 */
    .elementor-invisible.elementor-invisible {
      visibility: visible;
    }

    /* Fix hero sections vertical alignment, IE11 does not respect flex container only min-height is set */
    main .elementor > .elementor-inner > .elementor-section-wrap > section.elementor-section-height-min-height > .elementor-container {
      height: 1px;
    }

    /* Fix the images on the "Recent Client Work" section of home page */
    .elementor-page-97 [data-elementor-open-lightbox] > img {
      height: 250px;
      width: 100%;
    }

    /* Fix form background color from bleeding into form input fields */
    .elementor-field-group .elementor-field-textual.elementor-field-textual {
      opacity: 1;
    }
  }

@media screen and (max-width: 767px) {
  /* Fix home page quotes slider being too narrow ~mobile */
  .elementor-97 .elementor-element.elementor-element-90cdbbd.elementor-arrows-yes .elementor-main-swiper.elementor-main-swiper {
    width: 90%;
  }
}

