/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.wpsi-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.wpsi-article-card {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.wpsi-article-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.wpsi-article-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.wpsi-article-body {
    padding: 16px;
}

.wpsi-category-badge {
    display: inline-block;
    background-color: #005ae0;
    color: #ffffff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.wpsi-article-title {
    font-size: 18px;
    margin: 10px 0;
}

.wpsi-article-title a {
    text-decoration: none;
    color: #111;
}

.wpsi-article-title a:hover {
    color: #005ae0;
}

.wpsi-article-author {
    font-size: 14px;
    color: #666;
}

/* Responsive */
@media (max-width: 900px) {
    .wpsi-articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .wpsi-articles-grid {
        grid-template-columns: 1fr;
    }
}



/* make checkboxes as subheading in the registration form */

/* Hide the checkbox input for this specific field */
.mepr_mepr_primary_contact_details_for_your_practice input[type="checkbox"] {
    display: none !important;
}

/* Style the label to look like a subheading */
.mepr_mepr_primary_contact_details_for_your_practice label {
    font-size: 1.5rem; /* Adjust size as needed */
    font-weight: bold;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 0 !important; /* Removes checkbox indentation */
    color: #333; /* Change to your brand color */
}
.wpsi-current-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #1f2937;
}

@media (max-width: 768px) {
  .wpsi-current-title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .wpsi-current-title {
    font-size: 22px;
  }
}


.site-header .site-branding__logo {
    display: block;
    width: 100px !important;
    max-height: 250px !important;
    height: 50 !important;
}

.wpsi-header .wpsi-current-title {
    font-size: 36px !important;
}

 @media (max-width: 768px) {
             .wpsi-tab-button.active {
               border-color: #0073aa !important;
               background: #f0f7fc !important;
               color: #0073aa !important;
             }
           }



@supports (-webkit-touch-callout: none) {
  .mepr-guest-layout .site-branding img.site-logo {
    width: auto;
    height: auto;
    max-height: 100px;
  }
}