@font-face {
  font-family: "lg";
  src: url('//cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/lg.eot?v=16732433688505949925');
  src: url('//cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/lg.eot?v=16732433688505949925 ?#iefix') format("embedded-opentype"),
       url('//cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/lg.woff?v=3734642317548612246') format("woff"),
       url('//cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/lg.ttf?v=4389246583842264786') format("truetype"),
       url('//cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/lg.svg?v=14051438740090283344 #myfont') format("svg");
}





/* Content Layouts */

img {
	display:block;
  	max-width:100%;
  	height:auto;
  	margin-bottom:20px;
}

.flexrow {
	display: flex;
  	flex-wrap: wrap;
  	flex-direction:row;
  	justify-content: space-between;
  	margin-top:20px;
}

.flexrow:first-of-type {
	margin-top:40px;
}

.flexrow .col {
	display:flex;
  	width:100%;
  	flex-direction:column;
  	padding-bottom:20px;
  	text-align:center;
}



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

  .flexrow.one-col .col,
  .flexrow.two-col .col
  .flexrow.three-col .col,
  .flexrow.four-col .col,
  .flexrow.five-col .col {
      width:48%;
  }

}


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

  .flexrow.two-col .col {
      width:48%;
  }

  .flexrow.three-col .col {
      width:31%;
  }

  .flexrow.four-col .col {
      width:23%
  }

  .flexrow.five-col .col {
      width:18%
  }
}

/* FONTS & STYLES */

body, h1, h2, h3, h4, h5, h6, p, a, li, ol, blockquote {
	font-family: 'Libre Baskerville', serif;
  	letter-spacing:1.3px;
}

body, h1, h2, h3, h4, h5, h6 {
	color:#282828;
}

h1, h1 a, .h1 {
	font-size:2em;
}

h2, h2 a, .h2 {
	font-size:1.5em;
  	text-transform:none;
}

h3, h3 a, .h3 {
	font-size:1.35em;
  	text-transform:none;
}

h4, h4 a, .h4 {
	font-size:1.25em;
  	text-transform:none;
}

h5, h5 a, .h5 {
	font-size:1.125em;
  	text-transform:none;
}

h6, h6 a, .h6 {
	font-size:1.075em;
  	text-transform:none;
}

p, blockquote  {
	font-size:0.875em;
  	letter-spacing:1.3px;
  	line-height:1.8em;
  	color:#817e7e;
  	margin:0 0 20px;
}

a {
	color:#222;
}

a:hover {
	color:#099;
}

.rte a:not(.btn) {
	border-bottom:none;
}

li, ol {
  font-size:0.875em;
  	letter-spacing:1.3px;
  	line-height:1.8em;
  	color:#817e7e;
}

label, input, textarea, select, button, .btn {
  font-family:'Roboto', sans-serif;	
  color:#000;
}

label, button, .btn {
	text-transform:uppercase;
}

button.btn,
.btn,
.btn--secondary{
	background:#222;
  	border:none;
  	color:#fff;
}


button.btn:hover,
.btn:hover,
.btn--secondary-accent:not([disabled]):hover, 
.btn--secondary-accent:focus,
.btn--secondary:hover,
.btn--secondary:focus,
.btn--secondary:not([disabled]):hover, 
.btn--secondary:focus {
	background:#000;
  	color:#fff;
}


.btn--tertiary:not([disabled]),
.btn--tertiary {
	background:#099;
}
.btn--tertiary:not([disabled]):hover, .btn--tertiary:focus {
	background:#000;
  	color:#fff;
}

/* PAGE WIDTHS */

.inner-content {
	max-width:1380px;
  	padding:20px 0;
  	margin:0 auto;
}




/***********************

HEADER

***********************/

#header-wrapper .inner-content {
	padding-top:0;
  padding-bottom:0;
}


/* NAVIGATION */

.site-nav--has-dropdown:hover > .site-nav__dropdown {
	display:block;
}

#headerNav li a {
	font-size:0.875em;
}

#AccessibleNav {
  padding:0 55px;
  border-bottom:none;
	
}

.site-header #AccessibleNav {
	padding:0;
}

#AccessibleNav .site-nav:not(#headerNav) {
	position:relative;
  	background:url(//cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/rayner-divider.jpg?v=13793943473719702600);
  	background-size:100%;
  	background-repeat:no-repeat;
  	background-position:left bottom;
  	padding-bottom:40px;
}

.site-nav#headerNav {
	text-align:left;
}


#AccessibleNav .site-nav a {
	color:#282828;
  	letter-spacing:2.4px;
}

#AccessibleNav .site-nav a:hover,
#AccessibleNav .site-nav a.site-nav__link--active{
	color:#099;
  text-decoration:none;
}

#AccessibleNav #SiteNav a {
	font-size:0.875em;
  padding-bottom:10px;
}

.site-nav__dropdown {
	top:30px;
}
.site-nav__link:focus .site-nav__label, .site-nav__link:not([disabled]):hover .site-nav__label,
#AccessibleNav .site-nav a.site-nav__link--active .site-nav__label{
	border-bottom:none;
}

.site-header__cart:hover, .site-header__search:hover, .site-header__account:hover {
  color:#099;
	
}
.site-header__cart-count {
	background:#099;
}


#MobileNav li a, #MobileNav button  {
	font-family: 'Libre Baskerville', serif;
    letter-spacing: 1.3px;
  	font-size:1em;
  text-transform:capitalize;
}


/***********************

FOOTER

***********************/

#selector {background:url(//cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/rayner-facebook.png?v=15942241820505078578);}


.site-footer {
	position:relative;
  
}

.site-footer .page-width {
	max-width:1270px;
  	background:url(//cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/rayner-divider.jpg?v=13793943473719702600);
  	background-size:100%;
  	background-repeat:no-repeat;
  	background-position:left top;
  	padding:50px 0 0;
}


.site-footer .social-icons__link {
	display:inline-block;
	width:50px;
	height:50px;
  	margin:0 5px 15px 0;
}

.site-footer .social-icons__link.facebook {
	background:url(//cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/rayner-facebook.png?v=15942241820505078578);
  	background-size:cover;
}
.site-footer .social-icons__link.twitter {
	background:url(//cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/rayner-twitter.png?v=5275473203508025827);
  		background-size:cover;
}
.site-footer .social-icons__link.instagram {
	background:url(//cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/rayner-instagram.png?v=15401016656644454449);
  	background-size:cover;
}

.site-footer__content {
	justify-content:space-between;
}

.site-footer__content .footer-col {
	display:flex;
    width:100%;
    margin:0 0 20px;
  	flex-direction:row;
  justify-content:space-between;
}

.site-footer__content .copyright {
	font-size:10px;
  	text-align:center;
  	padding:10px 0;
  color:#bbb;
}

.site-footer__social-icons li {	
	 padding:0;
}

.site-footer h4 {
	color:#099;
  font-size:0.9125em;
  line-height:1.6em;
}

.site-footer__linklist-item a {
  font-size:12px;
  	color:#bbb;
}

#mc_embed_signup {
	margin-bottom:20px;
}
#mc_embed_signup label {
	display:none;
}

#mc_embed_signup input {
	text-transform:none;  	
}

#mc_embed_signup input[type="email"] {
	width:100%;
  	max-width:250px;
  	margin-bottom:10px;
}


.site-footer #mc_embed_signup input[type="email"] {
	margin-bottom:0;
}

@media screen and (min-width:40em) {
  .site-footer__content .footer-col {
	width:48%;
    margin:0;
  }
  
  .site-footer__content .footer-col-2 {
  	text-align:left;
  }
  
  .site-footer__content .copyright {
  	text-align:left;
  }
}

@media screen and (min-width:64em) {
  
  .site-footer__content .footer-col-2 {
  	width:50%;
  }
  
  .site-footer__content .site-footer__social-icons {
  padding-bottom:0;
  }
  
}


