html {
    position: relative;
    min-height: 100%;
    height: auto;
}

body {
    margin-bottom: 300px;
    height: auto;
    display:block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing:0.4px;
}

.template2, .template3, .template4 {
    margin-bottom:0;
}

h1, h2, h3, h4, h5, p, li {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size:44px;
}

h2, h3 {
    font-size: 1.5rem;
}

p {
    margin-bottom:1rem;
    color:#4e4e4e;
}

li {
    color:#4e4e4e;
}

p, html, li, .header h1 {
    font-size:14px;
    line-height:1.6;
}

@media screen and (min-width: 800px) {
  p, html, li, .header h1 {
    font-size: calc(14px + 1 * ((100vw - 800px) / 600));
  }
}
@media screen and (min-width: 1400px) {
  p, html, li, .header h1 {
    font-size: 15px;
  }
}

hr {
    max-width: 120px;
    margin: 1rem auto 2rem;
    border-bottom: 1px solid #4e4e4e;
}

.template2 hr {
    margin: 1.25rem auto 2rem;
}

.header {
    background-color:#bacfd0;
    padding:1.3rem 2.5rem;
}

.header-logo {
    height:5rem;
}

.header h1, .header p {
    color:black;
    margin-bottom: 0.4rem;
}

.inkery-logo-path {
    fill:blue;
}

.standard-content-area {
    margin-top:100px;
}

a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.template1 .standard-content-area a, .template5 .print-descriptor a {
    color:#4e4e4e;
    border-bottom:1px solid #4e4e4e;
}

.template5 .print-descriptor a.button {
    color:#4e4e4e;
    border-bottom:none;
}

.template1 .standard-content-area a:hover, .template5 .print-descriptor a:hover {
    color:black;
    border-bottom:1px solid black;
}

.template5 .print-descriptor a.button:hover {
    color:#4e4e4e;
    border-bottom:none;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color:#bacfd0;
    padding: 2rem 2.5rem 0 2.5rem
}

.template2 .footer, .template3 .footer {
    position:relative;
    margin-top:50px;
}

.template4 .footer {
    position:relative;
}

.header ul, .footer ul {
    list-style-type:none;
    margin-left:0;
    display: inline-block;
}

.header ul {
    margin-bottom:0;
    display: inline-block;
}

.header ul li {
    display:inline-block;
    margin-left:20px;
}

.footer ul li {
    display:inline-block;
    margin-left:10px;
    margin-right:10px;
}

.header ul li a, .footer ul li a {
    color:#4e4e4e;
    border-bottom:1px solid #bacfd0;
    padding-bottom: 1px;
    font-weight: 500;
    font-size: 0.8rem;
}

.header ul li a:hover, .footer ul li a:hover {
    color:black;
}

.header ul li.active a, .footer ul li.active a {
    border-bottom:1px solid black;
    color:black;
}

.legal-text, .legal-nav a {
    font-size: 0.8rem;
}

.legal-nav a {
    text-transform:uppercase;
}

.prints-section {
    padding: 3.2rem 2.5rem 0 2.5rem;
    position:relative;
}

