body {
	font-size: 18px;
}
.container {}

.wrap {
    padding: 40px;
}

.grid {
	display: flex;
    align-items: stretch;
    margin: 0 -20px;
	flex-wrap: wrap;
} 


[class*='col-'] {
	margin-bottom: 0;
    padding: 0 20px;}
.grid.eqheight {
	
}
.grid.eqheight [class*='col-'] {
display: flex;}
.grid.eqheight [class*='col-']>div {
width: 100%;}

.col-2-3 {
	width: 66.66%;
}
.col-1-3 {
	width: 33.33%;
}
.col-1-2 {
	width: 50%;
}
.col-1-4 {
	width: 25%;
}
.col-3-4 {
	width: 75%;
}
.col-1-8 {
	width: 12.5%;
}
.col-1-5 {
	width: 20%;
}
.col-2-5 {
	width: 40%;
}
.col-3-5 {
	width: 60%;
}
.col-4-5 {
	width: 80%;
}
.col-1-6 {
	width: 16.66%;
}
.col-3-10 {
	width: 30%;
}
.col-1 {
	width: 100%;
}

.wrap { max-width:1160px; margin:0 auto;}

body[class^="things_to_do-"] .thing-content .wrap {
	padding: 0 0 30px;
}

h2 {
    font-size: 50px;
    margin-bottom: 20px;
	line-height: 1.2;
}
h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.intro-copy p.highlight {
   font-size: 24px;}
.intro-copy {
margin-bottom: 40px}

	
a {
	    text-decoration: none;
    font-weight: 700;
}	
a:hover {
}	

.header {
	position: fixed;
    display: flex;
    z-index: 3;
    top: 0;
    width: 100%;
    right: 0;
    justify-content: flex-end;
	padding: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0.1);
	transition: all .5s;
	height: 80px;
}
.header.rel { 
position: relative;}
.header.scrolled {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.header ul {
	    list-style: none;
    margin: 0;
    display: flex;
    background: #fff;
    padding: 2rem 2rem 1rem 2rem;
    position: relative;
    text-transform: uppercase;
}
.header li {
    margin-right: 30px;
}
.header li:last-child {
    margin-right: 0;
}
.header .bg {
	position: absolute;
	right: 0;
	background: #fff;
	top:0;
	height: 100%;
	width: 0;
	transition: all .5s;
}
.scrolled .bg {
	width: 100%;
}
.sticky {
	position: sticky;
    top: 8rem;
	align-self: flex-start;
}
	
.logo a {
	position: absolute;
    left: 2rem;
    top: .7rem;
    font-size: 36px;
    z-index: 2;
	opacity:0;
	transition: all .5s;
}
	
.scrolled .logo a, 
.rel .logo a {
	opacity: 1;
	transition-delay: .2s;
}
.img-group span {
    display: block;
    background-size: cover;
}
.img-group span img {
	opacity: 0;
}
.intro-wrap {
	height: 100vh;
	position: relative;
}
.intro {
	left: 2rem;
    top: 2rem;
    bottom: 2rem;
    right: 2rem;
	height: auto;
}
.intro h1 {
	    font-size: 6rem;
}
h1:after {
	content: '';
    display: block;
    height: 10px;
    width: 50px;
    background: #fff;
    margin: 10px auto 30px;
}
.intro-content p {
    max-width: 700px;
    margin-bottom: 30px;}

.panel.snowdon:before {
    width: 50%;
    background: rgba(255,255,255,0.8);
}


.wrap.inner-pad {
	padding: 0;
}
.inner-pad .grid {
	padding: 80px 40px;
}
.inner-pad .col-1-2 {
    padding-right: 40px;
}
.grid.botpad{
	margin-bottom: -20px;
}
.grid.botpad div{
	padding-bottom: 20px;
}

.grid.mini-margin [class*='col-'] {
    padding: 0 5px;
}

/* THINGS TO DO INDEX PAGE */

.things-wrap {
       min-height: calc(100vh - 80px);
    margin: 0;
    flex-wrap: initial;
}


.grid.things .col{
	    width: 33.333%;
    padding: 0 20px 40px 20px;
}

@media (max-width: 1200px)  {
	.grid.things .col {
    width: 50%;
	}
}

.filters {	
	flex: 0 0 280px;
}
.cats-filter {
    margin-bottom: 20px;
}

.cats-filter li {
    margin: 0;
    padding: 0 0 10px 35px;
}
.cats-filter li:before {
    content: '';
    width: 25px;
    height: 25px;
    border: 2px solid #9faa96;
    background: #fff;
    border-radius: 100px;
    display: block;
    position: absolute;
	left: 0;
}
.cats-filter li:after {
    content: '';
    display: block;
    transform: rotate(45deg);
    height: 12px;
    width: 7px;
    border-bottom: 3px solid #9faa96;
    border-right: 3px solid #9faa96;
    position: absolute;
    left: 9px;
    top: 6px;
	border-width: 0px;
    opacity: 0;
	transition: all .3s;
}
.cats-filter li.active:after {
	border-width: 3px;
    opacity: 1;
}
.filters h4 {
text-transform: uppercase;
    margin-bottom: 10px;
	font-size: 14px;
}
.filters ul {
	    list-style: none;
    padding: 0;
    margin: 0;
}
.filters li {
	position: relative;
}
.things-blocks {
	flex-grow: 1;
	background: #f6f6f6;
}
.things-blocks .wrap {
    max-width: 100%;
}


/* THINGS TO DO PAGE */
.main-img {
	    position: relative;
    height: 40vh;
    background-size: cover;
    background-position: center center;
}

.wrap.thing-content {
	background: #fff;
    position: relative;
    margin-top: -80px;
	padding:0;
}
.wrap.thing-content>.grid>.col-1-3 {
	background: #f5f6f4;
	padding: 0;
 }
.wrap.thing-content>.grid>[class*='col-']>div {
	padding: 40px;
}



	.grid.gallery {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: unset;
		margin: 0 -2px;
	}	
	.grid.gallery [class*='col-'] {
		margin-bottom: 30px;
		padding: 0 2px;
	}		
	.grid.gallery [class*='col-'] .gallery-img {
		line-height: 0;
	}	
