/*
Theme Name: runa2021
Text Domain: runa2021
Version: 1.2
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

@font-face {
  font-family: 'RunaHead';
  src: url('fonts/RUNAHeadBETAAv2DINRegular.eot');
  src: url('fonts/RUNAHeadBETAAv2DINRegular.eot?#iefix') format('embedded-opentype'),
       url('fonts/RUNAHeadBETAAv2DINRegular.svg#RUNAHead') format('svg'),
       url('fonts/RUNAHeadBETAAv2DINRegular.ttf') format('truetype'),
       url('fonts/RUNAHeadBETAAv2DINRegular.woff') format('woff'),
       url('fonts/RUNAHeadBETAAv2DINRegular.woff2') format('woff2');
  font-weight: lighter;
  font-style: lighter;
}

@font-face {
  font-family: 'RunaCondensed';
  src: url('fonts/RUNASubBETALeagueRegular.eot');
  src: url('fonts/RUNASubBETALeagueRegular.eot?#iefix') format('embedded-opentype'),
       url('fonts/RUNASubBETALeagueRegular.svg#RunaCondensed') format('svg'),
       url('fonts/RUNASubBETALeagueRegular.ttf') format('truetype'),
       url('fonts/RUNASubBETALeagueRegular.woff') format('woff'),
       url('fonts/RUNASubBETALeagueRegular.woff2') format('woff2');
  font-weight: lighter;
  font-style: lighter;
}

@font-face {
  font-family: 'RunaText';
  src: url('fonts/RUNATextBETAHeroesRegular.eot');
  src: url('fonts/RUNATextBETAHeroesRegular.eot?#iefix') format('embedded-opentype'),
       url('fonts/RUNATextBETAHeroesRegular.svg#RunaText') format('svg'),
       url('fonts/RUNATextBETAHeroesRegular.ttf') format('truetype'),
       url('fonts/sRUNATextBETAHeroesRegular.woff') format('woff'),
       url('fonts/RUNATextBETAHeroesRegular.woff2') format('woff2');
  font-weight: lighter;
  font-style: lighter;
}

* {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    resize: none;
    font-family: 'RunaText', sans-serif;
    font-size: 14px;
    color: #303435;
    line-height: 20px;
	font-weight: lighter;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

#Wrapper {
	width: 100%;
	min-height: 100%;
    margin: 0 auto -200px;
	z-index: 0;
}

#Push {
    height: 200px;
}

section, footer {
    width: 100%;
}

.sectionpad {
	padding: 110px 0;
}

.wrap {
    width: 90%;
	margin: 0 auto;
}

#Logo {
    position: absolute;
    display: block;
    width: 60px;
    top: 45px;
    left: 0;
    cursor: pointer;
    z-index: 2200;
}

#Logo img {
    display: block;
    width: 100%;
    height: auto;
}

header {
    position: absolute;
    display: block;
    top: 45px;
    right: 5%;
    width: 200px;
    height: 47px;
    z-index: 2100;
}

#Menu {
	position: absolute;
	display: block;
	width: 30px;
	height: 34px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2300;
}

#Menu span {
	position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    left: 0;
    padding: 0;
    opacity: 1;
    background: #FFF;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

#Menu span:nth-child(1) { 
    top: 8px; 
}

#Menu span:nth-child(2) { 
    top: 16px;
}

#Menu span:nth-child(3) {
    top: 24px;
    width: 15px; 
}

#Menu.open span:nth-child(1) {
	top: 16px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#Menu.open span:nth-child(2) {
	opacity: 0;
}

#Menu.open span:nth-child(3) {
	top: 16px;
    width: 30px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

nav {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000 url(images2021/bg_nav.svg) repeat top left;
	background-size: 1920px 1080px;
	z-index: 2000;
}

nav ul {
	position: absolute;
	left: 50%;
	top: 50%;
	list-style-type: none;
	transform: translate(-50%, -50%);
}

nav li {
	display: block;
}

nav li a {
	display: inline-block;
	font-family: 'RunaHead', sans-serif;
	font-size: 9vw;
	line-height: 9.9vw;
	color: #FFF;
	text-decoration: none;
}

nav li a:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 6px;
	margin-top: -0.65em;
    background: url(images2021/btn_strikethrough.svg) no-repeat center left;
	background-size: 300%;
	transform-origin: center left;
	transform: scaleX(0);
}

nav li a:hover:after {
	transform: scaleX(1);
	transform-origin: center left;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.btn {
	position: absolute;
	top: 3px;
	right: 55px;
    display: inline-block;
    padding: 9px 20px 5px 20px;
	font-family: 'RunaCondensed', sans-serif;
    font-size: 30px;
	line-height: 32px;
	font-weight: lighter;
	color: #000;
    text-transform: uppercase;
    text-decoration: none;
    background: url(images2021/bg_button.svg) no-repeat bottom center;
    background-size: cover;
	white-space: nowrap;
}

.txtbtn {
    display: inline-block;
	font-family: 'RunaCondensed', sans-serif;
	font-size: 30px;
	line-height: 32px;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
}

a.txtbtn:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 6px;
	margin-top: -0.7em;
    background: url(images2021/btn_strikethrough.svg) no-repeat center left;
	background-size: 800%;
	transform-origin: center left;
	transform: scaleX(0);
}

a.txtbtn.black:after {
    background: url(images2021/btn_strikethrough_black.svg) no-repeat center left;
	background-size: 800%;
}

a.txtbtn:hover:after {
	transform: scaleX(1);
	transform-origin: center left;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

footer {
	display: flex;
	background: #000 url(images2021/bg_footer.svg) repeat top left;
	background-size: 1400px 300px;
	padding: 75px 0;
}

footer div {
	display: flex;
	width: 85%;
	align-items: center;
}

footer div:last-child {
	text-align: right;
	width: 15%;
	justify-content: flex-end;
}

footer ul {
	padding-left: 5%;
}

footer li {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

footer li:last-child {
	margin-right: 15px;
}

footer li a {
	display: block;
	width: 40px;
	height: 40px;
	background: no-repeat center center;
  	transition: all 0.3s;
}

footer li a:hover, footer li a:active {
	opacity: 0.5;
}

#Fb {
	background-image: url(images2021/icon_facebook_rev.svg);
	background-size: 40px;
}

#Tw {
	background-image: url(images2021/icon_twitter_rev.svg);
	background-size: 40px;
}

#In {
	background-image: url(images2021/icon_instagram_rev.svg);
	background-size: 40px;
}

footer, footer div, footer a, footer p {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.5;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
}

footer p {
	padding-top: 7px;
}

footer p a:hover, footer p a:active {
	text-decoration: underline;
}

footer img {
	display: inline-block;
	width: 60px;
	height: auto;
}

.truncate {
	overflow: hidden;
}

/*------------------Home Page-----------------*/

