/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333;
        background: rgba(0, 0, 0, 0);
    }
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }
    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: auto;
        padding: 25px 25px 0;
        border-bottom: 25px solid transparent;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #fff;
        cursor: auto;
        white-space: normal;
    }
    .featherlight .featherlight-inner {
        display: block;
    }
    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #fff;
        background: rgba(255, 255, 255, 0.3);
        color: #000;
        border: 0;
        padding: 0;
    }
    .featherlight .featherlight-close-icon::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    .featherlight .featherlight-image {
        width: 100%;
    }
    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
    .featherlight iframe {
        border: 0;
    }
    .featherlight * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 0;
        margin-right: 0;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }
}


/**
 * Temporary Changes while transitioning to new profile system
 */

.infusion-field-wrapper .font-edit-wrapper {
    display: none !important;
}


/** PROFILE 2.0 STYLES */

ul#kcm-profile-tabs {
    margin: auto;
    padding: 0;
    text-align: center;
    width: 80%;
    display: flex;
}

ul#kcm-profile-tabs li {
    display: inline-block;
    flex: 1;
    /* padding: 20px 40px; */
}

ul#kcm-profile-tabs li a {
    padding: 20px 0;
    display: inline-block;
    color: #98a0ab;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#kcm-profile-tabs li a.active {
    background: #00aeff;
    color: #fff;
}

ul#kcm-profile-tabs li a i {
    width: 100%;
    display: inline-block;
    font-size: 30px;
    height: 40px;
}

#kcm-profile-tabs li a.profile-nav-active i.expand-profile-menu {
    display: none;
    float: right;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

ul#kcm-profile-tabs li a:hover {
    color: #00aeff;
}

div#kcm-profile-tabs-wrapper {
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-bottom: none;
    background: #fff;
}

ul#kcm-profile-subnav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #00aeff;
    border-bottom: 1px solid #0093d6;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.4);
    text-align: center;
}

#kcm-profile-subnav li {
    display: inline-block;
}

#kcm-profile-subnav li a {
    padding: 10px 30px;
    /*margin: 0 30px;*/
    color: #fff;
    display: inline-block;
    font-size: 0.8em;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

ul#kcm-profile-tabs li a:hover {
    color: #00aeff;
}

ul#kcm-profile-tabs li a span {
    display: none;
}

ul#kcm-profile-tabs li a.profile-nav-active {
    background: #00aeff;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

div#kcm-profile-subnav-wrapper {
    -webkit-box-shadow: 0 -1px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 8px 0px rgba(0, 0, 0, 0.2);
}

div.x-section.sticky-tabs {
    z-index: 1000;
}

.sticky-tabs div#kcm-profile-tabs-wrapper {
    position: fixed;
    border-radius: 0;
    width: 100%;
    left: 0;
    top: 45px;
    padding-left: 256px;
    opacity: 0.95;
}

.theme-color-too-bright {
    color: red !important;
    font-weight: 600;
}

.theme-color-warn-bright {
    color: orange !important;
    font-weight: 600;
}


/** Sections of new sub-profiles */

.kcm_sub_profile_form .input-group input,
.kcm_sub_profile_form .input-group textarea.position-value-textarea {
    display: inline-block;
    width: 50%;
}

.kcm_sub_profile_form .input-group textarea.position-value-textarea {
    height: 80px;
    resize: none;
    display: none;
}

.kcm_sub_profile_form .input-group input[type='checkbox'] {
    width: auto;
    display: none;
}

.kcm_sub_profile_form .input-group select {
    display: inline-block;
    border-radius: 4px;
    border-width: 1px;
    height: auto;
    font-size: 0.9em;
    width: 20%;
}

.kcm_sub_profile_form .input-group>label {
    font-weight: bold;
    display: inline-block;
    padding: 0 20px;
    width: 5%;
}

.kcm_sub_profile_form .input-group.long-label>label {
    width: 25%;
    vertical-align: top;
}

.kcm_sub_profile_form .input-group.long-label>input.kcm_sub_profile_misc_input,
.kcm_sub_profile_form .input-group.long-label>select.kcm_sub_profile_misc_input {
    width: 50%;
}

.kcm_sub_profile_form .input-group.long-label>select+input.kcm_sub_profile_misc_input {
    width: 30%;
}

form.kcm_sub_profile_form {
    width: 100%;
    display: inline-block;
}

