/* 
 Theme Name:   Bulan Child
 Theme URI:    
 Description:  
 Author:       Daniel Baker
 Author URI:   https://www.daniel-baker.eu
 Template:     bulan
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

.site-info {
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}


.widget-title {
	;
	text-transform: none;
}

.menu-primary-items a {
	font-size: 14px;
	text-transform: none;
	color: #454545;
}

.widget-area {
    width: 31.6%;
    float: right;
    margin-right: 0;
}

.content-area {
    width: 65.3846153846%;
    float: left;
    margin-right: 2.8461538462%;
}

.site-content {
    position: relative;
    z-index: 1;
    margin-top: -260px;
}

.site-header {
    position: relative;
    padding: 210px 0;
}

.site-branding {
    top: 2px;
}


.menu-wrapper {
    padding: 6px 0;
}

/* edited scripts.php instead */

.site-header::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}