/**
 * Theme Name: Enhabit
 * Description: Genesis Block Child Theme
 * Theme URI: https://rubicotech.com/
 * Author: RubicoTech
 * Author URI: https://rubicotech.com/
 * Template: genesis-block-theme
 * Version: 1.2.1
 * @package Genesis Block Theme
 */

/* ----------------------------------------------------------------------------
 * Child Theme Style.css styles begin here!
 * ------------------------------------------------------------------------- */

/* Denver's CSS */

/* Guttenberg Block Styling */
b,
strong {
	font-weight: bold;
	font-family: 'zirkelsemibold';
}

a {
	color: #0072e5;
}

a:hover,
a:focus,
a:active {
	color: #0072e5;
}
/* ------------------------- */

.BreadCrum a {
    font-size: 14px;
    font-size: 400;
    text-decoration: underline;
}

.BreadCrum span {
    font-size: 14px;
    font-weight: 600;
}

.searchHeading {
    font-size: 56px !important;
    font-weight: 600;
    padding-top: 50px;
    margin-bottom: 32px;
}

.ContentArea {
    margin: 0 !important;
    padding-top: 30px;
    max-width: 100% !important;
}


.postContent .entry-header {
    margin-bottom: 16px;
}

.postContent .entry-header .entry-title {
    text-decoration: underline;
    font-size: 26px;
    margin-bottom: 8px;
    color: #000f3c;
}

.postContent .entry-header .entry-title::first-letter,
.postContent .entry-content::first-letter {
    text-transform: capitalize;
    color: #000f3c;
}

.postContent .entry-header a {
    font-size: 14px;
    font-weight: 400;
    color: #000F3C;
    text-decoration: underline;
}

.postContent .entry-content {
    font-size: 16px;
    font-weight: 400;
    color: #4d5777;
}


.search .post {
    border-bottom: 1px solid #FF8672 !important;
    margin-bottom: 40px !important;
    padding-bottom: 40px !important;
}

.capitalize {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    color: #000F3C;
}

