/* 
Theme Name:		 Vas-Vendor
Theme URI:		 http://childtheme-generator.com/
Description:	 responsive child is a child theme of responsive, created by ChildTheme-Generator.com
Author:			 Mzer, Michael Terungwa
Author URI:		 http://childtheme-generator.com/
Template:		 responsive
Version:		 1.0.0
Text Domain:	 responsive
*/

/*
    Add your custom styles here
*/

  /* The Modal (background) */
.get_buddy_account, .get_electricity_token, .how_it_works {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
  z-index: 99999999999999999999;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
  max-width: 350px;
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background-color: #000;
  width: 50px;
  text-align: center;
  border-radius: 500px;
  padding: 0!important;
}

.close:hover,
.close:focus {
  color: #f0eded;
  text-decoration: none;
  cursor: pointer;
} 

 
.hero {
  display: flex;
  flex-direction: column;
  /*
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5)), 
   url("http://rechargepaddycomng.local/wp-content/uploads/2023/03/light-bulb-lamps.jpg");
   */
  background: #096aa9;
  height: 80vh;
  align-self: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  justify-content: center;
}
    
.text {
  font-size: 1.4rem;
  text-align: center;
  color: white;
  
}
.site-content.hero-cover{
  padding: 0;
}
#primary.site-content.hero-cover{
  text-shadow: 1px 1px 0px #000;
}
#primary.site-content.hero-cover h1 {
  color: #fff;
}
#primary.site-content.hero-cover button {
  background-color: #031526;
  text-transform: capitalize!important;
  border-radius: 20px;
  font-weight: normal;
}

df-messenger {
  --df-messenger-bot-message: #c5cdeb;
  --df-messenger-button-titlebar-color: #844302;
  --df-messenger-chat-background-color: #fafafa;
  --df-messenger-font-color: white;
  --df-messenger-send-icon: #878fac;
  --df-messenger-user-message: #479b3d;
 }