/*
Theme Name: Storefront Child
Template: storefront
*/
body {
    font-family: 'Dosis', sans-serif;
    font-size: 17px;
}
a:focus, input:focus, textarea:focus, button:focus {
    outline: none;
}
h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title {
    color: #879774;
}
p+h2, p+header h2, p+h3, p+h4, ul+h2, ul+header h2, ul+h3, ul+h4, ol+h2, ol+header h2, ol+h3, ol+h4, table+h2, table+header h2, table+h3, table+h4, blockquote+h2, blockquote+header h2, blockquote+h3, blockquote+h4, form+h2, form+header h2, form+h3, form+h4 {
    margin-top: 1.8em;
}
.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}
.table-row {
    display: table;
    width: 100%;
}
.table-column {
    display: table-cell;
    vertical-align: top;
}
.home #page {
    background: url("https://www.liv-itvoorjou.nl/wp-content/themes/storefront-child/img/slogan-background.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home .site-header {
    background: #ffffffe8;
}
.site-header {
    padding-top: 50px;
    padding-bottom: 8px;
    border-bottom: none;
}
.no-wc-breadcrumb .site-header {
    margin-bottom: 2em;
}
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0;
}
.site-header::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: #879774;
}
.site-header .col-full::before, .site-header .col-full::after {
    display: none;
}
.site-header .col-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gliv-site-logo img {
    min-width: 175px;
    margin: 1em;
}
.gliv-main-navigation {
    border-bottom: 2px solid #879774;
}
.gliv-menu-toggle {
    display: none;
    width: 100%;
    background: none;
    border: 2px solid #879774;
    color: #879774;
    font-size: 1.6em;
    padding: 0;
    border-radius: 10px;
    margin: 1em 0 0 0;
}
.gliv-menu-toggle:hover {
    background: #879774;
    color: #ffffff;
    border: 2px solid #879774;
}
.gliv-menu-toggle i {
    vertical-align: middle;
    display: inline-block;
    transition: 1s transform;
    font-size: 0.7em;
}
.gliv-menu-toggle span {
    padding-left: 12px;
    vertical-align: middle;
    display: inline-block;
}
.gliv-primary-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gliv-primary-navigation ul li {
    display: inline-block;
}
.gliv-primary-navigation ul li a {
    display: block;
    padding: 1em;
    font-size: 18px;
    font-weight: 500;
    color: #879774;
}
.site-header ul.menu li.current-menu-item > a {
    color: #853619;
}
@media screen and (max-width: 700px) {
    .site-header .col-full {
        display: block;
    }
    .gliv-site-logo img {
        margin: auto;
    }
    .gliv-main-navigation {
        border: none;
    }
    .gliv-menu-toggle {
        display: inline-block;
    }
    .gliv-primary-navigation {
        display: none;
    }
    .gliv-primary-navigation ul li {
        display: block;
        background: white;
        margin: 2px;
        transition: padding 0.5s;
    }
    .gliv-primary-navigation ul li:hover {
        padding-left: 10px;
    }
    .gliv-primary-navigation ul li a {
        padding: 0.8em;
        border-bottom: 1px dotted;
    }
}
@media screen and (min-width: 701px) {
    .gliv-primary-navigation {
        display: block !important;
    }
}
.home .site-content {
    background: #ffffffe8;
}
.home .site-content > .col-full {
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.home #primary {
    margin-bottom: 0;
}
.home .site-main {
    margin-bottom: 0;
}
.home .hentry {
    margin-bottom: 0;
}
/* Section Home */
#home {
    padding: 1em;
}
#gliv-home-welcome-title {
    font-family: 'Indie Flower', cursive;
    font-size: 3em;
    text-align: center;
    margin-top: 0.3em;
}
#gliv-home-welcome-slogan {
    font-size: 2em;
    text-align: center;
    color: #d2b32b;
    font-style: italic;
}
#gliv-home-welcome-text {
    font-size: 1.3em;
    text-align: center;
    margin-left: 3em;
    margin-right: 3em;
    margin-bottom: 3em;
}
@media screen and (max-width: 920px) {
    #gliv-home-welcome-text {
        margin-left: 0;
        margin-right: 0;
    }
}
/* Section Liv-it */
#liv-it {
    font-size: 1.3em;
}
#gliv-liv-it-text,
#gliv-liv-it-voor-jou-text {
    padding: 2.8em 3em;
    width: 50%;
    color: #4d4d4f;
}
#gliv-liv-it-text h2,
#gliv-liv-it-voor-jou-text h2 {
    font-family: 'Indie Flower', cursive;
    font-size: 60px;
    display: none;
}
#gliv-liv-it-title,
#gliv-liv-it-voor-jou-title {
    background: #d2b32b;
    width: 50%;
}
#gliv-liv-it-title {
    text-align: center;
    border-radius: 50px 0 0 0;
}
#gliv-liv-it-voor-jou-title {
    text-align: center;
    border-radius: 0 0 50px 0;
}
#gliv-liv-it-title h2,
#gliv-liv-it-voor-jou-title h2 {
    font-family: 'Indie Flower', cursive;
    font-size: 88px;
    text-align: center;
    margin-top: 0.5em;
    margin-bottom: 0.4em;
    padding: 0 0.3em;
}
#gliv-liv-it-title img,
#gliv-liv-it-voor-jou-title img {
    width: 240px;
    display: inline-block;
    border: 3px solid white;
    border-radius: 100%;
}
@media screen and (max-width: 920px) {
    #gliv-liv-it-title,
    #gliv-liv-it-voor-jou-title {
        display: none;
    }
    #gliv-liv-it-text h2,
    #gliv-liv-it-voor-jou-text h2 {
        display: block;
    }
    #gliv-liv-it-text {
        background-color: #ffe780;
    }
}
/* Section Act */
#act {
    padding: 3em;
    font-size: 1.3em;
    background: #ffffff;
}
#act img {
    margin-bottom: 2.6em;
    margin-top: 2.4em;
    width: 555px;
}
@media screen and (max-width: 800px) {
    #act {
        padding: 3em 1em;
    }
}
/* Wie zijn wij */
#wie-zijn-wij {
    background: #879774;
    padding: 4em 15% 2em 15%;
    font-size: 1.3em;
}
#gliv-home-about-image img {
    width: 330px;
    border-radius: 50%;
    margin: auto;
    border: 3px solid #ffffff;
}
#gliv-home-about-title {
    color: #fff;
    padding: 1em 0 0.5em 0;
    text-align: center;
}
#gliv-home-about-text {
    color: #ffffff;
}
@media screen and (max-width: 800px) {
    #wie-zijn-wij {
        padding: 4em 10% 2em 10%;
    }
}
/* Ons aanbod */
#ons-aanbod {
    padding: 3em;
    font-size: 1.3em;
    background: #ffffff;
}
#gliv-home-aanbod-slogan-wrapper {
    position: relative;
}
#gliv-home-aanbod-img {
    position: absolute;
    width: 90px;
    right: -45px;
    top: -45px;
    border-radius: 50%;
    border: 3px solid white;
}
#gliv-home-aanbod-slogan {
    background: #d2b32b;
    color: #fff;
    padding: 2em;
    border-radius: 20px;
    margin-top: 2em;
}
@media screen and (max-width: 800px) {
    #ons-aanbod {
        padding: 3em 1em;
    }
}
/* Section life */
#gliv-home-section-life {
    position: relative;
}
#gliv-home-section-life::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: url("https://www.liv-itvoorjou.nl/wp-content/themes/storefront-child/img/slogan-background.jpg");
    z-index: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#gliv-home-section-life h2 {
    padding: 3em 1em;
    background: #483e0a4a;
    color: white;
    font-size: 3em;
    font-family: 'Indie Flower', cursive;
    text-align: left;
    text-shadow: 4px 4px 4px #000000;
    letter-spacing: 2px;
    position: relative;
    margin: 0;
}
/* Section kwaliteit */
#kwaliteit {
    padding: 2em 0;
    background: #ffffff;
}
#gliv-home-quality-logos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#gliv-home-quality-logos img {
    max-height: 120px;
    width: auto;
}
#kwaliteit img {
    padding: 1em 1em 2em 1em;
}
/* Section Contact */
#contact {
    color: #ffffff;
    padding: 0 0 6em 0;
    background: #ffffff;
}
#contact .row {
    border: 6px solid #879774;
}
#gliv-home-contact-wrap {
    padding: 1em 2em;
    background: #879774;
    font-size: 1.3em;
    padding: 3em;
}
#contact h2 {
    color: #ffffff;
}
#contact-gegevens span {
    white-space: nowrap;
    margin-right: 50px;
}
#contact-gegevens i {
    padding: 0.5em 1em;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
