/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2025 | 15:42:24 */
.btn-expo,
.wpforms-submit,
.wysija-submit-field{
  padding: 10px 22px;
  font-weight: 700;
  border-radius:12px;
  border: 3px solid #000 !important;
  background:#ec6906 !important;
  color: #fff !important;
}

.birthday-newsletter{
  padding: 20px;
  background: #000;
  width: max-content;
  max-width: 100%;
  border-radius: 25px;
}

.birthday-newsletter h2{
  color: #fff;
  margin-bottom: 15px;
}

.birthday-newsletter .mc4wp-form-1 .mc4wp-form-fields{
	display: flex;
	align-items: start;
}

.wysija-paragraph input{
	width: 365px;
	max-width: 80%;
    height: 46px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #000;
    font-size: 13px;
    line-height: 22px;
    color: #000000;
    font-family: "Open Sans";
    font-weight: 400;
    text-align: left;
    padding: 0 14px;
    letter-spacing: 0;
    float: left;
    margin-right: 3px;
}

.expo-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}



@media(max-width: 768px){
.expo-container{
	flex-direction: column;
}
}

.expo-form-container{
	text-align: left !important;
	border: 3px solid #ec6906;
	padding: 10px;
}

.expo-form-title{
 background: #ec6906;
 padding: 4px 6px;
 width: max-content;
 color: #fff !important;
}