/*
Theme Name: Savannah - A Metaleap Creative Child Theme
Description: Metaleap Creative | byFaith Magazine
Author: Jason Cyr Design
Text Domain: savannah
Template: astra
*/

/*-----------------[Jason Cyr Design Customizations]------------------------*/

/*------------------------------------*\
    CONTENTS
\*------------------------------------*/
/*NOTES*/
/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/
/*main header padding adjustements*/
.main_header {
    padding: 0px 0 34px 0;
}

/*main header border adjustements*/
.main_header__nav_container {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

/*------------------------------------*\
    $CONTAINER MODIFICATIONS
\*------------------------------------*/
/*add margin above header and below footer*/
body {
    margin-top: 29px;
    margin-bottom: 34.5px;
}

/*add left and right padding below 1100px*/
@media (max-width: 1100px) {
body {
    margin-top: 29px;
    margin-bottom: 34.5px;
    padding: 0 20px 0 20px;
}
}

/*ast-container is all content below header and before footer*/
.ast-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}

/*primary container padding for all posts and pages*/
.ast-right-sidebar.ast-single-post #primary {
    padding-left: 0px;
    padding-right: 75px;
    padding-bottom: 48px;
}

.ast-right-sidebar #primary {
    padding-left: 0px;
    padding-right: 75px;
    padding-bottom: 48px;
}


@media (max-width: 768px) {
#primary, #secondary {
    padding: 0px;
}

.ast-right-sidebar.ast-single-post #primary {
    padding-right: 0px !important;
}

.ast-right-sidebar #primary {
    padding-right: 0px !important;
}
}

@media (min-width: 544px) {
.ast-container {
    max-width: 100%;
}
}

@media (min-width: 769px) {
.ast-container {
    max-width: 1053px;
}
}

@media (min-width: 993px) {
.ast-container {
    max-width: 1053px;
}
}

@media (min-width: 1201px) {
.ast-container {
    max-width: 1053px;
}
}

/*------------------------------------*\
    $GLOBAL STYLING
\*------------------------------------*/
/*ARCHIVE TEMPLATE*/
.archive-title {
	border: 2px solid #000;
}

/*archive query posts*/
#archive-post-loop .uabb-post-heading {
    font-family: "sofia-pro",sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: .14px;
    text-transform: capitalize;
}

#archive-post-loop .uabb-post-heading a:hover {
    color: #e94d49;
}

#archive-post-loop .sub-title {
    font-weight: normal;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    font-family: "sofia-pro",sans-serif;
    margin-top: 6px;
}

#archive-post-loop .uabb-post-meta {
    font-family: "sofia-pro",sans-serif;
    font-weight: 900;
    font-size: 11px;
    line-height: 19px;
    text-transform: uppercase;
    color: #e94d49;
    letter-spacing: 0.08em;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#archive-post-loop .feat_thumb {
    width: 33%;
    display: block;
    float: left;
    margin-right: 12px;
    margin-top: 5px;
}

/*fullwidth image on mobile & tablet*/
@media (max-width: 768px) {
#archive-post-loop .feat_thumb {
    width: 100%;
    display: block;
    float: left;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 25px;
}
}

#archive-post-loop .uabb-blog-posts-description {
    color: #000;
    font-size: 15px;
    line-height: 19px;
    font-family: "freight-text-pro",sans-serif;
    letter-spacing: 0.02em;
    padding: 0px;
}

#archive-post-loop .uabb-read-more-text {
    color: #333333;
    font-family: "sofia-pro",sans-serif;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 2px;
    display: block;
    float: left;
}

#archive-post-loop .uabb-read-more-text a:hover {
	color: #e94d49
}

#archive-post-loop .uabb-blog-posts .uabb-blog-posts-shadow {
    border-bottom: 1px solid #000000;
    padding-bottom: 25px;
    margin-bottom: 40px;
}

/*featured posts*/
#archive-featured-posts .uabb-post-heading a{
	font-size: 16px;
    line-height: 18px;
    text-transform: none;
    font-family: "sofia-pro",sans-serif;
    font-weight: 900;
    color: #000000;
    letter-spacing: 0.02em;
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
}

#archive-featured-posts .uabb-post-heading a:hover {
	color: #e94d49;
}

#archive-featured-posts .uabb-read-more-text a:hover {
	color: #e94d49;
}

#archive-featured-posts .uabb-blog-posts-description {
    padding-top: 0px;
}

