/* ============================================
   Settings Page Styles
   Extracted from style.css
   ============================================ */

.settings-page {
    background: #fafafa
}

.settings-page #wrapper {
    height: auto
}

.settings-page .page-content {
    max-width: 1240px;
    padding: 20px 0
}

.settings-page .settings-page-wrapper {
    width: 100%;
    margin-top: 110px;
    display: flex
}

.settings-page #footer-wrapper {
    border: 0
}

.settings-page #footer-wrapper .footer-bottom-section {
    max-width: 1240px;
    border-top: 1px solid #f1f1f1
}

.settings-page .card {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    padding: 2rem;
    margin: 0 auto .8rem;
    position: relative;
    border: 1px solid #e8e8e8
}

.settings-page .btn-normal {
    width: auto;
    display: inline-block;
    font-size: 16px
}

.settings-page .actions-nav {
    margin-top: 25px;
    display: inline-block
}

.settings-page .settings-menu {
    position: fixed
}

.settings-page .settings-menu .hover-item {
    padding: 0px;
    border-radius: 4px
}

.settings-page .settings-menu .hover-item::before {
    border: none
}

.settings-page .settings-menu .hover-item:hover .hover-item__content {
    left: 0px;
    background-color: #edf7fd
}

.settings-page .settings-menu .hover-item__content {
    line-height: 15px;
    font-size: 15px;
    padding: 6px 8px
}

.settings-page .settings-menu .user-current-nav {
    background-color: #e04144 !important;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1)
}

.settings-page .settings-menu ul li {
    list-style: none;
    line-height: 1.5rem;
    margin-top: 6px
}

.settings-page .settings-menu ul li:frist-child {
    margin-top: 0
}

.settings-page .settings-header-wrapper {
    margin-left: 1.5%
}

.settings-page .user-email-address {
    justify-content: flex-start !important;
    flex-direction: column !important
}

.settings-page .settings-content-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 10px
}

.settings-page .settings-content-header .icon {
    margin-left: 5px
}

.settings-page .settings-content {
    width: 80%;
    margin-left: 20%;
    min-height: 400px
}

.settings-page .settings-content h1 {
    margin: 0;
    width: auto
}

.settings-page .settings-content .settings-content-header-action {
    width: auto;
    align-self: center
}

.settings-page .settings-content-header-action .btn-green {
    padding: 12px 24px;
    font-size: 15px
}

.settings-page .settings-content-button {
    line-height: 40px;
    text-align: center
}

.settings-page .per-month-label {
    font-weight: 400
}

.settings-page .settings-line-profile {
    margin-left: 1.5%;
    margin-top: 2rem
}

.settings-page .settings-line-profile .my-profile {
    border-top: 2px solid #789820
}

.settings-page .settings-line-profile .group-profile {
    border-top: 2px solid #fe5c16
}

.settings-page .settings-line-profile .plans-profile {
    border-top: 2px solid #47be96
}

.settings-page .settings-line-profile .profile-section {
    margin-bottom: 60px
}

.settings-page .settings-line-profile .profile-section .card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.settings-page .settings-line-profile .profile-section h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 8px
}

.settings-page .settings-line-profile .profile-section .btn-green {
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    position: relative;
    color: #fff;
    align-self: center;
    font-weight: bold;
    transition: background-color .5s
}

.settings-page .settings-line-profile .profile-section .btn-green:active {
    background: #3da847 !important
}

.settings-page .settings-line-profile .profile-section .btn-green:hover {
    background: #3da847 !important
}

.settings-page .settings-line-profile .profile-section .data-box-left {
    width: 49%
}

.settings-page .settings-line-profile .profile-section .data-box-right {
    width: 49%;
    align-self: center;
    display: flex;
    justify-content: center
}

.settings-page .settings-line-profile .profile-section .data-box-full {
    width: 100%
}

.settings-page .settings-line-profile .profile-section .profile-details-section {
    font-size: 15px
}

.settings-page .settings-line-profile .profile-section .edit-group-profile UL LI {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    padding: 1rem 0 1.3rem 0;
    position: relative
}

.settings-page .settings-line-profile .profile-section .edit-group-profile UL LI:last-child {
    border: 0 !important
}

.settings-page .settings-line-profile .profile-section .avatar-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    justify-content: center
}

.settings-page .settings-line-profile .profile-section .edit-group-profile .form-help-text {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 8px 0 0
}

.settings-page .settings-line-profile .profile-section .subscription {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 2px
}

.settings-page .settings-line-profile .profile-section .group_profile_page_logo {
    width: 160px;
    margin: 2rem;
    justify-content: center
}

