/*
Theme Name: tooShark bbDefault
Theme URI: http://2shark.ro
Version: 6.0 (007)
Description: tooShark bbDefault Child Theme
Author: tooShark Team
Author URI: http://2shark.ro
template: bb-theme
*/

/* Custom style */

body {
	font-family: "Merriweather", serif;
}

body, 
p {
	letter-spacing: 0.5px;
}

a:hover {
	text-decoration: none;
}

a.wp-block-file__button.wp-element-button,
a.wp-block-file__button.wp-element-button:hover {
	color: #ffffff;
}

.card-bg {
  background-image:url('/wp-content/uploads/2025/04/bg-box.png');
  background-position: top right;
}

.bg-cream {
  background: #f9dfa4;
}

.bg-cream-light {
  background: #fffeec;
}

.bg-vernil {
  background: #489979;
}

.bg-russet {
  background: #93552e;
}

.bg-plum {
  background: #bba0cd;
}

.bg-red {
    background: #8c1d3b;
}

.link-white a {
  color: #efefef;
}

.link-white a:hover {
  color:#ffffff;
  text-shadow: 0 0 1px rgba(255,255,255,0.5);
}

.link-dgrey a {
  color: #383d41;
}

.link-dgrey a:hover {
  color:#2e3437;
  text-shadow: 0 0 1px rgba(46,52,55,0.5);
}

.bg-inppa-purple {
    background-color: #422754;
}

.bg-inppa-bronze {
  background-color: #998948;
}

.bg-vernil a,
.bg-russet a,
.bg-dark a,
.bg-inppa-purple a {
  color: #ffffff!important;
}

.bg-light a {
  color: #000000;
}

.bg-vernil a:hover {
  color: #efefef;
}

.bg-dark a:hover,
.bg-inppa-bronze a:hover,
.bg-dark a:hover,
.bg-inppa-purpler a:hover,
.bg-light a:hover  {
  color: #794899!important;
}

.card-body h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;     /* fallback */
  max-height: 32px;      /* fallback */
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.card-header {
  line-height:1;
}

.rss ul li,
.stiri {
    padding:7px 14px;
    text-align:justify;
    font-size:14px;
    line-height:18px;
}

.rss ul li:nth-child(even),
.stiri:nth-child(even){
    background:#eeeeee;
}

.rss ul li,
.stiri:last-child {
    border-bottom:0;
}

.rss ul li a:before,
.stiri a:before {
    content:"» ";
}

.rss ul li a,
.stiri a {
    color:#050708;
}

.rss ul li a:hover,
.stiri a:hover {
    color:#794899;
}

.rss ul,
.rss ul li{
  margin:0px;
  margin-bottom:0px !important;
}

ul.wpra-item-list {
    padding: 20px;
    padding-left: 20px;
}

ul.wpra-item-list {
    padding: 20px;
    padding-left: 20px;
}

.wpra-item {
  position: relative;
  min-height:80px;
  display:flex;
  border-bottom: 1px solid #eee;
  margin: 5px 0;
}

.hb.wpra-item {
  position: relative;
  min-height: 0;
  border-bottom:0;
}

.wpra-item a {
  font-size:18px;
  padding-left: 80px;
  display: inline-block;
  color: #343a40;
  line-height:1;
  margin:auto 0;
}

.hb.wpra-item a {
  font-weight:500;
  font-size:14px;
  padding-left: 50px;
  padding-top:1px;
  margin-bottom:8px;
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px;     /* fallback */
  max-height: 38px;      /* fallback */
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.wprss-feed-meta {
  position:absolute;
  top: 10px;
  left:0;
  background:#794899;
  border:1px solid #422754;
  border-radius: 3px;
  padding:0 10px;
  width:70px;
  height: 60px;
  margin:auto;
}

 .hb .wprss-feed-meta {
  position:absolute;
  top:0;
  left:0;
  background:#fff;
  border:1px solid #eeeeee;
  border-radius: 3px;
  padding:0;
  width:42px;
  height: 34px;
  margin:auto;
}

.feed-date {
  width: 40px;
  margin: 5px auto;
  display: flex;
  text-align: center;
  font-weight:600;
  font-size:16px;
  line-height:1;
  color:#ffffff;
}

.hb .feed-date {
  width: 40px;
  margin: 5px auto;
  display: flex;
  text-align: center;
  font-weight:600;
  font-size:10px;
  line-height:11px;
  color: #343a40;
}

.mfp-container .fl-search-form-input-wrap {
	margin: 300px auto!important;
}