/* CTA Styles */
section.cta {
  background-color: #fff;
  background-image: url("/wp-content/themes/refreshing-mountain/img/blocks/cta-green-bg.png");
  background-size: 110% auto;
  background-repeat: no-repeat;
  background-position: center;
  padding: 75px 0 50px; }
  @media only screen and (max-width: 480px) {
    section.cta {
      background-image: none; } }
  section.cta > div {
    position: relative;
    background-image: url("/wp-content/themes/refreshing-mountain/img/blocks/cta-nail.png"), url("/wp-content/themes/refreshing-mountain/img/blocks/cta-nail.png"), url("/wp-content/themes/refreshing-mountain/img/blocks/cta-nail.png"), url("/wp-content/themes/refreshing-mountain/img/blocks/cta-nail.png"), url("/wp-content/themes/refreshing-mountain/img/blocks/cta-bg.png");
    background-position: 3% 8%, 97% 8%, 3% 89%, 97% 89%, center center;
    background-size: 15px 15px, 15px 15px, 15px 15px, 15px 15px, 100% 100%;
    background-repeat: no-repeat;
    padding: 40px 30px 48px; }
    @media only screen and (max-width: 768px) {
      section.cta > div {
        max-width: 80% !important;
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      section.cta > div {
        max-width: 100% !important;
        width: 100%;
        background-image: none, none, none, none, url("/wp-content/themes/refreshing-mountain/img/blocks/cta-bg.png");
        background-size: 15px 15px, 15px 15px, 15px 15px, 15px 15px, 110% 100%; } }
    section.cta > div:before {
      content: '';
      background-image: url(/wp-content/themes/refreshing-mountain/img/blocks/cta-mtn.png);
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: bottom;
      display: block;
      height: 70px;
      width: 150px;
      position: absolute;
      top: -54px;
      left: calc(50% - 70px);
      z-index: 1; }
  section.cta h3, section.cta h4 {
    color: white;
    text-align: center; }
  section.cta h3 {
    font-size: 26px;
    margin-top: 0px; }
  section.cta h4 {
    font-size: 22px;
    margin: 20px 0 0; }

    
section.cta .buttons { 
    text-align: center; 
}