/**
Theme Name: Connex Adjusters
Author: Shuvro Sarkar
Author URI: https://shuvrosarkar.com
Description: Connex Adjusters is a fast, lightweight, and fully customizable WordPress theme built for modern business sites—especially services, agencies, and professional portfolios. Designed for speed and SEO, it’s responsive, translation-ready, and compatible with popular plugins and page builders for flexible layouts and easy customization. This theme was generated via the Astra Child Theme Generator, making it a solid, extendable base for Astra-powered websites.
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: connex-adjusters
Template: astra
*/


/*
 * Global Styles 
 * @author: Shuvro Sarkar [https://shuvrosarkar.com]
*/

figure, img{ width: 100% }


/*================ Typography =================*/
h1{
	letter-spacing: -3px !important;
} 

h2{
	letter-spacing: -2px !important;
} 

.main-header-bar-navigation {
  border: 1px solid var(--ast-search-border-color);
  border-radius: 100px;
  padding: 0.25rem;
}

.ast-single-post .entry-content a{
	text-decoration: none !important;
}

/*================ FOOTER =================*/

@media only screen and (max-width: 767px) {
  .footer-section{
    padding-bottom: 8px !important;
  }  
  
  .footer-grid-section {
    padding: 0 !important;
  }
  
  .footer-grid-section > div img{
    padding-left: 0 !important;
  }
  
  .footer-copyright{
    row-gap: 0 !important;
    padding: 16px 0px 0px 0px !important;
  }
  .footer-copyright p{
    margin-bottom: 0;
  }
}