.required-field {
    color: red;
    font-size: 1rem;
    text-transform: uppercase;
    margin-right: .25rem;
    margin-left: .25rem
}

.required-field[style="visibility:hidden;"] {
    display: none
}

.widget {
    margin-bottom: 4rem;
    position: relative
}

.widget:last-child {
    margin-bottom: 0
}

.widget a {
    color: #444
}

.widget a:hover {
    color: #007bff
}

.widget .widget-header {
    margin: 0;
    border-bottom: 2px solid #cecece;
    padding-bottom: .5rem;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    line-height: 1
}

.widget .widget-content > ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget .widget-content > ul > li {
    margin-bottom: .5rem
}

.widget .widget-content > ul > li:last-child {
    margin-bottom: 0
}

.widget .widget-content > ul ul {
    list-style: none;
    padding-left: 1rem
}

.btn {
    border-radius: .125rem;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 500;
    padding: .5rem .75rem;
    cursor: pointer
}

.btn-sm {
    font-size: .75rem;
    padding: .25rem .75rem
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover, .btn-primary:active {
    background-color: #006fe6;
    border-color: #006fe6
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5)
}

.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #006fe6;
    border-color: #006fe6;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5)
}

.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.5)
}

.form-control {
    border-radius: .125rem
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    bottom: 0px;
    position: absolute
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    right: 0;
    position: absolute
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent
}

.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
    opacity: 0.6
}

.ps__rail-x:hover, .ps__rail-y:hover, .ps__rail-x:focus, .ps__rail-y:focus {
    background-color: #eee;
    opacity: 0.9
}

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px;
    position: absolute
}

.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important
    }
}

.page-global div#admin {
    font-size: 0
}

.page-global div#admin a {
    color: #fff;
    font-size: 0.75rem;
    margin-right: 0.5rem;
    display: inline-block;
    padding: 0.25rem 1rem;
    text-align: center;
    text-transform: uppercase;
    background-color: #ddd
}

.page-global div#admin a:first-child {
    background-color: #000
}

.page-global div#admin a:last-child {
    background-color: #000
}

.page-global {
    margin-bottom: 2rem
}

.page-global .page-global-title {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0;
    margin-bottom: 3rem
}

@media screen and (max-width: 63.9375rem) {
    .page-global .page-global-title {
        font-size: 1.75rem
    }
}

.well-global {
    margin-bottom: 2rem;
    border: 1px solid #eee;
    padding: 4rem
}

.well-global .well-global-title {
    margin: 0;
    font-size: 1.25rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    line-height: 1
}

@media screen and (max-width: 800px) {
    .well-global {
        padding: 0;
        border: 0
    }

    .well-global .well-global-title {
        margin-bottom: 1rem
    }
}

#trackbacks {
    display: none !important
}

.archive-page {
    font-size: 1rem
}

.archive-page .archive-page-content h2 {
    font-size: 1rem;
    height: 2rem;
    margin-top: 1.5rem;
    margin-bottom: .25rem;
    line-height: 2rem
}

