/*
 * css/style.css
 */
/*
    font-family: 'Spinnaker', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Muli', sans-serif;
    font-family: 'Dawning of a New Day', cursive;
    font-family: 'Oswald', sans-serif;
	*/
@import url(../fonts/font-awesome.css);

/* Text Color */
.color_pink {
	color: #fc6471;
}
/* Font Family */
.font-dawning {
	font-family: 'Dawning of a New Day', cursive;
}
.font-Spinnaker {
	font-family: 'Spinnaker', sans-serif;
}
.font-Oswald {
	font-family: 'Oswald', sans-serif;
}
/* Background Color */
.bg_pink {
	background: #fff6f7;
}
/* Alignment */
.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
.text_uppercase {
	text-transform: uppercase;
}
body {
	width: 100%;
	-webkit-text-size-adjust: 100%;
	color:#444;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Muli', sans-serif;
}
html.fixed,
body.fixed{
	overflow:hidden;
}

/* Structural Elements */
.wrapper {
	margin: 0 auto;
	max-width:1200px;
	padding-left:15px; 
	padding-right:15px;
}
.wrapper.wrapper2 {
	max-width: 960px
}
#main-header{
	background:#fff;

}
header,
section,
footer,
.wrapper{
	clear:both;
	display:block;
}
header:after,
section:after,
footer:after,
.wrapper:after{
	content: "";
	display: table;
	clear: both;
}
section{
	padding:30px 0;
}
a{
	color:#fc6471;
	text-decoration:none;
}
a:hover{
	color:#000;
}

/* headings */
h1{ font-size:36px;}
h2{ font-size:24px; margin-bottom:10px;}
h2.big{ font-size:30px;}

.btn { padding:7px 25px;}

/* Header top */
#main-header > div{
	clear:both;
}
#main-header > div:after{
	content: "";
	display: table;
	clear: both;
}

.header-top {
	background: #f5f5f6;
	padding: 8px 0;
	font: 13px 'Muli', sans-serif;
}
.header-top p {
	margin: 0;
	color: #5b525c;
	display:none;
}
.header-top p.mobile-text {
	display:block;
}
/* Mobile buttons */
.toggle{ 
	display:inline-block; 
	vertical-align:top; 
	width:36px;
	cursor:pointer; 
	position:relative; 
	z-index:999999;
	padding:5px;
}
.toggle.on{
	background:#fff;
}
.toggle.on small{
  	background:#2b2929;
}
/*EMILY*/
.toggle small{ 
	width:100%; 
	float:left; 
	background:#fff; 
	height:2px; 
	margin:3px 0; 
}
.cart-mobile{ 
	display:inline-block; 
	vertical-align:middle; 
	width:28px;
	height:28px;
	background: url('../images/bg-cart.png') no-repeat 50% 50% / cover;
	position:relative;
}
.cart-items{
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 28px;
    text-align: center;
    left: 0;
}

/* Top Links */
.info-links {
	float: right;
	display:none;
}
.info-links li {
	float: left;
	list-style: none;
	color: #fff;
	padding: 0 15px;
}
.info-links li a {
	color: #fff;
	opacity:1;
}
.info-links li a:hover {
	opacity:0.8;
}

