/* Listings
================================================== */

@media (min-width: 1350px) {

    .column-listing_posted,
    .column-listing_expires {
        width: 160px;
    }

    .column-listing_status {
        width: 150px;
    }

    .column-listing_offer {
        width: 100px;
    }

    .column-listing_price {
        width: 90px;
    }

    .column-listing_id,
    .column-listing_actions {
        width: 70px;
    }

}

@media screen and ( max-width: 782px ) {

    .column-listing_posted,
    .column-listing_expires,
    .column-listing_status,
    .column-listing_offer,
    .column-listing_price,
    .column-listing_id,
    .column-listing_title:before,
    .column-listing_title.actions,
    .column-listing_actions:before {
        display: none !important;
    }

    .column-listing_actions {
        width: 100px !important;
    }

    .column-listing_actions,
    .column-listing_title {
        display: table-cell !important;
    }

    .column-listing_title .wpsight-listing-thumbnail {
        display: block !important;
        margin-bottom: 15px;
    }

    .column-listing_title a.button,
    .column-listing_actions a.button {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }

}

td.column-listing_offer span {
    background-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 11px;
    margin-right: 15px;
    padding: 3px 0;
    text-align: center;
}

.rtl td.column-listing_offer span {
    margin-left: 15px;
    margin-right: 0;
}

.column-listing_price .listing-rental-period {
    display: block;
    font-size: smaller;
}

.column-listing_title .listing-info {
    overflow: hidden;
}

.column-listing_title .listing-title {
    font-size: 14px !important;
    font-weight: bold;
}

@media screen and ( max-width: 782px ) {

    .column-listing_title .listing-title {
        font-size: 16px !important;
        margin-top: 5px;
    }

}

.column-listing_title .listing-taxonomies div {
    display: inline-block;
    margin-right: 5px;
}

.rtl .column-listing_title .listing-taxonomies div {
    margin-left: 5px;
    margin-right: 0;
}

.column-listing_title .listing-sticky,
.column-listing_title .listing-featured {
    font-weight: normal;
}

.column-listing_title .wpsight-listing-thumbnail {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    display: none;
    float: left;
    height: 75px;
    margin-right: 15px;
    padding: 8px;
    width: 75px;
}

.rtl .column-listing_title .wpsight-listing-thumbnail {
    float: right;
    margin-left: 15px;
    margin-right: 0;
}

@media (min-width: 1350px) {

    .column-listing_title .wpsight-listing-thumbnail {
        display: flex;
    }

}

.column-listing_title .wpsight-listing-thumbnail img {
    max-width: 100%;
    max-height: 100%;
}

.alternate .column-listing_title .wpsight-listing-thumbnail {
    background-color: #fff;
}

.column-listing_title .wpsight-listing-thumbnail span,
.column-listing_title .wpsight-listing-thumbnail span:before {
    color: #ddd;
    display: block;
    font-size: 48px;
    margin: auto;
}

.column-listing_title .wpsight-listing-thumbnail span {
    display: flex;
    height: 100%;
    width: 100%;
}

.alternate .column-listing_title .wpsight-listing-thumbnail span {
    color: #eee;
}

.column-listing_title .listing-not-available {
    display: block;
    font-size: smaller;
    margin-top: 0px;
}

.column-listing_status .listing-status {
    display: flex;
}

.column-listing_status .listing-status span {
    background-color: #999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: auto 10px auto 0;
    width: 8px;
}

.rtl .column-listing_status .listing-status span {
    margin-left: 10px;
    margin-right: 0;
}

.column-listing_status .listing-status.status-publish span {
    background-color: #2ecc71;
}

.column-listing_status .listing-status.status-expired span {
    background-color: #e74c3c;
}

.column-listing_status .listing-status.status-preview span {
    background-color: #bdc3c7;
}

.column-listing_status .listing-status.status-pending span {
    background-color: #f39c12;
}

.column-listing_status .listing-status.status-pending_payment span {
    background-color: #f1c40f;
}

.column-listing_posted .listing-posted,
.column-listing_posted .listing-agent {
    display: block;
}

.column-listing_posted .listing-posted,
.column-listing_expires .listing-expires {
    font-weight: bold;
}

.column-listing_expires .listing-expires,
.column-listing_expires .listing-expires-left {
    display: block;
}

.column-listing_actions,
th.column-listing_actions {
    text-align: right;
}

.rtl .column-listing_actions,
.rtl th.column-listing_actions {
    text-align: left;
}

.column-listing_actions strong {
    display: block;
    margin-bottom: .2em;
}

.column-listing_title .actions {
    padding-top: 8px;
}

.column-listing_actions .actions {
    padding-top: 2px;
}

@media screen and ( max-width: 782px ) {
    .column-listing_title .actions,
    .column-listing_title .listing-taxonomies {
        display: none !important;
    }
}

.column-listing_title a.button,
.column-listing_actions a.button {
    display: inline-block;
    margin: 0 0 4px 4px;
    cursor: pointer;
    padding: 0 !important;
    height: 30px !important;
    width: 30px !important;
    font-size: 16px !important;
    line-height: 30px !important;
    overflow: hidden;
}

.rtl .column-listing_title a.button,
.rtl .column-listing_actions a.button {
    margin-left: 0;
    margin-right: 4px;
}

.column-listing_title a.button {
    margin: 0 4px 4px 0;
}

.rtl .column-listing_title a.button {
    margin-left: 4px;
    margin-right: 0px;
}

.column-listing_title i,
.column-listing_actions i {
    display: block;
    font-family: "dashicons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    height: inherit;
    line-height: inherit;
    speak: none;
    text-align: center;
    text-transform: none;
    width: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.column-listing_title i.icon-view:before,
.column-listing_actions i.icon-view:before {
    content: "\f504";
}

.column-listing_title i.icon-edit:before {
    content: "\f464";
}

.column-listing_actions i.icon-approve:before {
    content: "\f147";
    font-weight: bold;
}

.column-listing_actions i.icon-expire:before {
    content: "\f469";
}

.column-listing_actions i.icon-unavailable:before {
    content: "\f160";
}

.column-listing_actions i.icon-sticky:before {
    content: "\f173";
}

.column-listing_actions i.icon-featured:before {
    content: "\f313";
}

.column-listing_actions i.icon-delete:before {
    content: "\f182";
}

.column-listing_actions i.icon-untrash:before {
    content: "\f310";
}

.column-listing_title i.icon-home:before {
    content: "\f102";
}

.column-listing_actions .listing-approved i.icon-approve,
.column-listing_actions .listing-expired i.icon-expire,
.column-listing_actions .listing-not-available i.icon-unavailable,
.column-listing_actions .listing-sticky i.icon-sticky,
.column-listing_actions .listing-featured i.icon-featured {
    color: #0074a2;
}

/* Settings
================================================== */

.wpsight-settings-wrap {
    position: relative;
}

.wpsight-settings-wrap div.updated {
    font-weight: bold;
    margin: 15px 0;
}

.wpsight-settings-wrap .label-radio {
    display: block;
    margin-bottom: 8px;
}

.wpsight-settings-wrap .hidden {
    display: none;
}

/* TipTip (v1.2)
================================================== */

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}
#tiptip_holder.tip_top {
    padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
    padding-top: 5px;
}
#tiptip_holder.tip_right {
    padding-left: 5px;
}
#tiptip_holder.tip_left {
    padding-right: 5px;
}
#tiptip_content {
    font-size: 11px;
    color: #fff;
    padding: 4px 8px;
    background:#464646;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.10);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.10);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.10);
    text-align: center;
}

#tiptip_content code {
    background: #999;
    padding: 1px;
}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #464646;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: #464646;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: #464646;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: #464646;
}

