
/* ==========================================================================
   BASE / GLOBAL
   ========================================================================== */

body {
    padding-top: 56px;
	background: #f9f9f9;
}

body {
    background-image: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/birds.png);
    background-repeat: no-repeat;
    background-size: 98px;
    background-position: calc(50% + -212px) calc(3% - -23px);
}

:root {
    --base-2: #ffffff !important;
}

b, strong {
    font-weight: 500;
}

ol, ul {
    margin: 0 0 1.5em 2em;
}

ul {
    list-style-type: "• ";
}

ul li::marker {
    color: #0787c0;
}

pre {
    width: fit-content;
}



/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

h1 {
    font-size: 40px;
    line-height: initial;
    font-weight: 300;
}

h2 {
    font-size: 33px;
    line-height: initial;
    font-weight: 300;
    margin-bottom: 14px;
}

h6 {
    color: #1b7ba8;
    font-family: "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 126%;
    font-weight: 500;
}

.main-title {
    margin: 0;
    font-size: 35px;
    line-height: 1.2em;
    word-wrap: break-word;
    font-weight: 400;
}



/* ==========================================================================
   CONTENT
   ========================================================================== */

.one-container .site-content {
    padding: 40px 40px 40px 40px;
}

.entry-content:not(:first-child), 
.entry-summary:not(:first-child), 
.page-content:not(:first-child) {
    margin-top: 2em;
}

.entry-title {
    text-align: center;
}


/* ==========================================================================
   BUTTONS
   ========================================================================== */

button, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"], 
a.button, 
a.wp-block-button__link:not(.has-background) {
    color: #ffffff;
    background-color: #618a9a;
    border-radius: 5px;
    padding: 5px 15px;
}


/* ==========================================================================
   HEADER
   ========================================================================== */

header#masthead {
    display: inline-block;
}

.site-header .header-image {
    width: 236px;
    margin-top: -30px;
}

.inside-header.grid-container {
    margin-top: 6px;
}

.inside-header {
    padding: 0 40px !important;
}

#logo-wrapper {
    background: url(https://blackbirdphysio.com/wp-content/uploads/2026/01/bird.png) right bottom / 63px no-repeat;
    background-position: calc(50% + 170px) calc(50% - -23px);
    margin: 0;
    padding: 0 0 8px 0;
    text-align: center;
}
/*#logo-wrapper:hover {
    background-position: calc(50% + 168px) calc(50% - -23px);
    background-size: 64px;
}*/

/* .home #logo-wrapper {
	background: initial;
} */

#primary-menu {
    border-top: 1px solid #9eadb6;
    padding-top: 10px;
}

.main-navigation.nav-fixed #primary-menu {
    border-color: #ffffff;
    padding: 5px 0;
}

img.header-image.is-logo-image {
    width: 214px;
}
img.header-image.is-logo-image:hover {
    filter: hue-rotate(353deg) saturate(4);
}

.site-header > .inside-header:nth-child(2) {
    clear: both;
}


/* Above Header Bar
   ---------------------------------------- */

#above-header-by-stevland-outter-wrap {
    width: 100%;
    background: #668a9b75;
    position: fixed;
    top: 0;
	z-index: 100;
}

#above-header-by-stevland-inner-wrap {
    max-width: 1200px;
    padding: 8px 0;
    margin: 0 auto;
}

#above-header-by-stevland-inner-wrap::after {
    content: "";
    display: table;
    clear: both;
}

#header-tagline-by-stevland {
    width: fit-content;
    float: left;
    color: #394d56;
	font-size: 18px;
}

#above-header-links-by-stevland {
    width: fit-content;
    margin: 0 !important;
    padding: 0;
    height: 30px;
    line-height: initial;
    float: right;
}

/* Contact Links */
.contact-links {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    list-style: none;
    margin: 0;
}

ul.contact-links {
    margin: 0;
}

.contact-links a {
    transition: background-color 0.25s ease;
}

.contact-links a:hover {
    background-color: #1DB1EB;
}

