/*
 * Theme Name:  Swyft Child
 * Theme URI:   https://swyft.codesupply.co/
 * Description: Swyft Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    swyft
 * Version:     1.0.0
 */
/* Copy any classes from parent theme here. They will override the parent's version. */
/* Floating Button and Sidebar Styles */

/* Floating Button and Sidebar Styles */
:root {
    --cs-header-initial-height: 80px;
    --cs-header-height: 80px;
    --cs-header-topbar-height: 162px;
    --cs-header-border-width: 1px;
    --cs-offcanvas-width: 100%;
    --cs-entry-content-width: 1056px;
    --cs-entry-content-large-width: 1400px;
    --cs-entry-content-medium-width: 1200px;
    --cs-entry-content-full: 1648px;
    --cs-layout-elements-border-radius: 4px;
    --cs-thumbnail-border-radius: 8px;
    --cs-button-border-radius: 26px;
    --cs-input-border-radius: 3px;
    --cs-badge-border-radius: 3px;
    --cs-tag-border-radius: 3px;
    --cs-avatar-border-radius: 50%;
    --cs-adminmbar-offset: 0px;
    --cs-underline-bg-position: left 98%;
}

.single .cs-entry__container {
    display: grid;
    grid-template-columns: minmax(0, var(--cs-entry-content-width));
    justify-content: center;
}

/*div#page {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

#case-evaluation #sidebar-content {
    width: 500px;
    right: -570px;
    padding: 25px 15px;
    padding-top: 0;
    border: none;

}

#case-evaluation #sidebar-content.visible {
    right: 0;
    padding: 0;
    padding-bottom: 25px;
}

#case-evaluation #toggle-sidebar {
    padding: 15px 18px;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 9999;
    right: -6px;
    top: 70%;
}

#case-evaluation .icon.phone-icon p, .call_to_action .icon.phone-icon p {
    display: flex;
    align-items: end;
    justify-content: center;
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    background: #E13D39;
    padding: 15px;
}

.call_to_action .icon.phone-icon p {
    display: grid;
    padding: 7px;
}

.call_to_action .popup-row {
    height: 55px;
}

.cs-scroll-sticky {
    z-index: 50;
}

.column p:last-child {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.column p:first-child {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 2;
}

.call_to_action .icon.phone-icon p span {
    text-transform: lowercase;
    font-weight: 300;
}

#case-evaluation .icon span {
    font-size: 22px;
}

.call_to_action .icon span {
    font-weight: 300;
    font-size: 19px;
}

#case-evaluation .icon, .call_to_action .icon {
    margin-top: 0;
}

#case-evaluation .popup-row, .call_to_action .popup-row {
    display: flex;
    gap: 20px;
}

.px-25 {
    padding: 0 20px;
}

#case-evaluation .icon.phone-icon p br, .call_to_action .icon.phone-icon p br {
    display: none;
}

#case-evaluation .form-label {
    width: 100%;
    height: 70px;
    margin: 0;
    display: block;
}

.call_to_action .form-label {
    height: 60px;
}

#case-evaluation .form-label.text-area {
    height: 180px;
}

.call_to_action .form-label.text-area {
    height: 95px;
}

.call_to_action .phone-icon {
    text-align: center;
}

#case-evaluation p, .call_to_action p {
    margin: 0px !important;
    width: 100%;
}

.full_width {
    width: 100%;
}

#case-evaluation .form-label input, #case-evaluation .form-label textarea,
.call_to_action .form-label input, .call_to_action .form-label textarea {
    min-height: 40px;
    background-color: #fff;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
    color: #555 !important;
    display: block !important;
    font-size: 16px !important;
    line-height: 1.42857 !important;
    padding-top: 6px !important;
    padding-right: 12px !important;
    padding-left: 12px;
    padding-bottom: 6px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    width: 100% !important;
    cursor: pointer;
}

#case-evaluation .close-btn, .call_to_action .close-btn {
    background: #E13D39;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: -35px;
    width: 35px;
    height: 35px;
    font-size: 40px;
    font-weight: 200;
}


#case-evaluation .submit-button, .call_to_action .submit-button {

    border-radius: 20px !important;
    color: white !important;
    display: block !important;
    font-weight: bold !important;
    margin: 0px auto 0 !important;
    padding: 8px 0 !important;
    text-align: center !important;
    width: 180px !important;
    font-size: 14px;
    border: none;
    outline: none;
}

#case-evaluation .submit-button:hover, .call_to_action .submit-button:hover {
    opacity: 0.8;
}

.cs-header__custom-button, .wp-block-button__link, .second_sidebar_button, .first_sidebar_button {
    background-color: #E13D39;
    color: white;
    border: 1px solid #E13D39;

}

#toggle-sidebar:hover, #toggle-sidebar:active, #toggle-sidebar:focus,
.cs-header__custom-button:hover, .cs-header__custom-button:active, .cs-header__custom-button:focus,
.second_sidebar_button:hover, .second_sidebar_button:active, .second_sidebar_button:focus,
.first_sidebar_button:hover, .first_sidebar_button:active, .first_sidebar_button:focus {
    color: #E13D39;
    background-color: white;
    border: 1px solid #E13D39;
}

.single-post .cs-entry__header-standard .cs-entry__title:not(:first-child) {
    width: 90%;
}

@media (max-width: 1366px) {
    .single-post .cs-entry__header-standard .cs-entry__title:not(:first-child) {
        width: 100%;
    }

    .call_to_action {
        display: none;
    }
}

@media (max-width: 580px) {
    #case-evaluation #sidebar-content {
        width: 80%;
    }

    #case-evaluation #toggle-sidebar {
        padding: 15px 18px;
        font-size: 14px;
        right: 9px;
    }

    #case-evaluation .form-label {

        height: 60px;
    }

    #case-evaluation .form-label.text-area {
        height: 160px;
    }

    #case-evaluation .wpcf7 label .wpcf7-form-control-wrap {
        margin-top: 0;
    }
}

#toggle-sidebar {
    background-color: #E13D39;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    position: fixed;
    right: 0;
    transform: rotate(-90deg) translateY(60px) translateX(0px);
    top: 50%;
}

#sidebar-content {
    background: #f9f9f9;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 15px;
    width: 300px;
    height: auto;
    position: fixed;
    right: -320px; /* Hidden off-screen by default */
    top: 50%;
    z-index: 10000;
    font-size: 16px;
    border-radius: 0;
    transform: translateY(-50%);
    transition: right 0.4s ease; /* Smooth sliding effect */
}

