/**
Theme Name: jr2020
Author: DevCollaborative
Author URI: https://devcollaborative.com/
Description: Custom child theme for Journalist's Resource made from Astra.
Version: 0.0.88
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jr2020
Template: astra
*/

html {
  --jr-red: #AA1F24;
  --jr-bright-red: #CC294A;
  --jr-dark-crimson: #560F0F;
  --jr-harvard-crimson: #A51D32;
  --jr-rich-black: #15090B;
  --jr-warm-gray: #CBC7C7;
  --jr-white: #ffffff;
  --jr-soft-gray: #F1F2F2;
  --link-color: #3c6daa;
  --link-color-hover: #2e5584;
  --link-meta-color: #756c6c;
}

/* Color Options
--------------------------------------------- */
.has-jr-red-color {
  color: #AA1F24;
}

.has-jr-red-background-color {
  background-color: #AA1F24;
}

.has-jr-bright-red-color {
  color: #CC294A;
}

.has-jr-bright-red-background-color {
  background-color: #CC294A;
}

.has-jr-dark-crimson-color {
  color: #560F0F;
}

.has-jr-dark-crimson-background-color {
  background-color: #560F0F;
}

.has-jr-harvard-crimson-color {
  color: #A51D32;
}

.has-jr-harvard-crimson-background-color {
  background-color: #A51D32;
}

.has-jr-rich-black-color {
  color: #15090B;
}

.has-jr-rich-black-background-color {
  background-color: #15090B;
}

.has-jr-warm-gray-color {
  color: #CBC7C7;
}

.has-jr-warm-gray-background-color {
  background-color: #CBC7C7;
}

.has-jr-white-color {
  color: #ffffff;
}

.has-jr-white-background-color {
  background-color: #ffffff;
}

.has-jr-soft-gray-color {
  color: #F1F2F2;
}

.has-jr-soft-gray-background-color {
  background-color: #F1F2F2;
}

.jr-dark-bg {
  color: #ffffff;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(1px 1px 1px 1px);
  clip-path: inset(1px 1px 1px 1px);
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.ast-single-post header.entry-header .entry-title {
  font-family: "GT Sectra Fine Bold", "GT Sectra Fine", Georgia, serif;
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.5rem + .25vw);
}

.jr-regular-post-item header.entry-header .entry-title,
.ast-single-post .jr-regular-post-item header.entry-header .entry-title,
.jr-sidebar-post-item header.entry-header .entry-title,
.ast-single-post .jr-sidebar-post-item header.entry-header .entry-title,
.archive .post header.entry-header .entry-title,
.search-results header.entry-header .entry-title {
  font-family: "GT Sectra Fine Bold", "GT Sectra Fine", Georgia, serif;
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.25rem + .25vw);
}

.jr-featured-post header.entry-header .entry-title,
.ast-single-post .jr-featured-post header.entry-header .entry-title {
  font-family: "GT Sectra Fine Bold", "GT Sectra Fine", Georgia, serif;
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.8rem + .25vw);
}

.page-title {
  color: #15090B;
  color: var(--jr-rich-black);
  font-weight: bold;
}

body.archive .ast-archive-description .page-title.ast-archive-title {
  font-family: "GT Sectra Fine Bold", "GT Sectra Fine", Georgia, serif;
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(1.8rem + .25vw);
  font-weight: bold;
}

html body, html button, html input, html select, html textarea, html .ast-button, html .ast-custom-button {
  line-height: 1.5;
}

a {
  transition: text-decoration-thickness 150ms ease-out, -webkit-text-decoration-color 150ms ease-out;
  transition: text-decoration-thickness 150ms ease-out, text-decoration-color 150ms ease-out;
  transition: text-decoration-thickness 150ms ease-out, text-decoration-color 150ms ease-out, -webkit-text-decoration-color 150ms ease-out;
}

