/*
    Theme Name:   ANMARC Theme
    Theme URI:    https://en-ca.wordpress.org/themes/professional-cleaning-company/
    Author:       Kaleb Link
    Author URI:   https://kaleblink.com
    Description:  child to the proffesional cleaning company theme
    Version:      1.0.0
    License:      GNU General Public License v2 or later
    License URI:  http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain:  anmarc
    Template:     professional-cleaning-company
    Update URI:   false
*/


/* Header
--------------------------------------------- */
.header-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 1rem;
    max-width: 80rem;
}

.header-logo {
    width: 10rem;
    height: fit-content;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

#main-menu {
    margin-top: 1.5rem;
    width: 100%;
}

#main-menu .close-menu {
    padding: 0.4rem 1rem !important;
    margin: 1.4rem 0 0.5rem 0 !important;
}

#main-menu ul li a {
    text-align: center;
    margin: 0.3rem 25%;
    padding: 0.8rem 0;
    background-color: #063763 !important;
    color: whitesmoke !important;
    text-decoration: none;
}

#main-menu ul li a:hover {
    background-color: #01ADEB !important;
    text-decoration: underline;
}

@media (min-width: 48rem) {
    .header-container {
        flex-wrap: nowrap;
        align-items: center;
    }

    #main-menu {
        width: fit-content;
        margin: 0;
    }

    #main-menu ul li a {
        margin: 0 0.5rem;
        padding: 0.75rem;
        background-color: transparent !important;
        color: #063763 !important;
        font-size: 1.2rem !important;
    }

    #main-menu ul li a:hover {
        background-color: transparent !important;
    }
}


/* Footer
--------------------------------------------- */
.footer-area {
    display: block;
    margin-bottom: 4rem;
    margin-top: 2rem;
}

.footer-area div {
    width: 100%;
    text-align: center;
    margin-bottom: 4rem;
}

.footer-area .title {
    margin-bottom: 1rem;
}

@media (min-width: 50rem) {
    .footer-area {
        display: flex;
        justify-content: space-around;
    }

    .footer-area div {
        width: fit-content;
        text-align: left;
        margin-bottom: 0;
    }
}


/* Homepage
--------------------------------------------- */
/* slider */
.slider-title {
    text-decoration: none;
}
.slider-title:hover {
    text-decoration: underline;
}

.owl-dots {
    /* to prevent dots stacking */
    width: max-content;
}

@media (min-width: 28.125rem) {
    .owl-dots {
        /* to prevent slider dots being off center */
        width: unset;
    }
}

/* title section */
.homepage-title-section {
    max-width: 60rem;
    width: fit-content;
    margin: 10rem auto;
    padding-bottom: 3rem;
}

/* project section */
.project-title {
    margin: 1rem;
}

.project-box {
    padding-bottom: 1.5rem;
}

@media (min-width: 36rem) {
    .project-box {
        padding-bottom: 0.5rem;
    }
}

/* table section */
.table-heading {
    margin: 4rem 0;
    text-align: center;
}

.testimonials-heading {
    margin: 12rem auto 1rem auto;
    text-align: center;
}

.table-paragraph {
    margin-bottom: 3rem;
}

.testimonials-paragraph {
    margin-bottom: 3rem;
}

.testimonial-cta {
    margin: 6rem auto 2rem auto;
    text-align: center;
    max-width: 50rem;
}

.booknow-btn {
    margin-bottom: 5rem !important;
}

@media (min-width: 48rem) {
    .table-heading {
        text-align: left;
        padding-right: 50%;
    }

    .testimonials-heading {
        text-align: left;
        margin: 12rem 0 1rem 0;
        padding-right: 50%;
    }

    .testimonials-paragraph {
        max-width: 60%;
    }
    
    .table-paragraph {
        max-width: 60%;
    }
}

/* contact page */
.contact-heading {
    margin: 4rem 0;
    text-align: center;
}

.call-us-cta {
    margin-bottom: 4rem;
}

.form-cta {
    margin: 2rem auto;
    width: fit-content;
}

.form-cta h3,
.form-cta h4 {
    margin-bottom: 1rem;
}

.contact-page-email-link {
    margin-bottom: 4rem;
}

.form-cta input, 
.form-cta textarea,
.form-cta select,
.form-cta p {
    max-width: 80vw;
    width: 25rem;
    /* margin: 0 auto 2rem auto; */
}


/* Services Page
--------------------------------------------- */
.services-heading {
    margin: 3rem 0 4rem 0;
}

.service-container {
    margin-bottom: 4rem;
}

.service-container h3 {
    margin-top: 2rem;
}

.feature-post-thumbnail img {
    opacity: 40%;
}

.feature-post-thumbnail h1 {
    font-size: 2.2rem !important;
}

@media (min-width: 48rem) {
    .feature-post-thumbnail h1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }    
}


/* About Page
--------------------------------------------- */
.post-84 {
    max-width: 70rem;
    margin: 0 auto;
}

.about-text-container {
    margin: 5rem auto;
    max-width: 20rem;
}

.about-text-container img {
    margin-bottom: 2rem !important;
    padding: 0 1.6rem;
}

.about-text {
    margin: 6rem 0 8rem 0;
}

.our-employees-section {
    margin-bottom: 10rem;
}

.our-employees-section div {
    margin-top: 2rem;
}
@media (min-width: 37.5625rem) {
    .about-text-container {
        margin: 5rem 0;
        max-width: none;
    }
}