h1 {
	font-family: 'RunaHead', sans-serif;
	font-size: 100px;
	line-height: 100px;
	font-weight: normal;
	color: #FFF;
}

#Hero {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #000;
}

.cycle-pager {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 300;
}

.cycle-pager span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1.5px solid #FFF;
	border-radius: 100px;
	margin-left: 10px;
	cursor: pointer;
	text-indent: 100%;
  	white-space: nowrap;
  	overflow: hidden;
}

.cycle-pager .cycle-pager-active {
	background-color: #FFF;
}

.frame {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000 no-repeat top center;
	background-size: 1920px 1080px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tagline {
	position: absolute;
	left: 5%;
	bottom: 5%;
	width: 90%;
}

.tagline p {
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #FFF;
	padding-top: 13px;
	width: 50%;
}

.lrg {
	font-size: 20px;
	line-height: 26px;
}

.scroller {
    width: 100%;
    padding: 55px 0 40px 0;
	white-space: nowrap;
	overflow: hidden;
	background-color: #444;
}

.scroller h4 {
	display: inline-block;
	padding-right: 75px;
	font-family: 'RunaHead', sans-serif;
	font-size: 90px;
	line-height: 92px;
	font-weight: normal;
	color: #FFF;
	user-select: none;
}

#Scroll1 {
	background: url(images2021/bg_ticker1.jpg) repeat top left;
	background-size: 649px 187px;
}

