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

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

/* Map */

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

.map iframe {
    width: 100%;
}

/* Form / Hours */

.form-hours {
    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 {
    text-transform: uppercase;
    color: var(--main);
    font-size: 36px;
    line-height: 38px;
}

.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-family: var(--med-font);
    border-bottom: 2px solid var(--style-tri);
    color: var(--main);
    text-transform: uppercase;
    font-size: 27px;
    margin: 0 0 20px;
}

.hours p {
    margin: 0;
}

.hours a {
    font-family: var(--med-font);
}

.hours-table {
    margin: 20px 0 0;
}

.hours-table tbody {
  border-bottom: 2px solid var(--style-tri);
}

.hours-table tr {
  border-top: 2px solid var(--style-tri);
  text-transform: uppercase;
}

.time {
    text-align: right;
}

#schedule {
    display: none;
}

/* Textarea */

.text-area {
    padding: 0 0 50px;
}

.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: 0 0 50px;
}

.cert-items {
    text-align: center;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 35px 2%;
}

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

/* Testimonials */

.testimonials {
    padding: 0 0 50px;
}

.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;
}

.link {
    transition: all 0.4s linear;
    display: block;
    width: fit-content;
    margin: 0 auto;
    background: var(--style-main);
    color: var(--style-sec);
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 30px;
    margin-top: 28px;
}  

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

/* Responsive Design */

@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;
    }  

/* Map */

    .map,
    .map iframe {
        height: 460px;
    }    
}

@media (max-width: 1350px) {

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

/* Map */

    .map,
    .map iframe {
        height: 420px;
    }     
}

@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;
    } 

/* Map */

    .map,
    .map iframe {
        height: 400px;
    }  
    
/* Form / Hours */
    
    .form-hours-flex {
        gap: 0 30px;
    } 
}

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

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

/* Certifications */
    
    .cert-items {
        gap: 25px 2%;
    }   
}

@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;
    }

/* Testimonials */

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

@media (max-width: 550px) {

/* Form / Hours */

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

    .form p,
    .form li {
        font-size: 16px;
    }    
        
    .gform_wrapper.gravity-theme .gform_footer input {
        width: 100%;
    }   
    
/* Textarea */   
    
    .text-area p,
    .text-area li {
        font-size: 16px;
    }

/* Testimonials */

    .testimonial-content p,
    .testimonial-company li {
        font-size: 16px;
    }   
    
    .link {
        width: 85%;
        font-size: 18px;
        padding: 5px 10px;
    }  
}

@media (max-width: 450px) {

/* Map */

    .map,
    .map iframe {
        height: 350px;
    }  

/* Form / Hours */

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

    .link {
        width: 90%;
    }    
}

@media (max-width: 450px) {
    
/* Testimonials */

    .link {
        width: 100%;
    }    
}