/*!
 * Start Bootstrap - Clean Blog v5.0.10 (https://startbootstrap.com/theme/clean-blog)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-clean-blog/blob/master/LICENSE)
 */

/*
Bootstrap customization for The Blog theme
By Orchard Core Team
 */
.flow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.message-primary {
  color: #004554;
  background-color: #cce7ec;
  border-color: #b8dde5;
}

.message-primary hr {
  border-top-color: #a5d4de;
}

.message-primary .alert-link {
  color: #001b21;
}

.message-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.message-secondary hr {
  border-top-color: #cfd2d6;
}

.message-secondary .alert-link {
  color: #2e3133;
}

.message-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.message-success hr {
  border-top-color: #b1dfbb;
}

.message-success .alert-link {
  color: #0b2e13;
}

.message-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.message-info hr {
  border-top-color: #abdde5;
}

.message-info .alert-link {
  color: #062c33;
}

.message-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.message-warning hr {
  border-top-color: #ffe8a1;
}

.message-warning .alert-link {
  color: #533f03;
}

.message-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.message-danger hr {
  border-top-color: #f1b0b7;
}

.message-danger .alert-link {
  color: #491217;
}

.message-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.message-light hr {
  border-top-color: #ececf6;
}

.message-light .alert-link {
  color: #686868;
}

.message-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.message-dark hr {
  border-top-color: #b9bbbe;
}

.message-dark .alert-link {
  color: #040505;
}

.widget-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.widget-image-widget img {
  width: 100%;
}

.widget-align-left {
  text-align: left;
}

.widget-align-center {
  text-align: center;
}

.widget-align-right {
  text-align: right;
}

.widget-align-justify {
  text-align: justify;
}

.widget-size-100, .widget-size-25, .widget .widget-size-25, .widget-size-33, .widget .widget-size-33, .widget-size-50, .widget .widget-size-50, .widget-size-66, .widget .widget-size-66, .widget-size-75, .widget .widget-size-75 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .widget-size-25, .widget .widget-size-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) {
  .widget-size-33, .widget .widget-size-33 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-33 {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 576px) {
  .widget-size-50, .widget .widget-size-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) {
  .widget-size-66, .widget .widget-size-66 {
    flex: 0 0 66%;
    max-width: 66%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-66 {
    flex: 0 0 66%;
    max-width: 66%;
  }
}

@media (min-width: 576px) {
  .widget-size-75, .widget .widget-size-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .widget .widget-size-75 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

ul.pager {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

ul.pager li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0085A1;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

ul.pager li a:hover {
  z-index: 2;
  color: #004655;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

ul.pager li a:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 133, 161, 0.25);
}

ul.pager li:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

ul.pager li:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

ul.pager li.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0085A1;
  border-color: #0085A1;
}

ul.pager li.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

ul.pager {
  margin-top: 1rem;
}

.term-badge > a {
  text-decoration: none;
}

.term-badge .badge-secondary:hover {
  background-color: #0085A1;
}

.taxonomy-tag ul {
  padding-left: 0;
  list-style: none;
}

#togglePassword {
  width: 44px;
  padding: 0;
}
