/*
Theme Name: Wollenhof
Theme URI: https://wollenhof.be
Author: Gerry Uytdenhouwen
Description: Custom WordPress theme for 't Wollen Hof - Belgian farm attraction in Belsele
Version: 1.3.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wollenhof
Tags: farm, children, activities, events
*/

/* ==========================================================================
   General Settings & Reset
   ========================================================================== */

html, body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #4b4b4d;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    background-image: url('assets/images/wolken.png');
    background-position: center top;
    background-repeat: no-repeat;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {
    font-size: 22px;
    font-weight: lighter;
    text-transform: uppercase;
}

h2 {
    font-size: 15px;
    line-height: 1em;
    font-weight: 900;
}

h3 {
    font-size: 14px;
    line-height: 1em;
    font-weight: 900;
}

h4 {
    font-size: 13px;
    line-height: 1em;
    font-weight: 900;
}

h5 {
    font-size: 12px;
    line-height: 1em;
    font-weight: 900;
}

h6 {
    font-size: 11px;
    line-height: 1em;
    font-weight: 900;
}

/* ==========================================================================
   Links
   ========================================================================== */

a:link,
a:hover,
a:visited {
    color: #A2C6B8;
    text-decoration: none;
}

/* ==========================================================================
   Layout Structure
   ========================================================================== */

#wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#header {
    width: inherit;
    margin-right: auto;
    margin-left: auto;
}

#content {
    width: inherit;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

#logo {
    width: 100%;
    max-width: 1021px;
    z-index: 100;
    margin: auto;
    margin-top: 11px;
    height: 0px;
    position: relative;
}

#logo a {
    pointer-events: auto;
}

#logo img {
    max-width: 395px;
    height: auto;
}

#wollenhof {
    width: 100%;
    max-width: 1021px;
    margin-left: auto;
    margin-right: auto;
}

#top {
    width: 100%;
    max-width: 931px;
    height: 268px;
    z-index: 1;
    margin: auto;
    margin-top: 37px;
}

#topafbeelding {
    max-width: 858px;
    height: 268px;
    z-index: 10;
    float: right;
}

#topafbeelding img {
    width: 100%;
    height: auto;
}

#menubalk {
    width: 100%;
    max-width: 931px;
    z-index: 1;
    margin: auto;
    margin-top: 14px;
    background-color: #a2c6b8;
}

#mainsite {
    width: 100%;
    max-width: 931px;
    min-height: 400px;
    z-index: 1;
    margin: auto;
    margin-bottom: 50px;
    background-image: url('assets/images/streepjes.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: #ffffff;
    overflow: hidden;
    display: flow-root;
}

#links {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 511px;
    z-index: 1;
    line-height: 1.6;
}

#links.full-width-content {
    float: none;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

#rechts {
    z-index: 1;
    float: right;
    margin: auto 2px auto auto;
    margin-bottom: 20px;
    max-width: 390px;
}

#footer {
    background-image: url('assets/images/footer-bg-edited.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    width: 100%;
    margin-top: 50px;
    padding-top: 300px;
    padding-bottom: 20px;
    position: relative;
}

.footer-inner {
    width: 100%;
    max-width: 931px;
    margin: 0 auto;
    position: relative;
    padding-top: 110px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    color: #FFFFFF;
}

.footer-address {
    flex: 1;
}

.footer-links {
    text-align: right;
}

.footer-link {
    color: #b2b0b0;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}

.footer-link:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#pusher {
    display: none;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

.clr {
    clear: both;
}

.vet {
    color: #A2C6B8;
    font-weight: bold;
}

img {
    border: 0 none;
    max-width: 100%;
    height: auto;
}

td {
    font-size: 12px;
}

th {
    font-size: 12px;
}

/* ==========================================================================
   WordPress-specific
   ========================================================================== */

.page-header h1 {
    margin-top: 0;
}

.item-page {
    margin-bottom: 20px;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media only screen and (max-width: 1030px) {
    #logo img {
        max-width: 360px;
    }

    #top {
        height: auto;
    }

    #topafbeelding {
        width: 92%;
        max-width: 858px;
        height: auto;
        float: none;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 990px) {
    body {
        padding-left: 10px;
        padding-right: 10px;
    }

    #links,
    #rechts {
        float: none;
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
        padding: 0;
    }

    #links.full-width-content {
        margin-left: 20px;
        margin-right: 20px;
        padding: 0;
    }

    #logo img {
        max-width: 320px;
    }

    #footer {
        background-size: 300% auto;
        margin-left: -10px;
        margin-right: -10px;
        width: calc(100% + 20px);
    }

    .footer-inner {
        padding-top: 220px;
    }

    .footer-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 880px) {
    #logo img {
        max-width: 300px;
    }

    .footer-inner {
        padding-top: 220px;
    }

    .footer-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    #logo img {
        max-width: 260px;
    }

    #footer {
        padding-top: 270px;
    }

    .footer-inner {
        padding-top: 250px;
    }

    .footer-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 600px) {
    #topafbeelding {
        width: 100%;
        height: auto;
    }

    #top {
        height: auto;
    }

    #logo img {
        max-width: 220px;
    }

    #footer {
        padding-top: 250px;
        min-height: 350px;
    }

    .footer-inner {
        padding-top: 220px;
        text-align: center;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .footer-address {
        font-size: 11px;
    }

    .footer-links {
        text-align: center;
        font-size: 11px;
    }
}

@media only screen and (max-width: 480px) {
    #logo img {
        max-width: 180px;
    }

    .footer-inner {
        padding-top: 250px;
    }
}

@media only screen and (max-width: 360px) {
    #logo img {
        max-width: 150px;
    }
}
