/* @override 
	https://moyo.biz/wp-content/themes/generatepress_child/style.css?* */


/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/



body, button, input, select, textarea {
	/*font-family: 'Inter', Arial, Helvetica, Geneva, sans-serif !important;*/
}


html {
    scroll-behavior: smooth;
}

/*@media screen and (max-width: 1050px) {
    .site-logo img {
		width: 160px !important;
	}
	
	.main-nav a {
		padding: 0 !important;
	}
}

.is-logo-image {
	width: 160px !important;
}

.navigation-stick .main-nav a {
	padding-left: 20px !important;
}*/

b, strong {
	font-weight: 900;
}

/* ----------------------------------------------

Typography
https://fluidtypography.com/#app-get-started

----------------------------------------------*/


/* 
Viewport:		600px → 1300px
Font Size:		16px → 19px
Line Height:	1.6 → 1.6
*/

body {
font-size: clamp(1rem, 0.429vw + 0.839rem, 1.188rem) !important;
line-height: clamp(1.6rem, 0.686vw + 1.343rem, 1.9rem) !important;
}

/* 
Viewport:		600px → 1300px
Font Size:		18px → 24px
Line Height:	1.6 → 1.6
*/

.font-size-l {
font-size: clamp(1.125rem, 0.857vw + 0.804rem, 1.5rem) !important;
line-height: clamp(1.8rem, 1.371vw + 1.286rem, 2.4rem) !important;
}

/* 
Viewport:		600px → 1300px
Font Size:		18px → 24px
Line Height:	1.6 → 1.6
*/

.font-size-s {
font-size: clamp(0.875rem, 0.286vw + 0.768rem, 1rem) !important;
line-height: clamp(1.4rem, 0.457vw + 1.229rem, 1.6rem) !important;
}

/* 
Viewport:		600px → 1300px
Font Size:		32px → 52px
Line Height:	1.3 → 1.1
*/

.heading-1 {
font-size: clamp(2rem, 2.857vw + 0.929rem, 3.25rem) !important;
line-height: clamp(2.6rem, 2.229vw + 1.764rem, 3.575rem) !important;
}

/* 
Viewport:		600px → 1300px
Font Size:		26px → 40px
Line Height:	1.3 → 1.1
*/

.heading-2 {
font-size: clamp(1.625rem, 2vw + 0.875rem, 2.5rem) !important;
line-height: clamp(2.113rem, 1.457vw + 1.566rem, 2.75rem) !important;
}

/* 
Viewport:		600px → 1300px
Font Size:		22px → 32px
Line Height:	1.3 → 1.2
*/

.heading-3 {
font-size: clamp(1.375rem, 1.429vw + 0.839rem, 2rem) !important;
line-height: clamp(1.788rem, 1.4vw + 1.263rem, 2.4rem) !important;
}


button, input, select, textarea,
.gb-button {
	/*line-height: 1.8 !important;*/
}


/* ----------------------------------------------

Header

----------------------------------------------*/

#mobile-menu a {
	padding-left: 20px;
}

.site-logo.mobile-header-logo {
    padding: 10px;
}

@media screen and (min-width: 768px) {
	.site-logo.mobile-header-logo {
		padding-left: 30px;
	}
	
}

@media screen and (max-width: 1050px) and (min-width: 768px)  {
	
	.inside-navigation {
		padding: 0 !important;
	}
	
	#mobile-menu a {
		padding-left: 40px;
	}
}

.navigation-branding img, 
.site-logo.mobile-header-logo img {
    width: 190px !important;
	height: auto !important;
}

.site-logo.mobile-header-logo img {
    /*padding: 0px !important;*/
}

.sticky-enabled .main-navigation.is_stuck {
    box-shadow: none;
}


/* ----------------------------------------------

Complianz

----------------------------------------------*/


#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
	font-size: inherit;
	max-width: none;
	text-justify: inter-word;
}

#cmplz-document p, .editor-styles-wrapper .cmplz-unlinked-mode p, #cmplz-document li, .editor-styles-wrapper .cmplz-unlinked-mode li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode td {
	font-size: inherit;
	margin-top: 0
}

#cmplz-document h2, .editor-styles-wrapper .cmplz-unlinked-mode h2, #cmplz-document h3, .editor-styles-wrapper .cmplz-unlinked-mode h3 {
	font-weight: 700;
}

.cmplz-cookiebanner .cmplz-accept { 
	/*font-weight: 700 !important;*/
}


.cmplz-cookiebanner .cmplz-logo img {
    height: 32px !important;
    max-width: inherit !important;
}

