/*
 * inwendo Core Theme - Header Styles
 *
 ********************************************************/

/* iw_header */
.iw_header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.iw-sticky .iw_header {
    position: fixed;
    width: 100%;
}

/* iw_header - iw_header_info_area */
.iw_header .iw_header_info_area {
    display: flex;
}

.iw_header .iw_header_info_area.both {
    justify-content: space-between;
}

.iw_header .iw_header_info_area.left {
    justify-content: flex-start;
}

.iw_header .iw_header_info_area.right {
    justify-content: flex-end;
}

/* iw_header - iw_header_content_area */
.iw_header .iw_header_content_area .iw_header_content_inside_area {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.iw_header .iw_header_content_area .iw_header_content_area_block.center {
    margin: 0 auto;
}

