@charset "UTF-8";
/*
Theme Name: Blackdoctor Pro
Theme URI: http://blackdoctor.org/themes/blackdoctor-pro/
Description: Custom theme for BlackDoctor.org (based on studiopress.com/magazine)
Author: Mike Hale
Author URI: http://www.mikehale.me/

Version: 1.0.6

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.opensource.org/licenses/gpl-license.php

Text Domain: blackdoctor-pro
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Simple Social Icons
		- WP Forms
		- BDO Related Posts
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Accessible Menu
	- Page Links
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Video
	- Media Queries
		- max-width: 1180px
		- max-width: 1023px
		- max-width: 840px
		- max-width: 600px
		- max-width: 480px
*/
/* HTML5 Reset */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html, input[type=search] {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before {
  content: " ";
  display: table;
}

.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults */
/* Typographical Elements
  --------------------------------------------- */
body {
  background-color: #fff;
  color: #000;
  font-family: Nunito Sans, Palatino, "Book Antiqua", Georgia, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.625;
  overflow-x: hidden;
}
body.blackdoctor-landing {
  background-color: #222;
}

a, button {
  transition: all 0.3s ease-in-out;
}

input:focus, input[type=button], input[type=reset], input[type=submit] {
  transition: all 0.3s ease-in-out;
}

textarea:focus, .button {
  transition: all 0.3s ease-in-out;
}

::selection {
  background-color: #222;
  color: #fff;
  text-shadow: none;
}

a {
  background-color: inherit;
  color: #87AB43;
  font-weight: 400;
  text-decoration: none;
}
a:focus, a:hover {
  color: #222;
}

p {
  margin: 0 0 24px;
  padding: 0;
}

strong {
  font-weight: 700;
}

ol, ul {
  margin: 0;
  padding: 0;
}

mark {
  background-color: #ddd;
  color: #000;
}

blockquote {
  color: #888;
  margin: 40px;
}
blockquote::before {
  color: #888;
}

cite {
  font-style: normal;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 2px solid currentColor;
  clear: left;
  color: #eee;
  margin: 1.65em 0;
}

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, "DejaVu Sans", Verdana, sans‑serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 16px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
  margin-bottom: 28px;
}

.gallery-item {
  float: left;
  margin: 0;
  padding: 0 4px;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery .gallery-item img {
  border: 0;
  height: auto;
  margin: 0;
}

/* Forms
--------------------------------------------- */
input, select, textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #222;
  font-family: Montserrat, "DejaVu Sans", Verdana, sans‑serif;
  font-size: 14px;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}

input:focus, textarea:focus {
  border: 1px solid #888;
  outline: none;
}

input[type=checkbox], input[type=image], input[type=radio] {
  width: auto;
}

::-ms-input-placeholder, :-ms-input-placeholder, ::placeholder {
  color: #222;
  font-family: Montserrat, "DejaVu Sans", Verdana, sans‑serif;
  opacity: 1;
}

button {
  background-color: #222;
  border: 1px solid #222;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, "DejaVu Sans", Verdana, sans‑serif;
  padding: 16px 24px;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  transition: all 0.3s ease;
}

input[type=button], input[type=reset], input[type=submit] {
  background-color: #222;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, "DejaVu Sans", Verdana, sans‑serif;
  padding: 16px 24px;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}

.button, .entry-content .button {
  background-color: #222;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, "DejaVu Sans", Verdana, sans‑serif;
  padding: 16px 24px;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}

.sidebar button {
  background-color: #222;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, "DejaVu Sans", Verdana, sans‑serif;
  padding: 16px 24px;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}
.sidebar input[type=button], .sidebar input[type=reset], .sidebar input[type=submit] {
  background-color: #222;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, "DejaVu Sans", Verdana, sans‑serif;
  padding: 16px 24px;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}
.sidebar .widget a.button {
  background-color: #222;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, "DejaVu Sans", Verdana, sans‑serif;
  padding: 16px 24px;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}

.site-container div.wpforms-container-full .wpforms-form input[type=submit], .site-container div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #222;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat, "DejaVu Sans", Verdana, sans‑serif;
  padding: 16px 24px;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}

button:focus, button:hover {
  color: #fff;
  background-color: #87AB43;
  border: 0;
}

input[type=button]:focus, input[type=button]:hover {
  color: #fff;
  background-color: #87AB43;
  border: 0;
}
input[type=reset]:focus, input[type=reset]:hover {
  color: #fff;
  background-color: #87AB43;
  border: 0;
}
input[type=submit]:focus, input[type=submit]:hover {
  color: #fff;
  background-color: #87AB43;
  border: 0;
}

.button:focus, .button:hover {
  color: #fff;
  background-color: #87AB43;
  border: 0;
}

.entry-content .button:focus, .entry-content .button:hover {
  color: #fff;
  background-color: #87AB43;
  border: 0;
}

.sidebar .widget a.button:focus, .sidebar .widget a.button:hover {
  color: #fff;
  background-color: #87AB43;
  border: 0;
}

.site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus, .site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover {
  color: #fff;
  background-color: #87AB43;
  border: 0;
}
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus, .site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  color: #fff;
  background-color: #87AB43;
  border: 0;
}

button.small {
  padding: 8px 12px;
}

input[type=button].small, input[type=reset].small, input[type=submit].small {
  padding: 8px 12px;
}

.button.small {
  padding: 8px 12px;
}

.entry-content .button:focus, .entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container button:disabled {
  background-color: #ddd;
  border: 0;
  color: #565656;
  cursor: not-allowed;
}
.site-container button:disabled:hover {
  background-color: #ddd;
  border: 0;
  color: #565656;
  cursor: not-allowed;
}
.site-container input:disabled, .site-container input[type=button]:disabled, .site-container input[type=reset]:disabled, .site-container input[type=submit]:disabled {
  background-color: #ddd;
  border: 0;
  color: #565656;
  cursor: not-allowed;
}
.site-container input:disabled:hover, .site-container input[type=button]:disabled:hover, .site-container input[type=reset]:disabled:hover, .site-container input[type=submit]:disabled:hover {
  background-color: #ddd;
  border: 0;
  color: #565656;
  cursor: not-allowed;
}

.button-primary,
.entry-content .button-primary {
  background-color: #87AB43;
  border: 1px solid #87AB43;
  color: #fff;
}

.button-primary:hover,
.entry-content .button-primary:hover {
  background-color: #6a8635;
  border: 1px solid #6a8635;
}

.button-shadow,
.entry-content .button-shadow {
  background-color: transparent;
  border: 1px solid #87AB43;
  color: #87AB43;
}

