/*headings*/
h1 {
  text-transform: uppercase;
}

h2,
h3,
h4 {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.025em;
}

span h3:after {
 display: block;
   content: '';
  width: 60px;
  height: 3px;
  background: #4c7081;
  position: absolute;
  top: 40px;
  left: 18px;
}

span p {
  padding-top: 10px;
}


.page-contact-us form.wpcf7-form h2 {
  color: #000;
  /* text-shadow: 1px 1px 7px #000; */
}

/* Service Page Top Banner */
.top-banner-1 {
  background-image: linear-gradient(0deg, #1f1e4400, #1f1e4400),
    url(/wp-content/uploads/walkway-glass.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -1em;
}

.top-banner-2 {
  background-image: linear-gradient(0deg, #1f1e4400, #1f1e4400),
    url(/wp-content/uploads/cleaning-the-windows.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -1em;
}

.bgheight {
  min-height: 300px;
}
@media only screen and (max-width: 768px) {
  .bgheight {
    min-height: 250px;
  }

h2 span{
  font-size: .9em;
}

}

/* Breakout Background Colors */
.bg-color-1 {
  background: #3A77A3;
  background: linear-gradient(148deg, #3a77a3 0%, #215c86 100%);
  text-shadow: 1px 1px 7px #000;
}
.bg-color-2 {
  background-color: #eee;
}
.bg-color-3 {
  background-color: #c1535b;
  text-shadow: 1px 1px 7px #000;
}

/* Breakout Background Images */
.bg-image-1 {
  background: linear-gradient(0deg, #0000009e, #0000009e),
    url(/wp-content/uploads/store-front-windows.jpg);
  background-attachment: fixed;
  background-size: cover;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  text-shadow: 1px 3px 7px #000;
}


/* ------------ Footer ----------- */

/* --- Lists ---*/
/*styled listed fancylist*/
#footer ul,
#content ul.marker,
#content ul.cert,
#content ul.checked,
ul.fancylist,
ul.marker,
#content ul.fancylist {
  list-style: none;
  padding-left: 30px;
}
ul.marker {
  margin-top: 0;
}
#footer ul li,
ul.checked li,
ul.fancylist li,
ul.marker li,
ul.cert li {
  line-height: 1.5em;
  margin-bottom: 3px;
  text-indent: -22px;
}

#footer ul li:before,
ul.fancylist li:before, .bg-color-2 ul.fancylist li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f324";
  margin-right: 5px;
  color: #c1535b !important;
  font-size: 0.95em;
}

.inverse ul.fancylist li:before {
  color: #ffffff;
}

#footer .fa-map-marker:before, #footer .fa-phone:before{
  color: #c1535b !important;
  margin-right: 5px;
}

/* feedback */
.up-down a i {
  font-size: 7em;
  /* margin: 0; */
  text-align: center;
  display: inline-block;
  width: 35% !important;
  max-width: 200px;
  color: #c1535b;
}

.up-down a i:hover {
  color: #a1474d;
}

.socialicons {
    text-align: left;
}

/* Stars */
.final-star, .star {
    color: #c1535b !important;
}

/* Thumbs */

i.fas.fa-thumbs-up,i.fas.fa-thumbs-down {
    color: #c1535b;
}

i.fas.fa-thumbs-up:hover, i.fas.fa-thumbs-down:hover {
    color: #a1474d;
}

/* Review Page Bottom Margin */

.review-nav-container {
    margin-bottom: 10px;
}

/* Button Icons */
.billboard .slider-content a:after, .video-container .slider-content a:after, .btn:after, button i, .rev-read-more:after, a.contact-btn:after, .biziq-button:after,.client-button:after, .btn:after, #slider .btn:after, .view-article:after {
    font-family: "Font Awesome 5 Pro";
    font-size: .9em;
    content: '\f138';
    font-weight: 600;
    margin-left: 10px;
}

.billboard .slider-content a.tel-btn:after, .btn.tel-btn:after {
  content: '\f095';
}

#header .btn:after {
display: none;

}


/*-- Contact Page scrolling issue fix --*/

@media screen and (max-width: 1050px) and (min-width: 950px) {
.page-contact-us main#content {
    min-height: 850px;
  }
}

div.wpcf7-response-output, div.wpcf7-mail-sent-ok, div.wpcf7-spam-blocked, div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	color: #000;
}