/***********************

PAGES

***********************/



.page-header {
	padding:30px 0 20px;
}

.page-content p {
	max-width:720px;
  
}

.page-content img {
	margin-bottom:20px;
}

.template-page .main-content {
	padding-top:30px;
}

.template-page .main-content .rte p {
	max-width:900px;
  	margin:0 auto 20px;

}

.template-page .main-content .rte h2,
.template-page .main-content .rte h3 {
	max-width:680px;
  	margin:40px auto 20px;
}

.template-page .main-content .rte h4,
.template-page .main-content .rte h5 {
	max-width:680px;
  	margin:30px auto 20px;
}

.template-page .main-content .rte blockquote {
	max-width:680px;
  	margin:20px auto 30px;
  	border-top:none;
  	border-bottom:none;
  	border-left:3px solid #099;
  	padding-left:30px;
  	padding-top:15px;
  	padding-bottom:15px;
  	text-align:left;
}


.template-page .main-content  .section-header {
	margin-bottom:30px;
}

@media screen and (min-width:40em) {
	.page-header {
	padding:40px 0 30px;
	}
}


@media screen and (min-width:64em) {
	.page-header {
	padding:50px 0 40px;
	}
}

/* STANDARD PAGE */

.template-page .rte p a:not([disabled]),
.template-collection .rte p a:not([disabled]) {
	color:#099;
}


.template-page .rte p a:hover {
	text-decoration:underline;
}

@media screen and (min-width:64em) {
  .template-page .page-container #MainContent .page-width {
      padding:0;
  }
}



/* FULL WIDTH PAGE */

.template-page .page-container #MainContent .page-width.page-template-fullwidth p,
.template-page .page-container #MainContent .page-width.page-template-fullwidth h2, 
.template-page .page-container #MainContent .page-width.page-template-fullwidth h3, 
.template-page .page-container #MainContent .page-width.page-template-fullwidth h4,
.template-page .page-container #MainContent .page-width.page-template-fullwidth h5 {
	width:100%;
  	text-align:left;
  max-width:100%;
}

.template-page .page-container #MainContent .page-width.page-template-fullwidth h2, 
.template-page .page-container #MainContent .page-width.page-template-fullwidth h3, 
.template-page .page-container #MainContent .page-width.page-template-fullwidth h4,
.template-page .page-container #MainContent .page-width.page-template-fullwidth h5 {
	margin-top:20px;
}

/* PAGE GALLERY */

.lg-sub-html {
	padding:20px 0 15px;
  	background:rgba(0,0,0,0.9);
  	
}

.lg-sub-html h4,
.lg-sub-html p {
	color:#fff;
  	color: #fff;
    max-width: 680px;
    margin: 0 auto 15px;
}

.lg-sub-html a,
.lg-sub-html p a,
.lg-sub-html h4 a {
	color:#7cd6d6; 
}

lg-sub-html a

.lg-sub-html p a:hover,
.lg-sub-html h4 a:hover {
	color:#94e6e6;
   	text-decoration:underline;
}

.rayner-gallery {
	display:flex;
  	flex-direction:row;
  	flex-wrap:wrap;
  	justify-content:space-between;
  margin-top:40px;
  	
}

.rayner-gallery::after {
  content: "";
  flex: auto;
}

.rayner-gallery a {
	display:block;
  	width:48%;
  	margin-bottom:40px;
}

.rayner-gallery img {
	margin-bottom:10px;
}
.template-page .main-content .rte .rayner-gallery h2 {
font-size:1em;
  margin:20px 0 0;
  text-align:center;
  color:#817e7e;
}

.rayner-gallery a:last-of-type {
	margin-left:1%;
}

.lg-backdrop {
	background:rgba(255,255,255,0.9);
}

.caption a:not([disabled]):hover, .caption a:focus {
	color:#099;
  text-decoration:underline;
}


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

  .rayner-gallery a {
	display:block;
  	width:31%;

  }
  
  .rayner-gallery a:last-of-type {
	margin-left:2.5%;
	}
  
  
  
}
    

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

	.lg-sub-html {
	padding:30px 0 25px;
  	
}
  
  .rayner-gallery.four-col a {
	display:block;
  	width:23%;
	}
}
    


/* SLICK SLIDERS */

.slider-for {
	margin-bottom:30px;

}
.slider-nav {
	width:100%;
  	max-width:600px;
  	margin:0 auto;
}

.slider-nav img {
	max-width:150px;
  margin:10px;
}


.page-container .slick-prev:before, .slick-next:before {
	
  
}


.page-container .slick-prev {
	left:-35px;
}

.page-container .slick-next {
	right:-35px;
}

.page-container .slick-prev:before {
  font-family:'Libre Baskerville', serif!important;
	content:"<";
  		color:#099;
  	font-size:40px;
}

.page-container .slick-next:before {
  font-family:'Libre Baskerville', serif!important;
	content:">";
  	color:#099;
  	font-size:40px;
}

.page-container .slick-prev:before:hover,
.page-container .slick-next:before:hover {
	color:#111;
}


@media screen and (min-width:64em) {
  
  .page-container .slick-prev {
  	left:-43px;
  }
  .page-container .slick-prev:before,
  .page-container .slick-next:before {
  	font-size:54px;
  }
}

/* DESIGN PROJECTS BLOG */

.template-blog .article__tags,
.template-blog .article__author {
	display:none;
}

/* DESIGN PROJECTS BLOGTYPE */


.template-article article.designproject .article__author,
.template-article article.designproject .article__date {
	display:none;
}

.template-article .social-sharing {
	width:100%;
  text-align:center;
  display:block;
}


.template-article .social-sharing li {
	display:inline-block;
}

.template-article .social-sharing a.btn {
	background:none;
  padding:0;
}

.template-article .social-sharing a.btn .share-title {
	display:none;
}

.template-article .social-sharing a.btn .icon {
  width:24px;
  height:24px;
fill:rgba(29,29,29,0.2);
}

.template-article .social-sharing a.btn:hover{
	fill:rgba(29,29,29,0.4);
}


/* NEWS BLOG */


.section-header p {
	margin:0 auto 20px;
  	max-width:720px;
}
.blog-list .blog-item h2 {
	font-size:1em;
  	font-weight:300;
  font-family:'Roboto', sans-serif;
}

.blog-list .blog-item h2 a {
    font-family:'Roboto', sans-serif;
  color:#333;
}

.blog-list .blog-item .article__date,
.blog-list .blog-item .excerpt {
	 font-family:'Roboto', sans-serif;
  	font-size:1em;
  	color:#111;
}

.blog-list .blog-item .excerpt {
	margin-bottom:10px;
}



/* HOME PAGE */

  .template-index .main-content {
  	padding-top:0;
  }

.collection-grid-item {
	padding-bottom:20px;
}

.collection-grid-item img {
	margin-bottom:25px;
  opacity:1;
}

.collection-grid-item img:hover {
	opacity:0.75;
}
.collection-grid-item h3 {
	color:#444;
  font-size:1.125em;
  text-align:center;
  letter-spacing:0;
}

.collection-grid-item h3 a {
	letter-spacing:0.2px;
  color:#444;
}


@media screen and (min-width:40em) {
  
	
  .index-section {
      padding:35px 0;
  }
  
  .collection-grid-item  {
  	padding-bottom:0;
  }
}



/* DRAWING GUIDES */

.drawing-guide {
	max-width:85%;
  	margin:40px auto;
  	border:1px solid #444;
}


@media screen and (min-width:64em) {
  .drawing-guide {
    max-width:800px;
  }
}


/* ARTWORK ARCHIVE */

.rayner-gallery.artwork-archive a {
	text-align:center;
  	margin-bottom:30px;
}

/***********************

ECOMMERCE

***********************/

/*COLLECTION */

