/*
Theme Name: Hardwood Innovations
Author: Phire Group
Author URI: http://thephiregroup.com/
Version: 1.1
*/

@media screen {

	/* RESETS */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, main,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, main, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	

	/* WORDPRESS CLASSES */

	.alignnone {
		margin: 5px 20px 20px 0;
	}

	.aligncenter,
	div.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}

	.alignright {
		float:right;
		margin: 5px 0 20px 20px;
	}

	.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}

	a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}

	a img.alignnone {
		margin: 0 20px 20px 0;
	}

	a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}

	a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}

	.wp-caption {
		max-width: 100%; /* Image does not overflow the content area */
	}

	.wp-caption.alignnone {
		margin: 0 0 1.88rem 0;
	}

	.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}

	.wp-caption img {
		border: 0 none;
		height: auto;
		margin: 0;
		padding: 0;
		display: block;
		width: auto;
		border-radius: 20px;
		margin: 0 0 1.25rem 0;
	}

	.wp-caption p.wp-caption-text {
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1rem;
		letter-spacing: -0.0175rem;
	}
	
	.wp-caption p {
		margin: 0 !important;
	}

	/* Text meant only for screen readers. */
	.screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;
		overflow: hidden;
	}

	.screen-reader-text:focus {
		background-color: #f1f1f1;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: #21759b;
		display: block;
		font-size: 14px;
		font-size: 0.875rem;
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; /* Above WP toolbar. */
	}
	
	.skip-main:not(:focus) {
	  position: absolute;
	  left: -9999px;
	  z-index: 999;
	  padding: 3em;
	  opacity: 0;
	}
	.skip-main:focus {
	  left: 50%;
	  transform: translateX(-50%);
	  opacity: 1;
	}
	.skip-main {
	  color: #000000;
	}

	.page-template-page-events .skip-main {
	  color: #ffffff;	
	}


	/* GLOBAL */
	
	html {
		scroll-behavior: smooth;
	}
	
	body {
		font-family: "NeueHaasGroteskDisplayPro", sans-serif;
		font-size: 16px;
		line-height:  1.875rem;
		color: #000000;
		text-align: center;
		position: relative;
		background-color: #ffffff;
	}

	*, *:before, *:after {
		box-sizing: border-box;
	}
	
	.main_container {
		margin: 0 auto;
		max-width: 1920px;
	}
	
	.row {
		margin: 0 auto;
		width: 1170px;
		text-align: left;
		position: relative;
	}

	.clearfix::after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: '';
	}
	
	p {
		margin-bottom: 1.88em;
	}
	
	a {
		text-decoration: none;
		color: #000000;
	}
	
	a:focus, button:focus, input:focus, select:focus, textarea:focus {
		/* outline: dotted 2px #253746; */
	}
	
	img {
		max-width: 100%;
	}
	
	.centered {
		text-align: center;
	}
	
	.hide_on_desktop {
		display: none;
	}
	
	button {
		font-family: "NeueHaasGroteskDisplayPro", sans-serif;
		font-size: 16px;
		border: 0;
		margin: 0;
		padding: 0;
		background-color: transparent;
		-webkit-appearance: none;
		appearance: none;	
		cursor: pointer;		
	}
	
	b, strong {
		font-weight: 700;
	}

	i, em {
		font-style: italic;
	}

	hr {
		margin: 0 0 2.5rem 0;
		border-bottom: 1px solid #DBDCDB;
	}
	
	h1 {
		color: #FFF;
		font-size: 5.9375rem;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
	
	h2 {
		color: #69523B;
		text-align: center;
		font-size: 3.4375rem;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		margin: 0 0 30px 0;
	}
	
	h3 {
		color: #000;
		text-align: center;
		font-size: 1rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.875rem;
		letter-spacing: 0.2rem;
		text-transform: uppercase;
		margin: 0 0 15px 0;
	}
	
	
	
	/* HEADER */
	
	header {
		background-color: rgba(105, 82, 59, 0.10);
		padding: 50px 0;
		margin: 0 0 20px 0;
	}
	
	header .row {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.h_logo img {
		display: block;
	}
	
	.h_tagline {
		color: #000;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.5rem;
		letter-spacing: 0.225rem;
		text-transform: uppercase;
	}
	
	
	/* HERO */
	
	.hero {
		height: 690px;
		background-image: url(/wp-content/themes/hardwood-innovations/images/bkg_hero.jpg);
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	.hero .row {
		height: 690px;
		padding: 0 0 80px 0;
		display: flex;
		flex-direction: column;
		justify-content: end;
	}
	
	.hero_content {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: end;
	}
	
	.hero_h1 {
		width: 600px;
		flex: 0 0 auto;
	}
	
	.hero_intro {
		width: 480px;
		flex: 0 0 auto;
		color: #ffffff;
		padding: 0 0 18px 0;
	}
	
	
	
	/* WHAT IS */
	
	.what_is {
		padding: 120px 0 80px 0;
	}
	
	.what_is .row {
		text-align: center;
	}
	
	.wii {
		display: flex;
		justify-content: space-between;
	}
	
	.wii img {
		display: block;
		width: calc(50% - 10px);
		height: auto;
	}
	
	
	
	/* SPECIES */
	
	.species {
		padding: 100px 0;
	}
	
	.species_cards {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 20px;
		row-gap: 20px;
	}
	
	
	
	/* APPLICATIONS */
	
	.applications {
		padding: 100px 0 80px 0;
	}
	
	.application_cards {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		column-gap: 20px;
		row-gap: 20px;
		padding: 40px 0;
	}
	
	.ac {
		border-top: 1px solid #69523B;
		padding: 40px 0;
	}
	
	.ac svg {
		display: block;
		margin: 0 0 24px 0;
	}
	
	
	
	/* MARQUEE */
	
	.marquee {
		padding: 80px 0;
		overflow: hidden;
		display: flex;
		justify-content: center;
	}
	
	.mimgs {
		display: grid;
		grid-template-columns: 348px 348px 348px 348px 348px;
		column-gap: 20px;
	}
	
	.mimgs img {
		display: block;
	}
	
	
	

	/* FOOTER */

	footer {
		background-color: rgba(105, 82, 59, 0.10);
		padding: 100px 0 80px 0;
	}

	footer .row {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.f_logo img {
		display: block;
	}
	
	.f_tagline {
		color: #000;
		font-size: 1.125rem;
		font-style: normal;
		font-weight: 400;
		line-height: 1.5rem;
		letter-spacing: 0.225rem;
		text-transform: uppercase;
	}
	
	.cta_white {
		display: inline-flex;
		align-items: center;
		background-color: #ffffff;
		color: #000;
		font-size: 1rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1.875rem; /* 187.5% */
		letter-spacing: 0.2rem;
		text-transform: uppercase;
		padding: 12px 20px;
		transition: all .25s ease;
	}
	
	.cta_white svg {
		display: block;
		margin: 0 0 0 25px;
	}
	
	.cta_white:hover {
		transform: scale(1.05);
	}

}



@media screen and (min-width: 990px) and (max-width: 1200px) {

	.row {
		width: 970px;
		margin: 0 auto;
	}
	
	h1 {
		font-size: 4rem;
	}

	.hero_h1 {
		width: 470px;
		flex: 0 0 auto;
	}

	.mimgs {
		grid-template-columns: 290px 290px 290px 290px 290px;
	}
	
	f_tagline {
		font-size: 1;
	}

}


@media screen and (max-width: 989px) {

	.hide_on_desktop {
		display: block;
	}
	
	.hide_on_mobile {
		display: none !important;
	}
	
	.row {
		width: calc(100vw - 40px);
		margin: 0 auto;
	}
	
	main {
		overflow: hidden;
	}

	h1 {
		font-size: 2.5625rem;
	}
	
	h2 {
		font-size: 2.1875rem;	
	}
	
	header .row {
		display: block;
		padding: 0 25px;
	}
	
	.h_logo {
		margin: 0 0 20px 0;
	}
	
	.h_logo img, .f_logo img {
		max-width: 198px;
		height: auto;
	}
	
	.footer_logo {
		margin: 0 0 20px 0;
	}
	
	.hero {
		height: 578px;
		background-image: none;
	}
	
	.hero .row {
		height: 578px;
		padding: 0 45px 20px 45px;
		background-image: url(/wp-content/themes/hardwood-innovations/images/bkg_hero_mobile.jpg);
		background-size: cover;
	}
	
	.hero_content {
		display: block;
	}
	
	.hero_h1 {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.hero_intro {
		width: 100%;
	}
	
	.what_is {
		padding: 50px 0;
	}
	
	.wii {
		display: block;
		text-align: center;
	}	
	
	.wii img {
		margin: 0 auto 20px auto;
		width: 100%;
	}
	
	.species {
		padding: 50px 0;
	}
	
	.species .row {
		text-align: center;
	}

	.species_cards {
		grid-template-columns: 300px;
		justify-content: center;
		margin: 0 auto;
	}
	
	.applications {
		padding: 50px 0;
	}

	.application_cards {
		grid-template-columns: 1fr 1fr;
		padding: 40px 0 0 0;
	}
	
	.marquee {
		overflow: hidden;	
		padding: 50px 0 50px 15px;
		display: block;
	}
	
	.mimgs {
		overflow: auto;
	}

	footer {
		padding: 45px 0;
	}
	
	footer .row {
		display: block;
		padding: 0 25px;
	}
	
	.f_logo {
		margin: 0 0 20px 0;
	}
	
	.f_tagline {
		margin: 0 0 20px 0;
	}
	
	
	
}


