/*!
Theme Name: Cookie-Print
Theme URI: http://underscores.me/
Author: M.J.Cowan
Author URI: http://markcowan.co.uk/
Description: Cookie-Print is a custom responsive layout theme based on _s.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cookie-print
Tags:

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.

cookie-print is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*$color__background-body: #fff;*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #ccc;
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.6em;
}

h3 {
	font-size: 2.2em;
}

h4 {
	font-size: 2em;
}

h5 {
	font-size: 1.8em;
}

h6 {
	font-size: 1.6em;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	color: #666;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #000;
	/* Fallback for when there is no custom background color defined. */
}

.site-content {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	background-size: cover;
}

blockquote, q {
	quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: white;
}

a:visited {
	color: white;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Templates
--------------------------------------------------------------*/
.home .entry-title {
	font-size: 4vw;
	opacity: 0.2;
	text-align: center;
}

.ckp-about-us .site-content {
	background-image: url("assets/images/page2_full.jpg");
	background-size: contain;
	min-height: 300px;
}

@media (min-width: 500px) {
	.ckp-about-us .site-content {
		min-height: calc(100vw / 1.35);
	}
}

.ckp-about-us .entry-title,
.ckp-about-us .entry-content {
	visibility: hidden;
	height: 0;
}

.ckp-artwork-labels .entry-title {
	position: absolute;
	margin: 0;
	-webkit-transform-origin: left;
	        transform-origin: left;
	-webkit-transform: rotate(-90deg) translate(-88%, 16%);
	        transform: rotate(-90deg) translate(-88%, 16%);
	letter-spacing: 0.05em;
	color: #1496df;
	font-size: 5.2vw;
}

.ckp-artwork-labels .entry-content {
	font-size: 3vw;
	line-height: 1.2;
}

.ckp-artwork-labels .intro {
	margin: 0 0 0 7vw;
}

.ckp-artwork-labels .intro br {
	display: none;
}

.ckp-artwork-labels .flex-col figure {
	text-align: center;
	margin-top: 10vw;
}

.ckp-artwork-labels .flex-col figcaption {
	text-align: left;
}

.ckp-artwork-labels figcaption {
	padding-top: 0.5em;
}

.ckp-artwork-labels .flex-col-1 figcaption {
	text-align: center;
}

.ckp-artwork-labels .flex-col-1 figure:first-child figcaption {
	padding-top: 1em;
}

.ckp-artwork-labels .flex-col-2 {
	padding: 0 2.25em;
}

.ckp-artwork-labels .flex-col-2 figcaption br {
	display: none;
}

.ckp-artwork-labels .flex-col-3 {
	padding: 0 2.25em;
}

.ckp-artwork-labels .flex-col-3 figure:nth-child(3) br {
	display: none;
}

@media screen and (min-width: 768px) {
	.ckp-artwork-labels .entry-title {
		font-size: 3.2vw;
	}
	.ckp-artwork-labels .entry-content {
		font-size: 0.9vw;
	}
	.ckp-artwork-labels .intro {
		margin: 0 0 0 3.43vw;
	}
	.ckp-artwork-labels .intro br {
		display: inline;
	}
	.ckp-artwork-labels .flex-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 3.21vw;
	}
	.ckp-artwork-labels .flex-col figure {
		margin-top: 0.9vw;
		text-align: start;
	}
	.ckp-artwork-labels .flex-col-1,
	.ckp-artwork-labels .flex-col-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 190px;
		        flex: 0 1 190px;
	}
	.ckp-artwork-labels .flex-col-1 figure:nth-child(2) figcaption {
		text-align: left;
	}
	.ckp-artwork-labels .p3-camel2 {
		font-size: 0.75vw;
	}
	.ckp-artwork-labels .flex-col-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 671px;
		        flex: 0 1 671px;
	}
	.ckp-artwork-labels .flex-col-2 figcaption br {
		display: inline;
	}
	.ckp-artwork-labels .flex-col-3 {
		margin-top: -4.3em;
		padding: 0;
	}
	.ckp-artwork-labels .flex-col-3 figure:nth-child(3) br {
		display: inline;
	}
}

