/*
Theme Name: Cardiff Miller
Theme URI: http://cardiffmiller.com;
Author: Leaky Studio
Author URI: http://leakystudio.com/

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */



html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: none;
}

body {
	margin: 0;
	overflow-y: none;
}
.news--carousel {
	overflow-y: none;
}

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;
}

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

b,
strong {
	font-weight: 700;
}

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

img {
	border: 0;
}

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

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

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

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

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


input[type="search"] {
	-webkit-appearance: textfield;
}

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

optgroup {
	font-weight: bold;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #49001F;
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	margin: 0;
	text-rendering: optimizeLegibility;
	font-family: 'Libre Baskerville', serif;
}

p {
	margin: 0 0 1.25em;
}
.colleft p {
	margin: 0 0 0.6em;
}
figure.single--image {
	margin-bottom: 1.5em;
}

.entry-content .colleft h3 {margin: 0em; line-height: 1.4; }
.entry-content .colleft h3.work--year {margin-bottom: 1.45em;}
.entry-content .colright h3 {margin-top:1.2em;}
.entry-content .colright ul {
	list-style: none;
	font-size: 1.04rem;
	margin: 5px 0 0;
	max-width: 650px;
}
.entry-content .colright ul li {
list-style: none;
margin: 0 0 0.4em;
	}
dfn,
cite,
em,
i {
	font-style: normal;
	font-family: 'Libre Baskerville', serif; font-style: italic;
}



address {
	font-style: italic;
	margin: 0 0 1.75em;
}
p.venue, p.news--dates {
	margin-bottom: 0.5em;
}
p.venue a {
	border-bottom: solid thin #49001F;
}
.underline {
	border-bottom: solid thin #49001F;
}

/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

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


ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

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

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

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #49001F;
}

:-moz-placeholder {
	color: #49001F;
}

::-moz-placeholder {
	color: #49001F;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #49001F;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

ul.press--photo {
	margin: 0.5em 0 0;
}
ul.press--photo li {
	margin-bottom: 0.5em;
}
ul.press--photo li img {
	padding-right: 0.5em;
}
ul.press--photo li p {
	font-size: 0.9em;
	margin: 0 0 0.3em;
}
span.small {
	font-size: 0.7em;
	opacity: 0.5;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}
#search-form {
	width: 100%;
	margin-top: 4em;
}
#search-form input[type="text"] {
	display: block;
	max-width: 590px;
	width:100%;
	padding: 0 0 5px;
	margin: 0 auto;
	color: #49001F;
	text-align: left;
	font-size: 1.2rem;
	border-bottom: solid 1px #49001F;
}

.login {
	display: inline-block;
	text-align: right;
	vertical-align: top;
	color: #49001F;
	padding-right: 20px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: #FAFAF5;
	border: 0px solid #d1d1d1;
	border-radius: 0px;
	color: #49001F;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */
 .navigation-page-title {
 	font-size: 1.0rem;
 	font-family: 'Libre Baskerville', serif;
 	line-height: 45px;
 }

/**
 * 6.1 - Links
 */

a {
	color: #49001F;
	text-decoration: none;
	-webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease;
}
body.single-installations li.menu-item-object-installations a,
body.post-type-archive-installations li.menu-item-object-installations a,
body.single-walks li.menu-item-object-walks a,
body.post-type-archive-walks li.menu-item-object-walks a,
body.single-otherworks li.menu-item-object-otherworks a,
body.post-type-archive-otherworks li.menu-item-object-otherworks a,
body.single-publications li.menu-item-object-publications a,
body.post-type-archive-publications li.menu-item-object-publications a,
body.single-news li.menu-item-object-news a,
body.post-type-archive-news li.menu-item-object-news a,
body.single-press li.menu-item-object-press a,
body.post-type-archive-press li.menu-item-object-press a {
	opacity: 1;font-family: 'Libre Baskerville', serif; font-style: italic;
} 

a:hover,
a:focus,
a:active {
	color: #49001F;
}

a:focus {
	outline: none;
}

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

.embed-container iframe, .embed-container object, .embed-container embed {
    position: relative;
    /*object-fit: contain;*/
    display: block;
    width: 100%;
    height: 100%;
}
.embed-container { 
		position: relative; 
		overflow: hidden;
		max-width: 100%;
		height: 100%;
	}
	.images--toggle, .video--toggle {
		opacity: 1;
	}
	.images--toggle.is-active,
	.video--toggle.is-active {
		opacity: 1
	}
	
	.images--toggle:hover, .video--toggle:hover, .desc--anchor:hover {
		cursor: pointer;
		opacity: 0.5;
	}
	.title_separation {
	display: inline-block;
    width: 55px;
    margin: 22px 10px 0;
    max-width: 55px;
    height: 1px;
    background-color: #49001F;
    opacity: 0.3;
}

/**
 * 6.2 - Menus
 */



.main-navigation ul, ul.top-menu {
	list-style: none;
	margin: 10px 0;
	font-size: 1.1rem;
}
.menu__trigger {
	font-size: 1.25rem;
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
}

ul.top-menu li, .menu__trigger {
	position: relative;
	line-height: 45px;
}
.main-navigation li {
	line-height: 30px;	
}

.main-navigation a {
	color: #FAFAF5;
	display: block;
	opacity: 1;
	outline-offset: -1px;
	padding: 0em 0 0.45em;
}

.main-navigation a:hover,
.main-navigation a:focus {
	opacity: 0.7;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	opacity: 1.0;
}
.search__trigger {
	width: 30px;
	margin-left: 15px;
}
.search__trigger:hover,
.menu__trigger:hover {
cursor: pointer;
	}
.search__trigger img {
	width: 25px;
    margin-top: 8px;
}
.lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
}

.lazy.b-loaded {
    opacity: 1;
}
.post-type-archive .row {
	padding: 50px 15px 10px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.search-results .row {
	padding: 0px 0px 10px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body.home .splash-bg-full-single {
	height: calc(85vh - 0px);
	background-size: cover;
	width: 100%;
}
.gallery__info {
    width: 100%;
    max-width: 1230px;
    padding: 0 30px;
    transform: translateX(-50%);
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 50px;
}
body.home .gallery {
    height: calc(85vh - 15px);
    margin-top: 0px;
}
body.home .site-content {
    padding: 0px 0px 0 0px;
    margin: 44px 0px 0 0px;
    min-height: calc(100vh - 90px);
}
body.home .flickity-prev-next-button.next {
    right: 40%;
    top: auto;
    bottom: -15px;
    transform: translateY(0%);
    position: absolute;
}
body.home .flickity-prev-next-button.previous {
    left: 40%;
    position: absolute;
    top: auto;
    bottom: -15px;
    transform: translateY(0%);
}
.gallery__info h5 {
	text-transform: uppercase;
	font-size: 0.9rem;
	font-family: 'Work Sans', sans-serif;
	text-align: left;
	padding-left: 15px;
	margin-bottom: 10px;
}
.gallery__info .entry-title {
	padding-left: 0px;
	max-width: 370px;
	font-size: 2em;
	margin-bottom: 5px;
	line-height: 1.2;
}
.gallery__info .entry-title a {
	color: #FFF;
}
.gallery__info .entry-title a:hover {
	opacity: 0.8;
	color: #FFF;
}
.gallery__info h4 {
	padding-left: 0px;
	color: #FFF;
	font-size: 1.3em;
	margin-bottom: 0px;
}
.gallery__info p {
	padding-left: 0px;
	font-size: 1.3em;
	color: #FFF;
	margin: 0 0 5px;
}
.gallery__info p:last-child {
	margin-bottom: 0;
}
body.home .gallery-cell {
	
}
.bottom__wrapper {
	bottom: 0px;
	right: 0;
	width: 100%;
}
h5.home_label {
	width: 100%;
	max-width: 1230px;
    padding: 0 30px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    top: 15px;
    font-size: 0.9rem;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    color: #FFF;
}
.latest_label_home {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.9rem;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
}
body.home #news--block .flickity-prev-next-button.next {
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.pad_block {
	padding: 0 15px;
}
.pad_block h3 {
	font-size: 1.1em;
}
a.block_more {
	position: absolute;
	bottom: 0;
	left: 15px;
}
.end--date:before {
	content: "–";
}
.pad_block p {
	font-size: 0.9em;
}
.bg_img {
	width: 100%;
	padding-bottom: 56%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 10px;
}
body.home #news--block .flickity-prev-next-button.previous {
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
body.home #news--block .gallery-cell {
	width: 25%;
	height: 40vh;
	display: block;
}
#press--block{
margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 0px 10px;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-size: calc(100% - 30px) 1px;
    background-position: top;
    background-image: linear-gradient(0deg,rgba(34,34,34,.2),rgba(34,34,34,.2));
	}
