.site-inner .wrap {
    max-width: 100%;
}

.content .wrap {
    max-width: 2000px;
}

/* Form / Hours */

.form-hours {
    border-bottom: 28px solid var(--style-main);
    padding: 50px 0;
}

.form-hours-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 50px;
}

.form {
    width: 70%;
}

.form h1, .form h2, .form h3, .form h4, .form h5 {
    font-size: 27px;
}

.gform_description {
    display: none;
}

.gform_wrapper.gravity-theme .gform_footer, 
.gform_wrapper.gravity-theme .gform_page_footer {
    padding: 16px 0 0 !important;
    margin: 0 !important;
}

.hours {
    width: 30%;
}

.hours-title {
    display: block;
    font-weight: var(--heavy-weight);
    border-bottom: 3px solid var(--style-sec);
    width: fit-content;
    text-transform: uppercase;
    font-size: 27px;
    margin: 0 0 20px;
}

/* Textarea */

.text-area h1, .text-area h2, .text-area h3, .text-area h4, .text-area h5 {
    font-size: 27px;
}

.text-area p:last-child {
    margin: 0;
}

/* Certifications */

.certifications {
    padding: 50px 0 0;
}

.cert-items {
    text-align: center;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cert-items li {
    flex: 0 1 20%;
}

/* Testimonials */

.testimonials {
    border-bottom: 28px solid var(--style-main);
    padding: 50px 0;
}

.wpmtst-testimonial {
    text-align: center;
}

.testimonial-content {
    text-align: left;
}

.testimonial-name,
.testimonial-company {
    font-weight: bold;
}

.testimonial-company {
    margin: 0 0 28px;
}

.strong-view.nav-position-outside .wpmslider-controls {
    padding: 0 0 28px !important;
}

.ti-widget.ti-goog .ti-reviews-container-wrapper {
    justify-content: center;
}

.link {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-weight: var(--heavy-weight);
    border: 1px solid #707070;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 47px;
    padding: 0 19px;
}  

    .link:hover {
        background: var(--style-sec);
        color: #fff;
    }

/* Map */

.map {
    height: 450px;
}

.map p {
    margin: 0;
}

.map iframe {
    height: 450px;
}

/* Responsive Design */

@media (max-width: 2200px) {

  .content .wrap {
    max-width: 1900px;
  }  
}

@media (max-width: 2100px) {

  .content .wrap {
    max-width: 1800px;
  }  
}

@media (max-width: 1920px) {

  .content .wrap {
    max-width: 1600px;
  }  
}

@media (max-width: 1750px) {

  .content .wrap {
    max-width: 1550px;
  }  
}

@media (max-width: 1650px) {
  
  .content .wrap {
    max-width: 1400px;
  }  
}

@media (max-width: 1550px) {
  
  .content .wrap {
    max-width: 1300px;
  }  
}

@media (max-width: 1440px) {
 
    .content .wrap {
        max-width: 1200px;
    }  

/* Certifications */
    
    .cert-items li {
        flex: 0 1 24%;
    }    
}

@media (max-width: 1350px) {

    .content .wrap {
        max-width: 1100px;
    }
}

@media (max-width: 1250px) {

    .content .wrap {
        max-width: 1000px;
    }

/* Form / Hours */
    
    .form {
        width: 65%;
    }
    
    .hours {
        width: 35%;
    } 
}

@media (max-width: 1150px) {

    .content .wrap {
        max-width: 900px;
    } 

/* Form / Hours */
    
    .form-hours-flex {
        gap: 0 30px;
    } 

/* Certifications */
    
    .cert-items li {
        flex: 0 1 28%;
    }     
}

@media (max-width: 1024px) {
    
    .content .wrap {
        max-width: 90%;
    }   

/* Form / Hours */
    
    .form-hours-flex {
        flex-direction: column;
        gap: 28px 0;
    }
    
    .form {
        width: 100%;
    }
    
    .hours {
        width: 100%;
    } 
}

@media (max-width: 768px) {

    .content .wrap {
        max-width: 85%;
    }  

/* Form / Hours */

    .form-hours {
        text-align: center;
    }

    .gform_wrapper.gravity-theme .gfield {
        text-align: left;
    }
    
    .gform_wrapper.gravity-theme .gform_footer, 
    .gform_wrapper.gravity-theme .gform_page_footer {
        justify-content: center;
    }    
    
    .hours-title {
        margin: 0 auto 20px;
    }  

/* Textarea */
    
    .text-area {
        text-align: center;
    }

/* Certifications */
    
    .cert-items {
        gap: 0 5%;
    }
    
    .cert-items li {
        flex: 1 0 33%;
    }   
    
/* Testimonials */

    .testimonial-content {
        text-align: center;
    } 

/* Map */

    .map {
        height: 400px;
    }
    
    .map iframe {
        height: 400px;
    }    
}

@media (max-width: 550px) {

/* Form / Hours */

    .form h1, .form h2, .form h3, .form h4, .form h5 {
        font-size: 23px;
    }
        
    .gform_wrapper.gravity-theme .gform_footer input {
        width: 100%;
    }

     .hours-title {
        font-size: 23px;
    }   

    .hours p,
    .day,
    .time {
        font-size: 16px;
    }
    
/* Textarea */

    .text-area h1, .text-area h2, .text-area h3, .text-area h4, .text-area h5 {
        font-size: 23px;
    }   
    
    .text-area p,
    .text-area li {
        font-size: 16px;
    }

/* Testimonials */

    .testimonial-content p,
    .testimonial-company li {
        font-size: 16px;
    }   
    
    .link {
        text-align: center;
        width: 100%;
        padding: 0 10px;
    }  
}

@media (max-width: 450px) {

/* Form / Hours */

    .form h1, .form h2, .form h3, .form h4, .form h5 {
        font-size: 20px;
    }

     .hours-title {
        font-size: 20px;
    }       

/* Textarea */
    
    .text-area h1, .text-area h2, .text-area h3, .text-area h4, .text-area h5 {
        font-size: 20px;
    }    
}