/**
 * You can put your custom css code in this file.
 * If you haven't don't know what css is, you can take a look at http://www.cssbasics.com/
 */
p.more {
  text-align: center;
  margin: 20px 0;
}

p.more a {
  display:inline-block;
  padding-bottom: 0;
  border-bottom: 1px solid #000;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color:#000;
}

p.wedding-button a {
  display:inline-block;
  padding: 20px 40px 18px;
  background:#FFF0F1;
  border: 1px solid #FFF0F1;
  color:#000;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
}

p.wedding-button a:hover {
  background:#FFF;
}

p.business-button a {
  display:inline-block;
  padding: 20px 40px 18px;
  background:#2C3C51;
  border: 1px solid #2C3C51;
  color:#FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
}

p.business-button a:hover {
  background:#FFF;
  color:#2C3C51;
}

p.lifestyle-button a {
  display:inline-block;
  padding: 20px 40px 18px;
  background:#66BBC5;
  border: 1px solid #66BBC5;
  color:#FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
}

p.lifestyle-button a:hover {
  background:#FFF;
  color: #66BBC5;
}



.grey-bg {
  background: #FAF6F8;
  padding-top: 40px;
}

.top-line {
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.vc-widget-banner.general .vc-banner-body {
  padding: 20px;
  background: #FAF6F8;
}

.vc-widget-banner.wedding .vc-banner-body {
  padding: 20px;
  background: #FFF0F1;
}

.vc-widget-banner.lifestyle .vc-banner-body {
  padding: 20px;
  background: #d9f5f8;
}

.vc-widget-banner.business .vc-banner-body {
  padding: 20px;
  background: #e2ebf8;
}

.vc-widget-banner.general .vc-banner-body p ,
.vc-widget-banner.wedding .vc-banner-body p ,
.vc-widget-banner.lifestyle .vc-banner-body p ,
.vc-widget-banner.business .vc-banner-body p {
  color: #666666;
}

.vc-widget-banner.general,
.vc-widget-banner.wedding,
.vc-widget-banner.lifestyle,
.vc-widget-banner.business {
  margin-bottom: 30px;
}

.vc-widget-banner.hovertext .vc-banner-body {
  opacity: 0;
  transition: opacity 0.3s ease-in 0s;
}

.vc-widget-banner.hovertext:hover .vc-banner-body {
  opacity: 1;
}

.vc-widget-text.textbox {
  background: #FAF6F8;
}
.vc-widget-text.textbox-wedding {
  background: #FFF0F1;
}
.vc-widget-text.textbox-business {
  background: #e2ebf8;
}
.vc-widget-text.textbox-lifestyle {
  background: #d9f5f8;
}


.vc-widget-text.textbox .vc-widget-textbody h2 {
  margin-bottom: 20px;
}

.vc-widget-text.textbox .vc-widget-textbody {
  padding: 15px 30px;
}


.align-middle .row {
  display:table;
  table-layout: fixed;
  width: 100%;  
}

@media screen and (min-width: 768px) {
  .align-middle .row .vc-widget {
    display: table-cell;
    vertical-align: middle;
    float: none;  
  }
}

#newsletter {
  width: 600px;
  height: 400px;
  background-size: 100% auto;
  color:#FFF;
}

#bootstrap-2016-mailing-list-form {
  position: relative;
}

#bootstrap-2016-mailing-list-form input.form-text {
  padding: 5px 50px 6px 5px;
  background: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 15px;
  width: 100%;
  max-width: 100%;
}

#bootstrap-2016-mailing-list-form input.form-submit {
  padding: 0;
  position: absolute;
  right: 12px;
  bottom: 3px;
  background: transparent;
  border: 0;
}

@media screen and (max-width: 991px) {
    #bootstrap-2016-mailing-list-form input.form-submit {
        bottom: 6px;
    }
}

