/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

.header-overlay:before {
	background-color: rgba(201,216,202,0);
}

.site-description {
	color: #fff;
}
.is-style-error a {color:#8b343c;}

/* fix gallery items on the KCC Providers page sm--hc */
@media screen and (max-width: 600px) {
  .page-id-9209 .blocks-gallery-grid .blocks-gallery-item,
  .page-id-9209 .wp-block-gallery .blocks-gallery-item {
    width: inherit;
    margin: inherit
  }
  
  .page-id-9209 .wp-image-2774 {
    width: 75px !important;
  
  }
}

/* fix gallery items on the homepage  / 20520053-hc TT */
@media screen and (max-width: 600px) {
  .home .blocks-gallery-grid .blocks-gallery-item,
  .home .wp-block-gallery .blocks-gallery-item {
    width: inherit;
    margin: inherit
  }
  
  .home .wp-image-2774 {
    width: 75px !important;
  }
}


/* Removes recent posts from home page, Ixion theme | 24776418-hc LS */
div#front-page-recent-posts {
    display: none ;
}
/* Hide Display Posts Widget Title NP #24776727-hc */
section#jetpack_display_posts_widget-10 h2.widget-title {
    display:none;
}
/* Site Title Text on /ohio page | 27787668-hc (KK) */
.page-id-9392 .site-title a {
    font-size: 0;
}
.page-id-9392 .site-title a:before {
    content: "KCC Direct";
    font-size: 48px;
}
/* hide search bar at top of site | HC - 30714255 */
form.search-form {
    display: none;
}

/* Removes author's name */
span.byline {
    display: none  !important;}

/* Provider's Profile Box Speciality Font Family */
span.data-table-header-text {font-family: 'Roboto' !important;}

.td-content {font-family: 'Roboto' !important;font-weight: 400 !important;}
/* Global: Remove the flash of unstyled text (FOUT) | 4836281-zen (IZ) */
.wf-loading body {
    visibility: hidden;
}

/*Center featured images-#35947135-hc KS */

.post-thumbnail img {
    margin: auto;
    display: block;
}


main#main {padding: 0 5%;}

header.entry-header {padding: 0 5%;}


/* CSS for Hello Theme */
h1.entry-title {
    display: none;}