@media screen and (min-width: 1200px) {
	.ckp-artwork-labels .entry-title {
		font-size: 38.4px;
	}
	.ckp-artwork-labels .entry-content {
		font-size: 10.8px;
	}
	.ckp-artwork-labels .intro {
		margin-left: 41.16px;
	}
	.ckp-artwork-labels .p3-camel2 {
		font-size: 9px;
	}
	.ckp-artwork-labels .flex-col {
		margin-left: 45.45px;
	}
	.ckp-artwork-labels .flex-col figure {
		margin-top: 10.8px;
	}
	.ckp-screen-printing .flex-col-3 {
		padding-left: 66px;
	}
	.ckp-screen-printing .flex-col-3 figure:nth-child(2) {
		padding-top: 120px;
		padding-left: 132px;
	}
}

.ckp-digital .entry-title {
	position: absolute;
	margin: 0;
	-webkit-transform-origin: left;
	        transform-origin: left;
	-webkit-transform: rotate(-90deg) translate(-71%, 20%);
	        transform: rotate(-90deg) translate(-71%, 20%);
	letter-spacing: 0.125em;
	color: #009241;
	font-size: 8vw;
}

.ckp-digital .entry-content {
	font-size: 3vw;
	line-height: 1.2;
}

.ckp-digital .flex-col figure {
	text-align: center;
	margin-top: 10vw;
}

.ckp-digital .flex-col figure figcaption {
	text-align: left;
}

.ckp-digital .flex-col-1 figure:first-child {
	margin-top: -2vw;
}

.ckp-digital .flex-col-2 {
	padding: 0 2.25em;
}

.ckp-digital figcaption {
	padding-top: 0.5em;
}

@media screen and (min-width: 768px) {
	.ckp-digital .entry-title {
		font-size: 3.8vw;
	}
	.ckp-digital .entry-content {
		font-size: 0.9vw;
	}
	.ckp-digital .flex-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.ckp-digital .flex-col-1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 232px;
		        flex: 0 1 232px;
	}
	.ckp-digital .flex-col-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 716.641px;
		        flex: 0 1 716.641px;
	}
	.ckp-digital .flex-col-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 220px;
		        flex: 0 1 220px;
	}
	.ckp-digital .flex-col-1 figure,
	.ckp-digital .flex-col-3 figure {
		margin: 2.25em 0;
	}
	.ckp-digital .flex-col-2 figure {
		margin-top: 6em;
	}
	.ckp-digital .flex-col-1 figure:first-child {
		margin-top: 0;
		margin-left: 4vw;
		text-align: right;
	}
}

@media screen and (min-width: 1200px) {
	.ckp-digital .entry-title {
		font-size: 45.6px;
	}
	.ckp-digital .entry-content {
		font-size: 10.8px;
	}
	.ckp-digital .flex-col-1 figure:first-child {
		margin-left: 48px;
	}
}

.ckp-other-projects .site-content {
	background-image: url("assets/images/page7.jpg");
	background-size: contain;
	min-height: 300px;
}

@media (min-width: 768px) {
	.ckp-other-projects .site-content {
		min-height: calc(100vw / 1.35);
	}
}

.ckp-other-projects .entry-title {
	visibility: hidden;
	height: 0;
}

.ckp-product-wrapping .entry-title {
	margin: 0;
	margin-left: -0.2em;
	color: #EC303A;
	font-size: 5vw;
	letter-spacing: 0.045em;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.ckp-product-wrapping .entry-title {
		font-size: 3vw;
	}
}

.ckp-product-wrapping .entry-content {
	margin-top: 0;
	font-size: 2.8vw;
	line-height: 1.2;
}

@media (min-width: 768px) {
	.ckp-product-wrapping .entry-content {
		font-size: 0.9vw;
	}
}

.ckp-product-wrapping .col-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

@media (min-width: 768px) {
	.ckp-product-wrapping .col-3 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}

.ckp-product-wrapping .flex-col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin: 0;
}

.ckp-product-wrapping .flex-col-2 {
	margin: 5vw 0;
}

.ckp-product-wrapping .flex-col-2 figure:first-child {
	margin: 0 0 4.84vw;
}

