/*
 * css/style.css
 */

.poptart, #cj_test_banner {
  display:none  !important;
}


body {
  color: #535353;
  font-family: "proxima-nova",sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: #f8c16d;
}
a:hover {
  color: #333;
}
a, a:hover, a:focus {
  outline: none;
}

.btn {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

nav.navbar-inverse {
  background: #333;
  opacity: 1;
  margin: 0;
  border: none;
}
nav.navbar-inverse .navbar-text {
  margin: 0;
}
nav.navbar-inverse .navbar-brand {
  height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}
nav.navbar-inverse .navbar-link,
nav.navbar-inverse .navbar-nav > li > a {
  color: #f8c16d;
  font-size: 14px;
  text-transform: uppercase;
  padding: 32px 0 30px 0;
  margin: 0 20px;
  line-height: 1;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
nav.navbar-inverse .navbar-link.on-state,
nav.navbar-inverse .navbar-nav > li > a.on-state {
  border-bottom: 4px solid #f8c16d;
}
nav.navbar-inverse .navbar-link.navbar-login,
nav.navbar-inverse .navbar-nav > li > a.navbar-login {
  padding: 18px 40px 16px 40px;
  border: 1px solid #f8c16d;
  margin: 1em;
}
nav.navbar-inverse .navbar-link.navbar-login:hover,
nav.navbar-inverse .navbar-nav > li > a.navbar-login:hover {
  background: #f8c16d;
  color: #333;
}

section.spaced, article.spaced, div.spaced {
  padding: 80px 0;
}
section .section-title, article .section-title, div .section-title {
  color: #333;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
  line-height: 1;
}
section .section-title.section-title-gold, article .section-title.section-title-gold, div .section-title.section-title-gold {
  color: #f8c16d;
}
section .section-title.title-spaced, article .section-title.title-spaced, div .section-title.title-spaced {
  margin-top: 70px;
}
section .section-description, article .section-description, div .section-description {
  color: #333;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 35px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
section.light, article.light, div.light {
  background: #eadfd2;
}
section.eggshell, article.eggshell, div.eggshell {
  background: #faf8f7;
}

section.christbg, article.christbg, div.christbg {
  background-image: url("https://s3.amazonaws.com/cratejoy_vendor_images/churchbox/royale_luxe-copy-0/images/xmas15/dec_ww.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

section.white, article.white, div.white {
  background: #fff;
}
section.dark, article.dark, div.dark {
  background: #efefef;
}
section.dark .section-title, article.dark .section-title, div.dark .section-title {
  color: #333333;
}
section.dark .section-description, article.dark .section-description, div.dark .section-description {
  color: #333333;
}
section.dark p, article.dark p, div.dark p {
  color: #595959;
}

.sub-button {
  margin-top: 10px;
}

.btn-soft,
.checkout_button.primary-button {
  color: #fff;
  background: #f8c16d;
  padding: 20px 0px;
  border: 2px solid #f8c16d;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.btn-soft:hover,
.checkout_button.primary-button:hover {
  color: #fff;
  background: #88D3AB;
  border: 2px solid #88D3AB;
}

.btn-red {
  color: #fff;
  background: #ba2227;
  border: 2px solid #ba2227;
  padding: 20px 5px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.btn-red:hover {

  color: #fff;
  background: #88D3AB;
  border: 2px solid #88D3AB;
}

.btn-ghost {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  padding: 20px 40px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.btn-ghost:hover {
  color: #222;
  background: #FFF;
}

.btn-ghost,
.btn-red,
.btn-soft {
  width: 312px;
}


#goodies .btn.btn-soft {
  margin: 30px 0 20px;
}


#videoModal .modal-body {
  padding:0;
}
#videoModal button.close {
  margin-right: -30px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
  height: 24px;
  width: 25px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
  text-shadow: none;
}
#videoModal button.close:focus {
  outline: none;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feature {
  margin: 70px 0 40px;
}

.first-row .feature {
  margin-top: 0;
}



#hero {
  padding: 90px 0;
  text-align: center;
  background: #333 url(../images/heidehands2.jpg) 50% 0 no-repeat fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#hero .content {
  color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

#hero .content h1 {
  font-weight: bold;
  font-size: 56px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
#hero .content p {
  font-weight: 300;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 50px;
}
#hero .content .play-btn-wrapper {
  text-align: center;
}
#hero .content .play-btn {
  display: inline-block;
  color: #fff;
  margin-bottom: 50px;
  font-size: 25px;
}
#hero .content .play-btn:focus {
  outline: none;
  text-decoration: none;
}
#hero .content .play-btn:hover {
  color: #fff;
  text-decoration: none;
}
#hero .content .play-btn img {
  background: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  width: 110px;
  height: 110px;
  margin-bottom: 10px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#hero .content .play-btn:hover img {
  background-color: rgba(255, 255, 255, 0.5);
}
#hero .content .play-btn img:focus {
  outline:none;
}

