/*
Theme Name:     Events Child
Theme URI:      http://www.gavick.com
Description:    Child theme for the Events theme
Author:         Sołtys
Author URI:     http://www.
Template:       Events
Version:        1.0
*/
#gk-logo{
    background-position: center center;
    background-repeat: no-repeat;
    height: 44px;
    width: 200px;
    background-size: contain;
    margin-top: 1em;
}
#gk-logo.gk-small-logo{
    height: 130px;
}
#gk-logo.gk-small-logo{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
#gk-header-nav.static #gk-logo{
    top: 27px;
}
#gk-header a.btn-big{
	width: fit-content;
	padding: 0 2em;
	height: 50px; 
	line-height:50px;
	margin: 0 auto 2em auto;
}
#gk-header p.podpis{
	margin-bottom:1em;
}
.frontpage-block.parallax .gk-faq dt{
	color: #fff;
	background-color: #88a51d;
	border: 2px solid #000000;
}
.frontpage-block.parallax .gk-faq dt:before{
	color:#000;
}