﻿/*
 Theme Name:   backerville child
 Theme URI:    http://localhost/wordpress-4.1/wordpress/baskerville-child/
 Description:  Baskerville-Child-Theme
 Author:       John Doe
 Author URI:   http://localhost
 Template:     baskerville
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  baskerville-child
*/

@import url('../baskerville/style.css');

/* header search block */

.header-search-block {
	position: absolute;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 35px;
}


.header-search-block .s {
	background: none;
	border: none;
	margin: 0;
	width: 90%;
	position: absolute;
	top: 50%;
	right: 5%;
	left: 5%;
	/*margin-top: -30px; */
	margin-top: -20px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

/* -------- */
/* 3. Header */
/* -------- */


.header .blog-logo { text-align: /*center*/ left; margin-left: 1%; margin-top: -2%;}

.header .logo img {
	max-height: 200px;
	width: auto;
}