a, a:link, a:visited {
  --underline-color: rgba(60, 109, 170, 0.15);
  --underline-thickness: 0.1rem;
  color: #3c6daa;
  color: var(--link-color, #3c6daa);
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(60, 109, 170, 0.15);
          text-decoration-color: rgba(60, 109, 170, 0.15);
  -webkit-text-decoration-color: var(--underline-color, rgba(60, 109, 170, 0.15));
          text-decoration-color: var(--underline-color, rgba(60, 109, 170, 0.15));
  text-decoration-thickness: .1rem;
  text-decoration-thickness: var(--underline-thickness, 0.1rem);
}

p.has-text-color a, p.has-text-color a:link, p.has-text-color a:visited {
  --link-color: $link-color;
}

a.cat-post-title,
.entry-title a,
.page-title a, a:link.cat-post-title,
.entry-title a:link,
.page-title a:link, a:visited.cat-post-title,
.entry-title a:visited,
.page-title a:visited {
  --underline-color: rgba(21, 9, 11, 0.15);
  --link-color: $jr-rich-black;
}

.entry-meta a, .entry-meta a:link, .entry-meta a:visited {
  --underline-color: rgba(117, 108, 108, 0.25);
  --link-color: var(--link-meta-color);
}

.cat-links a,
.jr-sidebar-entry .cat-links a, .cat-links a:link,
.jr-sidebar-entry .cat-links a:link, .cat-links a:visited,
.jr-sidebar-entry .cat-links a:visited {
  --link-color: var(--link-meta-color);
  --underline-color: transparent;
  --underline-color-hover: rgba(117, 108, 108, 0.25);
}

.entry-meta .ast-terms-link a, .entry-meta .ast-terms-link a:link, .entry-meta .ast-terms-link a:visited {
  --underline-color: transparent;
  --underline-color-hover: transparent;
  --link-color: var(--link-meta-color);
}

.nav-links a,
.site-header .menu-item a,
.jr-link-button a, .nav-links a:link,
.site-header .menu-item a:link,
.jr-link-button a:link, .nav-links a:visited,
.site-header .menu-item a:visited,
.jr-link-button a:visited {
  --underline-color: transparent;
  --underline-color-hover: transparent;
}

a:hover, a:focus {
  --underline-color-hover: rgba(46, 85, 132, 0.45);
  color: #2e5584;
  color: var(--link-color-hover, #2e5584);
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(46, 85, 132, 0.45);
          text-decoration-color: rgba(46, 85, 132, 0.45);
  -webkit-text-decoration-color: var(--underline-color-hover, rgba(46, 85, 132, 0.45));
          text-decoration-color: var(--underline-color-hover, rgba(46, 85, 132, 0.45));
  text-decoration-skip-ink: auto;
}

.jr-link-button a, .jr-link-button a:visited {
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  font-size: .875rem;
  font-weight: bold;
  padding: 0.25rem 1rem;
  text-align: center;
  text-transform: uppercase;
  border-color: #756c6c;
  color: #756c6c;
}

.jr-link-button a:hover, .jr-link-button a:focus {
  background: #AA1F24;
  border-color: #AA1F24;
  color: #ffffff;
}

a.jr-primary-link-button {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: -webkit-max-content;
  width: max-content;
}

a.jr-primary-link-button, a.jr-primary-link-button:visited {
  background-color: #ffffff;
  border-color: #AA1F24;
  color: #AA1F24;
}

a.wp-block-file__button,
.wp-block-file a.wp-block-file__button {
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  font-size: .875rem;
  font-weight: bold;
  padding: 0.25rem 1rem;
  text-align: center;
  text-transform: uppercase;
  background: #ffffff;
  border-color: #756c6c;
  color: #756c6c;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

a.wp-block-file__button:visited,
.wp-block-file a.wp-block-file__button:visited {
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  font-size: .875rem;
  font-weight: bold;
  padding: 0.25rem 1rem;
  text-align: center;
  text-transform: uppercase;
  border-color: #756c6c;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

a.wp-block-file__button:hover, a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:focus {
  background: #AA1F24;
  border-color: #AA1F24;
  color: #ffffff;
}

div[class^="astra-advanced-hook"] + .site-main,
.archive .site-main {
  margin-top: 2rem;
}

#primary {
  padding-top: 0;
  position: relative;
}

#secondary {
  margin: 0;
}

#secondary,
.ast-right-sidebar #secondary {
  padding-left: 0;
}

#secondary .sidebar-main,
.ast-right-sidebar #secondary .sidebar-main {
  padding: 2rem;
}