.archive-page .archive-page-content h2 a:before {
    width: .75rem;
    height: .75rem;
    color: #ff9e07;
    margin-right: .5rem;
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.archive-page .archive-page-content img {
    display: none
}

.archive-page ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.archive-page ul::after {
    content: "";
    display: table;
    clear: both
}

.archive-page ul li {
    float: left;
    width: 33%;
    list-style: disc inside
}

.archive-page table {
    width: 100%;
    border-collapse: collapse;
    border: 0 !important
}

.archive-page table th {
    display: none;
    border: 0 !important
}

.archive-page table td {
    vertical-align: top;
    border: 0 !important;
    font-size: 1rem;
    padding: 0 !important;
    color: #444
}

.archive-page table a {
    display: block;
    color: #000
}

.archive-page table a:hover {
    color: #007bff
}

.archive-page .date {
    width: 6rem;
    min-width: 6rem
}

.archive-page .comments, .archive-page .rating {
    display: none !important
}

@media screen and (max-width: 63.9375rem) {
    .archive-page ul li {
        float: none;
        width: 100%
    }

    .archive-page .date {
        display: none
    }

    .archive-page table tr {
        margin-bottom: .5rem;
        padding-bottom: .5rem;
        display: block;
        border-bottom: 1px solid #ddd
    }
}

.search-page .search-page-searchbox {
    border: 1px solid #007bff;
    border-radius: .25rem;
    position: relative;
    height: 2.5rem;
    overflow: hidden;
    margin-bottom: 2rem
}

.search-page .search-page-searchbox input[type=button] {
    width: 7rem;
    border: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0
}

.search-page .search-page-searchbox input[type=text] {
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    padding: 0 8rem 0 1rem;
    outline: none !important
}

.search-page .searchresult {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1rem
}

.search-page .searchresult a {
    font-size: 1.125rem
}

.search-page .searchresult span.text {
    clear: both;
    display: block;
    font-size: .875rem;
    color: #666
}

.search-page .searchresult span.type, .search-page .searchresult span.url {
    display: none
}

.search-page .searchpage ul.paging {
    list-style-type: none;
    margin: 20px auto;
    padding: 0px;
    text-align: center;
    display: block
}

.search-page .searchpage ul.paging li {
    display: inline-block;
    width: 30px;
    text-align: center;
    height: 30px;
    border: 1px solid #CCC;
    background: #FFF;
    margin-right: 2px
}

.search-page .searchpage ul.paging li a {
    display: block;
    height: 100%;
    line-height: 30px
}

.search-page .searchpage ul.paging li.active {
    border-width: 1px;
    border-style: solid
}

.search-page .searchpage ul.paging li.active A {
    color: #FFF
}

.post-single .post-header {
    margin-bottom: 4rem
}

.post-single .post-title {
    font-size: 2.75rem;
    letter-spacing: -1px;
    margin: 0;
    font-weight: 700
}

.post-single .post-link {
    font-weight: 700;
    text-decoration: none
}

.post-single .post-link:hover {
    color: #000
}

.post-single .post-meta {
    margin: 1rem 0;
    color: #aaa;
    font-size: .875rem
}

.post-single .post-meta > span {
    margin-right: .5rem
}

.post-single .post-meta > span a {
    color: #aaa
}

.post-single .post-tags {
    margin-bottom: 4rem;
    font-size: .875rem;
    color: #aaa
}

.post-single .post-tags a {
    color: #aaa
}

.post-single .post-share {
    display: inline-block
}

.post-single .post-share .dropdown-toggle {
    display: block;
    color: #aaa
}

.post-single .post-share .dropdown-toggle:hover, .post-single .post-share .dropdown-toggle[aria-expanded="true"] {
    color: #007bff
}

.post-single .post-share .dropdown-toggle i {
    font-size: .75rem;
    margin-right: .25rem
}

.post-single .post-share .dropdown-toggle::after {
    display: none
}

.post-single .post-share .dropdown-menu {
    padding: 0;
    overflow: hidden;
    box-shadow: 0 0 3rem rgba(0,0,0,0.17);
    border: 0;
    min-width: 8.5rem
}

.post-single .post-share .dropdown-item {
    padding: .5rem .875rem;
    border-bottom: 1px solid #f8f8f8;
    overflow: hidden;
    font-size: .75rem;
    font-weight: 700
}

.post-single .post-share .dropdown-item:last-child {
    border-bottom: 0
}

.post-single .post-share .dropdown-item:hover {
    background: #f8f8f8
}

.post-single .post-share .dropdown-item .fa {
    margin-right: .5rem;
    font-size: 1.25rem;
    vertical-align: middle
}

.post-single .post-share .item-tw {
    color: #55acee
}

.post-single .post-share .item-gp {
    color: #dd4b39
}

.post-single .post-share .item-fb {
    color: #3B5998
}

.post-single .post-share .item-ln {
    color: #4875B4
}

.post-single .post-share .item-em {
    color: #444444
}

.post-single .post-share .item-pi {
    color: #bd081c
}

.post-single .post-adminlinks {
    font-size: 0;
    margin-bottom: 4rem
}

.post-single .post-adminlinks a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #000;
    color: #000;
    padding: .375rem .5rem .25rem;
    font-size: .75rem;
    line-height: 1.25;
    border-radius: .125rem;
    transition: all .15s ease-in-out;
    margin-right: .25rem;
    text-decoration: none;
    text-transform: uppercase
}