/* Middle Header  */
.header-mdl-sec {
	float: left;
	width: 100%;
	padding: 10px 0;
    box-shadow: 0 3px 3px -3px #232323;
    -moz-box-shadow: 0 3px 3px -3px #232323;
    -webkit-box-shadow: 0 3px 3px -3px #232323;
}
/* Mobile Menu Container */
.header-mdl-rt{ 
	margin:0px; 
	padding:0px; 
	width:100%;
	position:fixed; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	background:#fc6471; 
	z-index:99999;
	pointer-events:none;
	opacity:0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.header-mdl-rt.show{
	pointer-events:auto;
	opacity:1;
}
.header-mdl-rt nav{ 
	width:100%; 
	margin:0px; 
	padding:0px; 
	text-align:center; 
	position:absolute; 
	left:0px; 
	right:0px; 
	top:50%; 
	margin:auto; 
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
}

/* Main Menu */
.main-menu {
	font-size:30px;
	line-height: 35px; 
	font-family: 'Spinnaker', sans-serif;
}
.main-menu ul{
	margin: 0;
	padding: 0;
	display:inline-block;

	display:flex;
	flex-direction:column;
	max-width:300px;
	margin:0 auto;
}
.main-menu li {
	list-style: none;
	text-transform: uppercase;
	width:100%; 

	margin:5px 0;
}
.main-menu li a{ 
	display:block; 
	color:#fff;
	padding: 10px;
}
.main-menu li a:hover{ 
	color:#444;
}
.main-menu li a.btn{ 
    border: solid 3px #fff;
}
.main-menu li.subscribe-button{
	/*order: -1;*/
}

/* Logo */

/* Header Bottom */
.header-btm {
	display:none;
  	background: #2b2929;
	text-align: center;
	color: #fff;
	padding: 8px 0;
	font-size:16px;
}


/* Hero Image */
.banner{
	position:relative;
}
section.banner{
	padding:0;
}
/* COPY 71 update mobile home image */

.hero-image-link{
  display:block;
  height:0;
  padding-bottom:70%;
  width:100%!important;
  max-width:none!important;
  position:absolute;
}
@media(min-width:600px){
	.hero-image-link{
      padding-bottom:62%;
  	}
}
@media(min-width:768px){
	.hero-image-link{
      display:none
  	}
}

.banner-image{
	
    background-image: url(../images/singlesswag-new-mat-spring.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: cover;
	padding-bottom:70%;
	text-align: center;
	height:0;
	z-index:0;
}
.banner-image-past-boxes{
    background: url(../images/banner-coffee-1100x600.jpg) no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
	padding-bottom:100%;
	height:0;
	z-index:0;
}


.banner-caption-wrap{
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 1;
}
.banner-caption{
	display:table;
	width:100%;
	height:100%;
}
.banner-caption-cell{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align: middle;
	text-align: center;
	padding-left:15px;
	padding-right:15px;
}
.banner-caption-cell-past-boxes{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align: middle;
	text-align: center;
	padding-left:15px;
	padding-right:15px;
}
.banner-caption-cell-past-boxes div{
    display:inline-block;

}
.banner-caption-cell-past-boxes div:nth-child(2){
    margin-top: 20px;

}
.banner-caption-cell-past-boxes a{
	width: 250px !important;
    padding:10px 30px;
    margin:0px 20px;
}

.banner-caption-cell h3 {
    margin-top: 25px;
}
.past-boxes-section {
    text-align: center;
}
.past-boxes-section .btn {
    max-width: 900px;
}
@media only screen and (min-width:768px){
	.banner-caption-cell h3 {
  		margin-top: 0;
	} 
	.banner-caption-cell-past-boxes div:nth-child(2){
        margin-top: 0px;
    } 
}


.banner-subscribe{
    background: url(../images/singlesswag-lifestyle-new.jpg) no-repeat 50% 50%;
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: cover;
	padding-bottom:82.66%;
}

.banner-inside{
    /* background: url(../images/SingleSwag_SEPT2017_Lifestyle2-600.jpg) no-repeat 50% 50%;*/
    background: url(../images/SS_NOV2017_ILOVEMYSELF-600.jpg) no-repeat 50% 50%;
  	background-size: cover;
}

.banner-faq{
   /*  background: url(../images/banner-coffee-600x600.jpg) no-repeat 50% 50%;*/
   /* background: url(../images/SingleSwag_NOV2017_SockCoffee-600.jpg) no-repeat 50% 50%;*/
    background-image: url(../images/hero-faq__June2018-2.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: cover;
	padding-bottom:82.66%;
}
.banner-about{
  	background: url(../images/singlesswag-new-box-on-mat-mobile.jpg) no-repeat 50% 50%;
  	background-size: cover;
}
.banner-refer{
    background: url(../images/banner-coffee-600x600.jpg) no-repeat 50% 50%;
  	background-size: cover;
  	padding-bottom: 88%;
	text-align: center;
}

.banner-subpage{
	background-size: cover;
  	padding-bottom: 88%;
	text-align: center;
}

.banner h1 {
	font-family: 'Spinnaker', sans-serif;
	letter-spacing: -2px;
	line-height: 1;
	padding-bottom: 12px;
	padding-top:12px;
    margin-bottom:0;
}
.banner-inside h2,
.banner-subscribe h2,
.banner-faq h2,
.banner-about h2,
.banner-refer h2 {
	padding-top:0;
}
.banner h1 span {
	display: inline-block;
	vertical-align: top;
}
.banner h1 span.font-dawning{ display:block; vertical-align:top;margin-top:-5px;}

.banner ul {
	list-style: none;
	margin:20px 0 28px 0;
}
.banner ul:after{
	content:'';
	display:table;
	clear:both;
}
.banner ul li {
	font-family: 'Spinnaker', sans-serif;
	padding: 0 15px;
	margin-bottom:10px;
	width:auto;
	text-align:center; 
	float:left;
	width:50%;
}
.banner a {
	font-size: 18px;
    width: 100%;
    max-width: 400px;
}
.tagline{
	text-align:center;
	font-size:18px;
	line-height:28px;
	margin-bottom:22px;
}
section.tagline-wrap{
	display:none;
	padding:20px 0;
}


/* Press */
.subscription{
	padding:10px 0 20px 0;
}
.subscription ul {
	list-style: none;
	display: block;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0; 
	font-size:0px;
    margin: 10px 0px;
}
.subscription li {
	display: inline-block;
	vertical-align:middle;
	width: 50%;
	text-align:center;
    padding: 5px;
}


.slider{
  position:relative;
}


.subscription li img{ max-width:100%;height:auto;}
.subscription li:nth-child(3){ margin-bottom: 10px;}
.subscription li:nth-child(4){ margin-bottom: 10px;}

.subscription h3{
	font-family: Spinnaker, 'sans-serif';
	font-size:12px;
	text-transform: uppercase;
	text-align: center;
	color:#999;
	margin:24px 0 0 0;
}

/* How it works section */

.step{ margin-bottom:10px;}

.how-it-works {
	text-align: center;
}
.how-it-works h2 {
	padding-bottom: 30px;
}
.how-it-works-box {
	max-width: 1010px;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
	list-style:none;
}
.how-it-works-box li {
	vertical-align: top;
	font-size: 15px;
	font-family: 'Spinnaker', sans-serif; line-height:18px;
	text-align: left;
    margin-bottom: 15px;
}
.how-it-works-box li:last-child {
	margin-bottom:0;
}
.how-it-works figure{
	display:none;
}
.how-it-works-box li img {
	border: 6px solid #444;
	width: 100%;
}
.how-it-works-box li:nth-child(2) img {
	border-color: #fc6471;
}
.how-it-works p {
    display: inline-block;
    padding-left: 16px;
}
.step {
	width: 29px;
	height: 29px;
	background: #444;
	color: #fff;
	font: 700 15px 'Oswald', sans-serif;
	text-align: center;
	display: block;
	line-height: 29px;
	position: relative;
	z-index:0;
	display:inline-block;
}
.how-it-works-box li:nth-child(2) .step {

}


/* Whats in the box section */
.what-in-box {
	color: #444;
    position: relative;
}

.what-in-box-img img,
.what-in-box-img2 img,
.step1-img img{ 
	max-width:100%;
	height:auto;
    display: block;
    margin: 0 auto;
}
.what-in-box-txt ul {
	margin-bottom: 30px;
}
.what-in-box-txt .btn{ width:100%;}


/* Bullet List */
.list {
	list-style: none;
	padding: 0px;
	display: block;
	margin: 0
}
.list li {
	display: block;
	padding-left: 25px;
	position: relative;
	margin-top: 15px;
	padding-top: 0;
	padding-bottom: 0
}
.list li:after {
	content: "";
	width: 7px;
	height: 7px;
	background: #000000;
	transform: rotate(45deg);
	position: absolute;
	left: 0px;
	top: 7px
}


/* Mission Section */
.mission {
	padding: 70px 0 70px;
	background: #fff6f7;
	text-align:center;
}
.mission p {
	padding-bottom: 30px;
}
.mission h2 {
}
.mission figure {
	margin-bottom: 20px;
}
.mission .btn span {
	text-transform: none;
	font-size: 24px;
}


/* Testimonial Section */

.testimonial {
	position: relative;
	margin-bottom: 30px;
}
.testimonial .wrapper {
	position: relative;
}
.testimonial figure img {
	width: auto;
	margin: 0 auto 30px;
	border: 5px solid #fc6471;
	width: 122px;
	height: 122px;
	border-radius: 50%;
}
.testimonial h4 {
	font-size:16px;
	font-family: 'Spinnaker', sans-serif;
	letter-spacing: 1px;
	line-height: normal;
	padding-bottom: 20px;
	padding-left:30px;
	padding-right:30px;
}
.testimonial h4 span img {
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.testimonial h4 span:last-child img {
	vertical-align: bottom;
}
.testimonial em {
	font: 300 18px 'Muli', sans-serif;
	font-style: italic;
	font-size:16px;
}
.testimonial:after {
	position: absolute;
	content: "";
	display: block;
	width: 170px;
	height: 2px;
	background: #dadada;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
}

/* Instagram Section */
.instagram{ 
	padding-bottom:22px;
}
.instagram img{ 
	vertical-align:top; 
	max-width:100%;
}
.instagram h2 {
	line-height: normal;
	padding-bottom: 40px;
}
.instagram i {
	font-size: 51px;
	color: #fc6471;
	line-height: 1; 
	display:block; 
	margin-bottom:10px;
}

/* Footer */
footer {
    background:#2b2929;
	padding: 25px 0 8px;
	clear: both;
	color: #fff;
	font-size: 15px;
	overflow:hidden; 
	font-size:0
}
.footer-box{
	width:100%; 
	text-align:center;
}
.footer-box ul {
	display: inline-block;
	float: none;
	margin: 0; 
	padding:0 5%;
}
.footer-box p {
	font-size: 15px;
}
.footer-box li {
	list-style: none;
	font-size: 15px;
	padding-bottom: 10px;
}
.footer-box li a {
	color: #fff;
}
.footer-box li a:hover{ 
	text-decoration:underline;
}
.footer-box .input-box {
	position: relative;
	border: 2px solid #fc6471;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-family: 'Muli', sans-serif; 
	font-size:15px;
}
.footer-box .input-box input[type=email] {
	width: 100%;
	-webkit-appearance: none;
	height: 44px;
	background: #ecebec;
	border: none;
	padding: 0 0 0 15px;
	font-family: 'Spinnaker', sans-serif;
	text-transform: uppercase;
}
.footer-box .input-box input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width:60px;
	background: #fc6471;
	color: #fff;
	border: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.footer-box .input-box input[type=submit]:hover {
	background: #fff;
	color: #fc6471;
}

/* Social Icons */
.social-icon { 
	margin:40px 0;
}
.social-icon a {
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	margin-right: 0px;
	text-align: center;
	vertical-align: top; margin:0 2px
}
.social-icon a:hover {
	background: #fff;
	color: #918b92;
}
.social-icon a i {
	text-align: center;
	line-height: 40px;
	font-size: 23px;
}
.social-icon a:hover i {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

/* Footer Bottom */
.footer-btm {
	text-align:center;
	float: left;
	width: 100%;
	font-size: 12px;
	margin-top: 30px;
}
.footer-btm a {
	margin: 0 10px;
	color: #fff;
}
.footer-btm a:hover{ 
	text-decoration:underline
}
footer .footer-btm p{ 
	font-size:12px;
}
.banner-caption-past-boxes-wrap {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
}


.page-title__mobile{
	display:none;
}
@media only screen and (max-width:599px){
	.step1-section .wrapper {
	    padding: 0;
	}
	.page-title.page-title__desktop {
	    display: none;
	}
	.page-title.page-title__mobile {
	    margin-bottom: 30px;
	}
	.step1-txt {
	    padding: 0 15px;
	}
	.step1-section{
		padding-top:0!important;
	}
	.page-title__mobile{
		display:block;
	}
}


@media only screen and (min-width:600px){

	.banner{ padding:6% 0}
	.banner-image{
		padding-bottom:62%;
	}

	.banner a{
		width:auto;
	}
	.how-it-works-box li{
		display: inline-block;
		width: 33.33%;
		text-align:center;
	}
	.how-it-works figure{
		display:block;
	}
	.how-it-works-box li:nth-child(2) .step{
		margin-top:0;
	}
	.how-it-works-box li:nth-child(2) img {
		transform: scale(1.25);
		-moz-transform: scale(1.25);
		-ms-transform: scale(1.25);
		-o-transform: scale(1.25);
		-webkit-transform: scale(1.25);
	}
    .how-it-works-box li:nth-child(2) .step {
	    background: #fc6471;
    }
	.step{
		margin: 0 auto 25px; 
		margin-top: -20px; 
		display:block;
	}
	.what-in-box-txt {
		float: right;
		width: 48%;
		margin-top: 15px;
	}
	.what-in-box-img {
		float: left;
		width: 45%
	}
  	.what-in-box-img2 {
		float: right;
		width: 45%;
        margin-left:0px;
        margin-right:0px;
	   }
  
      .what-in-box-txt2 {
          padding-right: 30px;
      }
      .what-in-box-txt2 {
          float: left;
          width: 48%;
          margin-top: 15px;
      }
	.what-in-box-txt .btn{ width:auto}
	.instagram {
		padding-bottom: 105px;
	}
	.instagram i{ 
		display:inline-block;
		margin:-6px 10px 0 0;
		vertical-align: middle;
	}
	.step1-img {
		float: right;
      	width: 54%;
	}
	.step1-txt {
		float: left;
        width: 40%;
	}
	/* COPY 67 */
/*	.banner-caption-wrap{
		position:absolute;
	}*/
    .banner-caption-home-wrap {
      position: initial;
  }
    .banner-caption-past-boxes-wrap {
      position: absolute;
  }

}
.main-menu li.account-link{
  text-transform:none;
  font-size:24px;
}
.main-menu li.account-link.help-link{
	margin-top:30px;
	display:none;
}
@media only screen and (min-width:768px){

	body{
		padding-top:0;
	}
	.wrapper {
		padding-left:30px; 
		padding-right:30px;
	}
	/* COPY 67 */	
/*	section{
		padding:40px 0;
	}*/

	/* headings */
	h1{ font-size:38px;}
	h2{ font-size:30px; margin-bottom:20px;}
	h2.big{ font-size:40px;}


    .header-top{
      font-size:13px;
    }

  	.header-top p{ display:block;float:left;}
	.header-top p.mobile-text{ display:none;}

	/* Header elements - turn on/off */
	.info-links{ display:block;}
	.cart-mobile{ display:none}
	.toggle{ display:none;}


	/* Middle Header  */
	.header-mdl-sec {
	    box-shadow: none;
	    -moz-box-shadow: none;
	    -webkit-box-shadow: none;
	}

	/* Mobile menu container - desktop */
	.header-mdl-rt {
		position:static; 
		width:auto; 
		height:auto; 
		background:none; 
		pointer-events:auto;
		opacity:1;

	}
	.header-mdl-rt nav{ 
		width:auto; 
		text-align:center; 
		position:static;  
		margin:auto; 
	    -webkit-transform: none; /* Safari and Chrome */
	       -moz-transform: none; /* Firefox */
	        -ms-transform: none; /* IE 9 */
	         -o-transform: none; /* Opera */
	            transform: none;
	}

	/* Main menu - desktop */
	.main-menu {
		float: left;
		font-size: 13px;
		line-height:31px; /* center align vertically */
		font-family: 'Spinnaker', sans-serif;
		margin-right: 20px;
	}
	.main-menu ul{
		width:auto;
		display:block;
		max-width:none;
	}
	.main-menu li {
	    width: auto;
	    display: inline-block;
	}
	.main-menu li a {
		padding: 0 7px;
		display: block;
		color: #000;
	}
	.main-menu li a:hover {
		color: #fc6471;
	}
	.main-menu li a.btn {
		color: #fff;
		padding:0 25px;
		border-color:#fc6471;
	}
	.main-menu li a.btn:hover {
		color:#fc6471;
	}
	.main-menu li.account-link{
		display:none;
	}
  	.banner-caption-home-wrap{
		position: absolute !important;
	}
	.banner-caption-past-boxes-wrap{
		position: absolute !important;
	}
	.banner-image{
		background: url(../images/hero-1.jpg) no-repeat 50% 50%;
		background-size: cover;
    	padding-bottom: 0;
    	height: 450px;
	}
	.banner ul li{
		float:none;
		width:auto;
		display:inline-block;
	}
	.banner-caption .tagline{
		display:none;
	}
	section.tagline-wrap{
		display:block;
        padding:0!important;
	}
	section.tagline-wrap .tagline{
		position:relative;
	}
	section.tagline-wrap .tagline:after{
	    position: absolute;
	    content: "";
	    display: block;
	    width: 170px;
	    height: 2px;
	    background: #dadada;
	    margin: auto;
	    left: 0;
	    right: 0;
	    bottom: 0px;
	}
	.subscription h3{
		display:none;
	}
	.subscribe-button{
		margin-left:15px!important;
	}

	/* header bottom */ 
	.header-btm {
		display:block;
	}

	/* hero */ 
	.banner ul{
		margin-bottom:35px;
	}
	.banner{ padding:8% 0}
	.banner h1{ 
		padding-bottom:28px;
		font-size:45px;
	}	
	.tagline{
		text-align:center;
		font-size:20px;
		line-height:24px;
        padding:30px 0;
        margin-bottom:0;
	}
	.subscription{
		padding:20px 0;
	}
	.subscription li{ 
        width: 16.6666%;
        padding: 20px;
	}
    .subscription li:nth-child(3){ margin-bottom: 0px;}
    .subscription li:nth-child(4){ margin-bottom: 0px;}
  
	.how-it-works{ padding:40px 0}
	.how-it-works h2 {
		padding-bottom: 40px;
	}
	.testimonial{
		padding:60px 0;
		margin-bottom:45px;
	}
	.testimonial h4 {
		font-size:20px;
	}
	.footer-box {
		display:inline-block;
		width: 33.3333%;
		vertical-align:top;
	}
	.footer-box:nth-child(1){ 
		float:right;
		text-align: left;
	}
	.footer-box:nth-child(2){ 
		text-align:center
	}
	.footer-box:nth-child(3){
		float: left;
	}
	.footer-box ul {
		float: left;
		padding: 0 40px 0 0; 
		margin-left:0px;
		text-align:left;
	}
	.footer-box ul + ul{ 
		padding:0
	}
	.social-icon { 
		margin:0;
	}
	.social-icon a{ 
		width:33px; 
		height:33px;
	}
	.social-icon a i {
		font-size:18px; 
		line-height:34px;
	}
	.footer-btm{
		margin-top:15px;
		text-align:left;
	}
	.banner-image-past-boxes {
      padding-bottom:34%;
    } 
}
@media only screen and (min-width:960px){
/* COPY 67 */
/*	section{
		padding:60px 0;
	}*/
	.main-menu {
		line-height:35px;
	}
	.main-menu li a {
		padding: 0 15px;
	}
	.footer-box .input-box input[type="submit"]{ 
		width: 67px;
        border-radius:0px !important;
	}
	.social-icon a{ 
		width: 40px;
		height: 40px;
	}
	.social-icon a i {
		line-height: 40px;
		font-size: 23px;
	}
}


.give-a-gift {
	background: #fff6f7;
	text-align:center;
}
.give-a-gift-img {
	margin:0 auto;
	max-width:100%;
}
.give-a-gift img{
	border: 5px solid #444;
	max-width: 100%;
	height:auto;
}
.give-a-gift .content p{
	margin:30px 0 15px 0;
}
.give-a-gift .list{
	margin: 0 0 30px 0;
	display:inline-block;
}
.give-a-gift .list li{
	text-align: left;
}
.give-a-gift .btn{
	display:block;
	max-width:260px;
	margin:0 auto;
}

/* EMILY */
.contact {
	padding: 70px 0;
}

.banner h3,
.content h3{
	text-transform:uppercase;
	font-family: 'Spinnaker', sans-serif;
	font-size:18px;
	margin-bottom:18px;
	color:#fc6471;
}
.content h2{
	font-size:20px;
	margin:0 0 12px 0;
}
.content p{
	margin-bottom:30px;
	line-height:1.5em;
}
.wrapper3{
	max-width:720px;
}
.about-text{
	text-align:center;
}
.about-text p{
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 28px;
}
.about-text h4{
	margin-bottom:28px;
	font-size:28px;
	font-family: 'Spinnaker', sans-serif;
	color:#fc6471;
}
.about-text strong{
	font-family: 'Spinnaker', sans-serif;
	font-size:20px;
	color:#fc6471;
}
.parenthesis{
	margin-top:6px;
}
.contact{
	padding: 70px 0 70px;
	background: #fff6f7;
	text-align:center;
}
.how-it-works-box-page{
	margin-top:40px!important;
}




.sub-type-buttons {
	width: 100%;
}
.sub-type-buttons a{
	display:block;
}
.sub-type-buttons .selected a{
	background: #fc6471;
	color:#fff;
    border: 3px solid #fc6471;
}
.sub-type-buttons > div{
	margin-bottom:15px;
}


@media(min-width:600px){
	.sub-type-buttons{
		margin:0 -7px;
	}
	.sub-type-buttons:after{
		display:table;
		clear:both;
		content:'';
	}
	.sub-type-buttons > div{
		width:33.3333%;
		float:left;
		padding:0 7px;
		margin-bottom:0;
	}
}
.payment-button {
	max-width: 400px;
}
.payment-button .btn{
	padding:18px;
	display:block;
}
.lowercase {
	text-transform: lowercase !important;
	font-weight: 100;
	font-size: 90%;
}
.step-title {
	margin-bottom: 30px;
}
.radio-button {
	height: 30px;
	margin-top: 30px;
}
.subscribeUL {
	margin-top: 30px;
}
#total-cost {
	font-size: 40px;
}


/* checkout */
.checkout_content:after{
	clear:both;
	display:table;
	content:'';
}
.checkout_content .styled_cart > header > img{
	display:none!important;
}
.checkout_content .alert-block{
	padding:7px;
	font-size:16px;
	margin-bottom:15px;
	text-align:center;
  border: none;
}
.checkout_content .alert-warning{
  color: #9F6000;
  background: #FEEFB3;
}
.checkout_content .alert-info{
	color: #00529B;
  background-color: #BDE5F8;
}
.checkout_content .alert-danger{
	color: #D8000C;
  background-color: #FFBABA;
}
.checkout_content .alert-success{
  color: #4F8A10;
  background-color: #DFF2BF;
}
.checkout_button{
 	padding:18px 45px; 
	display:inline-block;
	font-family: 'Spinnaker', sans-serif; 
	text-align:center; 
	text-transform:uppercase;
	background:#fc6471; 
	color:#fff;
	transition: all 0.2s ease-out;
}
.checkout_button:hover{
	background:#ec6068;
}
.checkout_content .coupon_section #add_coupon_code{
	width:100%!important;
	margin-top:10px;
}
#error-flash{
	border:none;
}
.checkout_content .cta{
	padding:5px 20px;
}
.checkout_button{
	width:100%;
	max-width:500px;
}
#gift-form .row{
	padding:5px;
}

/* subscribe */
.box-select{
	padding:15px 15px 15px 60px;
	border:solid 3px #ccc;
	margin-bottom:20px;
	position:relative;
}
.box-select:hover,
.box-select.selected{
 	border:solid 3px #fc6471;
}
.box-select:hover{
	cursor:pointer;
}
.box-select.selected h4{
	color:#fc6471;
}
.box-price{
	margin-top:5px;
}
.radio-button{
	position:absolute;
	top:24px;
	left:18px;
	width:24px;
	height:24px;
	margin:0;
	border-radius:50%;
	padding:2px;
	border:solid 2px #ccc;
}
.radio-button span{
	display:block;
	border-radius:50%;
	width:100%;
	height:100%;
}
.selected .radio-button span{
	background:#fc6471;
}
.sub-type-buttons span{
	display:block;
	text-align:center;
	padding-top:5px;
	font-size:13px;
}

.step1-section,.step2-section,.total-section{
	padding:7px 0;
}
@media(min-width:768px){
	.step1-section,.step2-section,.total-section{
	 	padding:10px 0;
	}
}
@media(min-width:960px){
	.step1-section,.step2-section,.total-section{
	  padding:15px 0;
	}
}
.step1-section{
	padding-top:30px;
}
.total-section{
  padding-bottom:50px;
}

.customer-page{
	padding-top:0px;
	padding-bottom:60px;
}


/* login page */
.login-page {
    max-width: 400px;
    margin: 0 auto;
    padding:0 15px;
}
@media(min-width:600px){
	.login-page{
	    border: solid 1px #ddd;
	    padding: 30px 30px;
	}
}
.login-page fieldset{
    border: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.login-form {
    padding-top: 20px;
}
.form-control {
    display: block;
    margin-bottom: 10px;
    padding: 7px;
    width: 100%;
	border: solid 2px #ddd;
}
.login-form .btn{
	width:100%;
}
.login-form p{
	margin-top:10px;
	color:#999;
}
.form-feedback{
	text-align:center;
	padding-bottom:0;
}

/* account */
.my-account .panel.panel-cratejoy .panel-title{
	font-size:20px;
	letter-spacing: normal;
}
.my-account .info-label{
	text-align:left;
}
.my-account .panel.panel-cratejoy .panel-footer {
    background-color: transparent;
    text-align: left;
    padding: 15px 15px 0 15px;
}
.my-account .panel.panel-cratejoy .panel-footer .pull-right {
	float:left;
}
.my-account .panel.panel-cratejoy,
.my-account .gift-card-container {
    border-color: #ddd;
    border: solid 1px #ddd;
    padding: 15px;
    margin-bottom: 15px;
}
.my-account .content > .col-lg-8,
.my-account .content > .col-lg-offset-2,
.my-account .content > .col-xs-12{
	width:auto!important;
	padding:0;
}
.customer-edit .panel-footer button{
	display:block;
	width:100%;
	float:none!important;
	margin-bottom:10px;
}
.customer-edit .panel-footer a.btn{
	background:#ccc;
	border-color:#ccc;
	width:100%;
	float:none!important;
	display:block;
}

.what-in-box {
	position: relative;
	margin-bottom: 30px;
}
.what-in-box-img-home{ 
	max-width:100%;
	height:auto;
    display: block;
    margin: 0 auto;
}
.what-in-box .wrapper {
	position: relative;
  	padding-left:30px;
	padding-right:30px;
}
.testimonial figure img {
	width: auto;
	margin: 0 auto 30px;
}
.what-in-box > div > h4 {
    text-align: center;
    padding-bottom: 20px;
}
.what-in-box-slider {
  	padding-top: 15px;
}
.step-title > p {
  	font-size: 16px;
  	padding-top: 10px;
}
.section-break img{
	width:100%;
	height:auto;
}
.fa-globe {
	margin-left: 5px;
}
.what-in-box-img {
	margin-left: -30px;
	margin-right: -30px;
}
.what-in-box .wrapper .banner {
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
}
.subpage .wrapper .banner{
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
}
.banner-subscribe h2,
.banner-subscribe h3{
    display: none;
}
/*
.step1-img {
    display:none;
}
*/
.subpage .content {
    margin-top: 30px;
}
.about-text .banner {
    margin-bottom: 30px;
}
/* COPY 68 */
section.subscription {
  padding-bottom: 0px;
}
/* COPY 68 */
section.what-in-box-home {
  padding-top: 0px;
}
@media only screen and (min-width:600px){
	.section-break{
        display:none;
  	}
	.what-in-box-img-home {
		width: 100%;
	}
    .what-in-box-txt {
    	padding-left: 30px;
    }
    .what-in-box-home:after {
        position: absolute;
        content: "";
        display: block;
        width: 170px;
        height: 2px;
        background: #dadada;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .what-in-box-img{
  		margin-left: 0px;
 		margin-right: 0px;
	}
    /* COPY 67 COPY 68 REMOVE */
    section.what-in-box-subpage{
        /*padding-top: 0px !important;*/
    }

    /* COPY 67 */
    .what-in-box-subpage .wrapper {
        padding-left: 0px !important;
        padding-right: 0px !important;
	}
    /* COPY 67 */
    .what-in-box-subpage .wrapper .banner {
        margin: 0 auto;
	}
    /* COPY 67 */
    /*.subpage .wrapper {
  		margin: 0 auto;
	}*/
    /* COPY 68 */
    .about-text {
  		margin-top: 40px;
	}
     /* COPY 68 */
    .faq-text {
  		margin-top: 40px;
	}
    /* COPY 67 */
    .subpage .content {
        margin-top: 0px;
    }
    /* COPY 67 */
    .about-text .banner {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width:768px){
	.subscription li:nth-child(5) {
 		display: inline-block;
	}  
    .subpage .content {
        margin-left: -30px;
        margin-right:-30px;
    }

}
@media only screen and (min-width:600px){
    .banner-subscribe {
		background: url(../images/home-hero-white-rug-2.jpg) no-repeat 50% 50%!important;
      	padding: 138px 0 !important;
        background-size:cover !important;
    } 
    /* COPY 67 */    
    .banner-subscribe{
  	    display: none;
    }
    .banner-subscribe h2,
    .banner-subscribe h3,
    .step1-img {
        display: block;
    }
    /* COPY 67 */
    /* .banner-caption{
    	width: 50%;
        float: left;
  	}*/
    .banner-caption-refer{
		width: 100% !important;
      	float: none !important;
  	}
    .banner-caption-home {
		display:table !important;
		width:100% !important;
		height:100% !important;
	}
	.banner-caption-past-boxes {
		display:table;
		width:100%;
		height:100%;
	}
}
@media only screen and (min-width:768px){
    .banner-image {
		background: url(../images/home-hero-white-rug-2.jpg) no-repeat 50% 50%!important;
        /*background: url(../images/singleswag_maylifestyle1a2400x1400.jpg) no-repeat 50% 30%;*/
        background-size:cover !important;
    }
    .banner-caption-home {
    	width: 50% !important;
        float: left !important;
  	}
  	.banner-caption-past-boxes {
    	width: 100%;
  	}
}
@media only screen and (min-width:600px){
	/* COPY 67 */
  	.banner-subpage{
    	/*background: url(../images/home-hero-white-rug.jpg) no-repeat 50% 50%!important;
        background: url(../images/SingleSwag_April2017_lifestyle_longer.jpg) no-repeat 50% 50%!important;*/
    	padding-bottom: 0;
    	background-size:cover !important; 
    	height:430px;
  	}
  	/* COPY 67 */
  	/*.banner-inside {
        background: url(../images/SingleSwag_Feb2017_lifestyle1_nobook_1100x600.jpg) no-repeat 50% 50%;
        background-size:cover !important; 
  	}*/
  	/* COPY 68 */  
    .banner-inside {
       /*background: url(../images/banner-jeans-computer-1100x600.jpg) no-repeat 50% 30%!important;*/
  		/*background: url(../images/home-hero-white-rug.jpg) no-repeat 50% 50%!important;*/
        background: url(../images/SingleSwag_lifestyle-1.jpg) no-repeat 50% 50%!important;
	    padding:93px 0!important;
        background-size:cover !important; 
      /*padding-bottom: 25%;*/
    }
    /* COPY 67 */
  	.banner-about {
  		background: url(../images/singlesswag-new-box-on-mat.jpg) no-repeat 50% 50%;
      	background-size:cover !important; 
  	}
     /* COPY 67 */
  	.banner-faq {
        background: url(../images/banner-coffee-1100x600.jpg) no-repeat 50% 50%;
        background-size:cover !important; 
  	}
     .banner-refer{
		background: url(../images/hero-1.jpg) no-repeat 50% 50%!important;
        background-size: cover !important;
        height: 400px;
        padding-bottom: 0px;
    } 
	.banner-inside .banner-caption,
	.banner-faq .banner-caption,
	.banner-about .banner-caption,
	.banner-subscribe .banner-caption{
		width:50%;
	}
	.banner-subpage-caption-wrap .banner-caption-cell:after {
    	display: none !important;
	}
	.banner h2 span {
		display: inline-block;
		vertical-align: top;
	}
  	.banner h2 span.font-dawning{ display:block; vertical-align:top;}
}
.banner h2 span {
	display: inline-block;
	vertical-align: top;
}
.banner h2 span.font-dawning{ display:block; vertical-align:top;}

/* EMILY ADDED copy 52*/
.banner-subpage-caption-wrap .banner-caption-cell{
	position:relative;
}
.banner-subpage-caption-wrap .banner-caption-cell:after{
    position: absolute;
    content: "";
    display: block;
    width: 170px;
    height: 2px;
    background: #dadada;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0px;
}

.banner h2 {
    margin-bottom: 25px;
}
.header-mdl-sec{background:#2b2929;}
.header-top{
	text-align:center;
 	padding: 4px 0;
	font: 12px 'Muli', sans-serif;
  	color:#fff;
    background:#fc6471;
}
.header-top p{
	margin:0;
  	color:#fff;
    text-align:center;
}
.logo{
    float: none;
    display: inline-block;
    width: 190px;
    vertical-align: middle;
}
.logo-mobile-small{
 	display:block;
	width:100%;
	height:auto;
}
.logo-desktop,.logo-mobile{
	display:none;
}
.header-items-wrap{display:table;width:100%;table-layout:fixed;}
.header-items-wrap-row{display:table-row;}
.cart-wrap,.logo-wrap,.toggle-wrap{display:table-cell;vertical-align:middle;}
.cart-wrap{text-align:left;width:50px}
.logo-wrap{text-align:center;}
.toggle-wrap{text-align:right;width:50px}

@media(min-width:768px){
  .header-top{font-size:13px;}
  .header-mdl-sec{background:#fff;}
  .cart-wrap,.toggle-wrap{display:none;}
  .header-mdl-rt nav{float:right;}
  .toggle-wrap{display:none;}
  .logo-wrap{text-align:left;}
  .logo-mobile,
  .logo-mobile-small{
  	display:none!important;
  }
  .logo{width:225px}
  .logo-desktop{
 	display:block;
	width:100%;
	height:auto;
  }
  .header-mdl-sec .wrapper{position:relative;}
  .logo-wrap{
    display: block;
    width: 250px;
    height: 28px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -14px;
  }
}




#skip_button {
    color: #fc6471 !important;
}
.cratejoy-loading-icon {
    color: #fc6471 !important;
}
input[type="radio"] + label.cj-btn {
    border: #fc6471 !important;
    color: #fc6471 !important;
  	line-height: 20px !important;
}
input[type="radio"]:checked + label.cj-btn, #skip_button.skipped {
    color: #FFFFFF !important;
    background-color: #fc6471 !important;
    border-color: #fc6471 !important;
}
.cj-btn {
    border-radius: 0px !important;
    border: 3px solid #fc6471 !important;
}
label.cj-btn {
    font-size: 16px;
}
a.cancel {
    border: 3px solid #a8a8a8 !important;
    background-color: #fff !important;
    color: #a8a8a8;
  	width: 45%;
    padding:0px;
}
a.cancel:hover {
    border: 3px solid #a8a8a8;
    background-color: #a8a8a8 !important;
    color: #ffffff;

}
@media only screen and (min-width:376px){
  a.cancel {
    color: #a8a8a8;
    padding:7px 25px;
  }
  label.cj-btn {
    font-size: 20px;
  }
}
input[type="radio"] + label.cj-btn {
    border: 3px solid #fc6471 !important;
    color: #fc6471 !important;
}




form.subscription_cancel button:nth-child(2) {
    background-color: white !important;
    color: #a8a8a8 !important;
    border: 3px solid #fff !important;  	
}
.cancel_form_line_one {
    margin-bottom: 10px !important;
}
.cancel_form_line_three {
    margin-top: 15px;
    color: #5b525c;
}
.subscription_cancel > .row a{
    float: none !important;
}

/* EMILY REFERRAL TRACKER COLOR UPDATES*/

.referral-complete .referral-progress-bar {
    background-color: #fc6471 !important;
}
.referral-progress-count {
    color: #fc6471 !important;
}
.referral-alert {
    color: #fc6471 !important;
    border: 2px solid fc6471 !important;
}

#refer-btn {
    background: #fc6471;
    color: #fff;
    border: 3px solid #fc6471;
}
.order_thanks {
    text-align: center;
}
.ship_to section {
    border-radius: 0px;
    border: 1px solid #ddd;
}
.cart_listing {
    border-radius: 0px !important;
    border: 1px solid #ddd !important;
}
.checkout_content > div > .cart_listing {
    border-radius: 0px !important;
    border: 0px !important;
}
#checkout_form > div > div > section {
    border-radius: 0px !important;
    border: 0px !important;
}
/* EMILY CANCEL POP UP*/
.pop_up_box { 
    margin:0px; 
    padding:0px; 
    width:100%;
    position:fixed; 
    top:0px; 
    left:0px; 
    width:100%; 
    height:100%; 
    background-color: white;
    z-index:10;
    pointer-events:none;
    opacity:0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.pop_up_box.show{
    pointer-events:auto;
    opacity:1;
    overflow: auto;
}
.pop_up { 
    text-align:center; 
}
.pop_up_text {
    padding: 5px 2% 20px 2%;
    position: relative;
}
.pop_up_text h3{
    margin-bottom: 20px;
    font-size: 48px;
}
.pop_up_text p{
    margin: 5px;
}
.pop_up_text h4{
    margin-bottom: 15px;
}
.pop_up_image {
    max-width: 250px;
}
.pop_up_buttons {
    margin-top: 20px;
}
.pop_up_btn {
    margin: 15px;
}
.pop_up_cancel_btn {
    color: #a8a8a8;
    font-size: 14px;
    border:3px solid #a8a8a8;
}
.pop_up_cancel_btn:hover {
    color: #ffffff;
    background-color: #a8a8a8;
}
.pop_up_text:after {
    position: absolute;
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background: #dadada;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0px;
}
.pop_up_content {
  	width: 90%;
  	margin: 0 auto;
  	background-color: white;
  	margin-top:10px;
  	padding: 0px;
  	max-width: 750px;
}
#refer-link-col .refer-link {
    overflow: auto;
}
#refer-email-col {
  	margin-bottom: 50px;
}
#refer-email-col h4 {
	font-size: 16px;
}
#refer-link-col h4{
	font-size: 16px; 
}
@media only screen and (min-width:768px){
    .pop_up_content {
        width: 55%;
        float:left;
        margin-left: 50px;
        margin-top:100px;
        padding: 50px 15px;
    } 
    .pop_up_box { 
        background: url(../images/SingleSwag_Feb2017_lifestyle1_nobook.jpg) no-repeat 50% 50%;
        background-size: cover;
    }
    .pop_up_image {
        display: none;
    }
}
@media only screen and (min-width:1092px){
	#refer-email-col {
  		margin-bottom: 0px;
	}  
}

