﻿/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://eskuvo.frenyo.eu/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       Frenyó István
 Author URI:   http://eskuvo.frenyo.eu/
 Template:     twentyfifteen
 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:  twenty-fifteen-child
*/


.sidebar {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 1em 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
}
.site-branding {
	background-color: rgba(255, 255, 255, 0.25);
}