/*
 Theme Name:   Klantportal
 Theme URI:    https://5701crossmedia.nl
 Description:  Custom child theme for Understrap
 Author:       Patrick van Halen
 Author URI:   https://5701crossmedia.nl
 Template:     understrap
 Version:      1.0
 Text Domain:  understrap-child
*/

html,
body,
#page-wrapper {
    height: 100%;
}

body {
    padding-top: 56px !important;
}

body.admin-bar {
    padding-top: 88px !important;
}

body.admin-bar .fixed-top {
    top: 32px !important;
}


@media (max-width: 922px) {


    body.admin-bar .fixed-top {
        top: 46px !important;
    }

}

.badge-primary.badge-pill {
    color: #FFF !important;
}

.bg-custom {
    background-image: url('https://design.5701.nl/wp-content/uploads/2017/12/holo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-custom:before {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(102, 0, 255, 0.7);
    z-index: 0;
}

.bg-custom .container {
    z-index: 1;
}

/* Huddle */

.projecthuddle #top-bar .ph-control-upper {
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    line-height: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.form-table th {
    vertical-align: top !important;
    min-width: 150px;
}