#Scroll2 {
	background: url(images2021/bg_leafs.jpg) repeat top left;
	background-size: 1112px 295px;
}

#Scroll3 {
	background: #FD8404 url(images2021/bg_pink.jpg) repeat top left;
	background-size: 512px 512px;
}

.cycle-prev, .cycle-next {
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 500;
	top: 50%;
	background: #FFF no-repeat center center;
	border-radius: 100px;
	transform: translateY(-50%);
}

.cycle-prev {
	left: 1%;
	background-image: url(images2021/icon_arrow_left.svg);
	background-size: 25px 25px;
}

.cycle-next {
	right: 1%;
	background-image: url(images2021/icon_arrow_right.svg);
	background-size: 25px 25px;
}

.slide {
	display: flex;
	width: 100%;
}

.slide .photo {
	display: block;
	width: 40%;
}

.slide .photo img {
	width: 100%;
	height: auto;
}

.detail {
	display: flex;
	flex: 1;
	align-items: center;
}

.detail > div {
	width: 100%;
	padding: 0 60px;
}

#Product .detail {
	background: repeat top left;
	background-size: 512px 512px;
}

h2 {
	font-family: 'RunaHead', sans-serif;
	font-size: 60px;
	line-height: 60px;
	font-weight: normal;
	color: #FFF;
	padding-bottom: 12px;
}

.slide .detail p {
	color: #FFF;
}

.slide .detail > div .bar {
	display: flex;
	width: 100%;
	padding-top: 5%;
	align-items: center;
}

.slide .detail .txtbtn {
	margin-right: 20px;
}

.slide .detail .bar div:last-child {
	flex: 1;
	text-align: right;
	margin-right: 0;
}

.slide .detail .bar div:last-child img {
	display: inline-block;
	width: 40%;
	height: auto;
}

#Variety {
	background: #CD3525 url(images2021/bg_red.jpg) repeat top left;
	background-size: 512px 512px;
}

.block {
	background: #222 repeat top left;
	background-size: 512px 512px;
}

.block .detail {
	background: #FFF url(images2021/bg_grit1.svg) repeat top left;
	background-size: 305px 275px;
}


.block:nth-child(even) {
	background: #222 no-repeat top left;
	background-size: 1920px, 1080px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.block .photo {
	background: #222 no-repeat center center;
	background-size: 1920px, 1080px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#Variety .wrap, .block .wrap, #Contact .wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	background-color: #FFF;
}

.block .wrap {
    align-items: stretch;
}

.rev .wrap, #Contact.rev .wrap {
	flex-direction: row;
}

#Variety .wrap > div, .block .wrap > div, #Contact .wrap > div {
	width: 50%;
}

#Variety .photo img, .block .photo img {
	width: 100%;
	height: auto;
}

#Variety .txtbtn, #Contact .txtbtn {
	margin-top: 5%;
}

#Variety .detail {
	background: url(images2021/bg_grit1.svg) repeat top left;
	background-size: 332px 184px;
}

#Contact {
	background: #222 url(images2021/bg_green2.jpg) repeat top left;
	background-size: 512px 512px;
}

#Contact .wrap {
	background-color: transparent;
}

#Contact .detail, #Contact .detail h2, #Contact .detail p {
	color: #FFF;
}

.black {
	color: #000;
}

#Certifications {
	background: #FD8404 url(images2021/bg_certs.jpg) repeat top left;
	background-size: 512px 512px;
}

#Certifications .wrap {
	display: flex;
	width: 95%;
	margin: 0 0 0 5%;
	flex-direction: row-reverse;
}

#Certifications .photo {
	width: 450px;
  	align-self: center;
}

#Certifications .photo img {
	width: 100%;
	height: auto;
}

#Certifications .detail {
	flex: 1;
	background: #FFF url(images2021/bg_grit2.svg) repeat top left;
	background-size: 305px 275px;
}

#Certifications .detail > div {
	padding-top: 50px;
	padding-bottom: 50px;
}

.block .detail > div, #Contact .detail > div {
	padding-top: 100px;
	padding-bottom: 100px;
}

#Certifications .detail > div img {
	width: 400px;
	height: auto;
	padding-top: 30px;
}