@supports (display: grid) {
}

.home article.ast-article-post {
  margin-bottom: 0;
}

.jr-search-form {
  width: 100%;
}

.jr-search-form .jr-search-field,
.ast-search-menu-icon.ast-inline-search .jr-search-form .jr-search-field {
  border: 1px solid #CBC7C7;
}

.jr-search-form label {
  color: #756c6c;
  display: -ms-flexbox;
  display: flex;
  font-family: Georgia, serif;
  font-size: 12px;
  text-transform: uppercase;
}

.site-header .ast-inline-search.ast-search-menu-icon .jr-search-form {
  border: 0;
}

.site-header .ast-inline-search.ast-search-menu-icon .jr-search-form.search-form {
  padding: 0;
}

.site-header .ast-inline-search.ast-search-menu-icon .jr-search-form .search-field {
  padding: 0.25rem 2rem 0.25rem 0.25rem;
  width: 100%;
}

.site-header .ast-inline-search.ast-search-menu-icon .jr-search-form .search-submit {
  bottom: 0.5rem;
  height: unset;
  top: unset;
}

.search-submit {
  bottom: 0.5rem;
  height: unset;
  top: unset;
}

.search-submit:focus, .search-submit:hover,
.ast-inline-search.ast-search-menu-icon .search-submit:focus,
.ast-inline-search.ast-search-menu-icon .search-submit:hover {
  color: #AA1F24;
}

button {
  border-radius: 0;
}

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

/* Entry Caption */
figcaption:after,
.entry-thumb-caption:after {
  background-image: linear-gradient(270deg, white, #e4e2e2);
  content: '';
  display: block;
  height: 1px;
  margin-top: 0.5rem;
  width: 100%;
}

figcaption,
.entry-thumb-caption {
  color: #756c6c;
  font-size: 90%;
  font-style: italic;
  margin-bottom: 0.5rem;
  padding: .75rem 0;
}

.ast-above-header .menu li {
  padding-right: 0;
}

.menu-item {
  -ms-flex-align: center;
      align-items: center;
  color: #756c6c;
  display: -ms-flexbox;
  display: flex;
}

.menu-item:hover, .menu-item:focus {
  color: #2e5584;
}

.ast-above-header-navigation .menu-item a {
  color: #756c6c;
}

.ast-above-header-navigation .menu-item a:hover, .ast-above-header-navigation .menu-item a:focus {
  color: #2e5584;
}

.ast-above-header-menu .menu-item {
  margin-left: 0.5rem;
}

.ast-above-header-menu .menu-item + .menu-item {
  margin-left: 1rem;
}

.ast-above-header-menu .menu-item .menu-link {
  padding: 0 0.25rem;
  transition: color .1s ease-in;
}

.menu-item .menu-link {
  line-height: 1.2;
}

.ast-below-header-actual-nav {
  width: 100%;
}

.site-header .ast-below-header-actual-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
}

