.sePageFooter,
.sePage .sePageMain { margin-top: 0; }

/* Screened Background */
.se-screened-background {
 position: relative;
}
.se-screened-background .row>div {
 position: static;
}
.se-screened-background .editContent {
 position: relative;
 z-index: 1;
}
.se-screened-background .content-block-column::before {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.2);
 padding: 0 15px;
 width: 100%;
 content: '';
}
/* Hightlight Bar */
.wcc-highlight-bar {
 border: 1px solid #c3bC00;
 border-width: 1px 0;
}
/* Collapse Bar */
.wcc-collapsible-bar {
 display: flex;
 flex-direction: column;
margin: 15px 0 10px;
}
.wcc-collapsible-bar span {
 padding: 3px 0;
}
/* Button Link Bar */
.se-btn-link-section .editContent {
 display: flex;
 flex-direction: column;
}

.sePage .sePageLayout .se-btn-link-section .btn-link {
 transition: 0.3s ease-in-out;
 width: 100%;
 color: white;
}

.sePage .sePageLayout .se-btn-link-section .btn-link:hover {
 background-color: #333333;
 color: white;
 text-decoration: none;
}
/* 2 column Feature */
.se-2col-feature .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}
.se-2col-feature .content-block-column:last-child {
 padding: 30px 15px;
}
/* Social Icons */
.sePageLayout .wcc-social-bar a {
 margin: 0 10px;
}
.sePageLayout .wcc-social-bar a,
.sePageLayout .wcc-social-bar a:visited {
 color: #FFFFFF;
}
.sePageLayout .wcc-social-bar a:hover,
.sePageLayout .wcc-social-bar a:focus,
.sePageLayout .wcc-social-bar a:active {
 color: #F3EC19;
}
/* Menu */
.wcc-menu-section .editContent {
 border: 1px solid #DDDDDD;
}
.wcc-menu-section .features p,
.wcc-menu-section p {
 display: flex;
 justify-content: space-between;
 text-align: left;
 padding: 15px;
 margin: 0;
}
.wcc-menu-section .features,
.wcc-menu-section .price-footer {
 padding: 0;
}
.wcc-menu-section .features p:nth-child(even) {
 background-color: #FFFFFF;
}

.wcc-menu-section .features p span:first-child {
 font-weight: bold;
}

.wcc-menu-section .features p span:last-child {
 text-align: right;
}

@media only screen and (min-width: 768px) {
 .wcc-collapsible-bar {
 flex-direction: row;
 justify-content: space-between;
 max-width: 600px;
 margin: 10px auto;
 }
 .se-btn-link-lt-section .editContent {
 flex-direction: row;
 }
 .se-btn-link-section .editContent {
 flex-direction: row;
 }

 .sePage .sePageLayout .se-btn-link-section .btn-link {
 flex: 1 1 auto;
 width: inherit;
 }
 .wcc-menu-section .features p {
 flex-direction: column;
 }
 .wcc-menu-section .features p span:last-child {
 text-align: left;
 }
.se-2col-feature .content-block-column:last-child {
 padding: 30px;
}
}

@media only screen and (min-width: 1200px) {
 .wcc-menu-section .features p {
 flex-direction: row;
 }
 .wcc-menu-section .features p span:first-child {
 max-width: 50%;
 }
 .wcc-menu-section .features p span:last-child {
 text-align: right;
 }
}
