/*
Theme Name:   Woef-Miauw box
Description:  Een child theme van Total
Author:       Cybox
Author URI:   https://www.cybox.nl/
Template:     Total
Version:      1.0.0
*/ 

/*
    ONLY GLOBAL STYLING HERE
*/

h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
}
/*.entry h2 { margin-bottom: 15px; font-size: 28px !important; }
.entry h2:first-of-type { margin-bottom: 20px; font-size: 40px !important; }*/

p,
p span { font-weight: 500!important; }
p em { font-family: ff-cocon-pro, sans-serif !important; font-size: 19px; color: #e15544; font-style: normal; line-height: 1; }

section {
    position: relative;
}
section.bg-dark {
    background: #fce7e0;
}
section.bg-semi-dark {
    background: #fdf3ef;
}
#page-featured-img {
    margin-bottom: 0;
}
.post-edit {
    display: none;
}
/* 
 - BUTTON STYLES
*/
.m-auto {
    margin: auto;
}
.btn {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-top: 60px;
    padding: 19px 40px 21px 35px;
    font-family: ff-cocon-pro, sans-serif;
    font-size: 21px;
    font-weight: 500;
    color: #444;
    line-height: 1;
    border-radius: 50px;
    transition: all ease 0.15s;
    background-color: #fab85a;
    width: fit-content;
    white-space: nowrap;
    text-decoration: none;
}
.btn:hover {
    background-color: #fbca83;
    text-decoration: none;
}
.btn.no-icon,
.btn.no-text {
    padding: 19px 40px 21px 40px;
}
.btn.icon-first {
    flex-direction: row-reverse;
    padding: 19px 40px 21px 32px;
}
.btn svg {
    position: relative;
    top: 1px;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-left: 10px;
    width: 24px;
    height: 24px;
    fill: #444;
    stroke-width: 4px;
    overflow: visible;
}
section.header-image .btn svg {
    margin-left: 0;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    stroke-width: 3px;
}
.btn svg .st0,
.btn svg .st1 {
    stroke: #444;
}

/* 
 - ICON - TITLE - TEXT block
*/
.hoe-werkt-het h2 {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-bottom: 75px;
    line-height: 1.3;
}
.hoe-werkt-het.bg-dark h2 {
    color: #b03058 !important;
}
.hoe-werkt-het .vc_row {
    display: flex;
    align-items: flex-start;
}
.hoe-werkt-het .btn {
    margin: auto;
    margin-top: 75px;
}
.icon-title-text {
    text-align: center;
    padding: 20px;
}
.icon-title-text .title {
    margin: 20px 0 15px 0;
    font-family: ff-cocon-pro, sans-serif;
    font-size: 24px;
    color: #b03058;
    font-weight: 700;
    line-height: 1.2;
}
.icon-title-text .text {
    font-size: 18px;
    color: #444;
    font-weight: 500;
    line-height: 1.6;
}
.icon-title-text .icon svg {
    width: 90px;
    fill: #b03058;
    stroke-width: 1.5;
    stroke: #b03058;
    overflow: visible;
}
.icon-title-text .icon svg .st0 {
    stroke: #b03058;
}
.icon-title-text.enlarge svg {
    transform: scale(1.5);
    stroke-width: 1;
}
.icon-title-text svg circle,
.icon-title-text svg path.nostroke,
.icon-title-text svg .stx {
    stroke-width: 0;
}

/*
 - SOCIALS ROW
*/
.socials-grid .vc_column-inner {
    padding-left: 5%;
    padding-right: 5%;
}
.socials-grid .vc_column-inner > .wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 15px;
}
.socials-grid .wpb_wrapper figure,
.socials-grid .wpb_wrapper img {
    border-radius: 6px;
}
.socials-grid .wpb_wrapper figure {
    transition: background-color 200ms ease-in-out;
}
.socials-grid .wpb_wrapper figure:hover {
    /*background: #000;*/
}
.socials-grid .wpb_wrapper figure:hover img {
    opacity: 0.75;
}

.wpex-fa-social-widget ul li { margin: 0; }

/* 
 - ICONS ROW
*/
section.icons h2 {
    color: #b03058;
    margin-bottom: 20px;
}
section.icons .btn {
    margin: auto;
    margin-top: 50px;
}

#mc_embed_signup .widget {
    padding-bottom: 0 !important;
}
#mc_embed_signup h2 {
    color: #e35544;
}

/* 
 - ICON OVERLAY
*/
.icon-overlay-holder {
    position: absolute !important;
    top: -25%;
    right: 5%;
    width: 640px;
    height: 640px;
    opacity: 0.05;
    pointer-events: none;
    z-index: 2;
}
.icon-overlay-holder svg {
    fill: #444;
    overflow: visible;
}

/*  */
.page-id-25 .wpcf7 {
    width: 80%;
}

.vc_row {
    display: flex !important;
}
.wpb_column {
    display: flex;
    align-items: flex-start;
}
.wpb_column.center {
    align-items: center;
    padding-right: 60px;
}
.wpb_column + .wpb_column.center {
    padding-right: 0;
    padding-left: 60px;
}
.page-id-25 .wpb_column {
    display: block;
}
.ilightbox-holder {
    top: 0;
    display: flex;
    align-items: center;
}