/*
            /$$
    /$$    /$$$$
   | $$   |_  $$    /$$$$$$$
 /$$$$$$$$  | $$   /$$_____/
|__  $$__/  | $$  |  $$$$$$
   | $$     | $$   \____  $$
   |__/    /$$$$$$ /$$$$$$$/
          |______/|_______/
================================
        Keep calm and get rich.
                    Is the best.

---------------------------------------------
Theme Name: LivingCoral
Author: nicetheme
Author URI: https://www.nicetheme.cn/
Description: LivingCoral 继承了 NICETHEME 极简主义、少即是多的设计基因，在优雅简约的布白风格上精心打磨。无论是有趣的线性图标，还是为每一处细节准备的微交互，都让所有的平凡变得不平凡，在文字、线条、配图间展现出优雅的层次感。 此外，NICETHEME 大胆使用 2019 年潮流色系珊瑚橙，搭配出赋予生命力的渐变色彩。寓意为纷扰的现代生活注入活力以及源源不断的灵感。
Version: 1.4.0
Text Domain: livingcoral
*/

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 940px;
    }
}

.spinner-border {
    border-width: 2px;
}

.font-theme {
    font-family: Manrope, Arial, sans-serif;
}

/*--------------------------------------------------------------
    title Font color style
--------------------------------------------------------------*/

.text-primary {
    color: var(--color-primary) !important;
}

.text-body {
    color: var(--color-body) !important;
}

.text-dark {
    color: var(--color-dark) !important;
}

.text-secondary {
    color: var(--color-secondary) !important;
}

.text-muted {
    color: var(--color-muted) !important;
}

.text-light {
    color: var(--color-light) !important;
}

.text-danger {
    color: var(--color-danger) !important;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

.btn {
    border-radius: var(--radius-lg);
    padding: 0.5rem 1.625rem;
    font-size: 0.875rem;
}

.btn:hover,
.btn:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*--------------------------------------------------------------
## Buttons primary
--------------------------------------------------------------*/

.btn-primary {
    background-color: var(--btn-primary);
    border-color: var(--btn-primary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
    background-color: var(--btn-dark);
    border-color: var(--btn-dark);
}

/*--------------------------------------------------------------
## Buttons secondary
--------------------------------------------------------------*/

.btn-secondary {
    color: var(--color-light);
    background-color: var(--btn-secondary);
    border-color: var(--btn-secondary);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
    color: #fff;
    background-color: var(--btn-dark);
    border-color: var(--btn-dark);
}

/*--------------------------------------------------------------
## Buttons dark
--------------------------------------------------------------*/

.btn-dark {
    background-color: var(--btn-dark);
    border-color: var(--btn-dark);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.disabled,
.btn-dark:disabled,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
    color: #fff;
    background-color: var(--btn-secondary);
    border-color: var(--btn-secondary);
}

/*--------------------------------------------------------------
## Buttons light
--------------------------------------------------------------*/

.btn-light {
    color: var(--color-secondary);
    background-color: var(--btn-light);
    border-color: var(--btn-light);
}

.btn-light:hover,
.btn-light:focus,
.btn-light.disabled,
.btn-light:disabled,
.btn-light:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background-color: var(--btn-secondary);
    border-color: var(--btn-secondary);
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled).active:focus {
    color: #fff;
    background-color: var(--btn-primary);
    border-color: var(--btn-primary);
}

/*--------------------------------------------------------------
## Buttons outline primary
--------------------------------------------------------------*/

.btn-outline-primary {
    color: var(--color-primary);
    background-color: var(--btn-outline-primary);
    border-color: var(--btn-outline-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    color: #fff;
    background-color: var(--btn-primary);
    border-color: var(--btn-primary);
}

/*--------------------------------------------------------------
## btn size style
--------------------------------------------------------------*/

.btn-xs {
    font-size: 0.75rem;
    padding: 0.25rem 1rem;
    border-radius: var(--radius-xs);
}

.btn-sm {
    font-size: 0.8125rem;
    padding: 0.3125rem 1.25rem;
}

.btn-lg {
    padding: 0.625rem 2.5rem;
    font-size: 0.9375rem;
}

/*--------------------------------------------------------------
## btn icon style
--------------------------------------------------------------*/

.btn-icon {
    text-align: center;
    width: 2.125rem;
    height: 2.125rem;
    padding: 0 !important;
    position: relative;
    font-size: 1.25rem;
}

.btn-icon span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.btn-icon.btn-xs {
    width: 1.4375rem;
    height: 1.4375rem;
    font-size: 0.9375rem;
}

.btn-icon.btn-sm {
    width: 1.25rem;
    height: 1.25rem;
}

.btn-icon.btn-md {
    width: 2.3125rem;
    height: 2.3125rem;
    font-size: 1.25rem;
}

.btn-icon.btn-lg {
    width: 3.375rem;
    height: 3.375rem;
}

.btn-icon.btn-xl {
    width: 4rem;
    height: 4rem;
}

.btn-block {
    width: 100%;
    display: block;
}

/*--------------------------------------------------------------
## background style
--------------------------------------------------------------*/

.bg-primary {
    background-color: var(--bg-primary) !important;
}

.bg-outline-primary {
    background-color: var(--bg-outline-primary);
}

.bg-dark {
    background-color: var(--bg-dark) !important;
}

.bg-secondary {
    background-color: var(--bg-secondary) !important;
}

.bg-light {
    background-color: var(--bg-light) !important;
}

.bg-danger {
    background-color: var(--bg-danger) !important;
}

.bg-warning {
    background-color: var(--bg-warning) !important;
}

.bg-info {
    background-color: var(--bg-info) !important;
}

.bg-white-overlay {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}

.bg-dark-overlay {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}

.bg-dark-overlay:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-opacity {
    background-color: rgba(39, 39, 39, 0.3) !important;
}

.bg-effect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg-fixed {
    background-attachment: fixed;
}

/*--------------------------------------------------------------
    font-line
--------------------------------------------------------------*/

.text-md-line,
.text-bottom-line {
    position: relative;
}

.text-md-line:before {
    content: "";
    left: 1px;
    right: 1px;
    height: 30%;
    background-color: var(--bg-primary);
    position: absolute;
    opacity: 0.33;
    top: 50%;
    -webkit-transform: translate(0%, 5%);
    transform: translate(0%, 5%);
}

.text-bottom-line:before {
    content: "";
    height: 35%;
    left: 1px;
    right: 1px;
    background-color: var(--bg-primary);
    position: absolute;
    opacity: 0.4;
    bottom: 4px;
}

/*--------------------------------------------------------------
## border
--------------------------------------------------------------*/

.border-primary {
    border-color: var(--border-primary) !important;
}

.border-muted {
    border-color: var(--border-muted) !important;
}

.border-light {
    border-color: var(--border-light) !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.rounded {
    border-radius: var(--radius-sm) !important;
}

.rounded-2 {
    border-radius: var(--radius-md) !important;
}

/*--------------------------------------------------------------
## input-group
--------------------------------------------------------------*/

.form-control {
    font-size: 0.875rem;
    color: var(--color-muted);
    border: 1px solid var(--bg-light);
    background-color: var(--bg-light);
    border-radius: var(--radius-sm);
    padding: 0.5rem 0.875rem;
}

.form-control:focus {
    color: var(--color-secondary);
    border-color: var(--bg-light);
    background-color: var(--bg-light);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: var(--color-muted);
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: var(--color-muted);
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: var(--color-muted);
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: var(--color-muted);
    opacity: 1;
}

.form-control::placeholder {
    color: var(--color-muted);
    opacity: 1;
}

.form-control:focus::-webkit-input-placeholder {
    color: var(--color-secondary);
    opacity: 1;
}

.form-control:focus::-moz-placeholder {
    color: var(--color-secondary);
    opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
    color: var(--color-secondary);
    opacity: 1;
}

.form-control:focus::-ms-input-placeholder {
    color: var(--color-secondary);
    opacity: 1;
}

.form-control:focus::placeholder {
    color: var(--color-secondary);
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: var(--bg-light);
    opacity: 1;
    color: var(--color-secondary);
}

textarea.form-control {
    text-align: justify;
    border-radius: var(--radius-sm);
}

/*--------------------------------------------------------------
## Avatar
--------------------------------------------------------------*/

.flex-avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: bold;
    border-radius: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 50%;
}

.flex-avatar img {
    border-radius: inherit;
    width: 100%;
    height: inherit;
}

/*--------------------------------------------------------------
    media style
--------------------------------------------------------------*/

.media {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: var(--radius-md);
}

.media:after {
    content: "";
    display: block;
    padding-top: 100%;
}

.media:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
}

.media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.media-overlay.overlay-top {
    bottom: auto;
}

.media-overlay.overlay-bottom {
    top: auto;
}

.media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, 0.1);
}

