@charset "UTF-8";
@media (min-width: 850px) {
  .menubutton > a {
    background: #3399cc;
    color: white !important;
    border-radius: 20px;
    padding: 10px 15px !important;
  }
}

header .header-nav-main li a {
  color: black;
}

.hotline__col {
  padding-bottom: 0px !important;
}

.newhomepage .box-image {
  background: white;
}
@media (min-width: 850px) {
  .newhomepage .box-image {
    padding: 10px 0px;
  }
}
@media (max-width: 550px) {
  .newhomepage .box-text {
    padding: 15px 10px;
  }
}

.titleallpages .section-title-normal span {
  border-bottom: 2px solid #3399cc !important;
}

.featured-title .page-title-inner {
  padding: 15px;
  padding-left: 15px !important;
  text-transform: uppercase;
  background: #3399cc;
}

.project .is-divider {
  display: none;
}
.project h5 {
  color: #00aae7;
}


.newrightsite .is-divider, .newrightsite .from_the_blog_excerpt {
  display: none;
}
.newrightsite h5 {
  font-size: 12px;
  color: #333;
  font-weight: normal;
}
.newrightsite .col {
  border-bottom: 1px solid #eee;
  padding-bottom: 0px;
  padding-right: 0px !important;
}
.newrightsite .box-blog-post {
  padding-top: 10px;
}
.newrightsite .box-image {
  vertical-align: top !important;
}
.newrightsite .box-text {
  padding-top: 0px !important;
  padding-bottom: 10px;
  vertical-align: top;
  padding-top: 0px;
  padding-right: 0px !important;
  color: black;
  padding-left: 10px !important;
}

.appraisalservice .is-divider, .appraisalservice .box-image, .appraisalservice img {
  display: none;
}
.appraisalservice .box-image {
  width: auto !important;
}
.appraisalservice h5 {
  font-size: 12px;
  color: #333;
  position: relative;
}
.appraisalservice h5::before {
  content: "";
  font-family: "fl-icons" !important;
  margin-right: 10px;
}
.appraisalservice .box-text {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.appraisalservice .col {
  border-bottom: 1px solid #eee;
  padding-bottom: 0px;
}

.post-template-default .byline {
  display: none;
}

.archive .archive-page-header .page-title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #fff;
  background-color: #39c;
}
.archive .post-date {
  display: none;
}

.footer-1 {
  padding-top: 0px !important;
}

.contactform p {
  font-size: 14px;
  margin-bottom: 10px !important;
  font-weight: bold;
}
.contactform .wpcf7-list-item-label {
  font-weight: normal;
}
.contactform input[type=submit] {
  margin-top: 20px;
}

#button {
  display: block;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  z-index: 100;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px 3px 0 0;
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2);
  transform: translateZ(0);
  text-align: center;
  cursor: pointer;
  color: #777777;
}