/* COPY 67 */
.what-in-box .banner {
    margin:0 auto;
}

.banner-subpage-caption-wrap .banner-caption-cell h3 {
    margin-top: 25px;
}


@media only screen and (min-width:600px){
    /* COPY 68 */    
    .banner-subscribe-caption-cell h2{
  	    margin-bottom: 36px;
    }
    /* COPY 68 */  
    .banner-subscribe-caption-cell h3 {
        margin-top: 45px !important;
    }
}
.option3-wrapper {
    margin-top: -30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;

}
.option3-text {
   text-align: center;
}
.what-in-box-img2 {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    margin-bottom: 30px;
}
.option3-wrapper {
  padding-bottom: 0px;
}
.what-in-box-subpage {
  padding-top: 0px;
}
.what-inside {
  padding-top: 0px;
}
.what-in-box-img.inside {
  margin-bottom: 30px;
}
    .what-in-box {
      margin-bottom: 0px;
  }

.give-a-gift .inside-banner-text {
 	padding-bottom: 30px;
}
.what-in-box-txt h3 {
    text-transform: uppercase;
    font-family: 'Spinnaker', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-bottom: 18px;
    color: #fc6471;
}
@media only screen and (min-width:600px){
    .option3-wrapper {
        position: relative;
      padding-bottom: 30px;
    }
    .option3-text {
        width: 50%;
      	position: absolute;
        top: 50%;
      	transform: translateY(-50%);
    }
  	.what-in-box-img2 {
		float: right;
		width: 45%;
        margin-left:0px;
        margin-right:0px;
     	margin-top:0px;
     	margin-bottom: 0px;
	}
    .what-inside {
  		padding-top: 30px;
	}

	.what-in-box-img.inside {
        margin-bottom: 0px;
	}
    .give-a-gift .inside-banner-text {
 	    padding-bottom: 0px;
    }
  .what-in-box-txt h3 {
    text-align: left;

    }
}