#pub--block{
margin-top: 30px;
	margin-bottom: 30px;
	padding: 5px 0px 10px;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-size: calc(100% - 30px) 1px;
    background-position: top;
    background-image: linear-gradient(0deg,rgba(34,34,34,.2),rgba(34,34,34,.2));
	}
#news--block {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 5px 0px 10px;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-size: calc(100% - 30px) 1px;
    background-position: top;
    background-image: linear-gradient(0deg,rgba(34,34,34,.2),rgba(34,34,34,.2));
}
.news__inner, ul.press--list {
    width: 100%;
    max-width: 1230px;
    padding: 0 30px;
    margin: 0 auto;
}
ul.press--list li {
margin: 1em 0;
}	

/**
*GRID
*/
.clearer {clear: both;}
.row.list-group-item .d-1of4, .row.list-group-item .m-1of3, .row.list-group-item .t-1of2 {
		float: none;
		width: 100%;
		clear: both;
	}
.row.list-group-item .grid_img {
	height: auto !important;
}
.row.list-group-item .m-all:hover {
	cursor: pointer;
	background-color: rgba(73,0,31,0.05);
}
.row.list-group-item .m-all {
	margin-bottom:0;
	padding: 0.5em 0 0.5em;
	display: flex;
	border-bottom: solid 1px;
	border-color: rgba(34,34,34,.2);
}
.m-all {
	float:none;
	width:100%;
	box-sizing: border-box;
	padding:0 0.8em;
	margin-bottom:1.5em;
}
.grid_img:hover {
	cursor: pointer;
}
.grid_img.book {
	background-size: contain;
}
.grid_img {
	background-size:cover; 
	background-position:center center; 
	background-repeat:no-repeat;
}
.grid_img {
	position: relative;
}
.row.list-group-item .grid_img {
	background-image: none !important; 
}
.grid_img:hover .works_task {
opacity: 1;
}
.row.list-group-item .works_year, .row.list-group-item .works_dim, .row.list-group-item .works_task, .row.list-group-item .work_title,
.row.list-group-item .grid_title {
    display: block;
    font-size: 1rem;
    color: #49001F;
    margin-top: 0;
}
.row.list-group-item .grid-thumb-wrapper {
	display: none;
}
.row.list-group-item .large-block-grid-4 > li {
    width: 100%;
    padding: 0;
    display: flex;
    margin-bottom: 0.8em;
    text-align: left;
    }
.row.list-group-item [class*="block-grid-"] {
margin: 0 0rem;
}
.search--label {
	position: absolute;
    top: 0.4em;
    font-size: 0.9em;
    right: 0.4em;
    padding: 0.3em;
    background-color: #FFF;
}
.search-results .m-all {
	position: relative;
	padding: 0;
}
#text_view_wrap {
    position: absolute;
    line-height: 45px;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    z-index: 99;
    text-align: center;
    font-size: 0.9rem;
    top: 45px;
    right: calc(50% - 0px);
    transform: translateX(50%);
}
.walk_description, .walk--sep {
	display: none;
}
.post-type-archive-walks .walk_description {
	transition: all 0.2s ease-in-out;
}
.post-type-archive-walks .walk_description.is-active {
	opacity: 0.5;
}
a.ext_link {
background-image: url(img/ext_arrow.svg);
	content: "";
	background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: right 1px;
    display: inline-block;
    padding-right: 23px;
}
.post-type-archive-walks .walk_description.is-active:after {
	background-image: url(img/close--exp.svg);
	content: "";
	background-repeat: no-repeat;
	margin-left: 3px;
	background-position: left 5px;
    display: inline-block;
    width: 13px;
    height: 17px;
}
.post-type-archive-walks .walk_description, .post-type-archive-walks .walk--sep {
	display: block;
}
.row .works_year, .row .works_dim, .row .work_title{
    display: none;
    color: #49001F;
}
.search-results .row .works_task {
opacity: 1;
	}
.row .works_task {
	transition: all 0.2s ease-in-out;
	opacity: 1;
	display:block;
position: relative;
margin-top: 0.2em;
left: 0;
font-size: 0.9em;
font-family: 'Libre Baskerville', serif;
color: #49001F;
}
.row.list-group-item .list_wrap_header {
    display: flex;
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-size: 1rem;
    color: #49001F;
    margin-bottom: 15px;
    margin-top: -5px;
    opacity: 0.7;
}
.btn-primary {
    color: #49001F;
    margin-right: 0px;
    font-family: 'Work Sans', sans-serif;
}
.btn-default {
	color: #49001F;
    margin-right: 0px;
    font-family: 'Work Sans', sans-serif;
}
.rel_pub {
	height: 40vh;
	margin-bottom: 1em;
}
.rel_pub .grid-item-50 {
height: 40vh;
	}
