/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.custom-modal-content {
  background: #fff;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  margin: 10% auto;
  border-radius: 10px;
  text-align: center;
}

.close-modal {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

.modal-buttons button {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border: none;
  background: #4b4bfb;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Add to Appearance → Customize → Additional CSS */
.um-pending-message,
.um-message-pending {
    background: #f0f8ff !important;
    border-left: 4px solid #0073aa !important;
    padding: 15px 20px !important;
    margin: 20px 0 !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    color: #333 !important;
    display: block !important;
}