footer {
    display: flex;
    flex-direction: column-reverse;
    background-color: #F4F4ED;
}

footer > .container{
    padding-top: 20px;

}

footer .block_newsletter{
    -webkit-box-shadow: -1px 1px 3px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: -1px 1px 3px 0px rgba(66, 68, 90, 1);
    box-shadow: -1px 1px 3px 0px rgba(66, 68, 90, 1);
    background-color: rgb(217, 217, 217);
    overflow: visible;
    margin: 0 auto;
    max-width: 300px;
    transform: translateX(-40%);
}

footer .block_newsletter .row > [class*="col-"]{
    width: 100%;
}

footer #block-newsletter-label{

    font-size: 1.8rem !important;
    color: #afabab !important;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .5), -1px -1px 1px #fff, -2px -2px 2px rgba(0, 0, 0, .2);
    margin-top: 15px;
}

footer .row .row:not(.footer-container *){
    display: flex;
    flex-direction: column;
    font-weight: 300;
    text-transform: none;
}

footer .block_newsletter form .row:first-of-type > :nth-child(1) {
    order: 2;
}

footer .block_newsletter form .row:first-of-type > :nth-child(2) {
    order: 1;
}

footer .block_newsletter form .row:first-of-type *{
 
    display: flex;
    flex-direction: column-reverse;
	font-family: "DM Sans", sans-serif;
}

footer .block_newsletter form .row:first-of-type input[name="email"]{
    border-bottom: 1px solid #000; 
    outline: none;              
    background-color: transparent;
    padding: 5px 0;
}

footer .block_newsletter form .row:first-of-type input[name="email"]:focus{
    border: none;
    border-bottom: 1px solid #000;
}

footer .block_newsletter form .row:first-of-type input[name="submitNewsletter"] {
	color: #000000;
	width: 50%;
	border: 1px solid transparent;
	display: inline-block;
	padding: 5px 22px;
	font-size: 12px;
	background: #c8e1ec;
	text-align: center;
	letter-spacing: 2.1px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 20px;
	-webkit-box-shadow: -1px 1px 3px 0px rgba(66, 68, 90, 1);
	-moz-box-shadow: -1px 1px 3px 0px rgba(66, 68, 90, 1);
	box-shadow: -1px 1px 3px 0px rgba(66, 68, 90, 1);
	font-weight: 400;
}
footer .block_newsletter form .row:first-of-type input[name="submitNewsletter"]:hover{

    -webkit-box-shadow: 1px -1px 3px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 1px -1px 3px 0px rgba(66, 68, 90, 1);
    box-shadow: 1px -1px 3px 0px rgba(66, 68, 90, 1);
}

#search_widget form input{
	padding: 10px;
}

#search_widget form input::placeholder{
	font-size: 0.8rem;
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {

    footer .block_newsletter {
		transform: translateX(0);
    }

}

