/*
Theme Name: Mr. Spring Garage Doors
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
ul.custom-checklist {
  list-style: none; /* Remove default bullets */
  padding-left: 0;  /* Remove extra left padding */
  margin: 0;
}

ul.custom-checklist li {
  position: relative;
  padding-left: 32px; /* Space for icon */
  margin-bottom: 10px;
}

ul.custom-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url('https://mrspring.robrweb.com/wp-content/uploads/mrcheckmark.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1020px) {
    .header-inner .flex-col.show-for-medium.flex-left {
        display: flex !important;
		right: 50px;
        position: fixed;
    }
    .hide-for-medium {
    display: none !important;
}
}
@media only screen and (max-width: 850px) {
    .header-inner .flex-col.show-for-medium.flex-left {
        display: flex !important;
        position: unset;
    }
    .hide-for-medium {
    display: none !important;
}
}