footer.padding-footer {
padding-top: 0px;
}
#newsletter-section,
#newsletter-section * {
box-sizing: border-box;
margin: 0;
padding: 0;
} #newsletter-section {
font-family: Arial, sans-serif;
background-color: ##161616;
color: #fff;
padding: 30px 20px 30px;
width: 100%;
clear: both;
overflow: hidden;
} #newsletter-section .newsletter-container {
max-width: 750px;
margin: 0 auto;
width: 100%;
text-align: center;
} #newsletter-section .newsletter-header h2 {
font-size: 28px;
font-weight: 300;
letter-spacing: 0.5px;
margin-bottom: 15px;
color: #ffffff;
line-height: 1.3;
} #newsletter-section .form-container {
max-width: 550px;
margin: 0 auto;
} #newsletter-section .newsletter-form {
display: flex;
justify-content: center;
align-items: stretch;
gap: 0;
width: 100%;
} #newsletter-section .newsletter-form .email-input {
flex: 1 1 auto;
padding: 18px 22px;
font-size: 14px;
border: none;
border-radius: 0;
background-color: #ffffff;
color: #999;
outline: none;
min-height: 55px;
line-height: normal;
}
#newsletter-section .newsletter-form .email-input::placeholder {
color: #b8b8b8;
font-weight: 300;
} #newsletter-section .newsletter-form .submit-button {
display: flex;
align-items: center;
justify-content: center;
background-color: #b0b0b0;
border: none;
padding: 0px 28px;
cursor: pointer;
color: #000;
font-size: 14px;
min-width: 90px;
transition: background-color 0.3s;
}
#newsletter-section .newsletter-form .submit-button:hover {
background-color: #9a9a9a;
}
#newsletter-section .newsletter-form svg {
stroke: currentColor;
width: 40px;
height: 40px;
} #newsletter-section .privacy-text {
font-size: 10.5px; color: #fff;
margin: 20px auto 0;
line-height: 1.6;
max-width: 650px;
letter-spacing: 0.2px;
}
#newsletter-section .privacy-text a { color: #fff;
text-decoration: underline;
}
#newsletter-section .privacy-text a:hover {
color: #999;
} #newsletter-section .newsletter-divider {
width: 90%;
height: 2px; background-color:#444;
margin: 30px auto 0;
border: none;
} @media only screen and (max-width: 768px) {
#newsletter-section {
padding: 50px 15px 50px;
}
#newsletter-section .newsletter-header h2 {
font-size: 24px;
}
#newsletter-section .newsletter-form {
flex-direction: column;
gap: 0;
}
#newsletter-section .newsletter-form .submit-button {
width: 100%;
min-height: 55px;
}
}
.submit-button{
border-radius:0px;
}