.option3-text .banner-caption-cell  {
  	padding-bottom: 30px;
}
.give-a-gift h2 span.font-dawning {
    display: block;
    vertical-align: top;
}
.give-a-gift h2 span {
    display: inline-block;
    vertical-align: top;
}

.pastbox{
  padding:10px;
  height: auto;
  width: 100%;
}

.page-title{
  text-align:center;
  padding:30px 0 0 0;
}
.page-title h1{
  padding:0;
  margin:0;
  font-size:24px;
}
@media only screen and (min-width:600px){
  .past-boxes .card {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-title{
    text-align:center;
    padding:45px 0 20px 0;
  }
}
@media only screen and (min-width:768px){
  .page-title h1{
    font-size:30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .past-boxes .card.col-xs-12 {
    width: 50%;
  }  
}

.footer-box .input-box input[type=submit] {
	border-radius: 0px;
}
footer + img,
.geist-px {
  display:none;
}
.customer .btn-default {
    background: white;
    color:#666;
    border-color: #666;
    font-size: 14px;
    padding: 8px 13px;
    transition: all 0.25s ease-in;
}
.customer .btn-default:hover {
  background:#666;
  color:white;
}



/* checkout */
.checkout_content section h3{
	margin: 0 0 25px 0;
	padding:0;
	font-size: 1.2em;
	font-weight:bold;
}
.checkout_content .styled_cart header h3{
	margin:0;
	padding:0;
	font-size: 1.2em;
	font-weight: bold;
	display:none;
}
.checkout_content .cart_addresses section h3{
	font-size:15px;
	margin-bottom:18px;
}
/*
.ship_to section:first-child > h3 {
    display: none;
}
*/
.checkout_content section{
	padding: 0 0 30px 0;
}
.checkout_content div[class*='col-']{
	padding-left: 7px;
	padding-right: 7px;
}
.checkout_content div.row{
	margin:0 -7px;
}
.checkout_content > div > .cart_listing{
	padding: 15px 0 0 0;
	margin-bottom: 15px;
}


/* Paypal */
#paypal-checkout-section a > img {
    display: none;
}
#paypal-checkout-section a {
    display: block;
    height: 44px;
    background-image: url('../images/paypal-btn.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #fdc445;
    border-radius: 4px;
    border-bottom: solid 1px #b3aeae;
    border-right: solid 1px #ccc;
}
#paypal-checkout-section {
    padding: 20px 0;
}
#paypal-checkout-section:before {
    content: "Shipping & Payment";
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    margin-bottom:20px;
}
#paypal-checkout-section > div:first-child > div:after {
    content: "The fast, safe way to pay";
    text-align: center;
    display: block;
    padding-top: 5px;
    font-size: 14px;
}
.checkout_content .divider > .divider {
    display: none;
}
.checkout_content .divider:before,.checkout_content .divider:after {
    content: '';
    border-bottom: solid 1px #ccc;
    flex: 0 0 auto;
    width: 40%;
}
.checkout_content .divider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 10px!important;
}
#paypal-checkout-section > div:first-child > div:first-child {
    margin-bottom: 20px!important;
}

