/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/*@font-face {
  font-display: swap;
  font-family: 'Walkway';
  src:
	url('fonts/Walkway.woff') format('woff'),
	url('fonts/Walkway-Demi.woff2') format('woff2');
}*/

@font-face{font-family:"Walkway";src:url("fonts/Walkway.woff2") format("woff2");font-display:swap}

/*
Footer - Signature Text
Google reCAPTCHA Badge - Hide
Legal - Last Updated
WPForms - Custom Styling
*/


/* #93953 Submenu not visible on mobile and tablet widths */
.menu-mobile-centered.menu-mobile-off-canvas:not(.open-overlay-menu) .top-menu {
	z-index: 2005;
}

/* enable the code between these measures */

@media (min-width: 960px) and (max-width: 1300px){

	/* reduce the padding around the logo */
	.col-lg-0:not(.site-footer) {
		padding: 27px 12px 27px 36px;
	}
	
	/* reduce the padding of the menu items */
	.menu-smart > li > a {
		padding: 0px 7px !important;
	}

}

/*
****************************************************************************************************
Purpose:    Address - Customisations
Author:     Saint Rollox Digital @ https://saintrollox.digital
Created:	2025-10-01
Updated:	
Notes:      Styling for <address> tag used in Code Snippets
****************************************************************************************************
*/
address {font-style: normal;}
address a {text-decoration: none !important; color: inherit;}

/*
****************************************************************************************************
Purpose:	Footer - Signature Text
Author:		Saint Rollox Digital @ https://saintrollox.digital
Created:	2024-06-04
Updated:	
Notes:		Provides styling for handwritten signature text in footer.
****************************************************************************************************
*/
.signature-text {
	margin-top: 15px !important;
}

/*
****************************************************************************************************
Purpose:	Google reCAPTCHA Badge - Hide
Author:		Saint Rollox Digital @ https://saintrollox.digital
Created:	2024-06-04
Updated:	
Notes:		Hide the Google reCAPTCHA badge from view. Requires legal disclosures on contact forms.
****************************************************************************************************
*/
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
}

/*
****************************************************************************************************
Purpose:	Legal - Last Updated
Author:		Saint Rollox Digital @ https://saintrollox.digital
Created:	2024-06-04
Updated:	
Notes:		Prefixes the last updated info box with the word Updated"
****************************************************************************************************
*/
.date-info::before {
	content: "Updated ";
}

/*
****************************************************************************************************
Purpose:	Legal - Last Updated
Author:		Saint Rollox Digital @ https://saintrollox.digital
Created:	2024-06-04
Updated:	
Notes:		Prefixes the last updated info box with the word Updated"
****************************************************************************************************
*/
small {
	letter-spacing: normal;
}

/*
****************************************************************************************************
Purpose:	WPForms - Custom Styling
Author:		Saint Rollox Digital @ https://saintrollox.digital
Created:	2024-06-04
Updated:	
Notes:		Prefixes the last updated info box with the word Updated"
****************************************************************************************************
*/
.wpforms-form .wpforms-field-label {
	text-transform: uppercase !important;
	letter-spacing: 0.05em;
	font-family: "Exo 2";
	font-size: 0.92em !important;
}

.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
	font-size: 0.92em !important;
	padding: 3px 40px 2px 40px !important;
}