@charset "utf-8";
/* CSS Document */

body {
	font-family: 'Montserrat', helvetica, sans-serif;
}
body,td,th {
	font-size: 16px !important;
}
h1 {
	font-family: 'Montserrat';
    font-weight: 900;
	font-size: 48px;
	color: #000;
	text-transform: uppercase;
}
h3 {
	font-family: 'Montserrat';
    font-weight: normal;
	font-size: 28px !important;
	color: #000;
	text-transform: uppercase;
}
h4 {
	font-family: 'Montserrat';
    font-weight: normal;
	font-size: 26px !important;
	color: #CF132B;
	text-transform: uppercase;
	text-align: left;
	padding: 0 0 3px 0;
	margin: 0 -15px;
	border-bottom: 2px solid black;
}
h5 {
	font-family: 'Montserrat';
    font-weight: 900;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
}
h6.title {
	font-family: 'Montserrat';
    font-weight: 700;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	text-transform: uppercase;
	padding: 5px 12px;
	text-align: left;
	margin: 0 -14px 15px -15px;
}
.page-banner h1 {
	color: #fff;
}
.assembled-block .block-valign {
	max-width: 100% !important;
} 
.block-valign {
	top: 10% !important;
}
.heavy-font {
	font-family: 'Abrade-Black';
}
.main-container {
	padding: 0 0 0 0 !important;
	/*padding: 30px 80px;*/
}
.deco-container {
	padding: 0 0 0 0;
}
.row div img {
	width: 100%;
	height: auto;
}
.gray {
	color: #96989b;
}
.underdots {
	border-bottom: 1px dotted #4f4f4f;
}
hr.dark-line {
	border-top: 1px solid #000;
}
.red {
	color: #CF132B !important;
}
.grey {
	background-color: #e0e0e0;
}
.lite-grey {
	background-color: #f3f3f3;
}
.strong {
	font-family: 'Abrade-Medium';
}

ul.page-bullets li {
    list-style: disc;
    background: none;
    padding: inherit;
    overflow: inherit;
    margin: 0;
}
.filterHeader {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0;
	padding-left: 10%;
	font-size: 1.2em;
	line-height: 1em;
}
ul.filterMenu {
	background: none;
	font-family: 'Montserrat';
	text-transform: uppercase;
	padding-left: 15%;
	font-size: 1.1em;
}
ul.filterMenu li {
	line-height: 1.6em;
	color: #000;
	text-decoration: none;
}
ul.filterMenu li a {
	color: #000;
}
ul.filterMenu li a:hover,
ul.inner-nav li a:hover {
	color: #cf2020;
	text-decoration: none !important;
	cursor: pointer;
}
/***** Sub Navigation *******/
ul.inner-nav {
	margin-left: 10%;
	background-color: transparent;
}
.margin-bottom { 
	margin-bottom: 20px; 
} 
/*ul.inner-nav li {
	font-size: 1em;
	line-height: 1.6em;
}*/
.appliquenav,
.embroiderynav,
.patchesnav,
.clipnav,
.transfernav,
.stocknav,
.leathernav {
	display: none;
}


.pages li {
    float: none !important;
}
.title-spacing {
	padding: 10% 0 0 5%;
}
.category-image img {
    max-width: 100%;
}
.headlines {
	margin: 25px 0;
}
.table-font th,
.table-font td {
	font-size: 12px !important;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px 0 5px 10px;
	text-align: center;
}
.swatches {
  border-radius: 10px;
  width: 100%;
  height: 40px;
}
.swatchborder {
  border: 2px solid #DFDFDF;
}
.type-number {
	text-align: center;
	font-weight: bold;
	font-family: 'Montserrat';
	font-size: .8em;
}
.push-left {
	text-align: left !important;
}
.padding-bottom {
	margin-bottom: 15px !important;
}
.lo-border:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: -20px;
    left: 25%;
    border-bottom: 1px solid black;
}
.lo-padding {
	padding-bottom: 30px;
}
.lo-margin {
	margin-bottom: 30px;
}
.title-bar {
	background-color: #CF132B;
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 900;
	padding: 2px 15px;
}
.dark-background,
.page-title {
	background-color: #FFF;
	width: 100%;
	height: 100%;
}
p.color-swatches,
p.pms-colors {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
p.pms-colors {
	color: #e51937;
	font-size: 13px;
}
p.color-names {
	text-align: center;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
}
/**** Rollover Effect *****/
.caption-rollover {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.caption-rollover li{
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

.caption-rollover li:hover .caption{
	opacity: 1;
}

.caption-rollover li:hover img {
	opacity: 1;
	transform: scale(1.04,1.04);
	-webkit-transform:scale(1.04,1.04);
	-moz-transform:scale(1.04,1.04);
	-ms-transform:scale(1.04,1.04);
	-o-transform:scale(1.04,1.04);
}

.caption-rollover img {
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
}

.caption-rollover .caption{
	cursor: pointer;
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}

.caption-rollover img {
	-webkit-transition:all 1.3s ease-in-out;
	-moz-transition:all 1.3s ease-in-out;
	-o-transition:all 1.3s ease-in-out;
	-ms-transition:all 1.3s ease-in-out;
	transition:all 1.3s ease-in-out;
}
.caption-rollover .blur{
	background-color: rgba(255,255,255,0.75);
	height: 100%;
	width: 100%;
	z-index: 5;
	position: absolute;
}

.caption-rollover .caption-text h1{
	font-family: 'Abrade-BlackItalic', 'Helvetica Neue', Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	font-size: 18px;
}
.caption-rollover .caption-text{
	z-index: 10;
	color: #000;
	position: relative;
	padding: 0 15px;
	text-align: center;
	top:10px;
}
ul.deco-types {
	list-style-type: square;
}
ul.deco-types li {
	float: none;
	text-align: left;
	margin-left: 30%;
	font-weight: bold;
	overflow: visible;
}
.filler-block {
	height: 250px;
}
.mb-20 {
    margin-bottom: 20px;
}


/**** Embroidery Page Styles ****/
#mascots-content {
	display: block;
    margin: 5px;
}
#fonts-content {
	display: block;
    margin: 5px;
}
#allstar-content {
	display: block;
    margin: 5px;
}