/* Gift Form */
.checkout_content #gift-form{
	margin-right:0;
	background-color: #f8f8f8;
}
.checkout_content #gift-form .renew-choice{
	background-color:#f8f8f8;
	border-top: solid 1px #f1ecec;
}
.checkout_content #gift-form .gift-info{
	margin:0;
}
.checkout_content p#renewal-disclaimer {
    padding: 0 0 15px 0;
    margin-top: -15px;
}

/* Payment */
.checkout_content .pay_with,
.checkout_content .cta{
    background: #f7fbf7;
    padding: 15px;
    margin-left:-15px;
    margin-right:-15px;
}
.checkout_content .cta{
	padding-top: 0;
}
.checkout_content .pay_with{
	padding-bottom:0;
}
.checkout_content .pay_with > section {
    padding-bottom: 0;
}

/* Cart Table General */
.checkout_content .styled_cart table td {
    padding: 0 0 7px 0;
}
.checkout_content .styled_cart table{
	border-collapse: collapse;
	margin-top:0;
}

/* Delete Column */
.checkout_content .delete_column .icon-remove-circle:before {
    content: "×";
    color:#777;
}
.checkout_content .remove_button {
    color: #444;
    font-size: 16px;
}
.checkout_content .delete_column {
    padding-right: 5px!important;
}