.post-single .post-adminlinks a:hover {
    color: #000;
    border-color: #000
}

@media screen and (max-width: 63.9375rem) {
    .post-single .post-title {
        font-size: 2rem
    }
}

@media screen and (max-width: 39.9375rem) {
    .post-single .post-header {
        margin-bottom: 1rem
    }

    .post-single .post-title {
        font-size: 1.75rem
    }
}

.post-home {
    position: relative;
    margin-bottom: 3rem;
    box-shadow: 0 0 5rem rgba(0,0,0,0.15)
}

.post-home:last-child {
    margin-bottom: 0
}

.post-home .post-home-inner {
    min-height: 100%;
    background-color: #fff;
    padding: 4rem;
    transition: box-shadow ease-in .25s;
    overflow: hidden
}

.post-home .post-cover {
    height: 25rem;
    overflow: hidden;
    display: block;
    margin: -4rem -4rem 4rem;
    position: relative
}

.post-home .post-cover img {
    width: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: 150%;
    max-height: none;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
    transition: transform ease .1s
}

.post-home .post-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.4;
    display: block
}

.post-home .post-link {
    color: #000;
    display: block;
    transition: color ease-in .25s
}

.post-home .post-link:hover {
    color: #007bff
}

.post-home .post-description {
    line-height: 1.618;
    color: #444
}

.post-home .post-more {
    padding-right: 1.25rem;
    padding-left: 1.25rem
}

.post-home .post-meta {
    font-size: .75rem;
    text-transform: uppercase;
    color: #aaa;
    position: relative;
    margin-bottom: 1rem
}

.post-home .post-meta span {
    margin-right: .5rem
}

.post-home .post-meta a {
    color: #aaa
}

.post-home .post-home-inner:hover .post-cover img {
    transform: translate(-50%, -50%) scale(1.1)
}

@media screen and (max-width: 799px) {
    .post-home {
        margin-bottom: 2rem
    }

    .post-home .post-home-inner {
        padding: 2rem
    }

    .post-home .post-cover {
        margin: -2rem -2rem 2rem;
        height: 15rem
    }

    .post-home .post-title {
        font-size: 1.5rem;
        line-height: 1.2
    }

    .post-home .post-category {
        display: none
    }
}

@media screen and (min-width: 800px) {
    .post-home-left, .post-home-right {
        position: relative
    }

    .post-home-left .post-cover, .post-home-right .post-cover {
        position: absolute;
        top: 0;
        width: 20rem;
        margin: 0;
        height: 100%
    }

    .post-home-left .post-home-inner, .post-home-right .post-home-inner {
        padding: 2rem
    }

    .post-home-left .post-title, .post-home-right .post-title {
        font-size: 1.5rem;
        line-height: 1.1
    }

    .post-home-left .post-more, .post-home-right .post-more {
        padding: .25rem .75rem;
        font-size: .75rem
    }

    .post-home-left {
        padding-left: 20rem
    }

    .post-home-left .post-cover {
        left: 0
    }

    .post-home-right {
        padding-right: 20rem
    }

    .post-home-right .post-cover {
        right: 0
    }
}

.content-stlye {
    font-size: 1.0625rem;
    font-weight: 300;
    line-height: 1.618
}

.content-stlye h1, .content-stlye h2, .content-stlye h3, .content-stlye h4, .content-stlye h5 {
    font-weight: 700
}

