/*
 Theme Name:     Extra Lesiu
 Text Domain: extra
 Domain Path: /lang/
 Author:         Lesiu
 Template:       Extra
 Version:        1.0
*/

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

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */

#zajawka {
padding: 10px;
margin-bottom: 30px;
color: #fff;
background-color: #b32323;
border-radius: 3px;
font-weight: 600;
}

.ramka {
border: 1px solid #EDEDED;
background: #f9f9f9;
padding: 2%;
border-radius: 3px;
}

.wp-caption {
	max-width: 100%;
}

#footer .et_pb_widget {
margin: 0 0 30px !important;
}

.score-bar {
background-color: #a6b702 !important;
}

.post-wrap ul {
	margin-top: -25px !important;
}

/******** VESTA INSTALL FORM ********/
#vesta-install-form select, input {
	width:100%;
}

#warning-message {
	background-color:#3e5062;
	color:#fff;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	border-radius:3px;
	padding:15px;
	display:none;
}

#command-list {
	background-color:#3e5062;
	color:#fff;
	font-size:16px;
	border-radius:3px;
	padding:50px;
	display:none;
}

#command-list .onp-sl-content-wrap {
	margin-top: 0px;
	margin-bottom: 0px;
}

#command-list .onp-sl-overlap-locker-box {
	top: 0px;
	margin-top: -30px !important;
}

#vesta-install-form ol li {
	margin-bottom:25px;
}

#vesta-install-form ol li:last-child {
	margin-bottom:0px;
	background-color: inherit;
}