/*
 Theme Name:   Ajani Child
 Theme URI:    http://ajani.bold-themes.com
 Description:  Ajani child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     ajani
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  ajani-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
.spin-image {
    animation: spin 20s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.client-logos img{
	height:75px;
	width:auto;
}

.wp-singular:not(.home) .btPageHeadline .bt_bb_headline_superheadline_outside, 
.wp-singular:not(.home):not(.single-post):not(.single-case-studies) .btPageHeadline .bt_bb_headline_tag{
	display:none;
}
.bt_bb_portfolio_slider .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_inner_content .bt_bb_grid_item_inner_content_wrapper .bt_bb_grid_item_title
Specificity: (0,6,0)
 {
    font-size: 1em;
    line-height: 1.2;
}

/.*.btPageHeadlineDarkLight .btPageHeadline.bt_bb_background_image:before {
    background-image: url(/dev/wp-content/uploads/2026/03/Gradient-3.png);
    background-size: var(--section-background-size, inherit);
    background-position: var(--section-background-position, inherit);
	opacity: 1;
}*/
.bt_bb_size_large.bt_bb_headline h1, .bt_bb_size_large.bt_bb_headline h2, .bt_bb_size_large.bt_bb_headline h3, .bt_bb_size_large.bt_bb_headline h4, .bt_bb_size_large.bt_bb_headline h5, .bt_bb_size_large.bt_bb_headline h6 {
    font-size: 2.75rem;
}
.bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.5rem;
    font-weight: 600;
}
.btPageHeadline header{
	max-width:1200px
}
.bt_bb_masonry_case_studies_grid .bt_bb_post_grid_filter_item[data-category="blog"]{
	display:none !important;
}