/*
Theme Name: Therapy Beyond Borders
Theme URI: https://github.com/mirror-and-mountain/therapy-beyond-borders-theme
Author: MIRROR AND MOUNTAIN
Author URI: https://mirrorandmountain.com
Description: A blocks-based starter theme for Wordpress using the Meros Framework
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meros-theme
*/

.page-sidebar {
    position: sticky!important;
    top: 100px;
    align-self: flex-start;
    min-width: 250px;
}

.services-grid-item a {
    text-decoration: none!important;
}

.read-more-btn:hover {
    background-color: #e1e1e1!important;
    cursor: pointer!important;
}

.wpcf7-form label {
    margin-bottom: 10px!important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    font-size: 18px;
    width: -webkit-fill-available;
    padding: 10px;
}

.wpcf7-submit {
    font-size: 18px;
    color: #FFFFFF;
    width: 15%;
    background-color: #32373c;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    li.post-41.meros-carousel-slide .meros-carousel-parallax-bg {
        background-image: url("https://therapybeyondborders.com/wp-content/uploads/road-banner-scaled.jpg")!important;
    }
}

@media screen and (max-width: 1024px) {
    .wp-block-site-title {
        display: none;
    }
}

@media screen and (max-width: 880px) {
    .tbb-contact-button {
        width: 100%!important;
    }
}

@media screen and (max-width: 880px) {
    .wpcf7-submit {
        width: 100%!important;
    }
}
