/*
|--------------------------------------------------------------------------|
|                     Place your custom styles here                        |
|--------------------------------------------------------------------------|
*/
.service-list{
	list-style: disc;
	padding-left: 40px;
	text-align: left;
}

.two-col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.three-col {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.site-header.transparent-header.small-height .custom-logo-link {
  height: 70px;
  width: 125px;
  background: transparent url('../img/logo2.png') no-repeat;
}

.site-header .custom-logo-link {
  height: 170px;
  width: 300px;
  background: transparent url('../img/logo.png') no-repeat;
}

.site-header.transparent-header.small-height {
  background-color: #fff;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -webkit-box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.15);
}
.transparent-header.small-height .primary-nav-list .menu-item>a{
  color: #444;
}

.transparent-header.small-height .primary-nav-list .menu-item>a.active{
	font-weight: bold;
	color: #B13B41;
}

