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

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

/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */
#top-header {
	background-color: #333;
}

.et_pb_extra_column_sidebar .et_pb_widget .widgettitle {
	background: #e78200 !important;
}

#main-header {
	background-image: linear-gradient(to bottom, #dddddd, #ffffff);
}

.entry-content p:first-child {
	padding: 10px;
	margin-bottom: 30px;
	background-color: #e78200;
	border-radius: 3px;
	font-weight: 600;
	color: #fff;
}

.entry-content .ramka {
	background-color: #ecf0f5;
	border-radius: 2px;
	padding: 2%;
}

.entry-content a {
	color: #e78200;
	font-weight: normal;
}

#footer-bottom {
	background: #333;
}

.drugoplanowy-kolor {
	color: #f2af58;
}
