/* Phone Style */
.phone-logo-wrap {
    text-align: center;
    padding: 20px 0px 35px;
}

.dm-phone-grid {
    padding: 0px 5px;
    flex: 1 1 25%;
    flex-basis: 130px;
    margin-bottom: 30px;
}

.phone-style #logo {
    margin: 0px !important;
}

.phone-social-bar {
    position: relative;
}

.phone-social-bar:before {
    height: 20px;
    background: #d6d6d6;
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0px;
    box-shadow: 4px -4px 10px #d8d8d8;
    background: linear-gradient(359deg, #dbd4d4 0%, #dfdfdf 100%);
}

.phone-social-bar:after {
    height: 5px;
    background: #e6e6e6;
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0px;
    background: linear-gradient(180deg, #cfcfcf 0%, #a9a9a9 100%);
    filter: blur(1px);
}

.phone-social-bar .dm-flex {
    position: relative;
    top: -10px;
}

.phone-buttons {
    padding: 40px 0px;
    background: var(--pColor);
    background: linear-gradient(180deg, rgb(255 255 255) 0%, var(--pColor) 100%);
    min-height: calc(100vh - 195px);
}

.phone-style span.social-icons-image {
    height: 32px;
    width: 32px;
}

.phone-style #logo a {
    padding: 0px 15px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    text-transform: unset;
    color: #000 !important;
    font-size: 24px;
}

.phone-style .social-icons {
    display: flex;
    gap: 8px;
}

html .phone-style a#pull {
    margin: 0px;
    width: 32px !important;
    height: 32px !important;
    position: relative;
    color: #fff !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
    padding:0px !important;
    margin: 0px !important;
    transform: none !important;
    background: radial-gradient(circle, rgb(104 152 187) 0%, rgb(110 130 145) 40%, rgb(157 180 198) 100%) !important;
}

html .phone-style a#pull:after {
    position: relative;
    top: 0px !important;
    left: 0px !important;
    display: block;
}

.move_down {
    display: none !important;
}

.phone-style ul#menu-main-menu li {
    padding: 0px 10px;
    border-bottom: 1px solid rgb(255 255 255 / 14%);
}

.phone-style ul#menu-main-menu li:last-of-type {
    border: 0px;
}

.phone-style .dm-menu {
    padding-right: 6px;
}

.phone-buttons .dm-flex {
    align-items: inherit;
    max-width: 640px;
    margin: 0px auto;
}

.phone-buttons strong {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    padding-top: 5px;
    line-height: 1.2;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 59%);
}

.phone-buttons img {
    display: block;
    margin: 0px auto 4px;
    height: 74px !important;
}

.cta_fixed_button {
    display: none !important;
}

.phone-style .dm-social {
    display: flex;
}

button.access-ona {
    margin-left: 7px;
    width: 32px;
    height: 32px;
    border: 0px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    border-radius: 3px;
    background: radial-gradient(circle, rgb(104 152 187) 0%, rgb(110 130 145) 40%, rgb(157 180 198) 100%) !important;
    color: #fff;
}

.phone-style .header-facebook {
    background-image: url(../images/Facebook.png);
}

.phone-style a.header-instagram {
    background-image: url(../images/Instagram.png);
}

.phone-style .header-twitter {
    background-image: url(../images/Twitter.png);
}

.phone-style .header-yelp {
    background-image: url(../images/Yelp.png);
}

.phone-style .header-youtube {
    background-image: url(../images/Youtube.png);
}

.phone-style .header-linkedin-in {
    background-image: url(../images/Linked-in.png);
}

.phone-style .header-snapchat {
    background-image: url(../images/Snapchat.png);
}

.phone-style .header-pinterest {
    background-image: url(../images/Pinterest.png);
}

.phone-style .header-google {
    background-image: url(../images/Google.png);
}

.phone-style .header-skype {
    background-image: url(../images/Skype.png);
}

.phone-style .header-whatsapp {
    background-image: url(../images/Whatsapp.png);
}

.phone-style .social-icons a {
    border-radius: 4px;
    border: 0px !important;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0px 0px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}

.phone-style .social-icons span {
    opacity: 0 !important;
}

.phone-style-footer {
    background: var(--pColor);
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}

.phone-style ul.sub-menu.toggle-submenu > li {
    background: #141414;
}

.phone-style-footer * {
    color: #fff;
    font-size: 17px;
}

.phone-style-footer a:last-of-type {
    display: block;
}

