.page-template-tpl_subscribe h2 {
  text-transform: uppercase;
}


.ql-editor p strong  {
  font-family: 'Montserrat', 'sans-serif' !important;
  font-weight: 400 !important;
  font-size: 2rem !important;
}
.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-snow .ql-editor a {
  padding-left:  3px;
}
.ql-font-arial {
  font-family: 'Montserrat', 'sans-serif' !important;
  font-size: 18px !important;
}
.bKyZSJ.bKyZSJ {
  justify-content: flex-end;
}
.needsclick label {
  display:  none;
}
#subscribe {
  min-height: 540px;
  transition: opacity 1s;
}
#subscribe input::placeholder {
  color: #6C757D !important;
  font-family: 'Montserrat', 'sans-serif' !important;
      font-size: 1rem !important;
    font-weight: 400;
  text-transform: capitalize !important;
}
#subscribe button {
  background: #343A40;
  font-family: 'Montserrat', 'sans-serif';
  font-weight: 400;
  letter-spacing: 2.4px;
      line-height: 1.5;
    border: 1px solid #333;
    padding: 15px 75px 15px 25px;
text-transform: uppercase;
    height: 34px;
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    transition: .4s ease;
    position: relative;
    text-align: left;
    font-size: 12px;
    justify-content: center;
    letter-spacing: 0.2em;   
        cursor: pointer; 
            /*width: 50%;*/
  max-width: 500px;
  margin: 0 auto;
}
#subscribe button:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; 
box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  }
#subscribe button:after {
  transition: .2s ease;
  background: url(https://reddevdev.wpengine.com/aspen-place/wp-content/themes/reddevelopment/assets/img/arrow-right-thin-bl.svg) center center no-repeat;
  background-color: #fff;
          content: '';
          position: absolute;
          width: 55px;
          height: 100%;
          right: 0;
          top: 0;
}

#subscribe input {
  background: #fff;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #333;
  padding-left: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#subscribe input:focus {
  border-top:  0;
  border-left:  0;
  border-right:  0;
  box-shadow: 0px 0px 0px;
}
#subscribe p{text-align: center;}
.single-post-image {
    background: top center no-repeat #7A7A7A;
    background-size: cover;
}
.ql-snow .ql-container .ql-disabled {
  width:  100%;
  margin:  0 auto;
}