li.call a, 
li.review a, 
li.appt-btn a {
    display: flex;
    align-items: center;
    height: 1.88rem;
    background-color: #618a9a;
    padding: 0 14px 2px 13px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    border-radius: 1.88rem;
    width: fit-content;
}

/* Call Button Hover Effect */
.call a {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
}

.call-us-text,
.call-hover-number {
    transition: font-size .5s ease, opacity 1s ease;
    white-space: nowrap;
}

.call-us-text {
    opacity: 1;
}

.call-hover-number {
    font-size: 0;
    opacity: 0;
}

.call:hover .call-us-text {
    font-size: 0;
    opacity: 0;
}

.call:hover .call-hover-number {
    font-size: 14px;
    opacity: 1;
}

/* Contact Link Icons */
span.call-icon,
span.review-icon,
span.appt-icon {
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-right: 4px;
}

span.call-icon {
    width: 14px;
    height: 14px;
}

span.call-icon svg,
span.review-icon svg,
span.appt-icon svg {
    fill: #ffffff;
}


/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.main-navigation .main-nav ul li a {
    padding-left: 14px;
    padding-right: 14px;
    line-height: 30px;
}

.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 7px !important;
}

.main-navigation li:last-of-type a {
    padding-right: 0 !important;
}

.gp-icon.icon-arrow svg {
    width: 9px;
    height: 14px;
}

.menu-item-has-children .dropdown-menu-toggle {
    /* padding-right: 0px !important; */
    /* background: red; */
    padding-left: 6px;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */

footer.site-info {
    background: #383b3d;
    color: #fff;
}
.inside-site-info {
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
}
.pipe {
    margin: 0 9px;
    opacity: .5;
}
.copyright-bar .pipe {
    color: #a6a6a6;
}

#handicap {
    background: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/wheelchair.png);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    padding: 0 0 0 28px;
    margin: 0 0 28px 0;
}

.copyright-bar {
    font-size: 13px;
    margin-top: 4em;
    color: #b1b1b1;	
}
a.rede {
    color: #999999;
    text-decoration: none;
}
.e {
    color: #b37070;
}
a.rede:hover {
    color: #fff;
}
a.rede:hover .e {
    color: red;
}

/* ==========================================================================
   TABLES
   ========================================================================== */

table {
    margin: 0;
}

table table {
    margin: 0 0 24px 0;
    border: 2px solid #f5f5f5;
}

table td {
    padding: 0;
}

table table td {
    padding: 8px;
}

table, td, th, tr {
    border: initial;
    background: initial;
}

tr td + td {
    padding-left: 0 !important;
}

font {
    font-family: inherit !important;
    font-size: 14px !important;
}


/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */

.note {
    background: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/accident.png) no-repeat;
    background-color: #c8e6ffa8;
    background-position: 20px center;
    background-size: 65px;
    border: initial;
    padding: 25px 25px 25px 105px;
    border-radius: 5px;
    line-height: 1.4em;
    margin: 50px 0;
    color: #465a64;
}

.note p {
    margin-bottom: 0;
}

.note strong {
    font-weight: 500;
    margin: 0 0 10px 0;
    display: inline-block;
}

.info {
    border-radius: 4px;
    background: #e0ecf3;
    padding: 24px;
    color: #3e7da6;
    border-left: 6px solid #3e7da6;
}

span.info {
    margin: 0 6px 0 0;
}

.small {
    font-size: 80%;
    line-height: initial;
}

.two-column-wrapper {
    display: flex;
    gap: 1rem;
    margin: 5em;
}

.two-column-wrapper > div {
    flex: 1;
    padding-right: 3em;
}


/* ==========================================================================
   SHIMMER ANIMATION
   ========================================================================== */

.shimmer {
    background: linear-gradient(
        90deg,
        #333 0%,
        #333 45%,
        #4da5dd 50%,
        #333 55%,
        #333 100%
    );
    background-size: 300% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 2s forwards;
}

@keyframes shimmer {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0% 0;
    }
}


/* ==========================================================================
   CUSTOM ACCORDION
   ========================================================================== */

.bb-accordion {
    margin: 2rem 0;
}

.bb-accordion-item {
    background: #eeeeee;
    margin: 0 0 .8em 0;
    border-radius: 3px;
}