.button-shadow:hover,
.entry-content .button-shadow:hover {
  background-color: #6a8635;
  border: 1px solid #6a8635;
  color: #fff;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button {
  display: none;
}

.error404 .entry-content input[type=search], .post-password-form input[type=password] {
  margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td, th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.genesis-nav-menu .search input[type=submit]:focus, .screen-reader-shortcut:focus, .screen-reader-text:focus, .widget_search input[type=submit]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 500;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.more-link {
  position: relative;
}

/* Structure and Layout */
/* Site Containers
  --------------------------------------------- */
.site-inner, .wrap {
  margin: 0 auto;
  max-width: 1140px;
}

.site-inner {
  clear: both;
  padding-top: 40px;
}

.blackdoctor-landing .site-inner {
  padding-bottom: 40px;
}

/* Column Widths and Positions
--------------------------------------------- */
/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}

/* Content */
.content {
  float: right;
  width: 750px;
}

.blackdoctor-landing.full-width-content .content {
  float: none;
  margin: 0 auto;
  max-width: 800px;
}
.blackdoctor-landing .content {
  background-color: #fff;
  padding: 50px 60px 24px;
}

.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
  float: left;
}

.content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
  width: 540px;
}

.full-width-content .content {
  width: 100%;
}

/* Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}

.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
  float: left;
}

/* Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
  float: left;
  margin-left: 2.5641025641%;
}

.one-half, .three-sixths, .two-fourths {
  width: 48.7179487179%;
}

.one-third, .two-sixths {
  width: 31.6239316239%;
}

.four-sixths, .two-thirds {
  width: 65.811965812%;
}

.one-fourth {
  width: 23.0769230769%;
}

.three-fourths {
  width: 74.358974359%;
}

.one-sixth {
  width: 14.5299145299%;
}

.five-sixths {
  width: 82.905982906%;
}

.first {
  clear: both;
  margin-left: 0;
}

/* Common Classes */
/* WordPress
  --------------------------------------------- */
.avatar {
  float: left;
}

.alignleft .avatar {
  margin-right: 24px;
}

.alignright .avatar {
  margin-left: 24px;
}

.author-box .avatar {
  margin-right: 30px;
}

.comment .avatar {
  margin: 0 16px 24px 0;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

img.centered, .aligncenter, .singular-image {
  display: block;
  margin: 0 auto 24px;
}

img.alignnone {
  margin-bottom: 12px;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft, a.alignright {
  max-width: 100%;
}
a.alignleft {
  margin: 0 24px 24px 0;
}

img.alignleft, .wp-caption.alignleft {
  margin: 0 24px 24px 0;
}

a.alignright, img.alignright, .wp-caption.alignright {
  margin: 0 0 24px 24px;
}

figcaption, .gallery-caption, .entry-content .wp-caption-text {
  font-size: 16px;
  font-style: italic;
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}

.gallery-caption, .entry-content .gallery-caption {
  margin: 0 0 10px;
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar td, .widget_calendar th {
  text-align: center;
}

.wp-audio-shortcode, .wp-playlist, .wp-video {
  margin: 0 0 28px;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
  border-bottom: 1px dotted #888;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
}

.archive-description #page-menu li {
  float: left;
  width: 28%;
  margin-right: 14px;
  line-height: 1.5em;
}
.archive-description #page-menu li a {
  color: #222;
  font-size: 0.9em;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid #222;
  transition: 0.3s all ease;
}
.archive-description #page-menu li a:hover {
  color: #87AB43;
  border-bottom: none;
}

.archive-description, .author-box {
  margin-bottom: 50px;
  padding: 40px;
  background-color: RGBA(135, 171, 67, 0.1);
}

.archive-description p:last-child, .author-box p:last-child, .search-results .archive-description h1 {
  margin-bottom: 0;
}

.archive-title + p {
  margin-top: 24px;
}

.author-box-title {
  color: #222;
  font-family: Nunito Sans, Palatino, "Book Antiqua", Georgia, serif;
  font-size: 16px;
  margin-bottom: 4px;
}

.author-box p {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
  position: relative;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.site-header .search-form {
  float: right;
  margin-top: 24px;
}

.footer-widgets .search-form input {
  border: 0;
}

.genesis-nav-menu .search-form input {
  background-color: #222;
  border: 1px solid #222;
  color: #fff;
  text-transform: uppercase;
  width: 180px;
}
.genesis-nav-menu .search-form ::-moz-placeholder, .genesis-nav-menu .search-form ::-webkit-input-placeholder {
  color: #fff;
}
.genesis-nav-menu .search-form input:focus {
  border: 1px solid #fff;
}
.genesis-nav-menu .search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
.widget_search input[type=submit]:focus {
  border-left: 1px solid #ddd;
  box-shadow: none;
  padding: 14px 16px;
  right: 2px;
  top: 2px;
}

/* Titles
--------------------------------------------- */
.entry-title {
  font-size: 36px;
  line-height: 1.2;
}
.entry-title a {
  color: #222;
  font-weight: 500;
}

.sidebar .widget-title a {
  color: #222;
  font-weight: 500;
}

.entry-title a:focus, .entry-title a:hover {
  color: #87AB43;
}

.widget-title {
  clear: both;
  font-size: 16px;
  margin-bottom: 24px;
  text-transform: uppercase;
  background-color: #97185E;
  color: #fff;
  padding: 10px;
  margin-top: 32px;
}

.sidebar .widget-title {
  padding: 10px;
}
.sidebar .enews .widget-title {
  background: none;
  padding: 0;
}

.footer-widgets .widget-title {
  background-color: transparent;
  color: #fff;
}

.blackdoctor-landing .widget-title {
  background-color: #fff;
  color: #222;
}

.archive-title {
  font-size: 20px;
  margin-bottom: 0;
}

.front-page-section {
  margin-bottom: 36px;
}

/* Page Links */
.custom-page-links {
  display: flex;
  justify-content: center;
  margin: -30px 0 30px 0;
  padding-top: 15px;
}

.continue-reading .entry-content {
  position: relative;
}

.continue-reading .content > article > .entry-content:after {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0px;
  padding-top: 20px;
  background: white;
  /* linear-gradient(rgba(0, 0, 0, 0), white); */
  background: #ffffff;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), white);
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), white);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.custom-page-links a {
  margin-right: 20px;
  display: block;
}

.custom-page-links a:last-child {
  margin-right: 0px;
}

/* Widgets */
.widget {
  word-wrap: break-word;
}
.widget li {
  word-wrap: break-word;
  list-style-type: none;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}
