/*!
Theme Name: shrivibuildcon
Theme URI: http://underscores.me/
Author: WEBPLUS
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shrivibuildcon
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

shrivibuildcon is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/
/*blog pagination css*/
.theme-navigation .prev{margin-right: auto;margin-left: 0px;}
   .theme-navigation .next{margin-left: auto;  }
   .theme-navigation .page-link{color: #565656;border: none;box-shadow: none;margin: 5px;padding: 7px 16px;border-radius: 0px !important;background: rgb(255 255 255 / 65%);}
   .theme-navigation .page-link:hover, .theme-navigation .page-item.active .page-link {background-color: #2890c2; color: #fff; }
   /*.theme-navigation .pagination{border: solid 1px #f3f3f3;}*/

.theme-navigation .page-numbers {
    border: solid 1px #f3f3f3;
}
.theme-navigation .next {
    margin-left: auto;
}
.theme-navigation .page-numbers {
    justify-content: center!important;
}


.page-numbers {
    display: flex;
    padding-left: 0;
    list-style: none;
}
ul.page-numbers{border: 1px solid rgb(0 0 0 / 5%); background: rgb(0 0 0 / 3%); box-shadow: 2px 2px 9px 0px #0000001f; width: fit-content; margin: 30px auto 0; border-radius:30px; overflow:hidden;}

.theme-navigation .page-numbers.current{
    z-index: 3;
    color: #fff;
    background-color: #1f3f71;
    /*border-color: #0d6efd;*/
    border-color: var(--black-color);
    border-radius: 6px !important;
}

.page-numbers:not(:first-child) {
    margin-left: -1px;
}

.theme-navigation ul.page-numbers {
    background-color: #a8cf45 !important;    
}
/*.theme-navigation .page-numbers {
    
    color: #565656;
    border: none;
    box-shadow: none;
    margin: 5px;
    padding: 7px 15px;
    border-radius: 0px !important;
    background: rgb(255 255 255 / 65%);
}*/
.theme-navigation .page-numbers {
    border-radius: 6px;
    color: var(--body-color);
    border-color: #B1B1B1;
}
.theme-navigation .page-numbers:hover {
    color : #fff;
}

.theme-navigation .page-numbers .prev {
    margin-right: auto;
    margin-left: 0px;
}

.footer .footer_box ul.ft_get_btn li {
    margin-bottom: 0;
}