/*!
Theme Name: Sri Sabari
Theme URI: https://dhanashree.com
Author: Underscores.me
Author URI: https://dhanashree.com
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: sri-sabari
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.

Sri Sabari 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.
*/


header .top-bar a {
    color: inherit;
    text-decoration: none;
}

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

.carousel-item a {
    text-decoration: none;
    color: inherit;
}


.contact_us_form_wrap .wpcf7-form-control-wrap[data-name="email"],
.contact_us_form_wrap .wpcf7-form-control-wrap[data-name="phone"] {
   flex: 1 1 auto;
   width: 1%;
   min-width: 0;
}


.contact_us_form_wrap .wpcf7-form-control-wrap[data-name="email"] input,
.contact_us_form_wrap .wpcf7-form-control-wrap[data-name="phone"] input {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}

.search_result .link-title a {
   text-decoration: none;
   color: inherit;
}


.sir-sabri-tab .nav-tabs .nav-link.active {
      background-color: #af2822 !important;
      color: #fff !important;
      border-radius: 0.5rem 0.5rem 0 0 !important;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
    }
    .sir-sabri-tab .tab-content {
      border: 1px solid #e9ecef !important;
      border-top: none!important;
      padding: 20px!important;
      border-radius: 0 0.5rem 0.5rem 0.5rem!important;
      background: #f8f9fa!important;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05)!important;
    }
   .sir-sabri-tab .nav-tabs .nav-link{
      color: #000!important;
      font-weight: 600!important;
    }
    