.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding-bottom: 0;
}
.widget ul > li:last-child {
  margin-bottom: 0;
}
.widget .genesis-nav-menu li li {
  margin: 0;
  padding: 0;
}

/* Featured Content
--------------------------------------------- */
.featured-content {
  clear: both;
  overflow: hidden;
}
.featured-content .entry {
  margin-bottom: 30px;
}

.sidebar .featured-content .entry {
  border-bottom: 2px solid #eee;
}
.sidebar .featured-content .entry:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  border: 0;
  font-size: 24px;
  line-height: 1.2;
}

.sidebar .featured-content .entry-title {
  font-size: 20px;
}

.featured-content .entry-title a {
  border: 0;
}
.featured-content a.alignnone {
  display: inline-block;
  margin-bottom: 20px;
  max-width: 100%;
}
.featured-content .entry-header .entry-meta {
  margin-bottom: 10px;
}
.featured-content ul {
  clear: both;
  margin-bottom: 30px;
}
.featured-content li {
  list-style-type: none;
}

.related-category-posts-mobile article.entry {
  margin-bottom: 8px;
}
.related-category-posts-mobile .entry-title {
  font-size: 18px;
}
.related-category-posts-mobile .entry-title a:hover {
  color: #87AB43;
}

/* Front */
.bdo-home-tagline {
  margin-bottom: -10px;
}

.home-posts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1em;
}

/**
 * Post grid styles
 * Loads on front end and back end
 */
.ab-post-grid-section-title {
  background-color: #222;
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
  padding: 10px;
  text-transform: uppercase;
}

