/* Sharp Grotesk Font Faces */

@font-face {
  font-family: 'Sharp Grotesk';
  src: url('../fonts/sharp/SharpGrotesk-Book20.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sharp Grotesk';
  src: url('../fonts/sharp/SharpGrotesk-BookItalic20.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sharp Grotesk';
  src: url('../fonts/sharp/SharpGrotesk-Medium20.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sharp Grotesk';
  src: url('../fonts/sharp/SharpGrotesk-MediumItalic20.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Apply Sharp Grotesk Book to all text */

*:not(.fab):not(.fas):not(.far):not(.fal):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.dashicons) {
  font-family: 'Sharp Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}

body {
  font-family: 'Sharp Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-weight: 400;
}

.site-header, .site-footer {
    background-color: #540d6e;
}

.footer_getintouch > .pinkbox {
    background-color: #51b2ab;
}

.footer_getintouch > .topsocial_icons {
    background-color: transparent;
}

.logo {
    width: 20%;
}

@media screen and (min-width: 980px){
    .logo {
        position: absolute;
        width: 15%;
        z-index: 1000;
    }

    #mainnavigator {
        border-radius: unset;
        background-color: #51b2ab;
        text-transform: uppercase;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.3rem 1rem;
        padding-left: 7.5%;
        margin-left: 7.5%;
    }

}

@media screen and (max-width:767px) {
    .logo {
        width: 50%;
    }
    a.donatebutton {
        font-size: 0.8rem;
        padding: 6px 18px;
    }
    .menu-toggle {
        display: flex;
        top: 7rem;
        right: 0 !important;
    }
}

@media screen and (max-width: 980px){
    .site-header {
        margin-bottom: 3rem;
    }
    
    #mainnavigator {
        position: unset;
    }
    .menu-toggle {
        top: 8rem;
        right: 4rem;
    }

    .site-header > .container {
        display: flex;
        align-items: center;
    }

    nav#main-navigation {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .primary-menu {
        background-color: #51b2ab !important;
        margin-top: 10rem !important;
    }
}

#mainnavigator nav a:hover,
#mainnavigator nav .current_page_item a {
    color: #540d6e;
}

.appointmen_btn > a {
    background-color: #ffff00;
    text-wrap: nowrap;
    color: black;
}

.appointmen_btn > a:hover {
    background-color: #540d6e;
}

.topsocial_icons a {
    color: white !important;
}

.menu-toggle {
    border: none;
    background-color: #51b2ab;
    color: white;
    padding: 0.75rem 1rem;
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: #540d6e;
    outline: none;
    box-shadow: none;
}

.menu-toggle:active {
    background-color: #540d6e;
    outline: none;
}


.home #tabnavigator {
	padding: 0;
}

.home .entry-content > figure:first-child img {
	margin-bottom: 4rem;
	width: 100%;
}

@media screen and (min-width: 980px){
	.home .container p,
	.home .container h1,
	.home .container h2,
	.home .container h3,
	.home .container h4,
	.home .container h5,
	.home .container h6,
	.home .container ul:not(#primary) {
		padding: 0 8rem;
	}
}

.entry-content {
	margin-bottom: 4rem;
}

.page-numbers {
	text-decoration: none !important;
}

.page-numbers.current {
	color: white !important;
}

.wp-block-accordion-heading__toggle-title {
	padding: 0 5rem;
	line-height: 1.3;
	margin-top: 1rem;
}

.wp-block-accordion-panel {
	padding: 0 5rem;
}