.site-social2-menu #menu-item-1583 a:before {
	content: '\f11e';
	font-family: "Dashicons";
}
.site-social2-menu #menu-item-1582 a:before {
content: "\e06d";
	font-family: 'socicon';
}
/* Adjust read more button color | NL-18086769-HC */
.more-link-wrapper .more-link,
.more-link-wrapper .more-link:visited {
  color: pink;
}
/* Adjust spoiler block titles | NL-19171614-HC */
.su-spoiler .su-spoiler-title {
  font-size: 14 px;
}
add_filter('jpeg_quality', function($arg){return 50;});

add_filter( 'jpeg_quality', create_function( '', 'return 50;' ) );

/* Change the color of the button text to white || HC-20506189 | EH */
.home .site-content .container .site-main #infinite-handle span button {
    color: #fff;
}
/* change infinite-handle button color | SKO #2969984-zen */

#infinite-handle span button, #infinite-handle span button:focus, #infinite-handle span button:hover {
   color: #fff;
}

@media (min-width: 992px) {
.has-no-sidebar .site-content {
    width: 930px;
    margin: 0 auto;
}
}

@media (min-width: 1200px) {
.has-no-sidebar .site-content {
    width: 1100px;
    margin: 0 auto;
}
}
.call-to-action{
    padding: 2rem;
}
/* Hide tags from posts hc-27322308-vk*/
span.tags-links {
    display: none;
}
/* Hide category from posts hc-27322308-vk*/
span.cat-links {
    display: none;
}
/* ---Remove carousel info | 27349008-HC (JW) --- */ 
.featured-content-wrapper .entry-content-featured-content{
    display: none;
}

/* Fix broken space around video embed blocks MRFX-HC-28029090 */
@media all and (min-width:1024px){
  .wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
      padding-top: 40%;
  }
  .embed-youtube iframe {
    display:block;
    margin:auto !important;
  }
}

/* --- Hide Breadcrumb Homepage / 12345-HC  --- */
.page-id-3876 strong.breadcrumb_last {
  display: none;
}

/*  make final menu item into a pink button -- 28141065-hc (DOC) */
#menu-item-3726 a {
    border-radius: 19px;
    background-image: linear-gradient(
90deg,#ff6b9a 4%,#ff1550);
  padding: 1px 12px 1px 12px;
    color: #fff;
    border: 0;
    line-height: 35px;
    outline: none;
    transition: all .3s;
} 
/*Change the color of the Scroll up button|KG-28141065-hc*/
#scrollUp{
	    color: #ff5978;
}

/* --- Hide Breadcrumb cases / 12345-HC  --- */
.page-id-1700 span {
  display: none;
}

/* Remove text-decoration (underline) on header menu -- 30809402-HC */

.site-primary-menu .menu-item a:hover {
    text-decoration: none;
}

