/*
 Theme Name:     Extent Child
 Theme URI:      http://webnus.biz/themes/extent-wp/
 Description:    Extent Child Theme
 Author:         WEBNUS
 Author URI:     http://themeforest.net/user/WEBNUS
 Template:       extent-wp
 Version:        3.4.2
*/

/* Theme customization starts here
-------------------------------------------------------------- */

#headline {
    position: absolute;
    display: none;
}

#main-content {
    position: relative;
    padding: 0;
    box-sizing: border-box;
    width: 80vw;
}

.wp-block-cover {
    position: absolute;
    top: 0;
    left: -10vw;
}

.wp-block-cover__inner-container {
    padding: 0 15px;
}

.omega {
    width: 100%;
}

#header {
    position: relative;
    z-index: 10;
    background: rgba(255,255,255,0);
}

.page-id-6177 #header {
    position: absolute;
}