﻿.widget_categories li a:before {
    content: "";
    font-family: "ui-icons";
    font-size: 10px;
    color: #2d95e3;
    margin-right: 8px;
    line-height: 1;
    vertical-align: middle;
}.bg-primary {
    background-color: #0d6efd !important
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}.mb-0 {
    margin-bottom: 0 !important
} 
.btn-sm, .btn-sm.btn-button { 
    padding: 0 20px;
    line-height: 28px
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}


blockquote, figure {
    margin: 0 0 1rem
}

p {
    color: #54555e;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: justify; 
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
 .entry__article figure {
    margin: 9px
}

.sidebar .widget {
    margin-bottom: 40px;
    padding-right: 8px;
    padding-left: 8px; 
}

.sidebar .widget_mc4wp_form_widget {
    padding: 32px !important
}

.entry__article ol, .entry__article ul {
    line-height: 26px
}

.alignright {
    float: right;
    -webkit-box-shadow: -2px 0 5px #aaa;
    box-shadow: -2px 0 5px #aaa;
    background-color: #4db54ecc
}

         
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.btn-block {
    display: block;   
    width: 100%;   
    background-color: #007bff; 
    color: white;         
    border: none;           
    border-radius: 4px;   
    font-size: 16px;      
    cursor: pointer;   
}



.fancy-heading {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
ul#sub_men li a {
    text-decoration: none;
    margin: 5px 5px 5px 0
}
.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-primary {
    color: #fff;
    background-color: #0d6efd !Important;
    border-color: #0d6efd;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545 !Important;
    border-color: #dc3545;
}
.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.widget_categories li {
    padding: 5px 0;
    color: #54555e;
    line-height: 24px
}

    .widget_categories li:first-child {
        padding-top: 0
    }

    .widget_categories li:last-child {
        padding-bottom: 0
    }

    

.categories-count {
    float: right;
    background-color: #337ab7;
    padding: 0 11px;
    width: 116px;
    text-align: center;
    color: #fff;
    font-family: calibri;
    font-weight: 700;
}

.sidelink {
    font-size: 11px;
    font-weight: 700;
    background: #f5f2f2;
    border-left: 5px solid #053c6d;
    color: #242424;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding-left: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}


.btn-default:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}
.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}
.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-default {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}


.section-title {
    margin-bottom: 10px;
    font-size: 21px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
}
ul#sub_men li {
    display: inline;
}
h1 {
    font-size: 32px;
    letter-spacing: -.03em;
}
.row.background {
    background-image: linear-gradient(to bottom right, #4f584459, #283a90);
    background-color: #073665;
}.sidenav {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 320px;
    z-index: 121;
    overflow-y: auto;
    -webkit-transition: transform .5s cubic-bezier(.55,0,.1,1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform .5s cubic-bezier(.55,0,.1,1);
    transition: transform .5s cubic-bezier(.55,0,.1,1);
    transition: transform .5s cubic-bezier(.55,0,.1,1),-webkit-transform .5s cubic-bezier(.55,0,.1,1);
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px)
}

.sidenav--is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
 