.bdo-post-grid .is-list .bdo-post-grid-title,
.bdo-post-grid header .bdo-post-grid-title a {
  color: #222;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

.bdo-post-grid .ab-post-grid-item .bdo-post-grid-more-link:hover,
.bdo-post-grid .ab-post-grid-item header .bdo-post-grid-title a:hover {
  color: #87AB43;
  /*box-shadow: inset 0 -1px 0 0 currentColor;*/
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff;
}

.bdo-post-grid .is-list article:not(:last-child) {
  border-width: 2px;
}

.bdo-post-grid .bdo-post-grid-image {
  position: relative;
}

.bdo-post-grid .bdo-post-grid-more-link {
  color: #222;
}

.button-more-link .bdo-post-grid-more-link {
  background-color: #eee;
  clear: both;
  color: #222;
  display: block;
  font-size: 14px;
  margin-top: 20px;
  padding: 8px 10px;
  text-align: center;
}

.button-more-link.bdo-post-grid .bdo-post-grid-more-link:hover {
  background-color: #87AB43;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
}

.bdo-post-grid .bdo-post-grid-category {
  background-color: #6a8635;
  bottom: 24px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 10px;
  position: absolute;
  right: 24px;
  transition: 0.3s all ease;
}

.bdo-post-grid .bdo-post-grid-category:hover {
  background-color: #87AB43;
}

.bdo-post-grid .bdo-post-grid-category a {
  color: #fff;
}

.bdo-post-grid .bdo-post-grid-byline,
.bdo-post-grid .bdo-post-grid-text p {
  margin-bottom: 10px;
}

@media only screen and (max-width: 510px) {
  .bdo-container.alignfull::before {
    content: " ";
    display: table;
  }

  .bdo-container.alignfull::after {
    clear: both;
    content: " ";
    display: table;
  }
}
.bdo-post-grid {
  margin: 0 0 1.2em 0;
  position: relative;
}
.bdo-post-grid .is-grid,
.bdo-post-grid .ab-is-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0 2em;
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-grid,
.bdo-post-grid .ab-is-grid {
    display: block;
  }
}
.bdo-post-grid .is-grid article,
.bdo-post-grid .ab-is-grid article {
  margin-bottom: 2.5em;
  min-width: 0;
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-grid article,
.bdo-post-grid .ab-is-grid article {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
  }
}
.bdo-post-grid .is-grid.columns-1,
.bdo-post-grid .ab-is-grid.ab-columns-1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-grid.columns-1 article,
.bdo-post-grid .ab-is-grid.ab-columns-1 article {
    width: 100%;
  }
}
.bdo-post-grid .is-grid.columns-2,
.bdo-post-grid .ab-is-grid.ab-columns-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-grid.columns-2 article,
.bdo-post-grid .ab-is-grid.ab-columns-2 article {
    width: 48%;
  }
}
.bdo-post-grid .is-grid.columns-3,
.bdo-post-grid .ab-is-grid.ab-columns-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-grid.columns-3 article,
.bdo-post-grid .ab-is-grid.ab-columns-3 article {
    width: 32%;
  }
}
.bdo-post-grid .is-grid.columns-4,
.bdo-post-grid .ab-is-grid.ab-columns-4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-grid.columns-4 article,
.bdo-post-grid .ab-is-grid.ab-columns-4 article {
    width: 24%;
  }
}
@media only screen and (max-width: 600px) {
  .bdo-post-grid div[class*=columns].is-grid,
.bdo-post-grid div[class*=columns].ab-is-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.bdo-post-grid .ab-post-grid-section-title {
  text-align: left;
}
.bdo-post-grid .bdo-post-grid-image {
  margin-bottom: 1.2em;
  height: 200px;
}
@media only screen and (max-width: 1180px) {
  .bdo-post-grid .bdo-post-grid-image {
    height: 166px;
  }
}
@media only screen and (max-width: 830px) {
  .bdo-post-grid .bdo-post-grid-image {
    height: 146px;
  }
}
@media only screen and (max-width: 600px) {
  .bdo-post-grid .bdo-post-grid-image {
    height: 220px;
  }
}
.bdo-post-grid .bdo-post-grid-image img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.bdo-post-grid .bdo-post-grid-text {
  text-align: left;
}
.bdo-post-grid a {
  text-decoration: none;
}
.bdo-post-grid header .bdo-post-grid-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.2;
}
.bdo-post-grid header .bdo-post-grid-title a {
  color: #222;
  text-decoration: none;
}
.bdo-post-grid header .bdo-post-grid-title a:hover {
  text-decoration: none;
  color: inherit;
}
.bdo-post-grid .bdo-post-grid-byline {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 15px;
}
.bdo-post-grid .bdo-post-grid-author,
.bdo-post-grid .bdo-post-grid-date,
.bdo-post-grid .bdo-post-grid-category {
  display: inline-block;
}
.bdo-post-grid .bdo-post-grid-author:not(:last-child):after,
.bdo-post-grid .bdo-post-grid-date:not(:last-child):after,
.bdo-post-grid .bdo-post-grid-category:not(:last-child):after {
  content: "·";
  vertical-align: middle;
  margin: 0 5px;
  line-height: 1;
}
.bdo-post-grid .bdo-post-grid-category a:hover {
  color: red;
}
.bdo-post-grid .bdo-post-grid-author a {
  color: inherit;
  text-decoration: none;
}
.bdo-post-grid .bdo-post-grid-author a:hover {
  color: inherit;
  text-decoration: underline;
}
.bdo-post-grid .bdo-post-grid-text p {
  margin: 0 0 15px 0;
  font-size: inherit;
}
.bdo-post-grid .bdo-post-grid-text p:last-of-type {
  margin-bottom: 0;
}
.bdo-post-grid .bdo-post-grid-more-link {
  display: inline-block;
  box-shadow: none;
  transition: 0.3s ease;
  font-weight: bold;
  color: #222;
  text-decoration: none;
}
.bdo-post-grid .bdo-post-grid-more-link:hover {
  text-decoration: underline;
}
.bdo-post-grid .bdo-post-grid-excerpt div + p {
  margin-top: 15px;
}
.bdo-post-grid .is-list article,
.bdo-post-grid .ab-is-list article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0 2em;
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-list article,
.bdo-post-grid .ab-is-list article {
    display: block;
  }
}
.bdo-post-grid .is-list article:before,
.bdo-post-grid .ab-is-list article:before {
  display: none;
}
.bdo-post-grid .is-list article:not(:last-child),
.bdo-post-grid .ab-is-list article:not(:last-child) {
  margin-bottom: 5%;
  padding-bottom: 5%;
}
@media only screen and (min-width: 600px) {
  .bdo-post-grid .is-list article:not(:last-child),
.bdo-post-grid .ab-is-list article:not(:last-child) {
    border-bottom: solid 1px #eee;
  }
}
@media only screen and (max-width: 600px) {
  .bdo-post-grid .is-list article,
.bdo-post-grid .ab-is-list article {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.bdo-post-grid .is-list article:not(.has-post-thumbnail),
.bdo-post-grid .ab-is-list article:not(.has-post-thumbnail) {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.bdo-post-grid .is-list .bdo-post-grid-image,
.bdo-post-grid .ab-is-list .bdo-post-grid-image {
  margin-bottom: 0;
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-list .bdo-post-grid-image,
.bdo-post-grid .ab-is-list .bdo-post-grid-image {
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 600px) {
  .bdo-post-grid .is-list .bdo-post-grid-image,
.bdo-post-grid .ab-is-list .bdo-post-grid-image {
    margin-bottom: 5%;
  }
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-list .bdo-post-grid-text,
.bdo-post-grid .ab-is-list .bdo-post-grid-text {
    width: 65%;
    padding-left: 5%;
    display: inline-block;
    vertical-align: top;
  }
  .bdo-post-grid .is-list .post:not(.has-post-thumbnail) .bdo-post-grid-text,
.bdo-post-grid .ab-is-list .post:not(.has-post-thumbnail) .bdo-post-grid-text {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 600px) {
  .bdo-post-grid .is-list .bdo-post-grid-title,
.bdo-post-grid .ab-is-list .bdo-post-grid-title {
    font-size: 34px;
  }
}
.bdo-post-grid .is-list .no-thumb .bdo-post-grid-text,
.bdo-post-grid .ab-is-list .no-thumb .bdo-post-grid-text {
  grid-column: span 2;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Plugins */
/* Genesis eNews Extended
  --------------------------------------------- */
.enews-widget input {
  margin-bottom: 16px;
}
.enews-widget input[type=submit] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 24px;
}

.widget-area .enews-widget {
  background-color: #222;
  color: #aaa;
  padding: 40px;
}
.widget-area .enews-widget .widget-title {
  color: #fff;
}
.widget-area .enews-widget input:focus {
  border: 1px solid #ddd;
}
.widget-area .enews-widget input[type=submit] {
  background-color: #87AB43;
  color: #fff;
}
.widget-area .enews-widget input:focus[type=submit], .widget-area .enews-widget input:hover[type=submit] {
  background-color: #fff;
  color: #222;
}

.blackdoctor-landing .widget-area .enews-widget {
  background-color: #fff;
  color: #222;
}
.blackdoctor-landing .widget-area .enews-widget input:focus[type=submit], .blackdoctor-landing .widget-area .enews-widget input:hover[type=submit] {
  background-color: #222;
  color: #fff;
}
.blackdoctor-landing .widget-area .enews-widget .widget-title {
  color: #222;
}

/* Genesis Latest Tweets
--------------------------------------------- */
.latest-tweets ul li {
  margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */
img#wpstats {
  display: none;
}

/* Simple Social Icons
--------------------------------------------- */
.sidebar .simple-social-icons ul li {
  margin: 0 2px 4px !important;
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px;
}
.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}
.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}
.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

/* BDO Related Posts
--------------------------------------------- */
.related-post-section {
  background-color: RGBA(135, 171, 67, 0.1);
  border: 1px solid #bade76;
  margin-bottom: 28px;
}

.related-post-link {
  display: flex;
  height: 75px;
  position: relative;
}

.related-post-link a {
  flex-grow: 1;
  align-self: center;
  padding-left: 20px;
  font-weight: 700;
  color: #000;
}

.related-post-link a:hover {
  text-decoration: none;
}

.related-post-link a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.related-link-img {
  max-height: 75px;
  max-width: 120px;
}

/* Sassy Social Share
--------------------------------------------- */
.heateor_sss_sharing_container {
  margin-bottom: 15px;
}

/* Top 10
--------------------------------------------- */
.tptn_posts_daily ul li {
  position: relative;
  margin-bottom: 18px;
}
.tptn_posts_daily ul li span {
  position: absolute;
  bottom: 12px;
  display: block;
  padding: 8px;
  background-color: RGBA(0, 0, 0, 0.6);
  min-width: 100%;
}
.tptn_posts_daily ul li a {
  color: white;
  transition: 0.3s all ease;
}
.tptn_posts_daily ul li a:hover {
  color: #87AB43;
}
.tptn_posts_daily ul li img {
  width: 360px;
  height: 180px;
  object-fit: cover;
}

/* Recent Posts Slider
--------------------------------------------- */
.wppsac-slick-slider-wrp,
#wppsac-post-slider-1 {
  max-height: 340px;
}

/* Covid Tracker
--------------------------------------------- */
.bdo-covid-stats {
  margin-bottom: 3em;
}
.bdo-covid-stats h4 {
  text-align: center;
}
.bdo-covid-stats .bdo-covid-tracker-disclaimer {
  font-size: 0.8em;
  font-style: italic;
  text-align: center;
}

/* Plugins */
.acm-wrapper {
  text-align: center;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  #acm-tag-728_90_BTF {
    position: fixed;
    bottom: -28px;
    z-index: 1500;
    width: 100%;
  }
}
/* Skip Links */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* Site Header */
.primary-nav .site-header {
  padding-top: 64px;
}

.site-header .wrap {
  /* border-bottom: 2px solid $color-gray-1; */
  padding: 30px 0;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-top: 30px;
  min-height: 135px;
}
.title-area .desc {
  margin-top: -10px;
  font-size: 0.8em;
  font-weight: 500;
}

.wp-custom-logo .title-area {
  padding: 0;
  text-align: center;
}
.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-family: Montserrat, "DejaVu Sans", Verdana, sans‑serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
}
.site-title a {
  color: #222;
  font-weight: 900;
}
.site-title a:focus, .site-title a:hover {
  color: #222;
  font-weight: 900;
}

