.bg-black-grad { background-image: radial-gradient(circle at 10% 11%, #555555, #222222, #000000); }

.blocks-11{ background-image: radial-gradient(circle at 10% 11%, #555555, #222222, #000000); }
.b-column__title{color: #333333;text-transform: initial;}

/* Adjusting the Mint Design size */
.c-mintdesign { transform: scale(0.8); }
.c-mintdesign__title { letter-spacing: 0px; }

/* Removing letter spacing from T&Cs */
.c-copyrights__content { letter-spacing: 0px; }

/* Removing the random spacing on mobile menu */
@media (max-width:991px){
.c-menu__list--featured { margin-left: 0px; }
}

/* Increasing the overlay on the homepage hero */
.c-hero-slider__main:before { background: rgba(0,0,0,0.6); }

/* Override styles from homepage hero slider package*/
.c-hero-slider__carousel .slick-dots li button{
  border-color: #ffffff;
}
.c-hero-slider__carousel .slick-dots li.slick-active button{
  background: transparent;
}
.c-childmenu__link:focus, .c-childmenu__link:hover { text-indent: 4px; }

/* HR */
.b-wysiwyg hr { margin:40px 0px; height: 6px; width: 70px; background: #a71e22; z-index: 10; border: none !important; }

/* Fixing errant padding on last object */
.b-wysiwyg h1:last-child, .b-wysiwyg h2:last-child, .b-wysiwyg h3:last-child, .b-wysiwyg h4:last-child, .b-wysiwyg h5:last-child, .b-wysiwyg h6:last-child, .b-wysiwyg p:last-child { padding-bottom: 0px; margin-bottom: 0px; }

/* Shadow on swatches */
.b-kitchen__theme-image { box-shadow: 0px 0px 4px rgba(0,0,0,0.2); }