#Subscribe {
	background: #000 no-repeat top left;
	background-size: 1920px 1080px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	overflow: hidden;
}

span.wpcf7-not-valid-tip {
	display: none;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 0;
}

.vid {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
	height: 100%;
    z-index: 0;
}

video {
    position: absolute;
	top: 0;
	left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: 100%; 
    height: 100%; 
    z-index: -1;
  	object-fit: cover;
}

#Subscribe .wrap {
	display: flex;
	width: 100%;
	margin: 0;
	flex-direction: row;
}

#Subscribe .photo {
	flex: 1;
	text-align: center;
  	align-self: center;
}

#Subscribe .detail {
	width: 45%;
	background: #FFF url(images2021/bg_grit1.svg) repeat top left;
	background-size: 332px 184px;
}

#Subscribe .photo img {
	width: 150px;
	height: auto;
	transform: rotate(180deg);
}

#Subscribe .wrap {
	padding: 50px 0;
}

#Subscribe form p {
	width: 70%;
	padding-top: 40px;
	display: flex;
}

#Subscribe form span {
	width: 100%;
	background: url(images2021/btn_strikethrough_black.svg) no-repeat bottom left;
	background-size: 200%;
	flex: 1;
}

input[type=text] {
    position: relative;
    box-sizing: border-box;
	font-size: 16px;
	width: 70%;
	font-size: 14px;
	color: #000;
    background-color: inherit;
    padding: 15px 0 0 0;
	text-align: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

::placeholder {
	color: #C1C1C1;
  	opacity: 1;
}

:-ms-input-placeholder {
	color: #C1C1C1;
}

::-ms-input-placeholder {
	color: #C1C1C1;
}

.wpcf7-submit, input[type=submit] {
	color: #000;
	width: 35px;
	height: 35px;
	padding: 13px 20px 10px 20px;
	cursor: pointer;
	background: transparent url(images2021/icon_submit.svg) no-repeat center center;
	background-size: 35px 35px;
	background-color: transparent !important;
	content: '';
	font-size: 0;
}

.wpcf7-submit:after, input[type=submit]:after {
	content: '';
	font-size: 0;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng {
	color: #CD2653;
	width: 100%;
	font-size: 14px;
	border: none;
}

div.wpcf7-mail-sent-ok {
	color: #12B24A;
	width: 100%;
	font-size: 14px;
	border: none;
}

/*------------------Copy Pages------------------*/

#Interior #Hero {
    width: 100%;
    height: 50%;
    margin: 0 auto;
    background: #222 no-repeat top center;
	background-size: 1920px 1080px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#Interior #Hero.productdetail {
    width: 100%;
    height: 230px;
    margin: 0 auto;
    background-color: #222;
}

#FullWidth {
	background: #222 repeat top left;
	background-size: 512px 512px;
}

#FullWidth .wrap {
	background-color: #FFF;
	width: 70%;
	padding: 50px 60px;
}

h5 {
	font-family: 'RunaHead', sans-serif;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -1px;
	padding: 20px 0 15px 0;
}

h3 {
	font-family: 'RunaCondensed', sans-serif;
	font-size: 26px;
	line-height: 30px;
	padding: 0 0 15px 0;
}

#Interior #Wrapper p {
	padding-bottom: 15px;
}

#FullWidth ul {
	padding: 0 0 15px 15px;
}

.grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	background-color: #000;
}

.item {
	width: 33.333%;
	background: #FD8404 url(images2021/bg_orange.jpg) repeat top left;
	background-size: 512px 512px;
  	padding-top: 25%;
}

.wide .item {
	width: 33.333%;
  	padding-top: 33.333%;
}

.item h5 {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	transform: scale(0.9);
	opacity: 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	transform: translate(-50%, -50%);
}

.callout {
	background: #FD8404 repeat top left;
	background-size: 512px 512px;
}