#hero {
  padding: 0;
  background-color: #333;
  position: relative;
  height: 650px;
} 

#hero-video {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0px; 
  
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto; 
  z-index: 3;
  overflow: hidden;
}

#hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 6;
}
#hero .content {
  padding: 56px 20px;
}
#landing .landing {
  color: #fff;
  margin: 0 auto;
  width: 100%;

}
#landing .landing {
  padding: 90px 0;
  text-align: center;
  background: url('https://s3.amazonaws.com/cratejoy_vendor_images/churchbox/royale_luxe-copy-0/images/xmas15/hero.png') 50% 0 no-repeat fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#landing .landing h1 {
  font-weight: bold;
  font-size: 56px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
#landing .landing p {
  font-weight: 300;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 50px;
}
/*
#hero .content .btn-soft {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
#hero .content .btn-soft:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
*/

#about-header {
  background: #333 url(../images/about-header.jpg) 50% 0 no-repeat fixed;

  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#mens-header {
  background: #333 url(../images/xmas15/header.png);

  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#about .feature {
  margin-top: 0;
}

#goodies .content-body {
  margin-top: 25px;
}
#goodies h1 {
  color: #333;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 40px 0;
}
#goodies p {
  font-size: 24px;
  font-weight: 400;
}
#goodies img {
  width: 100%;
  height: auto;
  max-width: 776px;
}

#how-it-works {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  background: #333 url(../images/howbg.jpg) 50% 0 no-repeat fixed;
  
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#how-it-works .section-description {
  color: #fff;
  margin-bottom: 80px;
}
#how-it-works .circle {
  font-size: 30px;
  padding: 1em 0;
  font-weight: 400;
  color: #f8c16d;
  width: 253px;
  height: 253px;
  border: 5px solid #F8C16D;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 1;
  margin-bottom: 110px;
}
#how-it-works .circle .number {
  display: block;
  font-size: 113px;
  font-weight: 100;
}
#how-it-works .step-description {
  font-size: 24px;
  line-height: 1.4;
}

.quote {
  text-align: center;
}

.quote-image {
  display: inline-block;
  border: 4px solid #f8c16d;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 15px;
}
.quote-image img {
  /*
  margin: 4px;
  border:3px solid #333333;
  */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.quote-body,
.dark p.quote-body {
  color: #333;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}

.quote-author {
  color: #333;
  font-size: 18px;
  font-weight: 300;
}
/*
.quote-author:hover {
  text-decoration: none;
  color: #f8c16d;
} */

.staff-name {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 0;
}

.staff-title,
.dark p.staff-title {
  color: #333;
  font-size: 20px;
}

.staff-story {
   color:#333;
   font-size: 20px;
   text-decoration: underline;
}



#ricebowl {
  background:#EC2A2A; 
  color:#fff;
  display: block;
  z-index: 30;
  position: relative;
  margin:0;
  opacity: .9;
}
#ricebowl p {
  margin: 10px 0;
}
#ricebowl a {
  color:#fff;
  text-decoration:underline;
  font-weight: bold;
}
#ricebowl .close{
  margin-top: 2px;
}

#ricebowl img{
  margin-right: 10px;
}


