/*
 * css/style.css
 */

/*----------------------Font Families---------------------- */
@font-face {
    font-family: 'josefin-Regular';
    src: url("//s3.amazonaws.com/cratejoy_vendor_images/listings/delight/fonts/JosefinSans-Regular.ttf?ts=1459353007&host=admin.cratejoy.com") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'josefin-Bold';
    src: url("//s3.amazonaws.com/cratejoy_vendor_images/listings/delight/fonts/JosefinSans-Bold.ttf?ts=1459353009&host=admin.cratejoy.com") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'josefin-BoldItalic';
    src: url("//s3.amazonaws.com/cratejoy_vendor_images/listings/delight/fonts/JosefinSans-BoldItalic.ttf?ts=1459353007&host=admin.cratejoy.com") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'josefin-Italic';
    src: url("//s3.amazonaws.com/cratejoy_vendor_images/listings/delight/fonts/JosefinSans-Italic.ttf?ts=1459353008&host=admin.cratejoy.com") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'josefin-Light';
    src: url("//s3.amazonaws.com/cratejoy_vendor_images/listings/delight/fonts/JosefinSans-Light.ttf?ts=1459353008&host=admin.cratejoy.com") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'josefin-LightItalic';
    src: url("//s3.amazonaws.com/cratejoy_vendor_images/listings/delight/fonts/JosefinSans-LightItalic.ttf?ts=1459353009&host=admin.cratejoy.com") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'josefin-SemiBold';
    src: url("//s3.amazonaws.com/cratejoy_vendor_images/listings/delight/fonts/JosefinSans-SemiBold.ttf?ts=1459353009&host=admin.cratejoy.com") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'josefin-SemiBoldItalic';
    src: url("//s3.amazonaws.com/cratejoy_vendor_images/listings/delight/fonts/JosefinSans-SemiBoldItalic.ttf?ts=1459353008&host=admin.cratejoy.com") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'josefin-Thin';
    src: url("//s3.amazonaws.com/cratejoy_vendor_images/listings/delight/fonts/JosefinSans-Thin.ttf?ts=1459353008&host=admin.cratejoy.com") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'josefin-ThinItalic';
    src: url("//s3.amazonaws.com/cratejoy_vendor_images/listings/delight/fonts/JosefinSans-ThinItalic.ttf?ts=1459353007&host=admin.cratejoy.com") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Lato-Regular';
  src: url(//s3.amazonaws.com/cratejoy_vendor_images/listings/delight/fonts/Lato-Regular.ttf?ts=1459353008&host=admin.cratejoy.com) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Light';
  src: url(//s3.amazonaws.com/cratejoy_vendor_images/listings/delight/fonts/Lato-Light.ttf?ts=1459353009&host=admin.cratejoy.com) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Bold';
  src: url(//s3.amazonaws.com/cratejoy_vendor_images/listings/delight/fonts/Lato-Bold.ttf?ts=1459353009&host=admin.cratejoy.com) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Black';
  src: url(//s3.amazonaws.com/cratejoy_vendor_images/listings/delight/fonts/Lato-Black.ttf?ts=1459353007&host=admin.cratejoy.com) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Courgette-Regular';
  /*src: url(//s3.amazonaws.com/cratejoy_vendor_images/listings/delight/fonts/Courgette-Regular.ttf?ts=1459353009&host=admin.cratejoy.com) format('truetype');
  */
   src: url("//s3.amazonaws.com/cratejoy_vendor_images/listings/delight/fonts/JosefinSans-Bold.ttf?ts=1459353009&host=admin.cratejoy.com") format('truetype');
 
  font-weight: normal;
  font-style: normal;
}

/* correct nested container container margins */
.checkout_content.container {
  margin-left: -15px;
}

/* Button roundedness */
.btn {
  border-radius: 25px;
}


p {
  margin-bottom: 25px;
}

body, p {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #B0B0B0;
  font-family: Lato-Regular;
}

a, a:visited {
  color: #ed5465;
}

/* ---  Begin configurations from designer --*/

/* Backgound around the main page content */
body {
  background-color: #EEEEEE;
}

/* Background for the page content */
body > .container {
  background-color: #FFFFFF;
}

.logo-grp {
  font-family: josefin-Bold;
  color: #565c83;
}

/* Header specific configuration */
#header {
  background-color: #565c83;
}

#header .cta {
  padding-left: 35px;
  padding-right: 35px;
}

#header h2 {
  color: #FFFFFF;
  font-family: Lato-Regular;
  font-size: 15px;
  margin-bottom: 10px;
}

#header h1 {
  color: #ed5465;
  font-family: josefin-SemiBold;
  font-size: 45px;
}