#archive-featured-posts .uabb-read-more-text {
    padding-top: 0px;
}

span.uabb-next-right-arrow {
    display: none;
}

/*of interest widget*/
#of-interest-widget .widgettitle {
	display: none;
}

#of-interest-widget ul li a {
    font-size: 16px;
    line-height: 18px;
    text-transform: none;
    font-family: "sofia-pro",sans-serif;
    font-weight: 900;
    color: #000000;
    letter-spacing: 0.02em;
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
}

#of-interest-widget ul li a:hover {
	color: #e94d49;
}

#of-interest-widget li {
    font-size: 12px;
    font-weight: 400;
    font-family: "sofia-pro",sans-serif;
    line-height: 18px;
    color: #666;
}

#of-interest-widget .widget_links li {
    padding-bottom: 14px;
    margin-bottom: 20px;
}

/*PCA VOICES VIDEO ARCHIVE TEMPLATE*/
div.video_row {
    border-bottom: 1px solid #CCCCCC;
    display: table;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

div.video_row:last-child {
    border-bottom: none;
}

div.video_embed {
    width: 70%;
    float: left;
    display: table-cell;
}

div.video_article {
    width: 30%;
    float: right;
    padding-top: 30px;
    display: table-cell;
    padding-left: 15px;
}

@media (max-width: 768px) {
div.video_embed {
    width: 100%;
    float: none;
    display: block;
}

div.video_article {
    width: 100%;
    float: none;
    display: block;
}
}

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
/*headings*/
h1 {
	line-height: 50px;
	letter-spacing: 0.15px;
}

h2 {
	line-height: 47px;
	letter-spacing: 0.1px;
}

h3 {
	line-height: 35px;
	letter-spacing: 0.09px;
}

h4 {
	line-height: 24px;
	letter-spacing: 0.35px;
}

ul {
    list-style-position: inside;
}

ul li {
    margin-bottom: 5px !important;
}

.entry-content p a {
    color: #FF5722;
}

.uabb-heading-wrapper .uabb-subheading * {
    margin-bottom: 1.6em;
}

/*block quote*/
blockquote, blockquote.sidebar, blockquote.sidebar_right, .sidebar, .sidebar_right, p.sidebar {
    border-top: 4px solid #e94d49;
    border-left: none;
    padding: 20px 0 0 0;
}

blockquote {
	font-family: "sofia-pro",sans-serif;
    font-style: normal;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    margin: 0px 20px 20px 0px;
    text-align: left;
    width: 300px;
    display: block;
    float: left;
}

/*------------------------------------*\
    $BLOG POST GRIDS & FEEDS
\*------------------------------------*/
/*HOME*/
/*featured single post*/
#home-post-featured .jcd-post-content {
    padding: 15px 14px 29.5px 14px;
}

.home-post-grid-thmb {
    margin-bottom: 14.5px;
}

#home-post-featured .eyebrow {
    margin-bottom: 20px;
}

/*adjust padding for featured image in hero*/
@media (max-width: 768px) {
#home-hero-row .col-1 .fl-col-content {
    padding-right: 30px;
}
}

@media (max-width: 544px) {
#home-hero-row .col-1 .fl-col-content {
    padding-right: 0px;
}
}

/*upper hero - the latest column*/
#home-the-latest .uabb-blog-posts .uabb-post-wrapper {
    margin-bottom: 19px;
    padding-bottom: 0px;
    border-bottom: 1px solid #000;
}

@media (max-width: 921px) {
#home-the-latest .uabb-blog-posts .uabb-post-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}
}

#home-the-latest .sub-title {
    font-weight: 400;
    margin-top: 0px;
}

#home-the-latest .uabb-post-meta {
    padding-top: 10px;
    padding-bottom: 20px;
}

/*3 column features row*/
#home-features-3 .uabb-post-thumbnail img {
    width: 100%;
    height: 219px;
    object-fit: cover;
}

@media (max-width: 921px) {
#home-features-3 .uabb-post-thumbnail img {
    width: 100%;
    height: 219px;
    object-fit: cover;
}
}

@media (max-width: 768px) {
#home-features-3 .uabb-post-thumbnail img {
    width: 100%;
    height: 219px;
    object-fit: cover;
}
}

@media (max-width: 544px) {
#home-features-3 .uabb-post-thumbnail img {
    width: 100%;
    height: 291px;
    object-fit: cover;
}
}

/*4 column features row*/
#home-features-4 .uabb-post-thumbnail img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