.content-stlye h1, .content-stlye h2 {
    font-size: 1.75rem
}

.content-stlye h3, .content-stlye h4 {
    font-size: 1.5rem
}

.content-stlye .syntaxhighlighter {
    font-size: .875rem !important;
    margin-bottom: 2rem !important;
    padding: 2rem 2rem 2rem 1rem !important;
    border: 1px solid #eee
}

.content-stlye p, .content-stlye figure, .content-stlye ul, .content-stlye ol, .content-stlye table, .content-stlye blockquote {
    margin-bottom: 2rem
}

.content-stlye img {
    height: auto
}

.content-stlye blockquote {
    background-color: #fafafa;
    padding: 2rem
}

.content-stlye blockquote p:last-child {
    margin: 0
}

.content-stlye table {
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc
}

.content-stlye table td, .content-stlye table th {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #ccc
}

.content-stlye table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ccc
}

@media screen and (max-width: 63.9375rem) {
    .content-stlye {
        font-size: 1rem
    }

    .content-stlye h1, .content-stlye h2 {
        font-size: 1.5rem
    }

    .content-stlye h3, .content-stlye h4 {
        font-size: 1.25rem
    }
}

.related-posts {
    list-style: none;
    padding: 0
}

.related-posts .related-posts-item {
    margin-bottom: 1rem
}

.related-posts .related-posts-item:last-child {
    margin-bottom: 0
}

.related-posts .related-posts-item a {
    display: block;
    height: 100%;
    font-size: 1rem;
    color: #000;
    font-weight: 500
}

.related-posts .related-posts-item a:hover {
    color: #007bff
}

.related-posts .related-posts-item p {
    font-size: .75rem;
    margin: 0
}

@media screen and (max-width: 63.9375rem) {
    #relatedPosts {
        display: none
    }
}

.navigation-posts {
    display: none
}

#PostPager,
.paging {
    padding: 0;
    margin: 3em 0 0;
	text-align: center;
}
#PostPager li,
#PostPager .PagerLinkDisabled,
#PostPager .PagerLinkCurrent,
.paging li {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #000;
    background: none;
    font-weight: normal;
    border: 0
}
#PostPager li a,
.paging li a {
    padding: 0 0.5em;
    display: block;
    font-weight: normal;
    color: #000;
	line-height: 1.75;
	border-radius:0.25em;
}
#PostPager li a:hover,
.paging li a:hover {
    background: #eee;
}
#PostPager .PagerLinkCurrent {
    background: #666 !important;
	color:#fff !important;
	padding: 0 0.5em;
	line-height: 1.75;
	border-radius:0.25em;
}
.paging .active a {
    background: #666 !important;
	color:#fff !important;
}
#PostPager li:first-child {margin-right:0.5em;}
#PostPager li:last-child {margin-left:0.5em;}
#PostPager .PagerLinkDisabled {opacity:0.3;}

.lbl-CommentsDisabled {
    color: rgba(255,255,255,0.3);
    text-transform: uppercase;
    display: block;
    position: relative;
    font-size: 0.875rem;
    margin-bottom: 2rem;
    text-align: center
}

.lbl-CommentsDisabled:before {
    margin-right: 0.5rem;
    position: relative;
    top: 1px;
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    display: inline-block
}

#commentlist ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#commentlist .comment-item {
    position: relative
}

#commentlist .comment-item .comment-text {
    font-size: 0.875rem
}

#commentlist .comment-item .comment-item {
    margin-left: 3.5rem
}

#commentlist .comment-item #status {
    margin-left: 3.5rem
}

#commentlist .comment-content {
    position: relative;
    min-height: 3rem;
    margin-bottom: 0.5rem;
    margin-left: 3.5rem;
    background-color: rgba(0,0,0,0.05);
    padding: 1rem;
    border-radius: .25rem
}

#commentlist .comment-content img {
    position: absolute;
    left: -3.5rem;
    top: 0;
    width: 3rem;
    height: 3rem
}