#header p{
  color: #FFFFFF;
  font-family: Lato-Regular;
  font-size: 13px;
}

#header .btn {
  color: #FFFFFF;
  background-color: #ed5465;
  font-family: Lato-Black;
}

#header .btn:hover {
  color: #FFFFFF;
  background-color: #BAD696;
}
/* End the header specific configuration */

h1 {
  font-family: Courgette-Regular;
  color: #565c83;
  font-size: 40px;
  margin-bottom: 10px;
}

h2, .ecom-product-page .heading {
  font-family: Lato-Regular;
  color: #565c83;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}


section:first-of-type h1:first-of-type{
  font-family: Courgette-Regular;
  color: #565c83;
  text-align: center;
}

section:first-of-type h2:first-of-type{
  font-family: Lato-Regular;
  color: #565c83;
}

section:first-of-type p {
  font-family: Lato-Regular;
  color: #B0B0B0;
}

footer, footer p{
  font-family: Lato-Regular;
}

/* Button styles */
.btn, .primary-button {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 3.1;
  border: none;
  color: ;
  font-family: ;
}

.coupon_section .btn {
  line-height: inherit;
}

.btn-large, .btn-success, .primary-button {
  min-width: 200px;
  height: 51px;
  border: none;
}

.btn-med {
  min-width: 150px;
}

.btn-short {
  padding-top: 3px;
  padding-bottom: 3px;
}


.btn.btn-primary, .primary-button, .btn.btn-success {
  font-family: Lato-Black;
  background-color: #ed5465;
  color: #FFFFFF;
}

.btn.btn-primary:hover, .primary-button:hover,  .btn.btn-success:hover {
  background-color: #bad696;
  color: ;
}


.btn.btn-secondary {
  font-family: Lato-Black;
  background-color: #565c83 !important;
  color: #FAFAFA;
}

.btn.btn-secondary:hover {
  background-color: #BAD696 !important;
  color: ;
}

.btn.btn-tertiary {
  background-color: ;
  color: ;
}

.btn.btn-tertiary:hover {
  background-color: ;
  color: ;
}
/* -- end button styles */


/* duoblock default layout styles */
.duoblock .graphic, .duoblock .cta {
  overflow: hidden;
}

.graphic {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.graphic img {
  display: inline-block;
}

   /* Makes a vertical aligned block */
.justified {
  text-align: center;
  display: table;
}

.justified-container {
  display: table-cell;
  vertical-align: middle;
}
/* -- duoblock */
.accented {
  background-color: #FAFAFA;
}

.blurb {
  padding-left: 32px;
  padding-right: 32px;
  text-align: center;
}

.subsection {
  padding-top: 65px;
  padding-bottom: 65px;
}

/* Quote specific */
.quotes .cell h1{
  float: left;
  position: relative;
  top: -20px;
}

.quotes .table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.quotes .quote-source {
  margin-top: 20px;
}

.quotes .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 30px;
  padding-right:  30px;
}
/* End quote stuff */

/* attention CTA subsection styles */
.subsection.cta {
  padding-left: 10%;
  padding-right: 10%;
}

.subsection.cta p {
  margin-bottom: 25px;
}

.faq{
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
}

/* Footer configuration */
.social a {
  text-decoration: none;
}
.social a svg path {
  fill: #ed5465;
}

.social a svg:hover path {
  fill: #565c83;
}

.social, .tributes {
  float:right;
}

.social {
  margin-bottom: 20px;
}

.social-wrap {
  float: right;
}

.tributes svg path {
  fill: #B0B0B0;
}

.tributes .poweredby svg{
  position: relative;
  margin-left: 5px;
  top: 6px;
}

.tributes li {

}

.tributes p {
  margin-bottom: 1px;
}

footer {
  padding: 35px 10px;
  color: #B0B0B0;
  background-color: #FAFAFA;
  margin-top: 30px;
}
footer .nav li a,
footer .navbar-nav li a:visited,
footer a.navbar-toggle {
  font-family: Lato-Regular;
  color: #ed5465;
  text-transform: uppercase;
  text-decoration: none;
}

footer .nav li a:hover,
footer .navbar-nav li a:hover,
footer a.navbar-toggle:hover {
  color: #565c83;
}
/* -- End Footer */


/*
 * Shared content across all pages
 */

.topbar {
  background-color: ;
}

@media(min-width: 960px) {
  .topbar {
    height: auto;
  }
  .topbar .content {
    height: auto;
  }
}

.topbar .content {
  text-align: center;
  font-size: 1.3rem;
  padding-top: 8px;
  padding-bottom: 8px;
}

.topbar p {
  color: ;
  margin-bottom: 0px;
}

.topbar .btn {
  padding-top: 3px;
  padding-bottom: 3px;
  color: ;
  line-height: 1.2em;
}

.navbar-brand {
  height: 30px;
  padding: 5px;
}


.navbar  {
  border-top: 4px solid #ed5465;
}


.top-nav li a, a.navbar-toggle {
  font-family: Lato-Regular;
  color: #ed5465;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.navbar-brand {
  max-width: 500px;
  max-height: 124px;
  overflow: hidden;
  color: #565c83;
  font-size: 28px;
}

.navbar {
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-nav li a:hover {
  background-color: transparent;
  color: #565c83;
}

.btn.btn-primary-hollow {
  border: 1px solid #ed5465;
  color: #ed5465;
  background-color: #FFFFFF;
  font-family: Lato-Regular;
}

.top-nav li a.btn-primary-hollow:hover, a.btn-primary-hollow:hover {
  background-color: #565c83;
  color: #ed5465;
}

a.navbar-toggle {
  width: 90px;
}

a.navbar-toggle .icon-bar {
  margin-top: 6px;
}

a.navbar-toggle .icon-bar {
  background-color: #ed5465;
}

a.navbar-toggle .menu-text {
  float: right;
}

.navbar  {
  padding-left: 55px;
  padding-right: 55px;
}

.navbar {
  margin-bottom: 0;
}

.navbar-toggle.btn {
  margin-top: 20px;
}

.navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}

/* Float left to switch sides on the what's inside page */
#inside-sec-1 .cta {
  float: right;
}