@media screen and (max-width: 767px) {
  .vc-widget-text.textbox .vc-widget-textbody {
    padding: 30px 30px 15px;
  }
  
  #newsletter {
    width: 280px;
    height: 400px;
  }
}

/** NEW CHECKOUT PAGE **/
.shopcada-checkout {
    --font-family: 'Lato',sans-serif;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

.shopcada-checkout textarea {
    width: 100%;
}

.shopcada-checkout span.select::after {
    height: 34px;
    top: 4px;
    line-height: 34px;
}

.shopcada-checkout input#edit-submit {
    padding: 8px 20px;
}

form#discount-checkout-form div#edit-discount-code-wrapper input,
form#discount-checkout-form div#edit-discount-code-wrapper textarea,
.shopcada-checkout .apply-button input[type=submit] {
    height: 32px;
}

form#discount-checkout-form div#edit-discount-code-wrapper input {
    max-width: 100%;
}

#edit-customer-accept-marketing-wrapper,
.checkout-form label.option {
    display: flex;
    align-items: flex-start;
}

#edit-customer-accept-marketing-wrapper {
    flex-wrap: wrap;
}

#edit-customer-accept-marketing-wrapper input.form-checkbox {
    margin-top: 5px;
}

.checkout-form label.option input.form-checkbox {
    margin-top: 3px;
    margin-right: 5px;
}

.extra_payment_method_message {
    width: 100%;
    padding-left: 18px;
}

.checkout-form .option-selector .form-radios .form-item {
    display: flex;
    align-items: flex-start;
}

.checkout-form .option-selector .form-radios .form-item input.form-radio {
    margin-top: 5px;
}

.checkout-form .shipping-quotes label.option {
    width: 100%;
}

.checkout-card#payment .form-radios>div.form-item {
    display: flex;
    align-items: flex-start;
    margin: 10px 0;
}

#edit-payment-payment-method-paypal-wps-wrapper {
    flex-wrap: wrap;
}

#edit-payment-payment-method-paypal-wps-wrapper label.option {
    width: 90%;
    flex-wrap: wrap;
}

.checkout-card#payment .form-radios>div.form-item input.form-radio {
    margin-top: 5px;
}

#edit-agree-tnc-wrapper {
    display: flex;
    align-items: flex-start;
}

#edit-agree-tnc-wrapper label.option {
    text-transform: none;
}

#edit-agree-tnc-wrapper input.form-checkbox {
    margin-top: 2px;
}

#edit-ptdiscount-userpoints-wrapper select {
    padding-right: 25px;
}

#edit-storecredit-credit-id-wrapper select {
    padding-right: 25px;
}

.shopcada-checkout .checkout-navigation input.form-submit:active:hover,
.shopcada-checkout .checkout-navigation input.form-submit:active:focus {
    border-color: #cea89b;
    background: #cea89b;
}

#uc-cart-checkout-review-form > div {
    display: flex;
    justify-content: space-between;
}

#uc-cart-checkout-review-form #edit-back {
    border: 0;
    padding: 0;
    text-transform: none;
    color: #000;
    font-weight: 400;
    background: transparent;
    font-size: 13.5px;
    letter-spacing: 0;
}

#uc-cart-checkout-review-form #edit-back:focus,
#uc-cart-checkout-review-form #edit-back:hover {
    background: transparent;
}

.checkout-main table {
    display: inline-block;
    width: 100%;
}

.checkout-main table td {
    padding: 0;
}

.checkout-main table td:last-child {
    width: 100%;
    text-align: right;
}

.cart-item__description__attributes .item-list ul {
    padding: 0;
    margin: 5px 0;
}

.text-right {
    text-align: right;
}

.checkout-card label.option span.label-text {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.shopcada-checkout input[type=email], .shopcada-checkout input[type=password], .shopcada-checkout input[type=tel], .shopcada-checkout input[type=text], .shopcada-checkout select, .shopcada-checkout span.select select {
    line-height: 1.3em;
}