/* Item Table */
.checkout_content .item_table td,
.checkout_content .item_table td div{
	font-size:13px!important;
	color:#666!important;
}
.checkout_content .item_table td div.product-name,
.checkout_content .item_table td.price_column{
	font-size:16px!important;
}
.checkout_content .item_table td div.product-name{
	color:#444!important;
	margin-bottom:6px;
}
.checkout_content .item_table td.price_column{
	color:#fc6471!important;
}

/* Totals / Price Table */
.checkout_content .styled_cart table.price_table{
	border-top: solid 2px #ececec;
	margin-top: 3px;
}
/* normal rows */
.checkout_content .price_table .detail-row td{
	font-size:14px!important;
	padding: 5px 3px!important;
  border: none!important;
  color:#666;
}
/* shipping row hilight & border */
.checkout_content .styled_cart table #shipping_row {
    height: auto;
    border-top: none;
}
.checkout_content .styled_cart table #shipping_row td{
	padding-top:10px!important;
}
#shipping_row td.currency {
    color: green;
}
/* total row */
.checkout_content .styled_cart .total-row{
	border-top:none;
}
.checkout_content .styled_cart .total-row th {
    font-size: 17px;
    padding: 3px;
    white-space: nowrap;
}


/* Coupon Section */
.coupon_section .row{
	margin:0!important;
}
.checkout_content .coupon_section .col-xs-8{
	width:100%!important;
	margin: 0!important;
	float: none!important;
	padding: 0!important;
}
.checkout_content .coupon_section #add_coupon_code{
	margin-top:0;
	background: gray;
	border: none;
	color:white;
}
.checkout_content.newco #id_coupon_code{
	text-transform: none;
}
.checkout_content .coupon_section #add_coupon_code,
.checkout_content.newco #id_coupon_code{
	height:34px;
	font-size:14px;
}
.checkout_content .coupon_section {
    padding: 20px 0 0 0;
}
.cart_addresses section {
    padding-bottom: 0;
}
.coupon_section .input-group-btn{
	padding-left:5px;
	display: block;
}
.checkout_content .coupon_section .input-group{
	display:flex;
	justify-content: space-between;
	align-items: center;
}