@media (max-width: 921px) {
#home-features-4 .uabb-post-thumbnail img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
}

@media (max-width: 768px) {
#home-features-4 .uabb-post-thumbnail img {
    width: 100%;
    height: 291px;
    object-fit: cover;
}
}

@media (max-width: 544px) {
#home-features-4 .uabb-post-thumbnail img {
    width: 100%;
    height: 291px;
    object-fit: cover;
}
}

/*GLOBAL*/
.uabb-blog-posts-description {
    padding-top: 11px;
}

.uabb-blog-posts-description p {
    margin-bottom: 10px;
}

.uabb-blog-post-content .uabb-post-meta {
    padding-top: 0px;
}

.eyebrow {
    margin-bottom: 10px;
}

.eyebrow a {
    font-family: "sofia-pro",sans-serif;
	font-size: 10px;
    font-weight: 900;
	line-height: 10px;
	letter-spacing: 2px;
	color: #EC5B4E;
	text-transform: uppercase;
}

.sub-title {
    font-family: "sofia-pro",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.35px;
    color: #000000;
    margin-top: 12px;
}

/*medium - 3 col post module styling*/

/*SEARCH RESULTS*/
#search-results-feed .eyebrow {
    margin-bottom: 20px;
}

#search-results-feed .jcd-post-content {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #D8D8D8;
}

/*------------------------------------*\
    $SINGLE POSTS
\*------------------------------------*/
/*masthead title and meta styling*/
.bf-post-title {
    font-weight: bold;
    font-family: "sofia-pro",sans-serif;
    color: #000000;
    font-size: 22px;
    line-height: 23px;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.bf-feat-author {
	color: #e94d49;
    font-family: "sofia-pro",sans-serif;
    font-size: 11px;
    line-height: 23px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
	padding-top: 10px;
    padding-bottom: 10px;
}

.bf-post-date {
	color: #333333;
    font-family: "sofia-pro",sans-serif;
    font-size: 11px;
    line-height: 23px;
    font-weight: 900;
    padding-left: 0px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-top: 2px;
}

nav.navigation.post-navigation {
    margin: 0px;
    width: 100%;
    border-top: 1px solid #000000;
    padding: 25px 0 25px 0px;
    margin-top: 25px;
}

.ast-pagination a, .page-links .page-link, .single .post-navigation a {
    color: #FF5722;
    font-family: "sofia-pro",sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.ast-pagination a:hover, .ast-pagination a:focus, .ast-pagination > span:hover:not(.dots), .ast-pagination > span.current, .page-links > .page-link, .page-links .page-link:hover, .post-navigation a:hover {
    color: #e94d49;
}


@media only screen and (max-width: 544px) {
/*post image text wrap adjustment and width on small devices*/
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
    margin: 0 auto;
    float: none;
}

.wp-block-image img {
    max-width: 100%;
    width: 544px;
}

/*blockquote width on mobile devices*/
blockquote {
    width: 100%;
}
}

@media (max-width: 420px) {
/*display post navigation arrows on small devices*/
.single .post-navigation .ast-left-arrow, .single .post-navigation .ast-right-arrow {
    display: inline-block;
}
}

/*------------------------------------*\
    $IMMERSIVE POST TEMPLATE
\*------------------------------------*/
/*hero image resizing*/
@media (min-width: 1366px) and (max-width: 1600px) {
#immersive_post_hero .fl-row-content-wrap {
    min-height: 680px;
}
}

/*hero image overlay styling - default layout*/
.title_card_row {
    margin-top: -152px;
}

@media (max-width: 1366px) {
.title_card_row {
    margin-top: -85px;
}
}

@media (max-width: 768px) {
.title_card_row {
    margin-top: 0px;
}
}

@media (max-width: 544px) {
.title_card_row {
    margin-top: 0px;
}
}

/*title card description width styling*/
#immersive_post_title_card_heading .uabb-subheading.uabb-text-editor {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/*intro left margin drop-cap outside margin*/
.immersive_intro p:first-child:first-letter {
    float: left;
    font-size: 216px;
    margin-left: -130px;
    padding-right: 10px;
    font-family: "rama-slab-m", serif;
    font-style: normal;
    font-weight: 400;
    line-height: 218px;
    color: #000000;
}

@media (max-width: 1100px) {
.immersive_intro p:first-child:first-letter {
    font-size: 200px;
    margin-left: 0px;
    padding-right: 10px;
    line-height: 181px;
}
}

