section.newsletter-section {
margin-top: 0;
margin-bottom: 0;
.blossomthemes-email-newsletter-wrapper {
padding: 100px 0 60px 0;
}//.blossomthemes-email-newsletter-wrapper
.newsletter-inner-wrapper {
max-width: 1218px;
margin: 0 auto;
display: flex;
flex: 1;
flex-wrap: wrap;
align-items: center;
text-align: left;
.text-holder {
width: 45%;
padding-right: 60px;
h3 {
font-size: 2em;
font-family: $secondary_font;
margin-top: 0;
margin-bottom: 0;
+ span {
margin-top: 15px;
}
}
span {
display: block;
font-size: 0.9em;
line-height: 1.65em;
}
}//.text-holder
form {
width: 55%;
display: flex;
flex: 1;
flex-wrap: wrap;
input[type="text"],
input[type="email"] {
background: none;
border: none;
padding-left: 0;
font-size: 0.7em;
border-bottom: 1px solid rgba($black_color, 0.25);
margin-right: 2%;
text-align: left;
width: calc((100% - 50px) - 2%);
}
input[name="subscribe-fname"] {
width: calc((53% - 50px) - 2%);
+ input[name="subscribe-email"] {
width: calc((53% - 50px) - 2%);
}
}
input[type="submit"] {
width: 50px;
height: 50px;
padding: 0;
background: $black_color;
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-position: center;
background-size: 18px;
border: 1px solid $black_color;
text-indent: 60px;
overflow: hidden;
&:hover {
background-color: transparent;
background-image: url('data:image/svg+xml; utf-8, ');
}
}
label {
order: 5;
margin-top: 5px;
}
}//form
}//.newsletter-inner-wrapper
}//section.newsletter-section
@include media(lg) {
section.newsletter-section {
.newsletter-inner-wrapper {
max-width: 1170px;
}//.newsletter-inner-wrapper
}//section.newsletter-section
}//media(lg)
@include media(md) {
section.newsletter-section {
.newsletter-inner-wrapper {
max-width: 1000px;
}//.newsletter-inner-wrapper
}//section.newsletter-section
}//media(md)
@include media(sm) {
section.newsletter-section {
.newsletter-inner-wrapper {
text-align: center;
max-width: 768px;
padding-left: 15px;
padding-right: 15px;
.text-holder {
width: 100%;
padding-right: 0;
}//.text-holder
form {
width: 100%;
justify-content: center;
}//form
}//.newsletter-inner-wrapper
}//section.newsletter-section
}//media(sm)
@include media(xs) {
section.newsletter-section {
.blossomthemes-email-newsletter-wrapper {
padding-top: 60px;
padding-bottom: 60px;
}//.blossomthemes-email-newsletter-wrapper
.newsletter-inner-wrapper {
flex-direction: column;
max-width: 420px;
form {
flex-direction: column;
input[type="text"],
input[type="email"] {
margin-right: 0;
width: 100%;
}
input[name="subscribe-fname"] {
width: 100%;
+ input[name="subscribe-email"] {
width: 100%;
}
}
input[type="submit"] {
width: 100%;
text-indent: 0;
background-image: none;
&:hover {
color: $black_color;
background-image: none;
}
}
label {
margin-top: 10px;
}
}//form
}//.newsletter-inner-wrapper
}//section.newsletter-section
}//media(xs)