/* page structure */
.checkout_content.container {
    max-width: 480px;
}
.checkout_content .styled_cart table tr #shipping_price {
    font-size: 18px;
    padding: 7px 3px;
    color: green;
}
.checkout_button{
	max-width:none;
}
.cart_addresses > div{
	margin-bottom:15px;
}
.pay_with .col-md-3 {
    width: 50%;
    float: left;
}
.pay_with .col-md-3:first-child {
    width: 100%;
    float: none;
}
#gift-form .gift-info .gift-input{
  padding:0;
}
@media(min-width:414px){
	.checkout_content > div > .cart_listing{
		padding: 15px 15px 5px 15px;
		background:#f8f8f8;
	}
	.pay_with .col-md-3 {
		width: 33.333%;
		float:left;
	}
	.pay_with .col-md-9 {
		width: 66.66%;
		float:left;
	}
	.pay_with div[class*='col-']{
		padding:0 7px!important;
	}
	.pay_with .row{
		margin-left:-7px;
		margin-right:-7px;
	}
	.ship_to .col-md-9 {
    	width: 67%;
    	float: left;
	}
	.ship_to .col-md-9 + .col-md-3 {
    	width: 33%;
    	float: left;
	}
	.ship_to .row .col-md-6:first-child,.ship_to .row .col-md-6:last-child {
    	width: 50%;
    	float: left;
	}
	.ship_to .col-md-9:last-child {
    	width: 100%;
    	float: none;
	}
	#billing-name .col-md-6 {
    	width: 50%;
    	float: left;
	}
	.pay_with .col-md-3:first-child {
    	float: right;
      	width:33%;
	}
}
@media(min-width:480px){
  .checkout_content .pay_with,
  .checkout_content .cta{
      margin-left:0;
      margin-right:0;
  }
}
@media(min-width:769px){
  .cart_addresses > div {
    background: #f8f8f8;
    padding: 15px 15px 0 15px;
    margin-bottom:0;
  }
	#paypal-checkout-section {
	  padding: 15px;
	  background: #f8f8f8;
	}
  .cart_addresses{
    margin-bottom:20px
  }
  .cart_addresses .register{
  	padding-top:0;
  }
	.checkout_content .left-col {
		float: left;
		width:38%;
	}
	.checkout_content .right-col {
		float:right;
		width:60%;
	}
	.checkout_content.container {
		width: auto;
		padding-top:30px;
		max-width:1028px;
	}
	.checkout_content .coupon_section{
		margin:0;
	}
	.checkout_content #gift-form{
    padding:0;
	}
}
@media(min-width:1028px){
	.checkout_content .left-col {
		width:320px;
	}
	.checkout_content .right-col {
		float:right;
		width:642px;
	}
  .checkout_content section .registration {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .checkout_content section .registration .row {
      margin: 0!important;
      width: calc(50% - 7px);
      flex: 0 0 auto;
  }
  .checkout_content section .registration .col-md-6 {
      float: none;
      width: 100%;
      padding: 0;
  }
}
.checkout_content input[type="text"].not-required + label[placeholder]:before, 
.checkout_content input[type="text"][required] + label[placeholder]:before, 
.checkout_content input[type="email"][required] + label[placeholder]:before, 
.checkout_content input[type="password"][required] + label[placeholder]:before{
	margin-left:5px!important;
}
#unit + label:before{
  content:'Apt';
}


