@charset "UTF-8";
/*
 Theme Name:   Suditu's Blog (Bulan Child)
 Theme URI:    
 Description:  Bulan Child Theme as used on bogdansuditu.ro
 Author:       Tudorminator
 Author URI:   
 Template:     bulan
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         brown, gray, dark, white, light, responsive-layout, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready, photoblogging
 Text Domain:  bulan-child
*/

html[lang="ro-RO"] body {
	font-family: 'Libre Baskerville', serif;
}

a:hover,
a:visited:hover {
	color: #ad0000!important;
}

.site-branding .site-title a:hover {
	border-color: #ad0000!important;
}

.site-title {
	white-space: nowrap;
}

.entry-content p {
	text-indent: 4em;
	text-align: justify;
}

.widget-area {
	padding-top: .8em;
}

.main-navigation .search-toggle {
	display: none;
}

.widget_search {
	margin-bottom: 37px;
}

.widget li a {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	width: 100%;
}

.more-link {
	margin-top: 2rem;
	color: inherit!important;
}

.more-link:hover {
	background-color: #eee!important;
	background-clip: padding-box;
}

.site-header::after {
	background-color: rgba(173, 0, 0, .3); /* #ad0000 */
}

form.comment-form label {
	font-weight: normal;
	width: 100px;
}

form.comment-form input[type="text"],
form.comment-form input[type="email"],
form.comment-form input[type="url"] {
	width: calc(100% - 105px);
}

.site-header .site-description {
	color: inherit;
	font-family: 'Lora', serif;
	margin: 2em 0 0;
}

.has-custom-header .site-description,
.has-featured-image .site-description {
	color: #fff;
}

p.form-submit ~ p[id] > label {
    width: auto;
}