#contact-form label {
  font-size: 24px;
  font-weight: 300;
}
#contact-form input, #contact-form textarea {
  height: auto;
  padding: 10px 15px;
  border: 2px solid #D9D9D9;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 22px;
  font-weight: 300;
}
#contact-form input:focus, #contact-form textarea:focus {
  border-color: #333;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#contact-form input[type=submit] {
  padding: 20px 70px;
  color: #f8c16d;
  border: 2px solid #f8c16d;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#contact-form input[type=submit]:hover {
  background-color: #f8c16d;
  color: #333;
}
#contact-form input[type=submit]:focus {
  outline: 0;
  border-color: #f8c16d;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#subscribe-now {
  background: #333 url(../images/subscribebg.jpg) 50% 0 no-repeat fixed;
  
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#subscribe-now p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  color: #333;
  font-size: 58px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  padding: 2em 0;
}
#subscribe-now a.subscribe-btn {
  margin-top: -10px;
  margin-left: 100px;
  border: 4px solid #FFF;
  padding: 22px 40px 19px 40px;
  color: #FFF;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#subscribe-now a.subscribe-btn:hover {
  background: #fff;
  color: #333;
}

/* Subscribe Page */
#subscribe-header {
  background: #333 url(../images/subscribepage_bg.jpg) 50% 0 no-repeat fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#subscribe-header h1 {
  color: #F6C06C;
  font-size: 90px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  line-height: 1;
  padding: 1em 0;
}

#subscriber {
}









#subscriber {
}

.box-selector {
  color: #333;
  background-color: #f8c16d;
  padding: 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.box-selector .boxes {
  margin-bottom: 40px;
  max-width: 301px;
  width: 100%;
  height: auto;
}
.box-selector.box-subscribe {
  text-align: center;
}
.box-selector.box-subscribe ul {
  text-align: left;
}
.box-selector.box-subscribe ul li {
  margin-bottom: 10px;
}
.box-selector.box-subscribe h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}
.box-selector.box-subscribe p {
  font-size: 20px;
  margin: 0;
}


.box-selector.box-subscribe .body-grp,
.box-selector.box-subscribe .cart-pricing-grp {
  margin-bottom: 15px;
  font-size: 20px;
}
.box-selector.box-subscribe .body-paragraph p {
  font-size: 16px;
}
.box-selector.box-subscribe .price {
  font-style: normal;
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 1;
}
.box-selector.box-subscribe .btn {
  padding: 22px 40px 19px 40px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-size: 30px;
  border: 4px solid #333;
  margin-bottom: 15px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.box-selector.box-subscribe .btn:hover {
  background-color: #88D3AB;
  border-color: #88D3AB;
  color: #FFF;
}

.box-dark {
  background-color: #333;
  color: #fff;
}
.box-dark.box-subscribe h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  color: #f8c16d;
}
.box-dark.box-subscribe p {
  font-size: 20px;
  margin: 0;
}
.box-dark.box-subscribe .btn {
  background-color: #f8c16d;
  border-color: #f8c16d;
  color: #333;
}
.box-dark.box-subscribe .btn:hover {
  border: 4px solid #88D3AB;
  background: #88D3AB;
  color:#fff;
}










#about-header .content {
  padding: 6em 1em;
  width: 100%;
  max-width: 1100px;
  text-align: center;
  margin: 0 auto;
}
#about-header h1 {
  color: #000;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}

footer {
  background: #333;
  color: #967a50;
  padding: 20px 0;
}

footer a:hover {
  color: #f8c16d;
  text-decoration: none;
}

footer hr {
  margin-top: 20px;
  margin-bottom: 14px;
  border-color: #967a50;
}
footer p {
  margin: 0;
}
footer .social-icons {
  list-style: none;
  text-align: left;
  margin: 8px 0 0 0;
  padding: 0;
}

footer .social-icons li {
  display: inline-block;
}
footer .social-icons a {
  margin-left: 13px;
  background: #f8c16d;
  color: #333;
  display: block;
  line-height: 33px;
  text-align: center;
  height: 32px;
  width: 32px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
footer .social-icons a:hover {
  background: #fff;
  color: #333;
}

#post .post-container {
  padding: 50px 15px;
}
#post .post-title {
  color: #f8c16d;
  font-size: 48px;
  font-weight: 300;
  margin-top: 0;
}
#post .post-meta {
  color: #555;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 15px;
}
#post .post-body, #post p {
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 20px;
  letter-spacing: 0;
}