#sidebar-content.visible {
    right: 0; /* Slide in when the "visible" class is added */
}

.close-btn {
    background: red;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    float: right;
    cursor: pointer;
}

.icon {
    margin-top: 15px;
}

.icon span {
    font-size: 18px;
    margin-right: 10px;
}

#case-evaluation .icon.phone-icon img {
    filter: invert(1);
}

.form_phone {
    color: white;
    text-decoration: none;
}

.phone {
    margin-right: auto;
    text-decoration: none;
    color: #0000af;
    font-weight: 700;
    font-size: 15px;
    margin-left: 5px !important;
}

.cs-header__search-toggle {
    margin-right: 0.2rem !important;
    margin-left: 0.2rem !important;
}

header .cs-container {
    padding-right: 20px;
    padding-left: 20px;
}

.grecaptcha-badge {
    display: none !important;
}

@media (min-width: 992px) {
    .phone, .phone_icon {
        display: none;
    }
}

.widget_blog_sidebar {
    position: static;
    margin-bottom: 20px;
    transition: none !important;
    transform: none;
    top: 50px !important;
}


.ez-toc-widget-container ul.ez-toc-list li.active {
    background-color: #fff;
}


.ez-toc-title-container {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.ez-toc-title-toggle {
    margin-left: auto;
    margin-right: auto;
}

#ez-toc-container nav ul li a {
    -webkit-transition: border-bottom 0.25s cubic-bezier(0.4, 0, 1, 1);
    transition: border-bottom 0.25s cubic-bezier(0.4, 0, 1, 1);
    text-decoration: 1px dotted #E13D39;
}


.div#ez-toc-container ul li, .ez-toc-link, #ez-toc-container nav ul li a {
    font-size: 20px;
}


.widget_blog_sidebar {
    box-shadow: 0 10px 20px rgba(10, 10, 10, 0.27);
    width: auto;
    padding: 25px 15px 25px 15px;
}

.sidebar_button_div {
    width: 49%;
    display: inline-block;
    padding: 3px;
}

@media screen and (max-width: 1687px) {
    .sidebar_button_div {
        width: 100%;
    }
}


.first_sidebar_button, .second_sidebar_button {
    width: 100%;
}

.cs-sidebar__area .widget:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
}

#ez-toc-container {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background: none !important;
}

.widget_blog_sidebar {
    width: 100%;
}

.scrolled {
    position: fixed !important;
    /*width: 25.7%;*/
}

li.ez-toc-page-1.active a {
    color: #0000af !important;
}

.widget_p {
    font-size: 20px;
    color: grey;
    margin-bottom: 15px;

}

.button_container {
    text-align: center;
    display: block;
}

.line {
    width: 100%;
    display: block;
    height: 3px;
    background-color: aliceblue;
}

