/* 
 - PRE-FOOTER block
*/
.pre-footer {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 75px;
    background: #fce7e0;
}
.pre-footer .footer-container {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1400px;
    margin: auto;
    z-index: 2;
}
.pre-footer .icon-overlay {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}
.pre-footer .icon-overlay img {
    display: block;
}
.pre-footer .icon-overlay svg {
    fill: #444;
    overflow: visible;
}

/* Hide generated footer */
#footer-bottom {
    display: none;
}
.footer-row {
    overflow: hidden !important;
}

#mailchimp-footer h2 {
    font-size: 32px;
    color: #b03058 !important;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 0 0 12px #fce7e0;
}

#mailchimp-footer table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#mailchimp-footer table tr td {
    width: 25%;
    margin: 0 0.5%;
}
#mailchimp-footer table tr td:nth-child(4) {
    width: 30%;
}
#mailchimp-footer table tr td:last-child {
    grid-column: span 4;
    display: flex;
    justify-content: center;
}

#mailchimp-footer input {
    display: block;
    margin: 0 0.5%;
    padding: 15px 15px;
    width: 100%;
    font-family: quicksand, sans-serif;
    font-size: 17px;
    color: #333;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #edede3;
    background-color: #fff;
    line-height: 1;
}
#mailchimp-footer input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    padding: 9px 38px 13px 40px;
    height: auto;
    font-family: ff-cocon-pro, sans-serif;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.25px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    transition: all ease 0.15s;
    background-color: #b03058;
    width: calc(100% / 4 - 1%);
    min-width: 300px;
    line-height: normal;
}
#mailchimp-footer input[type="submit"]:hover {
    background-color: #e35544;
}
#mailchimp-footer form[name="verjaardags-attentie"] input[type="submit"] {
    margin-top: 35px;
}
form[name="verjaardags-attentie"] tr {
    margin-top: 1em;
}
form[name="verjaardags-attentie"] select {
    display: block;
    margin: 0 0.5%;
    padding: 15px 15px;
    padding-right: 30px;
    width: 100%;
    font-family: quicksand, sans-serif;
    font-size: 17px;
    color: #333;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #edede3;
    background-color: #fff;
    line-height: 1;
}
form[name="verjaardags-attentie"] .thanksMsg {
    font-family: ff-cocon-pro, sans-serif !important;
    color: #b03058;
    font-size: 1.2em;
}


#footer {
    position: relative;
    width: 100%;
    background: rgb(228,85,68);
    background: linear-gradient(45deg, rgba(228,85,68,1) 0%, rgba(176,48,88,1) 100%);
}
#footer .wave {
    height: 120px;
}
#footer .wave svg {
    fill: #fce7e0;
    transform: scale(-1);
    width: 100%;
    height: 100%;
}
.site-footer-inner {
    padding-top: 90px;
}
#footer .widget-title {
    font-family: ff-cocon-pro, sans-serif;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    white-space: nowrap;
}
#footer a {
    display: inline-block;
    color: #fff;
}
.footer-widget {
    padding-bottom: 30px;
}
#footer #footer-widgets a {
    padding: 0;
}
#footer a:hover {
    opacity: .6;
}
#footer li {
    /* border-color: rgba(255,255,255,0.25); */
    border: none;
    padding: 0;
}
#footer .col-3 .wpex-clr {
    padding-left: 0;
}
#footer .col-3 .fa {
    display: none;
}
#footer .col-3 .wpex-info-widget div {
    margin-bottom: 0;
    line-height: 1.8em;
}
#footer .col-3 .wpex-info-widget-email.wpex-clr a {
    padding: 0;
}
#footer .col-3 .widget_mc4wp_form_widget .widget-title {
    margin-bottom: 30px;
}
#footer .mc4wp-form-fields label {
    display: flex;
}
#footer .mc4wp-form-fields input:not([type="checkbox"]) {
    display: block;
    margin-bottom: 15px;
    padding: 12px 15px;
    width: 100%;
    font-family: quicksand, sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #fff;
}
#footer .mc4wp-form-fields input[type=submit] {
    position: relative;
    left: -2px;
    margin-bottom: 0;
    padding: 9px 25px 11px 25px;
    width: calc(100% + 4px);
    font-family: ff-cocon-pro, sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all ease 0.15s;
    background-color: #e35544;
}
#footer .mc4wp-form-fields input[type=submit]:hover {
    background-color: #b03058;
}
#footer .col-4 .widget-title {
    text-align: right;
}
#footer .col-4 ul {
    display: flex;
    justify-content: flex-end;
    column-gap: 12px;
}
#footer .col-4 ul li a {
    display: inline-block;
    width: 45px !important;
    height: 45px !important;
    background: #fff;
    border-radius: 50%;
    padding: 0 !important;
}
#footer .col-4 ul li a .fa {
    color: #b03058;
    font-size: 26px;
    position: relative;
    top: 10px;
}
#footer .col-4 ul li a .fa.fa-youtube-play {
    left: 1px;
}
#footer #footer-widgets.wpex-row .col {
    padding-right: 25px!important;
}
#footer-container-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 15px;
    padding: 60px 0 120px 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.25);
}
#footer-container-bottom ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
#footer-container-bottom ul:first-of-type li {
    margin-right: 30px;
}
#footer-container-bottom ul li.cybox-tag a svg {
    position: relative;
    top: 4px;
    margin-left: 6px;
    width: 19px;
    height: 19px;
    fill: #fff;
}