.bb-accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: .7rem 0;
    cursor: pointer;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 2rem;
}

.bb-accordion-header:hover {
    opacity: 0.8;
    background-color: initial;
}

.bb-accordion-title-wrap {
    flex: 1;
}

.bb-accordion-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.bb-accordion-desc {
    font-size: 0.9rem;
    color: #494747;
    margin: -2px 0 0 0;
    font-weight: normal;
    line-height: initial;
}

.bb-accordion-icon {
    position: relative;
    display: inline-block;
    transform-origin: center center;
    transition: transform 0.3s ease;
    top: 13px;
    left: 20px;
    width: 13px;
    height: 13px;
    opacity: 1;
}

.bb-accordion-icon::before,
.bb-accordion-icon::after {
    content: '';
    position: absolute;
    background: #6b6a6a;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bb-accordion-icon::before {
    width: 3px;
    height: 100%;
}

.bb-accordion-icon::after {
    width: 100%;
    height: 3px;
}

.bb-accordion-item.active .bb-accordion-icon {
    transform: rotate(45deg);
}

.bb-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.bb-accordion-item.active .bb-accordion-content {
    max-height: 2000px;
}

.bb-accordion-inner {
    background: #fff;
    border: 3px solid #eeeeee;
    padding: 20px;
}

.bb-accordion-inner h3 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.bb-accordion-inner h3:first-child {
    margin-top: 0;
}

.bb-accordion-inner p,
.bb-accordion-inner ul {
    margin-bottom: 1rem;
}

.bb-accordion-inner li {
    margin-bottom: 0.25rem;
}

.bb-accordion p:empty {
    display: none;
}

.bb-accordion button:hover,
.bb-accordion button:focus {
    background-color: #eeeeee;
}


/* ==========================================================================
   HOME PAGE
   ========================================================================== */

.home #content {
    background-image: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/the-team.png);
    background-size: 620px;
    background-repeat: no-repeat;
    background-position: bottom center;
	padding-bottom: 400px;
	margin-bottom: -1px;
}

.home .entry-title {
    display: none !important;
}

.home .inside-article {
    margin: 60px;
    font-size: 120%;
}

/* .home #page {
    background: url(https://blackbirdphysio.com/wp-content/uploads/2026/01/bird.png);
    background-size: 145px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
 */
.home-bird-spacer {
    width: calc(100% - 70px);
}


/* ==========================================================================
   STAFF PAGES
   ========================================================================== */

/* Staff Photos */
.page-id-43 .site-content {
    background: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/jodi.png);
}
.page-id-45 .site-content {
    background: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/christy.png);
}
.page-id-47 .site-content {
    background: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/aileen.png);
}
.page-id-49 .site-content {
    background: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/jen.png);
}
.page-id-51 .site-content {
    background: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/anna.png);
}
.page-id-53 .site-content {
    background: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/martha.png);
}
.page-id-55 .site-content {
    background: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/karin.png);
}
.page-id-57 .site-content {
    background: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/matt.png);
}
.page-id-59 .site-content {
    background: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/shannon.png);
}
.page-id-61 .site-content {
    background: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/lenka.png);
}

/* Staff Page Layout */
.page-id-43 .site-content,
.page-id-45 .site-content,
.page-id-47 .site-content,
.page-id-49 .site-content,
.page-id-51 .site-content,
.page-id-53 .site-content,
.page-id-55 .site-content,
.page-id-57 .site-content,
.page-id-59 .site-content,
.page-id-61 .site-content {
    background-repeat: no-repeat;
    background-size: 266px;
    background-position: bottom right;
}
.page-id-51 .site-content {
    background-size: 309px;
}
.page-id-53 .site-content {
    background-size: 240px;
}
.page-id-57 .site-content {
    background-size: 300px;
}

.page-id-43 .entry-content,
.page-id-45 .entry-content,
.page-id-47 .entry-content,
.page-id-49 .entry-content,
.page-id-51 .entry-content,
.page-id-53 .entry-content,
.page-id-55 .entry-content,
.page-id-57 .entry-content,
.page-id-59 .entry-content,
.page-id-61 .entry-content {
    padding-right: 255px;
}
#staff-email {
    background-image: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/mail.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding: 0 0 0 21px;
}


