@import url("https://use.typekit.net/for7avf.css");

.se-code-section .customContentBlock {
 min-height: 0;
}

/* PAGE MARGINS */
.sePage .sePageLayout #PageMain, .sePage .sePageLayout #PageFooter {
 margin-top: 0;
}

.sePageMain .container-fluid {
 padding: 0 15px !important;
}

.custom5-4 .editContent,
.custom4-1 .editContent {
 margin: 0 auto;
 max-width: 720px;
}

/* TYPOGRAPHY */
.sePage .sePageLayout .sePageMain h1,
.sePage .sePageLayout .sePageMain h2,
.sePage .sePageLayout .sePageMain h3,
.sePage .sePageLayout .sePageMain h4,
.sePage .sePageLayout .sePageMain h5,
.sePage .sePageLayout .sePageMain h6 {
 color: #121212;
 font-family: urw-din, sans-serif;
 font-style: normal;
 font-weight: 400;
}

.sePage .sePageLayout .sePageMain h1 {
 font-size: 50px;
 text-transform: uppercase;
 font-family: urw-din-condensed, sans-serif;
}

.sePage .sePageLayout .sePageMain h2 {
 font-size: 42px;
}

.sePage .sePageLayout .sePageMain h3 {
 font-size: 32px;
}

.sePage .sePageLayout .sePageMain h4 {
 margin-top: 22px;
 margin-bottom: 11px;
 color: #222;
 font-size: 20px;
 font-style: normal;
 font-weight: 500;
}

.sePage .sePageLayout .sePageMain h1 span {
 display: block;
 margin-bottom: 5px;
 font-family: urw-din, sans-serif;
 font-size: 17px;
 letter-spacing: 3px;
 line-height: 1.2;
}

.sePage .sePageLayout .sePageMain h4 span {
 display: block;
 margin-top: 5px;
 font-size: 14px;
 line-height: 1.2;
 letter-spacing: 3px;
}

.sePage .sePageLayout .sePageMain p {
 color: #222;
 font-family: urw-din, sans-serif;
 font-size: 17px;
 font-style: normal;
 font-weight: 400;
 line-height: 1.9;
}

.sePage .sePageLayout .sePageMain a:not(.btn),
.sePage .sePageLayout .sePageMain a:not(.btn):visited {
 color: #121212;
 font-family: urw-din-condensed, sans-serif;
 font-size: 17px;
 font-style: normal;
 font-weight: 400;
}

.sePage .sePageLayout .sePageMain a:not(.btn):hover,
.sePage .sePageLayout .sePageMain a:not(.btn):focus,
.sePage .sePageLayout .sePageMain a:not(.btn):active {
 color: #E7131A;
}

.sePage .sePageLayout .sePageMain .se-text-white h1,
.sePage .sePageLayout .sePageMain .se-text-white h2,
.sePage .sePageLayout .sePageMain .se-text-white h3,
.sePage .sePageLayout .sePageMain .se-text-white h4,
.sePage .sePageLayout .sePageMain .se-text-white h5,
.sePage .sePageLayout .sePageMain .se-text-white h6,
.sePage .sePageLayout .sePageMain .se-text-white p,
.sePage .sePageLayout .sePageMain .se-text-white span,
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn),
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):visited {
 color: #FFFFFF;
}

/* BUTTONS */
.sePage .sePageLayout .sePageMain .btn:not(.btn-link),
.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary,
.sePage .sePageLayout .sePageMain button.btn.btn-primary {
 border: 1px solid #222;
 border-radius: 0px;
 background-color: #222;
 padding: 8px 35px;
 color: #fff;
 font-family: urw-din-condensed, sans-serif;
 font-size: 17px;
 font-style: normal;
 font-weight: 400;
 letter-spacing: .5px;
 text-transform: uppercase;
}

