#main-header {
  padding-bottom: 30px;
  background-image: url(/custom/tile.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}

.grecaptcha-badge {
  display: none !important;
}

.wpcf7-spinner {
  display: none !important;
}

.et_pb_module.et_pb_fullwidth_image.et_pb_fullwidth_image_0 {
  padding-bottom: 6px;
  background: url(/custom/tile.jpg) repeat-x bottom;
}

.revrow {
  padding-bottom: 6px;
  background: url(/custom/tile.jpg) repeat-x bottom;
}

.mfp-bg {
  background: #003b62;
}

.et_pb_image_wrap img {
  border: 7px solid #fff;
  box-shadow: 0 0 30px #eee; -moz-box-shadow: 0 0 30px #eee; -webkit-box-shadow: 0 0 30px #eee; -khtml-box-shadow: 0 0 30px #eee;
}

#footer-bottom {
  padding-top: 45px;
  background-image: url(/custom/tile.jpg);
  background-repeat: repeat-x;
  background-position: top;
}

#callnow {
  float: right;
}

#callnow img {
  max-width: 200px;
  border: none !important;
}

.et_pb_text_inner ul {
  margin: 15px 10px 10px 10px;
}

.et_pb_text_inner li {
  margin-bottom: 5px;
}


#footer-info {
  width: 100%;
}

#rightlinks {
  float: right;
}

#rightlinks a {
  margin-left: 30px;
}

/* CF 7 */

.wpcf7-form-control.wpcf7-text {
    border: 1px solid #ccc;
    color: #000;
    font-size: 13px;
    padding: 10px 0;
    width: 100%;
    text-indent: 10px;
}

.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #ccc;
    color: #000;
    font-size: 13px;
    padding: 10px 0;
    width: 100%;
    text-indent: 10px;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-bottom: 12px;
}

.wpcf7-form-control.wpcf7-submit {
    background: #0071bc;
    border: 0 solid #fff;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    text-transform: uppercase;
    width: 100%;
}

.wpcf7-response-output {
    margin: 0 !important;
}

.wpcf7-date {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 6px;
    color: #888;
}

.wpcf7-select {
    width: 100%;
    padding: 8px 6px;
    border-color: #ccc;
}

@media screen and (max-width: 768px) {
#rightlinks a {
  float: left;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
}