/* jQuery UI Datepicker Skins
================================================== */

/* Date Picker Default Styles */
.cmb2-element .ui-datepicker {
    border: 1px solid #ddd !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.cmb2-element .ui-datepicker * {
    padding: 0;
    font-family: "Open Sans", sans-serif;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.cmb2-element .ui-datepicker table {
    font-size: 13px;
    margin: 0;
    margin-bottom: .3em !important;
}
.cmb2-element .ui-datepicker .ui-datepicker-header {
    border: none;
    background: #222;
    color: #fff;
    font-weight: normal;
}
.cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: #222;
    border-color: transparent;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.cmb2-element .ui-datepicker thead {
    background: #333333;
    color: #fff;
}
.cmb2-element .ui-datepicker .ui-datepicker-title {
    margin-top: .4em;
    margin-bottom: .3em;
    color: #fff;
    font-size: 14px;
}
.cmb2-element .ui-datepicker .ui-datepicker-prev-hover,
.cmb2-element .ui-datepicker .ui-datepicker-next-hover,
.cmb2-element .ui-datepicker .ui-datepicker-next,
.cmb2-element .ui-datepicker .ui-datepicker-prev {
    height: 1em;
    top: .9em;
    border: none;
}
.cmb2-element .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}
.cmb2-element .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}
.cmb2-element .ui-datepicker .ui-datepicker-next span,
.cmb2-element .ui-datepicker .ui-datepicker-prev span {
    background-image: url('data:image/png;base64,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');
    background-position: -32px 0;
    margin-top: 0;
    top: 0;
    font-weight: normal;
}
.cmb2-element .ui-datepicker .ui-datepicker-prev span {
    background-position: -96px 0;
}
.cmb2-element .ui-datepicker th {
    padding: 0.75em 0;
    color: #fff;
    font-weight: normal;
    border: none;
    border-top: 1px solid #333;
}
.cmb2-element .ui-datepicker td {
    background: #f1f1f1;
    border: none;
    padding: 0;
}
.cmb2-element .ui-datepicker td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    padding: .5em;
    margin: 0;
    font-weight: normal;
    color: #333;
}
.cmb2-element .ui-datepicker td .ui-state-active,
.cmb2-element .ui-datepicker td .ui-state-hover {
    background: #0074a2;
    color: #fff;
}
.cmb2-element .ui-datepicker td.ui-state-disabled,
.cmb2-element .ui-datepicker td.ui-state-disabled .ui-state-default {
    opacity: 1;
    color: #999;
}
/* Other Datepicker Color Schemes */
/* Blue */
.admin-color-blue .cmb2-element .ui-datepicker .ui-datepicker-header,
.admin-color-blue .cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: #4796b3;
}
.admin-color-blue .cmb2-element .ui-datepicker thead {
    background: #52accc;
}
.admin-color-blue .cmb2-element .ui-datepicker th {
    border-color: #52accc;
}
.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-active,
.admin-color-blue .cmb2-element .ui-datepicker td .ui-state-hover {
    background: #096484;
}
/* Coffee */
.admin-color-coffee .cmb2-element .ui-datepicker .ui-datepicker-header,
.admin-color-coffee .cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: #46403c;
}
.admin-color-coffee .cmb2-element .ui-datepicker thead {
    background: #59524c;
}
.admin-color-coffee .cmb2-element .ui-datepicker th {
    border-color: #59524c;
}
.admin-color-coffee .cmb2-element .ui-datepicker td .ui-state-active,
.admin-color-coffee .cmb2-element .ui-datepicker td .ui-state-hover {
    background: #c7a589;
}
/* Ectoplasm */
.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-datepicker-header,
.admin-color-ectoplasm .cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: #413256;
}
.admin-color-ectoplasm .cmb2-element .ui-datepicker thead {
    background: #523f6d;
}
.admin-color-ectoplasm .cmb2-element .ui-datepicker th {
    border-color: #523f6d;
}
.admin-color-ectoplasm .cmb2-element .ui-datepicker td .ui-state-active,
.admin-color-ectoplasm .cmb2-element .ui-datepicker td .ui-state-hover {
    background: #a3b745;
}
/* Midnight */
.admin-color-midnight .cmb2-element .ui-datepicker .ui-datepicker-header,
.admin-color-midnight .cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: #26292c;
}
.admin-color-midnight .cmb2-element .ui-datepicker thead {
    background: #363b3f;
}
.admin-color-midnight .cmb2-element .ui-datepicker th {
    border-color: #363b3f;
}
.admin-color-midnight .cmb2-element .ui-datepicker td .ui-state-active,
.admin-color-midnight .cmb2-element .ui-datepicker td .ui-state-hover {
    background: #e14d43;
}
/* Ocean */
.admin-color-ocean .cmb2-element .ui-datepicker .ui-datepicker-header,
.admin-color-ocean .cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: #627c83;
}
.admin-color-ocean .cmb2-element .ui-datepicker thead {
    background: #738e96;
}
.admin-color-ocean .cmb2-element .ui-datepicker th {
    border-color: #738e96;
}
.admin-color-ocean .cmb2-element .ui-datepicker td .ui-state-active,
.admin-color-ocean .cmb2-element .ui-datepicker td .ui-state-hover {
    background: #9ebaa0;
}
/* Sunrise */
.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header,
.admin-color-sunrise .cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: #be3631;
}
.admin-color-sunrise .cmb2-element .ui-datepicker thead {
    background: #cf4944;
}
.admin-color-sunrise .cmb2-element .ui-datepicker th {
    border-color: #cf4944;
}
.admin-color-sunrise .cmb2-element .ui-datepicker td .ui-state-active,
.admin-color-sunrise .cmb2-element .ui-datepicker td .ui-state-hover {
    background: #dd823b;
}
/* Light */
.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-header,
.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: #e5e5e5;
}
.admin-color-light .cmb2-element .ui-datepicker thead {
    background: #eee;
}
.admin-color-light .cmb2-element .ui-datepicker td {
    background: #fff;
}
.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-next span,
.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-prev span {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAYAAADvl7rLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMUIxRjI2RjhCODYxMUUzQTEyNERCMDU1QzdBQ0EyMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMUIxRjI3MDhCODYxMUUzQTEyNERCMDU1QzdBQ0EyMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjExQjFGMjZEOEI4NjExRTNBMTI0REIwNTVDN0FDQTIwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjExQjFGMjZFOEI4NjExRTNBMTI0REIwNTVDN0FDQTIwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+kKfR4AAAHcRJREFUeNrsXWuM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');
}
.admin-color-light .cmb2-element .ui-datepicker th {
    border-color: #fff;
}
.admin-color-light .cmb2-element .ui-datepicker .ui-datepicker-title,
.admin-color-light .cmb2-element .ui-datepicker td .ui-state-default,
.admin-color-light .cmb2-element .ui-datepicker th {
    color: #555;
}
.admin-color-light .cmb2-element .ui-datepicker td .ui-state-active,
.admin-color-light .cmb2-element .ui-datepicker td .ui-state-hover {
    color: #fff;
    background: #888;
}
.admin-color-light .cmb2-element .ui-datepicker td.ui-state-disabled,
.admin-color-light .cmb2-element .ui-datepicker td.ui-state-disabled .ui-state-default {
    color: #ccc;
}

/* Add-Ons / Themes Page
================================================== */

.download-wrapper {
    padding-top: 20px;
}

