/*!
Theme Name: rarever
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: rarever
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.

rarever 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:
----------------------------------------------------------------*/
.widget-area .widget_tag_cloud .tagcloud {display: flex;flex-wrap: wrap;gap: 7px;}

span.wpcf7-spinner {
    position: absolute;
    left: 17%;
    z-index: 1;
    bottom: 2%;
}

.main-tax-services-box {
    width: auto;
    height: 100%;
}

/* No Record */
.no-records {
  margin: 35px auto;
  text-align: center;
  position: relative;
  padding: 20px 20px;
}
.no-records ul {
  opacity: 1;
  visibility: visible;
  position: relative;
  margin: 0px 0px;
  padding: 0px 0px;
  /*background: #fff;*/
}
.no-records ul li {
  display: inline-block;
  margin: 0px 15px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}
.no-records ul li i {
  background: #9d3131;
  width: 150px;
  height: 150px;
  font-size: 50px;
  color: #fff;
  text-align: center;
  border: 1px solid #efefef;
  line-height: 150px !important;
  position: relative;
  top: -52px;
  margin-top: 30px;
}
.no-records ul li h6 {
  font-size: 50px;
  color: #333;
  font-family: "poppinsmedium";
  margin: 0px 0px 0px 0px;
  line-height: 50px !important;
}
.no-records ul li small {
  font-size: 30px;
  color: #666;
}
/* End No Record */



/* 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 #242323;}
.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: #030f41;border-color: #0d6efd;}
.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 16px;
    border-radius: 0px !important;
    background: rgb(255 255 255 / 65%);
}
.theme-navigation .page-numbers .prev {
    margin-right: auto;
    margin-left: 0px;
}