.sm_thick-border-top {
  border-top: 5px solid #ad925d;
}

.sm_thick-border-bottom {
  border-bottom: 5px solid #ad925d;
}

.sm_thin-border-top {
  border-top: 2px solid #ad925d;
}

.sm_thin-border-bottom {
  border-bottom: 2px solid #ad925d;
}

.sm_simple-parallax {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
}

.sm_dark-overlay {
  position: relative;
}
.sm_dark-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
  display: block;
}

.sm_bg-icon {
  position: absolute;
  bottom: 0;
  font-size: 40vw;
  color: rgba(0, 0, 0, 0.03);
  line-height: 0;
}
.sm_bg-icon.sm_bg-icon-right {
  right: 2%;
}
.sm_bg-icon.sm_bg-icon-left {
  left: 2%;
}
.sm_bg-icon.sm_bg-icon-double-size {
  font-size: 80vw;
}
.sm_bg-icon.sm_bg-icon-half-size {
  font-size: 20vw;
}
.sm_bg-icon.sm_bg-icon-top {
  bottom: auto;
  top: 0;
}

.sm_img-border-shadow {
  position: relative;
}
.sm_img-border-shadow img {
  position: relative;
}
.sm_img-border-shadow:before {
  /*background: #25c5de;
  background: -moz-linear-gradient(45deg, #25c5de 0%, #25ea6a 100%);
  background: -webkit-linear-gradient(45deg, #25c5de 0%, #25ea6a 100%);
  background: linear-gradient(45deg, #25c5de 0%, #25ea6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25c5de', endColorstr='#25ea6a', GradientType=1);*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#866931+0,ad925d+50,d4ba87+100 */
  background: #866931; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #866931 0%, #ad925d 50%, #d4ba87 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#866931", endColorstr="#d4ba87",GradientType=0 ); /* IE6-9 */
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: -10px;
  bottom: -10px;
  content: "";
  border-radius: 5px;
}
.sm_img-border-shadow.sm_ibs-right:before {
  left: 10px;
  bottom: -10px;
}