/*
Theme Name: TMS Child Theme
Theme URI: 
Description: A child theme for TMS Base Theme, allowing custom styling and functionality without modifying the parent theme.
Template: tms-wp-theme
Author: TMS WP Team
Author URI: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tms-child-theme
Tags: child-theme
*/

/*
 * Add your custom styles below this line
 * These styles will override parent theme styles
 */

/* Example: Custom primary color override */
/*
:root {
  --wp--preset--color--tms-primary: #your-color-here;
}
*/

/* Example: Custom header styles */
/*
.site-header {
  background-color: #your-color-here;
}
*/

/* Add your custom CSS here */
.ginput_container.ginput_container_fileupload input[type="file"] {
  display: block;
}

@media (max-width: 767px) {
	.content-logo-carousel__slider .swiper-slide img {
		height: 65px;
		object-fit: contain;
	}
	.testimonial-carousel__card {
		text-align: left;
	  }
}
.content-buckets-large-item > img{
  object-fit: contain !important;
}
.content-buckets-large-item:before {
    background: #172c52;
    border-radius: .1875rem;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: all .3s;
    width: 100%;
    z-index: 0;
    mix-blend-mode: multiply;
}
.video-thumb{
  max-width: 400px;
}

.testimonial-carousel__card--with-image { background-color: #fff; }

@media screen and (max-width: 1200px) {
  .content-tabs {
    padding: 0;
  }
}
@media (max-width: 1400px) {
  .content-tabs__tab {
    padding: 5rem 1.25rem;
  }
}