.rel_pub .grid-item-50:first-child {
background-color: rgba(73,0,31,0.1);
}
.rel_pub .grid-item-50:last-child {
padding-left: 2em;
}
.meta_pub_block {
	margin-top: 1.5rem;
}
.list_wrap_header {
    display: none;
}
.grid--table {
	display: table;
}
.grid--table--cell {
	display: table-cell;
	vertical-align: middle;
}
.ref_thumb {
	width: 50px;
	margin-right: 1em;
	height: 50px;
	background-size: contain;
	background-position: center;
border-radius: 50%;
}
.credit_list.pres ul {
	list-style: none;
	margin: 0.5em 0;
	padding: 0
}
.credit_list.pres ul li {
	margin-bottom: 0.5em;
}
.content--modal {
	padding: 1em;
	columns: 2;
	column-gap: 1.5em;
	height: auto;
}
.content--modal p {
	color: #49001F;
}
.walks--modal {
	position: relative;
	width: 100%;
	top: 45px;
	z-index: 9;
	left: 50%;
	max-height: 0;
	overflow: hidden;
	transform: translateX(-50%);
	transition: all 0.4s ease-in-out;
	opacity: 1;
}
.walks--modal.is-active {
	max-height: 80vh;
	opacity: 1;
	margin-bottom: 1.5em;
}
.walk_description:hover {
	cursor: pointer;
	opacity: 0.5;
}
.close--modal {
  position: absolute;
    right: -32px;
    top: calc(0px - 0px);
    width: calc(32px + 0.5em);
    padding: 0.4em 0.5em 0;
    background-color: #FFF;
    height: calc(32px + 0.5em);
    opacity: 1;
}
.close--modal:hover {
  opacity: 1;
  cursor: pointer;
}
.close--modal:before, .close--modal:after {
  position: absolute;
    left: 20px;
    content: ' ';
    height: 30px;
    width: 2px;
    background-color: #49001F;
}
.close--modal:before {
  transform: rotate(45deg);
}
.close--modal:after {
  transform: rotate(-45deg);
}
body.post-type-archive-installations #text_view_wrap,
body.post-type-archive-walks #text_view_wrap,
body.post-type-archive-otherworks #text_view_wrap,
body.post-type-archive-publications #text_view_wrap {
    display: flex;
    font-size: 1em;
}
.press__section {
	padding:15px 0; 
}
.pub__section {
	padding:15px 0; 
}
.pub-grid-img {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 35vh;
	margin-top: 2.5vh;
}
.pub__section:after, .grid:after {
	content: "";
	display: table;
	clear: both;
}
.press__section h3, .pub__section h3 {
	font-family: 'Work Sans', sans-serif;
	font-size: 0.9rem;
	text-transform: uppercase;
	margin: 0 0 10px;
}
ul.rel_items li {
	display: flex;
	margin-bottom: 15px;
}
ul.rel_items {
	list-style: none;
	padding:0;
	margin: 0;
}
#text_view_wrap {
    display: none;
}
[class*='grid-item-'] {
  float: left;
}
.grid-item-40 {
	width: 40%;
}
.grid-item-50 {
	width: 50%;
}
.grid-item-60 {
	width: 60%;
}
.grid-item-66 {
	width: 66%;
}
.grid-item-80 {
	width: 80%;
}
.grid-item-70 {
	width: 70%;
}
.grid-item-20 {
	width: 20%;
}
.rgtal {
	text-align: right;
}
.grid-item-30 {
	width: 30%;
}
.grid-item-33 {
	width: 33%;
}
.grid-item-35 {
	width: 35%;
}
.grid-item-15 {
	width: 15%;
}
.grid-item-10 {
	width: 10%;
}
.grid-item-25 {
	width: 25%;
}
ul.rel_items p {
	margin: 0;
}

/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}


/**
 * 9.0 - Clearings
 */

#workdata {
	margin-top: 40px;
}
a.vidbutton {
	border: solid thin #49001F;
	color: #49001F;
	font-family:'Futura LT W01 Medium';
	padding: 6px 10px;
}

/**
 * 10.0 - Widgets
 */



/**
 * 11.0 - Content
 */

.site {
	background-color: #FAFAF5;
}

.site-inner {
	margin: 0 auto;
	position: relative;
}

.site-content {
	word-wrap: break-word;
}

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

.site-main {
	position: relative;
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10001;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-size: calc(100% - 30px) 1px;
    background-position: bottom;
    background-image: linear-gradient(0deg,rgba(34,34,34,.2),rgba(34,34,34,.2));
    background-color: #FAFAF5;
}

.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.red {color: #DE0054}

.site-title {
	line-height: 36px;
	margin: 0;
}

.site-branding .site-title a {
	color: #49001F;
	transition: all 0.2s ease-in-out; 
}


.menu-toggle {
	background-color: transparent;
	border: 1px solid #d1d1d1;
	color: #1a1a1a;
	font-size: 13px;
	font-size: 0.8125rem;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}

.no-js .menu-toggle {
	display: none;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	position: relative;
}


.entry-title {
	font-size: 16px;
	font-size: 1rem;
	font-weight: normal;

	line-height: 1.25;
	margin-bottom: 0.5em;
	text-align: left;
}

.entry-title a {
	color: #49001F;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}






.more-link {
	white-space: nowrap;
}



/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */


body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}



/**
 * 11.3 - Post Formats
 */

.dt_only {
	display: block;
}
.mob_only {
	display: none !important;
}

/**
 * 11.4 - Comments
 */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 0 auto;
  padding: 70px 20px;
  background: transparent;
  width: 100%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup .close {
  position: fixed;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  position: relative; 
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
}
.popup .content iframe { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


/**
 * 11.5 - JSController
 */

.row .grid_img .works_year, .row .grid_img .work_title, .row .grid_img .works_dim {
	display: none !important;
}

.row.list-group-item .grid_img .works_year, .row.list-group-item .grid_img .work_title, .row.list-group-item .grid_img .works_dim {
	display: block !important;
}


/**
 * 11.6 - Footer
 */

.site-footer {
		padding: 15px 0px 10px;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-size: calc(100% - 1em) 1px;
    background-position: top;
    background-image: linear-gradient(0deg,rgba(34,34,34,.2),rgba(34,34,34,.2));
}

.site-info {
	color: #49001F;
	opacity: 0.7;
	font-size: 0.8125rem;
	float: left;
	width: 50%;
	line-height: 1.6153846154;
}
.site-info-right {
	color: #49001F;
	font-size: 0.8125rem;
	float: right;
	text-align: right;
	width: 50%;
	line-height: 1.6153846154;
}

.site-info a, .site-info-right a {
	color: #49001F;
	opacity: 1;
}
a.site--details {
	margin-left: 15px;
}

.site-info a:hover,
.site-info a:focus {
	opacity: 7;
}


/**
 * 12.0 - Media
 */


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 0em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}



/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Cookies
 */

#cookiePolicy {
   position: fixed;
    top: 65%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 90%;
    z-index: 999;
    color: #FFF;
    font-size: 1em;
    max-width: 500px;
}
.audio--notice {
	background-color: #FFF;
    border-top: solid 1px #49001F;
}
#cookiePolicy .audio--notice p {
display: block;
    float: right;
    width: calc(100% - 50px);
    margin: 0;
    color: #49001F;
    line-height: 1.3;
    margin-bottom: 0.6em;
}
.cookie_bg {
	    background: #49001F;
	    width: 100%;
}
#cookiePolicy .audio--notice p a {
	color: #49001F;
	border-bottom: solid thin #49001F;
}
.cookie_cont {
	width: 100%;
	max-width: 1230px;
	padding: 0 15px; 
	margin: 0 auto;
}
.content-cell-padding-narrow {
	padding: 1em 0em;
}
#cookiePolicy .grid-item-20 {
font-size: 1.1em;
    margin: 0;
    text-align: right;
    color: #FFF;
}

#cookiePolicy .grid-item-20 a {
    color: #49001F;
    padding: 5px 15px;
    background-color: #FFF;
}
#cookiePolicy p {
	font-size: 1.1em;
    margin: 0;
    color: #FFF;
    line-height: 1.3;
}
#cookiePolicy p a {
	color: #FFF;
	border-bottom: solid thin #FFF;
}
.op--30 {
	opacity: 0.3;
	font-family: 'Work Sans', sans-serif;
	text-transform: uppercase;
	font-size: 0.9rem;
}

/**
 * 13.0 - Multisites
 */
