/*
 Theme Name:   GeneratePress Child with Landing
 Template:     generatepress
 Version:      1.0.0
 Description:  Child theme with automatic landing page
 Author:       ChatGPT
*/

body {
    .main-container{
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .column-padding{
        padding:0px 80px;
    }
    
    .padding-30{
        padding:0 30px;
    }
    
    .img-border-radius img{
        border-radius:20px;
    }
    
    /* Banner */
    
    .banner-main-text{
        font-weight:800px !important;
        letter-spacing:-6px;
        line-height:80px;
    }
    
    
    
    
    @media (min-width: 1025px) {
    /* CSS in here for desktop only */
    }
    
    @media (min-width: 769px) and (max-width: 1024px) {
    /* CSS in here for tablet only */
        .banner-main-text{
        font-size:50px;
        font-weight:800px !important;
        letter-spacing:-3px;
        line-height:40px;
    }
        .column-padding{
        padding:50px 30px;
    }
    }
    
    
    @media (max-width: 768px) {
    /* CSS in here for mobile only */
        .banner-main-text{
        font-size:40px;
        font-weight:800px !important;
        letter-spacing:-2px;
        line-height:35px;
    }
        .column-padding{
        padding:20px;
    }
    }
    
    
    
    
    /* Banner */
    
    /* Bullet */
    
    ul {
      margin:0px;
        padding-top:20px;
        padding-bottom:30px;
    }
    
    .wp-block-list li {
      position: relative;
      list-style: none;
      padding-left: 2em;
    }
    
    .wp-block-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0.4em;
      width: 1em;
      height: 1em;
      background-image: url('https://template1.stewardjohn.com/wp-content/uploads/2025/04/tick-icon.svg');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
    
    
    
    /* Bullet */
    
    .img-center img{
      display: block;
      margin-left: auto;
      margin-right: auto;
        padding-bottom:20px;
        width:60px;
        height:auto;
    }
    
    
    .testimonial-title{
        display:none;
    }
}
