@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: Child
Template: template-salon2
Author: Livit
Version: 5.0
---------------------------------------------------------*/
@import url('../template-salon2/style.css');

#header {
  padding-bottom: 0px;
}
.site-logo {
  margin-bottom: 10px;
}
.header-tel {
  display: block;
  text-align: right;
  margin-top: -10px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.main-slider {
  margin-bottom: 40px;
}

.entry-content th {
  width: 25%;
  background: #f9f5e8;
}
.entry-content th,.entry-content td {
  border-color: #e7e1ca;
}

.therapist-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(84,51,27,.5) 0,rgba(84,51,27,.0001) 100%);
  background-image: -o-linear-gradient(left,rgba(84,51,27,.5) 0,rgba(84,51,27,.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(84,51,27,.5)),to(rgba(84,51,27,.0001)));
  background-image: linear-gradient(to right,rgba(84,51,27,.5) 0,rgba(84,51,27,.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  background-image: -webkit-linear-gradient(right,rgba(84,51,27,.5) 0,rgba(84,51,27,.0001) 100%);
  background-image: -o-linear-gradient(right,rgba(84,51,27,.5) 0,rgba(84,51,27,.0001) 100%);
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(84,51,27,.5)),to(rgba(84,51,27,.0001)));
  background-image: linear-gradient(to left,rgba(84,51,27,.5) 0,rgba(84,51,27,.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}