@media screen and (min-width: 768px) {
	.ckp-product-wrapping .flex-col-1 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 388px;
		        flex: 0 1 388px;
	}
	.ckp-product-wrapping .flex-col-2 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 375px;
		        flex: 0 1 375px;
		margin: 0 2.88vw 0 0.9vw;
	}
	.ckp-product-wrapping .flex-col-3 {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 365px;
		        flex: 0 1 365px;
	}
}

.ckp-product-wrapping .flex-col-1 .intro {
	margin-top: 1em;
	padding-left: 1.25vw;
}

@media (min-width: 768px) {
	.ckp-product-wrapping .flex-col-1 .intro {
		margin-top: 1vw;
	}
}

.ckp-product-wrapping .img3-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 1.35vw;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.ckp-product-wrapping .img3-box figure {
	margin: 0;
	white-space: nowrap;
}

.ckp-product-wrapping .img3-box figure:nth-child(1) {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 120px;
	        flex: 0 1 120px;
}

.ckp-product-wrapping .img3-box figure:nth-child(2) {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 20%;
	        flex: 0 1 20%;
}

.ckp-product-wrapping .img3-box figure:nth-child(3) {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 140.5px;
	        flex: 0 1 140.5px;
}

.ckp-product-wrapping .col-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ckp-product-wrapping .col1 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 40%;
	        flex: 0 1 40%;
	padding-left: 1.35vw;
}

.ckp-product-wrapping .col1 figure:not(:first-child) {
	padding-right: 1vw;
}

.ckp-product-wrapping .col2 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 60%;
	        flex: 0 1 60%;
	line-height: 1.3;
	padding-left: 2vw;
}

@media (min-width: 768px) {
	.ckp-product-wrapping .col2 {
		padding-left: 0;
	}
}

.ckp-product-wrapping .col2 p:first-child {
	padding: 0 1.35vw;
}

.ckp-product-wrapping .col2 figure {
	text-align: center;
}

.ckp-product-wrapping .col2 figure:last-child {
	text-align: left;
}

.ckp-product-wrapping .col3,
.ckp-product-wrapping .col4 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 50%;
	        flex: 0 1 50%;
	margin-top: -3.78vw;
}

.ckp-product-wrapping .col3 figure:nth-child(2) {
	margin-top: 2vw;
}

@media (min-width: 768px) {
	.ckp-product-wrapping .col3 figure:nth-child(2) {
		margin-top: 1em;
	}
}

.ckp-product-wrapping .col4 {
	padding-left: 1vw;
}

.ckp-product-wrapping .col4 p {
	margin-top: 3vw;
	font-size: 2.9vw;
	padding: 0 2vw;
}

@media (min-width: 768px) {
	.ckp-product-wrapping .col4 p {
		font-size: 1vw;
	}
}

.ckp-product-wrapping .col-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 364px;
}

.ckp-product-wrapping .col-inline > * {
	max-width: 50%;
}

.ckp-product-wrapping .col-inline p {
	font-size: 2.9vw;
	line-height: 1.5;
	margin: 4vw 2vw 0 0;
	padding-left: 1.5vw;
}

@media (min-width: 768px) {
	.ckp-product-wrapping .col-inline p {
		font-size: 1vw;
	}
}

.ckp-product-wrapping .col-inline figure {
	margin-top: 0;
}

@media screen and (min-width: 1200px) {
	.ckp-product-wrapping .entry-title {
		font-size: 36px;
	}
	.ckp-product-wrapping .entry-content {
		font-size: 10.8px;
	}
	.ckp-product-wrapping .flex-col-1 .intro {
		margin-top: 12px;
	}
	.ckp-product-wrapping .flex-col-1 .col2 p:first-child {
		padding: 0 16.2px;
	}
	.ckp-product-wrapping .flex-col-2 {
		margin: 0 34.56px 0 10.8px;
	}
	.ckp-product-wrapping .flex-col-2 figure:first-child {
		margin-bottom: 65.7272px;
	}
	.ckp-product-wrapping .img3-box {
		margin-left: 16.2px;
	}
	.ckp-product-wrapping .col1 {
		padding-left: 17.604px;
	}
	.ckp-product-wrapping .col1 figure:not(:first-child) {
		padding-right: 16.63px;
	}
	.ckp-product-wrapping .col-inline p {
		font-size: 12px;
		padding-left: 18px;
		margin: 48px 24px 0 0;
	}
	.ckp-product-wrapping .col3,
	.ckp-product-wrapping .col4 {
		margin-top: -45.36px;
	}
	.ckp-product-wrapping .col4 {
		padding-left: 12px;
	}
	.ckp-product-wrapping .col4 p {
		margin-top: 36px;
		padding: 0 24px;
		font-size: 12px;
	}
}