.site-content:after, #workdata:after, .site-main:after {
content: "";
display: table;
clear: both;
}
.entry-header, .entry-content {
	width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.grid-pack {
	width: 100%;
}
.page-id-777 .pub--container .grid-item-50 p a {
	border-bottom: solid thin #49001F;
}
.page-id-80 .page .entry-content,
.page-id-463 .page .entry-content,
.page-id-455 .page .entry-content,
.page-id-2 .page .entry-content,
.page-id-777 .page .entry-content {
	padding-top: 1.5em;
} 
.video--hidden {
	position: absolute;
	top: 0px;
	transition: all 0.3s ease-in-out;
	z-index: -1;
	opacity: 0;
	width: calc(100% - 60px)!important;
	left: 30px;
}
.video--hidden.is-active {
	display: block;
	z-index: 9;
	opacity: 1;
}
.mp3_block {
	position: absolute;
	top: 1em;
	left: 50%;
    transform: translateX(-50%);
}
.image-gallery.is-hidden {
z-index: -1;
	opacity: 0;
}
#workdata {
	padding: 15px 0px;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-size: calc(100% - 30px) 1px;
    background-position: top;
    background-image: linear-gradient(0deg,rgba(34,34,34,.2),rgba(34,34,34,.2));
}
.thumbnail__trigger {
	font-size: 0.9rem;
    padding-left: 0px;
    margin-top: 20px;
    transition: all 0.2s ease-in-out;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    opacity: 0.5;
}
.thumbnail__trigger:hover {
	cursor: pointer;
	opacity: 1;
}
#workdata p, #workdata h3 {
	font-size: 1.04rem;
}
.colright p {
	max-width: 730px;
}
.search__panel {
	position: fixed;
    top: 44px;
    width: 100%;
    padding-top: 10px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background-color: #FAFAF5;
    z-index: -1;
    height: calc(100vh - 44px);
}
.search__panel.is-active {
z-index: 999;
opacity: 1;
	}
.thumbnail__trigger.is-hidden {
	opacity: 0;
}
.pub--meta--right p {
	font-size: 1.1rem;
	margin: 0;
	line-height: 1.7;
}
.pub--meta--right a {
	border-bottom: solid thin #49001F;
}
h3.metalabel {
font-size: 1.1rem;
	margin: 0;	
}
.pub--meta--right {
	margin-bottom: 1.5rem;
}
ul.pub_cont--list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem 0;
}
h3.pub--cont--header {
font-size: 1.1rem;
margin-bottom: 0.2rem;	
}
ul.pub_cont--list li {
font-size: 1.1rem;
margin: 0 0 0.1rem 0;
	}

p.news_title {
	margin: 0.2em 0 0.5em;
}
p.news--small {
	font-size: 0.9rem;
	margin: 0.3em 0 0;
}
#menu-item-760, #menu-item-761 {
	display: none;
}
.site-info .dt_only {
	display: inline-block;
}
.pub--container .grid-item-50 ul {
	margin: 0 0 1em 0;
}
.pub--container .grid-item-50 ul li {
	margin: 0 0 0.3em 1em;
}
.pub--container .grid-item-50 ul li:before {
	content: "- "
}
.pub--container .grid-item-50 .credit_list ul li,
.single-publications .pub--container .grid-item-50 .pub_cont--list li {
	margin: 0.2em 0 0.2em 0em;
}
.pub--container .grid-item-50 .credit_list ul li:before,
.single-publications .pub--container .grid-item-50 .pub_cont--list li:before {
	content: ""
}
.single-publications .pub--container .grid-item-50 {
	margin-bottom: 50px;
}
.audio--icon {
	width: 35px;
    height: 35px;
    display: block;
    float: left;
    margin: 0px 15px 0px 0px;
    background-image: url(img/headphones_home.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#cookiePolicy .audio--icon {
	width: 35px !important;
    height: 35px !important;
    display: block;
    background-position: center;
    float: left;
    }
.single-walks .audio--icon,
.single-installations .audio--icon,
.single-otherworks .audio--icon {
	width: 20px;
    height: 22px;
    display: inline-block;
    overflow: visible;
    background-position: left 3px;
    margin: 0px 5px 0 0;
}

.single-walks .walks--modal,
.single-installations .walks--modal,
.single-otherworks .walks--modal{
    top: -30px;
    width: 100%;
    max-width: 1230px;
    padding: 0 20px;
}
.single-walks .walks--modal.is-active {
}
.single-walks .walks--modal .content--modal,
.single-installations .walks--modal .content--modal,
.single-otherworks .walks--modal .content--modal {
padding: 0em 10px;
column-count: 1;
max-width: 60%;
}
.single-walks .walks--modal .content--modal p,
.single-installations .walks--modal .content--modal p,
.single-otherworks .walks--modal .content--modal p {
	margin-bottom: 0;
}
.single-walks .audio--icon:hover,
.single-installations .audio--icon:hover,
.single-installations .audio--icon:hover {
	cursor: pointer;
}

.single-installations .audio--icon {
	background-size: 100%; 
    text-align: left;
    background-position-x: 50%;
    background-position-y: 50%;
    -webkit-animation: zoomin 1s infinite;
    animation: zoomin 1s infinite;
  background-origin:center;
}
@-webkit-keyframes zoomin {
    0% {
       background-size: 100%; 
    }
    50% {
       background-size: 90%; 
    }
    100% {
       background-size: 100%; 
    }
}

/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}
@media screen and (max-width: 35.438em) {
.dt_only {
	display: none;
}
.colleft {
	padding-bottom: 1em;
	margin-bottom: 1em;
	background-repeat: no-repeat;
    background-size: 100% 1px;
    background-size: calc(100% - 0px) 1px;
    background-position: bottom;
    background-image: linear-gradient(0deg,rgba(34,34,34,.2),rgba(34,34,34,.2));
}
body.single .entry-header.audio--title .entry-title {
    display: inline-block;
}
.walks--modal {
    position: relative;
    width: 100%;
    top: 15px;
    }
.single-walks .walks--modal,
.single-installations .walks--modal,
.single-otherworks .walks--modal {
top: 0px;
}
.single-walks .walks--modal .content--modal,
.single-installations .walks--modal .content--modal,
.single-otherworks .walks--modal .content--modal {
padding: 0em 10px;
}
.walks--modal.is-active {
    max-height: 180vh;
    opacity: 1;
    margin-bottom: 0.5em;
}
.content--modal {
    padding: 1em 10px;
    columns: 1;
    column-gap: 0em;
    height: auto;
}
.audioplayer-volume {
    display: none !important;
}
.site-footer {
    padding: 12px 0px 10px;
    }
.m-all {
    padding: 0 0.0em;
}
#menu-item-83 {
	border-bottom: solid thin #fff;
}
.main-navigation #menu-item-760, .main-navigation #menu-item-761 {
	display: inline-block;
	padding-top: 0.8em;
	width: 49%;
line-height: 15px;
	font-size: 0.9rem;
}
h1.entry-title {
	font-size: 1.25em;
    line-height: 1.3;
    padding: 0.4em 0 0.3em;
}
.single-walks .audio--icon:hover,
.single-installations .audio--icon:hover,
.single-otherworks .audio--icon:hover {
	cursor: pointer;
}
.single-walks .audio--icon,
.single-installations .audio--icon,
.single-otherworks .audio--icon {
    width: 20px;
    height: 28px;
    float: right;
    background-position: left 1px;
    margin: 0px 0px 0 8px;
}
h2.entry-sub-title {
font-size: 1.25em;
    line-height: 1.3;
    margin: -1em 0 0.5em;
    padding: 0.3em 0;	
}
.row .works_task {
    opacity: 1;
    }