@media (max-width: 768px) {
.immersive_intro p:first-child:first-letter {
    font-size: 200px;
    margin-left: 0px;
    padding-right: 10px;
    line-height: 181px;
}
}

@media (max-width: 544px) {
.immersive_intro p:first-child:first-letter {
    font-size: 150px;
    margin-left: 0px;
    padding-right: 10px;
    line-height: 135px;
}
}

.immersive_post_social_share_title_card .uabb-social-share-link-wrap:first-child {
  position: relative;
}

.immersive_post_social_share_title_card .uabb-social-share-link-wrap:first-child::before {
  content: "Share";
  font-family: "sofia-pro";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  left: -53px;
}

.immersive_post_social_share_title_card.black .uabb-social-share-link-wrap:first-child::before {
  color: #000000;
}

.immersive_post_social_share_title_card .uabb-social-share-link-wrap:first-child {
  margin-left: 58px !important;
}

/*heading module with an underlned heading*/
.immersive_post_underline_heading span.uabb-heading-text {
    border-bottom: solid 4px #D8D8D8;
}

/*photographer byline top possitioning*/
div#immersive_post_quote_photographer {
    position: absolute;
    top: 0;
    margin-top: 32px;
}

/*social share icons bottom possitioning*/
div#immersive_post_social_share {
    position: absolute;
    bottom: 0;
    margin-bottom: 40px;
}

/*quote photo quotation marks*/
q {
  quotes: "“" "”" "‘" "’";
}

q::before {
    content: open-quote;
    font-size: 75px;
    line-height: 1px;
    display: block;
    margin-bottom: 56px;
}

q::after {
    content: close-quote;
    font-size: 75px;
    line-height: 1px;
    display: block;
    margin-top: 56px;
}

@media (max-width: 768px) {
q::before {
    content: open-quote;
    font-size: 75px;
    line-height: 1px;
    display: block;
    margin-bottom: 56px;
}

q::after {
    content: close-quote;
    font-size: 75px;
    line-height: 1px;
    display: block;
    margin-top: 56px;
}
}

@media (max-width: 544px) {
q::before {
    content: open-quote;
    font-size: 75px;
    line-height: 1px;
    display: block;
    margin-bottom: 36px;
}

q::after {
    content: close-quote;
    font-size: 75px;
    line-height: 1px;
    display: block;
    margin-top: 36px;
    padding-top: 36px;
}
}

/*social share icon margin adjustments*/
#immersive_post_social_share_title_card .uabb-social-share-horizontal .uabb-social-share-link-wrap {
    margin-bottom: 0px;
    margin-left: 12px;
}

#immersive_post_social_share .uabb-social-share-horizontal .uabb-social-share-link-wrap {
    margin-bottom: 0px;
    margin-left: 12px;
}

/*------------------------------------*\
    $SIDEBARS
\*------------------------------------*/
/*sidebar borders*/
@media (min-width: 769px) {
.ast-right-sidebar #primary {
    border-right: 1px solid #000000;
}

.ast-right-sidebar #secondary {
    border-left: 1px solid #000000 !important;
}
}

/*sidebar spacing adjustments*/
.sidebar-main {
    padding-top: 0px;
}

.ast-right-sidebar #secondary, .ast-left-sidebar #secondary, .ast-separate-container.ast-two-container.ast-left-sidebar #secondary, .ast-separate-container.ast-two-container.ast-right-sidebar #secondary, .ast-separate-container.ast-right-sidebar #secondary, .ast-separate-container.ast-left-sidebar #secondary {
    padding-left: 15px;
    padding-right: 0px;
}

@media (max-width: 768px) {
.ast-right-sidebar #secondary, .ast-left-sidebar #secondary, .ast-separate-container.ast-two-container.ast-left-sidebar #secondary, .ast-separate-container.ast-two-container.ast-right-sidebar #secondary, .ast-separate-container.ast-right-sidebar #secondary, .ast-separate-container.ast-left-sidebar #secondary {
    padding-left: 0px;
    padding-right: 0px;
}

.ast-separate-container.ast-right-sidebar #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container #primary, .ast-plain-container #primary {
    margin-top: 0px;
    margin-bottom: 0px;
}
}

