/*
Theme Name: Titan Digital Agency
Theme URI: https://www.titanthemes.net/products/free-digital-agency-wordpress-theme
Author: Titan Themes
Author URI: https://www.titanthemes.net/
Description: At Titan Digital Agency, we excel in crafting outstanding WordPress experiences specifically designed to cater to the distinct needs of businesses and individuals. Our dedicated team of developers, designers, and digital strategists collaborates to transform your vision into reality, prioritizing creativity, user engagement, and seamless functionality. Whether you aim to establish a robust online presence, improve your SEO, or refresh an existing website, our custom WordPress themes combine aesthetics with performance. Packed with features like custom fonts, easy plugin integrations, responsive designs, and intuitive drag-and-drop editing, our themes give you complete control over your website. We also provide agency marketing solutions for e-commerce integration, content management, branding, and social media optimization to enhance your online impact. Suitable for various projects from corporate websites to portfolio showcases and blogging platforms our versatile themes can be tailored to fit any business. With an emphasis on mobile optimization, high performance, and advanced security, we ensure your site operates flawlessly across all devices. Plus, our ongoing support and analytics tools enable you to monitor performance and optimize conversions, fostering continual growth in your digital presence. Choose Titan Digital Agency for a website that is not only visually stunning and functionally robust but also strategically aligned with your business objectives.
Requires at least: 6.1
Tested up to: 6.9
Requires PHP: 7.2
Version: 4.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: titan-digital-agency
Tags: grid-layout, one-column, two-columns, left-sidebar, right-sidebar, wide-blocks, block-patterns, custom-background, custom-colors, custom-menu, custom-logo, editor-style, block-styles, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, style-variations, theme-options, threaded-comments, translation-ready, blog, portfolio, news
*/

.wp-site-blocks{
	padding: 0 !important;
}
.wc-block-mini-cart.wp-block-woocommerce-mini-cart,.wp-block-woocommerce-customer-account {
  display: none;
}

/* Blog Section */
.news-section .news-box .wp-block-post-excerpt__excerpt{
  color: #000000;
}
.news-heading-box .news-small-title{
  width: max-content;
}
.news-section .news-heading-box{
  gap: 0;
}
.news-section .news-box .wp-block-post:hover .wp-block-post-title a{
  color: var(--wp--preset--color--primary);
}
.news-section .news-heading-box{
  gap: 0;
}
.recent-btn a {
  background: var(--wp--preset--color--primary);
  padding: 10px 12px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.recent-btn a:hover{
  background: #000;
}


@media screen and (min-width: 1100px) and (max-width: 1200px) {
.head-logo h1 a {
    font-size: 25px !important;
  }
  .slide-height{
    min-height: 550px !important;
  }
  .slide-heading{
    font-size: 25px !important;
  }
}