/*
Theme Name:        Finder Child
Theme URI:         https://themeforest.net/user/madrasthemes/portfolio
Author:            MadrasThemes
Author URI:        https://themeforest.net/user/madrasthemes/
Description:       Child Theme of Finder Multipurpose Business Theme. Finder is a multipurpose WordPress Theme with focus in Technology Business niches.
Requires at least: WordPress 5.0
Template:          finder
Version:           1.0.1
License:           GNU General Public License v3 or later
License URI:       LICENSE
Text Domain:       finder-child
Tags:              two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, rtl-language-support, footer-widgets, sticky-post, theme-options
*/


/*  Custom css */

.btn-outline-primary {
    color: #c79564 !important;
    border-color: #FF9600 !important;
}

.btn-outline-primary:hover {
    color: #000 !important;
    background-color: #FF9600 !important;
    border-color: #FF9600 !important;
}

.btn-primary {
    color: #000;
    background-color: #FF9600!important;
    border-color: #FF9600!important;
    box-shadow: unset;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.show {
    background-color: #FF9600 !important;
    border-color: #FF9600 !important;
    color: #000 !important;
/*     box-shadow: 0 0.25rem 0.25rem 0.125rem rgb(253 86 49 / 10%), 0 0.375rem 0.75rem -0.125rem rgb(253 86 49 / 40%); */
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #FF9600 !important;
}

.card-img-top.card-img-hover .position-absolute.start-0.top-0.pt-3.ps-3 {
    display: none !important;
}

h4.mb-1.fs-xs.fw-normal.text-uppercase.text-primary {
    display: none !important;
}

h1 .nav-link:hover, h2 .nav-link:hover, h3 .nav-link:hover, h4 .nav-link:hover, h5 .nav-link:hover, h6 .nav-link:hover, .h1 .nav-link:hover, .h2 .nav-link:hover, .h3 .nav-link:hover, .h4 .nav-link:hover, .h5 .nav-link:hover, .h6 .nav-link:hover {
    color: #FF9600;
}

span.badge.bg-success.fs-sm.me-2 {
    display: none !important;
}

.btn-link:hover {
    color: #FF9600;
}
.blockquote::before {
    display: inline-block;
    font-family: "finder-icons";
    font-size: 3rem;
    color: #c79564;
    content: "\e9fc";