.media-content img {
    width: 100%;
    height: auto;
    min-height: -webkit-fill-available;
    min-height: -moz-fill-available;
    min-height: -moz-available;
    min-height: fill-available;
    display: block;
}

.media-21x9:after {
    padding-top: 42.857143%;
}

.media-16x9:after {
    padding-top: 56.25%;
}

.media-4x3:after {
    padding-top: 75%;
}

.media-2x3:after {
    padding-top: 150%;
}

.media-3x2:after {
    padding-top: 66.66666%;
}

.media-3x4:after {
    padding-top: 133.33333%;
}

.media-1x2:after {
    padding-top: 200%;
}

.media-2x1:after {
    padding-top: 50%;
}

.media-3x1:after {
    padding-top: 33%;
}

.media-4x1:after {
    padding-top: 25%;
}

.media-1-4:after {
    padding-top: 25vh;
    min-height: 10rem;
}

.media-1-3:after {
    padding-top: 33vh;
    min-height: 12.5rem;
}

.media-1-2:after {
    padding-top: 50vh;
    min-height: 15rem;
}

/*--------------------------------------------------------------
    card style
--------------------------------------------------------------*/

.card,
.block {
    position: relative;
    margin-bottom: 1.25rem;
    border-radius: var(--radius-md);
    background: #fff;
    -webkit-box-shadow: 0px 5px 50px 0 rgb(8 11 25 / 1%);
    box-shadow: 0px 5px 50px 0 rgb(8 11 25 / 1%);
}

.card {
    border-color: var(--border-light);
    -webkit-box-shadow: 0px 5px 50px 0 rgb(8 11 25 / 5%);
    box-shadow: 0px 5px 50px 0 rgb(8 11 25 / 5%);
}

.card-header,
.card-footer {
    background-color: transparent;
    border-color: transparent;
    background-clip: padding-box;
    border: 0;
    padding: 1.25rem 1.25rem;
}