.prints-section img {
    margin-bottom:0.8rem;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.prints-section a img:hover {
    opacity:0.8;
}

.prints-section p {
    margin-top:1rem;
}

.prints-text-section {
    margin-top:2rem;
}

.column, .columns {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
}

.tab-outer {
    position: absolute;
    margin-left: -2.5rem;
    min-width: 224px;
    max-width: 350px;
    z-index: 9999;
    width: 28%;
    left:0;
    top:110px;
}

.tab-outer.active {
    position:fixed;
    left:2.5rem;
    top:200px;
}

.tab-outer.bottom {
    position: absolute;
    bottom: 200px;
    top: auto;
}

.tab {
    color: white;
    background-color: rgba(27,29,31,0.4);
    padding: 1rem 2.5rem 0.4rem 7rem;
}

.tab h2 {
    font-size: 16px;
    line-height: 1.3;
    font-weight:600;
}

@media screen and (min-width: 800px) {
  .tab h2 {
    font-size: calc(16px + 12 * ((100vw - 800px) / 600));
  }
}
@media screen and (min-width: 1400px) {
  .tab h2 {
    font-size: 28px;
  }
}

.roller-illustration {
    width:76px;
    margin-top:20px;
    margin-bottom:25px;
}

.about-large-image {
    background-size:cover;
    background-position:center center;
    height:28rem;
}

.about-small-image {
    background-size:cover;
    background-position:center center;
    height:13.5rem;
    margin-bottom:1rem;
}

.contact-text a {
    color:#4e4e4e;
    border-bottom:1px solid white;
}

.contact-text a:hover {
    color:black;
    border-bottom:1px solid black;
}

.contact-text h2 {
    margin-bottom:2rem;
}

.instagram-area {
    background-color:#e3eced;
    margin-top:4rem;
    padding-top:4rem;
    padding-bottom:4rem;
}

.juicer-feed.modern .j-text, .juicer-feed.modern .j-poster, .juicer-ad, .juicer-feed h1.referral, .juicer-feed .j-paginate {
    display:none !important;
}

.juicer-feed.modern .feed-item>a.j-image {
    border:10px solid white !important;
    display:block;
}

.ghost-towns-image {
    margin-top:2rem;
    margin-bottom:3rem;
}

label {
    color: #4e4e4e;
    text-transform: uppercase;
}

.shop-image-area {
    margin-bottom:1rem;
    margin-top:1rem;
}

.shop-image-area img {
    margin-bottom:0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.shop-image-area img:hover {
    opacity:0.8;
}

.slider-nav img {
    opacity:0.6;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.slider-nav img {
    max-width: 20%;
    margin-right: 0.5rem;
    outline:none;
}

.slider-nav .slick-current, .slider-nav img:hover {
    opacity:1;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slider-nav .slick-track {
    transform: translate3d(0px, 0px, 0px)!important;
}















/*Error Styles
========================================================================== */
#browserupgrade{
color: #ffffff; 
display: block;  
z-index: 9999999999; 
background-color: rgb(242, 86, 72);
text-align:center;
position: fixed;
top: 0px;
width: 100%;
height: 100%;
}

#browserupgrade h6{
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#browserupgrade p{
	margin-bottom: 20px;
}

.button.hollow.white {
    border: 1px solid #fff;
    color: #fff;
}
.button.hollow.white:hover{
	background-color: #fff;
	color: rgb(242, 86, 72);
}

/*Form Styles
========================================================================= */

.form-error{
  color: #f25648;  
}

.callout.warning {
    background-color: #ec5840;
    color: #fff;
}

.callout {
    margin: 0 0 1rem;
    padding: 0.875rem;
    border: 1px solid hsla(0, 84%, 23%, 0.25);
    border-radius: 2px;
    position: relative;
    color: #ffffff;
    background-color: #fff;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3rem;
    padding: 11px .75em .6875em;
    margin: 0 0 1rem;
    font-family: inherit;
    color: #0a0a0a;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
 -webkit-transition: -webkit-box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #FFF;
    border: 1px solid #dfe0e6;
    color: #1c1c1f;
    font-size: .9375em;
}

select {
    background-color: #FFF;
    height: 3em;
    margin: 0;
    width: 20rem;
    margin-bottom: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #dfe0e6;
    color: #4e4e4e;
    font-size: 1rem;
}


/* Cookie policy
========================================================================== */

.freeprivacypolicy-com---nb .cc-nb-main-container {
    padding: 1.5rem;
    background-color: #f1f1f0;
}
.freeprivacypolicy-com---palette-light .cc-nb-text {
    color: #111;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.4;
}
.freeprivacypolicy-com---palette-light .cc-nb-title {
    color: #111;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin-bottom: 0;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree, .freeprivacypolicy-com---palette-light .cc-nb-reject, .freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    padding: 0.5rem 0.9rem 0.4rem;
    background-color: #bacfd0;
    color: #4e4e4e;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 0.8rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    outline: none !important;
    font-weight: 300;
    border-radius:0;
}

.freeprivacypolicy-com---palette-light .cc-nb-changep {
    background-color: #eaeaea;
    padding: 0.5rem 0.9rem 0.4rem;
    color: #4e4e4e;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 0.8rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    outline: none !important;
    font-weight: 300;
    border-radius:0;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:focus, .freeprivacypolicy-com---palette-light .cc-nb-reject:focus, .freeprivacypolicy-com---palette-light .cc-nb-changep:focus, .freeprivacypolicy-com---palette-light .cc-cp-foot-save:focus {
    box-shadow: none;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover, .freeprivacypolicy-com---palette-light .cc-nb-reject:hover, .freeprivacypolicy-com---palette-light .cc-nb-changep:hover, .freeprivacypolicy-com---palette-light .cc-cp-foot-save:hover {
    background-color: #dce6e6;
}

.freeprivacypolicy-com---palette-light .cc-pc-container {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
}







.button {
    padding: 0.8rem 1.2rem;
    background-color: #bacfd0;
    color: #4e4e4e;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 0.9rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    outline: none;
}

.button:hover, .button:focus {
    background-color: #dce6e6;
    color: #4e4e4e;
}

.filter-text {
    font-size:0.9rem;
}

.filter-button {
    border: 1px solid rgb(78 78 78 / 50%);
    padding: 0.5rem;
    font-size: 0.8rem;
    background-color: white;
    margin: 0.75rem 0.25rem 0;
    vertical-align:unset;
}

.show-all {
    display:none;
}

.filter-text.landscapes .show-all, .filter-text.screenprints .show-all, .filter-text.classics .show-all, .filter-text.dogs .show-all, .filter-text.largeprints .show-all, .filter-text.ghosttowns .show-all {
    display:inline-block;
}

.landscapes .landscapes-button, .screenprints .screenprints-button, .classics .classics-button, .dogs .dogs-button, .largeprints .largeprints-button, .ghosttowns .ghosttowns-button {
    background-color:#dce6e6;
}

.instagram-link {
    width: 1.3rem;
    display: inline-block;
    margin-left: 1.2rem;
    vertical-align: middle;
    margin-top: 1px;
}

.instagram-link .st0 {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.instagram-link:hover .st0 {
    fill: black;
}

p.price {
    font-size:2rem;
    margin-top:0;
    margin-bottom:0;
}

p.delivery {
    margin-top:0;
}

.reveal-overlay {
    overflow-y: unset;
}

body.is-reveal-open {
    overflow: auto;
}

.out-of-stock-text {
    display:none;
}

.out-of-stock-yes {
    display:block;
}

.out-of-stock-button {
    display:none;
}







/* Media Queries
========================================================================== */

/* Small only */
@media screen and (max-width: 39.9375em) {
    #cookieNoshow {
        margin-top: 15px;
        padding: 7px 10px;
    }
    .reveal {
        top: 10%;
        left: 5%;
        width: 90%;
        max-width: none;
        height: 100%;
        height: auto;
        min-height: auto;
    }
    .print-descriptor {
        margin-top: 1.5rem;
    }
    body {
        margin-bottom:350px;
    }
    
    .prints-section {
        padding: 2rem 1rem 0 1rem;
    }
    .tab {
        padding-left:5rem;
        padding-right:2rem;
    }
    .footer {
        padding: 1.5rem 1rem 0 1rem;
    }
    .standard-content-area {
        margin-top: 50px;
    }
    h1 {
        font-size: 30px;
    }
    .instagram-area {
        padding-bottom: 1.5rem;
    }
    .about-large-image, .about-small-image {
        height: 16rem;
        margin-bottom: 1rem;
    }
    .header ul li {
        margin-left:10px;
        margin-right:10px;
        margin-top: 10px;
    }
    .header-logo {
        margin-bottom: 1rem;
        height: 4rem;
    }
    .header {
        padding: 1.5rem 1rem;
    }
    .header ul {
        margin-top:0px;
    }
    .header h1 {
        font-size: 0.8rem;
    }
    .header h1 br {
        display:none;
    }
    .prints-text-section {
        margin-left:1rem;
        margin-right:1rem;
    }
    .tab-outer {
        min-width: 210px;
        top: 75px;
    }
    #cookiePanel .container {
        padding-left:1rem;
        padding-right:1rem;
    }
    .print-descriptor h2:first-of-type {
        margin-top:10px;
    }
    .ghost-towns-second-image {
        margin-top:-2rem;
    }
    .instagram-link {
        margin-left: 0;
        margin-top: 20px;
        position: absolute;
        top: 0;
        right: 1.5rem;
    }
    .footer .instagram-link {
        margin-top: 0;
        margin-bottom: 15px;
    }
    select {
        width: 100%;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .prints-section {
        padding: 2.2rem 1.5rem 0 1.5rem;
    }
    .print-descriptor {
        margin-top: 2rem;
    }
    .header {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .header ul, .footer ul {
        list-style-type: none;
    }
    .tab {
        padding: 1rem 1.5rem 0.4rem 5.5rem;
    }
    .header h1 {
        margin-bottom:0.6rem;
    }
    .standard-content-area {
        margin-top: 70px;
    }
    .about-large-image {
        height: 16rem;
    }
    .about-small-image {
        height: 7.5rem;
    }
    .instagram-area {
        padding-bottom: 1.5rem;
    }
    #cookiePanel .container {
        padding-left:1.5rem;
        padding-right:1.5rem;
    }
    .header ul li {
        margin-left: 10px;
    }
    .template5 h1 {
        font-size: 3rem;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}



/* Juicer overrides */

@media screen and (max-width:1323px) {
    .j-stack .feed-item:nth-of-type(3) {
        display:none;
    }
}

@media screen and (max-width:439px) {
    .juicer-feed.modern li.feed-item {
        width: 46%;
        display: inline-block;
        margin-bottom: 3% !important;
        margin-left: 2%;
        margin-right: 2%;
    }
    .j-stack .feed-item:nth-of-type(5), .j-stack .feed-item:nth-of-type(6), .j-stack .feed-item:nth-of-type(7), .j-stack .feed-item:nth-of-type(8) {
        display:none !important;
    }
}