.site-header .ast-below-header-actual-nav ul li {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.jr-menu-item-description {
  color: #15090B;
  display: block;
  font-size: 80%;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.menu-research-literacy .jr-menu-item-description,
.menu-research-container .jr-menu-item-description {
  font-size: 90%;
}

.secondary .menu li {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.jr-link-button.dashicons-before:before {
  display: none;
  content: '';
}

.jr-icon-button.dashicons-before:before {
  content: '';
  display: none;
}

.jr-icon-button.dashicons-before a:before {
  display: inline-block;
  font-family: dashicons;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 20px;
  line-height: 1;
  margin-right: 0.25rem;
  speak: never;
  text-align: center;
  text-decoration: none;
  text-rendering: auto;
  text-transform: none;
  vertical-align: top;
  width: 20px;
}

.jr-icon-button.dashicons-email a:before {
  content: "\f465";
}

.main-header-bar-navigation.toggle-on {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.ast-header-break-point .menu-item {
  margin-left: 0;
}

.ast-header-break-point .menu-item .menu-link {
  margin-left: 0;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.ast-header-break-point .ast-above-header-merged-responsive .ast-above-header-section .widget {
  margin-left: 0;
}

.ast-header-break-point .main-header-bar-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
}

.ast-header-break-point .main-header-bar-navigation ul.ast-above-header-menu-items, .ast-header-break-point .main-header-bar-navigation ul.ast-below-header-menu-items {
  padding-left: 2rem;
}

.ast-header-break-point .main-header-bar-navigation li {
  margin-bottom: 1rem;
}

.ast-header-break-point .main-header-bar-navigation li,
.ast-header-break-point .main-header-bar-navigation .menu-item .menu-link,
.ast-header-break-point .main-header-bar-navigation .ast-above-header-menu-items .menu-item .menu-link,
.ast-header-break-point .main-header-bar-navigation .ast-below-header-menu-items .menu-item .menu-link {
  padding-left: 0;
}

.ast-header-break-point .ast-header-custom-item .ast-masthead-custom-menu-items {
  margin-bottom: 2rem;
}

.ast-header-break-point .ast-above-header-section .user-select a, .ast-header-break-point .ast-above-header-section .user-select a:link, .ast-header-break-point .ast-above-header-section .user-select a:visited,
.ast-header-break-point .ast-above-header-section .widget a,
.ast-header-break-point .ast-above-header-section .widget a:link,
.ast-header-break-point .ast-above-header-section .widget a:visited {
  color: #756c6c;
}

.dashicons-before .menu-text {
  padding-left: 5px;
}

/* Above Header  */
.ast-above-header-section .menu-item {
  text-align: left;
}

.ast-site-identity {
  padding: 1.4rem 1.4rem 1.4rem 0;
}

.ast-above-header .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ast-above-header .menu a {
  color: #756c6c;
}

.ast-above-header .ast-above-header-section .widget {
  margin-left: 0;
  margin-right: 0;
}

.ast-above-header .ast-above-header-section .widget a {
  color: #756c6c;
}

.ast-above-header-section-1 .menu li:nth-last-child(n+2):after {
  content: '|';
  display: block;
  margin: 0 0.5rem;
  width: auto;
  height: 100%;
}

.header-main-layout-1 .main-header-bar-navigation {
  width: 100%;
}

.ast-primary-menu-disabled .main-header-bar .ast-masthead-custom-menu-items {
  padding: 0 2rem;
}

.ast-masthead-custom-menu-items.seach-custom-menu-item {
  width: 100%;
}

.main-header-bar .ast-search-menu-icon .search-form {
  background-color: transparent;
}

.main-header-bar .ast-search-menu-icon .search-field.search-field {
  width: auto;
}

.ast-custom-footer {
  font-size: 13px;
  line-height: 1.5;
}

.ast-custom-footer p {
  margin-bottom: 1rem;
}

.footer-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.footer-menu .menu-item {
  margin-right: 0.5rem;
}

.footer-menu .menu-item:after {
  content: '|';
  color: #756c6c;
  font-weight: normal;
  margin-left: 0.5rem;
}

.footer-menu .menu-item:last-of-type::after {
  content: '';
}

.footer-menu .menu-link {
  color: #756c6c;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-menu .menu-link:hover, .footer-menu .menu-link:focus {
  color: #2e5584;
}

.entry-meta {
  margin-bottom: 0.5rem;
}

.ast-terms-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.5rem;
  width: 100%;
}

.entry-meta .ast-terms-link {
  color: transparent;
}

.ast-terms-link a {
  background-color: #ffffff;
  border: 1px #CBC7C7 solid;
  border-radius: 2rem;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  padding: 0.1rem 0.5rem;
}

.ast-terms-link a:hover, .ast-terms-link a:focus {
  border-color: #2e5584;
}

.jr-featured-post {
  position: relative;
}

.page .jr-featured-post.entry-header {
  margin-bottom: 1rem;
}

.jr-post-intro-container {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.jr-post-intro-container .jr-post-intro-img {
  width: 100%;
  z-index: 1;
}

.jr-post-intro-container img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

.home-featured-content .jr-featured-post-img {
  overflow: hidden;
  margin-bottom: 1rem;
  width: 100%;
}

.home-featured-content .jr-post-intro-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  overflow: hidden;
  width: 100%;
}

.home-featured-content img {
  max-width: none;
}

.jr-regular-post-item {
  border-bottom: 1px solid #CBC7C7;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.jr-regular-post-item .jr-post-intro-text {
  width: 100%;
}

.jr-regular-post-item .jr-regular-post-img {
  margin-bottom: 1rem;
  width: 100%;
}

.cat-links {
  display: block;
  font-size: .75rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.entry-subtitle {
  background-image: linear-gradient(270deg, #e4e2e2, white);
  font-size: 1.15rem;
  font-style: italic;
  margin: 1rem 0;
  padding: 1rem 1rem 1rem 0;
}

.site-main {
  margin-top: 4rem;
}

.single .entry-header {
  margin-bottom: 1rem;
}

.single .entry-header .post-thumb {
  max-height: 500px;
  overflow: hidden;
  margin: 0;
}

.single .entry-header .post-thumb img {
  margin-top: 1rem;
  width: 100%;
}

.single .entry-header .ast-single-post-order + .post-thumb img {
  margin-top: 1rem;
}

.sharing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 1rem;
}

.sharing .widget.republication_tracker_tool {
  margin: 0;
  max-width: 100%;
  text-align: left;
}

.sharing .widget.republication_tracker_tool button.republication-tracker-tool-button {
  border-color: #AA1F24;
  background-color: transparent;
  color: #AA1F24;
  margin-top: auto;
  margin-bottom: 1.25rem;
  max-width: 100%;
  padding: .55em .55rem;
  text-shadow: none;
  border-radius: 0.25em;
  font-weight: bold;
  font-size: .9rem;
}

.sharing .widget.republication_tracker_tool button.republication-tracker-tool-button:hover, .sharing .widget.republication_tracker_tool button.republication-tracker-tool-button:focus {
  border-color: #AA1F24;
  background-color: #AA1F24;
  color: #fff;
}

.jr-expert-commentary-textlabel p {
  -ms-flex-align: center;
      align-items: center;
  color: #AA1F24;
  border-image: linear-gradient(to left, rgba(204, 199, 199, 0) 1%, #AA1F24 50%, rgba(204, 199, 199, 0) 100%) 100% 0 100% 0/1px 0 1px 0 stretch;
  border-style: solid;
  border-width: 1px;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  font-size: calc(.975rem + .125vw);
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto 1rem;
  padding: 0.25rem 0.5rem;
  text-align: center;
  text-transform: uppercase;
}

.home .jr-expert-commentary-textlabel p,
.archive .jr-expert-commentary-textlabel p,
.single #secondary .jr-expert-commentary-textlabel p {
  border-image: linear-gradient(to right, #AA1F24 0%, rgba(204, 199, 199, 0) 100%) 100% 0 100% 0/1px 0 1px 0 stretch;
  font-size: 0.9rem;
  height: unset;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin: 0;
  max-width: 264px;
  padding: .375rem 0;
  text-align: left;
  width: 100%;
}

#secondary .jr-expert-commentary-textlabel p {
  margin-bottom: 0;
}

.jr-expert-commentary-imagemark-archive {
  position: absolute;
  right: 0;
  text-align: right;
  width: unset;
  z-index: 2;
}

.home .jr-expert-commentary-imagemark-archive {
  right: -19px;
}

.jr-expert-commentary-imagemark-archive img {
  max-width: 30px;
}

.astra-advanced-hook-65345,
.astra-advanced-hook-65891,
.astra-advanced-hook-65890 {
  display: none;
}

.Expert.Commentary .astra-advanced-hook-65345,
.jr2020_article_types-expert-commentary .astra-advanced-hook-65345, .Expert.Commentary
.astra-advanced-hook-65891,
.jr2020_article_types-expert-commentary
.astra-advanced-hook-65891, .Expert.Commentary
.astra-advanced-hook-65890,
.jr2020_article_types-expert-commentary
.astra-advanced-hook-65890 {
  display: block;
}

#primary:before {
  background-color: #F1F2F2;
  display: block;
  content: '';
  height: 54px;
  left: 0;
  position: absolute;
  width: 100%;
}

.error404 #primary:before {
  display: none;
}

#secondary:before {
  background-color: #DBDBDB;
  display: block;
  content: url("../svg/jr-gray.svg");
  height: 54px;
  right: 0;
  width: 100%;
}

.ast-archive-description .ast-archive-title,
.ast-archive-description .ast-author-avatar img,
.home article:first-of-type {
  margin-top: 84px;
}

.ast-pagination {
  padding-left: 0;
  padding-right: 0;
}

.ast-pagination .nav-links .page-numbers {
  border-color: #AA1F24;
  color: #AA1F24;
}

.ast-pagination .nav-links .page-numbers.current, .ast-pagination .nav-links .page-numbers:focus, .ast-pagination .nav-links .page-numbers:hover {
  color: #ffffff;
  background-color: #AA1F24;
  border-color: #AA1F24;
}

.ast-pagination .nav-links .page-numbers.dots {
  border-color: transparent;
}

.ast-pagination .nav-links .page-numbers.dots:focus, .ast-pagination .nav-links .page-numbers.dots:hover {
  background-color: #ffffff;
  border-color: transparent;
  color: #AA1F24;
}

#secondary {
  background: #F1F2F2;
  background: linear-gradient(180deg, #F1F2F2 0%, #F1F2F2 10%, #ffffff 50%);
  line-height: unset;
}

#secondary .sidebar-main {
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

#secondary p,
#secondary li,
#secondary .menu-item {
  line-height: 1.3;
  margin-bottom: 1rem;
}

