/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

@import url("../salient/style.css");

header#top #logo {
	padding-left: 15px;
	padding-bottom: 10px;
}

#footer-outer .widget {
	margin-bottom: 0 !important;
}

#footer-outer #footer-widgets .col .tagcloud a {
	background-color: #36393D !important;
}



/* ==========================================================================
/* Style dla plików cookie
/* ======================================================================= */

#catapult-cookie-bar.drop-shadow {
	-webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.2)
}

#catapult-cookie-bar a {
	color: #2386C8 !important;
	transition: all .3s ease-in-out;
}

#catapult-cookie-bar a:hover {
	color: #000 !important;
}

button#catapultCookie {
	background: #2386C8;
	color: #fff;
	border: 0;
	padding: 8px 12px !important;
	border-radius: 3px;
	font-size: 12px;
	text-transform: uppercase;
	float: left;
	transition: all .3s ease-in-out;
}

button#catapultCookie:hover {
	background: #000;
	color: #fff !important
}

#catapult-cookie-bar {
	color: #222 !important;
	overflow: visible !important;
	background: RGBA(255, 255, 255, 0.95) !important;
	bottom: 20px !important;
}

#catapult-cookie-bar h3 {
	color: #222 !important;
}