.callout h5 {
	left: 30px;
	top: 50%;
	transform: none;
	transform: scale(1);
	transform: translateY(-50%);
	opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.item a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.item div {
	position: absolute;
	background-color: #222;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	background: #000;
	background-size: 512px 512px;
}

.item div img {
	width: 100%;
	height: auto;
}

.item:hover div img, .item:active div img {
	opacity: 0.6;
}

.item:hover div, .item:active div {
	transform: scale(0.8);
}

.item:not(.callout):hover h5, .item:not(.callout):active h5 {
	transform: scale(1);
	opacity: 1;
	transform: translate(-50%, -50%);
}

#Nutrition {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000 url(images2021/bg_nav.svg) repeat top left;
	background-size: 1920px 1080px;
	z-index: 5000;
}

#Nutrition .facts {
	position: absolute;
	width: 500px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#Nutrition h5, #Nutrition h3, #Nutrition p {
	color: #FFF;
}

#Nutrition h5 {
	padding-top: 3px;
}

#Nutrition h3 {
	padding-bottom: 0;
	text-transform: uppercase;
}

#Nutrition table {
	width: 500px;
	margin: 20px auto;
}

#Nutrition table td {
	color: #FFF;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#Nutrition table td:first-child {
	text-align: left;
}

#Nutrition table td:last-child {
	text-align: right;
}

#Nutrition table tr:last-child td {
	border-bottom: 0;
}

#Close, #Close2 {
	position: absolute;
	display: block;
	width: 30px;
	height: 34px;
    top: 51px;
    right: 5%;
    cursor: pointer;
    z-index: 5100;
	transform: none;
}

#Close2 {
    top: 30px;
}

#Close span, #Close2 span {
	position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    left: -1px;
    padding: 0;
    opacity: 1;
    background: #FFF;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

#Close span:nth-child(1), #Close2 span:nth-child(1) {
	top: 16px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#Close span:nth-child(2), #Close2 span:nth-child(2) {
	top: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#Closer {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

#Closer .blackout {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background-color: rgba(0, 0, 0, 0.5);
}

#Closer .whiteout {
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 600px;
    top: 50%;
    left: 50%;
    padding: 50px;
    transform: translate(-50%, -50%);
	background: #000 url(images2021/bg_nav.svg) repeat top left;
    background-size: 1920px 1080px;
    z-index: 5100;
}

#Closer .whiteout h5 {
    color: #FFF;
}

/*------------------Responsive------------------*/


@media screen and (min-width: 1600px) {
	
	nav li a {
		font-size: 145px;
		line-height: 158px;
	}
	
    .wrap {
        width: 1420px;
    }
	
    #FullWidth .wrap {
        width: 1100px;
    }
	
	#Certifications .detail {
		flex: none;
		width: 1055px;
	}
	
	#Certifications .photo {
		flex: 1;
		text-align: right;
	}
	
	#Certifications .photo img {
		width: 450px;
	}
	
	#Subscribe .detail {
		flex: none;
		width: 800px;
	}
	
	#Subscribe .photo {
		flex: 1;
	}
	
	.slide .photo {
		display: block;
		width: 635px;
	}
	
	.slide .detail > div {
		width: 800px;
		margin: 0;
	}
}

@media screen and (max-width: 1024px) {
    
	h1 {
		font-size: 10vw;
		line-height: 10vw;
	}

	h2 {
		font-size: 45px;
		line-height: 45px;
		padding-bottom: 9px;
	}

	h5 {
		font-size: 30px;
		line-height: 30px;
	}
	
	h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.tagline p {
		font-size: 16px;
		line-height: 22px;
		padding-top: 9px;
		width: 70%;
	}
	
	.lrg {
		font-size: 16px;
		line-height: 22px;
	}
	
	.txtbtn {
		font-size: 24px;
		line-height: 26px;
	}
	
	a.txtbtn:after, a.txtbtn.black:after {
		margin-top: -0.75em;
	}
	
	.slide .detail .bar div:last-child img {
		width: 60%;
	}
	
	.detail > div {
		padding: 0 40px;
	}
	
	#Certifications .detail > div, #Subscribe .detail > div, #FullWidth .wrap {
		padding: 50px 40px;
	}
	
	.block .detail > div {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	#Certifications .detail > div img {
		width: 100%;
	}
	
	#Subscribe .photo img {
		width: 100px;
	}
	
	#Subscribe form p {
		width: 90%;
	}
	
	#FullWidth .wrap {
		width: 80%;
	}

	.item {
		width: 33.333%;
  		padding-top: 33.333%;
	}
	
	.hide {
		display: none;
	}
	
	.wide .hide {
		display: block;
	}
	
}

