/* COASTERMATIC SITE WIDE CSS CUSTOMIZATIONS */

/* pink: #DC005E; */

/* W dave */

/* CoasterMonday
a.button {
  background-image: url("//cdn.shopify.com/s/files/1/0244/1689/t/29/assets/img_glitter.gif?v=4860002517096029359");
}

 */
.navigation a:hover {
  text-decoration: underline;
  color: #DC005E;
}

/* HEADER */

.header-wrapper header {
  border-top: 6px solid #DC005E;
}

.branding .title a { 
   color:#DC005E;
}

.branding .title {
  font-style: italic;
  font-size: 32px;
  font-weight: 900;
  line-height: 34px;
  padding: 30px 0;
  margin: 0;
  font-family: 'freight-sans-pro' , sans-serif;
 letter-spacing: .5px; 
 text-transform: none; 
}


/* HOME CUSTOMIZATION */
.collection-list-item .rte {
  max-width: 80%;
}

.collection-list-item h2 {
  letter-spacing: 1px;
}

#aboutCoasters .text {
  text-align: left !important;
}

#wholesale p {
  margin: 0;
  font-size: 16px;
}

.collection-list-item a {
  display: block;
  max-width: 100%;
  width: 100%;
  height:50%;
}

.collection-list-item a:hover h2 {
  text-decoration: underline;
}

.banner {
  width: 200px;
  /*background-color: #fff200;*/
  background-color: #dc1960;
  /*background-image: url("//cdn.shopify.com/s/files/1/0244/1689/t/29/assets/img_glitter.gif?v=4860002517096029359");*/
  color:#ffffff;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  top: 150px;
  right: 0px;
  z-index: 200;
  font-size: 24px;
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 10px 0px 0px 10px;
}

/*a#holiday-special {
  background: url("//cdn.shopify.com/s/files/1/0244/1689/t/29/assets/img_special_off.jpg?v=10353767120739134048") 0 0 no-repeat;
  background-size: 100%;
}

a#holiday-special:hover {
  background: url("//cdn.shopify.com/s/files/1/0244/1689/t/29/assets/img_special_on.jpg?v=4401538440804783554") 0 0 no-repeat;
  background-size: 100%;
}
*/
.collection-list-item a.inline {
  display:inline;
}

.slideshow .action {
  background: #dc005e
}

.slideshow .action a:hover {
  text-decoration: none;
}

#wholesale h2, #aboutCoasters h2  {
  font-weight: bold;
  font-style: italic;
}

#aboutCoasters p:first-of-type {
  margin-top: 0;
}

/* WHOLESALE */

#wholesale article.collection-list-item .rte {
  max-width: 85%;
}

#wholesale p {
  width: 650px;
  margin: auto;
  margin-bottom: 30px;
}

/* COLLECTIONS */
.template-collection .description.rte p {
    width: 600px;
    margin: auto;
  }

/* BLOG */
.blog-article {
  width: 75%;
}

/* FOOTER */

section#press h2 {
text-align: center;
padding-top: 25px;
color: #ffffff;
font-size: 22px;
}

ul.social-options a {
  text-decoration: none;
}

@media (min-width: 900px) {

      section#press ul {
      width: 800px;
      height: 52px;
      margin: 0 auto;
    }
  }

@media (max-width: 899px) {



    h1{
      line-height: 1;
    }

    .collection-list-item.centered .rte {
      max-width: 100%;
    }

    section#press  {
      display:none;
    }

    .banner {
      display: none;
    }

    #wholesale p {
      width: 100%;
    }

    .template-collection .description.rte p {
        width: 100%;
        margin: auto;
      }

    .template-collection .breadcrumbs {
      display: none;
    }

    .template-collection .page-header {
      margin-top: 20px;
    }



  }

.links.footer-module{
  margin-top: 50px;
}

section#press ul li {
	float: left;
}
section#press ul li a {
	display: block;
	height: 52px;
	text-indent: -999em;
	background: url("//cdn.shopify.com/s/files/1/0244/1689/t/29/assets/img_coaster_footer.gif?v=8753679427961371723") 0 0 repeat;
}

section#press ul li#press-dwell a 			{ width: 65px; margin-right: 21px}
section#press ul li#press-gizmodo a 		{ width: 127px; margin-right: 16px }
section#press ul li#press-swissmiss a 	{ width: 92px; margin-right: 18px }
section#press ul li#press-psfk a 				{ width: 52px; margin-right: 20px }
section#press ul li#press-bigwebshow a 	{ width: 52px; margin-right: 20px }
section#press ul li#press-mashable a 		{ width: 107px; margin-right: 20px }
section#press ul li#press-fab a 				{ width: 52px; margin-right: 13px }
section#press ul li#press-techcrunch a 	{ width: 125px; }

section#press ul li#press-dwell a 			{ background-position: 0 0; }
section#press ul li#press-gizmodo a 		{ background-position: -86px 0; }
section#press ul li#press-swissmiss a 	{ background-position: -229px 0; }
section#press ul li#press-psfk a 				{ background-position: -339px 0; }
section#press ul li#press-bigwebshow a 	{ background-position: -411px 0; }
section#press ul li#press-mashable a 		{ background-position: -483px 0; }
section#press ul li#press-fab a 				{ background-position: -610px 0; }
section#press ul li#press-techcrunch a 	{ background-position: -675px 0; }





