/*
 Theme Name:   Sealevel (Storefront child) v2
 Description:  Sealevel custom theme - child theme of the woocommerce storefront theme.
 Author:       Beck Digital
 Author URI:   http://beckdigital.com
 Template:     storefront
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Inset Block Text with Image Our Story */
.inset-text-with-image {
    background-color: #eff1f3;
}

.inset-text-with-image .panel-container {
    display: flex;
    align-items: stretch;
}

.inset-text-with-image .panel-container h2 {
    font-size: 3rem;
}

.inset-text-with-image .panel-container p {
    font-size: 1.2em;
    line-height: 1.8em;
}

.inset-text-with-image .panel-container .left-panel {
    flex-grow: 1;
    width: 50%;
    position: relative;
    background-color: $bg-gray-1;
}

.inset-text-with-image .panel-container .left-panel .floating-panel {
    margin: 5% -7% 5% 5%;
    background-color: white;
    padding: 1px 20px 20px 20px;
}

.inset-text-with-image .panel-container .right-panel {
    flex-grow: 1;
    width: 50%;
}

.inset-text-with-image .panel-container .right-panel .mobile-panel {
    display: none;
}

/* Text Right Variant */
.inset-text-with-image.move-text-right .panel-container .left-panel .mobile-panel {
    display: none;
}

.inset-text-with-image.move-text-right .panel-container .right-panel {
    flex-grow: 1;
    width: 50%;
    position: relative;
    background-color: $bg-gray-1;
}

.inset-text-with-image.move-text-right .panel-container .right-panel .floating-panel {
    margin: 5% 5% 5% -10%;
    background-color: white;
    padding: 50px 50px 80px 50px;
    position: relative;
}

/* Location Variant */
.inset-text-with-image.move-text-right.location .panel-container .right-panel .floating-panel:before {
    font-family: FontAwesome;
    content: "\f3c5";
    display: block;
    position: absolute;
    left: -45px;
    top: 40px;
    font-size: 120px;
    color: #00b3df;
}
/* end */

/* No Results */
.no-results {
    background-color: #eff1f3;
    width: 100%;
    padding: 40px;
}
/* end */

.video-placeholder > div h3 {
    overflow: hidden;
    height: 40px;
}

.single-post header.entry-header,
.single-video header.entry-header {
    background-color: #003871;
}

.single-post header.entry-header .title-container .title-content,
.single-document header.entry-header .title-container .title-content,
.single-video header.entry-header .title-container .title-content,
.single-press_release header.entry-header .title-container .title-content {
    padding: 30px 0;
}

.resources-sidebar h2 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
    font-family: "Raleway", sans-serif !important;
}

.resources-sidebar h2 i,
.footer-subscribe-div h2 i {
    font-family: "Raleway", sans-serif !important;
}

.sidebar-menu-divider {
    width: 50px;
    height: 3px;
    margin: 0;
    background: #003871;
}

.resources-menu-class,
.related-post-list {
    margin: 0;
}

.sidebar-menu-list {
    margin-bottom: 30px;
}

.sidebar-menu-list li.related-posts {
    margin: 15px 0 30px 0 !important;
}

.sidebar-menu-list li.related-posts .related-title {
    font-weight: 700;
}

.sidebar-menu-list ul.menu {
    margin: 0 !important;
}

.sidebar-menu-list ul.menu > li > a {
    font-weight: 700 !important;
}

.sidebar-menu-list ul.menu li a .far {
    margin-left: 10px;
}

.sidebar-menu-list li {
    margin: 15px 0;
    list-style: none;
    margin-left: 0 !important;
}

.sidebar-menu-list li:before {
    display: none !important;
}

.sidebar-menu-list li a {
    text-decoration: none !important;
    font-family: "Noto Sans",sans-serif;
    font-size: 1.1em;
    font-weight: lighter !important;
}

.sidebar-menu-list li a:hover {
    text-decoration: underline !important;
}

.sidebar-menu-list li ul li {
    margin-bottom: 0 !important;
    margin-left: 20px !important;
    font-size: 1.0em;
    font-weight: lighter;
}

.resources-wrapper {
    margin-top: 70px;
}

.resources-library-wrapper {
    margin-top: 40px;
}

.resources-library-wrapper .card .article-header {
    margin-bottom: 20px;
}

.resources-child-content {
    margin-top: 70px;
    margin-bottom: 50px;
}

.resources-child-content .page-search {
    margin-bottom: 20px;
}

.resources-child-content .card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.resources-child-content .list-and-sidebar {
    display: flex;
}

.resources-child-content .list-and-sidebar .resources-list {
    margin-right: 5%;
    width: 100%;
}

.resources-child-content .list-and-sidebar .resources-list .the-content ul li.hide-style {
    list-style: none;
    margin-left: 0 !important;
}

.resources-child-content .list-and-sidebar .resources-list > .card {
    margin-left: 0;
}

.resources-child-content .list-and-sidebar .resources-sidebar {
    min-width: 230px;
    max-width: 270px;
}

.resources-child-content.support-docs .article-image{
    height: 341px;
    background-color: #ccdef1;
    border-bottom: 1px solid #ccdef1
}

body.single-post .entry-header,
body.single-document .entry-header,
body.single-video .entry-header,
body.single-press_release .entry-header {
    padding: 30px 0;
    margin: 0;
}