#inside-sec-2 .cta {
  float: left;
}
/* --- End configurationo from designer --*/


/*
 * Subscribe
 */

.subscribe_page .banner .content {
  background-color: ;
  text-align: center;
}

.subscribe_page .banner .content h1,
.subscribe_page .banner .content h2,
.subscribe_page .banner .content h3,
.subscribe_page .banner .content h4 {
  padding-bottom: 0;
}

.subscribe_page .banner .content {
  padding-top: 1px;
  padding-bottom: 20px;
}

.subscribe .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.subscribe .container .heading {
  text-align: center;
}

.subscribe .content {
  text-align: center;
}

.subscribe .content div {
  word-spacing: normal;
}

.subscribe + .subsection .container {
  padding-top: 15px;
}

.subscribe .item {
  display: inline-block;
 /* width: 270px;*/
  width: 270px;
  padding: 10px;
  border: solid 1px #EEEEEE;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 25px;
  margin-right: 25px;
}

.subscribe .item .price p {
  font-family: Lato-Regular;
  color: #565c83;
  font-size: 15px;
  padding-top: 15px;
}

.subscribe .image-container {
  display: inline-block;
 /* width: 250px;*/
  width:250px;
  height: 170px;
  text-align: center;
  line-height: 170px;
  vertical-align: middle;
}

