/* This is the CSS template for Features for Commerce */ 

/* Hmpg features section 2 */ 

.btn-features a {
  color: #AA2F3A;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: transparent;
  letter-spacing: 1px;
}

.btn-features a:hover {
  text-decoration: none;
  border-bottom: 1px solid #AA2F3A;
}

.btn-features i {
  position: relative;
  left: 10px;
  color: #AA2F3A;
}

#hmpg-features-section-two,
#get-involved-features {
    display: flex;
    flex-wrap: wrap;
    margin: 75px 0px 50px;
}

.feature-box-2 {
  flex: 1;
  padding: 0px 15px;
  border-bottom: 5px solid #AA2F3A;
  -webkit-box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.07);
  background-color: #fff;
  color: inherit;
  text-align: center;
}

.feature-box-2.first-in-list {
    margin-right: 40px;
}

.feature-box-2.last-in-list {
    margin-left: 40px;
}

#get-involved-features {
  text-align: center;
}

/* End ALL */ 

/* ----------- Smartphone Device Styles (XS)  ----------- */

@media (max-width: 767px) {


  /* Features XS */

  #features-background {
    padding: 10px 0px;
  }
  
  .feature-blurb p {
    display: none;
  }

  .feature-box-2 {
    flex: auto;
    margin: 15px;
}

#hmpg-features-section-two, #get-involved-features {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0px 15px;
}


  /* Footer XS */ 

  .tsq-logo {
    display: table;
    margin:0px auto 35px auto;
  }

#footer {
    margin-top: 00px;
}

}
/* End XS */ 

/* ---------------------- Tablet styles (SM)  ---------------------- */
@media (min-width: 768px) {

.hmpg-features-2 {
    margin-bottom: 30px;
}

a.feature-box-2:hover,
a.feature-box-2:focus,
a.feature-box-2:active {
    background-color: #F7F8F9;
    text-decoration: none;
}

div#hmpg-features-section-two a:first-of-type,
div#get-involved-features a:first-of-type  {
    margin-right: 30px;
}

div#hmpg-features-section-two a:last-of-type,
div#get-involved-features a:last-of-type {
    margin-left: 30px;
}

section.hmpg-features-lower {
    margin-top: 50px;
}

.hmpg-features-2-text {
    padding: 15px;
}

.hmpg-features-lower h4 {
      color: #5c78d6;
    font-size: 30px;
    font-weight: bold;
    margin-top: 0px;
}

.hmpg-features-2 div.involved-image {
    overflow: hidden;
}

.hmpg-features-2 div.involved-image {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}


}

/* End SM */

/* ----------- Desktops and laptops (MD) ----------- */
@media (min-width: 992px) {

  .hmpg-features-2 .involved-image {
    height: auto;
    overflow: hidden;
}

  .involved-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 100px;
  }


}

/* End MD */

/* ----------- Large Desktops (LG) ----------- */
@media (min-width: 1200px) {


}

/* End LG */
