/*
Theme Name:     Kadence Child - Mandry
Theme URI:      n/a
Template:       kadence
Author:         Mandry Technology
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.menu-item-type-custom a {
    text-decoration: none;
}
#modal-plugin-deactivate {
  display: none !important;
}
.jf-blog-cta {
  background: url('https://mandrytechnology.com/wp-content/uploads/2025/07/CTA-BG.webp');
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  background-position: center center;
  padding: 2rem !important;
  border-radius: 24px;
}
.jf-blog-cta h3 {
  font-size: 24px !important;
  line-height: 34px !important;
  color: #fff !important;
}
.jf-blog-cta p {
  color: #fff !important;
}
.jf-blog-cta a {
  padding: 10px 40px;
  background-color: #fff !important;
  color: black !important;
  display: inline-block !important;
  border-radius: 6px !important;
}
.single-post table td {
  padding: 25px !important;
}
.single-post table td strong {
  margin-bottom: 0px !important;
  display: block !important;
}
.contact-button.header-contact-item.has-custom-image .contact-icon-image {
  max-width: 18px !important;
}
.podcast-images {
  text-align: center;
}
.podcast-images li {
  padding: 0 !important;
  display: inline-block;
}
.podcast-images li img {
  width: auto;
  height: 60px;
}
.podcast-images li {
  padding: 10px !important;
  display: inline-block;
}
.podcast-images li::before {
display:none !important;
}


 .bootstrap-container #client-logos-section  .logo-sliders-button,  .bootstrap-container #partner-logos-section  .logo-sliders-button {
        display: inline-block;
        background-color: #CC0000;
        color: #FFF !important;
        padding: 12px 45px;
        text-decoration: none;
        font-weight: 500;
        transition: background-color 0.3s ease;

    }
    
  .bootstrap-container #client-logos-section  .logo-sliders-button:hover,  .bootstrap-container #partner-logos-section  .logo-sliders-button:hover {
        background-color: #AA0000;
        color: white;
        text-decoration: none;
    }

