/* Heading color red */
h2 {
	font-family: Lato, Times, serif;
  color: #ff0000;
}
h4 {
  color: #ff0000;
	font-weight: 900; 
	font-size: 18px;
}
/* remove underline tr*/
.features .features-title {
     border-bottom-style: none;
}

#front-page-blog .front-page-blog-title {
    border-bottom-color: transparent;
}

#testimonials h1 {
    border-bottom-color: transparent;
}


/*Hides "view all features button" HC13664451-OJ*/
@media only screen and (min-width: 640px) {
#page .features .call-to-action {
    display: none;
}
}

/*Changes footer menu background color HC13664451-OJ*/
#menu-footer-menu li {
   background: transparent;
}

/* Remove title of image from pointer hover in galleries #13652878-hc DP*/
.tiled-gallery-item img {
  pointer-events: none;
}

/* Featured Content: reduce the height -- 1314650-hc (EZ) */
.fc-contain,
#featured-content,
#featured-content .post {
  height: 600px !important;
}

/* Adjust location and size of featured title | #13153048-hc Kf updated by terri */

#featured-content article .row {
    background-color: #d3d3d3;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding-top: 5px;
	  padding-left: 10px;
	  padding-bottom: 20px;
}

/* move slider text to the top of the panel | #13153048-hc eT */
#featured-content article .row a {
  vertical-align: top;
}
#featured-content h1,
#featured-content article .row .entry-title a{
    font-size:20px;
	  color: #000;
}

/* make slider dots smaller | HC - 13209205 */
.slide-anchor {
  width: 20px !important;
}

/* Resize site title 13126752-hc */
h1.site-title a {
font-size: 24px;
}

/* Change Header background Color | #13153048-hc Kf */
#masthead {
    background-color:#d3d3d3;  
}

#masthead a {
    color:#000000;
    }

.menu li,
.main-navigation li{
 background-color:#d3d3d3;
}

.main-navigation ul ul  {
    background-color:#d8d8d8;
}

/* Changes menu text color to black on small screens - #2209479hc CP */
@media screen and (max-width: 1025px) {
    #masthead a, .menu-visible .menu-toggle {
        color: black !important;
    }
}

/* Portfolio: change the page header -- 5081295-hc (CL) */
.post-type-archive-jetpack-portfolio #page-header h1, .post-type-archive-jetpack-portfolio #page-header p {
  font-size: 0;
}

.post-type-archive-jetpack-portfolio #page-header h1:after {
  font-size: 28px;
  content: "Projects";
}

/* --- testimonial background color to match  --- */
#front-page-ancillary {
    background-color: #faf9fe;
}

/* --- Remove rounded effect on logos / 12343192-HC (MI) --- */

.post-type-archive-jetpack-testimonial .featured-image img, 
#testimonials .author img, 
.single-jetpack-testimonial .featured-image img {
	border-radius:0;
	 
}

/*hide quotes on testimonials #12344450-hc */
.single-jetpack-testimonial .entry-content p:first-of-type:before, .testimonial > p:first-of-type:before {
  content: "";
}
/* --- Hide closing quote / 12376292-HC (MI) --- */

.single-jetpack-testimonial .entry-content p:last-of-type::after, 
.testimonial > p:last-of-type::after {
    content: "";
}

/* reduce featured content image height / KEL /12405261-hc deactived this feature for now 4/28/19 tr*/
element.style {
    overflow: hidden;
    width: 100%;
    height: 30%; 
}

/* reduce size of site logo only on larger screens | #2208739-zen eD */ 
@media screen and (min-width: 1025px) {
    #header-image img {
    width: 30%;
  }
}

/* header background color -- 2068792-zen (DOC) */ 
#header-image {
  background-color: white;
}
/* align header to the left -- 2068792-zen (DOC) */ 
.has-custom-header-image #header-image img {
  margin-left: 0;
}
