/*!
Theme Name: GP Dave
Theme URI: 
Author: Dhanashree Inc.
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 8.2
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gp-dave
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

.history_logo_image {
    max-width: 400px;
    height: auto;
}


.pb-300 {
    padding-bottom: 300px;
}

.edt_cont p + p {
    margin-top: 1rem;
}

.dave-header a {
    text-decoration: inherit;
}

footer .dave-contact a {
    text-decoration: none;
    color: inherit;
}

.wpcf7-not-valid-tip {
    color: #d79b61;
    margin-bottom: 5px;
}

.dave-blog-content h5 a {
    text-decoration: inherit;
    color: inherit;
    font-weight: inherit;
    margin-bottom: inherit;
    font-size: inherit;
}

.dave-info-list a {
    color: inherit;
    text-decoration: inherit;
}

.edt_cont h3 {
    font-family: Rajdhani, sans-serif;;
}

.search-result .link-title a {
    color: inherit; 
    text-decoration: inherit;
}


/* Pagination CSS */
.pagination {
   border-radius: 0;
   padding: 0;
   margin: 0
}

.pagination ul {
   display: inline-block;
   display: inline;
   zoom: 1;
   margin: 0 auto;
   padding: 0
}

.pagination li {
   display: inline
}

.pagination a {
   float: left;
   padding: 0 18px;
   line-height: 40px;
   text-decoration: none;
   border: 1px solid #dbdbdb;
   border-left-width: 0;
   background: #fff;
   color: #000;
}

.pagination a:hover {
   background-color: #895838;
   color: #fff
}

.pagination .active a {
   background-color: #f7f7f7;
   color: #999;
   cursor: default
}

.pagination .disabled span {
   color: #999;
   background-color: transparent;
   cursor: default
}

.pagination .disabled a {
   color: #999;
   background-color: transparent;
   cursor: default
}

.pagination .disabled a:hover {
   color: #999;
   background-color: transparent;
   cursor: default
}

.pagination li:first-child a {
   border-left-width: 1px
}

/* Blog listing page CSS */
.pagination li span {
   float: left;
   padding: 0 18px;
   line-height: 40px;
   text-decoration: none;
   border: 1px solid #dbdbdb;
   border-left-width: 0;
   background: #fff;
   color: #000;
}

.pagination li:first-child span {
   border-left-width: 1px;
}

.pagination span.current {
   background-color: #f7f7f7;
   color: #999;
   cursor: default;
}


.edt_cont a {
   color:inherit;
}