#post-comments {
  border-top: 2px solid #e5e5e5;
  background: #f5f5f5;
}

footer .copyright a {
  color: #967a50;
}

footer .copyright a:hover {
  color: #f8c16d;
}

footer .copyright .glyphicon {
  margin-left: -1px;
}

/* Checkout Page */
.
.newco .form-group .col-md-3,
.checkout_content.newco .form-group .col-md-4,
.checkout_content.newco .form-group .col-md-6,
.checkout_content.newco .form-group .col-md-12 {
  padding: 0 15px;
}

.checkout_content input, .checkout_content textarea {
  outline:1;
  border-width:1px !important;
}

#checkout_form .cta {
  margin: 0;
}

.checkout_content section h3 {
  margin-top: 0;
}

.checkout_button.primary-button {
  padding: 15px 40px;
  font-weight: bold;
  font-size: 18px;
  border: none;
  border: 2px solid #f8c16d;
}

.checkout_content.container input {
  margin-bottom: 10px;
}
.checkout_content select {
  margin-top: 11px;
}

.checkout_content .gift_text:first-child {
  margin-bottom: 20px;
}

.checkout_content .cta {
  margin: 20px 10px;
}
.checkout_button .icon-lock {
  margin-right: 10px;
}

.checkout_content input[type="text"].not-required:focus + label[placeholder]:before, .checkout_content input[type="text"].not-required:valid + label[placeholder]:before, .checkout_content input[type="text"][required]:focus + label[placeholder]:before, .checkout_content input[type="text"][required]:valid + label[placeholder]:before, .checkout_content input[type="email"][required]:focus + label[placeholder]:before, .checkout_content input[type="email"][required]:valid + label[placeholder]:before, .checkout_content input[type="password"][required]:focus + label[placeholder]:before, .checkout_content input[type="password"][required]:valid + label[placeholder]:before {
  -webkit-transition-duration: 0;
  transition-duration: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.checkout_content input[type="text"].not-required + label[placeholder], .checkout_content input[type="text"][required] + label[placeholder], .checkout_content input[type="email"][required] + label[placeholder], .checkout_content input[type="password"][required] + label[placeholder] {

  margin-top: -webkit-calc(-3em - 37px);
  margin-top: calc(-3em - 37px);
  margin-bottom: -webkit-calc((3em - 1em) + 40px);
  margin-bottom: calc((3em - 1em) + 42px);
}

.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: 0;
  padding: 0;
}

.checkout_content input[type="text"], .checkout_content input[type="date"], .checkout_content input[type="email"], .checkout_content input[type="password"] {
  height: auto;
  margin: 0 0 1em;
  padding: 0.7em;
  font-size: 14px;
  margin-top: 12px;
}
#cc_select {
  margin-top: 18px;
}
.checkout_content .right-inner-addon i {
  top: auto;
  bottom: -4px;
}

.popular-ribbon {
  position: absolute;
  top: -5px;
  right: -5px;
}

.box-selector.box-subscribe {
  position: relative;
}