.kcm_sub_profile_form .input-group {
    display: inline-block;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

input.position-value-disabled,
textarea.position-value-disabled {
    border: none !important;
    cursor: default;
}

.save_profile_button i.kcm-in-btn-loader {
    display: none;
    margin-left: 20px;
}

.kcm_save_profile_success {
    display: none;
}

h3.kcm_subprofile_header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
    display: inline-block;
    width: 100%;
}

.kcm_profile_form_section {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.kcm_profile_form_pad_to_input {
    margin-left: 25%;
    padding-left: 20px;
    margin-bottom: 5px;
}


/** Graphics Live Preview */

.kcm_graphics_live_preview_wrapper {
    height: 100px;
    overflow: hidden;
    display: inline-block;
    width: 800px;
    background: #00aeff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.kcm_graphics_preview_outer_wrapper {
    text-align: center;
    overflow-x: auto;
}

.kcm_graphics_live_preview_wrapper+.x-alert {
    margin-top: 20px;
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.kcm_graphics_live_preview_wrapper img {
    height: 100%;
}

.graphics_text_content_wrapper {
    display: inline-block;
    position: relative;
    height: 100px;
}

.graphics-text-wrapper {
    text-align: left;
}

.graphics-text-wrapper.graphics-text-right-side {
    float: right;
    text-align: right;
}

.graphics_piece_wrapper {
    max-height: 100%;
    display: inline-block;
    /* float: left; */
    vertical-align: middle;
}

#photo-wrapper,
#logo-wrapper {
    display: inline-block;
    float: left;
}

img#my-photo {
    height: 60px;
    width: 60px;
    margin: 20px 10px;
    vertical-align: middle;
}

img#my-logo {
    width: 80px;
    height: auto;
    float: left;
    display: inline-block;
}

.graphics-text-wrapper {
    display: inline-block;
}

.graphics-text-wrapper span {
    display: inline-block;
    width: auto;
    position: absolute;
}

.text-position.text-position-A,
.text-position.text-position-B {
    left: 10px;
}

.text-position.text-position-C,
.text-position.text-position-D {
    right: 10px;
}

div#right-side-logos {
    display: inline-block;
    float: right;
    vertical-align: middle;
}

.black-logo {
    display: none;
}

img#realtor-white,
#realtor-black {
    height: 80px;
    width: 80px;
    margin: 10px 0;
    display: none;
}

img#eho-logo-white,
#eho-logo-black {
    height: 40px;
    width: 40px;
    margin: 30px 0 30px 20px;
    display: none;
}

.kcm_graphics_live_preview_wrapper img#my-logo {
    display: none;
}


/** Guides Live Preview */

.kcm_lead_capture_guide_elements {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.guide_preview_live_wrapper {
    display: block;
    width: 90%;
    margin: 0 auto;
    position: relative;
    max-width: 800px;
}

div#bottom-section {
    width: 1554px;
    height: 681px;
    position: relative;
    overflow-y: hidden;
    padding: 46px 62px 31px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    /*transform: scale(0.5);*/
}

div#eho-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    padding-left: inherit;
    padding-bottom: inherit;
}

div#bottom-left {
    position: relative;
    display: inline-block;
    float: left;
    text-align: right;
    width: 929px;
    padding: 57px;
    overflow: hidden;
    height: 488px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

div#bio-wrapper {
    display: inline-block;
    width: 100%;
}

.bio h4,
.bio .clearAfter {
    float: right;
    width: 100%;
}

.bio h3,
.bio h4 {
    margin: 3px 0;
}

.bio h4 {
    line-height: 1.2em;
    font-weight: 300;
    color: #000;
}

div#bottom-right {
    position: relative;
    width: 27%;
    display: block;
    float: right;
    text-align: center;
}

div#user-photo {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    z-index: 1;
}

img#agent-photo {
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto;
    z-index: 100;
}

div#user-logo {
    position: relative;
    display: block;
    height: 210px;
    width: 100%;
    background-color: #ffffff;
    float: left;
    z-index: 1;
}

span#logo-align-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

img#agent-logo {
    vertical-align: middle;
    width: 100%;
    left: 0;
    margin-left: -2%;
    z-index: 100;
}


/** Video Live Preview */

.kcm_video_profile_preview_column .x-alert {
    margin: 20px 0 50px;
}


/** Sortable rows */

