/*
 Theme Name:   Massage Michigan LLC
 Theme URI:    http://massagemichiganllc.com
 Description:  Massage Michigan LLC
 Author:       Scott Schwab
 Author URI:   https://techne-commissions.com
 Template:     twentytwentyfour
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  massage-michigan-llc
*/

body {
    background: #FFFFFF;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 100%;
}

main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/background_ribbon.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* transform: rotate(-20deg); */
    z-index: -1;
}

.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
    background: rgba(255,255,255, .75);
    padding: 2rem;
    max-width: 62%;
    margin: 0 auto;
}

.massage-button-cta {
    color: rgba(255,255,255,1);
    font-size: 3rem;
    text-align: center;
    font-family: 'Times New Roman';
    font-weight: 400;
    font-style: normal;
}

.orange-button {
    background-color: rgba(202,85,19,1);
}

.green-button {
    background-color: rgba(32,70,32,1);
}

.wp-block-button:has(.massage-button-cta-center) {
    text-align: center;
    width: 100%;
}

.green-border {
    border: .5rem solid rgba(32,70,32,1);
}

.green-header {
    color: rgba(13,73,58,1);
    line-height: 1.2;
    letter-spacing: 0em;
    text-align: center;
}

.has-text-align-center.wp-block-post-title {
    border-bottom: 10px solid rgba(211,251,241,1);
    width: fit-content;
}

footer {
    margin: 2rem 0;
}

.footer .footer_social {
    background-color: rgba(255,126,60,1);
    color: rgba(255,255,255,1);
    display: block;
    width: 100%;
    padding: 2rem 0;
}

.footer .footer_social .social_link {
    width: 33%;
    display: block;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    margin: 0 auto;
    border: 5px solid #FFF;
    transition: background-color 0.3s ease;
}

.footer .footer_social .social_link span {
    padding: 3rem 0 0 0;
    display: block;
}

.footer .footer_social .social_link:hover {
    background-color: rgb(153, 70, 29);
}

.footer .footer_social .social_link svg {
    fill: rgba(255,255,255,1);
    padding: 0 0 3rem 0;
}

.footer .footer_colophon {
    display: block;
    text-align: center;
}

.footer .footer_contact {
    display: block;
    text-align: center;
    padding: 2rem 0;
    background-color: rgba(21,118,94,1);
    color: rgba(255,255,255,1);
}

.footer .footer_contact h3 {
    color: rgba(255,255,255,1);
}

.footer .footer_contact form .contact_row {
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer .footer_contact form .contact_row .contact_column {
    margin: 0 1rem;
    width: fit-content;
}

.footer .footer_contact form .contact_row .contact_column .wpcf7-submit {
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
    background-color: rgba(255,126,60,1);
    color: rgba(255,255,255,1);
    border: none;
    font-size: 1rem;
}

.therapy_list_wrapper div {
    display: flex;
    align-items: center;
}

.therapy_list_wrapper .therapy_list {
    display: flex;
    flex-wrap: wrap;
}

.therapy_list_wrapper .therapy_list h3, .therapy_list_wrapper .therapy_list p {
    width: 100%;
}

.therapy_list_wrapper div span {
    align-items: center;
    justify-content: center;
    color: rgba(13, 73, 58, 0.3);
    font-size: 300px;
}

.staff-member {
    margin: 0 0 3rem 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
}

.staff-member .staff-member-photo {
    border: .5rem solid rgba(32,70,32,1);
    max-width: 300px;
    width: 100%;
    margin: 0 2rem 0 0;
}

@media (max-width: 600px) {
    .staff-member {
        display: block;
    }
    .massage-button-cta {
        font-size: 1rem;
    }
    .therapy_list_wrapper div span {
        font-size: 100px;
    }
    .therapy_list_wrapper div {
        align-items: flex-start;
    }
}

.gift_certificates_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.gift_certificates_wrapper div {
    margin: 2rem;
}

.gift_certificates_wrapper .large_gift_button {
    color: #FFFFFF;
    text-align: center;
    font-size: 2rem;
    padding: 2rem;
}

.gift_certificates_wrapper .large_button_120  {
    background-color: rgb(20,120,80);
}

.min_content {
    text-align: center;
}

.gift_cert_amount {
    display: block;
    font-size: 2rem;
}

.purchase_btn {
    padding: 1rem;
    border: 2px solid #0b5e3b;
    color: #0b5e3b;
    margin: 1rem;
    display: block;
    border-radius: 1rem;
    text-decoration: none;
    font-size: 1.5rem;
}

.gift_certificates_wrapper .large_button_90 {
    background-color: rgb(17, 100, 75);
}

.gift_certificates_wrapper .large_button_60 {
    background-color: rgb(14, 80, 70);
}

.gift_certificates_wrapper .large_button_30 {
    background-color: rgb(11,60,65);
}

#custom-dialog {
    display: none; /* Initially hidden */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
}
#overlay {
    display: none; /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}