/* order success tweaks */

.order section.cart_listing {
    padding-bottom: 15px;
}
.order .cart_listing header {
    background: #f8f8f8;
    padding: 20px 15px;
    margin-bottom: 15px;
    font-size: 18px;
}
.order .cart_listing table td:first-child,.order .cart_listing table th:first-child {
    padding-left: 15px;
}
.order .cart_listing table td:last-child, .order .cart_listing table th:last-child {
    padding-right: 15px;
}
.order .total-row th {
    border-bottom: none;
}
.order .cart_listing table {
    border-bottom: none;
    border-collapse: collapse;
}
.order table tbody tr.detail-row:first-of-type {
    background: #f8f8f8;
}
.order .total-row th {
    padding-top: 14px;
    font-size: 22px;
    border-top: solid 1px #ccc;
}
.order #shipping_row td {
    padding-top: 15px;
}
.order .cart_addresses .ship_to.vertical {
    border: none;
    margin: 0;
    padding-bottom:15px
}
.order .cart_addresses section{
    border:none;
}
.order .checkout_content section{
  margin-left:0;
  margin-right:0;
}
h1.order_thanks{
  margin-bottom:30px
}

/* Friendbuy banner */
.banner__refer-friends{
  margin:0 0 20px 0;
  text-align:center;
  padding:7px;
  background:#f9f9f9;
}
.banner__wrap{
  display:flex;
  flex-direction:column;
  padding:7px;
  color:#444;
  border:solid 3px #fc6471
}
.banner__heading{
  font-size: 18px;
  font-family: Spinnaker;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin:0 0 7px 0;
  padding:0;
  display:inline-block;
  width:100%;
}
.banner__text{
  padding:7px 0;
}
.banner__button{
  color: #fc6471;
  text-transform:uppercase;
}
@media(min-width:768px){
  .banner__refer-friends{
    text-align:left;
  }
  .banner__wrap{
  	flex-direction:row;
    align-items:center;
  }
  .banner__text{
    flex:0 0 auto;
    width:calc(100% - 200px);
  }
  .banner__heading{
    font-size: 24px;
    letter-spacing: 0.05em;
    text-transform: none;
  }
  .banner__button{
    flex: 0 0 auto;
    width:200px;
    padding:7px;
    background: #fc6471;
    color: #ffffff;
    text-align:center;
  }
}

.terms__wrap{
    color: black;
    font-style: italic;
    line-height: 1.25;
    font-size: 14px;
    font-family: Arial;
    padding: 7px;
    margin-bottom:10px;
  	border:solid 2px #ececec
}
.terms__footer{
    color: black;
    line-height: 1.25;
    font-size: 14px;
    font-family: Arial;
    margin-bottom:10px;
}
.terms__wrap a,.terms__footer a{
  color:black;
  text-decoration:underline;
}

/* orders list */
.orders-list .table{
  width:100%;
}
.orders-list th{
	text-align:center!important;
	padding:5px;
}
.orders-list .my-account > h1{
	text-align:center;
	margin-bottom:25px;
}

.cart_listing .subscription-autorenew{
  display:none
}



.slick-slider button {
	position: absolute;
    top:50%;
	width: 37px;
	height: 46px;
	border: none;
	cursor: pointer;
	font-size: 0px;
	line-height: 0px;
    margin-top: -23px!important;
    background-color:rgba(255,255,255,0.75)!important;
}
.slick-slider button:hover {
	opacity: .7!important;
}
.slick-prev {
	background-image: url(../images/left-arw.png);
	left: 0px;
}
.slick-next {
	background-image: url(../images/right-arw.png);
	right: 0;
}
.slick-next,
.slick-prev{
  background-position:50% 50%!important;
  background-repeat:no-repeat!important;
  z-index:1
}
.slick-next:before,
.slick-prev:before{
	content:''
}
.slick-prev:hover, .slick-prev:focus{
 	background-image: url(../images/left-arw.png);
}

.slick-next:hover, .slick-next:focus{
 	background-image: url(../images/right-arw.png);
}