/*Logo*/
.logo {
	width: 150px;
	height: auto;
}

/*Call Us Nav*/
.call-us-nav {
	font-size: 24px;
	color: #fff;
}

/*Buttons*/
.custom-button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #3b8add;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.custom-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3b8add;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.custom-button:hover, .custom-button:focus, .custom-button:active {
  color: white;
}
.custom-button:hover:before, .custom-button:focus:before, .custom-button:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/*About*/
.page-id-764 .tm-teaser {
    height: 350px;
}

/*Contact*/
.contact {
	height: auto;
	width: 30px;
}
.page-id-770 .tm-teaser {
    height: 400px;
}
.gm-style .gm-style-iw {
    color: #000000;
    }

/*Footer*/
.footer-tag {
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: initial;
}
.footer-widget h4 {
	text-transform: uppercase;
	color: #fff;
}
.footer-widget span {
	color: #fff;
}
.footer-widget table {
	width: 100%;
}
.footer-widget tr {
	height: 15px;
}
.footer-widget td {
    font-size: 16px;
    line-height: 18px;
}
.footer-widget label {
	color: #fff !important;
}

