/*
 Theme Name: Pukeko Child
 Theme URI:
 Description: Pukeko Child Theme
 Author: Your Name
 Author URI: http://www.yourdomain.com/
 Template: pukeko
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Pukeko Child Theme
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */

.ses-contact-img {
    background-image: url(../pukeko-child/assets/images/step2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.ses-contact-width {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 784px;
}

.post-thumb {
    width: 100%;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

  
  .footer-wrap {
    padding: 0px 0;
  }
  
  @media (min-width: 52.5em) {
    .footer-wrap {
      padding: 0px 0;
    }

      h1.hero-title {
        font-size: 49px;
        line-height: 60px;
    }
  }