.sortable-row {
    padding: 10px 20px;
    margin: 7px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.sortable-hidden i {
    color: #ccc;
}

.sortable-hidden:hover i,
.sortable-visible:hover i {
    color: #00aeff;
}

.sortable-row-hidden .sortable-visible {
    display: none;
}

.sortable-row-visible .sortable-hidden {
    display: none;
}

span.sortable-move-up:hover i,
span.sortable-move-down:hover i {
    color: #92d36e;
}

.sortable-row-actions {
    float: right;
    display: inline-block;
}

.sortable-row-actions span i {
    padding: 0 10px;
}

.sortable-row-top span.sortable-move-up {
    display: none;
}

.sortable-row-bottom span.sortable-move-down {
    display: none;
}

.x-container.max.x-container-true-fullwidth {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.x-container.max.x-container-true-fullwidth>.x-main {}

div#kcm_account_pages_header_wrapper {
    background: #00aeff;
    padding: 0 5%;
}

.x-container.max.x-container-true-fullwidth>.x-main {
    width: 100%;
}

div#member_photo_wrapper {
    max-width: 175px;
    width: 30%;
    display: inline-block;
}

h3#member_name {
    color: #fff;
}

div#member_name_wrapper {
    display: inline-block;
    padding: 0 30px;
}

h2#member_name {
    color: #fff;
    margin-top: 10px;
    vertical-align: middle;
}

div#kcm_account_pages_navigation_wrapper {
    background: #5eccff;
    padding: 0 5%;
}

ul#kcm_account_navigation {
    list-style-type: none;
    margin: 0;
}

#kcm_account_navigation li a {
    padding: 20px 20px 10px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 10px solid #5eccff;
}

#kcm_account_navigation li a.kcm_account_navigation_selected {
    border-bottom: 10px solid #9bdfff;
}

#kcm_account_navigation li {
    display: inline-block;
}

.kcm_account_section .x-alert {
    display: none;
}

.account_section_label_wrapper {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ddd;
}

.account_section_label_wrapper {}

.section_actions {
    display: inline-block;
    width: 49%;
    text-align: right;
}

.account_section_label_wrapper h4 {
    display: inline-block;
    width: 50%;
}

.section_actions_editing_wrapper {
    display: none;
}

.kcm-account-input.input-group.kcm-account-input-w100 {
    width: 100%;
    display: inline-block;
    padding: 10px 20px 0px;
}

.kcm-account-input.input-group.kcm-account-input-w50 {
    width: 49%;
    display: inline-block;
    padding: 10px 20px 0px;
}

.kcm-account-input.input-group.kcm-account-input-w25 {
    width: 24%;
    display: inline-block;
    padding: 10px 20px 0px;
}

.kcm-account-input label {
    color: #00aeff;
    font-weight: 600;
}

.account_section_form_wrapper p.sub-description {
    padding: 20px 20px 0;
}

input.kcm-account-input-field:disabled,
select.kcm-account-input-field:disabled {
    border: none !important;
    outline: none !important;
    cursor: default;
}

button.section-cancel-edit-trigger {
    background: #fff;
    border: none;
    outline: none;
    margin-right: 20px;
    color: #999;
}

.account_section_saving_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 20;
    display: none;
}

.account_section_form_wrapper {
    position: relative;
}

.account_section_saving_wrapper {
    z-index: 25;
    background: #fff;
    position: absolute;
    top: 50px;
    width: 200px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
    padding: 30px;
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: none;
}

h4#next-bill-label {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    /* letter-spacing: 1px; */
    font-size: 1.4em;
}

p#next-bill-data {
    margin: 0;
}

.kcm_account_next_bill_wrapper {
    display: inline-block;
    width: 100%;
    padding: 0 0 20px;
    border-bottom: 1px solid #00aeff;
}

.kcm-modal#addCard_modal,
.kcm-modal#editCard_modal {
    width: 600px;
    margin-left: -300px;
    max-width: 100%;
    top: 10%;
    max-height: 80%;
    overflow-y: auto;
}

button.save_credit_card_button,
button.update_credit_card_button {
    margin-right: 20px;
}

.kcm-modal .kcm-account-input label {
    font-size: 0.8em;
}

.kcm-modal hr {
    margin: 15px 0;
}

#card_loading_modal,
#card_success_modal {
    text-align: center;
}

#card_success_modal .animation-wrapper {
    margin: 30px 0 50px;
}

a#referral-promo {
    margin-top: 30px;
    display: inline-block;
}

table#subscription-info-table {
    width: 100% !important;
    margin-bottom: 30px !important;
}

#subscription-info-table tr.main-subscription-item-row {
    font-weight: bold;
}

#subscription-info-table tr.itemized-row td {
    padding-left: 30px;
}

