/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
#masthead {
	Background: Black;
}

/* change background color | KW-10681864-hc */
body {
	background-color: #000000;
}

/*
div {
  background-color: black;
}
*/


/* Make image on slideshow bigger 18107897-HC */

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image {
    object-fit: cover;
    height: 100%;
}


/*18133442-hc change color of gallery text*/
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    color: 
    whitesmoke;
	font-weight: 
		bold;

}

/* Increase gallery caption font | RG hc-18134359 */
.wp-block-gallery .blocks-gallery-item figcaption {font-size: 13px;}


/* 3 column footer / mm / 18147719-hc */
@media screen and (min-width: 750px){
	.widget-area.responsive-max-width {
		display: flex;
	}
	.widget-area > * {
		margin-top: 0;
		flex-basis: 100%;
	}
}

/* Change footer copyright font color */
.site-info {
	color: #caab57;
}

/* --- Link colors for galleries / 18096632-HC (mS) --- */
  .blocks-gallery-item__caption a {
    color: #ffffff;
  }
  .blocks-gallery-item:hover .blocks-gallery-item__caption a {
    color: #CAAB57;
  }
/* --- End / 18096632-HC (mS) --- */

/*Center the page titles - 18156791-hc*/
.entry-header {
	text-align: center;
}

/*Change color of page titles - 18156791-hc*/
.entry-header {
	color: #CAAB57;
}

/*Change widget links to white - 18156791-hc*/
.widget a {
	color: #ffff;
}


/*Change color of widget text - 18156791-hc*/
.widget {
	color: #ffff;
}

/*Change widget links to gold on hover - 18156791-hc*/
.widget a:hover {
	color: #CAAB57;
}

/*Change widget titles to gold - 18156791-hc*/
.widget-title {
	color: #CAAB57;
}

/*Add copyright text to footer - 18156791-hc*/
.site-info::before {
  content: "\00A9 2020 The Specialist Handrail and Staircase Company";
  display: block;
}


/*Change color of contact info links - 18177432-hc*/
.wp-block-jetpack-contact-info a {
	color: #ffff;
}

/*Change contact info links to gold on hover - 18177432-hc*/
.wp-block-jetpack-contact-info a:hover {
	color: #CAAB57;
}


/* Make tagline larger | 18177432-hc */
body:not(.fse-enabled) .site-description {
    font-size: 1em;
}

/* Make tagline gold on hover | 18177432-hc */

.site-description:hover {
    color: #CAAB57;
}


.site-description {
    color: #ffff;
}

/* Make Contact menu item more distinctive | 18177432-hc */
#menu-item-56 {
    background: #CAAB57;
    padding: 12px 16px;
    border-radius: 8px;
    top: -12px;
}
#menu-item-56:hover {
    background: white;
}
#menu-item-56 a {
    color: black;
}
#menu-item-56 a:hover {
    color: #CAAB57;
}

/* Make logo larger | 18177432-hc */
.custom-logo {
    display: inline-block;
    width: 80%;
}

/* Show the two columns on same line for project pages */
@media only screen and (max-width: 600px) {
	.project-column-style .wp-block-column:nth-child(1){
		max-width: 20%;
	}
	.project-column-style .wp-block-column:nth-child(2){
		max-width: 75%;
		padding-left: 5%;
	}
}


/* Adjust menu item | NL-18179475-HC */
#menu-item-56,
#menu-item-56:focus,
#menu-item-56:hover {
  background: #000;
  border: 2px solid #CAAB57;
  border-radius: 50px;
}
#menu-item-56 a,
#menu-item-56 a:focus,
#menu-item-56 a:hover {
  color: #CAAB57;
}

.wp-block-quote p {
	font-size: 1rem;
}


/* make links in testimonials area of the front page white | #18306651-hc eD */
.home .entry-content .wp-block-columns.testimonials a {
  color: #ffffff;
}

/* make links in testimonials area of the front page gold on hover | #18306651-hc eD */
.home .entry-content .wp-block-columns.testimonials a:hover {
  color: #CAAB57;
}


.page-id-3908 #page br {
    display: none;
}


.page-id-3976 #page br {
    display: none;
}