/* ==========================================================================
   ABOUT US PAGE
   ========================================================================== */

.page-id-33 #content {
    background: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/jodichristy.png);
    background-repeat: no-repeat;
    background-size: 360px;
    background-position: bottom right;
}

#our-story-spacer {
    padding: 0 340px 0 0;
}


/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */

.two-column-wrapper {
    display: flex;
    gap: 1rem;
    margin: 4em 5em 5em 5em;
}
.office-hours {
    border-collapse: collapse;
}

.office-hours td {
    padding: 4px 10px;
}

.office-hours td:first-child {
    padding-right: 2rem;
}

.office-hours tr.today td {
    font-weight: 500;
}

tr.today {
    background: #bfe6ff47;
}

table {
    width: 300px;
}


/* ==========================================================================
   GRAVITY FORMS
   ========================================================================== */

.gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: #98b5c3;
}

.gform-page-footer.gform_page_footer.top_label {
    margin: 1em 0 0 0;
}

/* Float form buttons right */
.gform-page-footer.gform_page_footer.top_label {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 0.5em;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), 
.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    accent-color: #98b5c3 !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background-color: #748993;
}

/* Material Shadow Cards */
#field_1_1 .gchoice,
#field_1_4 .gchoice {
    border: 1px solid #e7e9eb;
    border-radius: 5px;
    padding: 23px;
    background: #fff;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#field_1_1 .gchoice:hover,
#field_1_4 .gchoice:hover {
    box-shadow: 0 3px 2px rgba(0,0,0,0.15), 0 5px 5px rgba(0,0,0,0.12);
}

.gform-theme--framework .gform-field-label--type-inline {
    font-size: 16px;
    line-height: 20px;
    color: #000000d6;
}

.gfield_label.gform-field-label {
    font-size: 16px;
    line-height: 20px;
    color: #000000d6;
    font-weight: 400;
}

.gform_page input[type="submit"],
.gform_page input.gform_next_button {
    background: #466672 !important;
}

/* Hide Section Breaks */
.icbc-claim,
.wsbc-claim,
.section-break {
    display: none !important;
}

/* Hide empty section breaks from Review page */
td[style="font-size:14px; font-weight:bold; background-color:#EEE; border-bottom:1px solid #DFDFDF; padding:7px 7px"] {
    display: none;
}

/* File Upload */
.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before {
    color: #2f99c0 !important;
}

.gform_button_select_files {
    background: #2f99c0 !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress {
    background-color: #98b5c3;
}

/* Review Page */
.gform_review_page table {
    width: 100%;
}

.gform_review_page td {
    padding: 8px 12px;
}

.gform_review_page tr[bgcolor="#EAF2FA"] td {
    background: #f5f5f5;
}

.gform_review_page tr[bgcolor="#FFFFFF"] td {
    background: #fff;
}

.gform_review_page font {
    font-size: 14px !important;
}

.gform_review_page ul.bulleted,
.gform_review_page ul {
    margin: 0;
}

/* Confirmation Page */
.gform_confirmation_message {
    padding: 8em 8em 20em 8em;
    background-image: url(https://blackbirdphysio.com/wp-content/uploads/2026/01/bird.png);
    background-size: 142px;
    background-repeat: no-repeat;
    background-position: bottom right 5em;
}


/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1199px) {
   #above-header-by-stevland-inner-wrap {
		padding: 6px;
   }
}

@media (max-width: 900px) {
    .two-column-wrapper {
        margin: 4em;
    }
    .home .inside-article {
        margin: 50px;
        font-size: 120%;
    }
    .gform_confirmation_message {
        padding: 6em 6em 17em 4em;
        background-size: 126px;
        background-position: bottom right 2.5em;
    }
}

@media (max-width: 800px) {
    .two-column-wrapper {
        margin: 3em;
    }
    .home .inside-article {
        margin: 40px;
        font-size: 120%;
    }
}

