.container-header {
	background-image: linear-gradient(135deg, hsl(0, 0%, 96.9%) 0%, hsl(227.8, 24.3%, 43.5%) 100%);
}
div.grid-child.container-nav{
background-color: #545f8a;
}



/*  Change the style for article titles   */

h2 a {
    color: #545f8a !important;
    text-decoration: none !important;
}
h2 a:link {
    color: 545f8a;
}
h2 a:hover {
    color: #FF7200 !important;
}

/* Change the CSS for the dd element */
.article-info-terms dd {
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

dd.createdby {
    color: rgb(85 85 85 / 64%);
}

dd.category-name {
    color: hsl(240deg 98% 17% / 43%);
}

dd.published {
    color: rgb(125 165 172 / 73%);
}

/* Display the dd content in one line */
.article-info dd {
    display: inline-block;
    white-space: nowrap;
  font-size: smaller;
}

a.btn-secondary:hover{
  color: #FF7200 !important;
}

.com-content-category-blog__child::before {
    content: "\f07c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #333;
    float: left;
    margin-right: 10px;
    margin-left: 15px;
    color: hsl(34, 100%, 34%);
}

.com-content-category-blog__child {

    font-size: 12px;
}

div.com-content-category-blog__child h3:a{
    font-size: large;
  
}
h3.page-header.item-title {
  font-size: 14px;
}

div.com-content-category-blog__children.cat-children {
	padding: 40px;
}


div.com-content-category-blog__children.cat-children::before {
    content: "Inne kategorie";
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgb(173 98 0 / 56%);
    margin-top: 10px;
    text-align: center;
    font-size: x-large;
    color: hsl(34, 100%, 34%);
    margin-bottom: 30px;
}

/**  joomla-overrides/top-news   */

div.rectangle_12 > h6 {
	margin-top:25px; 
	color:#0066b2;
}
div.rectangle_12 > h3 > a.mod-articles-category-title {
	color:#000; 
	font-weight:600;
}
img.rectangle_12 {
	width: 100%;
	height: 450px;
	object-fit: cover;
}
.rectangle_12 .mod-articles-category-introtext {
	height: 70px;
	overflow: hidden; 
	width: 80%;
	line-height: 1.5 !important;
	word-break: break-word;
}
.col-md-12.actualites-title-0, div.col-md-12.actualites-title-3 > hr {
	display: none;
}
h4.actualites-title > a {
	color: #000;
	font-size: 22px; 
	line-height:28px;
}
span.mod-articles-category-category.date {
	color: #0066B2;
	font-size: 12px;
}
.col-md-8.rectangle_12 hr {
	display:none;
}
.actualities-side {
	padding-left:30px;
}
.rectangle_12 .mod-articles-category-introtext1 {
	overflow: hidden; 
	width: 80%;
	line-height: 1.5 !important;
	word-break: break-word;
}

.mod-articles-category-hits{
    display: inline-block;
    white-space: nowrap;
    font-size: smaller;
    --text-opacity: 1;
    color: hsl(210, 7%, 46%) !important;
}

.mod-articles-category-writtenby{
      display: inline-block;
    white-space: nowrap;
    font-size: smaller;
    --text-opacity: 1;
    color: rgb(85 85 85 / 64%); !important;
  
}


/*  Sidebar news */
.sidebar-news {
  position: relative;
  width: auto;
  background-color: #fff;
 /* box-shadow: 0px 2px 10px rgba(0, 0, 0, .3); */
  overflow: hidden;
  margin: 20px auto;
  border-radius: 2px;
}
.sidebar-title {
width: 100%;
  height: 100px;
  background-color: #545f8a;
  overflow: hidden;
}
.sidebar-title .news-circle {
  position: relative;
  top: 20px;
  left: 60px;
  width: 50px;
  height: 50px;
  background-color: #f1c40f;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .3);
  border-radius: 50%;
  z-index: 10;
}
.sidebar-title h1 {
  position: relative;
  top: -30px;
  left: 120px;
  font-size: 2.2em;
  color: #fff;
  border-bottom: 1px solid #f1c40f;
}
.sidebar-line {
  position: absolute;
  z-index: 0;
  top: 50px;
  left: 85px;
  height: calc(100% + 200px);
  width: 0px;
  border-right: 1px solid #f1c40f;
}
#sidebar-content {
  width: 100%;
  height: 700px;
  overflow: hidden;
  padding-top: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
#sidebar-content::-webkit-scrollbar {
  width: 6px;
  background-color: #ebebeb;
}
#sidebar-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
#sidebar-content .sidebar-object {
  width: 100%;
}
#sidebar-content .sidebar-object:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
#sidebar-content .sidebar-object .sidebar-date {
  float: left;
  width: 40px;
  height: 40px;
  margin: 20px;
  background-color: #f1c40f;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 1.9em;
  font-size: 1.4em;
}
#sidebar-content .sidebar-object .sidebar-circle {
  position: relative;
  float: left;
  z-index: 10;
  margin: 30px 0 0 -5px;
  width: 20px;
  height: 20px;
  background-color: #3498db;
  border-radius: 50%;
}
#sidebar-content .sidebar-object .sidebar-context {
  float: left;
  color: #666;
  width: 200px;
  min-height: 40px;
  margin: 10px 0 10px 0px;
  padding: 20px;
  line-height: 1.5em;
}

.sidebar-date2{

    text-align: center;
    font-size: 0.8em;
    color: #f1c40f;
  
}