.header__inner {
	display: flex;
	justify-content: space-between;
}
.grid-pack-item {
	width: calc(100% - 2em);
	margin: 0 1em 2.5em;
}
.mob--page--header {
background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: bottom;
    background-image: linear-gradient(0deg,rgba(34,34,34,.2),rgba(34,34,34,.2));
    background-color: #FAFAF5;
}
.site-header, #news--block, .site-footer, .mob--page--header, #workdata {
	background-size: calc(100% - 0px) 1px;
}
.home .image-gallery {
	padding-top: 0px;
	height: calc(100vh - 103px);
}
.image-gallery {
	padding-top: 25px;
}
ul.press--list li .grid-item-50,
ul.press--list li .grid-item-10 {
	width: 100%;
}
ul.press--list li .grid-item-20 {
    width: 50%;
}
ul.press--list li p.rgtal {
	margin: 0; 
}
ul.press--list li .grid-item-20:nth-child(3){
	text-align: right;
}
.grid-thumb-wrapper {
	width: 65%;
	margin: 0 auto 0.4em;
}
.row.list-group-item .works_task {
text-align: left;
width: 70%;	
}
.row.list-group-item .works_year {
text-align: left;
width: 30%;	
}
.row.list-group-item .m-all {
    margin-bottom: 0.5em;
    padding: 0 0 0.5em 0;
    }
.row .works_task {
    transition: all 0.2s ease-in-out;
    opacity: 1;
    display: block;
    text-align: center;
    bottom: auto;
    position: relative;
    }
.row.list-group-item .large-block-grid-4 > li {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.8em;
    text-align: left;
}
li.ul-grid-item {
	margin-bottom: 2em;
}
.prev_post, .next_post {
	width: 50%;
	line-height: 40px;
	float: left;
}
.grid-item-70 {
	width: 70%;
}
.page-id-80 .page .entry-content, .page-id-463 .page .entry-content, .page-id-455 .page .entry-content {
    padding-top: 0.5em;
}
.pub--container .grid-item-50 {
	width: 100%;
}
.next_post {
	text-align: right;
}
.pub__section {
    padding: 8px 0;
}
.meta_pub_block {
    margin-top: 1.0rem;
}
.rel_pub .grid-item-50 {
    height: auto;
}
#pub--block {
    margin-top: 10px;
    background-size: calc(100% - 20px) 1px;
    margin-bottom: 10px;
}
.entry-content .colleft h3.work--year {
    margin-bottom: 0.5em;
}
.rel_pub {
    height: auto;
}
.rel_pub .grid-item-50:first-child {
    background-color: rgba(73,0,31,0.0);
    height: auto;
}
.pub-grid-img {
    background-position: top;
    height: 30vh;
    margin-top: 0vh;
}
.rel_pub .grid-item-50:last-child {
    padding-left: 0.5em;
}
.mob_only {
	display:block !important;
}
#workdata p, #workdata h3 {
    font-size: 1.07rem;
}
.site-content {
    padding: 68px 0 0 0px;
    }
.menu__trigger {
	line-height: 40px;
}
ul.rel_items li {
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
}
ul.rel_items li .grid-item-50, ul.rel_items li .grid-item-20, ul.rel_items li .grid-item-15 {
    width: 100%;
}
.menu__trigger {
	font-size: 1.2rem
}
.entry-header, .entry-content {
    padding: 0 10px;
}
a.site--details {
    margin-left: 0px;
    margin-right: 10px;
}
.site-info {
width: 100%;
line-height: 1;
float: none;
	}

.news__inner, ul.press--list {
	padding: 0 1em;
}
.post-type-archive .row{
    padding: 30px 10px 10px;
}
.search-results .row {
	padding: 0px 10px 10px;
}
.thumbnail__trigger {
	display: none;
}
.splash-bg-full-single {
    height: calc(100vh - 138px) !important;
    background-position: top !important;
}
body.home .flickity-viewport {
	height: calc(100vh - 138px) !important;
}
#workdata {
    margin-top: 20px;
}
.gallery {
    margin-top: 0px;
    height: auto !important;
}
.gallery-cell {
    height: auto !important;
    }
body.home .flickity-prev-next-button.previous,
body.home .flickity-prev-next-button.next {
bottom: 6px;
}
body.home .flickity-prev-next-button.previous {
    left: 40px !important;
}
.flickity-prev-next-button.previous {
    left: 0px !important;
}
body.home .flickity-prev-next-button.next {
    right: 40px !important;
}
.flickity-prev-next-button.next {
    right: 0px !important;
}
body.home .flickity-prev-next-button {
    top: auto !important;
}
.flickity-prev-next-button {
    top: 0% !important;
    transform: translateY(-0%) !important;
}
.row.list-group-item .works_dim, .row.list-group-item .work_title {
display: none !important;
}
.video--hidden {
    position: absolute;
    top: 25px;
    width: calc(100% - 20px)!important;
    left: 10px;
    }
body.home .site-content {
    margin: 68px 0px 0 0px;
}
.embed-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    object-fit: contain;
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
left: 0;}
.mp3_block {
    width: 70%;
    position: absolute;
    top: 0.5em;
    }
.video_with_images {
	position: absolute;
	top: -3px;
	font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
}
body.home .site-content {
    min-height: calc(100vh - 103px);
}
h5.home_label {
	top: 0.7em;
    padding: 0 1.05em;
}
.main-navigation ul, ul.top-menu {
    list-style: none;
    margin: 10px 0.8em;
    font-size: 1.20rem;
    }
.gallery__info {
	padding: 0 1em;
	bottom: 20px;
}
.gallery__info .entry-title {
	font-size: 1.45em;
}
.gallery__info h4, .gallery__info p {
	font-size: 1.1em;
}
.search-right {
	padding-right: 1em;
}
.site-branding {
margin:0;
    max-width: 100%;
    padding: 0.5em 0 0.5em 10px;
    min-width: 0;
	overflow: visible;
}
#text_view_wrap {
    top: 106px;
    right: auto;
    line-height: 35px;
    transform: translateX(0);
    left: 10px;
}
.site-branding h1 {
	font-size: 1.25em;
    line-height: 1.3;
}
#site-header-menu {
	display: block;
	background-color: #49001F;
	position: fixed;
	z-index: 999;
	transition: all 0.3s ease-in-out;
	top: 68px;
	height:auto;
	width: 100%;
	right: -100%;
}
.grid_img {
    position: relative;
    height: 30vh;
}

#site-header-menu.is-active {
right: 0px;
	}
.entry-header {
	margin-bottom: 20px;
}
}

/**
Phone Landscape
*/
@media screen and (min-width: 35.439em) and (max-width: 47.000em) {
.title_separation {
    display: inline-block;
    width: 23px;
    margin: 22px 5px 0;
    }
.single-walks .audio--icon,
.single-installations .audio--icon,
.single-otherworks .audio--icon {
    width: 20px;
    height: 30px;
    background-position: left 10px;
    margin: 0px 10px 0 0;
}
.audioplayer-volume {
    display: none !important;
}
#workdata p, #workdata h3, .entry-content .colright ul {
    font-size: 0.95rem;
}
ul.rel_items li {
    display: flex;
    font-size: 0.95em;
    }
