/*!
Theme Name: patient
Theme URI: http://underscores.me/
Author: Optofluid Technologies
Author URI: https://optofluidtech.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: patient
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

patient is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&Song+Myung");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

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

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

header#masthead {
  padding: 20px;
  background-color: white;
  text-align: center;
  color: white;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }
  header#masthead .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 0; }
  header#masthead a {
    color: #222425;
    position: relative;
    padding-bottom: 3px; }
    header#masthead a:after {
      display: block;
      content: '';
      width: 100%;
      height: 2px;
      background-color: #222425;
      position: absolute;
      bottom: 0;
      left: 0;
      transform: scale(0, 1);
      transform-origin: 0%;
      transition: transform .2s ease; }
    header#masthead a:hover:after {
      transform: scale(1, 1); }
  header#masthead .top-nav {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    header#masthead .top-nav .brand {
      text-align: left;
      width: 150px;
      align-self: center; }
      header#masthead .top-nav .brand svg {
        width: 100%;
        height: 100%;
        fill: #222425; }
      header#masthead .top-nav .brand a:after {
        display: none; }
    header#masthead .top-nav #languages {
      display: flex;
      justify-content: space-between; }
      header#masthead .top-nav #languages li {
        font-size: .8rem;
        margin: 0 5px; }
        header#masthead .top-nav #languages li.current-lang a {
          color: #0557ff; }
        header#masthead .top-nav #languages li:last-child {
          margin-right: 0; }
    header#masthead .top-nav nav {
      float: none;
      align-self: center; }
      header#masthead .top-nav nav ul {
        display: flex;
        justify-content: flex-start;
        margin-left: 20px; }
        header#masthead .top-nav nav ul li {
          padding: 10px 0 10px 20px; }
          header#masthead .top-nav nav ul li a {
            padding-bottom: 3px; }
          header#masthead .top-nav nav ul li.current-menu-item a:after {
            display: block;
            background-color: #0557ff;
            transform: scale(1, 1); }
      header#masthead .top-nav nav .menu-toggle {
        position: fixed;
        top: 20px;
        transform: translate3d(0, 0, 0);
        right: 20px;
        z-index: 9;
        opacity: 0;
        pointer-events: none;
        display: none; }
        header#masthead .top-nav nav .menu-toggle svg {
          width: 24px;
          height: 24px;
          fill: white; }
  header#masthead .login {
    font-size: .9rem;
    position: absolute;
    bottom: 0;
    right: 20px; }
    header#masthead .login .divider {
      display: inline-block;
      margin: 0 3px; }
  @media (max-width: 768px) {
    header#masthead {
      height: auto;
      display: block;
      padding: 0 20px;
      position: fixed;
      width: 100%;
      z-index: 2;
      top: 0;
      left: 0; }
      header#masthead .inner {
        height: auto;
        display: block; }
        header#masthead .inner .top-nav {
          display: block; }
          header#masthead .inner .top-nav .brand {
            width: 100%;
            max-width: 100px; }
          header#masthead .inner .top-nav nav .menu-toggle {
            display: block;
            opacity: 1;
            pointer-events: all;
            z-index: 10; }
          header#masthead .inner .top-nav nav ul {
            margin: 0;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            padding-top: 20px;
            padding-bottom: 20px;
            background-color: white;
            display: block;
            transform: translate3d(0, -150%, 0);
            transition: transform .2s ease;
            z-index: 9;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
            header#masthead .inner .top-nav nav ul li {
              display: block;
              float: none;
              text-align: left;
              padding: 10px 20px; }
              header#masthead .inner .top-nav nav ul li a::after {
                display: none; }
              header#masthead .inner .top-nav nav ul li.current_page_item a {
                color: #0557ff; }
          header#masthead .inner .top-nav nav.toggled ul {
            transform: translate3d(0, 0, 0); }
      header#masthead .login {
        bottom: 10px;
        right: 0; } }

body {
  color: #222425;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  letter-spacing: .03rem;
  font-size: 1.2rem; }

ol, ul {
  margin: 0; }

@media (max-width: 768px) {
  #page {
    padding-top: 107px; } }

a {
  color: #0557ff;
  text-decoration: none;
  transition: color .2s ease-in-out;
  font-weight: 400; }
  a:visited {
    color: #0557ff; }
  a:hover {
    color: #0f50d6; }

#back-top {
  position: fixed;
  pointer-events: none;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: opacity .2s ease; }
  #back-top.show {
    opacity: 1;
    pointer-events: all; }

button, input[type=submit] {
  font-size: .9rem;
  box-shadow: none;
  background: #0557ff;
  color: white;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  padding: 11px 14px;
  transition: background-color .2s ease-in-out; }
  button:hover, input[type=submit]:hover {
    background-color: #0f50d6; }
  button:focus, input[type=submit]:focus {
    outline: 0; }
  button.cancel, input[type=submit].cancel {
    background: #a1afb9; }
    button.cancel:hover, input[type=submit].cancel:hover {
      background: #747474; }

input:not([type='checkbox']):not([type='submit']), select, textarea {
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  background: none;
  min-height: 35px;
  padding: 7px 12px;
  border-color: #d1d1d1;
  transition: border-color .2s ease-in-out; }
  input:not([type='checkbox']):not([type='submit']):focus, select:focus, textarea:focus {
    outline: 0;
    border-color: #0f50d6; }

textarea {
  resize: vertical; }

.page #main {
  max-width: 1000px;
  margin: 0 auto; }

#news > .inner {
  max-width: 1000px;
  margin: 0 auto; }

#news h1 {
  display: inline-block;
  border-bottom: 4px solid #505558;
  padding: 0;
  margin: 20px 0 60px 0; }

#news ul {
  padding: 0;
  margin: 40px 0 0 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  #news ul li {
    border-bottom: 2px solid rgba(71, 74, 76, 0.1);
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    flex: 0 1 calc(50% - 20px); }
    #news ul li:first-child {
      flex: 100%; }
    #news ul li .image-wrapper {
      width: 100%;
      height: 250px;
      background-position: 50%;
      background-size: cover;
      background-repeat: no-repeat;
      border-radius: 10px;
      margin-top: 20px; }
    #news ul li h3 {
      font-size: 1.3rem;
      margin: 10px 0 0 0; }
    #news ul li span.date {
      font-size: .9rem; }
    #news ul li .content {
      color: #747474;
      font-weight: 300;
      font-size: 1.1rem; }
    #news ul li .read-more {
      display: inline-block;
      font-size: .9rem;
      box-shadow: none;
      background: #0557ff;
      color: white;
      border-radius: 4px;
      -webkit-appearance: none;
      border: none;
      cursor: pointer;
      padding: 8px 14px;
      transition: background-color .2s ease-in-out; }
      #news ul li .read-more:hover {
        background-color: #0f50d6; }
      #news ul li .read-more:focus {
        outline: 0; }

#content.site-content {
  min-height: calc(100vh - 200px - 140px);
  padding: 0 20px; }

#comments h2 {
  font-size: 1.2rem; }

#comments textarea#comment {
  transition: border-color .3s ease;
  border-width: 2px;
  padding: 8px 10px;
  resize: vertical; }
  #comments textarea#comment:focus {
    outline: 0;
    border-color: #0f50d6; }

#comments #must-logged-in, #comments .login-to-reply {
  cursor: pointer; }

#comments ol {
  padding: 0;
  margin: 0;
  list-style: none; }
  #comments ol li {
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px dashed #d1d1d1; }
  #comments ol.children {
    margin-left: 40px; }
    #comments ol.children li {
      border: none;
      padding: 10px;
      border-radius: 4px; }
      #comments ol.children li .comment-author b:after {
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-left: 10px;
        background-image: url('data:image/svg+xml;utf8,<svg version="1.1" fill="%23d1d1d1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 511.626 511.627" style="enable-background:new 0 0 511.626 511.627;" xml:space="preserve"><path d="M506.206,179.012L360.025,32.834c-3.617-3.617-7.898-5.426-12.847-5.426s-9.233,1.809-12.847,5.426c-3.617,3.619-5.428,7.902-5.428,12.85v73.089h-63.953c-135.716,0-218.984,38.354-249.823,115.06C5.042,259.335,0,291.03,0,328.907c0,31.594,12.087,74.514,36.259,128.762c0.57,1.335,1.566,3.614,2.996,6.849c1.429,3.233,2.712,6.088,3.854,8.565c1.146,2.471,2.384,4.565,3.715,6.276c2.282,3.237,4.948,4.859,7.994,4.859c2.855,0,5.092-0.951,6.711-2.854c1.615-1.902,2.424-4.284,2.424-7.132c0-1.718-0.238-4.236-0.715-7.569c-0.476-3.333-0.715-5.564-0.715-6.708c-0.953-12.938-1.429-24.653-1.429-35.114c0-19.223,1.668-36.449,4.996-51.675c3.333-15.229,7.948-28.407,13.85-39.543c5.901-11.14,13.512-20.745,22.841-28.835c9.325-8.09,19.364-14.702,30.118-19.842c10.756-5.141,23.413-9.186,37.974-12.135c14.56-2.95,29.215-4.997,43.968-6.14s31.455-1.711,50.109-1.711h63.953v73.091c0,4.948,1.807,9.232,5.421,12.847c3.62,3.613,7.901,5.424,12.847,5.424c4.948,0,9.232-1.811,12.854-5.424l146.178-146.183c3.617-3.617,5.424-7.898,5.424-12.847C511.626,186.92,509.82,182.636,506.206,179.012z"/></svg>'); }
  #comments ol article .comment-meta .comment-author {
    display: flex; }
    #comments ol article .comment-meta .comment-author img {
      border-radius: 50%;
      margin-right: 10px; }
    #comments ol article .comment-meta .comment-author b {
      font-weight: 400; }
      #comments ol article .comment-meta .comment-author b .flag {
        display: inline-block; }
        #comments ol article .comment-meta .comment-author b .flag img {
          border-radius: 0;
          max-width: 20px;
          margin-right: 0;
          margin-left: 10px;
          border: 1px solid #f1f1f1; }
  #comments ol article .comment-metadata {
    font-size: .9rem; }
  #comments ol article .comment-content p {
    margin: .5rem 0; }
  #comments ol article .says {
    display: none; }

#login-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s ease; }
  #login-modal.show {
    pointer-events: all;
    opacity: 1; }
  #login-modal #modal-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7); }
  #login-modal .inner {
    position: relative;
    max-width: 500px;
    background: white;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    padding: 20px;
    border-radius: 0px;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.4); }
    #login-modal .inner h2 {
      margin: 0 0 20px 0;
      font-size: 1.2rem;
      font-weight: 400; }
    #login-modal .inner .input-container {
      margin-bottom: 20px; }
    #login-modal .inner .remember-me {
      display: flex;
      align-items: center;
      margin-bottom: 20px; }
      #login-modal .inner .remember-me input {
        margin-right: 5px; }
      #login-modal .inner .remember-me label {
        font-size: .9rem;
        cursor: pointer; }
    #login-modal .inner p {
      font-size: .9rem; }
    #login-modal .inner .actions {
      display: flex; }
      #login-modal .inner .actions button {
        flex: 1 1 50%; }
      #login-modal .inner .actions .cancel-button {
        background: #ff004e;
        margin-left: 5px; }
        #login-modal .inner .actions .cancel-button:hover {
          background: #e00045; }
    #login-modal .inner #modal-close {
      display: block;
      position: absolute;
      top: 20px;
      right: 20px;
      width: 14px;
      height: 14px;
      cursor: pointer; }
      #login-modal .inner #modal-close svg {
        transition: fill .2s ease;
        fill: #505558; }
      #login-modal .inner #modal-close:hover svg {
        fill: #ff004e; }

#social-share h3 {
  font-weight: 400;
  font-size: 1rem; }

#social-share ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: flex;
  justify-content: flex-start; }
  #social-share ul li {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    cursor: pointer; }
    #social-share ul li a:hover svg {
      fill: #0f50d6; }
    #social-share ul li a svg {
      fill: #0557ff; }
    #social-share ul li:last-child {
      margin-right: 0; }

.open-detail-button {
  margin: 10px 0; }

.hidden-detail {
  display: none;
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1; }

.language-switcher-container {
  margin-bottom: 20px;
  max-width: 300px; }

.show {
  display: block; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slideIn {
  0% {
    top: 50%;
    left: 50%;
    transform: translate3d(-250%, -50%, 0); }
  100% {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); } }

@keyframes slideOut {
  0% {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
  100% {
    top: 50%;
    left: 50%;
    transform: translate3d(-250%, -50%, 0); } }

footer.site-footer {
  height: 200px;
  text-align: center;
  padding: 20px;
  background-color: #222425; }
  footer.site-footer .inner {
    max-width: 1000px;
    margin: 0 auto; }

.single-page .entry-header {
  margin: 40px 0 60px 0; }
  .single-page .entry-header h1 {
    margin-bottom: 0; }
  .single-page .entry-header .date {
    font-size: .9rem; }

.single-page main {
  max-width: 1000px;
  margin: 0 auto; }

.single-page .post-thumbnail img {
  width: 100%; }

#register {
  padding: 20px;
  background: white; }
  #register .inner {
    padding-top: 20px;
    max-width: 500px;
    margin: 0 auto;
    background-color: white;
    border-radius: 4px; }
    #register .inner header {
      margin: 0 0 40px 0; }
      #register .inner header h1 {
        font-size: 1.6rem; }
    #register .inner .input-container {
      margin: 15px 0; }
      #register .inner .input-container label {
        display: block; }
      #register .inner .input-container.submit {
        display: flex; }
        #register .inner .input-container.submit .loader {
          margin: 0 0 0 20px;
          opacity: 0;
          pointer-events: none; }
          #register .inner .input-container.submit .loader.show {
            opacity: 1; }

.ctdb-topic-table .ctdb-topic-table-avatar img {
  border-radius: 50%; }

.ctdb-topic-table .ctdb-topic-table-posted-by {
  display: none; }

.ctdb-topic-table .ctdb-topic-table-topic p {
  margin-bottom: 1.5em; }

#doctors {
  background: white; }
  #doctors .inner {
    max-width: 1000px;
    padding: 40px 0;
    margin: 0 auto;
    background-color: white;
    border-radius: 4px; }
    #doctors .inner #askForm {
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 5;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      pointer-events: none; }
      #doctors .inner #askForm #askFormBackground {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        opacity: 0; }
      #doctors .inner #askForm .wrapper {
        width: calc(100% - 20px);
        max-width: 600px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-250%, -50%, 0);
        padding: 20px;
        background-color: white;
        border-radius: 10px; }
      #doctors .inner #askForm header {
        margin: 0; }
        #doctors .inner #askForm header h1 {
          font-size: 1.6rem;
          margin: 0; }
      #doctors .inner #askForm .actions {
        display: flex; }
        #doctors .inner #askForm .actions .input-container {
          margin-bottom: 0; }
      #doctors .inner #askForm .input-container {
        margin: 15px 0; }
        #doctors .inner #askForm .input-container label {
          display: block;
          font-size: 1rem;
          margin-bottom: 3px; }
        #doctors .inner #askForm .input-container .message {
          margin: 5px 0 0 0;
          color: #505558;
          font-size: .76rem; }
        #doctors .inner #askForm .input-container.submit {
          margin-right: 40px;
          position: relative; }
          #doctors .inner #askForm .input-container.submit .loader {
            margin: 0;
            opacity: 0;
            right: -40px;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            position: absolute;
            pointer-events: none; }
            #doctors .inner #askForm .input-container.submit .loader.show {
              opacity: 1; }
        #doctors .inner #askForm .input-container.cancel {
          margin-right: 10px; }
      #doctors .inner #askForm.show {
        pointer-events: all; }
        #doctors .inner #askForm.show #askFormBackground {
          animation: .2s fadeIn forwards; }
        #doctors .inner #askForm.show .wrapper {
          animation: slideIn .2s ease .2s forwards; }
      #doctors .inner #askForm.hide #askFormBackground {
        opacity: 1;
        animation: fadeOut .2s ease .2s forwards; }
      #doctors .inner #askForm.hide .wrapper {
        animation: .2s slideOut forwards; }
    #doctors .inner #askQuestionBtn {
      font-size: 1.1rem; }
    #doctors .inner #questions {
      position: relative;
      z-index: 1;
      margin-top: 60px; }
      #doctors .inner #questions header h2 {
        font-size: 1.5rem;
        margin-bottom: 0;
        font-weight: 300;
        color: #0557ff; }
      #doctors .inner #questions header p {
        margin-top: 5px; }
      #doctors .inner #questions ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        #doctors .inner #questions ul li {
          position: relative;
          padding: 10px;
          margin: 30px 0;
          border: 1px solid rgba(0, 0, 0, 0.08);
          transition: all .14s ease-in;
          border-radius: 0;
          border-width: 1px 1px 2px 1px; }
          #doctors .inner #questions ul li header .date {
            font-size: .7rem;
            color: rgba(80, 85, 88, 0.7); }
          #doctors .inner #questions ul li .read-more {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: .76rem;
            padding: 6px 10px; }
            #doctors .inner #questions ul li .read-more span {
              pointer-events: none; }
              #doctors .inner #questions ul li .read-more span:first-child {
                display: block; }
              #doctors .inner #questions ul li .read-more span:last-child {
                display: none; }
          #doctors .inner #questions ul li h3 {
            font-size: 1.2rem;
            margin: 0;
            padding-right: 120px;
            font-weight: 400; }
          #doctors .inner #questions ul li .name {
            font-size: .9rem; }
          #doctors .inner #questions ul li .question p, #doctors .inner #questions ul li .answer p {
            margin: 15px 0; }
          #doctors .inner #questions ul li .answer {
            display: none;
            background-color: white;
            padding: 10px;
            border-radius: 4px; }
            #doctors .inner #questions ul li .answer h3 {
              color: #0557ff;
              font-size: 1.1rem;
              margin-bottom: 0;
              font-weight: 400; }
            #doctors .inner #questions ul li .answer .author {
              display: flex;
              align-items: center;
              margin: 0 0 20px 0; }
              #doctors .inner #questions ul li .answer .author img {
                max-width: 30px;
                border-radius: 50%; }
              #doctors .inner #questions ul li .answer .author .name {
                margin-left: 10px;
                font-size: 1rem; }
          #doctors .inner #questions ul li .content {
            font-size: 1rem;
            letter-spacing: .03rem; }
          #doctors .inner #questions ul li.show {
            background-color: rgba(0, 0, 0, 0.08); }
            #doctors .inner #questions ul li.show .answer {
              display: block; }
            #doctors .inner #questions ul li.show .read-more span:first-child {
              display: none; }
            #doctors .inner #questions ul li.show .read-more span:last-child {
              display: block; }

#login .inner {
  max-width: 500px;
  margin: 0 auto; }
  #login .inner h1 {
    font-size: 1.6rem;
    margin: 40px 0 60px 0; }

#login #loginform {
  margin-top: 50px; }
  #login #loginform p label {
    display: block; }
  #login #loginform p input {
    width: 100%;
    box-sizing: border-box; }
  #login #loginform p.login-remember {
    font-size: .95rem; }
    #login #loginform p.login-remember input {
      width: auto;
      position: relative;
      top: -2px;
      margin-right: 10px; }
  #login #loginform .forgot-password {
    font-size: .95rem; }

#login .login-errors {
  font-size: .9rem;
  color: #ff004e; }

#not-found {
  padding: 20px; }
  #not-found .inner {
    max-width: 1000px;
    margin: 0 auto; }

.archive-page {
  padding: 20px; }
  .archive-page .page-header {
    margin: 20px 0 60px 0; }
    .archive-page .page-header h1 {
      display: inline-block;
      border-bottom: 4px solid #505558;
      padding: 0;
      margin: 0; }
    .archive-page .page-header .archive-description {
      color: #d1d1d1; }
      .archive-page .page-header .archive-description p {
        margin: 10px 0; }
  .archive-page #main {
    max-width: 1000px;
    margin: 0 auto; }
    .archive-page #main article {
      border-bottom: 2px solid rgba(71, 74, 76, 0.1);
      margin: 0 0 30px 0;
      padding: 0 0 30px 0; }
      .archive-page #main article .image-wrapper {
        width: 100%;
        height: 200px;
        background-position: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 10px;
        margin-top: 20px; }
      .archive-page #main article h3 {
        font-size: 1.3rem;
        margin: 0; }
      .archive-page #main article span.date {
        font-size: .9rem; }
      .archive-page #main article .content {
        color: #747474;
        font-weight: 300;
        font-size: 1.1rem; }
      .archive-page #main article .read-more {
        display: inline-block;
        font-size: .9rem;
        box-shadow: none;
        background: #0557ff;
        color: white;
        border-radius: 4px;
        -webkit-appearance: none;
        border: none;
        cursor: pointer;
        padding: 8px 14px;
        transition: background-color .2s ease-in-out; }
        .archive-page #main article .read-more:hover {
          background-color: #0f50d6; }
        .archive-page #main article .read-more:focus {
          outline: 0; }

#lost-password {
  padding: 20px; }
  #lost-password .inner {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 40px; }

.loader-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.loader {
  position: relative;
  margin: 0 auto;
  width: 30px; }
  .loader:before {
    content: '';
    display: block;
    padding-top: 100%; }

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes color {
  100%,
  0% {
    stroke: #258dff; } }

body #af-wrapper #forum-header {
  display: none; }

body #af-wrapper #forum-breadcrumbs {
  background: none;
  padding: 0;
  border: none; }
  body #af-wrapper #forum-breadcrumbs .dashicons-before:first-child {
    display: none; }

body #af-wrapper .forum-menu a {
  display: flex;
  align-items: center;
  font-size: .9rem;
  box-shadow: none;
  background: #0557ff;
  color: white;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  padding: 16px 18px;
  border-radius: 2px;
  transition: background-color .2s ease-in-out; }
  body #af-wrapper .forum-menu a:before {
    display: none;
    margin: 0 5px 0 0;
    line-height: 1.3em;
    font-size: 1rem; }
  body #af-wrapper .forum-menu a:hover {
    background-color: #0f50d6; }
  body #af-wrapper .forum-menu a:focus {
    outline: 0; }
  body #af-wrapper .forum-menu a.cancel {
    background: #a1afb9; }
    body #af-wrapper .forum-menu a.cancel:hover {
      background: #747474; }

body #af-wrapper .title-element {
  display: none; }

body #af-wrapper .content-element {
  border-top-width: 1px; }
  body #af-wrapper .content-element .topic-name a, body #af-wrapper .content-element .topic-poster a, body #af-wrapper .content-element .forum-name a, body #af-wrapper .content-element .forum-poster a {
    color: #0557ff;
    text-decoration: none; }
    body #af-wrapper .content-element .topic-name a:hover, body #af-wrapper .content-element .topic-poster a:hover, body #af-wrapper .content-element .forum-name a:hover, body #af-wrapper .content-element .forum-poster a:hover {
      color: #0f50d6; }
  body #af-wrapper .content-element .forum-poster .dashicons-before:before {
    display: none; }
  body #af-wrapper .content-element .forum-status.unread:before, body #af-wrapper .content-element .topic-status.unread:before {
    color: #0557ff; }
  body #af-wrapper .content-element .topic-poster .dashicons-before:before {
    display: none; }

body #af-wrapper .post-element .post-wrapper .post-message .forum-post-header .forum-post-menu a {
  color: #0557ff;
  text-decoration: none; }
  body #af-wrapper .post-element .post-wrapper .post-message .forum-post-header .forum-post-menu a:hover {
    color: #0f50d6; }
  body #af-wrapper .post-element .post-wrapper .post-message .forum-post-header .forum-post-menu a:before {
    display: none; }

body #af-wrapper .post-element .post-author img.avatar {
  border-radius: 50%;
  outline: 0; }

body #af-wrapper .pages-and-menu .forum-menu {
  display: flex; }

body #af-wrapper #forum-subscription, body #af-wrapper #topic-subscription {
  display: none; }

body #af-wrapper #read-unread .indicator.unread {
  background-color: #0557ff; }

body #af-wrapper #read-unread .indicator-label a {
  color: #0557ff;
  text-decoration: none; }
  body #af-wrapper #read-unread .indicator-label a:hover {
    color: #0f50d6; }

body #af-wrapper #forum-editor-form input[type=submit], body #af-wrapper #forum-editor-form .cancel {
  border-radius: 2px; }

body #af-wrapper #forum-editor-form input[type=submit] {
  background-color: #0557ff; }
  body #af-wrapper #forum-editor-form input[type=submit]:hover {
    background-color: #0f50d6; }

body #af-wrapper #forum-editor-form .cancel {
  background: #a1afb9;
  border: none; }
  body #af-wrapper #forum-editor-form .cancel:hover {
    background: #747474; }

#bbpress-forums {
  font-size: 1rem; }
  #bbpress-forums .avatar {
    border-radius: 50%; }
  #bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-home {
    display: none; }
    #bbpress-forums .bbp-breadcrumb .bbp-breadcrumb-home + span {
      display: none; }
  #bbpress-forums ul.bbp-forums {
    font-size: 1rem; }
  #bbpress-forums ul.bbp-topics {
    font-size: 1rem; }
    #bbpress-forums ul.bbp-topics .bbp-body .bbp-topic-title .bbp-topic-meta .bbp-topic-started-by {
      display: flex;
      align-items: center; }
      #bbpress-forums ul.bbp-topics .bbp-body .bbp-topic-title .bbp-topic-meta .bbp-topic-started-by img {
        flex: 0 0 20px;
        margin: 0 2px 0 10px; }
      #bbpress-forums ul.bbp-topics .bbp-body .bbp-topic-title .bbp-topic-meta .bbp-topic-started-by a {
        display: flex;
        align-items: center; }
        #bbpress-forums ul.bbp-topics .bbp-body .bbp-topic-title .bbp-topic-meta .bbp-topic-started-by a.bbp-author-name {
          margin-left: 5px; }
    #bbpress-forums ul.bbp-topics .bbp-body .bbp-topic-freshness .bbp-topic-freshness-author {
      display: flex;
      align-items: center;
      justify-content: center; }
      #bbpress-forums ul.bbp-topics .bbp-body .bbp-topic-freshness .bbp-topic-freshness-author img {
        flex: 0 0 20px;
        margin: 0 2px; }
      #bbpress-forums ul.bbp-topics .bbp-body .bbp-topic-freshness .bbp-topic-freshness-author a {
        display: flex;
        align-items: center; }
        #bbpress-forums ul.bbp-topics .bbp-body .bbp-topic-freshness .bbp-topic-freshness-author a img {
          width: 20px; }
  #bbpress-forums .bbp-forum-description, #bbpress-forums .bbp-topic-description {
    display: flex;
    align-items: center; }
    #bbpress-forums .bbp-forum-description img.avatar, #bbpress-forums .bbp-topic-description img.avatar {
      flex: 0 0 20px;
      margin: 0 0 0 8px !important; }
      #bbpress-forums .bbp-forum-description img.avatar + a, #bbpress-forums .bbp-topic-description img.avatar + a {
        margin-left: 8px; }
    #bbpress-forums .bbp-forum-description a img.avatar, #bbpress-forums .bbp-topic-description a img.avatar {
      width: 20px;
      margin: 4px 0 0 5px !important; }
    #bbpress-forums .bbp-forum-description a.bbp-author-avatar + a, #bbpress-forums .bbp-topic-description a.bbp-author-avatar + a {
      margin-right: 8px; }
  #bbpress-forums .bbp-template-notice {
    display: none;
    font-size: 1rem; }
    #bbpress-forums .bbp-template-notice p {
      font-size: 1rem; }
    #bbpress-forums .bbp-template-notice.info {
      display: block; }
  #bbpress-forums .wp-editor-container .quicktags-toolbar {
    display: none; }
  #bbpress-forums fieldset.bbp-form legend {
    font-weight: 400; }
