/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.featured-media-under-header__content{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}

#manifestacije-11 .meta-date{
	display:none;
}
.red-color{color:#dd3333;font-size: 13px;line-height:18px;}
.udruge-box{
	 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
	border-radius:8px;
	padding:15px;
	margin-bottom:6px;
}

.udruge-box h4 a{
	line-height;22px;
}

.suci-box{
	 box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
	border-radius:8px;
	padding:15px;
	margin-bottom:6px;
}

.suci-box h4 a{
	line-height;22px;
}



.udruge-card {
  background: #fff;
  padding: 25px;
  margin-bottom:20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .udruge-card__content {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    .udruge-card__content .udruge-card_img {
      margin-right: 25px; }
      .udruge-card__content .udruge-card_img img {
        height: 100px;
        width: 100px;
        object-fit: contain;
        border-radius: 8px; }
    .udruge-card__content .udruge-card_info {
      flex: 1; }
      .udruge-card__content .udruge-card_info .text-muted a {
        color: #777; }
  .udruge-card__footer {
    display: flex;
    align-items: riggt;
    justify-content: space-between; }

.udruge-label {
  display: inline-block;
  padding: 6px 12px;
  background: #f5f5f5;
  border-radius: 5px;
  margin-right: 2px; 
    font-size:12px;
}


.rwd-table {
  margin: 1em 0;
  min-width: 300px;
  font-size:14px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: block;
}
@media (min-width: 480px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}



.rwd-table {
  background: #fff;
  color: #000;

  overflow: hidden;
}
.rwd-table tr {
  border-color: #46637f;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 480px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
}
.rwd-table th, .rwd-table td:before {
  color: #000;
}