/** Responsive CSS */
@media only screen  and (max-width: 1345px) { 
    .header-logo-img-wrapper { height: auto; }
    .login-page .navbar.navbar-default.login-header-bg .border-bottom-header { display: none; }

    
    .footer-section-columns {
        min-height: 35px;
    }

    .footer-visible-mobile {
        display: block;
    }

    .footer-hide-mobile {
        display: none;
    }
}

@media only screen  and (max-width: 1165px) { 
    span.task-icon {
        width: 25px;
        margin-top: -2px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 991px) { 
    .need-more-at-limit {
        text-align: left;
    }

    .solo_list ul.list-inline > li > span {
        font-size: 12px;
    }

    span.task-icon {
        width: 30px;
        margin-top: 0;
        margin-right: 5px;
    }

    .task-limit-item {
        width: 50%;
    }

    .signup-headline {
        text-align: center;
    }

    .team-image-wrapper img{
        margin: 0 auto;
    }

    .user-image {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    

    .user-image img {
        max-width: 100%;
        border-radius: 50px;
    }

    .container-fluid.testimonial-wrapper {
        max-width: 100%;
        padding: 20px;
    }

    .user-text {
        padding-bottom: 90px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) { 
    .signup-header-wrapper {
        text-align: center;
    }

    a.btn-get-a-demo {
        text-align: center;
        float: none;
    }

    .footer-section-columns {
        text-align: center;
    }

    .footer-menu.footer-section-column {
        position: relative;
        display: inline-block;
        width: 100%;
        left: unset;
        right: unset;
    }

    .social-media-wrapper {
        display: inline-block;
        position: relative;
    }

    .footer-section-v2 ul {
        display: inline-block;
    }

    .btn-submit-task {
        float: left !important;
    }

    span.upgrade-text-wrapper {
        width: auto;
        margin-left: 8px;
        margin-top: 8px;
    }
    .floating-wrapper {
        display: block;
    }
    
    .mobile-header {
        padding-top: 11px;
        padding-bottom: 12px;
    }

    .btn-emergency {
        padding: 5px 8px !important;
    }

    .row.mobile-header > [class*="col-"] {
        margin-bottom: 0;
    }

    .logo-wrapper {
        max-width: 100%;
    }

    .mt-10 {
        margin-top: 15px;
    }
    .intercom-lightweight-app {
        display: none;
    }

    .ticket-status-m {
        margin-top: 35px;
        position: relative;
        z-index: 1;
    }

    .task_detail_btn_two {
        top: 73px !important;
        height: 60px !important;
        bottom: unset;
    }

    .m-limit-of-task {
        margin-bottom: 0;
    }

    .btn-loom-app button, .btn-loom-app-wizard button {
        top: -31px;
    }

    label.upgrade-checkbox-wrapper {
        float: left;
    }

    .attachment-mobile {
        float: left;
        max-width: 50%;
    }

    span.upgrade-text-wrapper.priority-text-wrapper {
        float: left !important;
    }

    .reply-control-element {
        /* text-align: center; */
    }

    .task_manage > p > span.task-status-wrapper {
        margin-top: -15px !important;
    }

    .sisyphus-textarea-wrapper .panel.panel-default {
        border: 1px solid #EAEAEA !important;
    }

    input[type='checkbox']:not(old) + label.upgrade-checkbox-label {
        margin-left: -15px;
    }

    .task_detail_btn_two > .btn {
        width: 47% !important;
    }

    .logo-wrapper {
        height: auto;
    }

    .extra_zindex {
        top: 15px;
    }

    .create_task_list {
        margin-bottom: 0;
    }

    ul.dropdown-menu.animated.fadeInDown {
        z-index: 9999;
    }
}
 
@media only screen and (max-width: 720px) { 
    .task-limit-item {
        width: 100%;
    }

    .sales-marked-underline {
        background-image: none;
        height: auto;
    }

    .recurring-marked-underline {
        background-image: none;
        height: auto;
    }

    .recurring-signupform-elements .btn-submit-signup-style {
        min-width: auto;
    }

    .recurring-landing-wrapper .signup-form-wrapper {
        padding: 25px 25px;
    }
}


@media only screen and (max-width: 520px) { 
    .signup-header-wrapper .green-logo-size {
        width: 125px;
    }

    .signup-form-wrapper {
        padding: 5px 0;
    }

    .recurring-feature-headline {
        font-size: 25px;
    }
    
    .m-popular-task-list-wrapper, .m-popular-toggle-wrapper, .panel-heading.note-toolbar {
        display: none;
    }

    .btn-emergency {
        font-size: 10px;
     }
    
}

@media only screen and (max-width: 420px) {
    .signupform-elements .btn-submit-signup-style, .signupform-elements .btn-complete-signup {
        min-width: auto;
    }

    a.btn-get-a-demo {
        float: none;
    }

    .recurring-feature-headline {
        font-size: 25px;
    }
}