@media (min-width:881px) {
    .phone-style-menu,
    .phone-style-footer {
        display: none;
    }
    .dm-menu {
        display: none;
    }
    .phone-style {
        display: none;
    }
    .social-icons {justify-content: flex-end;}
}

@media (max-width:880px) {
    .phone-buttons .dm-rate-us {
        margin-top: -25px !important;
        margin-bottom: 20px !important;
    }

    .phone-buttons .dm-rate-us a {
        color: #e7eb00;
    }

    .phone-buttons .dm-rate-us span {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 17px;
        position: relative;
        top: 1px;
    }

    nav#pojo-a11y-toolbar {
        display: block;
    }

    a#pojo-a11y-skip-content {
        display: none !important;
        opacity: 0 !important;
    }

    a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link {
        opacity: 0;
        display: none !important;
        z-index: -100000;
    }
    footer {
        display: none !important;
    }
    html .phone-logo-wrap #logo {
        display: block !important;
    }
    section.page-header {
        padding: 20px 0px;
    }

    section.page-header h1 {
        margin: 0px;
    }
    /* Haven */
    .page-bg-holder {
        min-height: initial;
    }

    .page-text-holder {
        position: relative;
        margin: 0px;
        font-size: 30px;
        padding: 20px 0px;
    }

    .page-text-holder h2 {
        margin: 0px;
        font-size: 40px;
    }

    .page-bg-holder:before {
        display: none;
    }
    /* Harbor */
    .social-from-side,
    .sub-footer {
        display: none !important;
    }
    /* Gelato */
    .map-social {
        display: none !important;
    }
    /* Gala  */
    .insu-logos,
    .safety,
    .footer-social {
        display: none !important;
    }
    /* Fortunate */
    .info_footer {
        display: none !important;
    }
    .navigation ul {
        text-align: left;
    }

    .navigation ul li {padding: 0px 10px;}
    /* Distincs  */
    .footer-contatus {
        display: none;
    }
    /* Classy */
    .visit-us-today {
        display: none;
    }
    /* chunky  */
    .sub-footer.contact-footer,
    .get-in-banner {
        display: none;
    }
    .home body#blog > * {
        display: none;
    }

    .phone-style {
        display: block !important;
    }

    .phone-style .dm-flex {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }

    .phone-style-menu {
        display: block !important;
    }

    .phone-style-footer {
        display: block !important;
    }
    body#blog {
        padding: 0px;
        margin: 0px;
    }
    .cta {
        display: none !important;
    }
    section.menu-main {
        height: auto !important;
    }
    div#header a#pull {
        display: none;
    }
    .social-icons {
        margin: 0px !important;
    }
    #pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-toggle, #pojo-a11y-toolbar.pojo-a11y-toolbar-open .pojo-a11y-toolbar-overlay {
        box-shadow: 0px 0px 0px !important;
    }

    #site-footer,
    .home .main-container > * {
        display: none !important;
    }

    .main-container header .wide-wrapper {display: none;}

    .main-container > #site-header {
        display: none;
    }

    .main-container #header {
        padding: 0px !important;
    }

    .home div#page {
        display: none;
    }

    html #secondary-navigation .navigation ul li:hover,html #secondary-navigation .navigation ul .current-menu-item {
        background: #8d8d8d !important;
    } 
    .phone-style a.pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link {
        opacity: 0;
    }
    body > * {
        display: none;
    }
    body .main-container {
        display: block !important;
    }

    body .main-container > * {
        display: none !important;
    }

    body .main-container > #page {
        display: block !important;
    }
    .copyrights * {
        font-size: 13px;
    }
    html body.home #page, html body.home footer {
        display: none !important;
    }
    .single {
        display: block !important;
    }
    body .main-container > .page-bg-holder {
        display: block !important;
    }
    .phone-style .social-icons span.social-icons-image {opacity: 1 !important;}
    .navigation .menu {
        padding: 10px 0px;
    }

    .new-mobile-nav * {
        box-sizing: border-box;
    }

    .navigation ul ul li {
        text-align: left;
    }

    .navigation ul ul li a {
        padding: 0px !important;
    }

    span.tagle {
        display: none;
    }

    .navigation .toggle-caret {
        display: block !important;
    }

    .new-mobile-nav .sub-menu li a {
        text-indent: 0px !important;
    }
}

@media (max-width: 640px) {
    .dm-phone-grid {
        flex-basis: 100px;
    }
}