.site-description, .wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: auto;
}
.site-header .widget-area p {
  margin-bottom: 0;
}

/* Site Navigation */
.genesis-nav-menu {
  clear: both;
  color: #222;
  font-family: Montserrat, "DejaVu Sans", Verdana, sans‑serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}
.genesis-nav-menu a {
  border: 0;
  color: #222;
  display: block;
  padding: 25px 20px;
  position: relative;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover {
  color: #87AB43;
}
.genesis-nav-menu .current-menu-item > a {
  color: #fff;
  background-color: #6a8635;
}
.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease-in-out;
  width: 190px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #87AB43;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #222;
  border-top: none;
  font-size: 12px;
  padding: 20px;
  position: relative;
  text-transform: none;
  width: 190px;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -53px 0 0 189px;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  float: right;
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #222;
}
.site-header .sub-menu .sub-menu {
  margin-top: -54px;
}

/* Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #222;
  color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.admin-bar .nav-primary {
  top: 32px;
}

.nav-primary a {
  color: #fff;
}
.nav-primary a:focus, .nav-primary a:hover {
  color: #aaa;
}
.nav-primary .sub-menu a:focus, .nav-primary .sub-menu a:hover {
  color: #aaa;
}
.nav-primary .genesis-nav-menu .current-menu-item > a {
  color: #aaa;
}
.nav-primary .genesis-nav-menu .sub-menu a {
  background-color: #222;
  border: 1px solid #fff;
  border-top: none;
}

.bdo-mobile-menu {
  display: none;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  margin-top: -100px;
  padding-top: 100px;
}
.nav-secondary .wrap {
  border-bottom: 1px solid #222;
}

.menu-secondary {
  text-align: center;
  background-color: #87AB43;
}
.menu-secondary li a {
  color: #fff;
  font-size: 1.1em;
}
.menu-secondary li a:hover {
  background-color: #6a8635;
  color: #fff;
}

/* Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.menu-toggle, .sub-menu-toggle {
  display: none;
  visibility: hidden;
}

/* Search
--------------------------------------------- */
div.astm-search-menu-wrapper .is-menu path.search-icon-path {
  fill: #000000 !important;
}

/* Content Area */
/* Entries
  --------------------------------------------- */
.entry {
  margin-bottom: 60px;
}

.archive .content .entry-title {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.2;
}
.archive .content .bdo-category-archive {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}

.archive .content .entry .entry-image-link {
  height: 200px;
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
}
.archive .content .entry .entry-image-link img {
  object-fit: contain;
}

.archive .content .entry, .page-template-page_blog-php .content .entry {
  border-bottom: 2px solid #eee;
}

.entry-content .attachment a, .entry-content .gallery a {
  border: 0;
}
.entry-content ol, .entry-content p, .entry-content ul {
  margin-bottom: 26px;
}

.quote-caption {
  margin-bottom: 26px;
}