.ckp-screen-printing .entry-title {
	position: absolute;
	margin: 0;
	-webkit-transform-origin: left;
	        transform-origin: left;
	-webkit-transform: rotate(-90deg) translate(-100.5%, 145%);
	        transform: rotate(-90deg) translate(-100.5%, 145%);
	color: #EB6F05;
	font-size: 4.8vw;
	letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
	.ckp-screen-printing .entry-title {
		-webkit-transform: rotate(-90deg) translate(-106.5%, 165%);
		        transform: rotate(-90deg) translate(-106.5%, 165%);
		font-size: 3.6vw;
		padding-top: 0;
	}
}

.ckp-screen-printing .site-content {
	background-image: url("assets/images/p5_k_1200.jpg");
	background-position: 0 0;
	background-size: contain;
}

@media screen and (max-width: 768px) {
	.ckp-screen-printing .site-content {
		background-image: url("assets/images/p5_mob_bg.jpg");
	}
}

.ckp-screen-printing .entry-content {
	font-size: 2.9vw;
}

.ckp-screen-printing .entry-content br {
	display: none;
}

@media (min-width: 768px) {
	.ckp-screen-printing .entry-content {
		font-size: 0.9vw;
	}
	.ckp-screen-printing .entry-content br {
		display: inline;
	}
}

.ckp-screen-printing .flex-row {
	padding-right: 1vw;
}

@media (min-width: 768px) {
	.ckp-screen-printing .flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 900px) {
	.ckp-screen-printing .flex-row {
		padding-right: 0;
	}
}

.ckp-screen-printing .flex-row .intro-text,
.ckp-screen-printing .flex-row figure {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
}

.ckp-screen-printing .flex-row-1 .intro-text {
	-ms-flex-preferred-size: 210px;
	    flex-basis: 210px;
	white-space: wrap;
	padding-top: 2vw;
	margin-left: 14.75vw;
}

.ckp-screen-printing .flex-row-1 .intro-text p:nth-child(2) {
	padding-top: 3.8vw;
	padding-top: 33.8vw;
	padding-left: 48vw;
}

@media (min-width: 768px) {
	.ckp-screen-printing .flex-row-1 .intro-text {
		padding-top: 4.05vw;
		white-space: nowrap;
		margin-left: 12.75vw;
	}
	.ckp-screen-printing .flex-row-1 .intro-text p:nth-child(2) {
		padding-top: 3.8vw;
		padding-left: 0;
	}
}

.ckp-screen-printing .flex-row-1 figure {
	margin-top: 0.45vw;
}

.ckp-screen-printing .flex-row-1 figure:nth-child(2) {
	padding-top: 25%;
	-ms-flex-preferred-size: 165px;
	    flex-basis: 165px;
	margin-left: 0.5vw;
	margin-right: 5.3vw;
}

@media (min-width: 768px) {
	.ckp-screen-printing .flex-row-1 figure:nth-child(2) {
		padding-top: 0;
	}
}

.ckp-screen-printing .flex-row-1 figure:nth-child(3) {
	-ms-flex-preferred-size: 240px;
	    flex-basis: 240px;
	margin-left: 0;
	margin-right: 0;
	line-height: 1.2;
}

.ckp-screen-printing .flex-row-1 figure:nth-child(4) {
	-ms-flex-preferred-size: 235px;
	    flex-basis: 235px;
}