.subscribe .image-container img {
 /*max-width: 250px;
  max-height: 250px;*/
  max-width:250px;
  max-height: 170px;
}

.subscribe .row.head, .subscribe .row.foot {
  border-bottom: 1px solid #EEEEEE;
}


.row.foot {
  padding-bottom: 15px;
}

.line-limited {
  margin-top: 10px;
  display: table;
  width: 100%;
}

.line-limited > div {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.line-limited > div > * {
  overflow: hidden;
}

/* Set the fonts and cell heights for the name-container */
.item .name-container.line-limited {
  font-family: Lato-Regular;
  color: #565c83;
  font-size: 15px;
  letter-spacing: 1px;
  height: 2.4em;
}

.item .name-container.line-limited > div > * {
  line-height: 1.2em;
  max-height: 2.4em;
}


/* Set the fonts and heights for this limited block */
.item .description-container.line-limited {
  color: ;
  font-family: ;
  font-size: 13px;
  letter-spacing: 1px;
  /*height: 5.6em;*/
  height:25em;
  margin-bottom: 18px;
}

.item .description-container.line-limited > div > * {
  line-height: 1.4em;
 /* max-height: 5.6em;*/
  max-height: 25em;
}

/* Set the fonts and heights for this limited block */
.terms .item .description-container.line-limited {
  color: ;
  font-family: ;
  font-size: 13px;
  letter-spacing: 1px;
  height:2.8em;
  margin-bottom: 15px;
}

.terms .item .description-container.line-limited > div > * {
  line-height: 1.4em;
  max-height: 2.8em;
}

.subscribe_page .subscribe .gift-prompt {
  text-align: center;
}

.subscribe_page .subscribe .gift-prompt .prompt {
  display: inline-block;
  word-spacing: 3px;
  text-align: center;
  width: 595px;
  padding: 15px;
  border: solid 1px #EEEEEE;
}

.subscribe_page .subscribe .gift-prompt .prompt h4 {
  display: inline-block;
}

.subscribe_page .subscribe .gift-prompt .prompt h4 a {
  color: ;
}

.subscribe_page .subscribe .gift-prompt .prompt h4 a i {
  margin-left: 10px;
}


.login .form-container {
  padding: 20px 40px;
  border: 1px solid #EEEEEE;
}



@media (min-width: 320px){
  /* duoblock default layout styles */
  .duoblock .cta{
    height: 320px;
  }
  .duoblock .graphic {
    padding-top: 10px;
  }
  .mobile {
    display: none;
  }
  .x-mobile {
    display: block;
  }
}


@media (min-width: 992px){

  .container {
    width: 970px
  }
}

@media(min-width: 768px) {
  .duoblock .graphic, .duoblock .cta{
    height: 375px;
    overflow: hidden;
  }
  .duoblock .graphic {
    padding-top: 0px;
  }
}

.tributes {
    text-align: right;
}

@media(max-width: 768px) {
  .social, .tributes {
    float: none;
    text-align: center;
  }
  footer .nav {
    text-align: center;
  }

  footer > div {
    margin-bottom: 30px;
  }
}

@media(max-width: 992px) {

}


@media(min-width: 992px) {
  .duoblock .graphic, .duoblock .cta{
    height: 485px;
    overflow: hidden;
  }
}

/* For mobile phones */
@media (max-width: 320px) {

  .x-mobile {
    display: none;
  }
  .mobile {
    display: block;
  }
  .howto .blurb {
    padding-top: 107px;
    padding-bottom: 107px;
  }
  .howto .container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

}

@media (max-width: 512px) {
  .quotes .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 75px;
    float: left;
  }
}

/* This is a max 970px wide design */
@media (min-width: 1200px){
  /* duoblock default layout styles */
  .duoblock .graphic, .duoblock .cta{
    height: 485px;
    overflow: hidden;
  }
  .container {
    width: 970px
  }
}


