/* HEADER */
.sePage .sePageMain { margin-top: 0px; }

/* FOOTER */
.sePageFooter { margin-top: 0px; }

/* HERO */
.se-sample-hero .block-bg-img {
 padding: 12% 8%;
}

.sePage .sePageLayout .se-sample-hero h1, .sePage .sePageLayout .se-sample-hero h2 {
 margin: 22px auto 8px;
}

.sePage .sePageLayout .se-sample-hero p {
 margin: 0px auto 11px;
 font-size: 20px;
}

/* IMAGE OVERLAY */
.se-section-image-overlay .editContent,
.se-section-image-overlay .content-block-column {
 position: relative;
}

.se-section-image-overlay .content-block-column::before {
 content: '';
 background-color: rgba(0,0,0,0.30);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}

/* LOGO SLIDER */

.se-logo-slider-section .row {
 margin-left: -35px;
 margin-right: -35px;
}

.se-logo-slider-section .slick-track {
 display: flex;
 align-items: center;
 height: 90px;
}

.se-logo-slider-section .slick-slide {
 position: relative;
 padding: 0;
}

.se-logo-slider-section .slick-slide>div {
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 20px;
 height: 100%;
}

.se-logo-slider-section img {
 display: flex;
 position: relative;
 align-items: center;
 justify-content: center;
 height: 100%;
 max-height: 75px;
}

.se-logo-slider-section a img {
 transition: 0.5s ease;
}

.se-logo-slider-section a img:hover {
 opacity: 0.7;
}

/* SHOPPING LINKS */

.sePage .sePageLayout .sePageMain .tbr-shop-links .content-block-column a {
 display: flex;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 transition: 0.2s ease-in-out;
 background-color: rgba(0, 0, 0, 0.3);
 width: 100%;
 color: #fff;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .tbr-shop-links .content-block-column h3 {
 color: #fff;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .tbr-shop-links .content-block-column h3:hover {
 color: #fff;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .tbr-shop-links .content-block-column {
 position: relative;
 transition: 0.2s ease-in-out;
 min-height: 240px;
 overflow: hidden;
}

.sePage .sePageLayout .sePageMain .tbr-shop-links .content-block-column {
 min-height: 240px;
 box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
}

.sePage .sePageLayout .sePageMain .tbr-shop-links .content-block-column:hover {
 transform: translateY(-2px);
 transition: 0.2s ease-in-out;
}

.tbr-shop-links .col-margin-bottom {
 margin-bottom: 60px;
}

.sePage .sePageLayout .sePageMain section.tbr-shop-links {
 margin-bottom: 0px !important;
}