.sp-page-title {
	padding: 50px 0;
	background-size: cover;
}
.sp-page-title h1 {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.item-page table {
}

.item-page table td {
	padding: 8px;
	border: 1px solid #ddd;
}

.item-page table tr:nth-child(2n) {
	background-color: #f9f9f9;
}


.blog .entry-header {
	margin-bottom: 20px;
}
.blog .entry-header h2 {
	font-size: 16px;
	line-height: 20px;
	font-iweight: normal;
}
.blog__intro {
	font-size: 14px;
	line-height: 20px;
	color: #727272;
}

.com-contact #sp-main-body {
	padding-top: 50px;
}
.contact-map {
	margin-bottom: 50px;
}
.contact-address dt {
	font-size: 13px;
	color: #9e9e9e;
	text-transform: uppercase;
}
.contact-address dd {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 1em;
}

/**/
.sppb-addon-cta .sppb-cta-text {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}
#sp-top-bar a {
	color: #1b1b1b;
}

.sppb-addon-text-block ul {
  padding: 0 0 0 5px;
  margin: 0;
}
.sppb-addon-text-block ul {
  list-style-type: none;
}
.sppb-addon-text-block ul > li {
  text-indent: -5px;
}
.sppb-addon-text-block ul > li:before {
  content: "-";
  text-indent: -5px;
}
.sppb-addon-text-block a {
	text-decoration: underline;
}

.sp-page-title h1,
.sp-page-title h2 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h1 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h2 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}

.controls textarea {
	width: 100%;
    min-height: 110px;
}

@media (min-width: 992px) {
  .sp-contact-info li {
      font-size: 20px;
  }
}