h2.center{font-size: 28px;}

.span4 > h2{font-size: 24px;}

.glyphicon {
	font-size: 40px;
}

.tabs>h3 {
	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tabs>span {
	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #666;
}

.tabs:hover>h3 {
	color: #649300;
}

.tabs:hover>span {
	color: #649300;
}

.tabs {
	cursor: pointer;
}

.dropdown-toggle>span {
	font-size: 15px;
}

.wp-post-image {
	height: auto;
}

.slide-head {
	color: white;
}

p {
	text-align: justify;
}

.lang b {
	color: #5a8500;
	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.lang span {
	color: #5a8500;
	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.lang:hover b {
	color: white;
}

.lang:hover span {
	color: white;
}

.center {
	text-align: center;
}

#social
{
	width: 130px;
	height: 50px;
	position: fixed;
	bottom: 0;
	right: 0;
}
/* 
.testimonial-item {
  margin-bottom: 25px;
  padding: 15px;
  border-left: 4px solid #007bff;
  background: #fff;
  border-radius: 6px;
}
.testimonial-item blockquote {
  font-style: italic;
  color: #333;
  margin: 0;
}
.testimonial-item p {
  text-align: right;
  font-weight: bold;
  margin-top: 8px;
  color: #555;
} */


.testimonial-item {
  margin-bottom: 25px;
  padding: 15px;
  border-left: 4px solid #007bff; /* accent albastru, consistent cu butoanele */
  background: #fff; /* păstrează fundalul alb ca restul containerelor */
  border-radius: 6px;
}
.testimonial-item blockquote {
  font-style: italic;
  color: #333;
  margin: 0;
}
.testimonial-item p {
  text-align: right;
  font-weight: bold;
  margin-top: 8px;
  color: #555;
}

.section-divider {
  border: 0;
  height: 2px;
  background: #007bff; /* albastru consistent cu tema */
  margin: 40px auto;
  width: 80%;
  border-radius: 2px;
}