.gallery__info .entry-title {
    max-width: 420px;
    font-size: 1.5em;
    margin-bottom: 5px;
    line-height: 1.2;
}
.credit ul {
	columns: 2;
}
.gallery__info h4 {
    font-size: 1.1em;
    }
.gallery__info p {
    font-size: 1.1em;
    }
.gallery__info {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    bottom: 20px;
}
.site-info {
    width: 65%;
}
.site-info-right {
    width: 35%;
    }
.post-type-archive .row {
    padding: 42px 0px 10px;
    }
.post-type-archive .row.list-group-item {
    padding: 42px 10px 10px;
    }	
.page-id-455 .pub--container .grid-item-50:last-child,
.page-id-463 .pub--container .grid-item-50:last-child,
.page-id-80 .pub--container .grid-item-50:last-child{
	display: none;
}
.page-id-455 .pub--container .grid-item-50:first-child,
.page-id-463 .pub--container .grid-item-50:first-child,
.page-id-80 .pub--container .grid-item-50:first-child  {
	width: 100%;
}
.page-id-455 .pub--container .grid-item-50:first-child p,
.page-id-463 .pub--container .grid-item-50:first-child p,
.page-id-80 .pub--container .grid-item-50:first-child p {
	max-width: 600px;
}
.page-id-80 .pub--container .grid-item-50 figure.single--image.mob_only {
	display: block !important;
}
.row.list-group-item .works_year {
    width: 13%;
    font-size: 0.9em;
}	
.row.list-group-item .works_task {
    width: 35%;
    opacity: 1;
    font-size: 0.9em;
}
.row.list-group-item .work_title {
    width: 33%;
    font-size: 0.9em;
}
.row.list-group-item .works_dim {
    width: 19%;
    font-size: 0.9em;
}	
	.entry-title {
		font-size: 1.0rem;
		line-height: 45px;
		padding-left: 0px;
		margin-bottom: 30px;
	}
	.grid-pack-item {
	margin: 1em 15px 2em;
	padding-bottom: 1em;
	float: left;
	width: calc(50% - 30px);
	border-bottom: solid thin;
	border-color: rgba(34,34,34,.2);
}
	.image-gallery {
	width: 90%;
    margin: 0 auto;
    height: calc(60vh - 0px) !important;
	}
	.t-1of2 {
		float: left;
		width:50%;
	}
	.mp3_block {
    width: calc(50% - 1em);
    }
	.large_video {
	width: calc(100% - 0px);
    margin: 0 auto;
    height: 76vh;
	}

	.video_with_images {
	position: absolute;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    top: -74px;
    right: 15px;
    font-size: 0.9rem;
    line-height: 45px;
    display: flex;
	}
	
	.site-content {
		padding: 44px 0 0 0px;
		min-height: calc(100vh - 50px);
	}
	body.single .site-content {
	padding: 44px 0 0;
    width: 100%;
    min-height: calc(100vh - 50px);
    margin: 0 auto;
    position: relative;
	}

body.home .content-area{
	min-height: auto;
}
	.content-area {
		margin-right: 0%;
		width: 100%;
		position: relative;
    min-height: calc(100vh - 92px);
	}

	.site-footer {
		padding: 15px 0px 10px;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-size: calc(100% - 30px) 1px;
    background-position: top;
    background-image: linear-gradient(0deg,rgba(34,34,34,.2),rgba(34,34,34,.2));
	}
	.site {
		padding: 0px;
	}

	
	.works_navigation {
		font-family: 'Work Sans', sans-serif;
		width: 100%;
		position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
	}
	
	.site-title {
		font-size: 1.0rem;
		line-height: 45px;
		padding-right: 0px;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header-menu {
		margin: 0;
	}

	
	.grid_img {
	height: 18vh;
}
body.single .entry-header.audio--title .entry-title {
	display: inline-block;
    width: calc(100% - 40px);
}
body.single .entry-title {
	display: block;
	clear: none;
	width: 100%;
}
.next_post {text-align: right;}
.prev_post a, .next_post a {opacity: 0.6; color: #49001F} 
.prev_post, .next_post {
	    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.next_post {
text-align: right;
	}
.search-right {
	display: flex;
    width: calc(22% - 15px);
    flex-wrap: nowrap;
    justify-content: space-between;
}
.header__inner {
	width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header__inner__nav {
	width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

	.site-branding {
		margin-top: 0em;
		margin-bottom: 0em;
		display: flex;
		flex-wrap: nowrap;
	}
	#site-header-menu {
	display: block;
	background-color: #49001F;
	position: fixed;
	z-index: 999;
	transition: all 0.3s ease-in-out;
	top: 45px;
	height:calc(100vh - 42px);
	width: calc(30% - 0px);
	right: calc(-30% + 0px);
}
body.home #site-header-menu.is-active {
right: 0px;
	}
body.home #site-header-menu {
	width: calc(30% + 10px);
    right: calc(-30% - 10px);
}
#text_view_wrap {
    position: absolute;
    line-height: 40px;
    }
body.post-type-archive-installations #text_view_wrap, body.post-type-archive-walks #text_view_wrap, body.post-type-archive-otherworks #text_view_wrap, body.post-type-archive-publications #text_view_wrap {
    font-size: 0.9em;
}
.site-header {
    background-size: calc(100% - 24px) 1px;
    }
#site-header-menu.is-active {
right: 10px;
	}
.video_link {
	position: absolute;
	top:43px;
	right:-85px;
	width: 70px;
}
.m-1of3 {
	float: left;
	width:33.33333%;
}

.colleft {
	float: left;
	width:30%;
	padding-right: 1em;
}
.colright {
	float: right;
	margin-bottom: 50px;
	width:70%;
	padding-left: 1.5em;
}
.grid_img {
	height: 30vh;
}

ul.grid_list li {
    margin-bottom: 0em;
    display: inline-table;
    float: none;
    position: relative;
    clear: none !important;
}
[class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 1.0rem 1.5rem;
}
.large-block-grid-4 > li {
    width: 32.8%;
    list-style: none;
}
.main-navigation ul, ul.top-menu {
    font-size: 1.0rem;
}
.main-navigation li {
    line-height: 25px;
}
.gallery-cell img, .gallery-cell .dt_only img {
	object-fit: contain;
	background-color: rgba(255,255,255,0.05);
	width: 100%;
	height: 100%;
}
.gallery-cell .dt_only {
	width: 100%;
	height: 100%;
}
.search-results .m-all {
    margin: 0 15px 3em;
    width: calc(33.33% - 30px);
}
.autoplayslide.image-gallery {
	width: 100%;
    margin: 0 auto;
    height: calc(100vh - 15px) !important;
    }
body.home .flickity-prev-next-button.previous, body.home .flickity-prev-next-button.next {
    bottom: 5px;
}
.image-gallery {
	width: 90%;
    margin: 0 auto;
    height: 76vh !important;
    }
.autoplayslide .gallery-cell,.autoplayslide .flickity-viewport {
    height: calc(100vh - 45px) !important;
    }
