@charset "UTF-8";
/***********************************************************************
Filename: _style.scss
Title: Style
Author: Maraid Design
Client: Glasgow Print Fair 2023
************************************************************************/
/* Reset
-----------------------------------------------------------------------*/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/* Import formatting
-----------------------------------------------------------------------*/
/******************************************************************
Filename: _mixins.scss
Title: Mixins
Author: Maraid Design
Client: Glasgow Print Fair 2023
******************************************************************/
/*
@mixin block-text {
	font-family: $body;
	text-transform: uppercase;
	font-size: 100%;
}
*/
/***********************************************************************
Filename: _fonts.scss
Title: Fonts
Author: Maraid Design
Client: Glasgow Print Fair 2023
************************************************************************/
@font-face {
  font-family: "DMSans-Regular";
  src: url("webfonts/DMSans_18pt-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DMSans-Medium";
  src: url("webfonts/DMSans_18pt-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
/* Font stack
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _base.scss
Title: Main colours etc
Author: Maraid Design
Client: Glasgow Print Fair 2023
************************************************************************/
/* Set media query names
-----------------------------------------------------------------------*/
/* Text sizes
-----------------------------------------------------------------------*/
/* Main site colours
-----------------------------------------------------------------------*/
/* Main links
-----------------------------------------------------------------------*/
a {
  color: #015f2b;
  text-decoration: none;
  border-bottom: 10px solid #768164;
}
a:hover, a a:focus {
  color: #015f2b;
  border-bottom: 10px solid #015f2b;
}

strong, b {
  font-weight: normal;
  font-weight: bold;
}

italic, em {
  font-style: italic;
}

/* Headings
-----------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: normal;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.2em;
  font-weight: bold;
  max-width: 820px;
  margin: 80px 0;
}
@media screen and (min-width: 1030px) {
  h1, .h1 {
    margin: 225px 0;
    font-size: 4rem;
  }
}

h2, .h2 {
  line-height: 1.2em;
  margin-bottom: 1em;
  font-size: 2.5rem;
}
@media screen and (min-width: 900px) {
  h2, .h2 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1240px) {
  h2, .h2 {
    font-size: 4rem;
  }
}

h2.normal {
  margin-bottom: 0.6em;
}

h2.xtra-m {
  margin-top: 2em;
}

h3, .h3 {
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  line-height: 1em;
}

/* General
-----------------------------------------------------------------------*/
body {
  position: relative;
  overflow-x: hidden;
  font-size: 2.5rem;
  line-height: 1;
  color: #015f2b;
  background-color: #eba49e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "xx", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "neue-kabel", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 900px) {
  body {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1240px) {
  body {
    font-size: 4rem;
  }
}

.wrap {
  margin: 0 auto;
  max-width: 2000px;
  width: 95%;
  position: relative;
  z-index: 9000;
}

.wrap-narrow {
  background-color: #015f2b;
  color: #eba49e;
  padding: 0;
  text-align: center;
  padding: 1em 0.5em;
}
@media screen and (min-width: 900px) {
  .wrap-narrow {
    padding: 1em;
    margin: 2em auto 0;
  }
}
.wrap-narrow p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.wrap-narrow a {
  color: #eba49e;
}
.wrap-narrow a:hover, .wrap-narrow a:focus {
  border-color: #eba49e;
}
@media screen and (max-width: 550px) {
  .wrap-narrow img {
    margin: 0 auto;
  }
}

.extra {
  margin: 1em auto !important;
}

/* Blockquote
-----------------------------------------------------------------------*/
blockquote {
  font-family: "DMSans-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.2em;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

p.name {
  font-family: "DMSans-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0;
  font-weight: 500;
}

/* Pagination and blog prev back
-----------------------------------------------------------------------*/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #172a91;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #172a91;
  color: #fff;
}
.pagination .current {
  cursor: default;
  color: #015f2b;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #015f2b;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/***********************************************************************
Filename: _grid.scss
Title: Grid
Author: Maraid Design
Client: Glasgow Print Fair 2023
************************************************************************/
/* Internal pages
-----------------------------------------------------------------------*/
.main-col {
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1030px) {
  .main-col {
    margin-top: 40px;
    width: 70%;
    float: left;
    margin-bottom: 50px;
  }
}

.side-col {
  overflow: hidden;
  margin-bottom: 50px;
}
@media screen and (min-width: 1030px) {
  .side-col {
    width: 25.4545454545%;
    float: right;
    margin-top: 180px;
  }
}

/* half and half  (used on detail page)
-----------------------------------------------------------------------*/
@media screen and (min-width: 1030px) {
  .half {
    width: 47.7272727273%;
    float: right;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

@media screen and (min-width: 1030px) {
  .second {
    float: left;
    margin-top: 0;
  }
}

/* Clears and hides
-----------------------------------------------------------------------*/
.hidden, footer span, .screen-reader-text, ul.children, .search-header button {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: auto;
}

.clear-float:after {
  /*clear floated elements*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clear-float {
  height: 1%;
}

/* IE6 */
*:first-child + html .clear-float {
  min-height: 1%;
}

/* IE7 */
.clear {
  /*clears anything leaving no gap*/
  float: none;
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

.clearheight {
  /*clear anything leaving a gap*/
  float: none;
  clear: both;
}

.end {
  margin-right: 0 !important;
}

/***********************************************************************
Filename: _images.scss
Title: Images
Author: Maraid Design
Client: Glasgow Print Fair 2023
************************************************************************/
/* base images
-----------------------------------------------------------------------*/
img, .wp-caption, .alignnone {
  width: 100%;
  height: auto;
  max-width: 100%;
}

img.size, img.parallax-layer {
  width: auto;
}

/* floated images
-----------------------------------------------------------------------*/
.alignright {
  margin-bottom: 20px;
}
@media screen and (min-width: 550px) {
  .alignright {
    width: 45%;
    float: right;
    margin: 20px 0 20px 20px;
  }
}

.alignleft {
  margin-bottom: 20px;
}
@media screen and (min-width: 550px) {
  .alignleft {
    width: 45%;
    float: left;
    margin: 20px 20px 20px 0;
  }
}

/* slideshow
-----------------------------------------------------------------------*/
/*! http://responsiveslides.com v1.55 by @viljamis */
.slideshow {
  margin-bottom: 50px;
}
.slideshow h2 {
  margin-top: 0;
}

.callbacks_container {
  max-width: 1000px;
  margin: 0 auto;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 950px;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

.events {
  list-style: none;
}

/*
.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }
*/
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif") no-repeat left top;
  margin-top: -45px;
}

.callbacks_nav:active {
  opacity: 1;
}

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .callbacks_nav {
    top: 47%;
  }
}
/***********************************************************************
Filename: _footers.scss
Title: Footers
Author: Maraid Design
Client: Glasgow Print Fair 2023
************************************************************************/
.posters {
  background-color: #015f2b;
}
.posters img {
  display: block;
  border-bottom: 20px solid #015f2b;
  padding-top: 50px;
}

/* real footer
-----------------------------------------------------------------------*/
.footer {
  line-height: 1.2;
  clear: both;
  padding-top: 250px;
  margin: 0 20px 20px 20px;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: url("../images/sun-print.png") no-repeat 50% 30px transparent;
  background-size: 250px;
  /*
  	background-color: $black;
  	color: $light-gray;
  	padding: 30px 0;
  */
  /*

  	a {
  		color: #000;

  		&:hover {
  			color: #000;
  			text-decoration: none;
  		}
  	}
  */
}
@media screen and (min-width: 1030px) {
  .footer {
    padding-top: 0;
    margin: 0 0 50px 50px;
    background-position: 95% 98%;
    background-size: 300px;
    text-align: left;
  }
}
.footer p {
  overflow-wrap: break-word;
}

/***********************************************************************
Filename: _main_header.scss
Title: Main Header
Author: Maraid Design
Client: Glasgow Print Fair 2023
************************************************************************/
/* Main header
-----------------------------------------------------------------------*/
.header {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.header .wrap {
  position: relative;
  z-index: 9000;
}

#logo {
  max-width: 500px;
  margin: 20px auto 0;
  display: block;
}
@media screen and (min-width: 900px) {
  #logo {
    max-width: 600px;
    margin: 30px 0 0 0;
  }
}
@media screen and (min-width: 1240px) {
  #logo {
    max-width: 700px;
  }
}

/***********************************************************************
Filename: _homepage.scss
Title: Home page 
Author: Maraid Design
Client: Glasgow Print Fair 2023
************************************************************************/
h2.stall-header {
  margin-top: 0;
}
@media screen and (min-width: 1030px) {
  h2.stall-header {
    margin-top: 1em;
  }
}

.first-p {
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 900px) {
  .first-p {
    width: 80%;
    text-align: left;
  }
  .first-p span {
    display: block;
  }
}

.second-p {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0.5em;
}
@media screen and (min-width: 900px) {
  .second-p {
    text-align: left;
  }
}

p.small {
  font-size: 2.5rem;
  margin-top: 0;
  letter-spacing: -0.03em;
  line-height: 1.2em;
}

address {
  font-style: normal;
  margin-bottom: 2em;
}
@media screen and (min-width: 550px) {
  address {
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 550px) {
  p.info {
    margin-bottom: 0;
  }
}

article {
  margin-top: 0;
  margin-bottom: 0 !important;
}
article p {
  margin: 1em 0;
}

.last {
  margin-left: auto;
  margin-right: auto !important;
  float: none;
}

@media screen and (min-width: 1030px) {
  p.message {
    position: relative;
    top: -90px;
  }
}

p.desc {
  font-size: 2.5rem;
}

a.facebook {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
@media screen and (min-width: 550px) {
  a.facebook {
    margin-left: 15px;
  }
}

@media screen and (min-width: 550px) {
  a.twitter {
    margin-left: 15px;
  }
}

.years h2 {
  margin-bottom: 0;
}
.years p {
  margin-top: 0;
  line-height: 1.2;
}

.riso-man {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  display: block;
  position: relative;
  margin-top: -100px;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 900px) {
  .riso-man {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 400px;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 1030px) {
  .riso-man {
    width: 500px;
    top: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 1240px) {
  .riso-man {
    width: 600px;
  }
}
@media screen and (min-width: 1500px) {
  .riso-man {
    width: 650px;
    right: 200px;
  }
}

.free-entry {
  margin: 0 auto;
  position: relative;
  left: 30px;
  display: block;
  margin-top: 20px;
  width: 150px;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 900px) {
  .free-entry {
    left: auto;
    margin-top: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 200px;
  }
}
@media screen and (min-width: 1240px) {
  .free-entry {
    width: 250px;
  }
}

.workshop-etc {
  text-align: center;
  margin: 0 20px 20px 20px;
}
@media screen and (min-width: 1030px) {
  .workshop-etc {
    margin: 0 100px;
  }
}
.workshop-etc h2 {
  margin-bottom: 0.5em;
}

/***********************************************************************
Filename: _social.scss
Title: Social
Author: Maraid Design
Client: Glasgow Print Fair 2023
************************************************************************/
p.social {
  margin: 0.5em 0;
}
p.social a {
  border: none;
  margin: 10px 4px;
}
p.social a.instagram {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: url("../images/instagram-icon.svg") no-repeat 50% 50%;
  background-size: 40px 40px;
}
p.social a.instagram:hover, p.social a.instagram:focus {
  opacity: 0.7;
}
p.social a.facebook {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: url("../images/facebook-icon.svg") no-repeat 50% 50%;
  background-size: 40px 40px;
}
p.social a.facebook:hover, p.social a.facebook:focus {
  opacity: 0.7;
}
p.social a.twitter {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: url("../images/twitter-icon.svg") no-repeat 50% 50%;
  background-size: 40px 40px;
  margin-left: 10px;
}
p.social a.twitter:hover, p.social a.twitter:focus {
  opacity: 0.7;
}
p.social span {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: auto;
}

/***********************************************************************
Filename: _flex.scss
Title: Flex
Author: Maraid Design
Client: Glasgow Print Fair 2023
************************************************************************/
/*----Helpful links
https://www.youtube.com/watch?v=fYq5PXgSsbE
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
-------------------------*/
/* Flexbox container basics
-----------------------------------------------------------------------*/
.flexbox-container {
  display: flex;
  gap: 20px 20px;
  /* row-gap column-gap */
  flex-wrap: wrap;
}

.flexbox-item {
  flex-grow: 1;
  /* 0 is default - 1 remaining space in the container will be distributed equally to all children */
}

/* flexbox-center - Image and text side by side centered
-----------------------------------------------------------------------*/
.flexbox-center {
  max-width: 600px;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1030px) {
  .flexbox-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }
}
@media screen and (min-width: 1030px) {
  .flexbox-center .item-pic {
    flex-basis: 48%;
  }
}
@media screen and (min-width: 1030px) {
  .flexbox-center .item-pic img {
    transform: rotate(5deg);
  }
}
@media screen and (min-width: 1030px) {
  .flexbox-center .item-text {
    flex-basis: 46%;
    text-align: right;
  }
}
.flexbox-center .item-text h2, .flexbox-center .item-text h3 {
  margin: 0 0 0.2em;
}
.flexbox-center .item-text p {
  font-family: "DMSans-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0;
  font-weight: 500;
}
.flexbox-center .item-text p a {
  border-bottom: none;
  text-decoration: underline;
}

.flexbox-center.alt {
  flex-direction: row-reverse;
}

.flexbox-center.last {
  margin-bottom: 0;
}

/* flexbox-1 - images and text floating side by side
-----------------------------------------------------------------------*/
ul.flexbox-1 {
  list-style-type: none;
}
ul.flexbox-1 li {
  padding: 0;
  background-image: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 550px) {
  ul.flexbox-1 li {
    display: flex;
    column-gap: 20px;
  }
}
@media screen and (min-width: 550px) {
  ul.flexbox-1 li .image-wrap {
    flex-basis: 33%;
    flex-grow: 1;
  }
}
ul.flexbox-1 li .image-wrap img {
  display: block;
}
@media screen and (min-width: 550px) {
  ul.flexbox-1 li .text {
    flex-basis: 66%;
    flex-grow: 1;
  }
}
ul.flexbox-1 li h2, ul.flexbox-1 li h3 {
  margin-top: 0;
}
/* flexbox-2 modules side by side 2 on desktop
-----------------------------------------------------------------------*/
ul.flexbox-2 {
  list-style-type: none;
  margin: 0 auto;
  max-width: 250px;
}
@media screen and (min-width: 550px) {
  ul.flexbox-2 {
    column-gap: 6%;
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
    max-width: 600px;
  }
}
ul.flexbox-2 li {
  padding: 0;
  background-image: none;
}
@media screen and (min-width: 550px) {
  ul.flexbox-2 li {
    flex-basis: 47%;
  }
}
ul.flexbox-2 li img {
  display: block;
}
ul.flexbox-2 li a {
  border: none;
}
ul.flexbox-2 li a.instagram {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url("../images/instagram-icon-black.svg") no-repeat 50% 50%;
  background-size: 20px 20px;
}
ul.flexbox-2 li a.instagram:hover, ul.flexbox-2 li a.instagram:focus {
  opacity: 0.7;
}
ul.flexbox-2 li a.website {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url("../images/mobile-icon-black.svg") no-repeat 50% 50%;
  background-size: 20px 20px;
}
ul.flexbox-2 li a.website:hover, ul.flexbox-2 li a.website:focus {
  opacity: 0.7;
}
ul.flexbox-2 li img {
  margin-bottom: 0.6em;
}
ul.flexbox-2 li p {
  margin: 0;
  font-size: 2.5rem;
  letter-spacing: -0.04em;
}
ul.flexbox-2 li h3 {
  margin: 0;
}
ul.flexbox-2 li img {
  display: block;
}
ul.flexbox-2 li span {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: auto;
}

ul.team li a {
  margin: 10px 4px;
}

/* flexbox-2-c modules side by side 2 on desktop - *centred*
-----------------------------------------------------------------------*/
@media screen and (min-width: 550px) {
  .flexbox-2-c {
    column-gap: 6%;
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    justify-content: center;
  }
}
.flexbox-2-c div {
  padding: 0;
}
@media screen and (min-width: 550px) {
  .flexbox-2-c div {
    flex-basis: 47%;
  }
}
.flexbox-2-c img {
  display: block;
}

/* flexbox-3-only modules side by side 3 only
-----------------------------------------------------------------------*/
ul.flexbox-3-only {
  list-style-type: none;
}
@media screen and (min-width: 550px) {
  ul.flexbox-3-only {
    display: flex;
    gap: 20px 20px;
    /* row-gap column-gap */
    flex-wrap: wrap;
  }
}
ul.flexbox-3-only li {
  padding: 0;
  background-image: none;
}
@media screen and (min-width: 550px) {
  ul.flexbox-3-only li {
    flex-basis: 30%;
    flex-grow: 1;
  }
}
ul.flexbox-3-only li img {
  display: block;
}
ul.supporters {
  margin: 0 auto;
  width: 300px;
}
@media screen and (min-width: 550px) {
  ul.supporters {
    align-items: center;
    justify-content: center;
    width: auto;
  }
}
ul.supporters li {
  text-align: center;
  max-width: 300px;
}
ul.supporters img {
  margin: 0 auto 30px;
  max-height: 150px;
  max-width: 300px;
}
@media screen and (min-width: 550px) {
  ul.supporters img {
    margin-bottom: 0;
  }
}

/* flexbox-3 modules side by side 3 on desktop - multiple rows
-----------------------------------------------------------------------*/
ul.flexbox-3 {
  list-style-type: none;
}
@media screen and (min-width: 550px) {
  ul.flexbox-3 {
    column-gap: 6%;
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 900px) {
  ul.flexbox-3 {
    column-gap: 4%;
    row-gap: 30px;
  }
}
ul.flexbox-3 li {
  padding: 0;
  background-image: none;
}
@media screen and (min-width: 550px) {
  ul.flexbox-3 li {
    flex-basis: 47%;
  }
}
@media screen and (min-width: 900px) {
  ul.flexbox-3 li {
    flex-basis: 30.6666666667%;
  }
}
ul.flexbox-3 li img {
  display: block;
}
/* flexbox-4 modules side by side 4 on desktop
-----------------------------------------------------------------------*/
ul.flexbox-4 {
  list-style-type: none;
  margin-bottom: 0;
}
@media screen and (min-width: 550px) {
  ul.flexbox-4 {
    column-gap: 6%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 900px) {
  ul.flexbox-4 {
    column-gap: 4%;
  }
}
@media screen and (min-width: 1030px) {
  ul.flexbox-4 {
    column-gap: 2.5%;
  }
}
ul.flexbox-4 li {
  padding: 0;
  background-image: none;
  margin-bottom: 20px;
}
@media screen and (min-width: 550px) {
  ul.flexbox-4 li {
    flex-basis: 47%;
  }
}
@media screen and (min-width: 900px) {
  ul.flexbox-4 li {
    flex-basis: 30.6666666667%;
  }
}
@media screen and (min-width: 1030px) {
  ul.flexbox-4 li {
    flex-basis: 23.125%;
  }
}
ul.flexbox-4 li img {
  display: block;
  margin-bottom: 0.3em;
}
ul.flexbox-4 li a {
  border: none;
  margin: 10px 4px;
}
ul.flexbox-4 li a.instagram {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url("../images/instagram-icon-black.svg") no-repeat 50% 50%;
  background-size: 20px 20px;
}
ul.flexbox-4 li a.instagram:hover, ul.flexbox-4 li a.instagram:focus {
  opacity: 0.7;
}
ul.flexbox-4 li a.website {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url("../images/mobile-icon-black.svg") no-repeat 50% 50%;
  background-size: 20px 20px;
}
ul.flexbox-4 li a.website:hover, ul.flexbox-4 li a.website:focus {
  opacity: 0.7;
}
ul.flexbox-4 li p {
  margin: 0;
  line-height: 0.7;
}
ul.flexbox-4 li h3 {
  margin: 0;
  line-height: 1em;
}
ul.flexbox-4 li span {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: auto;
}

/* flexbox-5 modules side by side 5 on desktop
-----------------------------------------------------------------------*/
ul.flexbox-5 {
  list-style-type: none;
}
@media screen and (min-width: 550px) {
  ul.flexbox-5 {
    column-gap: 6%;
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 900px) {
  ul.flexbox-5 {
    column-gap: 4%;
    row-gap: 30px;
  }
}
@media screen and (min-width: 1030px) {
  ul.flexbox-5 {
    column-gap: 2.5%;
    row-gap: 20px;
  }
}
@media screen and (min-width: 1240px) {
  ul.flexbox-5 {
    column-gap: 2.5%;
  }
}
ul.flexbox-5 li {
  padding: 0;
  background-image: none;
}
@media screen and (min-width: 550px) {
  ul.flexbox-5 li {
    flex-basis: 47%;
  }
}
@media screen and (min-width: 900px) {
  ul.flexbox-5 li {
    flex-basis: 30.6666666667%;
  }
}
@media screen and (min-width: 1030px) {
  ul.flexbox-5 li {
    flex-basis: 23.125%;
  }
}
@media screen and (min-width: 1240px) {
  ul.flexbox-5 li {
    flex-basis: 18%;
  }
}
ul.flexbox-5 li img {
  display: block;
}
/* Third party
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _mailchimp.scss
Title: Mailchimp
Author: Maraid Design
************************************************************************/
/* x
-----------------------------------------------------------------------*/
#mc_embed_signup form {
  padding-left: 0 !important;
}

/* Print
-----------------------------------------------------------------------*/
@media print {
  /***********************************************************************
  Filename: _print.scss
  Title: Print
  Author: Maraid Design
  Client:
  ************************************************************************/
  /* to test print styles in chrome:

  	open inspect
  	go to '3 dots' menu 
  	choose more tools > rendering
  	click box for 'emulate css media' then choose 'print' from dropdown
  -----------------------------------------------------------------------*/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /*
   header img {
        filter: url(../images/logo.svg#negative) !important;
        -webkit-filter: invert(100%) !important;
        filter: invert(100%) !important;
    } 
  */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  a.button, p.link a, input[type=submit] {
    border: 2px solid #015f2b;
    padding: 10px !important;
    color: #015f2b;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img, .wp-caption {
    max-width: 500px !important;
  }

  .entry-content ul {
    list-style-type: circle;
  }
  .entry-content ul li {
    padding-left: 0;
  }

  .js-accordion__panel[aria-hidden=true] {
    display: block;
  }

  .js-accordion .js-accordion__header {
    border: 2px solid #332d20;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }

  input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
    border: 2px solid #332d20;
  }

  /* row1 image and text side by side
  -----------------------------------------------------------------------*/
  ul.modules-row1 li {
    margin-bottom: 1em;
  }
  ul.modules-row1 img {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    width: 33.052%;
    margin-bottom: 1em;
  }
  ul.modules-row1 h2 {
    margin-bottom: 0.4em;
    margin-top: 0;
    position: relative;
    top: -5px;
  }
  ul.modules-row1 .text {
    float: right;
    width: 64.135%;
  }

  /* row - modules side by side (1 row of 3 only)
  -----------------------------------------------------------------------*/
  ul.modules-row li {
    margin-bottom: 1em;
    width: 30.7%;
    margin-right: 3.8888888889%;
    float: left;
    margin-bottom: 0;
  }

  /* row - modules side by side (3 across) - margin of 40px
  -----------------------------------------------------------------------*/
  ul.modules-row3 {
    margin: 50px 0 0 0;
  }
  ul.modules-row3 li {
    width: 31.1111111%;
    margin-bottom: 20px;
    margin-right: 3.3333333333%;
    float: left;
  }
  ul.modules-row3 li:nth-child(3n+3) {
    margin-right: 0;
  }
  ul.modules-row3 li:nth-child(3n+1) {
    clear: both;
  }

  /* row - modules side by side (4 across)
  -----------------------------------------------------------------------*/
  ul.modules-row4 li {
    width: 22.5%;
    margin-right: 3.3333333333%;
    float: left;
  }
  ul.modules-row4 li:nth-child(4n+4) {
    margin-right: 0;
  }
  ul.modules-row4 li:nth-child(4n+1) {
    clear: both;
  }
}

/*# sourceMappingURL=style.css.map */


/* links to this year
-----------------------------------------------------------------------*/    
.top-header {
  background-color: #23150C;
  text-align: center;
  font-size: 1.9rem;
  color: #F7F5E7;
}
.top-header p {
  margin: 0;
  letter-spacing: -0.03em;
}
.top-header a {
  color: #F7F5E7;
  border-bottom: none;
  padding-right: 25px;
  background: url(../images/arrow.svg) no-repeat 100% 55% transparent ;
  background-size: 15px;
}