body.single-post .entry-header .title-content,
body.single-document .entry-header .title-content,
body.single-video .entry-header .title-content,
body.single-press_release .entry-header .title-content {
    min-height: auto !important;
}

body.single-post .page-toolbar,
body.single-document .page-toolbar,
body.single-video .page-toolbar,
body.single-press_release .page-toolba {
    margin-bottom: 20px;
}

body.single-post .entry-header .post-header-image-mobile,
body.single-document .entry-header .post-header-image-mobile,
body.single-video .entry-header .post-header-image-mobile,
body.single-press_release .entry-header .post-header-image-mobile {
    display: none;
}


body.single-post .the-content,
body.single-document .the-content,
body.single-videp .the-content,
body.single-press_release .the-content {
    margin-bottom: 30px;
    line-height: 25px;
    font-size: 15px;
}

body.page-template-template-featured-news .video-placeholder {
     margin: 15px 0;
}

.search-container {
    padding: 25px 0;
    background-color: #eff1f3;
}

.search-container .search-form h2 {
    margin-top: 0;
}

.search-container .search-form form {
    margin: 0;
}

.search-container .search-form .btn-primary {
    background-color: #003871;
    border: 0;
    color: white;   
    width: 100%;
}

.container .storefront-breadcrumb {
    padding: 1.41575em 0;
    margin: 0 0 40px 0;
    background-color: #eff1f3;
    border-bottom: 1px solid #ccdef1;

}

.container .storefront-breadcrumb .col-full {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.storefront-breadcrumb .col-full .woocommerce-breadcrumb {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Page, Single, Archive */
.page .breadcrumb-wrapper .woocommerce-breadcrumb,
.single .breadcrumb-wrapper .woocommerce-breadcrumb,
.archive .breadcrumb-wrapper .woocommerce-breadcrumb {
    background-color: white;
    top: 175px;
    position: relative;
    margin: 0 !important;
    padding: 1.41575em 0;
}

/* Store */
.woocommerce .breadcrumb-wrapper,
.single-product .breadcrumb-wrapper {
    background-color: #eff1f3;
    border-bottom: 1px solid #ccdef1;
    margin-bottom: 40px !important;
}

.woocommerce .storefront-breadcrumb {
    background-color: #eff1f3;
    top: 0;
    padding: 1.41575em 0;
    margin: 0 !important;
    
}

.woocommerce .breadcrumb-wrapper .woocommerce-breadcrumb,
.single-product .breadcrumb-wrapper .woocommerce-breadcrumb {
    background-color: #eff1f3;
    top: 0;
    padding: 1.41575em 0;
    margin: 0 !important;
}

@media screen and (max-width: 767px) {
    .search-container .search-form .btn-primary {
        margin-top: 15px;
    }

    /* Our Story */
    .inset-text-with-image .panel-container .left-panel {
        display: none;
    }

    .inset-text-with-image .panel-container .left-panel .floating-panel {
        margin: 5% -7% 5% 15%;
        background-color: white;
        padding: 1px 20px 20px 20px;
    }

    .inset-text-with-image .panel-container .right-panel {
        flex-grow: 1;
        width: 100%;
    }

    .inset-text-with-image .panel-container .right-panel .mobile-panel {
        display: block;
        padding: 10px 35px 35px 35px;
        background-color: rgba(255, 255, 255, 0.85);
    }

    /* Text Right Variant */
    .inset-text-with-image.move-text-right .panel-container .left-panel {
        flex-grow: 1;
        width: 100%;
        display: block;
    }

    .inset-text-with-image.move-text-right .panel-container .left-panel .mobile-panel {
        display: block;
        padding: 10px 35px 35px 35px;
        background-color: rgba(255, 255, 255, 0.85);
    }

    .inset-text-with-image.move-text-right .panel-container .right-panel {
        display: none;
    }
    /* end */

    .page-search {
        margin-top: 0;
        margin-bottom: 13px;
    }

    .resources-wrapper {
        margin-top: 40px;
    }

    .resources-child-content {
        margin-top: 40px;
        margin-right: 0;
    }

    .resources-child-content .list-and-sidebar {
        flex-direction: column;
    }

    .resources-child-content .list-and-sidebar .resources-list {
        margin-right: 0;
    }

    .resources-child-content .list-and-sidebar .resources-list > .card {
        width: 95%;
        margin: 0 auto 40px auto;
    }

    .resources-child-content .list-and-sidebar .resources-sidebar {
        margin: 20px;
    }

    .entry-header .title-container .title-content {
        padding: 30px 40px;
        min-height: auto;
    }

    .entry-header .title-container .title-content .entry-title{
        margin: 0;
    }

    .featured-blog .thumb {
        min-height: 200px !important;
    }

    .page-toolbar .page-search {
        margin-bottom: 15px;
    }

    body.single-post .entry-header .post-header-image-mobile,
    body.single-document .entry-header .post-header-image-mobile,
    body.single-press_release .entry-header .post-header-image-mobile {
        display: block;
    }

    body.single-post .entry-header .post-header-image,
    body.single-document .entry-header .post-header-image,
    body.single-press_release .entry-header .post-header-image {
        display: none;
    }
}

@media screen and (max-width: 480px) {

}
