@charset 'utf-8';
/*
Theme Name: Jacqueline Child
Template: jacqueline
Theme URI: http://jacqueline.themerex.net/
Description: Jacqueline - Multipurpose and Multiskin Responsive Wordpress theme
Author: ThemeREX
Author URI: http://themerex.net/
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: jacqueline
*/

@import url("../jacqueline/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

/* 20170207 - Removed related products - Dico */
div.related.products {
  display: none;
}

.woocommerce .page_content_wrap {
  padding-bottom: 0;
}

/* 20170210 - Fix for logo on homepage (move slightly up) */
.top_panel_middle .logo {
  margin-top: 1em !important;
  margin-bottom: 0 !important;
}

/* 20170223 - Buttons in shopping cart need to be golden (colours swapped) */
.wc-forward {
  border-color: #c4aa84 !important;
  background-color: #c4aa84 !important;
}

.wc-forward:hover {
  border-color: #8ed4cc !important;
  background-color: #8ed4cc !important;
}

/* 20170223 - Prices in golden */
.amount, .woocommerce-Price-amount, .woocommerce-Price-currencySymbol {
  color: #c4aa84 !important;
}

/* 20170223 - Arrangementen ander font */
.sc_price_block_description {
  font-family: "Droid Serif", serif !important;
  text-transform: none !important;
}

#cn-notice-text {
  display: block;
  text-align: center;
  float: none;
  clear: both;
  margin-bottom: 15px;
}

#cn-notice-text a {
  color: #ffffff;
  text-decoration: underline;
}

.cookie-notice-container .button {
  background: rgb(196, 170, 132);
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 30px;
  transition: all .3s ease 0s;
}

.cookie-notice-container .button:hover {
  color: #ffff;
}

/* 20170223 - Golden infobox on login and probably other places */
.sc_infobox {
  border-color: #c4aa84 !important;
  background-color: #c4aa84 !important;
}

/* 20170223 - Hide menu from top bar, because it does not provide clickable links */
.menu_user_controls ul {
  display: none !important;
}

#kerstoverlay {
    bottom: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s;
    visibility: hidden;
    width: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.7);
    overflow-x: auto;
}

#kerstoverlay.loaded {
    opacity: 1;
    transition-delay: 1.5s;
    visibility: visible;
}

#kerstoverlay.inactive {
    opacity: 1;
    transition-delay: 0s;
    visibility: hidden;
}

.kersttable {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 100;
}

.kerstback {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}

.kersttablecell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.kerstpopup {
  max-width: 477px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.kerstpopup .inner {
  padding: 40px 60px;
}

.kerstpopup .logobig {
  margin-bottom: 35px;
}

.kerstpopup h3.kersttitel {
  font-size: 30px;
}

.kerstpopup .introtekst {
  font-size: 14px;
  margin-bottom: 45px;
}

.kerstpopup .button {
    color: rgb(255, 255, 255);
    font-family: 'Raleway';
    text-transform: uppercase;
    padding: 20px 66px;
    background-color: rgb(196, 170, 132);
    transition: all .3s ease 0s;
}

.kerstpopup .button:hover {
    background-color: rgb(245,245,245);
    color: rgb(196, 170, 132);
}

@media screen and (max-width: 450px) {
  .kerstpopup .logobig {
    margin-bottom: 30px;
  }
  .kerstpopup .logobig img {
    height: 110px;
    width: auto;
  }
  .kerstpopup .inner {
    padding: 40px 20px;
  }
  .kerstpopup h3.kersttitel {
    font-size: 24px;
  }
  .kerstpopup .introtekst {
    font-size: 12px;
    margin-bottom: 45px;
  }
}

.mailchimpform {
  text-align: center;
}

.mailinput,
.mailbutton {
  display: inline-block;
  vertical-align: top;
}

.mailbutton {
  display: inline-block;
}

.mailbutton input {
  text-align: center;
  margin-left: 4px;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  padding: 1.2em 2.4em !important;
  letter-spacing: .15rem;
}

.mc4wp-alert {
  text-align: center;
  margin-top: 20px;
}