#secondary .widget {
  width: 100%;
}

#secondary .widget-title {
  background-color: rgba(219, 219, 219, 0.39);
  display: block;
  font-size: 20px;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0.75rem 2rem;
}

/* Category Post Plugin Widget */
.cat-post-item {
  border-bottom: 1px solid #CBC7C7;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.jr-sidebar-post-item .jr-post-intro-text {
  width: 100%;
}

.jr-sidebar-post-img {
  margin-bottom: 1rem;
  margin-right: 0;
}

.jr-sidebar-post-img img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

/* JR Email From */
.jr-email-row {
  background-blend-mode: multiply;
  background-color: #AA1F24;
}

.jr-email-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0;
  width: 100%;
}

.jr-email-form label {
  margin-top: 1rem;
}

.jr-email-form > label:first-child {
  margin-top: 0;
}

.jr-email-form input[type="text"], .jr-email-form input[type="email"] {
  padding: 0.25rem;
}

.jr-email-form input[type="submit"] {
  border: 1px solid #ffffff;
  width: -webkit-min-content;
  width: min-content;
}

.privacy-msg {
  font-size: 85%;
  margin: 0;
}

.simplesocialbuttons {
  display: -ms-flexbox;
  display: flex;
}

.entry-content .simplesocialbuttons {
  margin-bottom: 1rem;
}