#commentlist .comment-author {
    margin-bottom: 0.5rem;
    font-weight: 700
}

#commentlist .comment-author a {
    color: #000
}

#commentlist .comment-replylink {
    color: #aaa;
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0.5rem
}

#commentlist .comment-adminlinks {
    font-size: 0
}

#commentlist .comment-adminlinks a {
    color: #fff;
    font-size: 0.875rem;
    background-color: red;
    margin-right: 0.5rem;
    display: inline-block;
    padding: 0.25rem 1rem
}

#commentlist .comment-adminlinks a:nth-child(1), #commentlist .comment-adminlinks a:nth-child(2) {
    display: none
}

#commentlist .comment-adminlinks a[href^="?approvecomment"] {
    background-color: green
}

#commentlist .comment-form {
    box-shadow: none;
    padding: 0;
    margin-left: 3.5rem;
    margin-top: 1rem
}

#commentlist p#cancelReply a {
    color: #fff;
    font-size: 0.875rem;
    background-color: #666;
    display: inline-block;
    padding: 0.25rem 1rem;
    margin-left: 3.5rem
}

@media screen and (max-width: 48rem) {
    #commentlist .comment-content {
        margin-left: 0;
        padding: 0 0 0.5rem;
        background: none;
        border-bottom: 1px solid #ddd
    }

    #commentlist .comment-content img {
        display: none
    }

    #commentlist .comment-item .comment-item {
        margin: 0
    }

    #commentlist .comment-item #status {
        margin-left: 0
    }

    #commentlist .comment-adminlinks {
        display: none
    }

    #commentlist .comment-form, #commentlist p#cancelReply a {
        margin-left: 0
    }
}

#commenttoggle {
    display: none
}

.comment-form .comment-preview {
    display: none
}

#status.warning {
    background-color: red;
    display: block;
    padding: 1rem;
    color: #fff;
    margin-bottom: 1rem
}

#status.success {
    background-color: green;
    display: block;
    padding: 1rem;
    color: #fff;
    margin-bottom: 1rem;
    margin-left: 3.5rem
}

@media screen and (max-width: 48rem) {
    #status.success {
        margin-left: 0
    }
}

#commentCaptcha {
    position: relative;
    display: table;
    width: 100%
}

#commentCaptcha #simpleCaptchaValue, #commentCaptcha label {
    display: table-cell;
    vertical-align: top
}

#commentCaptcha > label {
    height: 2.5rem;
    width: 5rem;
    max-width: 100%;
    background-color: #ccc;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0 1rem
}

#commentCaptcha #simpleCaptchaValue {
    height: 2.5rem;
    border: 1px solid #ccc;
    outline: none !important;
    padding: 0.5rem;
    width: 100%;
    min-width: 100%
}

#commentCaptcha #spnSimpleCaptchaIncorrect {
    position: absolute;
    bottom: -.875rem;
    left: 0;
    font-size: 0.75rem
}

.widget.administration ul li {
    margin-bottom: .5rem
}

.widget.administration ul li a::before {
    font-size: 14px !important;
    margin-right: 1rem
}

.widget.administration ul li:nth-child(1) a::before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.widget.administration ul li:nth-child(2) a::before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.widget.administration ul li:nth-child(3) a::before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.widget.administration ul li:nth-child(4) a::before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.widget.administration ul li:nth-child(5) a::before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.widget.administration ul li:nth-child(6) a::before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.widget.administration ul li:nth-child(7) a::before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.search {
    position: relative;
    padding: 0;
    overflow: hidden;
    height: 2.5rem;
    background-color: #eee;
    border-radius: .125rem
}

.search .widget-content, .search #searchbox {
    padding: 0;
    height: 100%
}

.search input {
    height: 100%;
    background: none
}

.search input[type=text] {
    display: block;
    color: #495057;
    font-size: 1rem;
    width: 100%;
    padding: 0 .75rem;
    border: 0;
    background: none
}

