﻿/*
Bootstrap customization for The Blog theme
By Orchard Core Team
 */
.flow {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.message {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
}

.message-primary {
    color: #005061;
    background-color: #cce7ec;
    border-color: #b3dae3;
}

.message-primary .alert-link {
    color: #00404e;
}

.message-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.message-secondary .alert-link {
    color: #34383c;
}

.message-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.message-success .alert-link {
    color: #0c4128;
}

.message-info {
    color: #087990;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.message-info .alert-link {
    color: #066173;
}

.message-warning {
    color: #997404;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.message-warning .alert-link {
    color: #7a5d03;
}

.message-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.message-danger .alert-link {
    color: #6a1a21;
}

.message-light {
    color: #959596;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.message-light .alert-link {
    color: #777778;
}

.message-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

.message-dark .alert-link {
    color: #101214;
}

/*.widget-container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    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-75, .widget .widget-size-75, .widget-size-66, .widget .widget-size-66, .widget-size-50, .widget .widget-size-50, .widget-size-33, .widget .widget-size-33, .widget-size-25, .widget .widget-size-25 {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .widget-size-25, .widget .widget-size-25 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 768px) {
    .widget .widget-size-25 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 576px) {
    .widget-size-33, .widget .widget-size-33 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .widget .widget-size-33 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 576px) {
    .widget-size-50, .widget .widget-size-50 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .widget .widget-size-50 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 576px) {
    .widget-size-66, .widget .widget-size-66 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@media (min-width: 768px) {
    .widget .widget-size-66 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
}

@media (min-width: 576px) {
    .widget-size-75, .widget .widget-size-75 {
        flex: 0 0 auto;
        width: 75%;
    }
}

@media (min-width: 768px) {
    .widget .widget-size-75 {
        flex: 0 0 auto;
        width: 75%;
    }
}

ul.pager {
    display: flex;
    padding-left: 0;
    list-style: none;
}

ul.pager li a {
    position: relative;
    display: block;
    padding: 0.375rem 0.75rem;
    margin-left: -1px;
    color: #212529;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

ul.pager li a:hover {
    z-index: 2;
    color: #0085A1;
    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.25rem rgba(0, 133, 161, 0.25);
}

ul.pager li:first-child .page-link {
    margin-left: 0;
    border-radius: 0.25rem;
}

ul.pager li:last-child .page-link {
    border-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: #6c757d;
    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;
}