.download-wrapper .column {
    float: left;
    margin: 0 8px 16px;
    padding: 20px;
    width: 48.5%;
    width: -webkit-calc( 50% - 8px );
    width: calc( 50% - 8px );
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.download-wrapper .column:nth-child(odd) {
    clear: both;
    margin-left: 0;
}

.download-wrapper .column:nth-child(even) {
    margin-right: 0;
}

.download-wrapper .custom-download-badge {
  display: inline-block;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  margin-right: 8px;
  rotate: -0.05turn;
}

@media screen and ( min-width: 1600px ) {
    .download-wrapper .column {
        width: 30%;
        width: -webkit-calc( 33.1% - 8px );
        width: calc( 33.1% - 8px );
    }

    .download-wrapper .column:nth-child(odd) {
        clear: none;
        margin-left: 8px;
    }

    .download-wrapper .column:nth-child(even) {
        margin-right: 8px;
    }

    .download-wrapper .column:nth-child(3n+1) {
        clear: both;
        margin-left: 0;
    }

    .download-wrapper .column:nth-child(3n) {
        margin-right: 0;
    }
}

.download-wrapper .edd_download {
    background-color: #fff;
    border: 1px solid #dedede;
    min-height: 170px;
    position: relative;
    padding: 20px;
}

.download-wrapper .edd_download h3 {
    margin-top: 3px;
}

.download-wrapper .edd_download .download-featured-icon {
    color: #fff;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 128px;
    height: 128px;
    margin: 0 20px 20px 0;
}

.download-wrapper .edd_download .download-featured-icon span.icon {
    font-size: 48px;
    line-height: 120px;
    height: 120px;
    text-align: center;
    width: 100%;
}

.download-wrapper .edd_download .download-featured-icon span.free {
    display: none;
}

.download-wrapper .edd_download.download_category-add-ons .entry-header {
    margin-left: 148px;
}

.download-wrapper .edd_download .post-featured-image {
    display: block;
    margin-bottom: 20px;
}

.download-wrapper .edd_download img {
    height: auto;
    max-width: 100%;
}

@media only screen and (max-width: 960px) {

    .download-wrapper .edd_download .download-featured-icon {
        left: auto;
        margin: 0 0 20px;
        position: relative;
        top: auto;
        width: 100%;
    }

    .download-wrapper .edd_download.download_category-add-ons .entry-header {
        margin-bottom: 10px;
        margin-left: 0;
    }

}

/* Map/Geolocation
================================================== */
.geolocation th {
    padding-block: 10px;
}
.geolocation td {
    padding-block: 5px;
}

/* Feather Icon Font
================================================== */

@charset "UTF-8";

@font-face {
    font-family: "feather";
    src:url("../fonts/feather-webfont.eot");
    src:url("../fonts/feather-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/feather-webfont.woff") format("woff"),
    url("../fonts/feather-webfont.ttf") format("truetype"),
    url("../fonts/feather-webfont.svg#feather") format("svg");
    font-weight: 300;
    font-style: normal;
}

/* CSS Class Mapping Method */

.wpsight-addons [class*="icon-"] {
    display: inline-block;
    font-family: "feather";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wpsight-addons .icon-eye:before {
    content: "\e000";
}

.wpsight-addons .icon-paper-clip:before {
    content: "\e001";
}

.wpsight-addons .icon-mail:before {
    content: "\e002";
}

.wpsight-addons .icon-mail:before {
    content: "\e002";
}

.wpsight-addons .icon-toggle:before {
    content: "\e003";
}

.wpsight-addons .icon-layout:before {
    content: "\e004";
}

.wpsight-addons .icon-link:before {
    content: "\e005";
}

.wpsight-addons .icon-bell:before {
    content: "\e006";
}

.wpsight-addons .icon-lock:before {
    content: "\e007";
}

.wpsight-addons .icon-unlock:before {
    content: "\e008";
}

.wpsight-addons .icon-ribbon:before {
    content: "\e009";
}

.wpsight-addons .icon-image:before {
    content: "\e010";
}

.wpsight-addons .icon-signal:before {
    content: "\e011";
}

.wpsight-addons .icon-target:before {
    content: "\e012";
}

.wpsight-addons .icon-clipboard:before {
    content: "\e013";
}

.wpsight-addons .icon-clock:before {
    content: "\e014";
}

.wpsight-addons .icon-clock:before {
    content: "\e014";
}

.wpsight-addons .icon-watch:before {
    content: "\e015";
}

.wpsight-addons .icon-air-play:before {
    content: "\e016";
}

.wpsight-addons .icon-camera:before {
    content: "\e017";
}

.wpsight-addons .icon-video:before {
    content: "\e018";
}

.wpsight-addons .icon-disc:before {
    content: "\e019";
}

.wpsight-addons .icon-printer:before {
    content: "\e020";
}

.wpsight-addons .icon-monitor:before {
    content: "\e021";
}

.wpsight-addons .icon-server:before {
    content: "\e022";
}

.wpsight-addons .icon-cog:before {
    content: "\e023";
}

.wpsight-addons .icon-heart:before {
    content: "\e024";
}

.wpsight-addons .icon-paragraph:before {
    content: "\e025";
}

.wpsight-addons .icon-align-justify:before {
    content: "\e026";
}

.wpsight-addons .icon-align-left:before {
    content: "\e027";
}

.wpsight-addons .icon-align-center:before {
    content: "\e028";
}

.wpsight-addons .icon-align-right:before {
    content: "\e029";
}

.wpsight-addons .icon-book:before {
    content: "\e030";
}

.wpsight-addons .icon-layers:before {
    content: "\e031";
}

.wpsight-addons .icon-stack:before {
    content: "\e032";
}

.wpsight-addons .icon-stack-2:before {
    content: "\e033";
}

.wpsight-addons .icon-paper:before {
    content: "\e034";
}

.wpsight-addons .icon-paper-stack:before {
    content: "\e035";
}

.wpsight-addons .icon-search:before {
    content: "\e036";
}

.wpsight-addons .icon-zoom-in:before {
    content: "\e037";
}

.wpsight-addons .icon-zoom-out:before {
    content: "\e038";
}

.wpsight-addons .icon-reply:before {
    content: "\e039";
}

.wpsight-addons .icon-circle-plus:before {
    content: "\e040";
}

.wpsight-addons .icon-circle-minus:before {
    content: "\e041";
}

.wpsight-addons .icon-circle-check:before {
    content: "\e042";
}

.wpsight-addons .icon-circle-cross:before {
    content: "\e043";
}

.wpsight-addons .icon-square-plus:before {
    content: "\e044";
}

.wpsight-addons .icon-square-minus:before {
    content: "\e045";
}

.wpsight-addons .icon-square-check:before {
    content: "\e046";
}

.wpsight-addons .icon-square-cross:before {
    content: "\e047";
}

.wpsight-addons .icon-microphone:before {
    content: "\e048";
}

.wpsight-addons .icon-record:before {
    content: "\e049";
}

.wpsight-addons .icon-skip-back:before {
    content: "\e050";
}

.wpsight-addons .icon-rewind:before {
    content: "\e051";
}

.wpsight-addons .icon-play:before {
    content: "\e052";
}

.wpsight-addons .icon-pause:before {
    content: "\e053";
}

.wpsight-addons .icon-stop:before {
    content: "\e054";
}

.wpsight-addons .icon-fast-forward:before {
    content: "\e055";
}

.wpsight-addons .icon-skip-forward:before {
    content: "\e056";
}

.wpsight-addons .icon-shuffle:before {
    content: "\e057";
}

.wpsight-addons .icon-repeat:before {
    content: "\e058";
}

.wpsight-addons .icon-folder:before {
    content: "\e059";
}

.wpsight-addons .icon-umbrella:before {
    content: "\e060";
}

.wpsight-addons .icon-moon:before {
    content: "\e061";
}

.wpsight-addons .icon-thermometer:before {
    content: "\e062";
}

.wpsight-addons .icon-drop:before {
    content: "\e063";
}

.wpsight-addons .icon-sun:before {
    content: "\e064";
}

.wpsight-addons .icon-cloud:before {
    content: "\e065";
}

.wpsight-addons .icon-cloud-upload:before {
    content: "\e066";
}

.wpsight-addons .icon-cloud-download:before {
    content: "\e067";
}

.wpsight-addons .icon-upload:before {
    content: "\e068";
}

.wpsight-addons .icon-download:before {
    content: "\e069";
}

.wpsight-addons .icon-location:before {
    content: "\e070";
}

.wpsight-addons .icon-location-2:before {
    content: "\e071";
}

.wpsight-addons .icon-map:before {
    content: "\e072";
}

.wpsight-addons .icon-battery:before {
    content: "\e073";
}

.wpsight-addons .icon-head:before {
    content: "\e074";
}

.wpsight-addons .icon-briefcase:before {
    content: "\e075";
}

.wpsight-addons .icon-speech-bubble:before {
    content: "\e076";
}

.wpsight-addons .icon-anchor:before {
    content: "\e077";
}

.wpsight-addons .icon-globe:before {
    content: "\e078";
}

.wpsight-addons .icon-box:before {
    content: "\e079";
}

.wpsight-addons .icon-reload:before {
    content: "\e080";
}

.wpsight-addons .icon-share:before {
    content: "\e081";
}

.wpsight-addons .icon-marquee:before {
    content: "\e082";
}

.wpsight-addons .icon-marquee-plus:before {
    content: "\e083";
}

.wpsight-addons .icon-marquee-minus:before {
    content: "\e084";
}

.wpsight-addons .icon-tag:before {
    content: "\e085";
}

.wpsight-addons .icon-power:before {
    content: "\e086";
}

.wpsight-addons .icon-command:before {
    content: "\e087";
}

.wpsight-addons .icon-alt:before {
    content: "\e088";
}

.wpsight-addons .icon-esc:before {
    content: "\e089";
}

.wpsight-addons .icon-bar-graph:before {
    content: "\e090";
}

.wpsight-addons .icon-bar-graph-2:before {
    content: "\e091";
}

.wpsight-addons .icon-pie-graph:before {
    content: "\e092";
}

.wpsight-addons .icon-star:before {
    content: "\e093";
}

.wpsight-addons .icon-arrow-left:before {
    content: "\e094";
}

.wpsight-addons .icon-arrow-right:before {
    content: "\e095";
}

.wpsight-addons .icon-arrow-up:before {
    content: "\e096";
}

.wpsight-addons .icon-arrow-down:before {
    content: "\e097";
}

.wpsight-addons .icon-volume:before {
    content: "\e098";
}

.wpsight-addons .icon-mute:before {
    content: "\e099";
}

.wpsight-addons .icon-content-right:before {
    content: "\e100";
}

.wpsight-addons .icon-content-left:before {
    content: "\e101";
}

.wpsight-addons .icon-grid:before {
    content: "\e102";
}

.wpsight-addons .icon-grid-2:before {
    content: "\e103";
}

.wpsight-addons .icon-columns:before {
    content: "\e104";
}

.wpsight-addons .icon-loader:before {
    content: "\e105";
}

.wpsight-addons .icon-bag:before {
    content: "\e106";
}

.wpsight-addons .icon-ban:before {
    content: "\e107";
}

.wpsight-addons .icon-flag:before {
    content: "\e108";
}

.wpsight-addons .icon-trash:before {
    content: "\e109";
}

.wpsight-addons .icon-expand:before {
    content: "\e110";
}

.wpsight-addons .icon-contract:before {
    content: "\e111";
}

.wpsight-addons .icon-maximize:before {
    content: "\e112";
}

.wpsight-addons .icon-minimize:before {
    content: "\e113";
}

.wpsight-addons .icon-plus:before {
    content: "\e114";
}

.wpsight-addons .icon-minus:before {
    content: "\e115";
}

.wpsight-addons .icon-check:before {
    content: "\e116";
}

.wpsight-addons .icon-cross:before {
    content: "\e117";
}

.wpsight-addons .icon-move:before {
    content: "\e118";
}

.wpsight-addons .icon-delete:before {
    content: "\e119";
}

.wpsight-addons .icon-menu:before {
    content: "\e120";
}

.wpsight-addons .icon-archive:before {
    content: "\e121";
}

.wpsight-addons .icon-inbox:before {
    content: "\e122";
}

.wpsight-addons .icon-outbox:before {
    content: "\e123";
}

.wpsight-addons .icon-file:before {
    content: "\e124";
}

.wpsight-addons .icon-file-add:before {
    content: "\e125";
}

.wpsight-addons .icon-file-subtract:before {
    content: "\e126";
}

.wpsight-addons .icon-help:before {
    content: "\e127";
}

.wpsight-addons .icon-open:before {
    content: "\e128";
}

.wpsight-addons .icon-ellipsis:before {
    content: "\e129";
}

.wpsight-admin-addons {
    margin-top: 1rem;
}


.wpsight-settings-wrap *,
.wpsight-settings-wrap *:before,
.wpsight-settings-wrap *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}




/**************************************************
 * WPCasa Settings Page - Experimental Styles
 *************************************************

.wpsight-settings-page.toplevel_page_wpsight-settings {}

.wpsight-settings-page.toplevel_page_wpsight-settings #wpcontent {padding: 0;}

.wpsight-settings-page.toplevel_page_wpsight-settings .wpsight-settings-wrap {padding: 0; margin: 0;}
*/

/**************************************************
 * WPCasa Settings Page - Base Styles
 **************************************************/

@media (max-width: 600px) {
    .wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-sidebar-back,
    .wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-sidebar {
        margin-left: -260px;
    }

    .wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-main {
        margin-left: 0 !important;
        width: 100%;
    }
}

@media (max-width: 992px) {
    #wpwrap {
        overflow-x: hidden;
    }
}

.wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-sidebar-back,
.wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-sidebar,
.wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-main {
    transition: .6s margin-left ease;
}

.wpsight-settings-page .wpsight-settings-wrap-hide-navbar .wpsight-admin-sidebar-back,
.wpsight-settings-page .wpsight-settings-wrap-hide-navbar .wpsight-admin-sidebar {
    margin-left: 0;
}

.wpsight-settings-page .wpsight-settings-wrap.wpsight-settings-wrap-hide-navbar .wpsight-admin-main {
    margin-left: 260px !important;
}

.wpsight-settings-page .wpsight-settings-wrap input {
    margin: 0;
}

.wpsight-settings-page .wpsight-settings-wrap input[type="text"],
.wpsight-settings-page .wpsight-settings-wrap input[type="time"],
.wpsight-settings-page .wpsight-settings-wrap input[type="week"],
.wpsight-settings-page .wpsight-settings-wrap input[type="month"],
.wpsight-settings-page .wpsight-settings-wrap input[type="date"],
.wpsight-settings-page .wpsight-settings-wrap input[type="datetime"],
.wpsight-settings-page .wpsight-settings-wrap input[type="datetime-local"],
.wpsight-settings-page .wpsight-settings-wrap input[type="password"],
.wpsight-settings-page .wpsight-settings-wrap input[type="number"],
.wpsight-settings-page .wpsight-settings-wrap input[type="tel"],
.wpsight-settings-page .wpsight-settings-wrap input[type="url"],
.wpsight-settings-page .wpsight-settings-wrap input[type="email"],
.wpsight-settings-page .wpsight-settings-wrap input[type="search"] {
    height: auto;
    padding: .75rem;
}

