/*
Theme Name: Toneus 2024
Theme URI: N/A
Author: toneus
Author URI: https://toneus.co.uk
Description: Based opn WordPress Twenty Twenty-Four Theme.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
*/
.toneus24_footer_companyDetails td {
	font-size: 0.9rem;
	vertical-align: top;
}
.toneus24_footer_companyDetails td i{
	font-size: 1.5rem;
	margin-right: 1rem;
}
/**
 * Remove the reCaptcha notice as it is on every page
 */
.grecaptcha-badge { 
	opacity:0;
}

/**
 * Remove border radius default on featured image pages
 * Class is inserted on page design.
 */

.noborderrad img{
	border-radius:0px !important;
} 

.lightlink {
	color: #ccc;
}

/**
 * On product range page styles the
 * subheading text
 */
.t24_product_range_subhead small {
	font-size: 1rem;
}

@media( width <= 900px ) {
	/* Increases the default three column layout on the news section for anything at 600px to 900px */
	.toneus24_is_it_small {
		grid-template-columns: 1fr !important;
	}
	/* Decreases the default heading font-size to reduce word breaks */
	.toneus24_is_it_small h2 a {
		font-size: 1.5rem;
	}
}