
/* 
 Theme Name:     Weleveld for Divi
 Author:         Kunstjam
 Author URI:     http://www.kunstjam.nl
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


h1, h1 + h4 {
    line-height: 1em;
}

h1 {
    padding-bottom: 0;
}

h1 + h4 {
    padding-bottom: 1.5em;
}

.content-top {
    font-size: 20px;
    line-height: 1.7;
}

.align-buttons .et_pb_column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.align-buttons .et_pb_column .et_pb_button_module_wrapper {
    margin-top:auto;
}

.align-bottom.et_pb_column .sponsorlogo {
    max-width: 175px;
    position: absolute ;
    bottom: 0;
}

.header-weer {
    max-width: 250px;
    float: right;
    margin-top: 2em !important;

    margin-right: 2em !important;
}

.header-weer img {
    max-width: 50%;
}

.full-card {
    margin: 0 !important;
}
div[id^=owm-weather] {
    margin: 0;
    padding: 0;
    font-size: 12px
}

.owmw-main-symbol {
    display: inline;
    vertical-align: middle;
}

.owmw-short-condition{
    display: inline;
    font-size: 12px;
    margin: 0;
}

.owmw-infos-text {
    line-height: 1.5;
    margin-top: 0 !important;
    text-align: left;
}

.owmw-infos-text svg {
    height: 28px;
    width: 29px;
    vertical-align: middle;
    margin-right: 0.5em;
}

.app-logo-inline {
    width: 40%;
    margin-right: 10%;
    display: inline-block;
}

.et-l--header,
.et-l--footer ,
.font-lato {
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    }

    .et-l--header > div > .et_pb_with_border{    
    line-height: 1.9em;
}

.et-l--footer .telefoon {
font-size: 2em;}

.grid-column-2-1 {
    display: grid !important;
    width: 100%;
    grid-gap: 25px;
    grid-template-areas: "text image"
                        "button button";
}

.text-area {
    grid-area: text;
}

.image-area {
    grid-area: image;
}

.button-area {
    grid-area: button;
}

span.label {
    display: inline-block;
    min-width: 60px;
}