@media screen and (max-width: 1199px) {
  section.spaced, article.spaced, div.spaced {
    padding: 80px 0;
  }

  #hero h1 {
    margin-top: 45px;
    font-size: 42px;
  }
  #hero p {
    font-size: 25px;
  }

  .btn-soft,
  .btn-ghost {
    padding: 20px 40px;
    font-size: 25px;
  }
  .box-selector {
    padding: 14px;
  }
  .box-dark.box-subscribe h3,
  .box-selector.box-subscribe h3 {
    font-size: 28px;
  }
  .box-selector.box-subscribe .body-grp, .box-selector.box-subscribe .cart-pricing-grp {
    font-size:18px;
  }
  .box-selector.box-subscribe .btn {
  padding: 15px 25px 15px 25px;
  font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  section.spaced, article.spaced, div.spaced {
    padding: 80px 0;
  }

  #hero h1 {
    margin-top: 16px;
    margin-bottom: 35px;
    font-size: 40px;
  }
  #hero p {
    font-size: 21px;
    margin-bottom: 40px;
  }

  .btn-soft,
  .btn-ghost {
    padding: 16px 32px;
    font-size: 20px;
  }

  #subscribe-now a.subscribe-btn {
    margin: 0;
  }

  #how-it-works .section-description {
    margin-bottom: 40px;
  }
  #how-it-works .circle {
    font-size: 20px;
    padding: 0.5em 0;
    color: #f8c16d;
    width: 200px;
    height: 200px;
    margin-bottom: 50px;
  }
  #how-it-works .step-description {
    font-size: 20px;
  }

  #about-header .content {
    padding: 5em 1em;
  }
  #about-header h1 {
    font-size: 46px;
  }
  .box-selector {
    padding: 14px;
  }
  .box-dark.box-subscribe h3,
  .box-selector.box-subscribe h3 {
    font-size: 21px;
  }
  .box-selector.box-subscribe .body-grp, .box-selector.box-subscribe .cart-pricing-grp {
    font-size:14px;
  }
  .box-selector.box-subscribe .btn {
    padding: 15px 22px 15px 22px;
    font-size: 19px;
  }
  .box-selector.box-subscribe ul {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {

  section.spaced, article.spaced, div.spaced {
    padding: 40px 0;
  }
  section .section-title.title-spaced, article .section-title.title-spaced, div .section-title.title-spaced {
    margin-top: 40px;
  }

  nav.navbar-inverse .navbar-text {
    margin: 0;
    text-align: center;
  }
  nav.navbar-inverse .navbar-link {
    line-height: 1;
    padding: 15px 0;
    display: block;
  }
  nav.navbar-inverse .navbar-brand {
    padding-top: 13px;
    padding-bottom: 0;
    text-align: center;
    height: 55px;
  }
  nav.navbar-inverse .navbar-brand img {
    height: 30px;
    width: auto;
  }
  nav.navbar-inverse ul.navbar-nav li {
    text-align: center;
  }
  nav.navbar-inverse ul.navbar-nav li > a {
    padding: 12px 0 18px 0;
    display: inline-block;
  }

  #hero {
    text-align: center;
    height: 430px;
  }
  #hero img {
    margin: 0 auto;
  }
  #hero .content {
    padding: 30px 20px;
  }
  #hero .content h1 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 35px;
  }
  #hero .content p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #hero .content a.btn-ghost {
    margin-bottom: 0;
  }
  #hero .content .play-btn {
    margin-bottom: 20px;
  }
  #hero .content .play-btn img {
    width: 100px;
    height: 100px;
  }

  #subscribe-now a.subscribe-btn {
    border: 3px solid #FFF;
    font-size: 25px;
  }
  #subscribe-now p {
    font-size: 38px;
  }
  
  #goodies .content-body {
    margin-top:10px;
  }

  #how-it-works .section-description {
    margin-bottom: 20px;
  }
  #how-it-works .circle {
    font-size: 20px;
    padding: 0.5em 0;
    color: #f8c16d;
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }
  #how-it-works .step-description {
    font-size: 20px;
  }

  #about-header .content {
    padding: 5em 1em;
  }
  #about-header h1 {
    font-size: 36px;
  }

  footer {
    text-align: center;
  }
  footer .links .social-icons {
    text-align: center;
  }
  footer .copyright .text-right {
    text-align: center;
  }

  #hero,
  #about-header,
  #how-it-works,
  #subscribe-now {
    background-attachment: scroll;
  }

  .box-selector.box-subscribe .price {
    font-style: normal;
    font-size: 40px;
    font-weight: bold;
    margin: 25px 0;
    line-height: 1;
  }
  .box-selector.box-subscribe .btn {
    padding: 19px 37px 16px 37px;
    font-size: 27px;
    margin-bottom: 40px;
  }
  .box-selector.box-subscribe {
    margin-bottom: 15px;
  }
   .box-selector .boxes {
     margin-bottom: 5px;
   }
  
  .quote-body,
  .dark p.quote-body {
    font-size: 17px;
  }

  .quote-author {
    font-size: 16px;
  margin-bottom: 20px;
    display: inline-block;
  }

  #ricebowl p {
    text-align:left !important;
  }
}
@media screen and (max-width: 667px) {
 
  #hero {
    text-align: center;
    height: 500px;
  }
  #hero .content a.btn-ghost {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .btn-soft,
  .btn-ghost {
    padding: 16px;
    font-size: 16px;
    width: 100%;
  }

  #goodies .btn.btn-soft {
    max-width: 280px;
    margin: 10px 0;
  }
  #goodies .content-body {
    margin-top:0;
  }

  #hero {
    text-align: center;
  }
  #hero h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px;
  }
  #hero p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #hero a.btn-ghost {
    margin-bottom: 20px;
  }

  section .section-title, article .section-title, div .section-title {
    font-size: 21px;
  }
  section .section-title.title-spaced, article .section-title.title-spaced, div .section-title.title-spaced {
    margin: 20px 0;
  }
  section .section-description, article .section-description, div .section-description {
    font-size: 18px;
  }
  section p, article p, div p {
    font-size: 15px;
  }

  .feature {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .checkout_content .form-group label {
    width: inherit;
  }

  .checkout_content.container input {
  }

  .checkout_content.newco .form-group .col-md-3, .checkout_content.newco .form-group .col-md-4, .checkout_content.newco .form-group .col-md-6, .checkout_content.newco .form-group .col-md-12 {
    padding: 3px;
  }

  #features p {
    text-align: center;
    margin-bottom: 20px;
  }

  #about p {
    text-align: center;
    margin-bottom: 20px;
  }

  #subscribe-now a.subscribe-btn {
    margin-top: 20px;
    padding: 17px 35px 14px 35px;
  }

  #about-header .content {
    padding: 4em 1em;
  }
  #about-header h1 {
    font-size: 26px;
  }

  footer p {
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  #hero {
  }

  #hero .content {
    padding: 20px;
  }

  #hero .content h1 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }

  #hero .content p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #hero a {
    margin-bottom: 0;
  }

  #hero .content {
  }

  section .section-description {
    letter-spacing: 0;
    margin-bottom: 20px;
  }

  section .section-title {
    font-size: 19px;
  }

  #subscribe-now a.subscribe-btn {
    width: 100%;
  }
  
  .checkout_content.newco .form-group .col-md-3, .checkout_content.newco .form-group .col-md-4, .checkout_content.newco .form-group .col-md-6, .checkout_content.newco .form-group .col-md-12 {
    width: 100%;
  }

  .checkout_content .form-group {
    margin-left: 0;
  }
}