.template-collection .main-content {
	padding-top:10px;
}

.template-collection h1 {
	font-size:2em;
}


.collection-header p {
	max-width:900px;
  	margin:0 auto 20px;
}

.collection-header .section-header {
	margin-bottom:20px;
}

.collection-header .filters-toolbar__product-count {
	display:none;
}

.collection-menu {
	max-width: 1200px;
    margin: 0 auto 30px;
  	text-align:center;
}

.collection-menu li {
	display:inline-block;
  margin:0 10px;
}

.collection-menu li a {
	text-transform:uppercase;
}

.collection-menu li.active a,
.collection-menu li a:hover {
  	color:#099;
  
}

.grid-view-item.product-card {
	text-align:center;
}

.grid-view-item__title {
	font-size:1.125em;
  	letter-spacing:1.2px;
  line-height:1.6em;
  	font-weight:400;
  margin-bottom:4px;
}

.grid-view-item.product-card .price {
  text-align:center;
	font-size:0.875em;
}

.grid-view-item.product-card .price dd,
.grid-view-item.product-card .price .price__regular{
	width:100%;
}

.placeholder-background--animation {
	background:#fff;
}
.collection-grid-item__title-wrapper::before {

  background-color: 0;
  opacity: 0;
}


.grid-view-item--sold-out .grid-view-item__image {
	opacity:1;
}

@media screen and (min-width:40em) {
    .template-collection .main-content {
      padding-top:20px;
  }
  .collection-menu {
  	margin-bottom:20px;
  }
}

@media screen and (min-width:64em) {
  .collection-menu {
      padding-left: 55px;
      padding-right: 55px;
  }

}


/* PRODUCT PAGE */

.template-product .page-width {
	max-width:1380px;
}


.product-form__item.selector-wrapper,
.product-form__item.product-form__item--quantity {
	width:100%;
  flex:none;
  margin-bottom:20px;
}

.product-form__item label {
	font-size:0.75em;	
}

.product-form__item.selector-wrapper select {
	width:auto;
  	min-width:200px;
  border:1px solid #ddd;
}

.product-form__item input#Quantity-product-template {
	width:80px;
  	background:#f2f2f2;
  	border:1px solid #eee;
  	padding:5px 10px;
  	min-height:38px;
}


.product-form__item button.product-form__cart-submit {
	width:auto;
  	padding-left:40px;
  	padding-right:40px;
}


.product-form__item button.product-form__cart-submit:hover {
	background:#000;
}


.product-form__item--payment-button .shopify-payment-button .shopify-payment-button__button--unbranded {
	background:#099;
  	font-family: 'roboto', sans-serif;
}

.product-single__description p {
	font-size:0.875em;
  	letter-spacing:0.28px;

}

.product-single ul.social-sharing a {
	background:none;
  	padding:0;
  	font-size:1em;
  margin-right:10px;
}

.product-single ul.social-sharing .share-title {
	display:none;
}

.product-single ul.social-sharing .btn--share .icon {
	fill:#bbb;
  width:20px;
  height:20px;
  	
}

.product-single ul.social-sharing .btn--share:hover .icon {
	fill:#444;
}


.related-products h2 {
	text-transform:none;
  	text-align:center;
}

.related-products .grid-view-item.product-card .price {
	font-size:0.875em;
  	margin:5px 0 10px;
}

.product-card:hover .product-card__title, 
.product-card:focus-within .product-card__title {
	border-bottom:none;
  	color:#099;
}




.product-single__description a,
.product-single__description p a {
	color:#099;
}

.product-single__description a:hover,
.product-single__description p a:hover { 
	text-decoration:underline;
}

.template-product a.button.enquire {
	font-size:1em;
  	display:inline-block;
  	border:2px solid #099;
  	color:#099;
  	width:auto;
  	padding:10px 18px;
  	background:#fff;
}

.template-product a.button.enquire:hover {
	background:#099;
  	color:#fff;
}

.template-product a.button.enquire.comingsoon {
	margin-top:20px;
}

@media screen and (min-width:64em) {
  .template-product .product-single_description {
  	width:42%;
    
  }
  .template-product .product-single__photos {
  	width:58%;
      padding-right:50px;
  }
  
  
}

/* Cookie Banner */

.eg-cc-banner.eg-cc-bottom {
	background:rgba(0,0,0,0.8)!important;
}

.eg-cc-theme-classic .eg-cc-btn {
	background:#099!important;
  	color:#fff!important;
}

.eg-cc-theme-classic .eg-cc-message a {
	color:#48c2c2!important;
}

.eg-cc-theme-classic .eg-cc-btn:hover {
	background:#2cb8b8!important;
}

.eg-cc-theme-classic .eg-cc-message a:hover {
	color:#73d4d4!important;
}


/* BLOG FILTER */

.blog-filter {
display:none;
}

/* EVENTS */

.event-item {
 	display:flex;
  	flex-direction:row;
  	flex-wrap:wrap;
  	justify-content:space-between;
  	margin:20px 0;
  padding: 20px 0;
}

.event-item .event-left,
.event-item .event-right {
	display:flex;
  	flex-direction:column;
  	width:100%;
  	margin:0 0 20px;
}

.event-item .find-out-more {
	font-size: 0.875em;
    border: 2px solid #099;
    background: #fff;
    color: #028080;
    text-transform: uppercase;
    padding: 10px 20px;
  	font-family: 'Roboto', sans-serif;
}

.event-item .find-out-more:hover {
	color:#fff!important;
  	background:#099;
  border: 2px solid #099;
}

.event-item .excerpt a {
	color:#099;
}

@media screen and (min-width:40em) {
  .event-item .event-left {
  	width:30%;
    margin:0;
  }
  .event-item .event-right {
  	width:65%;
    margin:0;
  }
}

@media screen and (min-width:64em) {
  
  .event-item {
  	padding:30px 0;
  }
  .event-item .event-left {
  	width:40%;
  }
  .event-item .event-right {
  	width:55%;
  }
}


/* event article */

#shopify-section-article-template-event {
	display:flex;
  	flex-direction:row;
  	flex-wrap:wrap;
  	justify-content:space-between;
}

.article-event-left,
.article-event-right {
	width:100%;
  display:flex;
  flex-direction:column
}

.article-event-left a,
.article-event-right a{
	color:#099;
}

.article-event-right .social-sharing {
	text-align:left;
}

.article-event-left .section-header {
	margin-bottom:20px;
}

.article-event-left .section-header h1 {
	font-size:1.6em;
}

.article-event-excerpt {
	display:none;
}



.article-event-right .return-link {
	font-size: 0.875em;
    border: 2px solid #099;
    background: #fff;
    color: #028080;
    text-transform: uppercase;
    padding: 10px 20px;
  	font-family: 'Roboto', sans-serif;
}

.article-event-right .return-link:hover {
	color:#fff!important;
  	background:#099;
  border: 2px solid #099;
}

@media screen and (min-width:40em) {
  .article-event-left {
  	width:30%;
    margin:0;
  }
  .article-event-right {
  	width:65%;
    margin:0;
  }
  
  .article-event-excerpt {
  	display:block;
  }
  
  .article-event-excerpt p {
  	font-size:0.875em;
  }
  .article-event-excerpt p:last-of-type {
  	display:none;
  }
}


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

  .article-event-left {
  	width:30%;
  }
  .article-event-right {
  	width:65%;
  }
}

/* WHOLESALE GORILLA */


.wsg-proxy-container {
	max-width: 1380px;
    padding: 20px 0;
    margin: 0 auto;
}


.spof-nav {
	font-size:0.875em;
}


/* quick order form */
.wsg-update-container #wsg-cart-update:hover {
	background:#099;

}


@media screen and (max-width: 768px)
.wsg-center img {
    width: 100px !important;
}

