.stay-tuned form{
    display: inherit;
    position: relative;
}
.stay-tuned form input.footer-subbtn.btn-primary{
    width: inherit;
}
.footer-sub-form {
    position: relative;
    display: flex;
    justify-content: center;
}
.footer-sub-form .group-img .wpcf7-not-valid-tip{
    background: transparent;
    padding: 5px;
    border: 1px solid #dc3232;
    margin: 10px 0 0 0;
    top: -5px;
    right: 10px;
    color: #dc3232;
    position: absolute;
}
.footer-sub-form .wpcf7-spinner{
    position: absolute;
    top: 10px;
    right: -80px;
}
.stay-tuned form .wpcf7-response-output{
    display: inline-flex;
    justify-content: center;
    margin: 30px auto 0 auto;
    align-items: center;
}
.stay-tuned .form-group .group-img input:focus .wpcf7-not-valid-tip{
    display: none;
}
.stay-tuned .group-img i{
    z-index: 9;
}
.page-item a{
    position: relative;
    display: block;
    font-size: var(--bs-pagination-font-size);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 10px;
}
.rightsidebar.blogsidebar .widget_search h4:before{
    content:"";
    background-image: url(../images/details-icon.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
    width: 25px;
    height: 24px;
    margin: 0 8px 0 0;
}
.rightsidebar.blogsidebar .widget_tag_cloud h4:before,
.rightsidebar.blogsidebar .widget_listee_recent_entries h4:before{
    font-family: 'feather';
    content: "\e9db";
    color: #C10037;
    margin: 0 8px 0 0;
}
.rightsidebar.blogsidebar .widget_categories h4:before{
    content:"";
    background-image: url(../images/category-icon.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
    width: 25px;
    height: 24px;
    margin: 0 8px 0 0;
}
.rightsidebar.blogsidebar .widget_categories ul{
    padding: 0;
    list-style: none;
 }  
.rightsidebar.blogsidebar .widget_categories ul li
{
     display: list-item;
}
.rightsidebar.blogsidebar .widget_categories ul li a:hover{
    color: #C10037;
}
.rightsidebar.blogsidebar .widget_categories ul li:last-child{
    padding-bottom: 0;
}
.rightsidebar.blogsidebar .widget_tag_cloud{
    padding-bottom: 14px;
}
.rightsidebar.blogsidebar .widget_tag_cloud .tagcloud {
    display: flex;
}
.rightsidebar.blogsidebar .widget_tag_cloud a
{
    background-color: #F1F1F1;
    border-radius: 5px;
     padding: 5px 10px;
    position: relative;
    margin: 0 10px 10px 0;
     border: 1px solid #e3e3e3;
    display: inline-block;
    cursor: pointer;
}
.rightsidebar.blogsidebar .widget_tag_cloud a:hover
{
    background: #C10037;
    border-color: #C10037;
    color: #fff;
}
.pagination .pagelink ul li.active a{
    background: #374B5C;
    color: #fff;
    border: 1px solid #374B5C;
}