.card-header:first-child {
    padding: 1.25rem 1.25rem 0;
    border-radius: 0;
    margin-bottom: -0.5rem;
}

.card-body {
    padding: 1.25rem;
}

.card-title {
    line-height: 1.5;
}

@media (max-width: 767.98px) {
    .card,
    .block {
        margin-bottom: 0.75rem;
    }
    .card-header,
    .card-footer {
        padding: 1rem 1rem;
    }
    .card-header:first-child {
        padding: 1rem 1rem 0;
        border-radius: 0;
        margin-bottom: -0.25rem;
    }
    .card-body {
        padding: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .card,
    .block {
        margin-bottom: 1rem;
    }
    .card-header,
    .card-footer {
        padding: 1rem 1rem;
    }
    .card-header:first-child {
        padding: 1rem 1rem 0;
        border-radius: 0;
        margin-bottom: -0.25rem;
    }
    .card-body {
        padding: 1rem;
    }
}

/*--------------------------------------------------------------
    list style
--------------------------------------------------------------*/

.list {
    padding-left: 0;
    padding-right: 0;
}

.list-item {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.list-content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.list-item.block .list-content {
    padding: 1rem;
}

.list-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.list-footer {
}

.list-title {
    display: block;
    color: inherit;
    font-weight: bold;
    line-height: 1.4285714286;
}

.list-goto {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/*--------------------------------------------------------------
    list grid
--------------------------------------------------------------*/

.list-grid .list-item {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

/*--------------------------------------------------------------
    list padding
--------------------------------------------------------------*/

.list-grid.list-grid-padding .list-item {
    padding: 1rem;
}

.list-grid.list-grid-padding .list-item .media {
    border-radius: var(--radius-sm);
}

.list-grid.list-grid-padding .list-content {
    padding: 0.125rem 1rem;
}

@media (max-width: 767.98px) {
    .list-grid.list-grid-padding .list-item {
        padding: 0.75rem;
    }
    .list-grid.list-grid-padding .list-content {
        padding: 0.0625rem 0.75rem;
    }
}

/*--------------------------------------------------------------
    list bordered
--------------------------------------------------------------*/

.list-bordered .list-item {
    border-top: 1px solid var(--border-light);
}

.list-bordered .list-item:first-child {
    border-top: none;
}

.list-bordered.list-grid.list-grid-padding .list-item {
    border: 1px solid var(--border-light);
    -webkit-box-shadow: 0px 5px 50px 0 rgb(8 11 25 / 5%);
    box-shadow: 0px 5px 50px 0 rgb(8 11 25 / 5%);
}

.list-bordered.list-grid.list-grid-padding .list-item.status {
    border: 0;
}

/*--------------------------------------------------------------
	status post list style
--------------------------------------------------------------*/

.list-grid.list-grid-padding .list-item.status {
    background: #f1404b;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#fd6f6f),
        to(#f1404b)
    );
    background: linear-gradient(to right, #fd6f6f 0%, #f1404b 100%);
    background: linear-gradient(to right, #fd6f6f 0%, #f1404b 100%);
    border-radius: var(--radius-md);
}

.list-grid.list-grid-padding .list-item.status .status-dot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 1.5rem;
}

.list-grid.list-grid-padding .list-item.chat .list-content {
    padding: 0;
}

/*--------------------------------------------------------------
    list bordered
--------------------------------------------------------------*/

.list-topic .list-item {
    margin: 1rem 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.list-topic .list-item:first-child {
    margin: 0;
}

.list-topic .list-item .media {
    border-radius: 100px;
    margin-right: 0.75rem;
}

/*--------------------------------------------------------------
    overlay style
--------------------------------------------------------------*/

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    position: absolute;
    opacity: 0.33;
    top: 0;
    left: 0;
    border-radius: inherit;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.overlay-hover:hover .overlay,
a:hover .overlay {
    opacity: 0.22;
}

/*--------------------------------------------------------------
    custom style
--------------------------------------------------------------*/

.custom-hover {
    position: relative;
}

.custom-hover .media-content,
.custom-hover img,
.custom-hover-img {
    max-width: 100%;
    -webkit-transition: all 444ms ease-in-out;
    transition: all 444ms ease-in-out;
}

.custom-hover:hover img,
.custom-hover:hover .media-content,
.custom-hover:hover .custom-hover-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.custom-hover .custom-hover-icon {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: visible;
    z-index: 9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.custom-hover .custom-hover-icon span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.68);
}

.custom-hover:hover .custom-hover-icon {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .custom-hover:hover img,
    .custom-hover:hover .media-content,
    .custom-hover:hover .custom-hover-img {
        -webkit-transform: none;
        transform: none;
    }
}

/*--------------------------------------------------------------
    line-clamp style
--------------------------------------------------------------*/

.h-1x {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.h-2x {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.h-3x {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.h-4x {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
    block-empty style
--------------------------------------------------------------*/

.block-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    min-height: 50vh;
}

.text-404 {
    font-size: 8rem;
    text-shadow: 5px 5px 1px rgb(255 87 69 / 20%);
}

/*--------------------------------------------------------------
   header style
--------------------------------------------------------------*/

.site-header {
    position: relative;
    padding: 3rem 0 1rem;
    z-index: 99;
}

.site-header .site-logo {
    width: 38px;
    height: 38px;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    border-radius: 100%;
}

.site-header .site-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
}

.site-header .navbar {
    padding: 0.25rem 0.5rem;
    border-radius: 100px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 50px 0 rgb(8 11 25 / 5%);
    box-shadow: 0px 10px 50px 0 rgb(8 11 25 / 5%);
}

.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 1rem 0 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.site-header.not-sticky {
    position: static;
}

.single .site-header .navbar,
.page .site-header .navbar {
    -webkit-box-shadow: 0px 0px 50px 0 rgb(8 11 25 / 10%);
    box-shadow: 0px 0px 50px 0 rgb(8 11 25 / 10%);
}

.site-main {
    padding: 2rem 0;
}

@media (min-width: 992px) {
    .site-header {
        padding: 2rem 0 0;
    }
    .site-header .container-fluid {
        max-width: 980px;
    }
    .site-header .navbar {
        padding: 0.25rem 0.625rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .site-header {
        padding: 1.25rem 0 0;
    }
    .site-header .container-fluid {
        max-width: 740px;
    }
    .site-header .navbar {
        padding: 0.375rem 0.4375rem;
    }
    .site-main {
        padding: 1.25rem 0;
    }
}

@media (max-width: 767.98px) {
    .site-header {
        padding: 0.75rem 0 0;
    }
    .site-header.sticky {
        padding: 0.5rem 0 0;
    }
    .site-header .navbar {
        padding: 0.5rem 0.75rem;
        border-radius: var(--radius-md);
    }
    .site-header.sticky .container-fluid {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .site-main {
        padding: 1rem 0;
    }
}

/*--------------------------------------------------------------
    main-menu style
--------------------------------------------------------------*/

.main-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
}

/*--------------------------------------------------------------

.main-menu:hover {
    overflow-x: auto;
}

.main-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: var(--bg-light);
    border-radius: 10px;
}

.main-menu::-webkit-scrollbar {
    height: 4px;
    background-color: var(--bg-light);
    border-radius: 10px;
}

.main-menu::-webkit-scrollbar-thumb {
    background-color: var(--bg-primary);
    border-radius: 10px;
}

--------------------------------------------------------------*/

.main-menu > li {
    position: relative;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 0.25rem;
}

.main-menu > li > a {
    position: relative;
    display: block;
    padding: 0.5rem 1.5rem;
    border-radius: 100px;
    font-size: 0.9375rem;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.main-menu > li.menu-item-has-children > a {
    padding: 0.5rem 2rem 0.5rem 1.5rem;
}

.main-menu > li.menu-item-has-children > .menu-icon {
    position: absolute;
    top: 50%;
    right: 18px;
    font-size: 0.75rem;
    color: var(--color-primary);
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.main-menu > li.current-menu-parent > a,
.main-menu > li.current-menu-item > a {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#e9ecf1),
        to(#f3f4f6)
    );
    background: linear-gradient(to top, #e9ecf1, #f3f4f6);
}

.main-menu > li > a:hover,
.main-menu > li > a:focus {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#e9ecf1),
        to(#f3f4f6)
    );
    background: linear-gradient(to top, #e9ecf1, #f3f4f6);
    opacity: 0.8;
}

/*--------------------------------------------------------------
    sub-menu style
--------------------------------------------------------------*/

.main-menu li ul.sub-menu {
    position: absolute;
    left: 0.5rem;
    top: 100%;
    width: 180px;
    padding: 0.5rem 0;
    margin-top: 0.25rem;
    border-radius: var(--radius-md);
    background-color: #fff;
    -webkit-box-shadow: 0 2px 30px 0 rgb(34 40 49 / 8%);
    box-shadow: 0 2px 30px 0 rgb(34 40 49 / 8%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.main-menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.main-menu li ul.sub-menu li {
    position: relative;
}

.main-menu li ul.sub-menu li a {
    display: block;
    color: var(--color-muted);
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}

.main-menu li ul.sub-menu li a:hover {
    color: var(--color-dark);
}

.main-menu li ul.sub-menu li.current-menu-item > a {
    color: var(--color-primary);
}

/*--------------------------------------------------------------
    sub-submenu style
--------------------------------------------------------------*/

.main-menu li ul.sub-menu li ul.sub-menu {
    top: -0.75rem;
    left: 100%;
    opacity: 0;
    visibility: hidden;
}

.main-menu li ul.sub-menu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

/*--------------------------------------------------------------
   sidebar style
--------------------------------------------------------------*/

.sidebar-right,
.sidebar-left {
    position: fixed;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 380px;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 3rem;
    -webkit-box-shadow: 0 5px 65px -5px rgba(131, 140, 157, 0.2);
    -ms-box-shadow: 0 5px 65px -5px rgba(131, 140, 157, 0.2);
    box-shadow: 0 5px 65px -5px rgba(131, 140, 157, 0.2);
    -webkit-overflow-scrolling: touch;
}

.sidebar-right {
    right: 0%;
    left: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.sidebar-collapse.active-right .sidebar-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.sidebar-collapse.active-left .sidebar-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.sidebar-left .navbar-nav li {
    position: relative;
    display: block;
    padding: 1rem 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-top: 1px solid var(--border-light);
}

.sidebar-left .navbar-nav li:first-child {
    border-top: 0;
}

.sidebar-left .navbar-nav .sub-menu {
    display: none;
    position: relative;
    background-color: var(--bg-light);
    border-radius: var(--radius-sm);
    padding: 0.5rem 1rem;
    margin: 0.75rem 0 0;
}

.sidebar-left .navbar-nav .sub-menu li {
    padding: 0.5rem 0;
    border-top: 0;
}

.sidebar-left .navbar-nav li a {
    font-size: 1rem;
    display: block;
    letter-spacing: 1px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.sidebar-left .navbar-nav .sub-menu li a {
    font-size: 0.875rem;
    margin: 0;
}

.sidebar-left .navbar-nav .sub-menu li.current-menu-item {
    position: relative;
}

.sidebar-left .navbar-nav .sub-menu li.current-menu-item a,
.sidebar-left .navbar-nav .sub-menu > li .sub-memu > li:hover > a,
.sidebar-left .navbar-nav .sub-menu > li:hover > a,
.sidebar-left .navbar-nav > li > ul > li > ul > li:hover > a,
.sidebar-left .navbar-nav > li > ul > li:hover > a,
.sidebar-left .navbar-nav > li:hover > a {
    color: var(--color-primary);
}

.sidebar-left .navbar-nav li .menu-icon {
    position: absolute;
    display: block;
    padding: 0.25rem 0.5rem;
    line-height: 1;
    top: 1rem;
    right: 0;
    color: var(--color-primary);
}

@media (max-width: 767.98px) {
    .sidebar-right,
    .sidebar-left {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
    archive heading style
--------------------------------------------------------------*/

.archive-heading {
    position: relative;
}

.archive-heading .heading-poster {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.archive-heading.has-poster .heading-inner {
    position: relative;
    color: #fff;
    z-index: 1;
}

.archive-heading.has-poster .text-secondary {
    color: #fff !important;
}

/*--------------------------------------------------------------
    pushes style
--------------------------------------------------------------*/

.index-pushes .item {
    position: relative;
}

.index-pushes .item .title {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.index-pushes .item .title span {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.index-pushes .item:hover .title span {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.index-pushes .item .media-hover {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(241, 64, 75, 0.66);
    position: absolute;
    -webkit-transition: opacity 0.3s ease,
        -webkit-transform 0.4s cubic-bezier(0.51, 0.01, 0.18, 1.03);
    transition: opacity 0.3s ease,
        -webkit-transform 0.4s cubic-bezier(0.51, 0.01, 0.18, 1.03);
    transition: transform 0.4s cubic-bezier(0.51, 0.01, 0.18, 1.03),
        opacity 0.3s ease;
    transition: transform 0.4s cubic-bezier(0.51, 0.01, 0.18, 1.03),
        opacity 0.3s ease,
        -webkit-transform 0.4s cubic-bezier(0.51, 0.01, 0.18, 1.03);
    opacity: 0;
}

.index-pushes .item:hover .media-hover,
.index-pushes .item:hover .title span {
    opacity: 1;
}

.index-pushes .item .push-url {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*--------------------------------------------------------------
	index banner style
--------------------------------------------------------------*/

.index-banner .swiper-slide {
    position: relative;
}

.index-banner .swiper-slide .banner-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.index-banner .swiper-slide .overlay-bottom {
    padding: 0 1rem 1.75rem 1rem;
}

.index-banner .swiper-slide .banner-title {
    line-height: 1.2;
}

@media (max-width: 767.98px) {
    .index-banner .swiper-slide .overlay-bottom {
        padding: 0 1rem 1rem 1rem;
    }
    .index-banner .swiper-slide .banner-title {
        font-size: 1.125rem !important;
    }
}

/*--------------------------------------------------------------
## banner navigation style
--------------------------------------------------------------*/

.index-banner .swiper-container-horizontal .swiper-pagination-bullets {
    padding: 5px 0;
    bottom: 0;
}

.index-banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.index-banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 8px;
}

@media (max-width: 767.98px) {
    .index-banner .swiper-container-horizontal .swiper-pagination-bullets {
        padding: 2px 0;
    }
    .index-banner .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
    }
    .index-banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
        width: 4px;
    }
}

/* -------------------------------------------------------------------------- */

/* Entry Content
/* -------------------------------------------------------------------------- */

.single,
.page {
    background-color: #fff;
}

.post-content {
    position: relative;
    font-size: 0.9375rem;
    line-height: 1.85;
    text-align: justify;
}

.post-content a:hover,
.post-content a:focus {
    text-decoration: none;
}

.post-content p {
    margin: 0 0 1.5rem;
}

.post-content h1,
.post-content h2,
.post-content h3 {
    margin: 2.5rem auto 2rem;
}

.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 2.5rem auto 2rem;
}

.post-content h2 strong {
    -webkit-box-shadow: 0 -8px 0 0 rgb(255 27 27 / 50%) inset;
    box-shadow: 0 -8px 0 0 rgb(255 27 27 / 50%) inset;
}

@media (max-width: 767.98px) {
    .post-content h1,
    .post-content h2,
    .post-content h3 {
        margin: 2rem auto 1.5rem;
    }
    .post-content h4,
    .post-content h5,
    .post-content h6 {
        margin: 2rem auto 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .post-content h1,
    .post-content h2,
    .post-content h3 {
        margin: 1rem auto 1rem;
    }
    .post-content h4,
    .post-content h5,
    .post-content h6 {
        margin: 1rem auto 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .post-content h1,
    .post-content h2,
    .post-content h3 {
        margin: 1.5rem auto 1rem;
    }
    .post-content h4,
    .post-content h5,
    .post-content h6 {
        margin: 1.5rem auto 1rem;
    }
}

/* Font Families ----------------------------- */

.post-content p > a,
.post-content li > a,
.post-content dd > a,
.post-content td a,
.post-content th a,
.post-content h1 a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a,
.post-content h6 a,
.post-content em a,
.post-content strong a {
    border-bottom: 1px dashed var(--border-primary);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.post-content p > a:hover,
.post-content li > a:hover,
.post-content dd > a:hover,
.post-content td a:hover,
.post-content th a:hover,
.post-content h1 a:hover,
.post-content h2 a:hover,
.post-content h3 a:hover,
.post-content h4 a:hover,
.post-content h5 a:hover,
.post-content h6 a:hover,
.post-content em a:hover,
.post-content strong a:hover {
    border-bottom-style: solid;
}

.post-content a:hover,
.post-content a:focus {
    text-decoration: none;
}

/* Post quote style ----------------------------- */

.wp-block-quote a,
.wp-block-quote p > a {
    border-color: var(--border-light);
}

.wp-block-quote a,
.wp-block-quote a:hover {
    color: inherit;
}

/* Post table style ----------------------------- */

.post-content > table,
.post-content div > table {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--border-light);
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

.post-content > table th,
.post-content div > table th {
    font-weight: 700;
}

.post-content > table th,
.post-content > table td,
.post-content div > table th,
.post-content div > table td {
    border: 1px solid var(--border-light);
    padding: 0.75rem 1.125rem;
    margin: 0;
    overflow: visible;
}

.post-content > table thead,
.post-content div > table thead {
    vertical-align: bottom;
    white-space: nowrap;
}

.post-content > table tbody tr:nth-child(odd),
.post-content div > table tbody tr:nth-child(odd) {
    background: var(--bg-light);
}

.post-content > .alignleft > table,
.post-content > .alignright > table,
.post-content div > .alignleft > table,
.post-content div > .alignright > table {
    margin: 0;
}

.post-content caption {
    background: var(--bg-light);
    font-weight: 600;
    padding: 0.5em;
    text-align: center;
}

/*--------------------------------------------------------------
    post like style
--------------------------------------------------------------*/

.post-social {
    position: absolute;
    height: 100%;
    opacity: 1;
    margin-right: -60px;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    right: 0;
    width: 40px;
}

.post-social li {
    position: relative;
    text-align: center;
    display: block;
    font-size: 1.25rem;
}

.post-social li a {
    display: block;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .post-social {
        margin-left: -45px;
    }
}

/*--------------------------------------------------------------
    tags style
--------------------------------------------------------------*/

.post-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-tags a {
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.5rem 0.875rem;
    margin: 0.25rem 0.25rem 0 0;
    color: var(--color-muted);
    background-color: var(--bg-light);
    border-radius: var(--radius-sm);
}

.post-tags a:hover {
    color: var(--color-primary);
}

/*--------------------------------------------------------------
    comment style
--------------------------------------------------------------*/

.comment-list .comment-respond {
    position: relative;
    margin: 0 0 2rem 0;
}

.comment {
    position: relative;
    margin: 0 0 1.5rem;
    padding: 0 0 1.5rem;
    border-bottom: 1px solid var(--border-light);
}

.comment:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.comment-body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.comment_at {
    font-weight: 500;
    color: var(--color-dark);
}

.comment-from-avatar,
.comment-avatar {
    width: 40px;
    height: 40px;
    margin: 0 0.9375rem 0 0;
}

.comment .comment-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0.25rem 0 0 0;
}

.comment .comment-content {
    margin: 0.5rem 0 0.5rem;
}

.comment .comment-content {
    line-height: 1.85;
}

.comment-input {
    overflow: hidden;
}

.comment-input::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: var(--bg-light);
    border-radius: 10px;
}

.comment-input::-webkit-scrollbar {
    width: 4px;
    background-color: var(--bg-light);
    border-radius: 10px;
}

.comment-input::-webkit-scrollbar-thumb {
    background-color: var(--bg-primary);
    border-radius: 10px;
}

.children {
    font-size: 0.875rem;
    padding: 1.5rem;
    margin: 1.25rem 0 0 3.5rem;
    border-radius: var(--radius-md);
    background-color: var(--bg-light);
}

.children .comment {
    margin: 0 0 1rem;
    padding: 0;
    border-bottom: 0;
}

.children .comment:last-child {
    margin: 0;
}

.children .form-control {
    background-color: var(--bg-white);
}

.children .comment-from-avatar,
.children .comment .comment-avatar {
    width: 30px;
    height: 30px;
}

.children .comment .comment-content {
    margin: 0.375rem 0 0.375rem;
    word-wrap: break-word;
    word-break: break-all;
}

.children .comment .comment-inner {
    margin: 0.25rem 0 0 0;
}

.children .comment .comment-footer .comment-date {
    -webkit-box-flex: 0;
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
}

@media only screen and (max-width: 767px) {
    .comment-list .comment-respond {
        position: relative;
        margin: 0 0 2rem;
    }
    .comment {
        position: relative;
        margin: 0 0 1rem;
        padding: 0 0 1rem;
    }
    .comment-from-avatar,
    .comment-avatar {
        width: 28px;
        height: 28px;
        margin: 0 0.625rem 0 0;
    }
    .comment .comment-inner {
        margin: 0.125rem 0 0 0;
    }
    .comment .comment-content {
        margin: 0.5rem 0 0.5rem;
    }
    .children {
        padding: 1rem;
        margin: 1rem 0 0 2.375rem;
        border-radius: var(--radius-sm);
        background-color: var(--bg-light);
    }
    .children .comment {
        margin: 0 0 1rem;
        padding: 0;
        border-bottom: 0;
    }
    .children .comment:last-child {
        margin: 0;
    }
    .children .form-control {
        background-color: var(--bg-white);
    }
    .children .comment-from-avatar,
    .children .comment .comment-avatar {
        width: 28px;
        height: 28px;
    }
    .children .comment .comment-content {
        margin: 0.3125rem 0 0.3125rem;
    }
    .children .comment .comment-inner {
        margin: 0.125rem 0 0 0;
    }
}

/*--------------------------------------------------------------
## Pagination (WordPress CSS classes)
--------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    word-wrap: normal !important;
}

.pagination {
    position: relative;
    margin: 2rem 0 0;
}

.pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
}

.page-numbers {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0.25rem;
    background-color: transparent;
    color: var(--color-muted);
    border-radius: var(--radius-lg);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.page-numbers:hover,
.page-numbers.current {
    color: #fff;
    background-color: var(--btn-primary);
}

@media (max-width: 767.98px) {
    .pagination {
        margin: 1.25rem 0 1.5rem;
    }
    .page-numbers {
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0.125rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .pagination {
        margin: 2rem 0;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .pagination {
        margin: 2rem 0;
    }
}

/*--------------------------------------------------------------
 to top
--------------------------------------------------------------*/

.fixed-bar {
    position: fixed;
    bottom: 100px;
    right: 30px;
    opacity: 0.6;
    z-index: 999;
}

.fixed-bar:hover {
    opacity: 1;
}

@media (max-width: 767.98px) {
    .fixed-bar {
        right: 10px;
    }
}

.fixed-bar .scroll-totop {
    display: none;
}

/*--------------------------------------------------------------
    widget ajax search style
--------------------------------------------------------------*/

.widget_ajax_search .search-result ul li {
    margin: 1rem 0 0;
}

/*--------------------------------------------------------------
    widget style
--------------------------------------------------------------*/

.widget_search label {
    display: block;
}

.widget_search .search-field {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    border: 0;
    border-radius: var(--radius-sm);
    background-color: var(--bg-light);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget_search .search-field:hover,
.widget_search .search-field:focus {
    border-color: var(--border-muted);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.widget_search .screen-reader-text,
.widget_search .search-submit {
    display: none;
}

/*--------------------------------------------------------------
    widget_recent_comments style
    widget_recent_entries  style
--------------------------------------------------------------*/

.widget_recent_entries ul,
.widget_recent_comments ul {
    padding-left: 1.25rem;
}

.widget_recent_entries ul li,
.widget_recent_comments ul li {
    margin-bottom: 0.75rem;
    list-style-type: circle;
    font-size: inherit;
}

.widget_recent_entries ul li a,
.widget_recent_comments ul li a {
    display: block;
}

.widget_recent_entries ul li span {
    color: var(--color-muted);
    font-size: inherit;
}

.widget_recent_comments ul li span {
    margin-right: 5px;
    color: var(--color-dark);
    font-weight: bold;
}

/*--------------------------------------------------------------
    widget_categories style
--------------------------------------------------------------*/

.blogroll li,
.widget_meta li,
.widget_archive li,
.widget_categories li {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: inherit;
    color: var(--color-muted);
    padding: 0.75rem 0;
    text-transform: uppercase;
    border-top: 1px solid var(--border-light);
}

.blogroll li {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: normal;
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
    justify-content: normal;
    -ms-flex-align: normal;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    align-items: normal;
}

.widget_meta li a,
.blogroll li a,
.widget_archive li a,
.widget_categories li a {
    font-size: 0.875rem;
}

.blogroll li a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.blogroll li a img {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    margin-right: 10px;
}

.blogroll li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child {
    padding: 0.75rem 0 0;
}

.widget_meta li:first-child,
.blogroll li:first-child,
.widget_archive li:first-child,
.widget_categories li:first-child {
    border: none;
    padding: 0 0 0.75rem 0;
}

.widget_categories select,
.widget_archive select {
    width: 100%;
    font-size: inherit;
    border: 1px solid var(--border-light);
    border-radius: 0;
    height: 35px;
}

/*--------------------------------------------------------------
    tagcloud style
--------------------------------------------------------------*/

.tagcloud a {
    position: relative;
    font-size: inherit !important;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 0.25rem 0.5rem 0;
    border: 1px solid var(--border-light);
    padding: 0.5rem 0.9375rem;
    border-radius: var(--radius-xs);
}

.tagcloud > a {
    position: relative;
}

.tags a:before,
.tagcloud > a:before {
    content: "#";
    font-size: inherit;
    display: inline-block;
    color: var(--color-muted);
    margin-right: 5px;
}

/*--------------------------------------------------------------
    searchform style
--------------------------------------------------------------*/

.searchform {
    position: relative;
}

.searchform label {
    display: none;
}

.searchform input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0;
    padding: 0 20px;
    color: #fff;
    background-color: var(--bg-dark);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.searchform input[type="submit"]:hover {
    background-color: var(--bg-dark);
}

.searchform input[type="text"] {
    width: 100%;
}

/*--------------------------------------------------------------
    widget_media_image style
--------------------------------------------------------------*/

.widget_media_image img {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
    widget_recent_comments style
--------------------------------------------------------------*/

.widget_nav_menu ul li {
    padding-top: 0.625rem;
    margin-top: 0.75rem;
    border-top: 1px solid var(--border-light);
}

.widget_nav_menu ul li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

/*--------------------------------------------------------------
    widget_calendar style
--------------------------------------------------------------*/

.widget_calendar table {
    border-collapse: collapse;
    margin: 0 0 0.5rem;
    width: 100%;
    caption-side: top;
}

.widget_calendar caption {
    border: 0;
    border-bottom: 0;
    padding: 10px 0;
}

.widget_calendar caption {
    padding: 0.25rem 0;
}

.widget_calendar th,
.widget_calendar td {
    text-align: center;
    padding: 0.25rem 0.5rem;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .widget_calendar th,
    .widget_calendar td {
        text-align: center;
        padding: 0.125rem 0.125rem;
    }
}

.widget_calendar tbody td a {
    position: relative;
}

.widget_calendar tbody td a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--bg-dark);
    border-radius: var(--radius-lg);
    bottom: -6px;
    left: 50%;
    margin-left: -3px;
}

.widget_calendar td#today {
    font-weight: bold;
    color: var(--color-primary);
}

.widget_calendar tfoot {
    border: 1px solid var(--border-light);
    border-top: 0;
}

.widget_calendar tfoot td {
    border: 0;
}

.widget_calendar .wp-calendar-nav {
    font-size: 0.75rem;
}

/*--------------------------------------------------------------
    widget_rss style
--------------------------------------------------------------*/

.widget_rss .widget-title .rsswidget:first-child {
    float: right;
}

.widget_rss ul li {
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 12px;
    border-top: 1px solid var(--border-light);
}

.widget_rss ul li:first-child {
    border: none;
    padding-top: 0;
}

.widget_rss ul li .rsswidget {
    font-size: inherit;
    display: block;
}

.widget_rss ul li .rss-date {
    font-size: inherit;
    color: var(--color-muted);
}

.widget_rss ul li .rssSummary {
    font-size: inherit;
    margin-top: 5px;
    color: var(--color-secondary);
}

.widget_rss ul li cite {
    font-size: inherit;
    font-style: normal;
    color: var(--color-muted);
}

/*
   post cover style
*/

.cover-tips-content {
    padding: 0;
    border: 0;
    border-radius: 0.22rem;
}

.cover-image {
    position: relative;
    overflow: hidden;
    border-radius: 0.22rem 0.22rem 0 0;
    padding: 0;
}

.cover-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
    filter: blur(20px);
    z-index: -1;
}

.cover-overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.11;
}

.cover-share {
    text-align: center;
    padding: 1rem 0;
    border-top: 1px solid #f4f6f9;
}

.cover-share a {
    padding: 0.25rem;
    margin: 0.25rem;
    font-size: 1.125rem;
}

.cover-text {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 44;
    cursor: pointer;
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
    text-align: center;
    color: #fff;
    font-size: 0.875rem;
}

@media (min-width: 992px) {
    .list-header-style2 {
        position: relative;
    }
    .list-header-style2 .iconfont {
        position: absolute;
        top: -1px;
        right: 100%;
    }
}

/*--------------------------------------------------------------
    footer friends style
--------------------------------------------------------------*/

.footer-friends {
    border-radius: var(--radius-md);
    background-color: var(--bg-muted);
}

.footer-friends .footer-friends-heading {
    position: relative;
    text-align: center;
}

.footer-friends .footer-friends-heading:after {
    content: "";
    height: 1px;
    background: var(--bg-secondary);
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
    left: 0;
}

.footer-friends .footer-friends-heading span {
    position: relative;
    color: #fff;
    background-color: var(--bg-secondary);
    padding: 0.25rem 0.875rem;
    border-radius: 3rem;
}

.footer-friends .footer-friends-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.footer-friends .footer-friends-list .item {
    margin: 0.25rem 0.5rem;
}

/*--------------------------------------------------------------
    list topic style
--------------------------------------------------------------*/

.card-topic {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.card-topic .topic-icon {
    position: absolute;
    left: 20px;
    width: 15px;
    height: 22px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMTYuNzcgMTg5LjYxIj48ZyBkYXRhLW5hbWU9IuWbvuWxgiAyIj48ZyBkYXRhLW5hbWU9IuWbvuWxgiAxIj48cGF0aCBkPSJNMjIuMTEgMTgyLjE3UTQ4LjQzIDEwMC4wOSA3NC43NiAxOGM0LjQyLTEzLjgtMTcuMDYtMjEuMTUtMjEuNS03LjI2UTI2LjkyIDkyLjgyLjYxIDE3NC44OGMtNC40NiAxMy44NCAxNy4wMyAyMS4xMiAyMS41IDcuMjlaIiBmaWxsPSIjZmZkNmMyIi8+PHBhdGggZD0iTTY1LjA2IDE3MmMxNC4xMS00NCAzNy4xMy0xMTYuMTcgNTEuMjMtMTYwLjEyQzExOS44NC43MiAxMDIuNTktNS4xOCA5OSA2IDg0LjkgNTAgNjEuODggMTIyLjE3IDQ3Ljc3IDE2Ni4xMmMtMy41NCAxMS4wOCAxMy43MiAxNyAxNy4yOSA1Ljg4WiIgZmlsbD0iI2ZiNTYwYSIvPjwvZz48L2c+PC9zdmc+");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
}

.card-topic .card-header {
    position: relative;
    padding-left: 2.75rem;
}