@media screen and (min-width: 769px) {
  .spof-content .wsg-spof-header {
  	margin:30px 0;
    text-align:left;
  }
  .spof-content .wsg-spof-header hr {
  	display:none;
  }
  .spof-nav {
  	margin-top:30px!important;
  }
}

/* signup page */


#wsg-signup-container #wsg-message a {
	color:#099;
}

#wsg-signup-container #wsg-message a:hover {
	cursor:pointer;
  	text-decoration:underline;
}

#wsg-signup-container .wsg-signup-link a {
	font-size:0.5em;
}

.wsg-shipping-footer .btn:hover {
	background:#099;
}

/* account pages */

.grid.myaccount .button:hover,
.grid.myaccount .btn:hover {
	background:#099;
}

.template-customers-addresses .button:hover,
.template-customers-addresses .btn:hover {
	background:#099;
}

.grid.myaccount .grid-item.grid__item {
	margin-top:50px;
  	border-top:1px solid #e8e8e8;
  	padding-top:25px;
  	padding-bottom:25px;
  	border-bottom:1px solid #e8e8e8;
}

/* footer nav */


.footer-col.footer-col-1 .site-footer__linklist {
	margin-bottom:20px;
  	width:32%;
}
@media screen and (min-width:40em) {
  .footer-col.footer-col-1 {
  	flex-direction:row;
    flex-wrap:wrap;
  }
  
  .site-footer__content .site-footer__social-icons {
  	width:100%;
  }
  
  .footer-col.footer-col-1 .site-footer__linklist {
  	width:32%;
    margin:0 0 20px;
  }
  
  .site-footer__linklist h4 {
  	color:#222;
    margin-bottom: 10px;
  }
}

/* wholesale nav */

.site-nav p.wholesale-tag {
	padding:0 3px 10px;
  font-size:0.875em;
  color:#282828;
  font-weight:bold;
  letter-spacing: 2.4px;
}

/* card updates */

.card-quickship {
	font-style:italic;
}

/* Cart updates with note added */

.dynamic-checkout__content .shopify-cleanslate ._1mqqPYZtCQtz5_i0b-po4l {
	justify-content:flex-end;
}

.cart-note__label {
	font-size:12px;
  	text-transform:none;
  font-family: 'Libre Baskerville', serif;
  margin-bottom:10px;
}

.cart-note__input {
	padding:15px;
  	min-height:120px;
}

.cart-order-notes-msg {
  max-width:300px;
	display:none;
  font-size:10px;
  	margin-top:20px;
  	font-family: 'Libre Baskerville', serif;
  text-align:right;
  float:right;
}

.cart-order-notes-msg.show {
	display:block;
  	
}



.template-page .main-content .rte #mc_embed_signup form {
	max-width:680px;
  	margin:30px auto 20px;
  	border-top:1px solid #e8e8e8;
  border-bottom:1px solid #e8e8e8;
  
  	padding:20px 0;
}


.template-page .main-content .rte #mc_embed_signup form .mc-field-group.info-group {
	
  	margin-top:40px;
  	padding-top:20px;
  padding-bottom:5px;
}

.template-page .main-content .rte #mc_embed_signup form .mc-field-group.info-group h3 {
	   width:100%;
  	display:block;
  border-top:1px solid #e8e8e8;
  margin-top:0;
  padding-top:30px;
}


#mc_embed_signup .mc-field-group.input-group {
	display:block;
}

#mc_embed_signup .mc-field-group.input-group input[type="radio"] {
	margin-right:4px;
}

#mc_embed_signup .mc-field-group.input-group strong {
	font-weight: normal;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 5px;
    margin-top: 10px;
    display: inline-block;
}


#mc_embed_signup #mc-embedded-subscribe-form .button {
	background:#099;
  	color:#fff;
  	font-size:18px;
	line-height:38px;
  height:38px;
}

#mc_embed_signup #mc-embedded-subscribe-form .button:hover {
	background:#08afaf;
}


#mc_embed_signup #mc-embedded-subscribe-form  .mc-field-group select {
	padding:8px 15px 10px;
}

#mc_embed_signup #mc-embedded-subscribe-form  .datefield .monthfield input, #mc_embed_signup #mc-embedded-subscribe-form  .datefield .dayfield input {
    width: 45px;
    padding: 5px;
}

#mc_embed_signup #mc-embedded-subscribe-form  div#mce-responses {
	padding:10px 0;
  margin:0;
}

.footer-col-2 h4 {
	margin-bottom:10px;
}
.footer-col-2 p {
	font-size:0.75em;
}
.footer-col-2 .button {
	    background: #099;
    color: #fff;
    font-size: 15px;
    line-height: 34px;
    height: 34px;
    display: inline-block;
    width: 170px;
    margin: 0 0 20px;
    padding: 0 15px;
    text-align: center;
    border-radius: 4px;
}

.footer-col-2 .button:hover {
	background:#08afaf;
  	color:#fff;
}

.comp-image-row {
	display:flex;
  	flex-direction:row;
  	width:100%;
  	margin:20px auto;
  align-items:center;
  	justify-content:space-between;
  	max-width:680px;
}

.comp-image-row img {
  	height:auto;
	width:31%;
  	display:block;
  	align-self: center
}

p.pink {
	color:#c6347d;
}

/* Stickers */

.template-collection .grid--view-items,
.template-index .grid--view-items{
	overflow:visible;
}

.rayner-sticker {
	
    position: absolute;
    top: -10px;
    right: -10px;
    background: #099;
    display: flex;
    z-index: 999;
    
    
    color: #fff;
    text-transform: uppercase;
    width: 60px;
    
    height: 60px;
    border-radius: 50%;
  	padding:0 5px;
  	justify-content: center;
  	align-items: center;
  	text-align:center;

}

.rayner-sticker p {
	color:#fff;
  	font-size: 12px;
  	line-height: 14px;
  	letter-spacing: 0;
}

.rayner-sticker.coming-soon p {
	font-size:10px;
}

.product-single_description .rayner-sticker {
	
  	position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
    margin-bottom: -20px;
}


.related-products .grid--view-items {
	overflow:visible;
}

.template-product .price-coming-soon {
	display:none;
}

@media screen and (min-width:1200px) {
	.rayner-sticker p {
    	
        font-size:14px;
      	line-height:16px;
    
    }
  
  .rayner-sticker.coming-soon p {
  	font-size:10px;
    margin-top:2px;
    line-height:12px;
  }

}

/* Daily Drawings */

.daily-drawings-collection h2 {
	text-align:center;
  	margin:20px 0 30px;
}

.daily-drawings-collection h2:first-of-type {
	margin-top:50px;
}

.daily-drawings-collection ul {
	margin-bottom:25px;
  display:flex;
  justify-content:center;
  overflow:visible;
  flex-wrap:wrap;
}

/* Newsletter Page */

.page-container #mc_embed_signup input[type="email"]  {
	max-width:100%;
}

@media screen and (min-width:1200px) {
  .page-container #mc_embed_signup_scroll {
  	display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
  }
	
  .page-container #mc_embed_signup .mc-field-group {
  	width:100%;
    margin:0;
  }
  .page-container #mc_embed_signup .mc-field-group.half {
      width:48%;
      margin:0;
  }
  
  .page-container .site-footer #mc_embed_signup .mc-field-group {
  	margin-bottom:10px;
    padding-bottom:0;
  }
  
  
  .page-container .site-footer #mc_embed_signup form {  
    	padding-left:0;
  }
  
  .page-container .site-footer #mc_embed_signup .mc-field-group label {
  	display:none;
  }

}



/* Announcement bar */


.announcement-bar p {
	font-size:0.75em;
}

.announcement-bar .inner-content {
	padding: 0 20px;
}


/* Menufix */

.toplevelfix {
	position:absolute;
  	display:block;
  	top:0;
  	bottom:0;
  	left:0;
  	width:calc(100% - 50px);
  	z-index:9999;
}


