@charset "utf-8";

/* Reset ------------------------------------------------------------------------------------------------------------------------------------------------------- */

html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,p,pre,q,s,samp,small,span,strike,strong,sub,sup,tt,ul,var{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}html{box-sizing:border-box;font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*,:after,:before{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ul{list-style:none}table{border-collapse:separate;border-spacing:0}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;quotes:none}a:active,a:hover{outline:0}a img{border:0}

html, body, div, span, applet, object, iframe, h2, h1, h4, h3, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

a img {
	border: 0;
	height: auto;
}

/* Defaults ------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/*

	font-family: 'DINPro', sans-serif;
	font-family: 'DINProMedium', sans-serif;
	font-family: 'DINProBold', sans-serif;


*/

body {
	margin: 0;
	padding: 0;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: 'DINPro', sans-serif;
	background-color: var(--port-gore);
    font-size: 1.6em;
    color: var(--white);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    line-height: 1.8em;
}

/* Preloader: stackoverflow.com/questions/1373142/ */
body::after{
    position: absolute; width:0; height:0; overflow:hidden; z-index:-1; /* hide images */
    content: url("/wp-content/themes/block-theme/images/assets/background-button-over.png");   /* load images */
}

a {
	color: var(--white);
}

body strong {
	font-weight: 600;
}

body em {
	font-style: italic;
}

p:empty { display:none; }

img {
	border: 0;
	height: auto;
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

.row-disabled {
	display: none!important;
}

small,
.small {
    font-size: 0.7em;
}

h1 {
	font-size: 5.9vw;
	line-height: 0.3em;
	text-transform: UPPERCASE;
	margin-left: -4vw;
	font-family: 'DINProMedium', sans-serif;
	letter-spacing: -0.17vw;
    -webkit-animation: fadein 2.0s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2.0s; /* Firefox < 16 */
        -ms-animation: fadein 2.0s; /* Internet Explorer */
         -o-animation: fadein 2.0s; /* Opera < 12.1 */
            animation: fadein 2.0s;
}

h1 strong,
strong h1 {
	font-size: 0.2em;
	line-height: 0.2em;
	text-transform: none;
	margin-left: 0.5vw;
	letter-spacing: 0.02vw;
    -webkit-animation: fadein 3.0s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3.0s; /* Firefox < 16 */
        -ms-animation: fadein 3.0s; /* Internet Explorer */
         -o-animation: fadein 3.0s; /* Opera < 12.1 */
            animation: fadein 3.0s;
}

@supports (-moz-appearance:none) {
	h1 strong,
	strong h1 {
		letter-spacing: 0.014vw;
	}
}

@media (max-width: 960px) {

	h1 {
		margin-left: 4vw;
		line-height: 0.7em;
		max-width: 280px;
		margin-bottom: -40px;
	}

	h1 strong,
	strong h1 {
		font-size: 0.4em;
		font-family: 'DINPro', sans-serif;
		margin-left: 0;
	}


}

@media (max-width: 780px) {

	h1 {
		text-align: center!important;
		font-size: 50px;
		line-height: 0.7em;
		margin-top: 50px;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: -3px;
		max-width: 90%;
	}

	h1 strong,
	strong h1 {
		font-size: 20px;
		margin-left: auto;
		font-family: 'DINPro', sans-serif;
	}

}

h2 {
	font-size: 2.0em;
	font-family: 'DINProBold', sans-serif;
	line-height: 1.2em;
	margin-bottom: 0.8em;
	letter-spacing: -0.5px;
}

h3 {
	font-size: 1.7vw;
	font-family: 'DINProBold', sans-serif;
	line-height: 0.85em;
	color: var(--nepal);
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
}

h3 strong,
strong h1 {
	font-size: 0.7em;
	text-transform: none;
	letter-spacing: 0.5px;
	color: var(--white);
	line-height: 0.5em;
}

strong h1 {
	margin-left: 8px;
}

@media (max-width: 780px) {
	h3 {
		font-size: 2.2em;
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

h4 {
	font-size: 6.0em;
	line-height: 0.65em;
	letter-spacing: -3px;
	color: var(--port-gore);
}

h4 strong,
strong h4 {
	font-size: 0.6em;
	text-transform: none;
	margin-left: 8px;
	letter-spacing: 0.5px;
}

h6 {
	text-transform: UPPERCASE;
	font-size: 1.1em;
}

p {
	font-size: 1.1em;
	margin-bottom: 1.0em;
}

p.medium {
	font-size: 1.4em;
	line-height: 1.6em;
}

p.chunky {
	font-size: 1.6em;
	line-height: 1.1em;
}

p.chunky em {
	font-size: 0.8em;
	font-style: normal;
}

p strong,
strong p {
	font-family: 'DINProBold', sans-serif;
}

.promo-banner p.chunky {
	font-size: 1.5em;
	line-height: 1.1em;
	letter-spacing: -0.5px;
}

.promo-banner h2 {
	margin-bottom:0.3em;
}

.promo-banner h3 {
	font-family: 'DINPro', sans-serif;
	font-size: 1.7em;
	margin-bottom:0.8em;
}

@media (max-width: 960px) {

	.wp-block-columns.fix-mobile {
		flex-direction: column;
	}

	.fix-mobile h4 {
		font-size: 60px;
		margin-top: 0;
		margin-bottom: 30px;
		text-align: center!important;
	}

	p.medium {
		text-align: center!important;
	}
}

@media (max-width: 780px) {
	.fix-mobile h4 {
		font-size: 40px;
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: center!important;
	}

	p.medium {
		text-align: center!important;
	}
}



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

.wp-block-columns.row-dark-blue,
.wp-block-column.row-dark-blue {
	background-color: var(--black-rock);
	color: var(--white);
}

.wp-block-columns.row-mid-blue,
.wp-block-column.row-mid-blue {
	background-color: var(--port-gore);
	color: var(--white);
}

.wp-block-columns.row-red,
.wp-block-column.row-red {
	background-color: var(--cab-sav);
	color: var(--white);
}

.wp-block-columns.row-bright-red,
.wp-block-column.row-bright-red {
	background-color: var(--milano-red);
	color: var(--white);
}

.wp-block-columns.row-red h3,
.wp-block-column.row-red h3,
.wp-block-columns.row-bright-red h3,
.wp-block-column.row-bright-red h3 {
	color: var(--white);
}

.wp-block-columns.row-mid-grey,
.wp-block-column.row-mid-grey {
	background-color: var(--mischka);
	color: var(--very-dark-grey);
}

.wp-block-columns.row-mid-grey a,
.wp-block-column.row-mid-grey a {
	color: var(--very-dark-grey);
}

.wp-block-columns.row-light-grey,
.wp-block-column.row-light-grey {
	background-color: var(--geyser);
	color: var(--very-dark-grey);
}

.wp-block-columns.row-light-grey a,
.wp-block-column.row-light-grey a {
	color: var(--very-dark-grey);
}

.wp-block-columns.row-white,
.wp-block-column.row-white {
	background-color: var(--white);
	color: var(--very-dark-grey);
}

.wp-block-columns.row-white a,
.wp-block-column.row-white a {
	color: var(--very-dark-grey);
}

.wp-block-columns.row-mid-grey h2,
.wp-block-column.row-mid-grey h2,
.wp-block-columns.row-light-grey h2,
.wp-block-column.row-light-grey h2 {
	color: var(--port-gore-two);
}

@media (min-width: 781px) {
	.wp-block-columns.background-slant,
	.wp-block-column.background-slant {
	    background-image: url("/wp-content/themes/block-theme/images/assets/background-slant.png");
	    background-position: center center;
	    background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.wp-block-columns.background-bb,
	.wp-block-column.background-bb {
	    background-image: url("/wp-content/themes/block-theme/images/assets/background-bb.png");
	    background-position: center center;
	    background-repeat: no-repeat;
		background-size: auto 100%;
	}

	.wp-block-columns.background-butterflies,
	.wp-block-column.background-butterflies {
	    background-image: url("/wp-content/themes/block-theme/images/assets/background-butterflies.png");
	    background-position: center right;
	    background-repeat: no-repeat;
		background-size: auto 100%;
	}
}

@media (max-width: 780px) {
	.wp-block-columns.background-butterflies,
	.wp-block-column.background-butterflies {
	    background-image: none;
	}

	.wp-block-columns.grid .wp-block-columns {
	    flex-direction: column-reverse;
	}

	.wp-block-columns.mobile-reverse .wp-block-columns {
	    flex-direction: column;
	}
}

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

header {
	min-height: 80px;
	z-index: 2;
}

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

header,
#content,
footer {
	box-sizing: content-box;
}

.mobile-show { /* Hide mobile content areas */
	display: none!important;
}

@media (max-width: 972px) {

	footer,
	header:not(.woocommerce-products-header) .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child),
    header:not(.woocommerce-products-header) .wp-block-column:not(:only-child),
	header:not(.woocommerce-products-header) .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: content !important;
	}

}

@media (max-width: 768px) {

	.mobile-show { /* Hide mobile content areas */
		display: block!important;
	}

	.mobile-hide,
	.content_row.mobile-hide { /* Hide certain content areas from mobile */
		display: none!important;
	}

}

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

#content {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

@media (max-width: 972px) {
    #content {
    	padding: 0;
    	margin: 0 auto;
    }
}

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

/* Block overrides */

.wp-block-image {
	margin-bottom: 0;
}

.wp-block-columns.alignfull {
    padding: 0;
}

.wp-block-columns {
    margin-bottom: 40px;
}

.wp-block-column figure.wp-block-image,
.wp-block-column figure.wp-block-image.alignfull.size-full {
    margin-top: inherit;
    margin-right: inherit;
    margin-bottom: inherit;
    margin-left: inherit;
	font-size: 0;
}

@media (min-width: 973px) { /* MIN */

	#content > .wp-block-columns.two-col > .wp-block-column:not(:first-child) {
	    margin-left: 4em;
	}

}

@media (min-width: 600px) and (max-width: 971px) {

    .wp-block-column {
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-block-column:nth-child(2n) {
        margin-left: auto;
        margin-right: auto;
    }

	/* Start mobile-breakpoint at 972 */

	.wp-block-columns {
	    flex-wrap: nowrap;
	}
	.wp-block-columns {
	    display: flex;
	    margin-bottom: 1.75em;
	    flex-wrap: wrap;
	}

	/* End mobile-breakpoint at 972 */

}

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

figure.wp-block-embed {
	margin: 0;
}

figure.wp-block-image {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: -4px;
}

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

.wp-block-social-links:not(.is-style-logos-only) .wp-block-social-link {
	width: 57px;
	height: 57px;
	margin: 10px 0 0 0;
	transition: all 0.4s ease-in-out!important;
}

.wp-block-social-link:hover {
    transform: none;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-block-social-link > a {
	padding: 7px;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-block-social-link > a > svg {
	width: 45px;
	height: 45px;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-block-social-link {
	border-radius: 12px;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-block-social-link:not(:hover) {
	background-color: var(--very-dark-grey);
}

.wp-block-social-links:not(.is-style-logos-only) .wp-block-social-link:not(:hover) > a > svg {
	color: var(--white);
}

.row-disabled {
	display: none!important;
}

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

.wp-block-columns.boxouts {
	/*gap: 1em;*/
}

.wp-block-columns.boxouts h6 {
	color: var(--nepal);
	color: #aab2c1;
	margin-bottom: 2.0em;
}

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

.btn,
.blocksolid-gather-excerpt-signoff,
.wp-block-buttons .wp-block-button .wp-block-button__link {
   	box-sizing: border-box;
 	background-color: transparent;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	min-width: 180px;
    color: var(--white);
	transition: all 0.4s ease-in-out!important;
    border: none;
    padding: calc(.667em - 2px) calc(1.333em + 2px) calc(.667em + 2px) calc(1.333em + 2px);
	cursor: pointer;
	font-family: 'DINProBold', sans-serif;
    background-image: url("/wp-content/themes/block-theme/images/assets/background-button.png");
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1.0;
	padding-right: 18px;
}

.wp-block-columns.row-red .btn,
.wp-block-columns.row-red .blocksolid-gather-excerpt-signoff,
.wp-block-columns.row-red .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-column.row-red .btn,
.wp-block-column.row-red .blocksolid-gather-excerpt-signoff,
.wp-block-column.row-red .wp-block-buttons .wp-block-button .wp-block-button__link {
    background-image: url("/wp-content/themes/block-theme/images/assets/background-button-white.png");
}

.wp-block-columns.row-bright-red .btn,
.wp-block-columns.row-bright-red .blocksolid-gather-excerpt-signoff,
.wp-block-columns.row-bright-red .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-column.row-bright-red .btn,
.wp-block-column.row-bright-red .blocksolid-gather-excerpt-signoff,
.wp-block-column.row-bright-red .wp-block-buttons .wp-block-button .wp-block-button__link {
    background-image: url("/wp-content/themes/block-theme/images/assets/background-button-white.png");
}

.btn:hover,
.blocksolid-gather-excerpt-signoff:hover,
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
	/*-webkit-animation: glow 1.5s ease-in-out infinite alternate;
    -moz-animation: glow 1.5s ease-in-out infinite alternate;
    animation: glow 1.5s ease-in-out infinite alternate;*/
	    background-image: url("/wp-content/themes/block-theme/images/assets/background-button-over.png");
}

.wp-block-columns.row-mid-grey .btn,
.wp-block-columns.row-mid-grey .blocksolid-gather-excerpt-signoff,
.wp-block-columns.row-mid-grey .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-column.row-mid-grey .btn,
.wp-block-column.row-mid-grey .blocksolid-gather-excerpt-signoff,
.wp-block-column.row-mid-grey .wp-block-buttons .wp-block-button .wp-block-button__link {
	color: var(--black-rock);
}

.wp-block-columns.row-red .btn:hover,
.wp-block-columns.row-red .blocksolid-gather-excerpt-signoff:hover,
.wp-block-columns.row-red .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
	    background-image: url("/wp-content/themes/block-theme/images/assets/background-button-over.png");
}

.wp-block-columns.row-bright-red .btn:hover,
.wp-block-columns.row-bright-red .blocksolid-gather-excerpt-signoff:hover,
.wp-block-columns.row-bright-red .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
	    background-image: url("/wp-content/themes/block-theme/images/assets/background-button-over.png");
}

/*@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff;
    }
    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff, 0 0 80px #fff;
    }
}

@-webkit-keyframes anti-glow {
    from {
        text-shadow: 0 0 10px var(--nepal), 0 0 20px var(--nepal);
    }
    to {
        text-shadow: 0 0 20px var(--nepal), 0 0 30px var(--nepal), 0 0 40px var(--nepal), 0 0 50px var(--nepal), 0 0 60px var(--nepal), 0 0 70px var(--nepal), 0 0 80px var(--nepal);
    }
}*/

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

figure.wp-block-image.is-style-rounded {
    background-image: url("/wp-content/themes/block-theme/images/assets/scribble.png");
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 100% 100%;
	max-width: 329px;
	max-height: 329px;
	text-align: center;
}

figure.wp-block-image.is-style-rounded img {
	max-width: 329px;
	max-height: 329px;
}



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

.wp-block-columns.animate-me.triggered {
    -webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1.5s; /* Firefox < 16 */
        -ms-animation: fadein 1.5s; /* Internet Explorer */
         -o-animation: fadein 1.5s; /* Opera < 12.1 */
            animation: fadein 1.5s;
}

@keyframes blocksolid_fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes blocksolid_fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes blocksolid_fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes blocksolid_fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

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

footer {
    margin-top: auto;
	position: relative;
	width: 100%;
}

footer p {
	font-size: 1.0em;
}
