.toolbar-icon-grile-general-admin-content:before {
  background-image: url(/core/themes/stable/images/core/icons/787878/pencil.svg);
}

.toolbar-icon-grile-general-admin-content-arbitri:before {
  background-image: url(/core/themes/stable/images/core/icons/787878/pencil.svg);
}

.grile-action-button {
  background: #fff;
  border: 2px solid #327ebd;
  border-radius: 999px;
  color: #327ebd;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0.4rem 1.33rem;
}

.grile-action-button:hover {
  background-color: #327ebd;
  background-image: none;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

nav.menu--tools li.menu-item>a {
  font-size: 1.1em;
  line-height: 1.6;
}

a.fa {
  padding: 15px;
  font-size: 30px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.marketing i.fa {
  padding: 15px;
  font-size: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa.statistics {
  background: #125688;
  color: white;
}

a.fa:hover {
  opacity: 0.7;
  text-decoration: none;
  color: white;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-whatsapp {
  background: #128C7E;
  color: white;
}

.fa-envelope {
  background: #dd4b39;
  color: white;
}

/* Home testimonials carrousel */
#block-homeheaderblock .testimonial{
  padding-top: 70px;
  margin: 50px 15px 0;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  transition: all 0.7s ease 0s;
}
#block-homeheaderblock .testimonial:hover{ border-color: #e7e3e3; }
#block-homeheaderblock .testimonial .pic{
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #fff;
  padding: 7px;
  position:absolute;
  top: -50px;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  transition: all 0.7s ease 0s;
}
#block-homeheaderblock .testimonial:hover .pic{ background: #1d3033; }
#block-homeheaderblock .testimonial .pic img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
#block-homeheaderblock .testimonial .title{
  font-size: 16px;
  font-weight: 700;
  color: #337ab7;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
}
#block-homeheaderblock .testimonial .description{
  font-size: 15px;
  color: #FFF;
  line-height: 25px;
  /*border-bottom: 1px solid #f7f7f7;*/
  padding: 0 25px 35px;
  margin: 0;
}
#block-homeheaderblock .testimonial .author{
  font-size: 15px;
  font-style: italic;
  color: #FFF;
  line-height: 25px;
  border-bottom: 1px solid #f7f7f7;
  padding: 0 25px 35px;
  margin: 0;
}

#block-homeheaderblock .owl-theme .owl-controls{
  width: 100%;
  position: absolute;
  top: 50%;
}
#block-homeheaderblock .owl-theme .owl-controls .owl-buttons div{
  width: 45px;
  height: 40px;
  line-height: 37px;
  border-radius: 3px;
  background: #555;
  border: 1px solid #ececec;
  padding: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}
#block-homeheaderblock .owl-theme .owl-controls .owl-buttons div:hover{
  background: #337ab7;
  border-color: #2e6da4;
}
#block-homeheaderblock .owl-prev,
#block-homeheaderblock .owl-next{
  position: absolute;
  left: -3%;
}
#block-homeheaderblock .owl-next{
  left: auto;
  right: -3%;
}
#block-homeheaderblock .owl-prev:before,
#block-homeheaderblock .owl-next:before{
  content: "\f104";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 25px;
  color: #ececec;
}
#block-homeheaderblock .owl-next:before{ content: "\f105"; }
@media only screen and (max-width: 990px){
  #block-homeheaderblock .owl-theme .owl-controls,
  #block-homeheaderblock .owl-prev,
  #block-homeheaderblock .owl-next{
    position: relative;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 768px){
  #block-homeheaderblock .testimonial .testimonial-content{
    padding: 15px 10px 12px;
  }
  #block-homeheaderblock .testimonial .rating{
    right: 12px;
  }
}

.avatar-circle {
  width: 100px;
  height: 100px;
  /*background-color: #0a65aa;*/
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.initials {
  position: relative;
  top: 19px; /* 25% of parent */
  font-size: 50px; /* 50% of parent */
  line-height: 50px; /* 50% of parent */
  color: #337ab7;
  font-family: "Courier New", monospace;
  font-weight: bold;
}

.package-description {
  padding: 15px;
}
.homepage-jumbotron-grile-wrapper {
  background-image: url(https://grile-examene.ro/sites/default/files/2019-09/writing-hand-person-workspace-design-learning-503194-pxhere.com-min.jpg);
  background-size: cover;
}
.jumbotron.homepage-jumbotron-grile {
  color: white;
  background-color: rgba(0,0,0,0.7);
}
.reviews-listing {
  backdrop-filter: blur(15px);
}