.searchContent {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.searchContent .searchsubmit {
    height: auto;
}

.searchContent .search-input {
    margin-bottom: 24px;
}

.searchContent .search-input,
.sort-filter select {
    border-radius: 5px;
    background-color: #F2F3F5;
    border: 1px solid #000F3C;
    padding: 15px;

}

.sort-filter {
    background-color: #D9D3E0;
    padding: 30px;
}

form {
    display: inline;
}


.filterStyle {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
}


.filter_options_toggle {
    margin-top: 40px;
}

.paginationStyle {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    padding: 0 100px;
}

.page-numbers {
    padding: 5px 8px;
    line-height: 1;
    border-radius: 3px;
    display: inline-block;
    color: #000f3c;
}

.paginationStyle a {
    text-decoration: none !important;
}

.page-numbers.next {
    position: absolute;
    right: 0;
    border: 2px solid #000F3C;
}

.page-numbers.prev {
    position: absolute;
    left: 0;
    border: 2px solid #000F3C;
}


@media (min-width: 1024px) {

    .search_container {
        padding: 0 100px !important;
        background-image: url('../child-genesis-block-theme/images/search_result_bg.png');
        background-repeat: no-repeat;
        background-position: right 4.5%;
    }

    .ContentArea {
        float: left;
        width: 67% !important;
        padding-right: 30px;
    }

    .searchContent {
        float: left;
        width: 67%;
        max-width: 499px;
    }

    .sort-filter {
        float: right;
        width: 33%;
    }


    .FilterBtn {
        display: none !important;
    }


}

@media (max-width: 1023px) {


    .page-numbers {
        display: none;
    }

    .page-numbers.next,
    .page-numbers.prev {
        display: inline-block;
    }

    .filter_options_toggle {
        display: none;
    }

    .searchHeading {
        font-size: 40px !important;
        padding-top: 40px;
        margin-bottom: 44px;
    }

    .sort-filter-style {
        display: flex;
    }

    .search_container {
        background-image: url('../child-genesis-block-theme/images/Circle\ DOt.png');
        background-repeat: no-repeat;
        background-position: right 3.5%;

    }

    .FilterBtn {
        position: relative !important;
        padding: 12px 40px 12px 12px !important;
        background-color: #000F3C;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px;
        min-height: 50px;

    }

    .FilterBtn::after {
        content: '';
        position: absolute;
        height: 14px;
        width: 2px;
        background-color: white;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
    }

    .FilterBtn:before {
        content: '';
        position: absolute;
        height: 2px;
        width: 14px;
        background-color: white;
        top: 50%;
        transform: translateY(-50%);
        right: 12px;
    }

    .sort-filter {
        margin-left: -15px;
        margin-right: -15px;
    }

    .sort-filter select {
        min-height: 50px;
        margin-right: 20px;
    }
}

.module_search.body-l * {
    font-family: inherit !important;
}

.module_search.body-l h1,
.module_search.body-l h2,
.module_search.body-l h3,
.module_search.body-l h4 {
    font-family: inherit;
    color: var(--dark-blue-100) !important;
}

.site-footer {
    padding: 0 0;
    background-color: unset;
    overflow: visible;
}

.footer.alignfull {
    margin-bottom: 0;
}

/* Title alignment */
header.entry-header {
    margin-left: calc(50% - 43vw) !important;
}

@media only screen and (max-width: 1239px) and (min-width: 768px) {
    header.entry-header {
        margin-left: calc(50% - 46vw) !important;
    }
}

@media (min-width: 1441px) {
    header.entry-header {
        margin-left: calc(50% - 33vw) !important;
    }
}

@media only screen and (max-width: 767px) {
    header.entry-header {
        margin-left: 0 !important;
    }
}

/* Search Page Styling by Philip [Rubicotech] */
.search-results header.entry-header {
    margin-left: 0 !important;
}

/* Location Finder Page Styling */
.page-template-store-location-finder header.site-header {
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

.page-template-store-location-finder #page {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.page-template-store-location-finder #content {
    padding-left: 20px;
    padding-right: 20px;
}

.page-template-store-location-finder .btn-back {
    box-shadow: 0px 5px 20px rgba(47, 0, 75, 0.32);
    border-radius: 30px;
    background-color: white;
    font-family: var(--ZirkelBold-700);
    padding: 11px 25px 10px 25px;
    color: black;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .3s ease;
}

.page-template-store-location-finder .btn-back:hover {
    background-color: var(--dark-orange-100);
}

.page-template-store-location-finder .btn-back svg {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.page-template-store-location-finder .back_outer {
    position: absolute;
    z-index: 2;
    width: 100%;
    max-width: 1240px;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    padding: 0 20px;
}

.page-template-store-location-finder .wrap_overview {
    display: flex;
    justify-content: flex-end;
}

.page-template-store-location-finder #overview {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgba(47, 0, 75, 0.32);
    border-radius: 30px;
    padding: 50px 35px;
    font-size: 16px;
    line-height: 24.8px;
    margin: 40px 0 50px;
    width: 100%;
}

.page-template-store-location-finder #overview * {
    font-family: var(--ZirkelRegular-400) !important;
}

.page-template-store-location-finder #overview h2 {
    font-size: 28px;
    line-height: 32.2px;
    font-family: var(--ZirkelBold-700) !important;
    margin: 0 0 var(--text-spacing--l) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-template-store-location-finder #overview h3 {
    margin: 0 0 var(--text-spacing--xs) !important;
    font-size: 20px;
    line-height: 24px;
    color: var(--dark-purple-100);
    font-family: var(--ZirkelBold-700) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-template-store-location-finder #overview h3 + ul {
    margin-bottom: 0;
}

.page-template-store-location-finder #overview a {
    color: black;
    font-size: 22px;
    line-height: 28.6px;
    font-family: var(--ZirkelSemiBold-600) !important;
    transition: all .3s ease;
}

.page-template-store-location-finder #overview a:hover {
    color: var(--dark-purple-100);
}

.page-template-store-location-finder #map {
    height: 500px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.page-template-store-location-finder #overview ul {
    margin-left: 0;
}

.page-template-store-location-finder #overview li {
    position: relative;
    margin: 0 0 var(--text-spacing--s);
    list-style: none;
    padding-left: 20px !important;
}

.page-template-store-location-finder #overview li:last-child {
    margin-bottom: 0;
}

.page-template-store-location-finder #overview li:after {
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px solid var(--black-100);
    content: '';
}

.pac-container {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgb(47 0 75 / 32%);
    border-radius: 30px;
    padding: 10px 25px;
}

.pac-item {
    border: 0;
    font-size: 16px;
    line-height: 27.2px;
    color: #000;
    margin: 15px 0;
    font-family: var(--ZirkelRegular-400) !important;
}

.pac-item-query {
    font-size: inherit;
}

.pac-logo:after {
    display: none !important;
}