#mkc-contactform p {
    margin-bottom: 12px;
}
#mkc-contactform label, #mkc-contactform input, #mkc-contactform textarea {
    display: block;
    width: 100%;
    border-radius: 8px;
}
#mkc-contactform input {
    background-color: #ffffff;
}
#mkc-contactform textarea {
    resize: vertical;
    background-color: #ffffff;
}
#mkc-contactform input[type="submit"] {
    margin-top: 38px;
}
#mkc-contactform-submit-message, #mkc-contactform-loading-wrap {
    text-align: center;
}
#gliv-home-location {
    width: 50%;
}
#gliv-home-location iframe {
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 1000px) {
    #contact .row {
        display: block;
    }
    #gliv-home-location {
        background: #879774;
        padding: 2em;
        width: 100%;
    }
    #gliv-home-location iframe {
        height: 400px;
    }
}
/* Footer */
.site-footer {
    background-color: #d2b32b;
    color: #303030;
    padding: 4em 2em;
}
.site-footer .row {
    padding-bottom: 2em;
}
.site-footer .column {
    padding: 2em;
}
.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#page .site-footer ul li a {
    padding: 4px 0;
    display: inline-block;
    color: #303030;
    text-decoration: none;
    transition: padding 0.5s;
    font-weight: 500;
    font-size: 1.1em;
    white-space: nowrap;
}
#page .site-footer ul li a:hover {
    padding-left: 10px;
    color: #505050;
}
.site-credits {
    padding: 2em 0 0 0;
    border-top: 1px solid #303030;
    font-weight: 500;
}