/* Server generated form styles - eg change order */
.cratejoy-loading-icon {
  color: #ed5465;
}

input[type="radio"] + label.cj-btn {
  border: 1px solid #565c83;
  color: #565c83;
}

input[type="radio"]:checked + label.cj-btn, #skip_button.skipped {
  background-color: #565c83;
  color: #FAFAFA;
  border-color: #565c83;
}

input[type="radio"]:checked + label.cj-btn.term h4,
input[type="radio"]:checked + label.cj-btn.term h5 {
  color: #FAFAFA;
}

#skip_button {
  border: 1px solid #565c83;
  color: #565c83;
}

#skip_button.skipped.hover {
  color: #FAFAFA;
  background-color: #565c83;
}

.password-reset .control-group {
  margin-bottom: 15px;
}
/* end change order */

.order th,
.order td strong{
  font-family: Lato-Regular;
  color: #565c83;
  font-size: 15px;
}

/* Custom clearfix (without :after) to adjust for designer hover outline */
.cf {
  content: ' ';
  display: table;
  clear: both;
}

.headline.account h2 {
  font-size: 24px;
  margin-top: 10px;
}

.gift-card-container.gift-card-balance-container {
  padding: 5px;
  border: 1px solid #B0B0B0;
  border-radius: 3px;
}

.gift-card-container .gift-card-balance {
  display: none;
}

.gift-card-container.gift-card-balance-container .gift-card-balance {
  display: block;
}

#your-addresses-add {
	margin-right: 30px;
	margin-bottom: 15px;
}

#your-addresses-add-xs {
	margin-bottom: 15px;
}

/******************************************************************************
 SURVEYS
******************************************************************************/

.survey h1 {
	text-align: center;
}

.survey .question {
	margin-bottom: 10px;
}

.survey-field {
	margin-bottom: 35px;
}

.survey-field .option {
	width: 25%;
	padding: 5px;
}

.survey-field-boolean h2.question {
	display: inline;
	padding-left: 10px;
}

.survey-field-boolean .description {
	margin-top: 10px;
}

.survey button[type='submit'] {
	display: block;
	margin: 0 auto;
}

.survey .description {
	margin-bottom: 5px;
}

.survey .description.main {
	margin-bottom: 35px;
	text-align: center;
}

.survey-error {
	color: red;
}

.survey-error.main {
	text-align: center;
	background-color: rgba(255,0,0, 0.1);
}

.survey .select-container {
	border: 1px solid #e0e0e0;
	padding: 10px;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
}

.btn.cancel {display:none;}

.hs-button {
  width: 25%;
  height: 46px;
  background: #565c83;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  letter-spacing: 1px;
  /*border-radius: 0 5px 5px 0;*/
  cursor: pointer;
  transition: background .3s ease-in-out;
  font-color:white;
}
  

.hs-button:hover {
  background: #ed5465;
}

.hs-input:focus {
  outline: none;
  outline: 2px solid #ed5465;
  box-shadow: 0 0 2px #ed5465;
}

.hs-input {
  width: 100%;
  background: #FDFCFB;
  font-family: inherit;
  color: #737373;
  letter-spacing: 1px;
  text-indent: 5%;
   height: 44px;
  border-radius: 5px;
  margin-bottom:20px;
}

.hs-button {
  height: 46px;
  border: none;
  border-radius: 5px;
  color:white;
  font-size:16px;
  min-width:100px;
}

/*.hs-input {
  display: flex;
  align-items: center;
}*/

.hs-field-desc {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.3em;
  margin: -2px 0 45px;
}

.hbspt-form {
  width: 75%;
  margin: 3% auto;
}

.discount{
  display:none;
}

.item .description-container.line-limited2{
  font-family:;
  font-size: 13px;
  letter-spacing: 1px;
  /*height: 5.6em;*/
  height: 10em;
  margin-bottom: 18px;
}  

  