/**
* Opal Theme
**/

div.navbar-flex-container a.mobileMenuToggle {
    color: #fff;
}

.home footer {
    margin-top: 0;
}

.main_color_text {
    color: #fe5629;
}

div.main-topmost-bar .textAlignRight,
div.main-candee-cart span.title,
.wpcf7 .formChecker,
.wpcf7 .ajax-loader,
span#accountDefaultName {
    display: none;
}

.wpcf7 form {
    padding: 0;
    margin: 0;
}

/* Top Bar */
div#topmostBar.background_3 {
    background: none;
}

.main-topmost-bar .textAlignLeft,
.main-topmost-bar .textAlignLeft a {
    color: #fff;
    font-weight: bold;
    margin: 0 1%;
}

/* Hero */
div.tsg-hero-video {
    background-position: center bottom;
    box-shadow: none;
}

h1.hero-title span{
    color: #fe5629;
    text-shadow: 1px 3px 8px rgb(0 0 0);
}

div.hero_buttons button {
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #fe5629;
    color: #fff;
    margin: 0 5px;
    font-size: 1.2rem;
    letter-spacing: 0;
    text-shadow: 1px 1px 4px #000;
}

/* Navbar */
#pinnacleHeader #navbarTheme8 {
    background: none;
}

.pinnacleNoHero:not(.stickyMenuVisable) #topmostBar {
    background: rgba(50,50,50,.5);
}

.pinnacleNoHero:not(.stickyMenuVisable) #pinnacleHeader {
    background: rgba(50,50,50,.6);
}

#pinnacleHeader #navbarTheme8.sticky {
    background: rgba(50,50,50,.7);
}

.tsg-menu-class ul a,
.mainAccountIcons.mainAccountIconsHorizontal a i {
    color: #fff;
}

.tsg-menu-class ul a {
    font-weight: bold;
}

#pinnacleMainNav .tsg-menu-class > ul > li > a:hover,
.mainAccountIcons.mainAccountIconsHorizontal a i:hover {
    color: #fff;
    opacity: .7;
}

.mainAccountIcons.candee.mainAccountIconsHorizontal {
    display: initial;
}

/* Intro Section */
.intro-section button {
    font-size: 1rem;
    width: 250px;
}

div.intro-section h2 {
    margin-bottom: 0;
}

.step-box.flex-item {
    max-width: 31%;
    margin: 1%;
}

.step-box-sections {
    min-width: 10%;
}

.step-box-sections p.number {
    width: 30px;
    padding: 0;
}

.step-box-sections.text {
    width: 80%;
}

/* Storage Needs Section */
.featured_theme_2.featured_box {
    padding: 40px;
}

div.featured_theme_2 div.featuredIconBox .fa {
    border: none;
    color: #ffffff;
}

div.featuredTitle h4.featuredTitle.h4 {
    font-weight: bold;
}

div.featured_theme_2 div.featuredIconBox .fa {
    font-size: 3.5rem;
    margin-bottom: 5px;
}

div.featured_theme_2 div.featuredContentWrapper {
    padding: 0 10px 20px;
}

div.featured_theme_2 h2 {
    padding-top: 50px;
}

div.featured_theme_2 .flex-container {
    flex-wrap: wrap;
}

article.flex-item.wrap.featureBlock {
    width: 31%;
}

/* Features Section */
.features_box {
    margin: 50px auto 0;
    padding: 50px 0 80px;
    background: #eee;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    width: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-feature {
    background: #030c17;
}

figure.effect-feature img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-feature figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
}

figure.effect-feature h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-feature p {
    padding: 1em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-feature:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

figure.effect-feature:hover figcaption::before,
figure.effect-feature:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-feature:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-feature:hover img {
    opacity: 0.4;
}

/* About Us Section */
.about-us-box {
    background: url(https://www.candee.co/candee_images/subthemes/opal/OPAL_about_us_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
}

.about-us-box .row {
    background: rgba(0,0,0,.7);
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
}

img.four-box {
    width: 50%;
    float: left;
    padding: 10px;
}

/* Contact Us Section */
.contact-us-box.container {
    padding: 60px 0;
}

.contact-us-box .six.columns {
    margin-left: 2%;
}

.contact-us-box div.candeeFacilityMap {
    min-height: 50vh !important;
}

/* Footer */
.topFooterWrapper.footerTheme1 {
    background: url('https://www.candee.co/candee_images/subthemes/opal/OPAL_footer_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.logo.flex-item a.socialHeadIcon {
    background: none;
    border: none;
}

.topFooterWrapper.footerTheme1 img {
    margin: 0 auto;
}    

/* Responsiveness */
@media (max-width: 1024px){
    .tsg-menu-class ul a, 
    .mainAccountIcons.mainAccountIconsHorizontal a i {
        color: #000;
    }
    .about-us-box .row {
        display:  block;
    }
    .about-us-box .six.columns {
        width: 100%;
        margin-left: 0;
        padding: 10px;
    }
}

@media (max-width: 800px){
    .moving-steps.flex-container {
        flex-flow: wrap;
        justify-content: center;
    }
    .step-box.flex-item {
        max-width: 70%;
    }
    .grid figure {
        float: none; 
        margin: 1% auto;
        width: 70%;
    }
    .main-top-footer .flex-container {
        display: grid;
        text-align: center;
    }
    .logo.flex-item {
        order: 1;
        margin-bottom: 20px;
    }
    .hours.flex-item {
        order: 2;
    }
    .location.flex-item {
        order: 3;
        text-align: center !important;
    }
    .contact-us-box .six.columns {
        width: 100%;
        margin-left: 0%;
    }
    .contact-us-box div.candeeFacilityMap {
        min-height: 32vh !important;
    }
}

@media (max-width: 768px){
    div.featured_theme_2 div.featuredContentWrapper {
        padding: 0 10px 0px;
    }
}

@media (max-width: 600px){
    .step-box.flex-item {
        max-width: 95%;
    }
    .step-box-sections i.fa {
        display: none;
    }
    .grid figure {
        width: 95%;
    }
}

@media (max-width: 550px){
    .step-box-sections {
        align-self: center;
    }
    .step-box-sections p {
        text-align: center;
    }
    img.four-box {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 10px;
    }
}