/*
Theme Name: Rainbow Hearts
Theme URI: https://rainhopes.com/
Description: Rainbow Hearts Custom Wordpress Theme
Version: 1.0
Author: Ra!nhopes
Author URI: https://fb.com/fasil878
*/


a {
  color: #ffca08;
}
a:hover {
  color: #000;
}


.popup-new-overlay{
    background: rgba(0,0,0,.5);
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
 display: none;
   align-items: center;
  justify-content: center;
  overflow:auto;
}

.dsplay-flex{
  display:  flex;  
}

.popupnew {
    width: 500px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    
}
.popupnew .headsec{
  padding: 25px 35px 10px 35px;
    position: relative;
}

.popupnew .form-sec{
    padding: 25px 35px 20px 35px;
}


.popupnew .super-field {

  margin: 0 0 5px 0;
}

.popupnew .form-footer{
       padding: 0 35px 10px 35px;
}
.popupnew .form-footer p{
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.popupnew .form-footer p a{
    color: #2e5c93;
    
}
.close-popupnew{
  
  position: absolute;
  top: 35px;
  right: 35px;
  font-size: 25px;
  cursor: pointer;

}


@media (max-width:768px){
    
    .popupnew {
    width: 100%;
    border-radius: 0px;
    height: 100vh;
    
}
.popupnew .headsec {
  padding: 10px 35px 10px;
  box-shadow: 1px 5px 5px #ddd;
-webkit-box-shadow: 1px 5px 5px #ddd;
-moz-box-shadow: 1px 5px 5px #ddd;
}
    
    .popupnew .headsec h2{
      font-size: 21px;
    }
    
    .close-popupnew {

  top: 10px;

  font-size: 23px;
  cursor: pointer;
}
    

}
