.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
/*  justify-content: space-around;*/
  justify-content: center;
  background-color: #b1aca9;
  height: auto;
  padding: 40px;
}

.footer-s {

  width: 20%;
  height: auto;
  padding: 0 0 0 40px;
}

.to-center{
  margin-left: 8.5rem;
}

.widget-title {
    margin-bottom: 20px;
    font-size: 1.10vw;
    line-height: 1.5;
    font-weight: 300;
    text-transform: none;
    color: black;
    /* font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
    font-family: 'Raleway', arial, sans-serif;
}

.footer_sub{
  margin-bottom: 0.35em;
  color: white;
  /* font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; */
  font-family: 'Roboto';
  font-size: 1vw;
}

.last-footer-line{
  width: 30rem;
  margin-top: 1rem;
  margin-left: -6rem;
}

.last-copyright-line{
  margin-left: 1rem;
  margin-top: 1rem;
}

.last-footer-social{
  margin-left: -1rem
}
footer a, footer a:link, footer a:visited, footer a:active, footer a:hover {
    margin-top: 0px;
    padding: 0 0px;
}

.image_s {
  width: 1em;
  height: 1.1em;
}

.white_box {
  background-color: #ffffff !important;
  border-radius: 3px;
  color: #000000 !important;
  border: 0px #ffffff solid !important;
  font-size: 18px;
  padding: 9px!important;
  margin: 0px 3px;
}

.white_box:hover {
    background-color: #dd3333 !important;
    border-color: #ffffff !important;
    color: #000000 !important;
}

#mc_embed_signup .mc-field-group input {
    text-indent: 2%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 219px !important;
    height: 47px;
    margin-bottom: 1.5em;
    padding-bottom: 0px !important;
  }

  #mc_embed_signup .mc-field-group label {
    text-align: left;
    display: block;
    margin-bottom: 3px;
    font-size: 1rem;
    font-weight: 400;
    color: white;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 
    
  }

  #mc_embed_signup .button {
    color: #ffffff !important;
    background-color: #666666 !important;
    height: 47px !important;
    border-radius: 2px !important;
  }

  #mc_embed_signup form {
    padding: 0px !important;
  }
  
  #mc_embed_signup div#mce-responses {
    padding: 0px; 
    margin: 0px;
    color: white;
  }
  
  #mc_embed_signup #mce-success-response {
    color: white;
 }

.mailing-list{
  background-color: #b1aca9; 
  text-align: center; 
  display: block;
}

.mailing-list-text{
  font-size: 1.8rem; 
  color: white;
  font-family: 'Raleway', arial, sans-serif;
}
.mailing-list-input{
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  background-color: #b1aca9;
  color: white; 
  margin-right: 6px; 
  height: 40px; 
  width: 291px;
}

.mailing-input input::placeholder {
     color: #ffffff;
     padding-left: 5px;
  }


/*############################################################################*/

/*                                                                            */

/*                              Responsive                                    */

/*                                                                            */

/*############################################################################*/

@media all and (max-width: 1440px) {
}

@media all and (max-width: 990px) {
  .footer-s {
    width: 40%;
  }

  .margin_bottom {
    margin-bottom: 50px;
  }
  
   .mailing-input input{
     display: block;
  }
}

@media all and (max-width: 767px) {
  .footer-s {
    width: 100%;
    padding: 0px;
  }

  .mailing-input input{
     display: block;
  }
}

@media all and (max-width: 479px) {
 .to-center{
  margin-left: 0;
 }
 .widget-title {
    font-size: 1rem;
    margin-bottom: 10px;
 }
 .last-footer-line{
  width: 10rem;
  margin-top: 1rem;
  margin-left: 0rem;
 }
 
 .last-copyright-line{
   margin-left: 0rem;
   margin-top: 1rem;
 }

 .last-footer-social{
   margin-left: 0rem
 }
}

@media all and (max-with: 420px) {}