.wpsight-settings-page .wpsight-settings-wrap select {
    padding: .75rem;
    height: 45px;
    line-height: initial !important;
}

.wpsight-settings-field.wpsight-settings-field-text {
    margin-bottom: 1rem;
}

.wpsight-settings-page .wpsight-settings-wrap input[type="text"],
.wpsight-settings-page .wpsight-settings-wrap input[type="time"],
.wpsight-settings-page .wpsight-settings-wrap input[type="week"],
.wpsight-settings-page .wpsight-settings-wrap input[type="month"],
.wpsight-settings-page .wpsight-settings-wrap input[type="date"],
.wpsight-settings-page .wpsight-settings-wrap input[type="datetime"],
.wpsight-settings-page .wpsight-settings-wrap input[type="datetime-local"],
.wpsight-settings-page .wpsight-settings-wrap input[type="password"],
.wpsight-settings-page .wpsight-settings-wrap input[type="number"],
.wpsight-settings-page .wpsight-settings-wrap input[type="tel"],
.wpsight-settings-page .wpsight-settings-wrap input[type="url"],
.wpsight-settings-page .wpsight-settings-wrap input[type="email"],
.wpsight-settings-page .wpsight-settings-wrap input[type="search"] {
    line-height: initial;
}



.wpsight-settings-page .wpsight-settings-wrap .form-table th {
    width: 400px;
    padding: 2rem 2rem 2rem 0;
}

@media (max-width: 1200px) {
    .wpsight-settings-page .wpsight-settings-wrap .form-table th {
        width: 100%;
        padding: 1rem 1rem 1rem 0;
    }

    .wpsight-settings-page .wpsight-settings-wrap .form-table th,
    .wpsight-settings-page .wpsight-settings-wrap .form-table tr,
    .wpsight-settings-page .wpsight-settings-wrap .form-table td {
        display: block;
        margin: 0;
    }

    .wpsight-settings-page .wpsight-settings-wrap .form-table td {
        padding-top: 0;
        padding-left: 0;
    }
}

@media (max-width: 992px) {
    .wpsight-settings-page .wpsight-settings-wrap .form-table th {
        padding: 1rem 0;
    }
}

.wpsight-settings-page .wpsight-settings-wrap .description {
    font-weight: normal;
}


/**************************************************
 * WPCasa Settings Page - Layout
 **************************************************/

.wpsight-settings-grid {
    width: 100%;
    float: left;
}

/**************************************************
 * WPCasa Settings Page - Panel
 **************************************************/
.wpsight-settings-panel {
    width: calc(98% - 2px);
    float: left;
    background: #fff;
    margin: 0 2% 2rem 0;
    border: 1px solid #ddd;
}

@media screen and (min-width: 781px) {
    .wpsight-settings-panel {
        width: calc(48% - 2px);
    }
}

@media screen and (min-width: 1200px) {
    .wpsight-settings-panel {
        width: calc(31.33333% - 2px);
    }
}

@media screen and (min-width: 1600px) {
    .wpsight-settings-panel {
        width: calc(23% - 2px);
    }
}

.wpsight-settings-panel .wpsight-settings-panel-head {
    padding: 1rem 2.5rem;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    letter-spacing: .05rem;
    background: #f6f6f6;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wpsight-settings-panel .wpsight-settings-panel-body {
    padding: 1.5rem 1rem;
}

.wpsight-settings-panel .wpsight-settings-panel-body input[type="text"] {
    width: 100%;
    margin: 0 0 .5rem 0;
}

.wpsight-settings-page .wpsight-admin-license-status {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
}

.wpsight-settings-page .indicator {
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    background: #999;
    border-radius: 16px;
}

.wpsight-settings-page .indicator-valid {
    background: rgb(0,204,102);
}

.wpsight-settings-page .indicator-expired {
    background: rgb(255,51,51);
}

.wpsight-settings-page .indicator-inactive {
    background: rgb(255,204,102);
}

.wpsight-settings-page .indicator-mismatch {
    background: rgb(255,155,90);
}

.wpsight-settings-page .wpsight-settings-help {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    right: 1rem;
    cursor: help;
}

/**************************************************
 * FIELDS
 **************************************************/

/******************************
 * FIELD: MEASUREMENT
 ******************************/

.wpsight-settings-field-measurement-wrap .wpsight-settings-field-text,
.wpsight-settings-field-measurement-wrap .wpsight-settings-field-radio {
    float: left;
}

