/* hide borders on Forms in custom HTML table | 13504532-hc */
table td{
border: none;
}

/* remove lodestar opacity from homepage */
.home .lodestar-intro .entry-content {
  opacity: 1;
}
/* reduce spacing between image and text in column block | 2167568-zen SuMo */
.home .post-4 .wp-block-columns .wp-block-column:nth-child(2) {
    text-align: left;
}

/* shrink panel image size #13561694-HC */
.panel-image
{max-height: 300px;  }

/* reduce spacing between image and text in column block | 2167568-zen SuMo */
.home .post-4 .wp-block-columns .wp-block-column:nth-child(2) {
    text-align: left;
}

/* Change Book now button site-wide - 14052839-hc */
.entry-content .wp-block-button .wp-block-button__link {
    width: 250px;
    padding: 15px;
}

/*--- Move panel content down / #14054244-hc ck ---*/
@media screen and (min-width: 60em) {
.one-column.has-post-thumbnail .panel-content .wrap {
    margin-top: 0;
}
}

/* Reduce header image size on front page 14054819-hc */
.lodestar-front-page .custom-header-image {
height: 60%;
}

/* reduce Lodestar front page header image height | 14072727-hc */
@media screen and (min-width: 60em) {
  .lodestar-front-page:not(.lodestar-customizer) .custom-header-image {
    height: 45vh;
    padding: 0 20%;
  }
}

/* reduce Lodestar page featured image height on desktop | 14072727-hc */
@media screen and (min-width: 60em) {
  .custom-header-image {
    height: 50vh;
    padding: 0;
  }
}

/* Transform Menu text to lower case with capital letter - 14184599-hc    */
.main-navigation ul {
    text-transform: capitalize;
}

/* capitalize headings instead of uppercase  / 14184599-hc bk */
h1, h2, h3, h4, h5, h6 {
  text-transform: capitalize;
}
/* Reduce the top padding for banner headings on front page -- hc-14186326 */
.home .panel-content .wrap {
    padding-top: 3em;
}

/* Unset the opacity for font color of front page headings (to make it solid black) -- hc-14186326 */
.home .panel-content .entry-title {
	 opacity: 1;
}

/* Removes opacity on header image - 14186326hc CP */
.custom-header .custom-header-image::before {
	background: rgba(0,0,0,0) !important;
}

/* add copyright to footer | 14275799-hc */
.site-info::before {
	content: "© 2019 Enova Worldwide Chauffeured Transportation";
}

/* button text remove text transform #14277210-hc */
.wp-block-button .wp-block-button__link {
text-transform: none;
}

/* hide page title on services page | #14318591-hc eD */
.page-id-39 .entry-title {
    display: none;
}

/* set header elements, page titles, and entry meta to be opaque | #14318591-hc eD */
.entry-content h1, 
.entry-content h2, 
.panel-content .entry-title, 
.entry-meta {
    opacity: 1;
}

/* Hide built-in page titles on Services Pages | kb-14574010-hc */
.page-id-515 .entry-header, .page-id-518 .entry-header, .page-id-522 .entry-header, .page-id-529 .entry-header, .page-id-540 .entry-header, .page-id-546 .entry-header {
  display: none;
}

/* Change cover block text on mobile*/
@media screen and (max-width: 60em){
  .wp-block-cover p{
    color: white !important;
  } 
}
