span.email-ids {
  float: left;
  /* padding: 4px; */
  border: 1px solid #ccc;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
  background: #f5f5f5;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 5px;
  font-size: 14px !important;
  margin-bottom: 10px;
}
span.cancel-email {
  border: 1px solid #ccc;
  width: 18px;
  display: block;
  float: right;
  text-align: center;
  margin-left: 20px;
  border-radius: 49%;
  height: 18px;
  line-height: 15px;
  margin-top: 1px;
  cursor: pointer;
}
.col-sm-12.email-id-row {
  /*border: 1px solid #ccc;*/
  font-size: 16px;
}
.col-sm-12.email-id-row input {
  /* border: 0px; */
  /* outline: 0px; */
}
span.to-input {
  font-size: larger;
  display: block;
  float: left;
  padding-right: 11px;
}
.col-sm-12.email-id-row {
  padding-top: 6px;
  padding-bottom: 7px;
  margin-top: 23px;
}

.all-mail {
  display: flow-root;
}

.send-email-button {
  /*  */
  text-align: right;
  margin-top: 5em;
}

#send_promotional_email_button {
  margin-top: 5rem;
  text-align: center;
  color:white;
  background-color: #1173ba;
  padding: 12px 20px;
  border-radius: 5px;
}

.email-error {
  border-color: red !important;
}
.email-id-row input {
  width: 100%;
  font-size: 1rem;
  padding: 0.25rem;
  vertical-align: middle;
  box-shadow: 0 0 0 transparent;
  border: 1px solid #999;
  outline: 0 none;
  transition: box-shadow 0.5s;
}
.email-id-row input.error {
  animation: shake 0.2s ease-in-out 0s 2;
  box-shadow: 0 0 0.5em red;
}
@keyframes shake {
  0% {
    margin-left: 0rem;
  }
  25% {
    margin-left: 0.5rem;
  }
  75% {
    margin-left: -0.5rem;
  }
  100% {
    margin-left: 0rem;
  }
}
.container.single-content-inner .row{
  margin: 0px !important;
}


* {
  margin: 0px;
  padding: 0px;
  outline: none;
  text-decoration: none;
  font-family: helvetica neue, helvetica, arial, sans-serif;
  font-smooth: always;
}

