.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
/*------------------------------------*\
  #Extra defaults
\*------------------------------------*/


.break-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
div[class*=col-] {
  word-break: break-all;
  word-break: break-word;
}

/*------------------------------------*\
  #slideshow above 1920px
\*------------------------------------*/
.carousel {
     width: 100%;
}
@media (min-width: 1921px) {

}
/*------------------------------------*\
  #Single
\*------------------------------------*/
#content {
     min-height: 600px;
}
.categories, .tags {
	display:block;
}
/*------------------------------------*\
  #Site Footer
\*------------------------------------*/

.site-footer {
     background: #eee;
     min-height: 200px;
}

/*------------------------------------*\
  #Edit Buttons
\*------------------------------------*/
.testing {
    border: solid 1px #eee;
    background: #fff;
    border-radius: 3px;
    padding: 10px 5px;
    margin: 0 0 15px 0;
}
.testing h3 {
    margin: -12px -5px 5px -5px;
    background: steelblue;
    color: #fff;
    padding: 3px;
    border-radius: 3px 3px 0 0;
}
a.post-edit-link,
a.btn-edit {
  margin: 10px auto;
    display: table;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #E1F5FE;
    border: 1px solid #4FC3F7;
    padding: 0.1rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


/*------------------------------------*\
  #Alert
\*------------------------------------*/

.alert.alert-bmg {
     position: relative;
     padding: .1rem .3rem;
     border: none;
     border-left: solid 5px #c0b79a;
     border-radius: 0;
     display: inline-block;
     margin-right: 20px;
     clear: both;
}
.alert-warning.alert-bmg {
     border-left: solid 5px #c0b79a;
}
.alert-primary.alert-bmg {
     border-left: solid 5px #2950c0;
}

.widget_archive ul {
  padding: 0 0 0 30px;
}



/*------------------------------------*\
  #Archive Cards
\*------------------------------------*/

.card.card-vertical {}

.card.card-horizonal {}
.card img.card-image-left  {
    border-radius: 5px 0 0 5px;
    margin: -20px 0 -20px -20px;
}
