/* HERO */
.sePage .sePageLayout .sePageMain .wpc-hp-hero .content-block-column, .sePage .sePageLayout .sePageMain .wpc-lp-hero .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 z-index: 1;
 padding: 14% 10%;
}

.sePage .sePageLayout .sePageMain .wpc-hp-hero::after, .sePage .sePageLayout .sePageMain .wpc-lp-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.2);
 padding: 0;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .wpc-hp-hero, .sePage .sePageLayout .sePageMain .wpc-lp-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .wpc-lp-hero h1 {
 margin: 22px auto;
}

.sePage .sePageLayout .wpc-hp-hero h1, .sePage .sePageLayout .wpc-hp-hero h2 {
 margin: 22px auto 8px;
}

.sePage .sePageLayout .wpc-hp-hero p {
 margin: 0px auto 11px;
 font-size: 22px;
}

/* SHOPPING LINKS */
.sePage .sePageLayout .sePageMain .wpc-shop-links .content-block-column a {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
 background-color: rgba(0, 0, 0, 0.2);
 width: 100%;
 color: #FFFFFF;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .wpc-shop-links .content-block-column h3 {
 color: #FFFFFF;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .wpc-shop-links .content-block-column h3:hover {
 color: #FFFFFF;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .wpc-shop-links .content-block-column {
 position: relative;
 -webkit-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
 min-height: 180px;
 overflow: hidden;
}

.sePage .sePageLayout .sePageMain .wpc-shop-links .content-block-column {
 min-height: 180px;
}

.sePage .sePageLayout .sePageMain .wpc-shop-links .content-block-column:hover {
 -webkit-transform: translateY(-3px);
 -ms-transform: translateY(-3px);
 transform: translateY(-3px);
 -webkit-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
 background-color: rgba(0, 0, 0, 0.1);
}

.sePageContent .sePageSection.wpc-shop-links {
 margin-bottom: 0;
}

.wpc-shop-links .col-margin-bottom {
 margin-bottom: 30px;
}

/* LOCATION PAGE EDITS */
.seLocations .seLocationIcon:before, .seSingleStoreMap .seLocationIcon:before {
 content: "\f3c5";
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 color: #b30000;
}

.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation {
 background-color: #000000;
 border: 1px solid #333333;
}

.seStoreInformationWrapper .seSingleStoreMap {
 border: 1px solid #333333;
}

.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seStoreDBA {
 border-bottom: 5px solid #ffd235;
}

.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seStoreDBA h1 span {
 color: #ffffff;
}

.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seStoreAddress p {
 color: #ffffff;
}

.sePage .sePageLayout .sePageMain .seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation a:not(.btn) {
 color: #ffffff;
}

.sePage .sePageLayout .sePageMain .seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation a:not(.btn):hover {
 color: #ffd235;
 text-decoration: underline;
}

.seStoreEmail {
 color: #333333;
}

.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seStoreHours .table>tbody>tr>td, .seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seStoreHours .table>tbody>tr>th {
 color: #ffffff;
}

.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seStoreHours .table>tbody>tr>td, .seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seStoreHours .table>tbody>tr>th {
 border-color: #333333;
 padding: 2px;
}

.seStoreInformationWrapper .seStoreInformationColumn .seStoreInformation .seStoreHours .table>tbody>tr:last-child {
 border-bottom: 1px solid #333333;
}

/* BUTTON EDITS */
.btn {
 padding: 7px 22px;
}

.sePage .sePageLayout a.btn.btn-primary, .sePage .sePageLayout a.btn.btn-default {
 font-weight: 700;
}

.seBackTop i {
 color: #333333;
}

.seBackTop:hover i {
 color: #333333;
 top: 40%;
}

/* DIVIDER */
.divider {
 border: 0;
 border-top: 5px solid #ffd235;
 margin-bottom: 0px;
 margin-top: 0px;
}

/* HEADER EDIT */

.sePageHeaderWrapper .seHeaderBottom {
 height: 5px;
}
