/* CHANGE AVALIABLE ON BACKORDER COLOR AND FONT */
p.stock.available-on-backorder
{
	color: Green; /* #dc6923 */
	font-weight: 700;
	font-size: 18px;
}

p.stock.in-stock
{
	/* color: green;  #dc6923 */
	font-weight: 700;
	font-size: 18px;
}
p.stock.out-of-stock
{
	color: Red;
	font-weight: 700;
	font-size: 18px;
}

/* Enlarge the logo size | #26591789-hc */
@media only screen and (min-width: 768px){
	.site-header {
    	padding-top: 2%;
	}
	.site-header .site-branding img {
		max-width: 75%;
	}
}



/* remove google captcha logo */
.grecaptcha-badge { visibility: hidden; }


/* Hide homepage title | 23613356-hc  */


.home h1.entry-title {
    display: none;
}

.hentry .entry-content .home-plc-exchange-cover .wp-block-cover__inner-container {
	padding: 0;
}

.site-header {
	background-size: cover;
}


@media (max-width: 568px) {
  .col-full {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 66.4989378333em) {
  .col-full {
    margin-left: 0;
    margin-right: 0;
  }
}


/* 
  
 Contact US

*/

/*Hide page title on Contact Us page. | 23787747-hc ST*/
.page-id-225 h1.entry-title {
    display: none;
}
/*Hide breadcrumb on Contact Us page. | 23787747-hc ST*/
.page-id-225 .storefront-breadcrumb {
    display: none;
}

/*

Digital Media

*/

/*Hide page title on Contact Us page. | 23787747-hc ST*/
.page-id-1011 h1.entry-title {
    display: none;
}

/*Hide breadcrumb on Contact Us page. | 23787747-hc ST*/
.page-id-1011 .storefront-breadcrumb {
    display: none;
}

/*

About US

*/

/*Hide page title on Contact Us page. | 23787747-hc ST*/
.page-id-274 h1.entry-title {
    display: none;
}
/*Hide breadcrumb on Contact Us page. | 23787747-hc ST*/
.page-id-274 .storefront-breadcrumb {
    display: none;
}

/* Remove whitespace after menu in homepage | 23678634-HC NJ */

.page-template-template-homepage:not(.has-post-thumbnail) .site-main, #post-58 {
    padding-top: 0!important;
}


/* 
 CHANGE IN-STOCK BOT v2 PAGE 
 * 
*/
.postid-1828 nav.woocommerce-breadcrumb {
    display: none;
}