.wpsight-settings-field-measurement-wrap .wpsight-settings-field-text {
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.wpsight-settings-field-measurement-wrap .wpsight-settings-field-radio input[type="radio"] + .label-radio {
    margin: 0 .5rem 1rem 0;
}

@media (max-width: 1200px) {
    .wpsight-settings-field-measurement-wrap .wpsight-settings-field-text,
    .wpsight-settings-field-measurement-wrap .wpsight-settings-field-radio {
        float: none;
    }
}


/******************************
 * FIELD: CHECKBOX
 ******************************/

.wpsight-settings-field-checkbox .switch {
    width: 80px;
    position: relative;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.wpsight-settings-field-checkbox .switch input[type="checkbox"] {
    display: none;
}

.wpsight-settings-field-checkbox .switch .label-checkbox {
    height: 30px;
    padding: 0;
    display: block;
    overflow: hidden;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.wpsight-settings-field-checkbox .switch .label-checkbox:before {
    content: "\2713";
    width: 40px;
    margin: 0px;
    display: block;

    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;

    color: #ddd;
    border: 1px solid #DDD;
    background: #fff;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wpsight-settings-field-checkbox .switch input[type="checkbox"]:checked + .label-checkbox {
    background-color: #12AE8F;
}

.wpsight-settings-field-checkbox .switch input[type="checkbox"]:checked + .label-checkbox,
.wpsight-settings-field-checkbox .switch input[type="checkbox"]:checked + .label-checkbox:before {
    border-color: #12AE8F;
}

.wpsight-settings-field-checkbox .switch input[type="checkbox"]:checked + .label-checkbox:before {
    right: 0px;
    content: "\2713";
    color: #12AE8F;
}

/******************************
 * FIELD: RADIO
 ******************************/

.wpsight-settings-field-radio input[type="radio"] {
    display: none;
}

.wpsight-settings-field-radio input[type="radio"] + .label-radio {
    padding: .75rem 1rem .75rem 2.5rem;
    margin: 0 1rem 1rem 0;
    display: inline-block;
    position: relative;

    border: 1px solid #DDD;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wpsight-settings-field-radio input[type="radio"]:checked + .label-radio {
    background: #12AE8F;
    border-color: #12AE8F;
    color: #fff;
}

.wpsight-settings-field-radio input[type="radio"] + .label-radio:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #CCC;
    position: absolute;
    border-radius: 100%;
    left: 1em;
    top: calc(50% - 9px);

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wpsight-settings-field-radio input[type="radio"]:checked + .label-radio:before {
    border: 1px solid #FFF;
    background: #12AE8F;
}

.wpsight-settings-field-radio input[type="radio"] + .label-radio:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #FFF;
    border: 1px solid #12AE8F;
    position: absolute;
    left: calc(1em + 3px);
    top: calc(50% - 6px);
    border-radius: 100%;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wpsight-settings-field-radio input[type="radio"]:checked + .label-radio:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/******************************
 * FIELD: MULTICHECK
 ******************************/

.wpsight-settings-field-multicheck .multicheck {
    float: left;
    margin: 0 0 1rem 0;
}

.wpsight-settings-field-multicheck input[type="checkbox"] {
    display: none;
}

.wpsight-settings-field-multicheck input[type="checkbox"] + .label-checkbox {
    padding: .75rem 1rem .75rem 2.5rem;
    margin: 0 1rem 0 0;
    display: inline-block;
    position: relative;

    border: 1px solid #DDD;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wpsight-settings-field-multicheck input[type="checkbox"]:checked + .label-checkbox {
    background: #12AE8F;
    border-color: #12AE8F;
    color: #fff;
}

.wpsight-settings-field-multicheck input[type="checkbox"] + .label-checkbox:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #CCC;
    position: absolute;
    border-radius: 100%;
    left: 1em;
    top: calc(50% - 9px);

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wpsight-settings-field-multicheck input[type="checkbox"]:checked + .label-checkbox:before {
    border: 1px solid #FFF;
    background: #12AE8F;
}

.wpsight-settings-field-multicheck input[type="checkbox"] + .label-checkbox:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #FFF;
    border: 1px solid #12AE8F;
    position: absolute;
    left: calc(1em + 3px);
    top: calc(50% - 6px);
    border-radius: 100%;

    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wpsight-settings-field-multicheck input[type="checkbox"]:checked + .label-checkbox:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/******************************
 * FIELD: RANGE
 ******************************/

.wpsight-settings-field-range {
    width: 100%;
}

.wpsight-settings-field-range .range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 5px;
    border-radius: 5px;
    background: #EEE;
    outline: none;
    padding: 0;
    margin: 0;
}

.wpsight-settings-field-range .range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.wpsight-settings-field-range .range-slider__range::-webkit-slider-thumb:hover {
    background: #1abc9c;
}

.wpsight-settings-field-range .range-slider__range:active::-webkit-slider-thumb {
    background: #1abc9c;
}

.wpsight-settings-field-range .range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.wpsight-settings-field-range .range-slider__range::-moz-range-thumb:hover {
    background: #12AE8F;
}

.wpsight-settings-field-range .range-slider__range:active::-moz-range-thumb {
    background: #12AE8F;
}

.wpsight-settings-field-range .range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #333;
    padding: 5px 10px;
    margin-left: 8px;
}

.wpsight-settings-field-range .range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #2c3e50;
    border-bottom: 7px solid transparent;
    content: '';
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

/******************************
 * FIELD: COLOR PICKER
 ******************************/

.wpsight-settings-field-colorpicker .wp-picker-container .wp-color-result.button{
    padding-right: 10px;
}

/*
 * ####################################################################################################
 * ####################################################################################################
 *
 * WPCASA ADMIN EXPERIMENTAL UI
 *
 * The following styles overwrite already existing styles in order to form an experimental UI.
 * Those styles needs to get merged with the rest of the styles as soon as the experimental stage
 * is over.
 *
 * ####################################################################################################
 * ####################################################################################################
 *
 */

.wpsight-settings-page {background: #FFF;}

.wpsight-settings-page #wpfooter {display: none;}

.wpsight-settings-page #wpcontent {padding-left: 0;}
.wpsight-settings-page #wpbody-content {padding-bottom: 0;}


.wpsight-settings-page .wpsight-settings-wrap {
    margin: 0;
}

.wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-sidebar {
    width: 260px;
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 0;
    background: #3b4045;
}
.wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-sidebar-back {
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #3b4045;
}


.wpsight-settings-page ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu>li.current>a.current:after {
    border-right-color: #3b4045;
}

.wpsight-settings-page .notice {
    position: relative;
}

.wpsight-settings-page .notice,
.wpsight-settings-page .update-nag,
.wpsight-settings-page #update-nag {
    width: 100%;
    margin: 0 !important;
    padding: 1rem 2rem;
    display: inline-block;
    line-height: 1;
    font-size: .8rem;
    text-align: left;
    z-index: 1;
    background-color: rgb(255, 234, 179);
    border-left: 5px solid rgb(255, 185, 0);
    border-bottom: 1px solid rgba( 100, 100, 100, .1 );
    box-shadow: none;
    box-sizing: border-box;
    transition: .6s width ease, .6s margin-left ease;
}

@media (max-width: 600px) {
    .wpsight-settings-page .notice,
    .wpsight-settings-page .update-nag,
    .wpsight-settings-page #update-nag {
        width: 100%;
        margin: 0 !important;
    }
}

.wpsight-settings-page .notice.notice-error,
.wpsight-settings-page .update-nag.notice-error {
    background-color: rgb(244, 190, 190);
    border-left: 5px solid rgb(220, 50, 50);
}

.wpsight-settings-page .notice.notice-warning,
.wpsight-settings-page .update-nag.notice-warning {
    background-color: rgb(255, 234, 179);
    border-left: 5px solid rgb(255, 185, 0);
}

.wpsight-settings-page .notice.notice-success,
.wpsight-settings-page .update-nag.notice-success {
    background-color: rgb(200, 234, 203);
    border-left: 5px solid rgb(70, 180, 80);
}

.wpsight-settings-page .notice.notice-info,
.wpsight-settings-page .update-nag.notice-info {
    background-color: rgb(179, 237, 255);
    border-left: 5px solid rgb(0, 160, 210);
}





.wpsight-settings-page .wpsight-settings-wrap .submit {
    clear: both;
    padding: 0;
    margin: 0;
}

.wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-nav {
    padding: 0;
    border: none;
}

.wpsight-settings-page .wpsight-settings-wrap .nav-tab-wrapper .nav-tab {
    display: block;
    float: none;
    margin: 0;
    color: #CCC;
    border: none;
    background: none;
    padding: 1rem 2rem;
    border-bottom: 1px solid rgba(255,255,255,.05);
}

.wpsight-settings-page .wpsight-settings-wrap .nav-tab-wrapper .nav-tab-active {
    color: #FFF;
    background: rgba(255,255,255,.1);
}

.wpsight-settings-page .wpsight-settings-wrap .nav-tab-wrapper .nav-tab .dashicons {
    top: 1px;
    position: relative;
    margin-right: 5px;
}

.wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-main {
    margin-left: 260px;
}

.wpsight-settings-page .wpsight-settings-wrap .settings_panel .form-table {
    margin: 0;
}

.wpsight-settings-page .wpsight-settings-wrap .settings_panel .form-table th {
    vertical-align: middle;
}

.wpsight-settings-page .wpsight-settings-wrap .settings_panel h3 {
    font-size: 1.6rem;
    line-height: 1.2;
}

.wpsight-settings-page .wpsight-settings-wrap .settings_panel h3 small {
    font-weight: normal;
    font-size: .8rem;
    line-height: 1.2;
}

.wpsight-settings-page .wpsight-settings-wrap .settings_panel h4 {
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
}


.wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-ui-heading {
    border-bottom: 1px solid #DDD;
    margin: 0 0 1rem 0;
    padding: 1rem 0 2rem 0;
    position: relative;
}

.wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-ui-heading .wpsight-admin-ui-heading-title {
    display: inline;
}

.wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-ui-heading .wpsight-admin-ui-heading-title .wpsight-admin-ui-icon {
    padding: .5rem;
    margin: 0 .5rem 0 0;
    display: inline-block;
    position: relative;
    top: -8px;
    color: #FFF;
    background: #12AE8F;
}

.wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-ui-heading .wpsight-admin-ui-heading-actions {
    float: right;
}

@media (max-width: 1200px) {
    .wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-ui-heading .wpsight-admin-ui-heading-actions {
        float: none;
        margin-top: 1rem;
    }

    .wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-ui-heading .button:first-child {
        margin-left: 0;
    }
}

@media (max-width: 782px) {
    .wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-ui-heading .wpsight-admin-ui-heading-actions {
        margin-bottom: -0.5rem;
    }
}

.wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-ui-heading h3 {
    display: inline;
    margin: 0;
    padding: 0;
}


.wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-ui-heading .button {
    margin-left: 1rem;
}

.wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-no-padding {
    padding: 0;
}

.wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel-auto-height {
    min-height: auto;
}

.wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel-hero p {
    font-size: 1rem;
}

.wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel .button {
    height: 44px;
    line-height: 42px;
}

@media (max-width: 782px) {
    .wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel .button {
        margin-bottom: .5rem;
        margin-left: 0;
    }

    .wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel .button:first-child {
        margin-right: 1rem;
    }
}

/*.wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel #wpsight-settings-save {*/
/*    background: #14AD8F;*/
/*    border-color: #20a087 #20a087 #20a087;*/
/*    box-shadow: 0 1px 0 #1f826e;*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*    text-shadow: 0 -1px 1px #15927a, 1px 0 1px #15927a, 0 1px 1px #15927a, -1px 0 1px #15927a;*/
/*}*/

/*.wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel #wpsight-settings-save:hover {*/
/*    background: #15B797;*/
/*}*/

/*.wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel #wpsight-settings-save:focus {*/
/*    box-shadow: 0 1px 0 #129D81, 0 0 2px 1px #47C4AB;*/
/*}*/

/*.wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel #wpsight-settings-save:active {*/
/*    background: #13A98B;*/
/*    border-color: #129D81;*/
/*    box-shadow: inset 0 2px 0 #129D81;*/
/*}*/

.wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel .button-text-icon span {
    position: relative;
    top: 11px;
    margin-right: 5px;
}

.wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel .button-icon span {
    position: relative;
    top: 11px;
}

.wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel:last-child {}

.wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel-account {
    background-image: url(../img/icon-cloud.png);
    background-position: 150% 50px;
}

.wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel-documentation {
    background-image: url(../img/icon-documentation.png);
    background-position: 150% 50px;
}

.wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel-support {
    background-image: url(../img/icon-help.png);
    background-position: 150% 50px;
}

@media (max-width: 1200px) {
    .wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel-account,
    .wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel-documentation,
    .wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel-support {
        background-position: 76% 50px;
    }
}

.wpsight-settings-page .wpsight-settings-wrap .settings_panel .wpsight-admin-ui-panel-newsletter {
    background: #F3F3F3;
}



@media (max-width: 1200px) {
    .wpsight-admin-ui-panel-wrap-theme-bar-item {
        width: 50%;
        float: left;
    }
}


@media (max-width: 992px) {
    .wpsight-admin-ui-panel-wrap-theme-bar-item {
        width: 100%;
        float: none;
    }

    .wpsight-admin-main .regular-text {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .wpsight-admin-ui-panel-wrap-theme-bar-item {
        width: 100%;
        float: none;
    }

    .wpsight-admin-main .regular-text {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 782px) {
    .wpsight-admin-main .button {
        padding: 0 10px 1px;
        margin-bottom: 0
    }

    .settings_panel .form-table td select {
        height: 45px !important;
        padding: .3rem .75rem !important;
    }
}

.wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-main-wrap-btn-toggle {
    min-height: auto;
    display: none;
}


@media (max-width: 600px) {
    .wpsight-settings-page .wpsight-settings-wrap .wpsight-admin-main-wrap-btn-toggle {
        display: block;
    }
}


.wpsight-admin-main-btn-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 28px;
    position: relative;
    top: 0;
    background: none;
    border: none;
    outline: none;
}

.wpsight-admin-main-btn-toggle .wpsight-admin-main-btn-toggle-line {
    position: relative;
    height: 3px;
    width: inherit;
    transition: .4s all ease;
    background: #000;
    border-radius: 10px;
}

.wpsight-admin-main-btn-toggle .wpsight-admin-main-btn-toggle-line:nth-child(2) {
    margin: 8px 0;
}

.wpsight-admin-main-btn-toggle .wpsight-admin-main-btn-toggle-line:nth-child(3) {
    align-self: flex-start;
}


.wpsight-admin-main-btn-toggle-active .wpsight-admin-main-btn-toggle-line:nth-child(1) {
    margin-bottom: -3px;
    transform: rotate(45deg);
}

.wpsight-admin-main-btn-toggle-active .wpsight-admin-main-btn-toggle-line:nth-child(2) {
    margin: 0;
    transform: translate(-100%, 0);
    opacity: 0;
}

.wpsight-admin-main-btn-toggle-active .wpsight-admin-main-btn-toggle-line:nth-child(3) {
    margin-top: -3px;
    transform: rotate(-45deg);
}

body.post-type-listing .wp-list-table.posts .column-title {
    display: none;
}



/* Recommends */

.wrap-cards-recommend {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 16px 0 -30px 5px;
}

@media(max-width: 768px) {
    .wrap-cards-recommend {
        margin: 16px 0 -30px 0;
        padding-right: 10px;
    }
}

.wrap-cards-recommend .wrap-card {
    max-width: calc(100% / 3 - 18px);
    padding: 0 8px;
    margin-bottom: 16px;
    width: 100%;
}

.wrap-title-recommend {
    margin-left: 13px;
    margin-bottom: 16px;
}

.wrap-title-recommend h2 {
    font-size: 23px;
    font-weight: 400;
    margin: 0;
    padding: 9px 0 4px 0;
    line-height: 1.3;
}

@media(max-width: 1600px) {
    .wrap-cards-recommend .wrap-card {
        max-width: calc(100% / 2 - 22px);
    }
}

@media(max-width: 1260px) {
    .wrap-cards-recommend .wrap-card {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

@media(max-width: 992px) {
    .wrap-cards-recommend .wrap-card {
        max-width: calc(100%  - 22px);
    }
}

@media(max-width: 768px) {
    .wrap-cards-recommend .wrap-card {
        max-width: 100%;
        padding: 0;
    }

    .wrap-title-recommend {
        margin-left: 0;
    }
}

.wrap-cards-recommend .card {
    height: 100%;
    display: flex;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 20px;
}

@media(max-width: 480px) {
    .wrap-cards-recommend .card {
        padding: 16px;
    }
}

.wrap-cards-recommend .card__content {
    padding-left: 20px;
}

@media(max-width: 480px) {
    .wrap-cards-recommend .card__content {
        padding-left: 14px;
    }
}

.wrap-cards-recommend .card__content > * {
    margin: 0;
}

.wrap-cards-recommend .card__wrap-img {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
}

@media(max-width: 480px) {
    .wrap-cards-recommend .card__wrap-img {
        width: 90px;
        height: 90px;
    }
}

.wrap-cards-recommend .card__img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.wrap-cards-recommend .card__wrap-link {
    margin-bottom: 10px;
}

@media(max-width: 480px) {
    .wrap-cards-recommend .card__wrap-link {
        margin-bottom: 8px;
        font-size: 1.2em;
    }
}

.wrap-cards-recommend *:focus {
    outline: none !important;
    box-shadow: none;
}

.wrap-cards-recommend .card__link {
    display: block;
}

.wrap-cards-recommend .card__description {
    margin-bottom: 16px;
}

@media(max-width: 480px) {
    .wrap-cards-recommend .card__description {
        margin-bottom: 12px;
        font-size: 12px;
    }
}

.wrap-cards-recommend .card__label {

}

@media(max-width: 480px) {
    .wrap-cards-recommend .card__label {
        font-size: 12px;
    }
}



/* Promo slider */
.swiper-pagination-bullet {
    transition: .3s all ease;
}

.wpsight-admin-ui-promo .swiper-pagination-bullet-active {
    background-color: #14ad8f;
}

.wpsight-admin-ui-promo .swiper-button-prev,
.wpsight-admin-ui-promo .swiper-button-next {
    transition: .4s all ease;
    opacity: 0;
    color: white;
}

@media (max-width: 992px) {
    body .wpsight-admin-ui-promo .swiper-button-prev,
    body .wpsight-admin-ui-promo .swiper-button-next {
        opacity: 1;
        transform: translate(0);
    }
}

.wpsight-admin-ui-promo .swiper-button-prev{
    left: 15px;
    transform: translate(-50%, 0);
}

.wpsight-admin-ui-promo .swiper-button-next{
    right: 15px;
    transform: translate(50%, 0);
}

.wpsight-admin-ui-promo:hover .swiper-button-next,
.wpsight-admin-ui-promo:hover .swiper-button-prev{
    opacity: 1;
    transform: translate(0);
}

.wpsight-admin-ui-promo:hover .swiper-button-prev{

}

.wpsight-admin-ui-promo:hover .swiper-button-next{

}

.wpsight-admin-ui-promo .swiper-wrapper {
    align-items: stretch;
}

.wpsight-admin-ui-promo .swiper-slide {
    height: 35vw;
    min-height: auto;
}

.swiper-pagination-bullet {
    outline: none;
}

@media (max-width: 1200px) {
    .wpsight-admin-ui-promo .swiper-slide {
        height: 45vw;
    }
}

@media (max-width: 992px) {
    .wpsight-admin-ui-promo .swiper-slide {
        height: 68vw;
    }
}

@media (max-width: 600px) {
    .wpsight-admin-ui-promo .swiper-slide {
        height: 130vw;
    }
}

#settings-overview .settings_panel_boxes + .wpsight-admin-ui-grid {
    display: flex;
    width: 100%;
}

#settings-overview .settings_panel_boxes + .wpsight-admin-ui-grid > div {
    float: none;
}

.wpsight-admin-ui-promo .promo-slider-img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: grab;
}