.gallery-cell,.flickity-viewport {
    height: 76vh !important;
    }	


}
/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 47.001em) {
.page-id-455 .pub--container .grid-item-50:last-child,
.page-id-463 .pub--container .grid-item-50:last-child,
.page-id-80 .pub--container .grid-item-50:last-child{
	display: none;
}
.entry-content .colright .credit ul {
	columns: 2;
		margin-top: -15px !important;
    margin-bottom: 1.5em !important;
}
p.wp-caption-text {
    margin: 10px auto 0;
    color: #49001F;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
body.single .entry-header.audio--title .entry-title {
	display: inline-block;
}
.page-id-455 .pub--container .grid-item-50:first-child,
.page-id-463 .pub--container .grid-item-50:first-child,
.page-id-80 .pub--container .grid-item-50:first-child  {
	width: 100%;
}
.page-id-455 .pub--container .grid-item-50:first-child p,
.page-id-463 .pub--container .grid-item-50:first-child p,
.page-id-80 .pub--container .grid-item-50:first-child p {
	max-width: 600px;
}
.page-id-80 .pub--container .grid-item-50 figure.single--image.mob_only {
	display: block !important;
}
.row.list-group-item .works_year {
    width: 9%;
}	
.row.list-group-item .works_task {
    width: 35%;
    opacity: 1;
}
.row.list-group-item .work_title {
    width: 33%;
}
.row.list-group-item .works_dim {
    width: 23%;
}	
	.entry-title {
		font-size: 1.0rem;
		line-height: 45px;
		padding-left: 0px;
		margin-bottom: 30px;
	}
	.grid-pack-item {
	margin: 1em 15px 2em;
	padding-bottom: 1em;
	float: left;
	width: calc(50% - 30px);
	border-bottom: solid thin;
	border-color: rgba(34,34,34,.2);
}
	.image-gallery {
	width: 90%;
    margin: 0 auto;
	}
	.t-1of2 {
		float: left;
		width:50%;
	}
	.mp3_block {
    width: calc(50% - 1em);
    }
	.large_video {
	width: calc(100% - 0px);
    margin: 0 auto;
    height: 76vh;
	}

	.video_with_images {
	position: absolute;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    top: -74px;
    right: 15px;
    font-size: 0.9rem;
    line-height: 45px;
    display: flex;
	}
	
	.site-content {
		padding: 44px 0 0 0px;
		min-height: calc(100vh - 50px);
	}
	body.single .site-content {
	padding: 44px 0 0;
    width: 100%;
    min-height: calc(100vh - 50px);
    margin: 0 auto;
    position: relative;
	}

body.home .content-area{
	min-height: auto;
}
	.content-area {
		margin-right: 0%;
		width: 100%;
		position: relative;
    min-height: calc(100vh - 92px);
	}

	.site-footer {
		padding: 15px 0px 10px;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-size: calc(100% - 30px) 1px;
    background-position: top;
    background-image: linear-gradient(0deg,rgba(34,34,34,.2),rgba(34,34,34,.2));
	}
	.site {
		padding: 0px;
	}

	
	.works_navigation {
		font-family: 'Work Sans', sans-serif;
		width: 100%;
		position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
	}
	
	.site-title {
		font-size: 1.0rem;
		line-height: 45px;
		padding-right: 0px;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		font-size: 1.0rem;
		margin: 1.3125em 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header-menu {
		margin: 0;
	}

	
	.grid_img {
	height: 18vh;
}
body.single .entry-title {
	display: block;
	clear: none;
}
.next_post {text-align: right;}
.prev_post a, .next_post a {opacity: 0.6; color: #49001F} 
.prev_post, .next_post {
	    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.next_post {
text-align: right;
	}
.search-right {
	display: flex;
    width: calc(30% - 15px);
    flex-wrap: nowrap;
    justify-content: space-between;
}
.header__inner {
	width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header__inner__nav {
	width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

	.site-branding {
		margin-top: 0em;
		margin-bottom: 0em;
		display: flex;
		flex-wrap: nowrap;
	}
	#site-header-menu {
	display: block;
	background-color: #49001F;
	position: fixed;
	z-index: 999;
	transition: all 0.3s ease-in-out;
	top: 45px;
	height:calc(100vh - 42px);
	width: calc(30% - 5px);
	right: calc(-30% + 5px);
}
body.home #site-header-menu.is-active {
right: 0px;
	}
body.home #site-header-menu {
	width: calc(30% + 10px);
    right: calc(-30% - 10px);
}
#site-header-menu.is-active {
right: 15px;
	}
.video_link {
	position: absolute;
	top:43px;
	right:-85px;
	width: 70px;
}
.m-1of3 {
	float: left;
	width:33.33333%;
}

.colleft {
	float: left;
	width:30%;
	padding-right: 1em;
	margin-bottom: 50px;
}
.colright {
	float: right;
	margin-bottom: 50px;
	width:70%;
	padding-left: 1.5em;
}
.grid_img {
	height: 15vh;
}

ul.grid_list li {
    margin-bottom: 0em;
    display: inline-table;
    float: none;
    position: relative;
    clear: none !important;
}
[class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 1.0rem 1.5rem;
}
.large-block-grid-4 > li {
    width: 32.8%;
    list-style: none;
}
.gallery-cell img, .gallery-cell .dt_only img {
	object-fit: contain;
	background-color: rgba(255,255,255,0.05);
	width: 100%;
	padding-bottom: 25px;
	height: 100%;
}
.gallery-cell .dt_only {
	width: 100%;
	height: 100%;
}
.search-results .m-all {
    margin: 0 15px 3em;
    width: calc(33.33% - 30px);
}
.autoplayslide.image-gallery {
	width: 100%;
    margin: 0 auto;
    height: 85vh !important;
    }
.image-gallery {
	width: 90%;
    margin: 0 auto;
    
    }
.autoplayslide .gallery-cell,.autoplayslide .flickity-viewport {
    height: 83vh !important;
    }
.gallery-cell,.flickity-viewport {    
    }
.single-walks .audio--icon,
.single-installations .audio--icon,
.single-otherworks .audio--icon {
    width: 20px;
    height: 30px;
    float: right;
    background-position: left 10px;
    margin: 0px 0px 0 10px;
}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	

.site-header-main {
	
}

}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
.page-id-455 .pub--container .grid-item-50:last-child,
.page-id-463 .pub--container .grid-item-50:last-child,
.page-id-80 .pub--container .grid-item-50:last-child  {
	display: block;
}	
.page-id-455 .pub--container .grid-item-50:first-child,
.page-id-463 .pub--container .grid-item-50:first-child,
.page-id-80 .pub--container .grid-item-50:first-child {
	width: 50%;
}
.page-id-80 .pub--container .grid-item-50 figure.single--image.mob_only {
	display: none !important;
}

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}


	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation {
		margin: 0em;
	}
	.menu-navcm-container {
		width: 100%;
	}

	.main-navigation .primary-menu, .top-menu{
		border: 0;
    	display: flex;
    	flex-direction: column;
	}

	.main-navigation .primary-menu > li, .top-menu > li {
		float: none;
		padding-right: 25px;
	}

	.main-navigation a {
		outline-offset: 0px;
		white-space: nowrap;
		color: #FAFAF5;
		transition: all 0.2s ease-in-out;
	}

	

	.grid_img {
	height: 23vh;
}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	#site-header-menu {
	width: calc(25% - 5px);
	right: calc(-25% + 5px);
}
.search-results .m-all {
    margin: 0 15px 3em;
    width: calc(25% - 30px);
}
.autoplayslide .gallery-cell,.autoplayslide .flickity-viewport {
    height: 83vh !important;
    }