.search input[type=text]:focus {
    outline: none
}

.search input[type=button] {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    padding: 0 1rem;
    border-left: 1px solid #ddd;
    cursor: pointer;
    background-color: #eee;
    font-weight: 500;
    font-size: .875rem;
    text-transform: uppercase
}

.search input[type=button]:hover {
    background: #007bff;
    color: #fff
}

.blog-sidebar .post-item-list {
    background: #eee;
    border-radius: .125rem;
    overflow: hidden
}

.blog-sidebar .post-item-list a {
    display: block
}

.blog-sidebar .post-item-list a:hover {
    background-color: #007bff;
    color: #fff
}

.blog-sidebar .post-item-list a:hover .post-item-title {
    color: #fff
}

.blog-sidebar .post-item-list .post-item-img {
    font-size: 0;
    display: block
}

.blog-sidebar .post-item-list .post-item-title {
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    margin: 0;
    padding: 1rem;
    color: #333
}

.blog-sidebar .post-item-list .post-item-desc {
    display: block;
    margin: 0;
    color: inherit;
    font-size: .875rem;
    padding: 0 1rem .5rem
}

.blog-sidebar .post-item-list .post-item-date {
    padding: 0 1rem 1rem;
    font-size: .75rem;
    text-transform: uppercase;
    display: block
}

.blog-sidebar .post-item-list .post-item-date::before {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .75rem;
    margin-right: .25rem
}

.categorylist a[rel=nofollow]:before {
    width: .75rem;
    height: .75rem;
    color: #ff9e07;
    margin-right: .5rem;
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.categorylist a img {
    display: none
}

.newsletter .widget-content {
    padding: 0 !important
}

.newsletter .form-control {
    margin-bottom: 1rem;
    background: none;
    width: 100% !important
}

.newsletter #newsletteraction {
    margin: 0;
    font-size: 1rem
}

.newsletter [for=txtNewsletterEmail] {
    display: none
}

.newsletter #newsletterthanks {
    background: #28a745;
    color: #fff;
    padding: 1rem !important;
    text-align: center;
    border-radius: .25rem
}

.newsletter .btn {
    display: block;
    width: 100%
}

.blog-footer .newsletter .form-control {
    color: #fff;
    border-color: #007bff;
    box-shadow: none !important
}

.authorlist img {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    margin-right: .5rem
}

.blogroll .xoxo > li {
    margin-bottom: .5rem
}

.blogroll .xoxo > li > a {
    color: #000;
    font-weight: 700
}

.blogroll .xoxo > li > a:first-child, .blogroll .xoxo > li > a img {
    display: none
}

.blogroll ul {
    padding: 0 !important
}

.blogroll a[title="Download OPML file"], .blogroll a[title="Download OPML file"] img {
    display: none !important
}

.monthlist .year {
    cursor: pointer
}

.monthlist .year li {
    margin: 0 1rem;
    padding: 0
}

.monthlist .year ul {
    display: none;
    padding-left: 0 !important
}

.monthlist .year .open {
    display: block
}

.textbox p:last-child {
    margin-bottom: 0
}

.textbox .no-border {
    border: none
}

.recentcomments li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: .5rem;
    margin-bottom: .5rem
}

.recentcomments li:last-child {
    display: none
}

.recentposts li {
    font-size: 0.75rem
}

.recentposts li a {
    font-size: 0.875rem;
    display: block
}

.tagcloud ul::after {
    content: "";
    display: table;
    clear: both
}

.tagcloud ul li {
    display: inline-block;
    border: none;
    padding: 0;
    margin-bottom: 3px !important;
    margin-right: 3px !important;
    float: left
}

.tagcloud ul a {
    padding: .3rem .625rem;
    background-color: #333;
    color: #ccc;
    display: block;
    border-radius: .125rem;
    font-size: .75rem !important;
    font-weight: 500;
    text-transform: uppercase
}

.tagcloud ul a:hover {
    background: #007bff;
    color: #fff
}