#subscription-info-table tr.discount-itemized-row td,
.discount-total-row {
    color: #44ce00;
}

#subscription-info-table tfoot td {
    padding-top: 30px;
}

#subscription-info-table tfoot {
    font-weight: bold;
}

a.remove-addon-trigger {
    color: #bbb;
    margin-left: 10px;
    font-size: 0.9em;
}

table.kcm_newsletter_live_preview_wrapper {
    width: 600px !important;
}


/** Add to Theme Style */

.kcm-modal {
    max-height: 70%;
    overflow-y: auto;
}

@media screen and (max-width: 580px) {
    div.kcm-modal {
        width: 96%;
        left: 2%;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    a.kcm-close-modal {
        margin-top: 20px;
        display: inline-block;
    }
}

.kcm-modal-actions {
    text-align: center;
    padding-top: 20px;
}


/** Fix the photo uploaders... */


/*.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
        position: fixed!important;
        top:20%!important;
    }*/

.logo-btns span {
    height: auto !important;
}

a.kcm-close-modal {
    margin-left: 20px;
}

.x-btn.x-btn-orange {
    border-color: #ff8300;
    background-color: #ff8300 !important;
}

.x-btn.x-btn-orange:hover {
    color: #ff8300;
    border-color: #ff8300 !important;
    background-color: transparent;
}


/** Font size UI */

.fontsize_wrapper .rangeslider,
.fontsize_wrapper .rangeslider__fill {
    display: block;
    border-radius: 10px;
}

.fontsize_wrapper .rangeslider {
    background: #e3e3e3;
    position: relative;
    margin: 0 auto;
}

.fontsize_wrapper .rangeslider--horizontal {
    height: 10px;
    width: 100%;
}

.fontsize_wrapper .rangeslider--vertical {
    width: 10px;
    min-height: 150px;
    max-height: 100%;
}

.fontsize_wrapper .rangeslider--disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.fontsize_wrapper .rangeslider__fill {
    position: absolute;
}

.fontsize_wrapper .rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.fontsize_wrapper .rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.fontsize_wrapper .rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: #00aeff;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.fontsize_wrapper .rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.fontsize_wrapper .rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

button.fontsize_toggle {
    background: #00aeff;
    border: none;
    outline: none;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    margin-top: -9px;
}

.font-edit-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: -9px;
}

.fontsize_wrapper {
    position: absolute;
    top: 110%;
    left: 5%;
    width: 90%;
    padding: 5px;
    background: #fff;
    z-index: 20;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    display: none;
}

div[aria-describedby=dialog-logo],
div[aria-describedby=dialog-avatar] {
    position: fixed;
    top: 10% !important;
    left: 17% !important;
}


/** Blog Sidebar Preview */

.social-icons a {
    font-size: 18px;
    line-height: 40px;
    list-style: none;
    display: inline-block;
    text-align: center;
    height: 40px;
    width: 40px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    background-color: #DADADA;
    color: #fff;
}

.social-icons a:hover {
    color: #fff;
}

.social-icons a.facebook:hover {
    background-color: #4265b9 !important;
}

.social-icons a.twitter:hover {
    background-color: #55ACEE !important;
}

.social-icons a.linkedin:hover {
    background-color: #005987 !important;
}

.social-icons a.youtube:hover {
    background-color: #df3333 !important;
}

.social-icons a.pinterest:hover {
    background-color: #c31e26 !important;
}

.social-icons a.instagram:hover {
    background-color: #F95B60 !important;
}

.privacy_policy_wrapper {
    width: 49%;
    display: inline-block;
}

.ql-container.kcm_privacy_policy_fields {
    height: 375px;
}


/** RESPONSIVE ADJUSTMENTS */

@media screen and (max-width: 1200px) {
    ul#kcm-profile-tabs li a {
        padding: 15px 0;
    }
    ul#kcm-profile-tabs li a i {
        font-size: 20px;
        height: 25px;
    }
}

@media screen and (max-width: 1180px) {
    #kcm-blog-profile-wrapper {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    /** Responsive Blog Sidebar Preview */
    #kcm-blog-preview-wrapper {
        position: absolute;
        top: 0;
        right: -20%;
        display: none;
        z-index: 100;
    }
    .stm_sidebar_preview_wrapper {
        position: absolute;
        right: 0;
        background: #fff;
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .sticky-tabs div#kcm-profile-tabs-wrapper {
        padding-left: 0;
        top: 0;
    }
    div[aria-describedby=dialog-logo],
    div[aria-describedby=dialog-avatar] {
        max-width: 80%;
        max-height: 80%;
        left: 10% !important;
    }
    input[type=file]#logoInput,
    input[type=file]#avatarInput {
        height: 0;
    }
    .preview-row>* {
        max-width: 95%;
        float: none !important;
    }
}