@media (max-width: 544px) {
.ast-right-sidebar #secondary, .ast-left-sidebar #secondary, .ast-separate-container.ast-two-container.ast-left-sidebar #secondary, .ast-separate-container.ast-two-container.ast-right-sidebar #secondary, .ast-separate-container.ast-right-sidebar #secondary, .ast-separate-container.ast-left-sidebar #secondary {
    padding-left: 0px;
    padding-right: 0px;
}
}

.ast-separate-container.ast-two-container #secondary .widget {
    padding: 0px;
}

/*popular posts widget in main sidebar*/
.sidebar-main .bf_popular_post {
    padding: 0 0 14px;
    margin-bottom: 14px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
}

@media (max-width: 768px) {
.sidebar-main .bf_popular_post {
    padding: 0 0 14px;
    margin-bottom: 14px;
}
}

@media (max-width: 544px) {
.sidebar-main .bf_popular_post {
    padding: 0 0 14px !important;
    margin-bottom: 14px;
}
}

.sidebar-main .popular-posts .widget-title {
    padding-top: 0px;
    margin-top: -8px;
    margin-bottom: 40px;
}

.popular-posts .widget-title, .widget_links .widget-title, .widget_text .widget-title {
    border-bottom: 4px solid #e94d49;
    color: #000;
    display: block;
    font-family: 'rama-slab-m', Verdana, Arial, sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 46.88px;
    letter-spacing: .112px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

@media (max-width: 544px) {
.popular-posts .widget-title, .widget_links .widget-title, .widget_text .widget-title {
    border-bottom: none;
    font-family: "rama-slab-m",sans-serif;
    font-size: 35px;
    text-align: left;
    margin-bottom: 25px;
    padding-bottom: 0px;
}
}

#secondary li {
    margin-bottom: 25px;
}

.sidebar-main .feat_title a {
    font-size: 16px;
    text-transform: none;
    font-family: "sofia-pro",sans-serif;
    font-weight: 900;
    line-height: 18px;
    color: #000000;
    display: block;
    letter-spacing: 0.02em;
    padding-top: 10px;
    padding-bottom: 5px;
}

.sidebar-main .feat_author {
    color: #e94d49;
    font-family: "sofia-pro",sans-serif;
    font-size: 11px;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar-main .wpp-excerpt {
    font-family: 'sofia-pro', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
/*popular posts and around the web grid*/
.bf_popular_posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bf_popular_post {
  padding: 0 15px 15px;
  border-right: 1px solid #000;
  width: 25%;
}

.bf_popular_post:first-child {
  padding-left: 0;
}

.bf_popular_post:last-child {
  border-right: 0;
}

.bf_popular_post_category, .bf_popular_post_title {
  font-family: "sofia-pro";
}

.bf_popular_post_excerpt, .bf_popular_post_author {
  font-family: "freight-text-pro";
}

.bf_popular_post_category {
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #EC5B4E;
  margin-bottom: 14px;
  font-weight: bold;
}

.bf_popular_post_title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.35px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.bf_popular_post_excerpt {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.0392px;
  color: #000000;
  margin-bottom: 10px;
}

.bf_popular_post_author {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.0392px;
  color: #000000;
  font-style: italic;
}

@media (max-width: 768px) {
.bf_popular_post {
    padding: 0 0 15px;
    border-right: none;
    width: 50%;
}

.bf_popular_post_excerpt {
    padding-right: 10px;
}
}

@media screen and (max-width: 546px) {
  .bf_popular_post {
    width: 100%;
    border-right: 0;
    padding: 0 0 15px !important;
    margin-bottom: 20px;
}
}

/*typography styling*/
#footer-top ul {
    list-style: none;
    margin: 0px;
}

li.footer-nav {
    margin-bottom: 13px;
}

.footer-link:hover {
    color: #e94d49 !important;
    transition: all .2s linear;
}

#footer-bottom p {
    margin-top: 12px;
    margin-bottom: 12px;
}

#footer-bottom a:hover {
    color: #e94d49 !important;
}

.quotation_heading {
  position: relative;
}

.quotation_heading::before {
  content: "“";
  font-family: "rama-slab-m";
  font-size: 75px;
  text-align: center;
  letter-spacing: 1.66667px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  top: -78px;
  left: calc(50% - 10px);
}

.quotation_heading::after {
  content: "”";
  font-family: "rama-slab-m";
  font-size: 75px;
  text-align: center;
  letter-spacing: 1.66667px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  bottom: -120px;
  left: calc(50% - 10px);
}

.quotation_heading.black::after, .quotation_heading.black::before {
  color: #000000;
}
