/**
Theme Name: Webmill-Ast
Author: Webmill
Author URI: https://webmill.co.uk
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful 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: webmill-ast
Template: astra
*/
@font-face {
    font-family: 'Benedict Regular'; 
    src: url('./fonts/benedict-regular.woff2') format('woff2'), 
    url('./fonts/benedict-regular.woff') format('woff'), 
    url('./fonts/benedict-regular.otf') format('opentype'); 
    font-weight: normal;
    font-style: normal;
}
.entry-content .signature .elementor-widget-container h2.elementor-heading-title {
    font-family: 'Benedict Regular' !important;
}
.site-title, .site-title a {
    font-family: 'Benedict Regular' !important;
    letter-spacing: 0px !important;
    font-weight: 500;
}
.ast-builder-layout-element .site-branding .ast-site-title-wrap .site-title {
    font-weight: 100 !important;
    letter-spacing: 1rem;
}
.site-footer a {
    color: #ffdd99;
}
.site-footer a:hover {
    color: #eeeeee;
}
/* Hides the reCAPTCHA on every page */
.grecaptcha-badge {
    visibility: hidden !important;
}
/* Shows the reCAPTCHA on the form pages */
.page-id-xx .grecaptcha-badge {
    visibility: visible !important;
}
/* Class to prevent footer text breaking at certain points on mobile  */
.no-break {
    white-space: nowrap;
}
ul.sub-menu {
    background-color: !important;
}
@media (max-width:767px) {
.ast-container, .ast-container-fluid {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
}
.menu-item-has-children .sub-menu {
    display:block!important;
}
ul#menu-coming-out {
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0 auto;
    text-align: center;
}
ul#menu-coming-out li {
    display: inline-block;
    margin: 8px 14px 0 14px;
    font-weight: 700;
}
/* 1. Force the parent widget wrapper to a fixed height */
.equal-width-full-height-btn {
    flex: 1 1 0% !important;
    width: auto !important;
    height: 150px !important; /* Change 80px to your desired button height */
}

/* 2. Force Elementor's inner HTML structural boxes to fill that height */
.equal-width-full-height-btn .elementor-widget-container,
.equal-width-full-height-btn .elementor-button-wrapper {
    height: 100% !important;
    width: 100% !important;
}

/* 3. Force the physical clickable link to fill 100% height and flex text container */
.equal-width-full-height-btn a.elementor-button {
    height: 100% !important;
    width: 100% !important;
    min-height: 100% !important;
    display: flex !important;
    align-items: center !important; /* Vertically centres the inner wrapper */
    justify-content: center !important; /* Horizontally centres the inner wrapper */
    text-align: center !important;
    box-sizing: border-box !important;
}

/* 4. TARGET THE TEXT LAYER DIRECTLY: Clears line-height and forces strict vertical alignment */
.equal-width-full-height-btn .elementor-button-content-wrapper,
.equal-width-full-height-btn span.elementor-button-text {
    display: flex !important;
    align-items: center !important; /* Absolute vertical centering */
    justify-content: center !important; /* Absolute horizontal centering */
    line-height: 1 !important; /* Eliminates hidden baseline spacing */
    height: 100% !important;
    width: 100% !important;
}

/* Mobile responsive layout */
@media (max-width: 767px) {
    .equal-width-full-height-btn {
        flex: 1 1 100% !important; 
        height: auto !important; 
        margin-bottom: 5px;
    }
    .equal-width-full-height-btn a.elementor-button {
        padding: 15px 10px !important; 
    }
}
.page h3#reply-title {
    display: none !important;
}