/*Настройка текста h4 в сайдбаре*/

.widget-area .widget-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  padding-bottom: 8px;
  position: relative;
}

/*Первая линия подчеркивания текста h4 в сайдбаре*/

.widget-area .widget-title:after {
  left: 0;
  width: 55px;
}

/*Вторая линия подчеркивания текста h4 в сайдбаре*/

.widget-area .widget-title:before {
  width: 8px;
  left: 60px;
}

/*Список в сайдбаре*/

.widget-area li {
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 3px;
  padding-left: 0px;
  line-height: 1.2;
}

/*Настройка отступа в сайдбаре*/

.widget-area .widget {
  margin-bottom: 25px;
}

/*Настройка заголовка тем*/

.page-header {
  background: #2E2E2E !important;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 30px;
  color: #41699c;
  visibility: visible;
}

/*Настройка подвала*/

.site-footer {
  background: #2E2E2E;
  color: #CCC;
  /* margin-top: 30px; */
}

/*Настройка полосы с инфо над подвалом?*/

.site-info {
  border-top: 1px solid #2E2E2E;
  padding: 15px;
  text-align: center;
  color: #CCC;
  font-size: 15px;
  font-weight: 300;
}

/*Заголовок h3 подпись на миниатюре альбома FooGallery*/

.foogallery-album-gallery-list .foogallery-pile h3 {
  font-size: 20px;
  position: absolute;
  opacity: 0.6;
}

/*Абзац в блоге*/

p {
  margin-top: 5px;
  margin-right: 18px;
  margin-bottom: 5px;
  margin-left: 0px;
}