body {
  background: #eeeeee;
  color: var(--e-global-color-secondary, #1f2230);
}

h1 {
  margin-top: 40px;
  color: var(--e-global-color-secondary, #1f2230);
  text-shadow: 0px 1px 0px #fff;
  font-weight: 300;
  text-align: left;
}

h2 {
  margin-top: 40px;
  color: var(--e-global-color-secondary, #1f2230);
  text-shadow: 0px 1px 0px #fff;
  font-weight: 300!important;
  text-align: left;
}

h4 {
  color: var(--e-global-color-secondary, #1f2230);
  font-size: 100%;
}

.buttons {
  margin: 20px 10px 20px 10px;
  display: block;
  text-align: center;
  font-weight: 500;
  padding: 12px 20px 12px 20px;
}

a.flatbutt {
  background: #e26c3d;
  border-radius: 3px;
  color: #eee;
  font-size: 90%;
}

a.raised {
  background: #e26c3d;
  border-radius: 3px;
  color: #eee;
  font-size: 90%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

a.flat-three-d {
  background: #e26c3d;
  border-radius: 3px;
  /* color: #eee; */
  font-size: 90%;
}

a.amzbutt {
  background: #e26c3d;
  border-radius: 3px;
  color: #eee;
  font-size: 90%;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2),
    inset 0px 2px 0px rgba(255, 255, 255, 0.2);
}

a.spr-amz-butt {
  background: -webkit-linear-gradient(#e26c3d, #d15b2c);
  border-radius: 3px;
  color: #eee;
  font-size: 90%;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2),
    inset 0px 2px 0px rgba(255, 255, 255, 0.2), 0px 2px 1px rgba(0, 0, 0, 0.2);
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

a.shadow-material {
  background: #e26c3d;
  border-radius: 3px;
  color: #eee;
  font-size: 90%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

/* ¡¡¡Color Section!!! */
.buttons.turquoise {
  background: #1abc9c;
}
.buttons.greensea {
  background: #16a085;
}
.buttons.emerland {
  background: #2ecc71;
}
.buttons.nephritis {
  background: #27ae60;
}
.buttons.peterriver {
  background: #3498db;
}
.buttons.belizehole {
  background: #2980b9;
}
.buttons.amethyst {
  background: #9b59b6;
}
.buttons.wisteria {
  background: #8e44ad;
}
.buttons.wetasphalt {
  background: #34495e;
}
.buttons.midnitghtblue {
  background: #2c3e50;
}
/* more colors */
.buttons.sunflowers {
  background: #f1c40f;
}
.buttons.orange {
  background: #f39c12;
}
.buttons.carrot {
  background: #e67e22;
}
.buttons.pumkin {
  background: #d35400;
}
.buttons.alizarin {
  background: #e74c3c;
}
.buttons.pomegranite {
  background: #c0392b;
}
.buttons.clouds {
  background: #ecf0f1;
}
.buttons.silver {
  background: #bdc3c7;
}
.buttons.concrete {
  background: #95a5a6;
}
.buttons.asbestos {
  background: #7f8c8d;
}

.buttons.no-bg {
  background: transparent;
}

/* ¡¡¡Color Section!!! */
.buttons.flat-three-d.turquoise {
  border: 0;
  border-bottom: 4px solid #12ab8d;
}
.buttons.flat-three-d.greensea {
  border: 0;
  border-bottom: 4px solid #14947b;
}
.buttons.flat-three-d.emerland {
  border: 0;
  border-bottom: 4px solid #28be68;
}
.buttons.flat-three-d.nephritis {
  border: 0;
  border-bottom: 4px solid #219d55;
}
.buttons.flat-three-d.peterriver {
  border: 0;
  border-bottom: 4px solid #2a8bcc;
}
.buttons.flat-three-d.belizehole {
  border: 0;
  border-bottom: 4px solid #2475ab;
}
.buttons.flat-three-d.amethyst {
  border: 0;
  border-bottom: 4px solid #8d4ca7;
}
.buttons.flat-three-d.wisteria {
  border: 0;
  border-bottom: 4px solid #80399d;
}
.buttons.flat-three-d.wetasphalt {
  border: 0;
  border-bottom: 4px solid #263849;
}
.buttons.flat-three-d.midnitghtblue {
  border: 0;
  border-bottom: 4px solid #22303f;
}
/* more colors */
.buttons.flat-three-d.sunflowers {
  border: 0;
  border-bottom: 4px solid #e2b607;
}
.buttons.flat-three-d.orange {
  border: 0;
  border-bottom: 4px solid #e8930c;
}
.buttons.flat-three-d.carrot {
  border: 0;
  border-bottom: 4px solid #c54e00;
}
.buttons.flat-three-d.pumkin {
  border: 0;
  border-bottom: 4px solid #c54e00;
}
.buttons.flat-three-d.alizarin {
  border: 0;
  border-bottom: 4px solid #db4334;
}
.buttons.flat-three-d.pomegranite {
  border: 0;
  border-bottom: 4px solid #b53224;
}
.buttons.flat-three-d.clouds {
  border: 0;
  border-bottom: 4px solid #dadedf;
}
.buttons.flat-three-d.silver {
  border: 0;
  border-bottom: 4px solid #acb2b7;
}
.buttons.flat-three-d.concrete {
  border: 0;
  border-bottom: 4px solid #6d7b7c;
}
.buttons.flat-three-d.asbestos {
  border: 0;
  border-bottom: 4px solid #6d7b7c;
}

.col-sm-12.email-id-row {
  margin-bottom: 5rem;
}

#site-content {
  overflow: visible !important;
  color: rgba(72, 67, 67, 0.92);
}

.button-group-pills .btn {
  border-radius: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-left: 0px!important;
  margin-right:10px;
  border-color: #1076c1!important;
  background-color: #fff;
  color: #1076c1;
  border: 1px solid!important;
}