.simplesocialbuttons.simplesocial-round-icon button {
  -ms-flex-align: center;
      align-items: center;
  border-radius: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 1rem;
  padding-left: 0;
  position: relative;
  width: 32px;
}

.simplesocialbuttons.simplesocial-round-icon button:after {
  font-size: 15px;
  left: unset;
  top: unset;
}

.simplesocialbuttons.simplesocial-round-icon button span.simplesocialtxt {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(1px 1px 1px 1px);
          clip-path: inset(1px 1px 1px 1px);
  display: initial;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 1px;
}

.simplesocialbuttons button.simplesocial-twt-share:after {
  content: "\e904";
}

.simplesocialbuttons button.simplesocial-twt-share {
  color: #1da1f2 !important;
  border-color: #1da1f2 !important;
}

.simplesocialbuttons button.simplesocial-twt-share:hover {
  background: #1da1f2 !important;
  color: #fff !important;
}

.wp-block-social-links {
  margin-bottom: 0;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook,
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook a,
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter,
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter a {
  color: #AA1F24;
  fill: #AA1F24;
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  padding: 0;
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding-top: 0;
}

.jr-social-follow > .menu-link,
.ast-above-header-navigation .jr-social-follow.menu-item > .menu-link {
  color: #AA1F24;
  fill: #AA1F24;
  padding-left: 0;
  padding-right: 0;
}

body.archive .ast-archive-description {
  margin-bottom: unset;
  padding-bottom: unset;
  border-bottom: 0;
}

body.archive .ast-archive-description p {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
}

.archive-image-container {
  margin-bottom: 1rem;
}

.jr-post-list-simple {
  margin-left: 0;
  margin-top: 1rem;
}

.jr-post-list-simple li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
  width: 100%;
}