.checkout_content {
  margin-bottom: 20px;
}

.my-account.my-referral {
  width: 100%;
}

#refer-link-col {
  width: 100%;
}

#refer-email-col {
  width: 100%;
}

/*----------------------ECOM---------------------- */
.section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.header-article {
    text-align: center;
}
 
.header-article .heading {
  margin-bottom: 10px;
}
 
.header-article p {
  margin-bottom: 20px;
}
.card {
  margin-top:20px;
  margin-bottom: 20px;
}
.card > a {
  display: block;
}
.card > a:hover {
  text-decoration: none;
}
.card .heading {
  display: block;
  margin: 0;
  font-size: 18px;
  line-height: 120%;
  color: ;
}
.card .price {
  display: block;
  color: #979797;
}
.card .img-container {
  display: inline-block;
  width: 225px;
  height: 225px;
  border: 1px solid #e0e0e0;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
#product-form {
	padding-top: 10px;
}
#product-form .cselect {
  background: #FAFAFA;
  border: 1px solid ;
  color: ;
  border-radius: 3px;
  height: 40px;
}
#product-form .control-label {
	line-height: 30px;
}
.product {
  padding: 60px 0;
}
.header-article a {
  color: #979797;
}
.product .thumbs {
  position: relative;
  margin-bottom: 30px;
}
.product .price {
  margin-bottom: 10px;
  font-size: 18px;
  color: #979797;
}
.product .heading {
 	margin-bottom: 15px;
	font-family: JosefinSans-Regular;
}
.product .hsecondary-grp {
  margin: 0 0 5px;
  color: #979797;
}
.product p {
  line-height: 120%;
}
.product .share {
  margin: 25px 0;
  font-size: 18px;
}
.product .share .social {
  margin-left: 15px;
  font-size: 24px;
}
.product hr {
  margin: 35px 0;
}
.product .btn {
  background: #ccbf74;
  color: #797979;
  border: none;
}
.product .btn:hover {
  background: #beae4f;
}
div.pika-stage {
  padding: 0;
  width: 100%;
  height: auto;
  background: none;
}
div.pika-stage .pika-textnav,
div.pika-stage .pika-imgnav,
div.pika-stage .pika-aniwrap,
div.pika-stage .pika-loader {
  display: none !important;
}
div.pika-stage > img {
  width: 100%;
  height: auto;
}
ul.pika-thumbs {
  margin-top: 10px;
  padding: 0;
  height: auto;
}
ul.pika-thumbs > li {
  padding: 0;
  margin: 0 10px 0 0;
  height: 87px;
  width: 87px;
  border: none;
  background: none;
}
.filter-cards {
  margin-top: -30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.filter-cards .label {
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  color: #979797;
}
.filter-cards .cselect {
  background: #FAFAFA;
  border: 1px solid ;
  color: ;
  border-radius: 3px;
  height: 40px;
}
.product-label {
  display: table;
  line-height: 120%;
}
.product-label .thumb,
.product-label .meta {
  display: table-cell;
  vertical-align: middle;
}
.product-label .thumb {
  padding-right: 35px;
  width: 125px;
}
.product-label .heading {
  margin-bottom: 5px;
}
.product-label p {
  margin: 0;
}
.cart-thead {
  margin-top: -30px;
}
.cart-thead .cart-td {
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
.cart-thead .heading {
  margin: 0;
}
.cart-table {
  position: relative;
  display: table;
  width: 100%;
}
.cart-table .close {
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -11px;
}
.cart-td {
  display: table-cell;
  float: none;
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: middle;
}
.cart-tfoot {
  float: right;
  margin-top: 30px;
  margin-bottom: 85px;
}
.cart-tfoot .cart-subtotal {
  display: table;
  margin-bottom: 30px;
}
.cart-tfoot .cart-subtotal .title,
.cart-tfoot .cart-subtotal .price {
  display: table-cell;
  vertical-align: middle;
}
.cart-tfoot .cart-subtotal .title {
  padding-right: 30px;
  font-size: 18px;
}
.cart-tfoot .cart-subtotal .price {
  font-size: 38px;
  color: ;
  line-height: 120%;
}
.cart-tfoot .cart-subtotal .price small {
  display: block;
  margin-top: 10px;
  color: ;
  font-size: 14px;
  line-height: 120%;
}
 
.jq-selectbox__select {
  height: 40px;
  line-height: 36px;
  font-size: 15px;
  background: none;
  background: #FAFAFA;
  box-shadow: none;
  color: #979797;
  text-shadow: none;
}
.jq-selectbox__trigger {
  border: none;
}
.jq-selectbox__trigger-arrow {
  top: 18px;
}
.jq-selectbox__dropdown {
  top: 100% !important;
  text-align: left;
}
.jq-selectbox__select-text {
  display: inline;
  width: 100% !important;
}
.product_paging {
	margin: 50px 0 35px;
}
.product_paging > li {
  display: inline-block;
  margin: 0 1px;
}
.product_paging > li:first-child a,
.product_paging > li:last-child a {
  color: #979797;;
}
.product_paging > li > a {
  padding: 5px;
  line-height: 16px;
  color: #979797;
  border: none;
}
.product_paging > li > a:hover {
  background: none;
}
.product_paging > li.active a {
  color: ;
  background: none;
  border-bottom: 2px solid ;
}
.product_paging > li.active a:hover {
  background: none;
  color: ;
}
 
@media (max-width: 768px) {
  .filter-cards > div {
    text-align: center;
  }
  .filter-cards > div + div {
    margin-top: 20px;
  }
  .cart-table {
    display: block;
    padding-bottom: 20px;
    margin-bottom: -1px;
    border: 1px solid #e0e0e0;
  }
  .cart-table .close {
    top: 15px;
    right: 15px;
    margin-top: 0;
    font-size: 30px;
  }
  .cart-td {
    display: block;
    padding: 15px;
    border: none;
  }
  .product-label .thumb {
    text-align: right;
  }
  .cart-tfoot {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .cart-tfoot .cart-subtotal {
    display: block;
  }
  .cart-tfoot .cart-subtotal .title,
  .cart-tfoot .cart-subtotal .price {
    display: block;
    text-align: center;
  }
  .cart-tfoot .cart-subtotal .title {
    padding: 0;
    font-size: 25px;
  }
  .cart-tfoot .cart-subtotal .price {
    font-size: 60px;
  }
  .cart-tfoot .cart-subtotal .price small {
    font-size: 22px;
  }
}
.fb-share-button {
  position: relative;
  top: -5px;
  margin-right: 20px;
}
.pinterest-share-button {
  position: relative;
  left: -9px;
}

/*----------------------FAMILAY---------------------- */

#hero-fam {
  padding: 90px 0;
  text-align: center;
  background: #333 url(https://s3.amazonaws.com/cratejoy_vendor_images/churchbox/royale_luxe-copy-0/images/bg-header.jpg) 50% 0 no-repeat fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#hero-fam .content {
  color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

#hero-fam .content h1 {
  font-weight: bold;
  font-size: 56px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
#hero-fam .content p {
  font-weight: 300;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 50px;
}


#hero-fam {
  padding: 0;
  background-color: #333;
  position: relative;
  height: 650px;
} 


#hero-fam-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 6;
}
#hero-fam .content {
  padding: 56px 20px;
}