.promo-services-content {
    min-height: 17vw;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    background-color: #16AC8F;
}

.promo-services-text {
    color: #fff;
    font-size: 1.1vw;
    text-align: center;
    line-height: 1.4;
    display: block;
    margin-bottom: 2.2vw;
    font-weight: 300;
}

.promo-services-button {
    color: #000 !important;
    background-color: #fff;
    padding: 1em;
    width: 100%;
    font-size: 0.9vw;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    max-width: 13vw;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    transition: .3s all ease;

}

.promo-services-button:hover {
    box-shadow: none;
}


@media (max-width: 1200px) {
    #settings-overview .settings_panel_boxes + .wpsight-admin-ui-grid {
        display: block;
    }
}


@media (max-width: 992px) {
    .promo-services-content {
        min-height: 26vw;
    }

    .promo-services-text {
        font-size: 2.2vw;
        margin-bottom: 2.6vw;
    }

    .promo-services-button {
        font-size: 1.8vw;
        padding: .8em;
        max-width: 26vw;
    }
}

@media (max-width: 768px) {
    .promo-services-content {
        min-height: 160px;
    }

    .promo-services-text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .promo-services-button {
        font-size: 12px;
        max-width: 180px;
    }
}

.wpsight-promo-slider .swiper-slide {
    position: relative;
}

.swiper-slide-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

.slide-content {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    padding: 50px;
}

.slide-content-title {
    font-size: 1.6rem;
}

.slide-content-desc {
    font-size: 1.1vw;
}

@media (max-width: 1200px) {
    .slide-content {
        padding: 60px;
    }
}

@media (max-width: 992px) {
    .slide-content-title {
        font-size: 28px;
    }

    .slide-content-desc {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .slide-content-title {
        font-size: 24px;
    }

    .slide-content-desc {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .slide-content-title {
        font-size: 22px;
    }

    .slide-content-desc {
        font-size: 12px;
    }
}

.wrap-addons-tabs {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.wrap-addons-tabs > a {
    line-height: 40px;
    color: rgba(0, 0, 0, .3);
    outline: none;
    text-decoration: none;
    padding: 6px 22px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    box-shadow: none;
    border: none;
    font-weight: 500;
    transition: .3s all ease;
}

.wrap-addons-tabs > a.active {
    color: rgba(0, 0, 0, .8);
}

.wrap-addons-tabs > a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    transition: .3s all ease;
    opacity: 0;
    background-color: #16AC8F;
}

.wrap-addons-tabs > a.active:after {
    opacity: 1;
    color: rgba(0, 0, 0, .8);
}

.wpsight-admin-addons thead th {
    text-transform: uppercase;
    color: rgba(0, 0, 0, .4);
    font-weight: 500;
}

.wpsight-admin-addons {
    font-size: 14px;
}

.wpsight-admin-addons > table {
    border-spacing: 0;
}

.wpsight-admin-addons tr {
    height: 55px;
    padding: 8px 0;
}

.wpsight-admin-addons td,
.wpsight-admin-addons th {
    padding: 6px;
}

.wpsight-admin-addons tr {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    transition: .3s all ease;
    cursor: pointer;
}

.wpsight-admin-addons tbody tr:hover {
    background-color: rgba(0, 0, 0, .01);
}

.wpsight-admin-addons td:nth-child(1) {
    width: 40%;
}

.wpsight-admin-addons td:nth-child(2) {
    width: 15%;
}

.wpsight-admin-addons td:nth-child(3) {
    width: 15%;
}

.wpsight-admin-addons td:nth-child(4) {
    width: 15%;
}

.wpsight-admin-addons td:nth-child(5) {
    width: 12%;
}

.addons-table-btn {
    text-transform: uppercase;
    color: rgba(0, 0, 0, .8);
    padding: 8px 26px;
    text-decoration: none;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    transition: .3s all ease;
    display: inline-block;
}

.addons-table-btn:hover {
    color: #fff;
    background-color: #16AC8F;
    border-color: #16AC8F;
}

.addons-info-mobile,
.addons-info-mobile .content-bottom {
    display: none;
}

.addons-info-mobile .content-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.addons-list {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 8px 0;
    margin-bottom: -1px;
}

.addons-info-mobile .content-name {
    font-size: 16px;
}

.addons-info-mobile {
    margin: 0;
}

.addons-info-mobile .content-btn {
    background-color: #16AC8F;
    border: 1px solid #16AC8F;
    outline: none;
    border-radius: 3px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease;
}

.addons-info-mobile .content-btn.active {
    background-color: transparent;
}

.addons-info-mobile .content-btn line,
.addons-info-mobile .content-btn svg {
    transition: .3s all ease;
}

.addons-info-mobile .content-btn.active line {
    stroke: #16AC8F;
}

.addons-info-mobile .content-btn.active svg {
    transform: rotate(180deg);
}

.addons-info-mobile .content-bottom {
    margin-top: 8px;
    font-size: 14px;
}

.addons-info-mobile .content-bottom .content-item .text:last-child {
    font-weight: 500;
}

.addons-info-mobile .content-bottom .content-item:last-child {
    margin: 10px 0 0;
}

.addons-info-mobile .content-bottom .addons-table-btn {
    display: block;
    width: 100%;
}

.addons-info-mobile .content-bottom .content-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.status-active {
    color: #4EC143;
}

.status-inactive {
    color: #E53636;
}

@media(max-width: 1600px) {
    .wpsight-admin-addons {
        font-size: 12px;
    }

    .wpsight-admin-addons tr {
        height: 50px;
    }
}

@media(max-width: 1360px) {
    .addons-info-desktop {
        display: none;
    }

    .addons-info-mobile {
        display: block;
    }
}

@media(max-width: 576px) {
    .addons-info-mobile .content-name {
        font-size: 14px;
    }
}