@media (min-width: 768px) {
	.ckp-screen-printing .flex-row-1 figure:nth-child(4) {
		margin-left: 6.4vw;
	}
}

.ckp-screen-printing .flex-row-2 {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	white-space: nowrap;
}

@media screen and (min-width: 768px) {
	.ckp-screen-printing .flex-row-2 {
		margin-top: -4.3vw;
	}
}

.ckp-screen-printing .flex-row-2 figure:nth-child(1) {
	-ms-flex-preferred-size: 745.328px;
	    flex-basis: 745.328px;
	display: none;
	height: 150px;
}

@media screen and (min-width: 768px) {
	.ckp-screen-printing .flex-row-2 figure:nth-child(1) {
		visibility: hidden;
		display: block;
	}
}

.ckp-screen-printing .flex-row-2 figure:nth-child(2) {
	-ms-flex-preferred-size: 132px;
	    flex-basis: 132px;
}

.ckp-screen-printing .flex-row-2 figure:nth-child(3) {
	-ms-flex-preferred-size: 235px;
	    flex-basis: 235px;
}

@media (min-width: 768px) {
	.ckp-screen-printing .flex-row-2 figure:nth-child(3) {
		margin-left: 1.7vw;
	}
}

.ckp-screen-printing .flex-row-3 {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: -0.6vh;
}

.ckp-screen-printing .flex-row-3 figure:nth-child(1) {
	-ms-flex-preferred-size: 638.609px;
	    flex-basis: 638.609px;
	display: none;
	height: 150px;
}

@media screen and (min-width: 768px) {
	.ckp-screen-printing .flex-row-3 figure:nth-child(1) {
		visibility: hidden;
		display: block;
	}
}

.ckp-screen-printing .flex-row-3 figure:nth-child(2) {
	-ms-flex-preferred-size: 238px;
	    flex-basis: 238px;
	margin-left: 0;
}

.ckp-screen-printing .flex-row-3 figure:nth-child(3) {
	-ms-flex-preferred-size: 235px;
	    flex-basis: 235px;
}

@media (min-width: 768px) {
	.ckp-screen-printing .flex-row-3 figure:nth-child(3) {
		margin-left: 3.7vw;
	}
}

@media screen and (max-width: 768px) {
	.ckp-screen-printing .mobile {
		position: absolute;
		z-index: -1;
	}
	.ckp-screen-printing .flex-row-1 figure,
	.ckp-screen-printing .flex-row-2 figure,
	.ckp-screen-printing .flex-row-3 figure {
		text-align: center;
	}
}