#testi-fam {
  padding: 90px 0;
  text-align: center;
  background: #f7bf74 url(https://s3.amazonaws.com/cratejoy_vendor_images/churchbox/royale_luxe-copy-0/images/xmas15/testi_bckg.png) 50% 0 no-repeat fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#testi-fam .content {
  color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

#testi-fam .content h1 {
  font-weight: bold;
  font-size: 56px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
#testi-fam .content p {
  font-weight: 300;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 50px;
}


#testi-fam {
  padding: 0;
  background-color: #f7bf74;
  position: relative;
  height: 350px;
} 


#testi-fam-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 6;
}
#testi-fam .content {
  padding: 56px 20px;
}

#family-ban {
  padding: 90px 0;
  text-align: center;
  background: #f7bf74 url(https://s3.amazonaws.com/cratejoy_vendor_images/churchbox/royale_luxe-copy-0/images/xmas15/family_ban.png) 50% 0 no-repeat fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#family-ban .content {
  color: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

}
#family-ban .content p {
  font-weight: 300;
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 50px;
}


#family-ban {
  padding: 0;
  background-color: #01a494;
  position: relative;
  height: 350px;
} 


#family-ban .content {
  padding: 56px 20px;
}


.box-blue {
  background-color: #01a494;
  color: #fff;
}
.box-blue.box-subscribe h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  color: #f8c16d;
}
.box-blue.box-subscribe p {
  font-size: 10px;
  margin: 0;
}
.box-blue.box-subscribe .btn-blue {
  background-color: #f8c16d;
  border-color: #f8c16d;
  color: #333;
  vertical-align:middle;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 20px;
}
.box-blue.box-subscribe .btn-blue:hover {
  border: 4px solid #ef5823;
  background: #ef5823;
  color:#fff;
}



nav.navbar-family {
  background: #ffffff;
  margin: 0;
  border: none;
}
nav.navbar-family .navbar-text {
  margin: 0;
}
nav.navbar-family .navbar-brand {
  height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}
nav.navbar-family .navbar-link,
nav.navbar-family .navbar-nav > li > a {
  color: #f8c16d;
  font-size: 14px;
  text-transform: uppercase;
  padding: 32px 0 30px 0;
  margin: 0 20px;
  line-height: 1;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
nav.navbar-family .navbar-link.on-state,
nav.navbar-family .navbar-nav > li > a.on-state {
  border-bottom: 4px solid #f8c16d;
}
nav.navbar-family .navbar-link.navbar-login,
nav.navbar-family .navbar-nav > li > a.navbar-login {
  padding: 18px 40px 16px 40px;
  border: 1px solid #f8c16d;
  margin: 1em;
}
nav.navbar-ifamily .navbar-link.navbar-login:hover,
nav.navbar-family .navbar-nav > li > a.navbar-login:hover {
  background: #f8c16d;
  color: #01a494;
}

ul li {
  padding-top: 7px;
}