/*
    Theme Name: YMCA of Simcoe Muskoka
    Author: Whetham Solutions
    Author URI: https://whethamsolutions.com
    Description: Wordpress theme for YMCA of Simcoe Muskoka. Use of this theme outside of this company's website is strictly prohibited.
    Template: ion
    Text Domain: ymca
*/

html .pg-title{padding:clamp(150px,21.875vw,420px) 30px clamp(40px,3.125vw,60px);min-height:271px}

.pg-title:before {
    z-index: 5 !important;
}

@media (max-width: 767px) {
    #hero, .pg-title, .single-job {
        margin-top: 58px !important;
    }
    .admin-bar #hero, .admin-bar .pg-title, .admin-bar .single-job {
        margin-top: calc(58px - 46px) !important;
    }
    .pg-title #mobile-breadcrumbs {
        margin: 15px 0 0;
    }
    .pg-title #mobile-breadcrumbs a {
        background: #fff;
        padding: 8px 16px;
        color: var(--dark);
        border: #fff;
    }
}