@media (max-width: 700px) {
    .two-column-wrapper {
        margin: 2em;
    }
    .home .inside-article {
        margin: 30px;
        font-size: 120%;
    }
	.home #content {
		background-size: 560px;
		padding-bottom: 368px;
	}
    
    /* Staff pages mobile */
    .page-id-33 .site-content,
    .page-id-43 .site-content,
    .page-id-45 .site-content,
    .page-id-47 .site-content,
    .page-id-49 .site-content,
    .page-id-51 .site-content,
    .page-id-53 .site-content,
    .page-id-55 .site-content,
    .page-id-57 .site-content,
    .page-id-59 .site-content,
    .page-id-61 .site-content {
        padding-bottom: 300px !important;
    }
	#our-story-spacer,
    .page-id-43 .entry-content,
    .page-id-45 .entry-content,
    .page-id-47 .entry-content,
    .page-id-49 .entry-content,
    .page-id-51 .entry-content,
    .page-id-53 .entry-content,
    .page-id-55 .entry-content,
    .page-id-57 .entry-content,
    .page-id-59 .entry-content,
    .page-id-61 .entry-content {
        padding-right: 0;
    }
    .page-id-53 .site-content,
    .page-id-55 .site-content {
        background-size: 250px;
    }
	.page-id-33 #content {
    background-size: 322px;
	}
}

@media (max-width: 600px) {
    .two-column-wrapper {
        flex-direction: column;
        margin: 1em;
    }
    .home .inside-article {
        margin: 20px;
        font-size: 120%;
    }
	.home #content {
		background-size: 500px;
		padding-bottom: 330px;
	}
	.site-content {
		padding-top: 20px;
	}
    .gform_confirmation_message {
        padding: 4em 4em 15em 2em;
        background-size: 118px;
        background-position: bottom right 0;
    }
	/* Staff Page Layout */
	.page-id-43 .site-content,
	.page-id-45 .site-content,
	.page-id-47 .site-content,
	.page-id-49 .site-content,
	.page-id-51 .site-content,
	.page-id-53 .site-content,
	.page-id-55 .site-content,
	.page-id-57 .site-content,
	.page-id-59 .site-content,
	.page-id-61 .site-content {
		background-repeat: no-repeat;
		background-size: 180px;
		background-position: bottom right;
	}
	.page-id-51 .site-content {
		background-size: 220px;
	}
	.page-id-53 .site-content {
		background-size: 154px;
	}
	.page-id-57 .site-content {
		background-size: 216px;
	}
    .page-id-33 .site-content {
        padding-bottom: 446px !important;
    }
	.page-id-33 #content {
		background-size: 300px;
	}
}

@media (max-width: 500px) {
	body {
		background-image: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/birds.png);
		background-repeat: no-repeat;
		background-size: 88px;
		background-position: calc(50% + -170px) calc(3% - 11px);
	}
    .two-column-wrapper {
        margin: 0;
    }
	.home #content {
		background-size: 392px;
		padding-bottom: 300px;
	}
    .home .inside-article {
        margin: 10px;
        font-size: 120%;
    }
    .page-id-33 .site-content {
        padding-bottom: 352px !important;
    }
	.page-id-33 #content {
		background-size: 270px;
	}
}

@media (max-width: 400px) {
	body {
		background-image: url(https://blackbirdphysio.com/wp-content/uploads/2026/02/birds.png);
		background-repeat: no-repeat;
		background-size: 88px;
		background-position: calc(50% + -153px) calc(3% - 25px);
	}
	.home #content {
		background-size: 357px;
		padding-bottom: 253px;
	}
    .home .inside-article {
        margin: 0;
        font-size: 120%;
    }
    .gform_confirmation_message {
        padding: 3em 0 13em 0;
        background-size: 111px;
        background-position: bottom right 0;
    }
}


/* Sticky nav */
.main-navigation.nav-fixed {
    position: fixed;
    top: 42px; /* height of your top bar */
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Top bar solid when nav is fixed */
#above-header-by-stevland-outter-wrap {
    transition: background-color 0.3s ease;
}