.jr-post-list-simple li a {
  width: 100%;
}

.jr-post-list-simple .wp-block-latest-posts__post-author,
.jr-post-list-simple .wp-block-latest-posts__post-date {
  color: #756c6c;
  display: block;
  font-family: "GT Sectra Fine Bold", "GT Sectra Fine", Georgia, serif;
  font-size: .9em;
  margin-right: 0.5rem;
}

.archive .post-thumb-img-content {
  margin-right: 0;
}

article .blog-layout-3 {
  border-bottom: 1px solid #CBC7C7;
}

article .blog-layout-3 .post-content {
  padding-left: 0;
}

.single .ast-author-meta .about-author-title-wrapper,
.single .ast-author-meta .post-author-bio {
  padding-bottom: 1rem;
  width: 100%;
}

.single .ast-author-meta .post-author-bio:after {
  background-image: linear-gradient(270deg, white, #e4e2e2);
  content: '';
  display: block;
  height: 1px;
  margin-top: 1rem;
  width: 100%;
}

.error404 .site-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1315px;
}

.error404 #primary:before {
  content: none;
}

.jr-post-list-simple {
  margin-top: 1rem;
  margin-left: 0;
}

@media (min-width: 769px) {
  .page .jr-featured-post.entry-header {
    margin-bottom: 0;
  }
  .jr-featured-post:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    bottom: 0;
    content: '';
    display: block;
    height: 50px;
    position: absolute;
    width: 100%;
  }
  .jr-post-intro-container {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .jr-post-intro-container .jr-post-intro-img {
    margin-bottom: 0;
  }
  .jr-post-intro-container img {
    margin-right: 2rem;
  }
  .home-featured-content .jr-featured-post-img img {
    height: -webkit-fit-content;
    height: fit-content;
  }
  .home-featured-content .jr-post-intro-text {
    max-height: 500px;
    padding-left: 2rem;
    position: relative;
  }
  .jr-regular-post-item {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .jr-regular-post-item .jr-post-intro-text {
    padding-left: 2rem;
  }
  .jr-regular-post-item .jr-regular-post-img {
    max-width: 264px;
  }
  .jr-expert-commentary-imagemark-archive {
    right: unset;
    width: 50%;
  }
  .home .jr-expert-commentary-imagemark-archive {
    right: unset;
    width: calc(264px + 19px);
  }
  .jr-sidebar-post-img {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 2rem;
  }
  .archive .post-thumb-img-content {
    margin-right: 0;
  }
  article .blog-layout-3 .post-content {
    margin-right: 0;
    padding-left: 2rem;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .jr-featured-post header.entry-header .entry-title,
  .ast-single-post .jr-featured-post header.entry-header .entry-title {
    font-size: calc(1.5rem + .25vw);
  }
}

@media (min-width: 922px) {
  .jr-sidebar-post-item.jr-post-intro-container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media (min-width: 923px) {
  .header-main-layout-1 .main-header-container {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  #secondary .jr-expert-commentary-textlabel p {
    font-size: .8rem;
  }
  .jr-sidebar-post-img {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .single .ast-author-meta .ast-author-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .single .ast-author-meta .post-author-avatar {
    margin-left: 1rem;
    margin-right: 0 !important;
  }
}

@media (min-width: 993px) {
  #primary {
    margin-top: 0;
    padding-top: 0;
  }
  @supports (display: grid) {
    .site-content .ast-container:first-of-type {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 70% 30%;
          grid-template-columns: 70% 30%;
    }
    .site-content .ast-container:first-of-type #primary {
      -ms-grid-column: 1;
          grid-column: 1;
      width: unset;
    }
    .error404 .site-content .ast-container:first-of-type #primary {
      padding-left: 1.4rem;
      padding-right: 1.4rem;
    }
    .site-content .ast-container:first-of-type #secondary {
      -ms-grid-column: 2;
          grid-column: 2;
      width: unset;
    }
    .home .site-content .home-featured-content {
      grid-column: 1 / -1;
      -ms-grid-row: 1;
          grid-row: 1;
    }
    .home .site-content #primary {
      -ms-grid-row: 2;
          grid-row: 2;
      margin-top: 0;
    }
    .home .site-content #secondary {
      -ms-grid-row: 2;
          grid-row: 2;
    }
  }
  .header-main-layout-1 .main-header-bar-navigation {
    max-width: 30%;
  }
  .ast-primary-menu-disabled .main-header-bar .ast-masthead-custom-menu-items {
    padding: 0 0 0 2rem;
    width: 100%;
  }
  .ast-masthead-custom-menu-items.seach-custom-menu-item {
    width: 30%;
  }
  .home-featured-content {
    max-height: 500px;
  }
  .home-featured-content .entry-header {
    margin-bottom: 0;
  }
  .home-featured-content .jr-featured-post-img {
    -ms-flex: 1 0 70%;
        flex: 1 0 70%;
    margin-bottom: 0;
    max-height: 500px;
    width: 70%;
  }
  .home-featured-content .jr-featured-post-img img {
    width: 100%;
    height: -webkit-fit-content;
    height: fit-content;
    object-fit: cover;
  }
  .entry-subtitle {
    margin: 1rem -30px 1rem 0;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }
  #secondary .jr-expert-commentary-textlabel p {
    font-size: .9rem;
  }
  .archive .post-thumb-img-content {
    margin-right: 0;
  }
}