/* New blog */


.article-sticker {
	position:absolute;
  	top:0;
  	left:0;
  
  
}

.article-sticker a {
padding: 4px 8px 3px;
    background: #099;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.875em;
    letter-spacing: 1px;
    transition: all 0.3s linear;
    position: relative;
    display: block;
}

.article-sticker a:hover {
	color:#fff;
  background:#05b3b3;
}

.blog-list .blog-item {
	position:relative;
  	flex-direction:row;
  	flex-wrap:wrap;
  	display:flex;
  justify-content:space-between;
  border-bottom:1px solid #f2f2f2;
  margin-bottom:20px;
}


.blog-list .blog-item .article-left,
.blog-list .blog-item .article-right {
		width:100%;
    	display:flex;
    	flex-direction:column;
}

.blog-list .blog-item .find-out-more {
	font-weight:700;
}

.blog-list .blog-item .find-out-more:hover {
	text-decoration:underline;
}



.blog-list .article__grid-meta {
	margin-bottom:0;
}

.blog-nav ul {
	display:inline-block; 
  	list-style:none;
  	text-align:center;
}

.blog-nav ul li {
	display:inline-block;
  	padding:0 8px;
  	border-right: 1px solid #ddd;
}

.blog-nav ul li:last-of-type {
	border-right:none;
}
.blog-nav a {
  	border-bottom:none;
  	color:#099;
  	text-decoration:none;
}

.blog-nav a.active {
	font-weight:700;
}
.blog-nav a.active,
.blog-nav a:hover {
	text-decoration:underline;
}

.blog-list .blog-item p {
	margin-bottom:10px;
}

.blog-list .blog-item p.article-date {
	font-size:0.875em;
  	margin-bottom:2px;
  	color:#099;
}

.blog-instagram {
	margin-top:15px; 
}

.blog-instagram  .page-width {
	
  padding-top:40px;
}

.blog-instagram h2 {
	text-align:center;
  margin-bottom:40px;
}


#shopify-section-blog-template .pagination {
	padding-top:0;
  padding-bottom:30px;
  	border-bottom:1px solid #f2f2f2;
  margin-bottom:0;
}

@media screen and (min-width:64em) {
  
  
  .blog-list .blog-item {
  	text-align:left;
    margin-bottom:30px;
  }
  
  .blog-list .blog-item .article-left
   {
  		width:38%;
    	
  }
  
  .blog-list .blog-item .article-right {
  	width:58%
  }
  
  
	
}


/*******************************
HOMEPAGE SECTIONS JUNE 2020
********************************/


/* General */

.shopify-section .page-width {
	width:100%;
  	max-width:1380px;
  	padding:0 20px;
}

.shopify-section .viewall {
	color:#099;
  	font-size:0.875em;
  letter-spacing:0;
}

@media screen and (min-width:64em) {
  .shopify-section .page-width {
  	padding:0 55px;
  }
}

/* Shop Links */

.rayner-section.shopping-links {
	position:relative;
  	z-index:5;
}
.rayner-section .shop-links {
	display:flex;
  	width:100%;
  	flex-wrap:wrap;
  	justify-content:space-between;
  margin-top:20px;
}

.rayner-section .shop-links .shop-column {
	display:block;
  	width:32.5%;
  	text-align:center;
}

.rayner-section .shop-links .shop-column a.button {
	background:#fff;
  	color:#099099;
    border:2px solid #099099;
  	font-family: 'Libre Baskerville', serif;
  	font-size:0.65em;
  	padding:4px 10px;
  	margin:0 auto 20px;
  	display:inline-block;
  	width:auto;
  letter-spacing:0;
  -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.rayner-section .shop-links .shop-column a.button:hover {
	background:#099;
  	color:#fff;
}


@media screen and (min-width:30em) {
  .rayner-section .shop-links .shop-column a.button {
  	font-size:0.875em;
  }
}

@media screen and (min-width:40em) {
  
  .rayner-section .shop-links {
  	margin-top:0;
  }
	.rayner-section .shop-links .shop-column {
	display:block;
  	width:31%;
	}
  	.rayner-section .shop-links.afour-links .shop-column {
	display:block;
  	width:23%;
	}
  
  .rayner-section .shop-links .shop-column a.button {
  	font-size:1.125em;
    padding:8px 30px 7px;
  }
}


@media screen and (min-width:64em) {
  .rayner-section .shop-links {
  	padding:40px 0;
  }
}


/* Tiger Intro */
.rayner-section.tiger-intro-section {
	position:relative;
  	z-index:1;
}

.tiger-intro {
	display:flex;
  	flex-wrap:wrap;
  	justify-content:space-between;
  	position:relative;
  	padding:0 20px;
}

.tiger-intro .tigerintro-column {
	display:block;
  	width:100%;
}

.tiger-intro img {
  	position:relative;
	margin-top:-32%;
  	z-index:1;
}

.tiger-intro h1 {
	color:#099;
  letter-spacing:0;
  font-weight:bold;
  text-align:center;
}

.tiger-intro p {
	background:rgba(255,255,255,0.9);
  	margin-bottom:0;
  	padding:5px 0 10px;
  position:relative;
  z-index:5;
  font-size:0.875em;
  letter-spacing:0;
  color:#444;

}
.tiger-intro-section .inner-content {
	position:relative;
}

.tiger-intro p a {
	color:#099;
}

.tiger-intro p a:hover {
	text-decoration:underline;
  color:#099;
}


@media screen and (min-width:40em) {
  
  .tiger-intro {
  	padding:0 30px;
  }
  .tiger-intro .tigerintro-column {
	display:block;
  	width:48%;
    position:relative;
}
  
  .tiger-intro .tigerintro-column.intro {
  	width:48%;
  }
  
  .tiger-intro .tigerintro-column.tiger {
  	width:48%;
  }
  
  .tiger-intro h1 {
  	text-align:left;
  }
  
  .tiger-intro img {
    position:absolute;
   	top:auto;
    bottom:0;
    margin-top:0;
  }
}


@media screen and (min-width:64em) {
   .tiger-intro {
  	padding:0 55px;
  }
  .tiger-intro .tigerintro-column.intro {
  	width:48%;
  }
  
  .tiger-intro .tigerintro-column.tiger {
  	width:48%;
  }
  
  .tiger-intro img {
   	top:auto;
    width:100%;
  	right:-10%;
    bottom:0;
    position:absolute;
  }
  
  .tiger-intro p {
  	font-size:1em;
  }
  
}

@media screen and (min-width:87.5em) {
	.tiger-intro img {

  	right:-18%;
   
  }
}


/* Divider */

.divider {
	margin:15px auto;
  width:100%;
  max-width:1380px;
  padding:0 20px;
}


@media screen and (min-width:64em) {
 	 
  .divider {
  	padding:0 55px;
  }
}

/* Customer Favs */

.shopify-section .section-header h2 {
	font-weight:bold;
}

@media screen and (min-width:40em) {
   .shopify-section .section-header h2 {
      font-weight:bold;
      font-size:1.75em;
  }
}

@media screen and (min-width:64em) {
    .shopify-section .section-header h2 {
      font-weight:bold;
      font-size:2em;
  }
}



/* Page Links */

.pagelink-grid {
  margin-top:30px;
	display:flex;
  	flex-wrap:wrap;
  	justify-content:space-between;
  flex-direction:row;
  border-top:1px solid #eee;
}


.pagelink-grid .pagelink {
	display:flex;
  	flex-wrap:wrap;
  	justify-content:space-between;
  	flex-direction:row;
  	width:100%;
  	border-bottom:1px solid #eee;
  	padding:20px 0;
}

.pagelink-grid .pagelink .pagelink-left {
	display:block;
  	width:36%;
}
.pagelink-grid .pagelink .pagelink-right {
	display:block;
  	width:60%;
}


.pagelink-grid .pagelink h2 {
	font-size:0.8em;
  margin-bottom:10px;
  letter-spacing:0;
}

.pagelink-grid .pagelink p {
	font-size:0.8125em;
  	line-height:1.6em;
  margin-bottom:10px;
  color:#444;
  font-weight:normal;
  letter-spacing:0;
}

.pagelink-grid .pagelink a.findout {
	font-size:0.8125em;
  	color:#099;
  letter-spacing:0;
}


.pagelink-grid .pagelink a.findout:hover {
	color:#099;
  	text-decoration:underline;
}


@media screen and (min-width:40em) {
  
  .pagelink-grid {
  	border-top:none;
  }
  .pagelink-grid .pagelink {
    padding:30px 0 15px;
    width:48%;
  
  }
  .pagelink-grid .pagelink:nth-of-type(1),
  .pagelink-grid .pagelink:nth-of-type(2) {
  	border-top:1px solid #ddd;
  }
  
  .pagelink-grid .pagelink h2 {
  	font-size:0.9em;
    margin-bottom:15px;
  }
}


@media screen and (min-width:64em) {
  .pagelink-grid {
  	margin-top:50px;
    margin-bottom:50px;
  }
  
}


/* BLOG */


.page-width.blog-section {

	max-width:1100px;
}

.page-width.blog-section .flexrow.three-col .col {
	display:block;
}

.page-width.blog-section h3 {
 	font-family:'Roboto', sans-serif;
  font-weight:300;
  	font-size:1.4em;
  	margin-bottom:0.75em;
}

.page-width.blog-section h3 a:hover {
	color:#999;
}

.page-width.blog-section .article__date {
	display:none;
}

.page-width.blog-section .article__grid-excerpt {
	font-size:0.875em;
  	line-height:1.5em;
  	color:#444;
  	font-weight:normal;
  	margin-bottom:10px;
  letter-spacing:0;
}

.page-width.blog-section .readmore,
.page-width.blog-section .find-out-more{
	color:#099;
}


/* Instagram */

.instagram-wrapper {
	background:#f4f4f4;
  	border-top:1px solid #b7b7b7;
  	padding:2em 0;
}
.instagram-feed-inner h2 {
	text-align:center;
  	width:100%;
  	margin-bottom:20px;
}
.instagram-feed-inner h2 p {
	font-size:24px;
  	color:#444;
  font-weight:bold;
  letter-spacing:0;
}

.instagram-feed-inner h2 p a {
	font-size:24px;
  color:#099;
}

.instagram-feed-inner h2 p a:hover {
	text-decoration:underline;
  color:#099;
}


.instagram-wrapper #insta-feed a {
	display:none;
}