.sePage .sePageLayout .sePageMain .sePageMain .btn:not(.btn-link):hover,
.sePage .sePageLayout .sePageMain .btn-primary:hover,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:hover,
.sePage .sePageLayout .sePageMain button.btn.btn-primary:hover,
.sePage .sePageLayout .sePageMain .btn:not(.btn-link):active,
.sePage .sePageLayout .sePageMain .btn-primary:active,
.sePage .sePageLayout .sePageMain a.btn.btn-primary:active,
.sePage .sePageLayout .sePageMain button.btn.btn-primary:active {
 border: 1px solid #121212;
 background-color: #121212;
 color: #fff;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-btn-group a.btn.btn-primary {
 margin: 10px;
 min-width: 130px;
}

/* CATALOG*/
.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-slide .seRegularPrice,
.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-track .seProductTitle .seBrandName {
 font-family: urw-din-condensed, sans-serif;
 font-style: normal;
 font-weight: 600;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-track .seProductTitle .seBrandName {
 font-size: 14px;
}

.sePage .sePageLayout .sePageMain .seAdvancedItemCarousel .slick-slide .seRegularPrice {
 color: #222;
 font-size: 17px;
}

.sePage .sePageLayout .seAdvancedItemCarousel .slick-next:before,
.sePage .sePageLayout .seAdvancedItemCarousel .slick-prev:before {
 color: #121212;
}

/* Gradient Overlay */
.gradient-overlay .container-fluid {
 position: relative;
}

.gradient-overlay .container-fluid::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 80%,rgba(0,0,0,1) 100%);
 width: 100%;
 content: '';
}

/* Hero */
.se-hero .content-block-column {
 min-height: 360px;
 display: flex;
 align-items: center;
}

/* Image Text */
.se-image-text-section .content-block-content {
 display: flex;
 align-items: center;
 justify-content: center;
}

/* Image Section */
.se-image-section .content-block-column {
 padding: 0;
}

/* Two Column Full Width Feature & Two Column Hero */
.se-2col-fw-feature .content-block-column:first-child {
 min-height: 360px;
 display: flex;
 justify-content: center;
 align-items: center;
}

.se-2col-fw-feature .content-block-column:last-child {
 padding: 45px;
}

.se-2col-fw-feature .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

/* Slideshow */
.sePage .sePageLayout .se-fw-slideshow .se-slideshow-wrapper {
 margin-bottom: 0;
}

.sePage .sePageLayout .se-fw-slideshow .customContentBlock {
 padding: 0;
}

.sePage .sePageLayout .se-fw-slideshow .content-block-column {
 height: 360px;
}

.sePage .sePageLayout .se-fw-slideshow .slick-next::before,
.sePage .sePageLayout .se-fw-slideshow .slick-prev::before {
 opacity: 0.6;
 transition: 0.3s ease-in-out;
 color: white;
}

.sePage .sePageLayout .se-fw-slideshow .slick-next:hover::before,
.sePage .sePageLayout .se-fw-slideshow .slick-prev:hover::before {
 opacity: 1;
}

.sePage .sePageLayout .se-fw-slideshow .slick-prev {
 left: 10px;
}

.sePage .sePageLayout .se-fw-slideshow .slick-next {
 right: 10px;
}

.sePage .sePageLayout .se-fw-slideshow .slick-slide {
 padding: 0;
}

.sePage .sePageLayout .se-fw-slideshow .slick-dots {
 bottom: 20px;
 margin: 0;
}

.sePage .sePageLayout .se-fw-slideshow li button::before {
 opacity: 1;
 color: #f1f1f1;
 font-size: 12px;
 font-weight: 900;
 content: '\f111';
}

.sePage .sePageLayout .se-fw-slideshow li.slick-active button:before {
 color: #1a1a1a;
}

@media only screen and (min-width: 768px) {
 .se-hero .content-block-column {
 min-height: 480px;
 }
 .column-content {
 display: flex;
 }
 .column-content p {
 padding: 0 15px;
 width: 50%;
 }
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 480px;
 }
 .sePage .sePageLayout .se-fw-slideshow .content-block-column {
 height: 480px;
 }
}

@media only screen and (min-width: 992px) {
 .se-hero .content-block-column,
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 730px;
 }
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
 .sePage .sePageLayout .se-fw-slideshow .content-block-column {
 height: 730px;
 }
}

@media only screen and (min-width: 1200px) {
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 120px;
 }
}
