/*
Theme Name: George Lois
Theme URI: https://github.com/Automattic/themes/tree/trunk/george-lois
Author: Automattic
Author URI: https://wordpress.org/themes/
Description: A theme in homage to George Lois, visionary American Art Director, and author. We will all miss your big ideas. Rest in Peace, George. From the Creative People of Automattic.
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.7
Version: 1.1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: george-lois
Tags: two-columns, wide-blocks, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, style-variations
*/


@font-face {
	font-family: 'Valid-Regular';
	src: url('assets/fonts/valid-regular.eot');
	src: url('assets/fonts/valid-regular.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/valid-regular.woff2') format('woff2'),
	     url('assets/fonts/valid-regular.woff') format('woff'),
	     url('assets/fonts/valid-regular.ttf') format('truetype'),
	     url('assets/fonts/alid-regular.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Valid-Light';
	src: url('assets/fonts/valid-light.eot');
	src: url('assets/fonts/valid-light.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/valid-light.woff2') format('woff2'),
	     url('assets/fonts/valid-light.woff') format('woff'),
	     url('assets/fonts/valid-light.ttf') format('truetype'),
	     url('assets/fonts/valid-light.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Valid-Bold';
	src: url('assets/fonts/valid-bold.eot');
	src: url('assets/fonts/valid-bold.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/valid-bold.woff2') format('woff2'),
	     url('assets/fonts/valid-bold.woff') format('woff'),
	     url('assets/fonts/valid-bold.ttf') format('truetype'),
	     url('assets/fonts/valid-bold.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Valid-Medium';
	src: url('assets/fonts/valid-medium.eot');
	src: url('assets/fonts/valid-medium.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/valid-medium.woff2') format('woff2'),
	     url('assets/fonts/valid-medium.woff') format('woff'),
	     url('assets/fonts/valid-medium.ttf') format('truetype'),
	     url('assets/fonts/valid-medium.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'YWFTGrotesk-Thin';
	src: url('assets/fonts/ywft-grotesk-thin.eot');
	src: url('assets/fonts/ywft-grotesk-thin.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/ywft-grotesk-thin.woff2') format('woff2'),
	     url('assets/fonts/ywft-grotesk-thin.woff') format('woff'),
	     url('assets/fonts/ywft-grotesk-thin.ttf') format('truetype'),
	     url('assets/fonts/ywft-grotesk-thin.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'YWFTHeadliner-Black';
	src: url('assets/fonts/ywft-headliner-black.eot');
	src: url('assets/fonts/ywft-headliner-black.eot?#iefix') format('embedded-opentype'),
             url('assets/fonts/ywft-headliner-black.woff2') format('woff2'),
	     url('assets/fonts/ywft-headliner-black.woff') format('woff'),
	     url('assets/fonts/ywft-headliner-black.ttf') format('truetype'),
	     url('assets/fonts/ywft-headliner-black.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--foreground);
	border-color: var(--wp--preset--color--secondary);
}

/**
 * Currently table styles are only available with 'wp-block-styles'
 * theme support (block css) thus the following needs to be included
 * since 'wp-block-styles' aren't used for this theme.
 * https://github.com/WordPress/gutenberg/issues/45065
 */
.wp-block-table thead {
	border-bottom: 3px solid;
}
.wp-block-table tfoot {
	border-top: 3px solid;
}
.wp-block-table td,
.wp-block-table th {
	padding: var(--wp--preset--spacing--30);
	border: 1px solid;
	word-break: normal;
}
.wp-block-table figcaption {
	font-size: var(--wp--preset--font-size--small);
	text-align: center;
}

.wp-block-separator {
  margin-top: 0;
  margin-bottom: 0;
  border-color: #e0e0e0 !important;
  color: #e0e0e0 !important;
}

a {
	text-decoration-thickness: .0625em !important;
	text-underline-offset: .15em;
}


body{
	font-family:'Valid-Regular', Helvetica,Arial,sans-serif;
	background-color:#fff;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
}

p {
	letter-spacing: -0.2px !important;
}
strong, b {
	font-family:'Valid-Bold', Helvetica,Arial,sans-serif !important;
	font-weight: normal;
}
.header-link a, .header-link a:link, .header-link a:visited,  .header-link a:hover {
	font-family:'Valid-Regular', Helvetica,Arial,sans-serif !important;
	font-weight: normal;
	color:#000;
}

.header-link {
	margin-top: 6px !important;
}

.wp-block-button a, .wp-block-button a:link, .wp-block-button a:visited, .wp-block-button a:hover{
	font-family:'Valid-Bold', Helvetica,Arial,sans-serif !important;
	letter-spacing: 0px !important;
	font-weight: normal;
}

a, a:link, a:visited{
	text-decoration:none;
	font-family:'Valid-Bold', Helvetica,Arial,sans-serif !important;
	font-weight: normal;
}

a:hover{
	text-decoration:underline;
	font-family:'Valid-Bold', Helvetica,Arial,sans-serif !important;
	font-weight: normal;
	color: #33a2ff;
}

.footer-links a:hover, .footer-links a:visited {
	color: #fff;
	text-decoration: underline;
}

.wp-block-template-part {
	margin: 0px;
}

h1 {
	font-family: 'YWFTGrotesk-Thin', Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 120px !important;
	line-height: 1em;
	letter-spacing: 0px !important;
}

.headliner-h1 {
    font-family: 'YWFTHeadliner-Black', Helvetica, Arial, Sans-Serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 100px !important;
    line-height: 1em;
    letter-spacing: 0px !important;
}

h2, h3, h4, h5, h6{
	font-family: 'Valid-Bold', Helvetica, Arial, Sans-Serif;
	letter-spacing: 0px !important;
	font-weight: normal;
}

h2 {
	font-size:26px;
	letter-spacing: 0px !important;
	font-weight: normal;
}
h3, h4 {
	font-size:20px;
	font-weight: normal;
}

.wpforms-container {
    min-height: 500px;
	min-width: 200px;
}

textarea {
    resize: vertical; /* or 'horizontal' */
}

.wp-block-max {
    max-width: 1140px;
}

.validbold {
	font-family:'Valid-Bold',Helvetica,Arial,sans-serif !important;
	font-weight: normal;
}

.wp-site-blocks > * {
    margin-block-start: 0 !important;
}

/*	tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	header {
		padding: 0 30px !important;
	}
}


/*	mobile */
@media only screen and (max-width: 768px) {
	body {
		font-size: 18px;
	}
	h1, .headliner-h1 {
		font-size: 60px !important;
		font-weight: normal;
	}
	h3 {
		font-size: 20px;
		font-weight: normal;
	}
	h1, h2, h3, h4, h5, h6, .headliner-h1{
		letter-spacing: 0px !important;
		font-weight: normal;
	}
	header {
		padding: 0 20px !important;
	}
}