.instagram-wrapper #insta-feed a:nth-of-type(1),
.instagram-wrapper #insta-feed a:nth-of-type(2),
.instagram-wrapper #insta-feed a:nth-of-type(3),
.instagram-wrapper #insta-feed a:nth-of-type(4),
.instagram-wrapper #insta-feed a:nth-of-type(5),
.instagram-wrapper #insta-feed a:nth-of-type(6),
.instagram-wrapper #insta-feed a:nth-of-type(7),
.instagram-wrapper #insta-feed a:nth-of-type(8) {
	display:inline;
}


@media screen and (min-width:64em) {
  
  .instagram-feed-inner h2 {
  	margin-bottom:30px;
  }
  .instagram-feed-inner h2 p {
	font-size:32px;
  	color:#444;
}

.instagram-feed-inner h2 p a {
	font-size:32px;
}
  
  .instagram-wrapper {
  	padding:3em 0;
  }
}


/* NEW FOOTER */


.site-footer {
	background:#0c9999;
  	margin-top:30px;
  padding-bottom:0;
  padding-top:20px;
}

body.template-index .site-footer {
	margin-top:0;
}

.site-footer .page-width {
	background:none;
}

.site-footer h3 {
	color:#fff;
  font-size:1em;
   font-weight:normal;
  letter-spacing:0;
}

.site-footer ul li,
.site-footer ul li a {
	color:#fff;
  font-size:0.875em;
  font-weight:normal;
  letter-spacing:0;
}




.footer-newsletter {
  	display:flex;
  	max-width:565px;
	background:url(//cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/catherine-rayner-newsletter-rabbits.png?v=1226362373194256061);
  	background-size:cover;
  flex-wrap:wrap;
  justify-content:space-between;
  padding:35px 120px 0 40px;
    box-sizing:border-box;
  background-repeat:no-repeat;
  max-width:490px;
  margin:0 auto;
  
}

.footer-newsletter .fn-soc {
	width:75px;
  display:flex;
  flex-direction:column;
  position:relative;
}

.footer-newsletter .fn-soc:after {
	position:absolute;
  right:0;
  top:0;
  width:10px;
  height:175px;
  content:"";
  display:block;
  background:url(//cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/nl-div.png?v=13730342911333146569);
}

.site-footer .social-icons__link {
	margin:0 5px 5px 0;
}

.footer-newsletter .fn-mc {
	width:calc(95% - 75px);
}

.site-footer .fn-soc .social-icons__link {
	display:block;
}


.site-footer .rayner-mailchimp h3 {
	color:#444;
  margin-top:5px;
  font-size:1em;
  margin-bottom:5px;
}
.site-footer .rayner-mailchimp p {
	color:#444;
  letter-spacing:0;
  margin-bottom:15px;px;
}


.page-container .rayner-mailchimp #mc_embed_signup input[type="email"] {
	height:35px;
  	max-width:200px;
  margin-bottom:5px;
}
#mc_embed_signup #mc-embedded-subscribe-form .button {

height:32px;
line-height:32px;
  padding:0 20px;
  border-radius:0;
  font-size:16px;
  width:auto;
}
#mc_embed_signup #mc-embedded-subscribe-form div#mce-responses {
padding:0;}

.site-footer__content .footer-col.footer-col-1 {
	order:2;
  padding:30px 30px 0;
  margin-top:0;
  border-top:1px solid #088686;
}
.site-footer__content .footer-col.footer-col-2 {
	order:1;
}

.site-footer__content {
	padding:0;
}

.site-footer .page-width {
	padding:0;
}


.footer-bottom {
	background:#fff;
  padding:15px 20px;
  border-bottom:5px solid #099;
}

.footer-bottom  .page-width {
	display:flex;
  	flex-wrap:wrap;
  	justify-content:space-between;
}
.footer-bottom-col {
	text-align:center;
  	color:#444;
  width:100%;
  	
}

.footer-bottom-col p {
	
  	color:#444;
  	margin-bottom:10px;
  font-size:0.875em;
  letter-spacing:0;
  margin:0;
}

.footer-bottom-col p a {
	color:#099;
  	letter-spacing:0;
}


@media screen and (min-width:40em) {
  .site-footer {
  	padding-top:35px;
  }
  .footer-bottom {
  	padding:10px 20px 8px;
  }
  .site-footer__content {
  	flex-wrap:wrap;
  }
  
  
  .site-footer__content .footer-col {
  	width:100%;
    margin-bottom:30px;
  }
  
  .footer-bottom-col:first-of-type {
  	width:70%;
    text-align:left;
  }
 
  .footer-bottom-col:last-of-type {
  	width:25%;
    text-align:right;
  }
  
  .footer-bottom-col p { 
  	font-size:0.7em;
  }
  
}