.image-container {
  position: relative;
}
.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

img.active, 
.image-container:hover .image {
  opacity: 0.2;
}

.middle.active, 
.image-container:hover .middle {
  opacity: 1;
  background-color: transparent;
}

h3.text {
  color: black;
  padding: 16px 32px;
}
h3.text:hover {
	cursor: pointer;
}

p {
    margin-top: .6rem;
    margin-bottom: 1.4rem;
}

.main {
    padding-top: 0px !important;
}

.breadcrumbs {
    overflow: hidden;
    margin: 20px 0 0px !important;
}

@media (min-width: 768px) {
.row {
    clear: both;
    display: flex !important;
    box-sizing: border-box;
    margin-left: -15px;
    margin-right: -15px;
}
    }


@media (min-width: 250px) {
	.caption-rollover .caption-text h1{
		font-size: 1.6em;
	}
	.deco-container {
		padding: 30px 0px;
        /* margin-top: -100px;  << ADDED BY CAMERON | SITE NOTICE RED BAR AT TOP REMOVE ONCE OVER */
	}
	.assembled-block {
		display: none;
	}
	.caption-rollover .caption-text{
		top:50px;
	}
	.caption-text p {
		font-size: 1.2em;
		line-height: 1.2em;
	}
}
@media (min-width: 500px) {
	.caption-rollover .caption-text{
		top:120px;
	}
	.caption-rollover .caption-text h1{
		font-size: 30px;
	}
	.caption-text p {
		font-size: 22px;
	}
}
@media (min-width: 576px) { /*768px*/
	.page-banner h1 {
		font-size: 36px !important;
		margin-top: 12%;
	}
	.assembled-block {
		display: block;
	}
	.caption-rollover .caption-text{
		top:30px;
	}
	.caption-rollover .caption-text h1{
		font-size: 22px;
	}
	.caption-text p {
		font-size: 1em;
		line-height: 1em;
	}
	.filler-block {
		height: 250px;
	}
}
@media (min-width: 968px) {
	.caption-text p {
		font-size: 20px;
	}
	.filler-block {
		height: 310px;
	}
}
@media (min-width: 1024px) {
	.page-banner h1 {
		color: #fff;
		font-size: 48px !important;
		margin-top: 15%;
	}
	.caption-rollover .caption-text h1{
		font-size: 22px;
	}
	.caption-text p {
		font-size: .9em;
		line-height: 1em;
	}
}
@media (min-width: 1145px) {
	.caption-text p {
		font-size: 1em;
		line-height: 1.1em;
	}
}
@media (min-width: 1300px) {
	.caption-text p {
		font-size: 1.2em;
		line-height: 1.1em;
	}
	.caption-rollover .caption-text{
		top:100px;
	}
}
@media (max-width: 768px) {
	.lo-border-sm:before {
		content: "";
		position: absolute;
		width: 50%;
		height: 1px;
		bottom: -20px;
		left: 25%;
		border-bottom: 1px solid black;
	}
}
@media (max-width: 990px) {
	.lo-border-swatch:before {
		content: "";
		position: absolute;
		width: 50%;
		height: 1px;
		bottom: -20px;
		left: 25%;
		border-bottom: 1px solid black;
	}
}
@media (min-width: 1080px) {
	.caption-rollover .caption-text h1{
		font-size: 30px;
		line-height: 1em;
	}
	.caption-rollover .caption-text{
		/*top:90px;*/
	}
	.filler-block {
		height: 350px;
	}
}
@media (min-width: 1200px) {
	.filler-block {
		display: none;
	}
}
@media (min-width: 1500px) {
	.caption-rollover .caption-text{
		top:100px;
	}
}
@media (max-width: 766px) {
	.filler-block {
		display: none;
	}
	.assembled-block .block-valign {
        display: none;
	}
    
    .deco-container {
        margin: 110px 0px 0px 0px; }
   
    ul.page-bullets li {
    margin-left: 20px;
    }
    
    .font-name {
    -ms-flex: 0 0 25%;
    flex: 0 0 100%;
    max-width: 100%;
    
    }
    
    .headlines-font-name {
    margin: 5px 0;
    }

}