@media screen and (min-width: 993px) {
  .entry-subtitle {
    margin: 1rem -60px 1rem 0;
    padding-left: 0;
    padding-right: 2rem;
  }
}

@media (min-width: 1201px) {
  .jr-featured-post header.entry-header .entry-title,
  .ast-single-post .jr-featured-post header.entry-header .entry-title {
    font-size: calc(1.5rem + .5vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    /* stylelint-disable declaration-no-important */
    animation-delay: -1s !important;
    animation-duration: 1s !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    /* stylelint-enable declaration-no-important */
  }
}

@media (max-width: 921px) {
  #primary {
    padding-top: 0;
  }
}

@media only screen and (max-width: 600px) {
  .entry-content figure.alignleft,
  .entry-content img.alignleft,
  .entry-content figure.alignright,
  .entry-content img.alignright {
    float: none;
    display: block;
  }
  .entry-content .wp-block-image .aligncenter > figcaption,
  .entry-content .wp-block-image .aligncenter > figcaption,
  .entry-content .wp-block-image .aligncenter > figcaption, .entry-content .wp-block-image
  .alignleft > figcaption,
  .entry-content .wp-block-image
  .alignleft > figcaption,
  .entry-content .wp-block-image
  .alignleft > figcaption, .entry-content .wp-block-image
  .alignright > figcaption,
  .entry-content .wp-block-image
  .alignright > figcaption,
  .entry-content .wp-block-image
  .alignright > figcaption {
    display: block;
  }
}

@media (max-width: 1360px) {
  .error404 .site-content .ast-container:first-of-type #primary {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

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