@media screen and (min-width:64em) {
  .site-footer {
  	padding-top:45px;
  }
  
  .site-footer .page-width {
  	padding:0 32px;
  }
  .site-footer .social-icons__link {
	margin:0 5px 15px 0;
}
  
  .footer-newsletter {
  		background-size:cover;
      padding:45px 120px 0 60px;
    max-width:none;
  
  }
  .site-footer__content .footer-col.footer-col-1 {
	order:1;
    width:45%;
     margin-top:0;
  border-top:none;
    padding-top:0;
}
.site-footer__content .footer-col.footer-col-2 {
	order:2;
  width:54%;
  max-width:565px;
}
  
  	.site-footer .rayner-mailchimp h3 {
	
  font-size:1.25em;
      margin-bottom:10px;

}
.site-footer .rayner-mailchimp p {
 
}
  
  #mc_embed_signup #mc-embedded-subscribe-form div#mce-responses {
	padding:5px 0;
  }
  
  
}



.template-article .rte a,
.template-article .rte p a {
	color:#099;
  text-decoration:underline;
}

.template-article .rte a:hover,
.template-article .rte p a:hover {
	color:#07cccc;
}

.template-article .rte img {
	margin:0 auto 20px;
}



/* Newsletter Popup */

#wd1_nlpopup_overlay {
  display:none; 
  position:fixed; 
  top:0; 
  left:0; 
  width:100%; 
  height:100%; 
  background:rgba(255,255,255,0.8); 
  z-index:9999; 
  opacity:0;
  -webkit-transition:all 1s ease; 
  -moz-transition:all 1s ease; 
  -o-transition:all 1s ease; 
  -ms-transition:all 1s ease; 
  transition:all 1s ease;
}

#wd1_nlpopup { 
  display:none; 
  position:fixed; 
  width:300px; 
  height:350px;
  padding:40px 40px;
  text-align:center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  z-index:9999; 
  background:url(//cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/newsletter-popup-mobile.png?v=15089133559931148952); 
  background-size:cover;
   -webkit-transition:all 1s ease; 
  -moz-transition:all 1s ease; 
  -o-transition:all 1s ease; 
  -ms-transition:all 1s ease; 
  transition:all 1s ease;
  opacity:0;
}

#wd1_nlpopup_overlay.show,
#wd1_nlpopup.show {
	display:block;


}

#wd1_nlpopup_overlay.fade,
#wd1_nlpopup.fade {

  opacity:1;

}


/*
#wd1_nlpopup_overlay * {-webkit-transition:all .1s linear;-moz-transition:all .1s linear; -o-transition:all .1s linear;-ms-transition:all .1s linear;transition:all .1s linear;}
*/

#wd1_nlpopup_close { 
  position:absolute; 
  top:-20px; 
  right:-15px; 
  display:block; 
  font-size:22px;
	color:#099;
}

#wd1_nlpopup_close:hover {
	color:#2f7b7b;
}

#wd1_nlpopup h3 {
	color:#fff;
  	font-size:1.4em;
  	line-height:1.4em;
  padding:0 10px;
}

#wd1_nlpopup p {
	color:#fff;
  	font-size:0.875em;
  	line-height:1.5em;
  	margin-bottom:1.5em;
}

#wd1_nlpopup #mc_embed_signup input[type="email"] {
	height:45px;
  	border-radius:4px;
  	margin-bottom:15px;
}
#wd1_nlpopup #mc_embed_signup #mc-embedded-subscribe-form .button {
	background:#b2e4e4;
  	border:none;
  	border-radius:0;
  	color:#222;
  	font-weight:normal;
  	letter-spacing:1px;
  	text-transform:uppercase;
  	height:36px;
  	line-height:36px;
}

#wd1_nlpopup #mc_embed_signup #mc-embedded-subscribe-form .button:hover,
#wd1_nlpopup #mc_embed_signup #mc-embedded-subscribe-form .button:focus {
	background:#97e2e2;
  	border:none;
  	border-radius:0;
  	color:#099;
  
}


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

#wd1_nlpopup { 
  background:url(//cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/newsletter-popup-desktop.png?v=14341682410002590419); 
  background-size:cover;
  width:527px;
  height:350px;
  padding:60px 40px;
}
  #wd1_nlpopup h3 {
  	font-size:1.5em;
  }
  
  #wd1_nlpopup p {
    font-size:1em;
  	padding:0 20px;
    margin-bottom:2em;
  }
  
  #wd1_nlpopup_close { 
 
  font-size:24px;
	
}
  
  #wd1_nlpopup #mc_embed_signup input[type="email"] {
	
  	margin-bottom:5px;
}
  
}


/* Preorder */

p.preorder {
	margin:20px 0 0;
  color:#099;
}

  .rayner-sticker.pre-order p {
  	font-size:11px;
    line-height:14px;
  }



.hiddenTest {
	display:none;
}

/* Homepage Image Block */

.feature-row.image-with-text h2.h3 {
  	font-size:1.5em;
	color:#099;
}

.feature-row.image-with-text a.btn {
    background: #fff;
    color: #099099;
    border: 2px solid #099099;
    font-family: 'Libre Baskerville', serif;
    margin: 0 auto 20px;
    display: inline-block;
    width: auto;
    letter-spacing: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 1.125em;
    padding: 8px 30px 7px;
  	text-transform:capitalize;
}

.feature-row.image-with-text a.btn:hover {
	background:#099;
  	color:#fff;
}

/* LANDING PAGE CSS */


.pagetemplate-babywear-landing .section-header,
.pagetemplate-babywear-landing .rte {
	text-align:center;
  max-width:860px;
  margin:0 auto 20px;
}


.pagetemplate-babywear-landing .section-header img {
	max-width:440px;
  width:80%;
  	margin:0 auto 20px;
  	display:block;
}

/* video */

.landing-section-video,
.landing-section-characters {
	display:flex;
  	width:100%;
  	justify-content: space-between;
	padding:50px 0;
  	border-bottom:1px solid #f4f4f4;
  flex-wrap:wrap;
}

.landing-section-video {
	margin-top:30px;
}
.landing-section .col {
	width:100%;
}

.landing-section-video iframe {
	max-width:100%;
}

@media screen and (min-width:62em) {
  .landing-section.landing-section-video .col.col-1 {
  	width:45%;
  }
  .landing-section.landing-section-video .col.col-2 {
  	width:50%;
  }
}

/* caharacters */

.landing-section-characters {
	border-bottom:none;
  	padding-bottom:10px;
}
.landing-section-characters h2 {
	width:100%;
  	margin:0 0 50px;
  text-align:center;
  font-size:1.75em;
}

.landing-section-characters .character {
	width:100%;
  	display:flex;
  	flex-wrap:wrap;
  	flex-direction:row;
  	justify-content:space-between;
  	margin-bottom:40px;
}

.landing-section-characters .character .col  {
      width:100%;
  	
  }

.character-text {
	text-align:left;
  	order:2;
}

.character-image {
	order:1;
}

.character .col.character-text {
	text-align:center;
}

.character-text a.button {
    background: #fff;
    color: #099099;
    border: 2px solid #099099;
    font-family: 'Libre Baskerville', serif;
    margin: 15px auto 20px;
    display: inline-block;
    width: auto;
    letter-spacing: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 1em;
    padding: 8px 25px 7px;
  	text-transform:capitalize;
}

.character-text a.button:hover {
	background:#099;
  	color:#fff;
}

@media screen and (min-width:62em) {
  
  .landing-section-characters h2 {
  	margin:0 0 60px;
    font-size:2em;
  }

  .landing-section-characters .character {
  	justify-content:left;
  }
  .landing-section-characters .character .col.character-image {
  	width:32%;
  }
  
  .landing-section-characters .character .col.character-text {
  	padding-top:30px;
    width:55%;
    text-align:left;
  }
  
  .character-text {
	text-align:left;
  	order:2;
}

  .character-image {
      order:1;
  }
  
  .character-image img {
  	width:90%;
  }
  
  .landing-section-characters .character:nth-of-type(even) {
  	justify-content:right;
  }

  
  
  

}

@media screen and (min-width:80em) {
  .landing-section-characters .character .col.character-text {
  	padding-top:50px;
  }
}


/* products */

