/*
Theme Name:     Olsen Light Child
Description:    A child theme for the Olsen Light theme
Author:         Tim Kalf
Template:       olsen-light
Version:        1.0
Text Domain:    olsen-light-child
*/

/* Import styles from the parent theme */
@import url("../olsen-light/style.css");

body {
	background: yellow
}

#site-content {
	margin-top: 20px;
}

.home #site-content {
	border-top: none;
}

.site-logo {
	padding-top: 50px;
	padding-bottom: 40px;
}

.site-bar {
	justify-content: center;
}

.sidebar > .row {
	justify-content: flex-end;
}

.sidebar form.search-form {
	display: flex;
	width: 100%;
}

.sidebar form.search-form label {
	margin: unset;
	width: 100%;
}

.sidebar form.search-form input.search-field {
	height: 100%;
	background: #C7D600;
	color: #161616;
	font-size: .8667rem;
    line-height: 1.625;
}

.sidebar form.search-form input.search-submit {
	color: #161616;
}

.sidebar.sidebar-right {
    border-left: none;
}

.sidebar .widget-title {
	font-family: "Lato", sans-serif;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    background: #161616;
    color: black;
    font-size: .7333rem;
    padding: 13px 5px;
    position: relative;
    margin: 0 0 20px;
    text-transform: uppercase;
	background: #C7D600;
}