.widget_h {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 991px) {
    #secondary {
        display: none;
    }
}

.center {
    text-align: center;
}

#center_header {
    text-align: center;
}

.phone_container {
    margin: auto;
}

.dashicons-star-half, .dashicons-star-filled {
    color: #ffcc00;
}

.cs-footer__item-top-bar .cs-footer__item-inner {
    grid-template-columns: 1fr 4fr 1fr;
}

.click2text_footer {
    display: none;
    background: rgba(0, 0, 0, .75);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 16777271 !important;
    padding: 10px;
}

.click2text_footer button {
    color: #fff;
    font-size: 18px;
    background-color: #e13d39;
    font-weight: 700;
    line-height: 32px;
    border-radius: 0;
    padding: 10px 25px;
    font-family: museosanscyrl-500, sans-serif !important;
}

@media (max-width: 992px) {
    .visible-xs {
        display: block !important;
    }

    .cs-scroll-top {
        bottom: 58px;
    }

}

@media (max-width: 992px) {
    .visible-xl {
        display: none !important;
    }
}

.iti {
    --iti-path-flags-1x: url('assets/img/flags.webp');
    --iti-path-flags-2x: url('assets/img/flags@2x.webp');
    --iti-path-globe-1x: url('assets/img/globe.webp');
    --iti-path-globe-2x: url('assets/img/globe@2x.webp');
}

.call_to_action {
    position: absolute;
    padding: 1rem;
    margin: 1rem;
    right: 0;
    top: 0;
    width: 25%;
    z-index: 7;
    background: #f9f9f9;
}

.call_to_action textarea {
    height: 60px;
}

.col-xs-6 {
    display: inline-block;
    width: 50%;
}

.v-form-group {
    width: auto;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-left: 5px;
    display: block;
}

.v-form-group .col-xs-6, .v-form-group .col-xs-12 {
    padding-right: 5px;
    padding-left: 10px;
}

.row .container {
    position: static;
}

.publish_date {
    font-size: 19px;
    color: #000;
}

.entry-content a:not([class],
.wp-block-post-terms > a,
.wp-block-latest-posts a,
.wp-block-categories a,
.wp-block-archives-list a,
.wp-block-cover a,
.wp-block-calendar a,
.wp-block-comment-reply-link a,
.wp-block-comment-author-name a,
.wp-block-comment-date a):hover,
.entry-content a.wp-block-pages-list__item__link:hover {
    overflow-wrap: anywhere;
}

#ez-toc-container {
    overflow-y: auto;
    display: block;
    cursor: n-resize;
}

#ez-toc-container::-webkit-scrollbar {
    width: 7px;
}

#ez-toc-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#ez-toc-container::-webkit-scrollbar-thumb {
    background: rgba(225, 61, 57, 0.69);
    border-radius: 10px;

}

.single-post .cs-entry__header-standard .cs-entry__title:not(:first-child) {
    width: 80%;
}

li.ez-toc-page-1.active a {
    color: var(--cs-color-accent) !important;
}

#page .cs-entry__header-standard .attachment-csco-thumbnail-uncropped {
    display: block;
    width: 100%;
    height: 100%;
}


#page .cs-entry__header-standard .attachment-csco-extra-large-uncropped {
    display: none;
}
#page .cs-entry__header-standard .attachment-csco-thumbnail-uncropped img {
    height: 100%;
    display: block !important;
    width: 100%;

}
@media (min-width: 576px) {

    #page .cs-entry__header-standard .attachment-csco-thumbnail-uncropped {
        display: none;
    }

    #page .cs-entry__header-standard .attachment-csco-extra-large-uncropped {
        display: block;


    }
}

@media (max-width: 576px) {

    #page .cs-entry__thumbnail {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 720px) {
    .cs-entry__header .cs-entry__overlay {
        /*flex-direction: column;*/
    }
    .call_to_action.visible-xl {
        display: block !important;
        /*width: auto;*/
    }
}


.search_head {
    box-sizing: border-box;
    color: rgb(29, 29, 29);
    display: block;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    height: 44.7969px;
    letter-spacing: -1.6px;
    line-height: 44.8px;
    margin-block-end: 16px;
    margin-block-start: 0px;
    margin-bottom: 16px;
    margin-inline-end: 0px;
    margin-inline-start: 0px;
    margin-top: 0px;
    overflow-wrap: break-word;
    text-align: left;
    text-size-adjust: 100%;
    text-transform: none;
    unicode-bidi: isolate;
    visibility: visible;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.cs-header__nav {
    align-self: center;

}
.cs-header__nav-inner {
    flex-wrap: wrap;
    row-gap: normal;
}

.disclaimer {
    font-size: 16px;
    color: gray;
}