/*
Theme Name: Bulan Child
Theme URI: http://bittyowl.com
Template: bulan
Author: Theme Junkie
Author URI: https://www.theme-junkie.com/
Description: Bulan Child Theme
Version: 1.0.8
Updated: 2016-04-15 05:57:18

*/

.site-header::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(204, 137, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.site-header {
	position: relative;
	padding: 240px 0;
}

.site-branding {
	position: absolute;
	z-index: 1;
	top: 70px;
	right: 0;
	left: 0;
	text-align: center;
}
.site-branding .site-title {
	font-weight: bold;
	font-size: 48pt;
	text-transform: capitalize;
}
.site-branding .site-title a {
	padding: 5px 25px;
	color: #fff;
	border: 6px double #fff;
	background-color: rgba(67, 92, 110, 0.7);
}
.site-branding .site-title a:hover {
	border-color: #52a2a5;
}
.has-custom-header .site-branding .site-title a,
.has-featured-image .site-branding .site-title a {
	color: #fff;
	border: 6px double #fff;
}
.has-custom-header .site-branding .site-title a:hover,
.has-featured-image .site-branding .site-title a:hover {
	border-color: #52a2a5;
}
.site-branding .site-description {
	font-family: "Crimson Text", serif;
	font-size: 18px;
	font-style: italic;
	color: #fff;
}

a:visited {
	color: #52a2a5;
}

::selection {
	color: #fff;
	background: #52a2a5;
	text-shadow: none;
}