#above-header-by-stevland-outter-wrap.nav-scrolled {
    background-color: #BBC9D2;
}


@media (min-width: 601px) {
	.header-image.is-logo-image.mobile {
		display: none;
	}
}
@media (max-width: 600px) {
	.header-image.is-logo-image.desktop,
	#header-tagline-by-stevland {
		display: none;
	}
	#above-header-links-by-stevland {
		float: initial;
		margin: 0 auto !important;
	}

}
	
@media (max-width: 436px) {
	.no-display-mobile,
	.call-hover-number {
		display: none;
	}
}

@media (max-width: 360px) {
	body.home {
		background-size: 59px;
		background-position: 3px 51px;
	}
}

@media (max-width:600px) {
	#logo-wrapper {
    background: url(https://blackbirdphysio.com/wp-content/uploads/2026/01/bird.png) right bottom / 52px no-repeat;
		background-position: calc(50% + 144px) calc(51% - -17px);
	}
}





img.pelvic {
    width: 55px;
}
img.menopause {
    width: 55px;
}

.menu-toggle {
    font-size: 19px;
}

/* Re-show desktop nav between 600px–768px (undo GP's default hiding) */
@media (min-width:601px) and (max-width:768px) {
  .main-navigation .menu-toggle,
  .sidebar-nav-mobile:not(#sticky-placeholder) { display: none; }

  .main-navigation ul,
  .gen-sidebar-nav,
  .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul { display: flex; }
}

/* Mobile menu kicks in at 600px instead */
@media (max-width:600px) {
  .main-navigation .menu-toggle,
  .sidebar-nav-mobile:not(#sticky-placeholder) { display: block; }

  .main-navigation ul,
  .gen-sidebar-nav,
  .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav > ul,
  .has-inline-mobile-toggle #site-navigation .inside-navigation > *:not(.navigation-search):not(.main-nav) { display: none; }

  .nav-align-right .inside-navigation,
  .nav-align-center .inside-navigation { justify-content: space-between; }
}
@media (min-width:601px) and (max-width:768px) {
  .nav-align-right .inside-navigation,
  .nav-align-center .inside-navigation {
    justify-content: center;
  }
}



.main-navigation.toggled .main-nav li {
    margin: 6px 0;
}
.main-navigation.toggled .main-nav>ul a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
    font-size: 19px;
    padding: 6px 20px;
}
.main-navigation.toggled .gp-icon.icon-arrow svg {
    width: 16px;
    height: 20px;
}
.main-navigation.toggled .main-nav li {
    margin: 6px 0;
    padding: 0 0 6px 0;
    border-bottom: 1px solid #d4d4d4;
}
.main-navigation.toggled #primary-menu {
    background: #F0F0F0;
}




   
/* Staff role after name */

h1.entry-title.staff {
    line-height: 25px;
    margin-top: 15px;
}
.entry-title::after {
    white-space: pre;
    font-size: 20px;
    padding: 0 !important;
    font-weight: 400;
    font-style: italic;
    color: #616a70;
    text-wrap: auto;
    line-height: 12px;	
}
.page-id-45 .entry-title::after {
    content: "\A Occupational Therapist / Hand Therapist";
}
.page-id-43 .entry-title::after {
    content: "\A Physiotherapist / Hand Therapist";
}
.page-id-47 .entry-title::after {
    content: "\A Physiotherapist / Hand Therapist";
}
.page-id-49 .entry-title::after {
    content: "\A Physiotherapist";
}
.page-id-51 .entry-title::after {
    content: "\A Kinesiologist";
}
.page-id-53 .entry-title::after {
    content: "\A Occupational Therapist";
}
.page-id-55 .entry-title::after {
    content: "\A Occupational Therapist";
}
.page-id-57 .entry-title::after {
    content: "\A Registered Massage Therapist";
}
.page-id-59 .entry-title::after {
    content: "\A Customer Care Coordinator";
}
.page-id-61 .entry-title::after {
    content: "\A Accounts Receivable / Administrator";
}



div#gform_confirmation_message_1 {
    margin-bottom: -43px;
}

div#logo-wrapper.hide-logo {
    background: initial;
}
