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

/*************** ADD CUSTOM CSS HERE.   ***************/
.grid {
    display: grid;
    gap: 10px;
  }
  .grid .main {
    background: #fcc;
  }
  .side {
    background: #fea;
  }
  .grid .main,
  .side {
    padding: 2%;
    border-radius: 10px;
    position:relative;
  }
  .section_header{
    position: relative;
    background-image: url(https://laccswap.com/wp-content/uploads/2021/07/LOGO-V-1-1.png);
    height: 230px;
    width: 100%;
    border-radius: 6px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .event_date{
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    font-size: 24px;
    top: 5px;
  }
  .section_title{    
    background: #fff;
    color: #000;
    display: inline;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 24px;
    font-weight: bold;
}
.bid_button{
    margin: 10px auto;
    text-align: center;
}
.bid_button button.button {
    background: #000;
}
.woocommerce .quantity #uwa_bid_value.qty{
  max-width: 100%;
}
.profile_photo{
  position: absolute;
    top: 150px;
    left: 30%;
    background: #fff;
    border-radius: 10px;
}
.profile_photo img{
  border-radius: 10px;
    margin: 10px;
}
.grid_content{
  margin-top: 130px;
}
.grid_content .um-message-btn.um-button{
  background-color: #3ba1da;
  color: #fff;
}
.guest_popup{
  position: absolute;
  background: rgba(0,0,0,0.5);
  padding: 20px;
  z-index: 2;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  bottom: 0;
}
#guest_contact_us{
  max-width: 600px;
    margin: 0 auto;
    background: #a4a4a4;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #646464;
}
.close_guest_popup{
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  padding: 5px;
  border: 3px solid #fff;
  float: right;
  margin-bottom: 10px;
}
span.error_message {
  color: #bc2424;
}
.sucess_message{
  background: #609a60;
  width: 300px;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  margin: 15px auto;
}
  @media(max-width: 400px){
    .grid {
      grid-template-columns: 1fr;
    }
  }

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


}