.gallery-cell,.flickity-viewport {
    height: 78vh !important;
    }
.colright {
	padding-left: 3em;
}


.navigation-page-title {
 	font-size: 1.1rem;
 	}
	.video_with_images {
    right: 30px;
    }
body.home #site-header-menu {
	width: calc(25% + 10px);
    right: calc(-25% - 10px);
}
	.pub--container .grid-item-50:first-child {
		padding-right: 1rem;
	}
	.pub--container .grid-item-50:last-child {
		padding-left: 1rem;
	}
	.entry-title {
		font-size: 1.1rem;
	}
	.menu__trigger {
	font-size: 1.35rem;
}
.autoplayslide.image-gallery {
	width: 100%;
    margin: 0 auto;
    height: 85vh !important;
    }
.image-gallery {
	width: 96%;
    margin: 0 auto;
    height: 76vh !important;
    }
.entry-header, .entry-content {
    padding: 0 30px;
    }
	.search-right {
	display: flex;
    width: calc(26% - 30px);
}
.site-title {
		font-size: 1.1rem;
	}

	.entry-sub-title {
		font-size: 1.1rem;
		margin-bottom: 30px;
		line-height: 1;
    margin-top: -32px;
	}


	.d-1of4 {
	float: left;
	width:25%;
}
.m-all {
	padding: 0 1.6em 0 0;
}
.m-all:nth-child(4n) {
	padding: 0;
}
.grid_img {
	height: 21vh;
}
.grid-pack-item {
	margin: 1em 15px 2em;
	padding-bottom: 1em;
	float: left;
	width: calc(33.33% - 30px);
	border-bottom: solid thin;
	border-color: rgba(34,34,34,.2);
}
.post-type-archive-installations .grid-pack-item {
	border-bottom: none;
	}
.header__inner {
    padding: 0 30px;
}
.cookie_cont {
    padding: 0 30px;
    }
}
/**
 * 14.5 - >= 1100px
 */

@media screen and (min-width: 68em) {
.autoplayslide.image-gallery {
	width: 100%;
    margin: 0 auto;
    height: 84.5vh !important;
    }
	.site-footer {
		padding: 12px 0px 10px;
	}
	.m-all:hover .works_task {
	opacity: 1;
	}
.row .works_task {
	transition: all 0.2s ease-in-out;
	opacity: 0;
	}
	.walks--modal {
	position: relative;
	width: 75%;
}

}
/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
.row.list-group-item .works_year {
    width: 7%;
}
.entry-content .colright .credit ul {
	columns: 3;

}
body.home #site-header-menu {
	width: calc(25% + 15px);
    right: calc(-25% - 15px);
}
body.home .splash-bg-full-single {
	height: calc(84vh - 0px);
}
.autoplayslide.image-gallery {
    height: 86vh !important;
}
.autoplayslide .gallery-cell, .autoplayslide .flickity-viewport {
    height: 84vh !important;
}
.search-right {
    width: calc(25% - 30px);
}
.m-all {
	margin-bottom:2.5em;
	}
.image-gallery {
	width: 100%;
	}
.grid_img {
	height: 21vh;
}
.pub-grid-img {
	height: 40vh;
	margin-top: 5vh;
}
.rel_pub {
	height: 50vh;
	margin-bottom: 1em;
}
.rel_pub .grid-item-50 {
height: 50vh;
	}

.mp3_block {
    width: calc(33% - 1em);
    }

[class*="block-grid-"] {
    display: block;
    padding: 0;
    text-align: center;
    margin: 0rem;
}
div.grid-thumb-wrapper {
    position: relative;
}
ul.grid_list li img {
    vertical-align: baseline;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
}
.row [class*="block-grid-"] > li .works_task {
position: relative;
opacity: 1;
bottom: auto;
}
ul.grid_list li {
    margin-bottom: 0em;
    display: inline-table;
    float: none;
    position: relative;
    clear: none !important;
}
[class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 1.4rem 2rem;
}
.large-block-grid-4 > li {
    width: 24.6%;
    list-style: none;
}
.m-all {
	margin-bottom: 3.5em;
}
.grid-pack-item {
	width: calc(25% - 30px);
}
.grid_img {
	height: 23vh;
}
.row.list-group-item .grid_img {
	display: flex;
	flex-wrap: nowrap;
}
.row.list-group-item .works_task {
    width: 33%;
    font-style: italic;
    opacity: 1;
    letter-spacing: 0.01em;
    position: relative !important;
    bottom: auto;
    height: auto !important;
}
.row.list-group-item .work_title, .row.list-group-item .grid_title {
    width: 30%;
    position: relative !important;
    height: auto !important;
}
.row.list-group-item .work_title {padding-bottom: 0.7em;}
.row.list-group-item .works_dim {
    width: 30%;
    padding-left: 30px;
}

}
@media screen and (min-width: 85em) {
	.grid_img {
	height: 25vh;
}

body.home .splash-bg-full-single {
    height: calc(85vh - 0px);
}
.autoplayslide.image-gallery {
    height: 87vh !important;
}
.autoplayslide .gallery-cell, .autoplayslide .flickity-viewport {
    height: 85vh !important;
}
#site-header-menu {
    width: calc(27.5% - 5px);
    right: calc(-27.5% + 5px);
    }
.site-title {
		font-size: 1.2rem;
		line-height: 45px;
		padding-right: 0px;
	}
.main-navigation ul, ul.top-menu {
	font-size: 1.2rem;
}
.navigation-page-title {
 	font-size: 1.2rem;
 	}
.entry-title {
		font-size: 1.2rem;
	}
	}
@media screen and (min-width: 1500px) {
	#site-header-menu {
    width: calc(29% - 5px);
    right: calc(-29% + 5px);
}
body.home #site-header-menu {
    width: calc(29% + 10px);
    right: calc(-29% - 10px);
}
body.home #news--block .gallery-cell {
    height: 34vh;
}
}
@media screen and (min-width: 1600px) {
#site-header-menu {
    width: calc(30.2% - 5px);
    right: calc(-30.2% + 5px);
}
.autoplayslide .gallery-cell, .autoplayslide .flickity-viewport {
    height: 87vh !important;
}
.autoplayslide.image-gallery {
    height: 88vh !important;
}
body.home .splash-bg-full-single {
    height: calc(86vh - 0px);
}
body.home #site-header-menu {
    width: calc(30.2% + 10px);
    right: calc(-30.2% - 10px);
}
body.home #news--block .gallery-cell {
    height: 33vh;
}
}
@media screen and (min-width: 1700px) {
#site-header-menu {
    width: calc(31.5% - 5px);
    right: calc(-31.5% + 5px);
}
body.home #site-header-menu {
    width: calc(31.5% + 10px);
    right: calc(-31.5% - 10px);
}
}
@media screen and (min-width: 1800px) {
#site-header-menu {
    width: calc(32.5% - 5px);
    right: calc(-32.5% + 5px);
}
body.home #site-header-menu {
    width: calc(32.5% + 10px);
    right: calc(-32.5% - 10px);
}
}
@media screen and (min-width: 85em) {
.large-block-grid-4 > li {
    width: 19.6%;
    list-style: none;
}
}

/**
 * 15.0 - Print
 */

@media print {
	
}