.settings-page .settings-line-profile .profile-section .group_profile_page_logo .icon-account:before {
    font-size: 32px
}

.settings-page .settings-line-profile .profile-section .group_profile_page_logo img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    image-rendering: -webkit-optimize-contrast
}

.settings-page .settings-line-profile .profile-section .profile-image {
    width: 150px;
    height: 150px;
    background-size: contain
}

.settings-page .settings-line-profile h1 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: unset;
    margin-top: 30px
}

.settings-page .settings-line-profile h3 {
    margin-bottom: 15px;
    margin-top: 0px;
    font-weight: 800
}

.settings-page .settings-line-profile UL {
    margin-top: 0px
}

.settings-page .settings-line-profile UL {
    padding: 0;
    margin: 0
}

.settings-page .settings-line-profile UL LI {
    list-style: none
}

.settings-page .settings-line {
    padding: 0;
    margin: 0
}

.settings-page .settings-line ul {
    padding: 0;
    border-top: 1px solid #e2e2e2
}

.settings-page .settings-line ul li {
    list-style: none;
    border-bottom: 1px solid #e2e2e2;
    position: relative
}

.settings-page .settings-line ul li:last-child {
    border-bottom: none
}

.settings-page .history-line ul li {
    list-style: none
}

.settings-page .settings-content-wrapper {
    display: flex;
    padding: 15px
}

.settings-page .settings-content-wrapper .bw-bckg {
    opacity: .2
}

.settings-page .history-content-wrapper {
    display: flex;
    padding: 10px 0px
}

.settings-page .history-thumbnail {
    width: 246px;
    min-width: 246px;
    height: 138px;
    margin-right: 16px
}

.settings-page .my-ads-thumbnail {
    width: 236px;
    height: 138px;
    margin-right: 16px
}

.settings-page .history-img {
    height: 100%;
    width: 100%
}

.settings-page .my-ads-thumb {
    height: 100%;
    width: 100%;
    transition-duration: 1s
}

.settings-page .history-img,
.settings-page .my-ads-thumb {
    background-position: 50% 50%;
    background-size: cover;
    background-color: #eee
}

.settings-page .history-content {
    width: auto;
    color: #666 !important
}

.settings-page .history-content h1 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: inherit;
    color: #111 !important;
    letter-spacing: -1px;
    width: 100%
}

.settings-page .history-content h2 {
    margin: 0;
    font-weight: 700;
    font-size: 16px
}

.settings-page .history-content .icon-for-sale,
.settings-page .history-content .icon-for-rent,
.settings-page .history-content .icon-off-market {
    position: relative;
    top: 2px
}

.settings-page .history-content .prop-status {
    font-weight: 700
}

.settings-page .history-content .interpunct {
    margin: 0 4px
}

.settings-page .ad-edit-info {
    line-height: initial;
    margin-top: 5px
}

.settings-page .history-content-notes {
    font-size: 13px
}

.settings-page .btn-normal {
    width: auto;
    font-size: 16px
}

.settings-page .nav-horisontal-btns li {
    list-style-type: none;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block !important
}

.settings-page .settings-navbar UL LI {
    list-style: none;
    width: auto;
    white-space: nowrap;
    float: left;
    margin: 0 12px;
    cursor: pointer;
    color: #999;
    font-size: 16px
}

.settings-page .settings-navbar UL LI:hover {
    color: #333 !important
}

.settings-page .settings-navbar UL LI:first-child {
    margin-left: 0
}

.settings-page .settings-navbar UL {
    padding: 0;
    margin: 0;
    display: inline-block
}

.settings-page .settings-navbar-active,
.settings-page .settings-navbar UL LI:active {
    border-bottom: 2px solid #e04144;
    color: #111 !important
}

.settings-page .stat-value,
.settings-page .stat-value-active,
.settings-page .stat-value-not-active {
    font-weight: 700;
    font-size: 14px
}

.settings-page .stat-value-active {
    color: #fff;
    background-color: #34A853;
    padding: 3px 10px;
    border-radius: 8px
}

.settings-page .stat-value-not-active {
    color: #fff;
    background-color: #717171;
    padding: 3px 10px;
    border-radius: 8px
}

.settings-page .stat-value-draft {
    color: #fff;
    background-color: #E8890C;
    padding: 3px 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px
}

.settings-page .orange-box {
    background-color: #E8890C !important
}

.settings-page .my-ads-content {
    width: 37%;
    color: #666 !important
}

.settings-page .my-ads-content h1 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: inherit;
    color: #666 !important;
    letter-spacing: -1px;
    width: 100%
}

