/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */


/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: ortica-bold;
    src: url('assets/fonts/Ortica/web/Ortica-Bold.woff') format('woff2'), url('https://studioananda.space/wp-content/themes/assets/fonts/Ortica/web/Ortica-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: ortica;
    src: url('assets/fonts/Ortica/web/Ortica-Light.woff') format('woff2'), url('https://studioananda.space/wp-content/themes/assets/fonts/Ortica/web/Ortica-Light.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: national-heavy;
    src: url('assets/fonts/NationalPark/NationalPark-Heavy.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: national-outline;
    src: url('assets/fonts/NationalPark/NationalPark-Outline.otf') format('opentype');
    /* font-weight: 400; */
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: national;
    src: url('assets/fonts/NationalPark/NationalPark-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: national-thin;
    src: url('assets/fonts/NationalPark/NationalPark-Thin.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: timestamp;
    src: url('assets/fonts/TimeStamp-Standard.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-family: ortica;
    line-height: 1.4;
}

body,
body.page-id-6,
body.post-template-single-interview {
    /*interviews page*/
    background: linear-gradient(180deg, rgba(128, 181, 114, 0.75) 0%, rgba(145, 145, 154, 0.75) 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body.page-id-8,
body.practitioner-template-default {
    /*practitioners page*/
    background: linear-gradient(0deg, #89cff0 0%, #E6E6FA 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body.page-id-459,
body.single-research {
    /*research page*/
    background: radial-gradient(ellipse at top, #edabbade, transparent), radial-gradient(ellipse at bottom, #3eff0078, transparent);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body.page-id-505,
body.single-journal {
    /*journal page*/ 
    background: radial-gradient(ellipse at top left, #ff7300, transparent),            radial-gradient(ellipse at bottom, #50b3fb, transparent), radial-gradient(ellipse at bottom, #cd7acd87, transparent),radial-gradient(ellipse at right, #ff990054, transparent);

    background-attachment: fixed;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}
 
body {
  color: #000;
}

#wpadminbar {
    display: none !important;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: none;
    text-shadow: none;
}

::selection {
    background: none;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

iframe {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/*
 * Reset hyper link styles
 */

a,
a:visited,
a:hover,
a:active,
a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}


/* ==========================================================================
   Variables
   ========================================================================== */

:root {
    --interview-block-hover-color: #cdffd8;
    --practitioner-block-hover-color: #E7E7FF;
    --research-block-hover-color: #fee2ff;
    --journal-block-hover-color: rgba(233, 203, 230, 0.84);
}


/* ==========================================================================
   Header
   ========================================================================== */

#page {
    height: 10vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.page-id-6 #page,
.page-id-8 #page {
  overflow: hidden;
}

.site-header {
    position: fixed;
    z-index: 40;
}

.main-navigation {
    z-index: 3;
}

.site-branding,
.main-navigation {
    position: fixed;
}

.site-main {
    /* padding: 120px 20px; */
    padding: 0 20px;
}

.site-branding {
    top: 16px;
    z-index: 4;
}

.site-branding .custom-logo {
    width: 72px;
}

#site-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
    padding-top: 20px;
    padding-right: 20px;
}

#site-navigation li {
    display: inline;
    font-family: national-heavy;
    font-size: 20px;
    text-transform: uppercase;
}

#site-navigation li a {
    padding: 8px;
    color: #e5dbc3;
    text-shadow: 0px 4px 4px rgba(47, 41, 52, 0.7);
    transition: color 0.2 ease-in;
    -webkit-transition: color 0.2 ease-in;
    -moz-transition: color 0.2 ease-in;
    -ms-transition: color 0.2 ease-in;
    -o-transition: color 0.2 ease-in;
}

.page-id-6 #site-navigation li a,
.post-template-single-interview #site-navigation li a {
    padding: 8px;
    color: #C0D8BA;
    text-shadow: 0px 4px 4px rgba(47, 41, 52, 0.7);
}

.page-id-8 #site-navigation li a,
.practitioner-template-default #site-navigation li a {
    padding: 8px;
    color: rgba(224, 221, 197, 0.75);
    text-shadow: 0px 4px 4px rgba(47, 41, 52, 0.7);
}

.page-id-459 #site-navigation li a,
.single-research #site-navigation li a {
    padding: 8px;
    color: #e7d9dc;
    text-shadow: 0px 4px 4px rgba(47, 41, 52, 0.7);
}

#site-navigation li a:hover,
#site-navigation li.current_page_item a {
    color: #deebc1;
}


/* ==========================================================================
   Home page
   ========================================================================== */

.calendar-bg {
    background-color: linear-gradient(180deg, rgba(128, 181, 114, 0.75) 0%, rgba(145, 145, 154, 0.75) 100%);
    ;
}

.calendar {
    mix-blend-mode: multiply;
}


/* ==========================================================================
   Interviews list
   ========================================================================== */

.interview-main,
.practitioner-main {
    /* display: inline-grid;
    grid-template-columns: 380px auto; */
    width: 100%;
    display: flex;
}

.interview-categories,
.practitioner-filters {
    flex: 6;
    /* height: calc(100vh - 120px); */
    height: 100vh;
    overflow: scroll;
    padding-top: 30px;
    padding-bottom: 120px;
}

.interview-list,
.practitioner-list {
    flex: 10;
    /* height: calc(100vh - 120px); */
    height: 100vh;
    overflow: scroll;
    /* padding-bottom: 150px; */
}

.subpage-paddingtop {
  padding-top: 120px;
}

.category-title {
    font-family: timestamp;
    position: relative;
    line-height: 0;
    letter-spacing: 0;
    height: 30px;
    margin-bottom: 14px;
    font-weight: 700;
}

.interview-categories .category-title:not(#close-btn) {
  font-weight: 400;
}

.category-title .child {
    margin-bottom: 25px;
}

.category-title span {
    border: 1px solid black;
    color: black;
    transition: color 0.5s ease-in, border 0.5s ease-in, text-shadow 0.5s ease-in, filter 0.5s ease-in;
    -webkit-transition: color 0.5s ease-in, border 0.5s ease-in, text-shadow 0.5s ease-in, filter 0.5s ease-in;
    -moz-transition: color 0.5s ease-in, border 0.5s ease-in, text-shadow 0.5s ease-in, filter 0.5s ease-in;
    -ms-transition: color 0.5s ease-in, border 0.5s ease-in, text-shadow 0.5s ease-in, filter 0.5s ease-in;
    -o-transition: color 0.5s ease-in, border 0.5s ease-in, text-shadow 0.5s ease-in, filter 0.5s ease-in;
}

.interview-main .category-title:hover span,
.interview-main .category-title.selected span {
    cursor: pointer;
    border: 1px solid var(--interview-block-hover-color);
    color: var(--interview-block-hover-color);
    text-shadow: 0px 0px 6px var(--interview-block-hover-color);
    filter: drop-shadow(0 0 6px var(--interview-block-hover-color));
    -webkit-filter: drop-shadow(0 0 6px var(--interview-block-hover-color));
}

.practitioner-main .filterclose-btn:hover span,
.practitioner-main .filterclose-btn.selected span {
    cursor: pointer;
    border: 1px solid var(--practitioner-block-hover-color);
    color: var(--practitioner-block-hover-color);
    text-shadow: 0px 0px 6px var(--practitioner-block-hover-color);
    filter: drop-shadow(0 0 6px var(--practitioner-block-hover-color));
    -webkit-filter: drop-shadow(0 0 6px var(--practitioner-block-hover-color));

}

.category-title-md span {
    font-size: 35px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding-top: 10px;
    padding-left: 14px;
    padding-right: 14px;
}

.category-title-sm span {
    font-size: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
}

.category-title ::selection,
.category-title ::-moz-selection {
    background: none;
}

.interview-block {
    border: 2px solid #000;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 8px;
    margin: 8px 4px;
    min-height: 96px;
    filter: none;
    -webkit-filter: none;
    transition: border 0.3s ease-in;
    -webkit-transition: border 0.3s ease-in;
    -moz-transition: border 0.3s ease-in;
    -ms-transition: border 0.3s ease-in;
    -o-transition: border 0.3s ease-in;
}

.interview-block .title {
    color: #000;
    font-family: national;
    font-size: 30px;
    line-height: 36px;
    text-shadow: none;
    transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
    -webkit-transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
    -moz-transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
    -ms-transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
    -o-transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
}

.interview-block:hover {
    border: 2px solid #fff;
    filter: drop-shadow(0px 0px 12px var(--interview-block-hover-color));
    -webkit-filter: drop-shadow(0px 0px 12px var(--interview-block-hover-color));
}

.interview-block:hover .title {
    color: #fff;
    text-shadow: 0px 0px 6px var(--interview-block-hover-color);
}


/* ==========================================================================
   Interview (single)
   ========================================================================== */

.category-interviews .entry-title {
    color: #fff;
    font-family: national;
    font-size: 40px;
    font-weight: 200;
    text-shadow: 0px 0px 6px var(--interview-block-hover-color);
}

.category-interviews .entry-meta {
    color: #000;
    font-family: national-thin;
}

article.article-80w {
    padding: 120px 0;
    max-width: 800px;
    margin: 0 auto;
}
article.practitioner {
  padding: 120px 0;
}

.category-interviews .entry-content p {
    font-family: ortica;
    width: 80%;
    margin: 2.5em 0;
}

.category-interviews .entry-content p::-moz-selection,
.research .entry-content p::-moz-selection {
    background: #FFCA8C;
    text-shadow: none;
}

.category-interviews .entry-content p.has-text-align-right {
    position: relative;
    left: 20%;
    text-align: left;
}

.category-interviews .category-title,
.research .category-title {
    margin-top: 20px;
    /* height:16px; */
}

.category-interviews .category-title .child {
    display: block;
    margin-right: 12px;
    /* margin-bottom: 0; */
}

.category-interviews .category-title span {
    border: 1px solid var(--interview-block-hover-color);
    color: var(--interview-block-hover-color);
    text-shadow: 0px 0px 6px var(--interview-block-hover-color);
    filter: drop-shadow(0 0 6px var(--interview-block-hover-color));
    -webkit-filter: drop-shadow(0 0 6px var(--interview-block-hover-color));
}


/* ==========================================================================
   Practitioners list
   ========================================================================== */

.filter-list {
    margin: 0;
    padding-bottom: 50px;
    padding-inline-start: 20px;
}

.filter-list li {
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    font-family: national;
    font-size: 16px;
    list-style: none;
    width: fit-content;
    padding: 8px;
    margin: 4px 0;
    display: inline-block;
    transition: color 0.2s ease-in, border 0.2s ease-in, text-shadow 0.2s ease-in;
    -webkit-transition: color 0.2s ease-in, border 0.2s ease-in, text-shadow 0.2s ease-in;
    -moz-transition: color 0.2s ease-in, border 0.2s ease-in, text-shadow 0.2s ease-in;
    -ms-transition: color 0.2s ease-in, border 0.2s ease-in, text-shadow 0.2s ease-in;
    -o-transition: color 0.2s ease-in, border 0.2s ease-in, text-shadow 0.2s ease-in;
}

.filter-list li:hover,
.filter-list li.selected {
    border: 1px solid var( --practitioner-block-hover-color);
    color: var( --practitioner-block-hover-color);
    text-shadow: 0px 0px 6px var( --practitioner-block-hover-color);
}

.practitioner-block {
    border: 2px solid #000;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 8px;
    margin: 8px 4px;
    min-height: 96px;
    filter: none;
    -webkit-filter: none;
    transition: border 0.3s ease-in;
    -webkit-transition: border 0.3s ease-in;
    -moz-transition: border 0.3s ease-in;
    -ms-transition: border 0.3s ease-in;
    -o-transition: border 0.3s ease-in;
}

.practitioner-block .title {
    color: #000;
    font-family: national;
    font-size: 30px;
    line-height: 36px;
    text-shadow: none;
    transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
    -webkit-transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
    -moz-transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
    -ms-transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
    -o-transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
}

.practitioner-block:hover {
    border: 2px solid #fff;
    filter: drop-shadow(0px 0px 12px var(--practitioner-block-hover-color));
    -webkit-filter: drop-shadow(0px 0px 12px var(--practitioner-block-hover-color));
}

.practitioner-block:hover .title {
    color: #fff;
    text-shadow: 0px 0px 6px var(--practitioner-block-hover-color);
}

.practitioner-block .practice-title {
    font-size: 18px;
    text-align: right;
    margin-top: 30px;
    line-height: 20px;
}


/* ==========================================================================
   Practitioner (single)
   ========================================================================== */

.practitioner .entry-title {
    color: #fff;
    font-family: national;
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 60px;
    /* text-align: right; */
    text-shadow: 0px 0px 6px var(--practitioner-block-hover-color);
}

.practitioner .entry-content {
  display: inline-flex;
  /* flex-direction: row-reverse; */
}

.practitioner .practitioner-single-content {
    font-family: ortica;
    width: 68%;
    /* max-width: 400px; */
    margin-right: auto;
    text-align: justify;
    margin-top:-20px;
}

.practitioner .practitioner-single-filters {
    width: 24%;
    height: 100%;
    min-width: 200px;
    margin-right: 80px;
    margin-left: 0;
    position: relative;
    top: 16px;
    display: grid;
    align-content: space-evenly;
    grid-template-rows: auto auto auto;
    grid-gap: 40px;
}

.practitioner .filter-list {
  padding: 0;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  margin-bottom:20px;
}

.practitioner .filter-list li {
  cursor: auto;
  font-size: 16px;
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  text-shadow: unset;
  margin-right: 0;
  margin-left: auto;
  /* border: 1px solid var( --practitioner-block-hover-color);
  color: var( --practitioner-block-hover-color);
  text-shadow: 0px 0px 6px var( --practitioner-block-hover-color); */
}
.practitioner .filter-list li:hover {
  text-shadow: unset;
}

.practitioner .practitioner-location {
  /* float:right; */
}

.practitioner .category-title {
  margin-bottom: 0;
}

.practitioner .practitioner-profilepic {
    margin-top: 40px;
    height: 24vw;
    width: 40vw;
    max-width: 360px;
    max-height: 216px;
    margin-left: auto;
}

.practitioner .practitioner-profilepic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid black;
    filter: grayscale(0.8);
}



/* ==========================================================================
   Research list
   ========================================================================== */

.research-block {
    border: 2px solid #000;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 8px;
    margin: 8px 4px;
    min-height: 96px;
    filter: none;
    -webkit-filter: none;
    transition: border 0.3s ease-in;
    -webkit-transition: border 0.3s ease-in;
    -moz-transition: border 0.3s ease-in;
    -ms-transition: border 0.3s ease-in;
    -o-transition: border 0.3s ease-in;
}

.research-block .title {
    color: #000;
    font-family: national;
    font-size: 30px;
    line-height: 36px;
    text-shadow: none;
    transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
    -webkit-transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
    -moz-transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
    -ms-transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
    -o-transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
}

.research-block:hover {
    border: 2px solid #fff;
    filter: drop-shadow(0px 0px 12px var(--research-block-hover-color));
    -webkit-filter: drop-shadow(0px 0px 12px var(--research-block-hover-color));
}

.research-block:hover .title {
    color: #fff;
    text-shadow: 0px 0px 6px var(--research-block-hover-color);
}



/* ==========================================================================
   Research (single)
   ========================================================================== */

.research .entry-title {
    color: #fff;
    font-family: national;
    font-size: 40px;
    font-weight: 200;
    text-shadow: 0px 0px 6px var(--research-block-hover-color);
}

.research .category-title span {
    border: 1px solid var(--research-block-hover-color);
    color: var(--research-block-hover-color);
    text-shadow: 0px 0px 6px var(--research-block-hover-color);
    filter: drop-shadow(0 0 6px var(--research-block-hover-color));
    -webkit-filter: drop-shadow(0 0 6px var(--research-block-hover-color));
}


/* ==========================================================================
   Journal list
   ========================================================================== */

.journal-block {
    border: 2px solid #000;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 8px;
    margin: 8px 4px;
    min-height: 96px;
    filter: none;
    -webkit-filter: none;
    transition: border 0.3s ease-in;
    -webkit-transition: border 0.3s ease-in;
    -moz-transition: border 0.3s ease-in;
    -ms-transition: border 0.3s ease-in;
    -o-transition: border 0.3s ease-in;
}

.journal-block .title {
    color: #000;
    font-family: national;
    font-size: 30px;
    line-height: 36px;
    text-shadow: none;
    transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
    -webkit-transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
    -moz-transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
    -ms-transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
    -o-transition: text-shadow 0.4s ease-in 0.1s, color 0.3s ease-in;
}

.journal-block:hover {
    border: 2px solid #fff;
    filter: drop-shadow(0px 0px 12px var(--journal-block-hover-color));
    -webkit-filter: drop-shadow(0px 0px 12px var(--journal-block-hover-color));
}

.journal-block:hover .title {
    color: #fff;
    text-shadow: 0px 0px 6px var(--journal-block-hover-color);
}

/* ==========================================================================
   Journal (single)
   ========================================================================== */

.journal .entry-title {
    color: #fff;
    font-family: national;
    font-size: 40px;
    font-weight: 200;
    text-shadow: 0px 0px 6px var(--journal-block-hover-color);
}

.journal .category-title span {
    border: 1px solid var(--journal-block-hover-color);
    color: var(--journal-block-hover-color);
    text-shadow: 0px 0px 6px var(--journal-block-hover-color);
    filter: drop-shadow(0 0 6px var(--journal-block-hover-color));
    -webkit-filter: drop-shadow(0 0 6px var(--journal-block-hover-color));
}

/* ==========================================================================
   Single posts (shared)
   ========================================================================== */

article .entry-content {
    font-family: ortica;
    width: 100%;
    margin: 2.5em 0;
}

article .entry-content li,
article .entry-content h6 {
    font-family: national;
    font-size: 22px;
}

article .entry-content strong {
    font-family: national;
}

article .entry-content p::selection,
article .entry-content em::selection,
article .entry-content p span::selection {
    background: none;
    text-shadow: 0 0 2px var(--practitioner-block-hover-color);
    color: #fff;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}


/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (max-width: 600px) {
  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .site-main {
    /* padding: 180px 20px; */

  }

  #site-navigation button {
    font-family: national;
    width: 120px;
    outline:none;
    height: 120px;
    border-radius: 50%;
    float: right;
    border: 1px solid #000;
    padding:0;
    background: rgba(224, 221, 197, 0.75);
    margin: 20px;
    cursor: pointer;
    display: none;
  }

  #site-navigation button:hover {
    background: transparent;
  }

  #site-navigation ul {
    /* background-color: #fff; */
    display: block;
    padding: 0;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 20px;
  }

  #site-navigation li a,
  .page-id-8 #site-navigation li a,
  .practitioner-template-default #site-navigation li a,
  .page-id-6 #site-navigation li a,
  .post-template-single-interview #site-navigation li a {
      padding: 2px;
  }

  .interview-main,
  .practitioner-main {
      display: block;
  }

  .interview-categories.selected,
  .practitioner-filters.selected {
    display: block;
  }

  .interview-categories,
  .practitioner-filters {
    display: none;
    height: calc(100vh);
  }

  .interview-list,
  .practitioner-list {
    height: calc(100vh);
    padding-bottom: 164px;
  }

  .subpage-paddingtop {
    padding-top: 164px;
  }

  .practitioner .entry-content {
    display: block;
  }

  .practitioner .practitioner-single-filters {
    width: 100%;
    margin-bottom: 40px;
    top: 0;
    grid-gap: 16px;
  }

  .practitioner .practitioner-single-content {
    width: 100%;
    text-align: left;
  }

  .practitioner .entry-title {
    margin-bottom: 80px;
  }

  .practitioner .practitioner-profilepic {
      width: 60vw;
      height: 36vw;
  }

  article.article-80w {
      padding: 164px 0;
  }

  #close-btn {
    margin-top: -30px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}