/*
 Theme Name:   Hello Elementor Child Theme
 description: >-
   A child theme of the Hello Elementor for Plymouth Customization
 Author:       Naveen Uppuluri
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain: hello-elementor-child
 License: GNU General Public License v3 or later.
 License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
.position-static,
.position-static .elementor-column-wrap,
.position-static .elementor-widget-wrap,
.position-static .elementor-widget {
  position: static !important;
}

.popup-close-window-link {
  text-align: right;
  display: block;
}

.popup-back-link {
  text-align: right;
  display: block;
}

/* chat styles */
.prcchat a[type="button"] {
  padding: 0;
  border: none;
}

.prcchat a[type="button"]:hover {
  background: none;
}

.prcchat .chat .clearfix {
  clear: both;
}

.prcchat .chat-footer {
  width: 100%;
}

.prcchat .chat-footer input {
  width: 235px;
  margin-right: 5px;
}

.prcchat .chat-footer .sendbutton {
  padding: 4px 10px;
}

@media screen and (max-width: 1024.9px) {
  button.chatbutton {
    display: none !important;
  }
  .prcchat {
    display: none !important;
  }
}

/* End Chat Styles */
/* fix space in bottom of home page */
body > img {
  display: none;
}

/* Start fix for Get a Quote flickering */
.get-a-quote .products-list-dropdown,
.get-a-quote .products-list-icons {
  display: none;
}

.get-a-quote .section-get-quote-auto,
.get-a-quote .section-get-quote-home,
.get-a-quote .section-get-quote-renters {
  display: none;
}

/* End fix for Get a Quote flickering */