.settings-page .my-ads-content h2 {
    margin: 0;
    font-weight: 700;
    font-size: 16px
}

.settings-page .my-ads-content .icon-for-sale,
.settings-page .my-ads-content .icon-for-rent,
.settings-page .my-ads-content .icon-off-market {
    position: relative;
    top: 2px
}

.settings-page .my-ads-content .prop-status {
    font-weight: 700
}

.settings-page .my-ads-content .interpunct {
    margin: 0 4px
}

.settings-page #extend-all-ads {
    height: 33px;
    line-height: 19px
}

.settings-page .ad-stats-container {
    display: flex;
    flex-direction: row;
    align-self: center;
    width: 30%
}

.settings-page .ad-stats-container .settings-content-button {
    text-align: center !important;
    margin-top: 8px;
    line-height: normal
}

.settings-page .ad-stats-container .settings-content-button .btn-small {
    padding: 6px 14px;
    font-size: 13px
}

.settings-page .my-ads-stats {
    width: 30%;
    line-height: 1.6;
    text-align: center;
    align-self: center;
    font-size: 12px;
    border-right: 1px solid #e2e2e2;
    padding: 8px 0
}

.settings-page .my-ads-stats .icon {
    font-size: 12px;
    margin-left: 4px
}

.settings-page .my-ads-status {
    width: 40%;
    line-height: 1.8;
    text-align: center;
    align-self: center;
    font-size: 12px;
    border-right: 1px solid #e2e2e2;
    padding: 12px 8px
}

.settings-page .my-ads-actions {
    width: 17%;
    align-self: center;
    font-size: 14px
}

.settings-page .my-ads-actions .settings-content-button {
    text-align: right;
    margin-bottom: 6px
}

.settings-page .my-ads-actions .btn-small {
    padding: 8px 16px;
    font-size: 14px
}

.settings-page .edit-overlay-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1
}

.settings-page .edit-overlay-container .edit-overlay-block {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border: 2px solid #e6f6fb;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px
}

.settings-page .edit-overlay-container .ad-notice-address {
    font-size: 15px
}

.settings-page .edit-overlay-container .edit-overlay-message {
    margin-bottom: 10px
}

.settings-page .edit-overlay-container .edit-overlay-button {
    margin: 8px 0;
    text-align: center
}

.settings-page .edit-overlay-container .btn-add-a-post {
    background: #fff
}

.settings-page .edit-overlay-container .icon {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 6px
}

.settings-page .description-font {
    font-size: 13px;
    font-weight: 100;
    color: #999
}

.settings-page .display-none-sold {
    display: none
}

.settings-page .update-change-button {
    margin-left: 10px
}

/* ----------------------------------------
   Media Queries
   ---------------------------------------- */

@media (max-width:1014px) {
    .settings-page .settings-menu {
        display: none !important
    }

    .settings-page .settings-header-wrapper {
        margin-left: 0 !important
    }

    .settings-page .settings-line-profile {
        margin-left: 0 !important
    }

    .settings-page .settings-content {
        width: 96% !important;
        margin-left: 2% !important;
        margin-right: 2% !important
    }

    .settings-page .footer-logo {
        display: none
    }

    .settings-page .ourSquareLogo {
        display: none
    }

    .settings-page .ourLineLogo {
        display: block
    }
}

@media (max-width: 750px) {
    .settings-page .settings-content-header-action .btn-green {
        padding: 8px 16px;
        font-size: 13px
    }
}

@media (max-width:750px) {
    .settings-page .my-ads-content h1 {
        letter-spacing: 0px
    }

    .settings-page .settings-line ul li {
        border-bottom: 4px solid #c8c8c8
    }

    .settings-page .stat-value,
    .settings-page .stat-value-active {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .settings-page .history-thumbnail {
        width: 180px;
        min-width: 180px;
        height: 101px;
        margin-right: 8px
    }
}

@media (max-width:500px) {
    .settings-page .my-ads-thumbnail {
        width: 169px;
        height: 123px;
        margin-right: 8px
    }
}

@media (max-width:440px) {
    .settings-page .history-thumb {
        width: 110px;
        height: 66px
    }

    .settings-page .history-content h1 {
        font-size: 14px;
        font-weight: 600
    }

    .settings-page .history-content h2 {
        font-weight: 600;
        font-size: 15px
    }

    .settings-page .history-thumbnail {
        width: 150px;
        min-width: 150px;
        height: 110px;
        margin-right: 8px
    }

    .settings-page .my-ads-thumbnail {
        width: 140px;
        height: 102px;
        margin-right: 8px
    }
}