.entry-content ol, .entry-content ul {
  padding-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ul > li, .entry-content ul ul > li {
  list-style-type: circle;
}
.entry-content ol ol, .entry-content ul ul {
  margin-bottom: 0;
}

.entry-meta {
  font-size: 14px;
  margin-bottom: 36px;
}

.entry-header .entry-meta {
  margin-bottom: 10px;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

.entry-categories, .entry-tags {
  display: block;
}

/* After Entry
--------------------------------------------- */
.after-entry {
  border-bottom: 1px solid #222;
  border-top: 2px solid #222;
  margin-top: 40px;
  padding: 30px 0;
}
.after-entry p:last-child {
  margin-bottom: 0;
}
.after-entry .widget {
  margin-bottom: 30px;
}
.after-entry .widget:last-child {
  margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */
.archive-pagination, .entry-pagination {
  font-size: 14px;
  margin: 40px 0;
}

.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background-color: #222;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
}
.archive-pagination li a:focus, .archive-pagination li a:hover {
  background-color: #87AB43;
}
.archive-pagination li.active a {
  background-color: #87AB43;
}

.entry-pagination a {
  border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings {
  background-color: #fff;
  margin-bottom: 50px;
}

.comment-content {
  clear: both;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}

.comment-respond input[type=email], .comment-respond input[type=text], .comment-respond input[type=url] {
  width: 50%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-list li, .ping-list li {
  list-style-type: none;
}

.comment-list li {
  margin-top: 24px;
  padding: 32px;
}
.comment-list li li {
  margin-right: -32px;
}

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none;
}

.entry-pings .reply {
  display: none;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 24px;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* A-Z Listings */
/****A-Z Listing***/
.az-letters,
.a-z-listing-widget .az-letters,
.a-z-listing-widget.widget .az-letters {
  white-space: unset;
}

.az-letters > ul.az-links,
.a-z-listing-widget .az-letters > ul.az-links,
.a-z-listing-widget.widget .az-letters > ul.az-links {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.az-letters > ul.az-links > li,
.a-z-listing-widget .az-letters > ul.az-links > li,
.a-z-listing-widget.widget .az-letters > ul.az-links > li {
  list-style: none;
  width: 1.6em;
  height: 1.6em;
  box-sizing: border-box;
  margin: 0 0 0.6em;
  /*border: 2px solid #e5e5e5;*/
  background: RGBA(135, 171, 67, 0.1);
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}

.az-letters > ul.az-links > li.no-posts {
  background-color: #f5f5f5;
}

.az-letters > ul.az-links > li a,
.a-z-listing-widget .az-letters > ul.az-links > li a,
.a-z-listing-widget.widget .az-letters > ul.az-links > li a {
  color: #6a8635;
  text-decoration: none;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

.letter-section {
  margin-bottom: 2em;
  white-space: unset;
}

.letter-section h2.letter-title {
  border-bottom: 1px solid #222;
  margin-bottom: 0.2em;
  padding-bottom: 0.2em;
  width: 100%;
}

.letter-section ul,
.letter-section ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.letter-section ul.columns {
  width: 100%;
  box-sizing: border-box;
  column-gap: 0.6em;
  column-width: 15em;
  line-height: 0.9em;
}

.letter-section ul.columns > li {
  display: block;
}

.letter-section ul.columns.max-0-columns,
.letter-section ul.columns.max-1-columns {
  column-count: 1;
  max-width: 15.6em;
}

.letter-section ul.columns.max-2-columns {
  column-count: 2;
  max-width: 30.6em;
}

.letter-section ul.columns.max-3-columns {
  column-count: 3;
  max-width: 46.2em;
}

.letter-section ul.columns.max-4-columns {
  column-count: 4;
  max-width: 61.8em;
}

.letter-section ul.columns.max-5-columns {
  column-count: 5;
  max-width: 77.4em;
}

.letter-section ul.columns.max-6-columns {
  column-count: 6;
  max-width: 93em;
}

.letter-section ul.columns.max-7-columns {
  column-count: 7;
  max-width: 108.6em;
}

.letter-section ul.columns.max-8-columns {
  column-count: 8;
  max-width: 124.2em;
}

.letter-section ul.columns.max-9-columns {
  column-count: 9;
  max-width: 139.8em;
}

.letter-section ul.columns.max-10-columns {
  column-count: 10;
  max-width: 155.4em;
}

.letter-section ul.columns.max-11-columns {
  column-count: 11;
  max-width: 171em;
}

.letter-section ul.columns.max-12-columns {
  column-count: 12;
  max-width: 186.6em;
}

.letter-section ul.columns.max-13-columns {
  column-count: 13;
  max-width: 202.2em;
}

.letter-section ul.columns.max-14-columns {
  column-count: 14;
  max-width: 217.8em;
}

.letter-section ul.columns.max-15-columns {
  column-count: 15;
  max-width: 233.4em;
}

.letter-section div.back-to-top {
  width: 100%;
  text-align: right;
}

.letter-section div.back-to-top a {
  text-transform: uppercase;
  font-size: 0.7em;
}

/* .letter-section div.back-to-top a:before, */
.letter-section div.back-to-top a:after {
  font-family: dashicons;
  content: "";
  padding: 0.2em;
}

.letter-section ul > li > ul > li {
  list-style: disc;
  margin-top: 10px;
  margin-left: 40px;
}

.letter-section ul > li > a {
  line-height: 1.6em;
}

.letter-section ul > li > ul > li > a {
  line-height: 0em;
}

/* Front Page */
.bdo-post-grid {
  margin: 0 0 1.2em 0;
  position: relative;
}
.bdo-post-grid .is-grid, .bdo-post-grid .bdo-is-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0 2em;
}
.bdo-post-grid .is-grid article, .bdo-post-grid .bdo-is-grid article {
  margin-bottom: 2.5em;
  min-width: 0;
}
.bdo-post-grid .is-grid.columns-1, .bdo-post-grid .bdo-is-grid.bdo-columns-1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.bdo-post-grid .is-grid.columns-2, .bdo-post-grid .bdo-is-grid.bdo-columns-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.bdo-post-grid .is-grid.columns-3, .bdo-post-grid .bdo-is-grid.bdo-columns-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.bdo-post-grid .is-grid.columns-4, .bdo-post-grid .bdo-is-grid.bdo-columns-4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.bdo-post-grid .bdo-post-grid-section-title {
  text-align: left;
}
.bdo-post-grid .bdo-post-grid-image {
  margin-bottom: 1.2em;
}
.bdo-post-grid .bdo-post-grid-image img {
  display: block;
  width: 100%;
}
.bdo-post-grid .bdo-post-grid-text {
  text-align: left;
}
.bdo-post-grid a {
  text-decoration: none;
}
.bdo-post-grid header .bdo-post-grid-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.2;
}
.bdo-post-grid header .bdo-post-grid-title a {
  color: #293038;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
}
.bdo-post-grid header .bdo-post-grid-title a:hover {
  text-decoration: none;
  color: inherit;
}
.bdo-post-grid .bdo-post-grid-byline {
  font-size: 14px;
  color: #626e81;
  margin-bottom: 15px;
}
.bdo-post-grid .bdo-post-grid-author, .bdo-post-grid .bdo-post-grid-date {
  display: inline-block;
}
.bdo-post-grid .bdo-post-grid-author:not(:last-child):after, .bdo-post-grid .bdo-post-grid-date:not(:last-child):after {
  content: "·";
  vertical-align: middle;
  margin: 0 5px;
  line-height: 1;
}
.bdo-post-grid .bdo-post-grid-author a {
  color: inherit;
  text-decoration: none;
}
.bdo-post-grid .bdo-post-grid-author a:hover {
  color: inherit;
  text-decoration: underline;
}
.bdo-post-grid .bdo-post-grid-text p {
  margin: 0 0 15px 0;
  font-size: inherit;
}
.bdo-post-grid .bdo-post-grid-text p:last-of-type {
  margin-bottom: 0;
}
.bdo-post-grid .bdo-post-grid-more-link {
  display: inline-block;
  box-shadow: none;
  transition: 0.3s ease;
  font-weight: bold;
  color: #293038;
  text-decoration: none;
}
.bdo-post-grid .bdo-post-grid-more-link:hover {
  text-decoration: underline;
}
.bdo-post-grid .bdo-post-grid-excerpt div + p {
  margin-top: 15px;
}
.bdo-post-grid .is-list article, .bdo-post-grid .bdo-is-list article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0 2em;
}
.bdo-post-grid .is-list article:before, .bdo-post-grid .bdo-is-list article:before {
  display: none;
}
.bdo-post-grid .is-list article:not(:last-child), .bdo-post-grid .bdo-is-list article:not(:last-child) {
  margin-bottom: 5%;
  padding-bottom: 5%;
}
.bdo-post-grid .is-list article:not(.has-post-thumbnail), .bdo-post-grid .bdo-is-list article:not(.has-post-thumbnail) {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.bdo-post-grid .is-list .bdo-post-grid-image, .bdo-post-grid .bdo-is-list .bdo-post-grid-image {
  margin-bottom: 0;
}
.bdo-post-grid .is-list .no-thumb .bdo-post-grid-text, .bdo-post-grid .bdo-is-list .no-thumb .bdo-post-grid-text {
  grid-column: span 2;
}

@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-grid, .bdo-post-grid .bdo-is-grid {
    display: block;
  }
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-grid article, .bdo-post-grid .bdo-is-grid article {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
  }
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-grid.columns-1 article, .bdo-post-grid .bdo-is-grid.bdo-columns-1 article {
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-grid.columns-2 article, .bdo-post-grid .bdo-is-grid.bdo-columns-2 article {
    width: 48%;
  }
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-grid.columns-3 article, .bdo-post-grid .bdo-is-grid.bdo-columns-3 article {
    width: 32%;
  }
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-grid.columns-4 article, .bdo-post-grid .bdo-is-grid.bdo-columns-4 article {
    width: 24%;
  }
}
@media only screen and (max-width: 600px) {
  .bdo-post-grid div[class*=columns].is-grid, .bdo-post-grid div[class*=columns].bdo-is-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-list article, .bdo-post-grid .bdo-is-list article {
    display: block;
  }
}
@media only screen and (min-width: 600px) {
  .bdo-post-grid .is-list article:not(:last-child), .bdo-post-grid .bdo-is-list article:not(:last-child) {
    border-bottom: solid 1px #eee;
  }
}
@media only screen and (max-width: 600px) {
  .bdo-post-grid .is-list article, .bdo-post-grid .bdo-is-list article {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-list .bdo-post-grid-image, .bdo-post-grid .bdo-is-list .bdo-post-grid-image {
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 600px) {
  .bdo-post-grid .is-list .bdo-post-grid-image, .bdo-post-grid .bdo-is-list .bdo-post-grid-image {
    margin-bottom: 5%;
  }
}
@media all and (-ms-high-contrast: none) {
  .bdo-post-grid .is-list .bdo-post-grid-text, .bdo-post-grid .bdo-is-list .bdo-post-grid-text {
    width: 65%;
    padding-left: 5%;
    display: inline-block;
    vertical-align: top;
  }
  .bdo-post-grid .is-list .post:not(.has-post-thumbnail) .bdo-post-grid-text, .bdo-post-grid .bdo-is-list .post:not(.has-post-thumbnail) .bdo-post-grid-text {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 600px) {
  .bdo-post-grid .is-list .bdo-post-grid-title, .bdo-post-grid .bdo-is-list .bdo-post-grid-title {
    font-size: 34px;
  }
}
/*
  .entry-category {
    position: absolute;
    right: 40px;
    bottom: 40px;
    padding: 7px 14px;
    background-color: $color-primary;
    color: $color-white;
}
*/
/* Sidebars */
.blackdoctor-landing .sidebar {
  color: #fff;
}
.blackdoctor-landing .sidebar a {
  color: #fff;
}
.blackdoctor-landing .sidebar a:focus, .blackdoctor-landing .sidebar a:hover {
  color: #aaa;
  text-decoration: none;
  text-shadow: 1px 1px 0 #222, -1px 1px 0 #222, 2px 0 0 #222, -2px 0 0 #222;
  box-shadow: inset 0 -1px 0 0 #aaa;
}

.sidebar p:last-child, .sidebar ul > li:last-child {
  margin-bottom: 0;
}
.sidebar .featured-content p:last-child {
  margin-bottom: 24px;
}
.sidebar li {
  border-bottom: 1px dotted #888;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar .tagcloud a {
  background-color: #eee;
  color: #222;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
}
.sidebar .tagcloud a:visited {
  background-color: #eee;
  color: #222;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 10px;
}
.sidebar .tagcloud a:focus, .sidebar .tagcloud a:hover {
  background-color: #87AB43;
  color: #fff;
}

/* Footer */
/* Before footer Widgets
  ---------------------------------------------------------------------------- */
.before-footer {
  margin-bottom: 20px;
  text-align: center;
}

/* Footer Widgets
  ---------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #222;
  color: #aaa;
  clear: both;
  font-size: 14px;
  padding: 60px 0 20px;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
  width: 360px;
}

.footer-widgets-1 {
  margin-right: 30px;
  float: left;
}

.footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: right;
}

.footer-widgets a {
  color: #fff;
  font-weight: 300;
}
.footer-widgets a:focus, .footer-widgets a:hover {
  color: #ccc;
}
.footer-widgets p:last-child {
  margin-bottom: 0;
}
.footer-widgets h1, .footer-widgets h2, .footer-widgets h3, .footer-widgets h4, .footer-widgets h5, .footer-widgets h6 {
  color: #fff;
}
.footer-widgets .widget {
  margin-bottom: 40px;
}
.footer-widgets li {
  margin-bottom: 20px;
}
.footer-widgets .enews-widget {
  padding: 0;
}
.footer-widgets button {
  background-color: #eee;
  color: #222;
}
.footer-widgets input[type=button], .footer-widgets input[type=reset], .footer-widgets input[type=submit] {
  background-color: #eee;
  color: #222;
}
.footer-widgets .button {
  background-color: #eee;
  color: #222;
}
.footer-widgets button:focus, .footer-widgets button:hover {
  background-color: #fff;
  color: #222;
}
.footer-widgets input[type=button]:focus, .footer-widgets input[type=button]:hover {
  background-color: #fff;
  color: #222;
}
.footer-widgets input[type=reset]:focus, .footer-widgets input[type=reset]:hover {
  background-color: #fff;
  color: #222;
}
.footer-widgets input[type=submit]:focus, .footer-widgets input[type=submit]:hover {
  background-color: #fff;
  color: #222;
}
.footer-widgets .button:focus, .footer-widgets .button:hover {
  background-color: #fff;
  color: #222;
}
.footer-widgets .footer-conditions li a {
  font-size: 1.4em;
  font-wieght: 600;
}
.footer-widgets .footer-conditions li a:hover {
  color: #87AB43;
}

.woocommerce .footer-widgets button:focus, .woocommerce .footer-widgets button:hover {
  background-color: #fff;
  color: #222;
}
.woocommerce .footer-widgets input[type=button]:focus, .woocommerce .footer-widgets input[type=button]:hover {
  background-color: #fff;
  color: #222;
}
.woocommerce .footer-widgets input[type=reset]:focus, .woocommerce .footer-widgets input[type=reset]:hover {
  background-color: #fff;
  color: #222;
}
.woocommerce .footer-widgets input[type=submit]:focus, .woocommerce .footer-widgets input[type=submit]:hover {
  background-color: #fff;
  color: #222;
}
.woocommerce .footer-widgets .button:focus, .woocommerce .footer-widgets .button:hover {
  background-color: #fff;
  color: #222;
}

/* Footer Menu
---------------------------------------------------------------------------- */
.nav-footer {
  background-color: #222;
}

.menu-footer {
  display: flex;
  justify-content: space-evenly;
  font-size: 0.8em;
  margin-bottom: 24px;
  flex-wrap: wrap;
  list-style-type: none;
}
.menu-footer a {
  color: #aaa;
}
.menu-footer a:hover {
  color: #f5f5f5;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #222;
  font-family: Montserrat, "DejaVu Sans", Verdana, sans‑serif;
  font-size: 14px;
  text-align: center;
  color: #aaa;
}
.site-footer .wrap {
  border-top: 1px solid #444;
  padding: 60px 0;
}
.site-footer a {
  color: #aaa;
}
.site-footer a:focus, .site-footer a:hover {
  color: #fff;
}
.site-footer p {
  margin-bottom: 0;
}

/* Video */
.bdo-videos-list {
  margin-top: 2em;
}

.bdo-video-post-list {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1em;
}
.bdo-video-post-list .listing-item {
  display: flex;
  flex-direction: column;
}
.bdo-video-post-list .listing-item a.image {
  height: 300px;
  height: 215px;
  img-object-fit: cover;
}

@media only screen and (max-width: 580px) {
  .bdo-video-post-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
  }
}
/* Media Queries */
@media only screen and (max-width: 1180px) {
  .site-inner, .wrap {
    max-width: 960px;
  }

  .site-header .title-area, .wp-custom-logo .title-area {
    max-width: 380px;
  }

  .site-header .widget-area, .wp-custom-logo .header-widget-area {
    max-width: 570px;
  }

  .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
    width: 780px;
  }

  .content {
    width: 630px;
  }

  .content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
    width: 450px;
  }

  .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar-primary {
    width: 300px;
  }

  .sidebar-secondary {
    width: 150px;
  }
}
@media only screen and (max-width: 1023px) {
  .site-inner {
    padding-top: 10px;
  }

  .site-inner, .wrap {
    max-width: 750px;
  }

  .content {
    max-width: 100%;
    width: 100%;
  }

  .content-sidebar-sidebar .content, .content-sidebar-sidebar .content-sidebar-wrap {
    max-width: 100%;
    width: 100%;
  }

  .footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
    max-width: 100%;
    width: 100%;
  }

  .sidebar-content-sidebar .content, .sidebar-content-sidebar .content-sidebar-wrap {
    max-width: 100%;
    width: 100%;
  }

  .sidebar-primary, .sidebar-secondary {
    max-width: 100%;
    width: 100%;
  }

  .sidebar-sidebar-content .content, .sidebar-sidebar-content .content-sidebar-wrap {
    max-width: 100%;
    width: 100%;
  }

  .site-header .widget-area, .site-header .title-area {
    max-width: 100%;
    width: 100%;
  }
  .site-header .wrap {
    padding: 5px;
  }

  .wp-custom-logo .site-header .widget-area, .wp-custom-logo .site-header .title-area {
    max-width: 100%;
    width: 100%;
  }

  .custom-logo-link {
    display: block;
    margin: 0 auto;
  }

  .genesis-nav-menu {
    text-align: center;
  }

  .site-header .title-area, .site-header .widget-area {
    text-align: center;
  }

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

  .site-header .widget-area {
    margin-top: 20px;
  }

  .nav-primary {
    position: static;
  }

  .featured-content .entry, .site-header .search-form, .site-title {
    float: none;
  }

  .primary-nav .site-header {
    padding-top: 0;
  }

  .title-area {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .genesis-nav-menu > .right {
    display: none;
  }

  .genesis-nav-menu a {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 840px) {
  .site-inner {
    max-width: 100%;
  }

  .footer-widgets, .nav-secondary, .site-footer, .site-header, .site-inner {
    padding-left: 5%;
    padding-right: 5%;
  }

  .genesis-nav-menu > .first > a {
    padding-left: 20px;
  }

  .admin-bar nav.nav-primary {
    top: 0;
  }

  nav.genesis-responsive-menu {
    display: none;
    position: relative;
  }

  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden;
  }

  .site-header nav .wrap {
    padding: 0;
  }

  .menu-toggle, .sub-menu-toggle {
    border: 0;
    background-color: #87AB43;
    color: #fff;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
  }

  nav.nav-primary .sub-menu-toggle, #genesis-mobile-nav-primary {
    background-color: #222;
    color: #fff;
  }

  .menu-toggle:hover, .menu-toggle:focus {
    color: #fff;
  }

  .sub-menu-toggle:hover, .sub-menu-toggle:focus {
    background-color: #fff;
    color: #aaa;
    border: 0;
  }

  .menu-toggle:focus {
    outline: 1px solid #ccc;
  }

  .sub-menu-toggle:focus {
    outline: 1px solid #ccc;
    outline-offset: -1px;
  }

  .menu-toggle {
    line-height: 20px;
    position: relative;
    right: 0;
    z-index: 1000;
    width: 100%;
  }
  .menu-toggle::before {
    margin-right: 10px;
    text-rendering: auto;
  }

  .sub-menu-toggle {
    float: right;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 100;
  }

  nav.nav-primary .sub-menu-toggle:focus, nav.nav-primary .sub-menu-toggle:hover {
    background-color: transparent;
    color: #aaa;
  }

  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    transform: rotate(0);
  }
  .sub-menu-toggle.activated::before {
    transform: rotate(180deg);
    color: #fff;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left;
  }

  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: 0;
    margin-bottom: 1px;
    margin-top: 1px;
    padding: 15px 20px;
    width: 100%;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    border: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu {
    left: 0;
    margin-left: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
    content: none;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .bdo-mobile-menu {
    background-color: #87AB43;
    display: flex;
    align-items: center;
    padding: 8px;
    height: 60px;
  }
  .bdo-mobile-menu a {
    color: white;
    border: 1px solid #64002B;
    padding: 4px 8px;
    border-radius: 10px;
    background-color: #97185E;
  }
  .bdo-mobile-menu span {
    flex-grow: 1;
    text-align: right;
    font-size: 24px;
  }

  .archive-pagination li a {
    margin-bottom: 4px;
  }

  .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
    margin: 0;
    width: 100%;
  }

  .archive .content .bdo-category-archive {
    display: flex;
    flex-direction: column;
  }

  .nav-secondary {
    display: none;
  }
}
@media only screen and (max-width: 580px) {
  .home-posts {
    grid-template-columns: 1fr;
  }

  .archive-description #page-menu li {
    width: 45%;
  }

  .related-category-posts article {
    display: flex;
    flex-direction: column;
  }
  .related-category-posts article img {
    height: 240px;
    width: 100%;
    object-fit: cover;
  }
}

/*# sourceMappingURL=/style.css.map */