/*
Theme Name:   Starter 1
Author:       Business Promotion
Author URI: https://www.businesspromotion.com/
Template:     charlie
Description:  Child theme for BP Website Platform - can be edited 
Version: 1.0
*/
@import url('css/footer.css');
/*bottom-section*/
.bottom-section{
	padding: 19px 0 31px;
	background-color: #E2E8D9;
}
.bottom-section h2{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 58px;
	color: #394030;
	margin: 0;
}
.bottom-section h4{
	margin: 0;
	color: #6E0731;
}

#lightinthebox {
  position: fixed;
  background-color: #000;
  background-color: rgba(0,0,0,.9);
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 1000;
  align-items: baseline;
}

#lightinthebox .light_content {
  margin-top: 60px;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  max-width: 50%;
  max-height: 75%;
  overflow-y: auto;
  position: relative;
}

.closeX {
    border: 1px solid #fff;
    background-color: #681E53;
    color: #fff;
    border-radius: 30px;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.5);
    font-weight: 800;
    position: absolute;
    top: 20px;
    right: 20px;
}

.closeX:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

@media only screen and (max-width: 600px) {
    #lightinthebox {
    display: block;
    }
    #lightinthebox .light_content {
      max-width: 100%;
      margin-top: 10px;
    }
    
}
