/*!
Theme Name: Nettl of Stockport
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* CONTENTS 
 * 1. Global
 * 2. Floating images - reusable
*/

/**********************************************/
/** 1. Global *********************************/
/**********************************************/
a {
    text-decoration: none;
}

body :is(h1, .product-hero-section h1.extra-title) { font-size: clamp(2rem, 5vw, 3rem); }
body h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); }
body h3 { font-size: clamp(1.6rem, 3vw, 2rem); }

/**********************************************/
/** 2. Floating images ************************/
/**********************************************/
.nos-rocket {
    position: relative;
}

.nos-rocket-image {
    position: absolute;
    width: clamp(150px, 40vw, 400px);
    bottom: 4vw;
    right: -10vw;
}
.nos-plane-image {
    position: absolute;
    width: clamp(150px, 40vw, 400px);
    bottom: -4vw;
    right: -10vw;
    transform: rotate(-15deg);
}

.nos-picframe-image {
    position: absolute;
    width: clamp(100px, 20vw, 200px);
    bottom: -5vw;
    right: -7vw;
}

/* BLOG POSTS */
body.single-post h3 {
	font-size: 1.4rem;
}

/* 404 */
.error404 .kb-search {
	justify-content: center;
	
	& .kb-search-form {
		align-items: center;
		gap: 0.5rem;
	}
}