.landing-section-products {
	text-align:center;
  margin-top:40px;
}
.landing-section-products a.button {
background: #fff;
    color: #099099;
    border: 2px solid #099099;
    font-family: 'Libre Baskerville', serif;
    font-size: 0.65em;
    padding: 8px 10px;
    margin: 0 auto 20px;
    display: inline-block;
    width: auto;
    letter-spacing: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.landing-section-products a.button:hover {
    background: #099;
    color: #fff;
}

.landing-page-product {
	padding:0 20px;
}



.mobile-image {
	text-align:center;
  	margin:0 auto 25px;
  	width:100%;
}

.mobile-image img {
	max-width:100%;
  	margin:0 auto;
}

@media screen and (min-width: 30em) {
  .landing-section-products a.button {
      font-size: 0.875em;
  }
}

@media screen and (min-width: 40em) {
	.landing-section-products a.button {
    font-size: 1.125em;
    padding: 12px 30px 11px;
	}
  
  .mobile-image {
  	display:none;
  }
}

@media screen and (min-width: 62em) {
  .landing-section-products {
  	margin-top:50px;
  }
}


/* Babywear slider homepage */

.index-section.babywear-slider {
	display:block;
  	position:relative;
  	max-width:100%;
  	margin:0;
  	border-bottom: 1px solid #f4f4f4;
    margin-bottom: 40px;
    padding-top: 20px;
}

.babywear-slider-grid {
	margin:0;
  position:relative;
}

.slides-overlay {
	text-align:center;
}

.slides-overlay img {
	width:440px;
  	max-width:100%;
  	margin:0 auto 0;
  	display:inline-block;
  
}

.slides-overlay h3 {
	color:#9c8fa0;
  	font-size:1.75em;
  	margin:0 auto 15px;
}

.slides-overlay .button {
	display:inline-block;
  	border:2px solid #8daab0;
  
  	color:#8daab0;
  	font-size:1.25em;
  	width:auto;
  	padding:15px 20px;
  	line-height:1em;
  	margin:20px auto 0;
}

.slides-overlay .button:hover {
	background: #8daab0;
  	color:#fff;
}

@media screen and (min-width:40em) {
  
  
  .index-section.babywear-slider {
  	  	border-bottom: none;
    	margin-bottom: 0;
    	padding-top: 10px;
  }
  
  .slides-overlay {
	position:absolute;
  	width:50%;
  	padding:30px;
  	left:20px;
  	top:20px;
  	bottom:0;
  text-align:center;
	}
  
  
  .slides-overlay .button {
  		background: rgba(255,255,255,0.5);
  }
  
}


@media screen and (min-width:62em) {
  
    
  .slides-overlay {
	position:absolute;
  	width:40%;
  	padding:30px;
  	left:20px;
  	top:60px;
  	bottom:0;
  text-align:center;
	}
  
  .slides-overlay h3 {
  	font-size:2.5em;
  }
  
  .slides-overlay .button {
  	background:none;
  }
}

/* Babywear Collection */

.babywear-collection h1 img {
	margin:0 auto 20px;
}

.babywear-collection .rte {
	max-width:860px;
  	margin:0 auto 20px;
  	text-align:center;
}


.character-filter {
  	width:100%;
  	padding:4px 20px;
  	margin:20px auto 30px;
  	background:#f8f8f8;
}



.character-filter-list li {
	display:inline-block;
 
}

.character-filter-list li.icon {
  	width:75px;
  	height:62px;
  	background: url( //cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/catherine-rayner-babywear-characters_tran.png?v=4058513340473762276);
  	background-size:cover;
}

.character-filter-list li.icon.fox-icon {
	background: url( //cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/filter-fox.png?v=15153236856193451644);
  	background-size:cover;
  	width:75px;
}

.character-filter-list li.icon.hare-icon {
	background: url( //cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/filter-hare.png?v=1142018579305475238);
  	background-size:cover;
  	width:66px;
}

.character-filter-list li.icon.owl-icon {
	background: url( //cdn.shopify.com/s/files/1/0250/9212/8873/t/4/assets/filter-owl.png?v=3754695505679020687);
  	background-size:cover;
  width:75px;
}


.character-filter-list li {
  		font-size:0.875em;
	 	color:#aaa;
}

.character-filter-list li a {
	color:#aaa;
}

.character-filter-list li.label {
  color:#8DAAB0;
  margin:0 8px;
}



.character-filter-list li.character {
	padding:0 8px;
  	border-right:1px solid #aaa;
  	line-height:1.2em;
}


.character-filter-list li.character.view-all a {
	color:#8DAAB0;
}

.character-filter-list li.character:last-of-type  {
	border-right:none;
}

.character-filter-list li.character a {
	padding:2px 0;
  	
}

.character-filter-list li a:hover {
	color:#333;
}

.character-filter-list li.active a {
  	color:#333;
	border-bottom:2px solid #8DAAB0;
}

.character-filter-list li.active a:hover {
	cursor:default;
}



@media screen and (min-width:62em) {
  
  .character-filter {
      width: 100%;
    padding: 6px 20px;
    margin: 20px auto 40px;
    background: #fafafa;
    overflow: visible;
    height: 50px;
  }
  .character-filter-list {
  	margin-top:-21px;
  }
  .character-filter-list li {
  	font-size:1em;
  }
  
  .character-filter-list li.icon {
	width:100px;
  	height:83px;
  }
  
  .character-filter-list li.character {
  	font-size:0.875em;
  }
  
  .character-filter {
  	text-align:center;
  }
  
}

@media screen and (max-width:61.999em) {
	
  .character-filter {
  	padding:15px 20px 0;
    margin-top:50px;
  }
  
  .character-filter-list {
  	margin-top:-64px;
  }
  .character-filter-list {
  	display:flex;
    flex-wrap:Wrap;
    justify-content:center;
    margin-bottom:0;
  }

  .character-filter-list li.icon {
  	background-size:75px;
    width:100%;
    background-repeat:no-repeat;
    background-position:center;
  }
  
  .character-filter-list li.label {
  	width:100%;
    margin-bottom:10px;
    text-align:center;
    font-size:1em;
  }
  
  .character-filter-list li.character {
    padding:0 12px;
    margin-bottom:20px;
    
  }

}

@media screen and (max-width:40em) { 
  .character-filter-list li.character {
  	padding:0 8px;
    font-size:0.75em;
  }
}


/* Product page size guides */

.product-single .size-guides {
	margin-top:20px;
}

.product-single .ui-widget.ui-widget-content {
	background:none;
  	border:none;
  	padding:0;
}



.product-single .ui-tabs .ui-tabs-nav {
	background:none;
  	padding:0;
  	border:none;
}

.product-single .ui-tabs .ui-tabs-nav li {
	margin-right:6px;
  	border:none;
}

.product-single .ui-tabs .ui-tabs-panel {
	padding:0;
  	border:1px solid #ddd;
  	padding:15px;
}

.product-single .ui-tabs .ui-tabs-panel table thead {
	background:#f4f4f4;
}
.product-single .ui-tabs .ui-tabs-panel table th,
.product-single .ui-tabs .ui-tabs-panel table td {
	font-size:0.875em;
  	padding:8px 10px;
}

.product-single .ui-tabs .ui-tabs-panel p {
	font-size:0.875em;
}

.product-single .ui-state-active, 
.product-single .ui-widget-content .ui-state-active, 
.product-single .ui-widget-header .ui-state-active, 
.product-single a.ui-button:active, 
.product-single .ui-button:active, 
.product-single .ui-button.ui-state-active:hover {
	background:#8CAAB0;
  	border:none;
}

@media screen and (min-width:40em) {
	.product-single .ui-tabs .ui-tabs-panel table th {
	font-size:0.875em;
  	padding:12px 14px;
	}	
  
  .product-single .ui-tabs .ui-tabs-panel {
  	padding:25px;
  }
}