@media screen and (max-width: 768px) {
	
	header {
    	width: 160px;
	}
	
	#Logo {
        width: 50px;
    }
	
	#Interior #Hero.productdetail {
    	height: 210px;
	}
	
    .btn {
		margin-top: 2px;
    	font-size: 24px;
		line-height: 26px;
	}
	
	footer div {
		display: block;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	
	footer div:last-child {
		display: none;
	}
	
	footer ul {
		padding-left: 0;
		padding-bottom: 12px;
	}
	
	footer li, footer li:last-child {
		margin-right: 2.5px;
		margin-left: 2.5px;
	}
	
	p {
		font-size: 14px;
		line-height: 20px;
	}

	.tagline p {
		font-size: 14px;
		line-height: 20px;
		padding-top: 6px;
		width: 80%;
	}
	
	.lrg {
		font-size: 16px;
		line-height: 22px;
	}
	
	.scroller {
    	padding: 40px 0 30px 0;
	}
	
	.scroller h4 {
		padding-right: 35px;
		font-size: 70px;
		line-height: 72px;
	}
	
	.slide, .slide .photo, .slide .detail, #Variety .wrap > div, #Certifications .wrap > div, .block .wrap > div, #Contact .wrap > div {
		display: block;
		width: 100%;
	}
	
	#Variety .wrap, .block .wrap, #Contact .wrap {
		display: block;
	}
	
	#Certifications .wrap {
		width: 90%;
		margin: 0 auto;
	}
	
	#Certifications div .photo {
		display: none;
	}
	
	.sectionpad {
    	padding: 80px 0;
	}
	
	video {
		top: -80px;
	}
	
	.detail {
		padding: 80px 0;
	}
	
	.detail > div, #Certifications .detail > div, #Subscribe .detail > div, .block .detail > div, #Contact .detail > div {
		padding: 0 10px;
		width: 90%;
		margin: 0 auto;
	}
	
	.slide .detail .bar div:last-child img {
		width: 40%;
	}
	
	#Certifications .detail > div img {
		width: 70%;
	}
	
	#Subscribe {
		background-position: top center;
	}
	
	#Subscribe .wrap {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	#Subscribe.sectionpad {
		padding: 0;
	}
	
	#Subscribe .photo {
		width: 100%;
		padding: 80px 0;
	}
	
	#Subscribe .detail {
		width: 100%;
	}
	
	#Subscribe form p {
		width: 70%;
	}

	.item, .wide .item {
		width: 50%;
  		padding-top: 50%;
	}
	
	.hide {
		display: block;
	}
	
	.wide .hide {
		display: none;
	}
	
	
	#Nutrition .facts {
		width: 85%;
	}

	#Nutrition table {
		width: 100%;
	}
	
	.cycle-prev, .cycle-next {
		top: 32%;
		transform: translateY(-50%);
	}
	
	.cycle-prev {
		left: 2%;
	}
	
	.cycle-next {
		right: 2%;
	}
	
	.block .wrap .photo {
    	height: 300px;
	}
    
    #Closer .whiteout {
        width: 90%;
    }
	
}

@media screen and (max-width: 550px) {

	.sectionpad {
    	padding: 50px 0;
	}
	
	h2 {
		font-size: 36px;
		line-height: 36px;
		padding-bottom: 7px;
	}
	
	#FullWidth .wrap {
		width: 90%;
	}
	
	.detail {
		padding: 50px 0;
	}
	
	.slide .detail .bar div:last-child img {
		width: 60%;
	}
	
	#Certifications .detail > div img {
		width: 80%;
	}
	
	#Subscribe form p {
		width: 90%;
	}

	h5 {
		font-size: 26px;
		line-height: 26px;
	}
	
	
	h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.item, .wide .item {
		width: 100%;
  		padding-top: 100%;
	}
	
	.hide {
		display: block;
	}
	
	.wide .hide {
		display: block;
	}
	
	.block .wrap .photo {
    	height: 250px;
	}
	
}

/* If you can read this, Dan has edited the file permissions successfully :party: */