@media screen and (max-width: 800px) {
    .sticky-tabs div#kcm-profile-tabs-wrapper {
        border: none;
    }
    ul#kcm-profile-tabs li {
        display: block;
    }
    ul#kcm-profile-tabs li a {
        width: 100%;
        display: inline-block;
    }
    ul#kcm-profile-tabs li a i {
        height: auto;
    }
    ul#kcm-profile-tabs.show-on-mobile li a {
        display: inline-block;
    }
    ul#kcm-profile-tabs li a.profile-nav-active {
        display: inline-block;
    }
    div#kcm-profile-subnav-wrapper {
        display: none;
    }
    #kcm-profile-tabs li a.profile-nav-active i.expand-profile-menu {
        display: inline-block;
    }
    #kcm-profile-tabs.show-on-mobile li a.profile-nav-active i.expand-profile-menu {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .kcm_lead_capture_guide_elements {
        width: 100%;
        display: block !important;
    }
    #kcm_guides_profile_form.kcm_sub_profile_form input[type=text].kcm_lead_capture_guide_url {
        width: 100% !important;
    }
    .kcm_lead_capture_guide_upload_button,
    .kcm_lead_capture_guide_default {
        display: inline-block;
    }
    .kcm_subprofile_header {
        font-size: 26px;
    }
    .privacy_policy_wrapper {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .kcm-modal#addCard_modal {
        width: 90%;
        max-width: 90%;
        margin-left: -45%;
        top: 10%;
        max-height: 80%;
        overflow-y: auto;
    }
    ul#kcm-profile-tabs {
        width: 96%;
    }
    #kcm_video_profile_form.kcm_sub_profile_form .input-group,
    .kcm_sub_profile_form .input-group {
        font-size: 12px;
    }
    #kcm_video_profile_form.kcm_sub_profile_form .input-group select,
    .kcm_sub_profile_form .input-group select,
    .kcm_sub_profile_form .input-group.long-label>select+input.kcm_sub_profile_misc_input {
        width: 72%;
    }
    #kcm_video_profile_form.kcm_sub_profile_form input[type=text],
    .kcm_sub_profile_form input[type=text],
    .kcm_sub_profile_form .input-group textarea.position-value-textarea {
        font-size: 12px !important;
        width: 66%;
    }
    .kcm_sub_profile_form .input-group.long-label>select.kcm_sub_profile_misc_input,
    .kcm_sub_profile_form .input-group.long-label>input.kcm_sub_profile_misc_input {
        width: 45%;
    }
    .font-edit-wrapper {
        margin-top: 9px !important;
    }
    table.kcm_newsletter_live_preview_wrapper {
        width: 82vw !important;
    }
    .kcm_sub_profile_form .input-group select#select_for_bgcolor,
    .kcm_sub_profile_form .input-group label[for=select_for_bgcolor] {
        width: 49%;
    }
    .kcm_sub_profile_form .input-group input#profile_bg_color {
        width: 100%;
    }
    #save-profile-button-wrapper.stickysave button.x-btn,
    #save-profile-button-wrapper.stickysave button.x-btn.x-btn-large,
    #save-profile-button-wrapper button.x-btn,
    #save-profile-button-wrapper button.x-btn.x-btn-large {
        font-size: 14px;
    }
}

@media screen and (max-height: 800px) {
    ul#kcm-profile-tabs li a i {
        font-size: 20px;
        height: 20px;
    }
    ul#kcm-profile-tabs li a {
        padding: 10px 0;
        font-size: 0.8em;
    }
    #dialog-avatar,
    #dialog-logo {
        height: 400px !important;
    }
}

@media screen and (max-height: 600px) {
    #dialog-avatar,
    #dialog-logo {
        height: 300px !important;
    }
}

@media screen and (max-height: 480px) {
    div[aria-describedby=dialog-logo],
    div[aria-describedby=dialog-avatar] {
        overflow-y: auto;
    }
}

@media screen and (max-width: 500px) {
    ul#kcm-profile-tabs li a i {
        font-size: 15px;
    }
    ul#kcm-profile-tabs {
        font-size: 12px;
    }
}