/**
  Theme Name:   Relational Child
  Description:  Relational is a blogging theme made for WordPress. This child theme includes a custom sidebar widget to fit inside of the theme sidemount section.
  Author:       Tradesouthwest
  Author URI:   https://tradesouthwest.com
  Theme URI:    https://themes.tradesouthwest.com/wordpress/relational/
  Version:      1.0.3
  Template:     relational 
  Text Domain:  relational-child
  Tested up to: 6.1
  Requires PHP: 5.6
  Tags:         two-columns, translation-ready, footer-widgets, featured-images, blog, e-commerce, news, custom-menu, post-formats, custom-background, custom-logo, editor-style, custom-header, threaded-comments
  License:      GPL 3
  License URI:  https://www.gnu.org/licenses/quick-guide-gplv3.en.html
 */ 
 /* latin */

/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
.widget.sidemount-sidebar{
    width: 90%;
    margin: 1em auto;
} 