.gm-style .gm-style-iw-c {
    background: #FFFFFF;
    box-shadow: 0px 5px 20px rgb(47 0 75 / 32%);
    border-radius: 30px;
    text-align: center;
    padding: 20px 30px !important;
    max-width: 265px !important;
}

.gm-style .gm-style-iw-c p {
    margin: 0;
}

.gm-ui-hover-effect {
    top: 10px !important;
    right: 6px !important;
}

.gmnoprint {
    z-index: 5;
}

.gm-style .gm-style-iw-d {
    overflow: visible !important;
}

.gm-style .gm-style-iw-d a {
    outline: none !important;
}

@media (min-width: 1024px) {
    .page-template-store-location-finder #map {
        height: 600px;
    }
    .pac-container {
        margin-left: -30px;
        width: 325px !important;
    }

    .page-template-store-location-finder .wrap_overview {
        padding-top: 0;
    }

    .page-template-store-location-finder #overview {
        max-width: 400px;
        position: absolute;
        z-index: 1;
        top: 0;
        margin-right: 45px;
        max-height: 525px;
        overflow-y: auto;
    }
}

@media (min-width: 1240px) {
    .page-template-store-location-finder #overview {
        padding: 50px;
        font-size: 21px;
        line-height: 26.25px;
        max-width: 525px;
        margin-top: 40px;
    }
    .page-template-store-location-finder #overview h2 {
        font-size: 40px;
        line-height: 46px;
    }

    .page-template-store-location-finder #overview h3 {
        font-size: 24px;
        line-height: 28.8px;
    }

    .page-template-store-location-finder #overview a {
        font-size: 30px;
        line-height: 39px;
    }
    .page-template-store-location-finder .btn-back {
        margin-left: -30px;
    }
}

/* Denver's footer for enhabit */

.module_site-footer ul li::after {
    display: none;
    padding-left: 0;
}

.module_site-footer h6 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 13px !important;
    text-transform: uppercase;
    line-height: 22px !important;
}

.footer-item-2 a:hover,
.footer-item-3 a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}


ul li {
    padding-left: 0px !important;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.module_site-footer .btn {
    padding: 13px 35px;
    line-height: 1 !important;
    border: 1px solid #ffffff !important;
}

.module_site-footer .gb-button {
    padding: 0px !important;
    background: transparent !important;
}

.module_site-footer .gb-button:hover {
    box-shadow: none !important;
}

.module_site-footer .gb-block-button {
    margin: 0;
}

.module_site-footer {
    background-color: var(--dark-purple-100);
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 1;
}

.module_site-footer .grid-wrap {
    grid-template-rows: inherit;
    border-bottom: 1px solid #ffffff;
    grid-template-columns: repeat(12, 1fr) !important;
    padding-top: 100px;
    padding-bottom: 70px;
}

.module_site-footer .grid-wrap ul {
    list-style: none;
    margin-left: 0px;
}

.module_site-footer .footer-item-2 ul li,
.module_site-footer .footer-item-3 ul li {
    padding-left: 0 !important;
}

.module_site-footer .grid-wrap ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.module_site-footer ul li:not(li:last-child) {
    margin-bottom: 18px;
}

.footer-item-1 {
    grid-column: 1/4;
}

.footer-item-2 {
    grid-column: 4/7;
    grid-row: 1/4;
}

.footer-item-3 {
    grid-column: 7/10;
    grid-row: 1/4;
    margin-left: auto;
}

.footer-item-4 {
    grid-column: 10/13;
    grid-row: 1/2;
    margin-left: auto;
}

.footer-item-5 {
    grid-column: 1/4;
    padding-right: 70px;
}

.footer-item-5 .Social-icons {
    display: flex;
    align-items: center;
}

.cursor-pointer {
    cursor: no-drop;
}

.footer-item-5 .Social-icons img {
    opacity: .5;
    margin: 0;
}


.img-hover img:hover {
    opacity: 1;
}

.footer-item-5 span {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
    margin-bottom: 10px;
}

.footer-item-6 {
    grid-column: 10/13;
    grid-row: 2/4;
    padding-left: 100px;
}

.footer-copyright {
    padding: 25px 10px;
    max-width: 1240px;
    margin: auto;
}

.footer-copyright p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
}

.footer-item-5 .widget {
    margin-right: 16px;
}

.acceptance .wpcf7-list-item {
    margin: 0 0 15px;
}