@media screen and (min-width: 1200px) {
	.ckp-screen-printing .entry-title {
		font-size: 43.2px;
	}
	.ckp-screen-printing .entry-content {
		font-size: 10.8px;
	}
	.ckp-screen-printing .flex-row {
		padding-right: 12px;
	}
	.ckp-screen-printing .flex-row-1 figure {
		margin-top: 5.4px;
	}
	.ckp-screen-printing .flex-row-1 figure:nth-child(2) {
		margin-left: 6px;
		margin-right: 63.6px;
	}
	.ckp-screen-printing .flex-row-1 figure:nth-child(4) {
		margin-left: 76.8px;
	}
	.ckp-screen-printing .flex-row-1 .intro-text {
		padding-top: 48.6px;
		margin-left: 153px;
	}
	.ckp-screen-printing .flex-row-1 .intro-text p:nth-child(2) {
		padding-top: 45.6px;
	}
	.ckp-screen-printing .flex-row-2 {
		margin-top: -51.6px;
	}
	.ckp-screen-printing .flex-row-2 figure:nth-child(3) {
		margin-left: 20.4px;
	}
	.ckp-screen-printing .flex-row-3 {
		margin-top: -5.658px;
	}
	.ckp-screen-printing .flex-row-3 figure:nth-child(3) {
		margin-left: 56.536px;
	}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global layouts
--------------------------------------------------------------*/
.site {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}

.site-content {
	padding: 0 1em;
}

@media screen and (min-width: 900px) {
	.site-content .has-sidebar .hentry {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
	padding: 0 1em 1em;
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	color: #fff;
}

.site-branding {
	min-height: 65px;
	max-width: 1200px;
}

.site-title {
	position: relative;
	margin: 17.62vw auto 0;
	padding: 0;
	width: 300px;
	font-size: 1.6em;
	font-weight: 900;
	line-height: 1;
}

.site-title a {
	color: white;
	text-decoration: none;
}

.site-title a:hover, .site-title a:focus {
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.site-title {
		margin: 5.2vw auto 0;
		width: 44%;
	}
}

.site-title img {
	image-rendering: -webkit-optimize-contrast;
	/* Chrome (and Safari) */
	image-rendering: optimize-contrast;
}

div.site-title {
	margin: 50px 0 0;
	width: 300px;
}

.logo-page {
	max-height: 50px;
}

.site-description {
	position: absolute;
	right: 4.8px;
	bottom: 2.5px;
	margin: 0;
	padding: 2px;
	font-size: .34em;
	letter-spacing: -0.035em;
	font-weight: 100;
	background-color: #000;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

@media screen and (min-width: 900px) {
	.site-header {
		/*        display: flex;
        justify-content: space-between;*/
	}
	.site-branding {
		/*width: 35%;*/
	}
	.site-navigation {
		/*width: 55%;*/
	}
}

/*--------------------------------------------------------------
# Header Menu
--------------------------------------------------------------*/
.main-navigation {
	position: absolute;
	width: 100%;
	z-index: 5;
	display: block;
	background-color: #243d56;
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-weight: 400;
	clear: left;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	display: none;
	top: 1.5em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	top: 0;
}

.main-navigation ul ul li {
	padding-left: 1em;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: inline-block;
	width: 100%;
	padding: .5em 1em .5em;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	border-bottom: 1px solid #ddd;
	font-size: 3.524vw;
	text-shadow: 0px 2px 1px #000;
}

@media screen and (min-width: 600px) {
	.main-navigation a {
		font-size: 1.524vw;
	}
}

@media screen and (min-width: 1050px) {
	.main-navigation a {
		font-size: 1rem;
	}
}

.main-navigation a:hover,
.main-navigation a:focus {
	text-decoration: underline;
}

button.dropdown-toggle {
	position: absolute;
	right: 0;
	border: none;
	background: inherit;
	color: white;
	line-height: 1.5em;
	padding: .4em 1em .4em .5em;
}

.menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	top: -10px;
	right: -10px;
	display: block;
	margin: 1.2em 1.2em 0 0;
	padding: .6em .8em;
	font-size: 80%;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.3);
	z-index: 10;
}

/* Toggle small menu and children on */
.toggled-on ul,
.sub-menu.toggled-on {
	display: block;
}

@media screen and (min-width: 600px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation .menu-item-has-children > a,
	.main-navigation .page_item_has_children > a {
		padding-right: 2em;
		background: rgba(255, 255, 255, 0.1);
	}
	.main-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.main-navigation ul ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		background: rgba(255, 255, 255, 0.1);
		margin-left: 0;
	}
	.main-navigation ul ul li {
		padding-left: 0;
	}
	.main-navigation ul ul li a {
		width: 218px;
		background: none;
	}
	.main-navigation ul li a {
		padding: .4em 1em;
	}
	.main-navigation a {
		border-bottom: none;
	}
}

@media screen and (min-width: 900px) {
	.main-navigation ul {
		padding-top: 0;
		/* If you want dropdowns to open on hover, uncomment this: */
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul {
		display: block;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 1em;
	font-family: "Open Sans", Arial, Verdana, sans-serif;
	font-size: .8em;
	color: #fff;
	background-color: #000;
	text-align: center;
	white-space: nowrap;
}

.site-footer p {
	margin-bottom: 1em;
}

@media screen and (min-width: 600px) {
	.site-footer {
		padding: 1em 2em;
	}
}

.company-address {
	margin-top: 0;
}

.social-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.social-menu ul a {
	display: block;
	padding: .5em 1em;
	color: white;
	text-decoration: none;
}

.social-menu ul a:hover, .social-menu ul a:focus {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
	color: #666;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*# sourceMappingURL=../cookie-print/sass/maps/style.css.map */