@media (max-width: 1024px) {

    .module_site-footer .grid-wrap {
        display: grid;
        grid-template-rows: inherit;
        grid-template-columns: repeat(var(--columns), 1fr);
        grid-column-gap: var(--gutter);
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer-item-1 {
        grid-column: 1/13;
        grid-row: 1/2;
        margin-bottom: 50px;
    }

    .footer-item-2 {
        grid-column: 1/5;
        grid-row: 2/4;
    }

    .footer-item-3 {
        grid-column: 5/9;
        grid-row: 2/4;
    }

    .footer-item-4 {
        grid-column: 9/13;
        grid-row: 2/3;
    }

    .footer-item-5 {
        grid-column: 1/13;
        margin-top: 30px;
    }

    .footer-item-5 span {
        display: none;
    }

    .footer-item-5 .Social-icons img {
        width: 25px !important;
    }

    .footer-item-6 {
        grid-column: 9/13;
        grid-row: 3/4;
    }

    .footer-copyright span {
        display: block;
    }
}


/* only for footer-item-6 padding */
@media (max-width: 991px) {
    .footer-item-6 {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .module_site-footer .grid-wrap ul li a {
        font-size: 13px;
    }

    .module_site-footer .btn {
        padding: 10px 25px !important;
    }

}

@media (max-width: 575px) {

    .module_site-footer h6 {
        font-size: 13px !important;
    }

    .footer-item-1 {
        grid-column: 1/7;
        grid-row: 1/2;
    }

    .footer-item-1 img {
        width: 130px;
    }

    .footer-item-2 {
        grid-column: 1/7;
        grid-row: 2/4;
    }

    .footer-item-3 {
        grid-column: 7/13;
        grid-row: 2/3;
    }

    .footer-item-4 {
        grid-column: 7/13;
        grid-row: 1/2;
    }

    .footer-item-4 .btn {
        min-height: 30px !important;
    }

    .footer-item-5 {
        grid-column: 1/13;
        grid-row: 4/5;
    }

    .footer-item-5 .Social-icons img {
        width: 32px !important;
    }

    .footer-item-5 .widget {
        margin-right: 22px;
    }

    .footer-item-6 {
        grid-column: 7/13;
        grid-row: 3/4;
        padding: 0px 30px;
    }

    .module_site-footer .btn {
        padding: 10px 18px !important;
    }

}


@media (max-width: 420px) {
    .footer-item-3, .footer-item-4 {
        margin-left: 0;
    }

    .footer-item-6 {
        padding: 0;
    }
}

.dialog-model {
    display: none;
}

/* external link for footer links */

footer.module_site-footer ul.menu li.link-external a {
    padding-right: 21px;
    position: relative;
}

footer.module_site-footer ul.menu li.link-external a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    height: 15px;
    width: 15px;
    background-size: contain;
}

footer.module_site-footer ul.menu li.link-external a:after {
    background: url(images/external.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    filter: invert(1);
}

/* -- Location Finder on Tab -- */
@media (max-width: 1023px) {
    .page-template-store-location-finder .wrap_overview {
        position: relative;
    }
    .page-template-store-location-finder .wrap_overview:before {
        background: var(--gradient-bottom--purple);
        left: -20px;
        right: -20px;
        height: 100%;
        top: 0;
        z-index: 1;
        content: '';
        position: absolute;
    }
    .page-template-store-location-finder .wrap_overview > div {
        position: relative;
        z-index: 2;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    /* .page-template-store-location-finder #overview {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .page-template-store-location-finder #overview > h2 {
        width: 100%;
        order: 1;
        padding-right: 60%;
    }
    .page-template-store-location-finder #overview > ul,
    .page-template-store-location-finder #overview > p {
        width: 50%;
    }
    .page-template-store-location-finder #overview > h3 {
        width: 100%;
        order: 2;
    }
    .page-template-store-location-finder #overview > ul {
        order: 3;
    }
    .page-template-store-location-finder #overview > p {
        order: 4;
        padding: 0 20px 0 50px;
        margin-top: -35px;
    } */
    .page-template-store-location-finder #overview {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .page-template-store-location-finder #overview > h2,
    .page-template-store-location-finder #overview > .info-left {
        grid-column: 1 / 2;
    }
    .page-template-store-location-finder #overview > .info-right {
        grid-column: 2 / 3;
        padding: 0 30px;
    }
    .page-template-store-location-finder #overview > .info-left,
    .page-template-store-location-finder #overview > .info-right {
        grid-row: 2 / 3;
    }
}