
html {
    overflow-x: hidden !important;
}

body {
    color: black !important;
    background-color: #F5F5F7;
    overflow-x: hidden;
}

.price_holder_popup {
    font-size: 0.8em;
    text-align: left !important;
    font-weight: normal !important;
}


.post_image_popup {
    position: relative;
    margin: auto auto 1em;

}

.post_image_popup .attachment-post-thumbnail {
    height: auto;
    width: 100%;
    position: relative;
    top: 0;
    filter: contrast(110%);
    overflow: hidden;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    left: 50%;
}


.preview_image {
    position: relative;
}

.preview_image a img {
    border-radius: 15px;
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
    margin-bottom: .7em;
}

.preview_image:nth-child(2) {
    padding: 0;
    padding-right: .5em;
}

.preview_image:nth-child(3) {
    padding: 0;
    padding-left: .5em;
}

.preview_image:nth-child(4) {
    padding: 0;
    padding-left: .5em;
}

.home_content {
    padding-left: 4em;
}

.post_info_content {
    margin: 1em 0;
}

.archive-icon-popup {
    margin-left: 1em;
    width: 24px;
}

.archive-icon-popup:first-child {
    margin-left: 0;
}

.widget {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    margin: 2em 0;
}

.socialTitle {
    margin-top: 1em;
    font-weight: 800;
    color: #243B57;
    font-size: 1.2em;
}

.SocialLink {
    color: #243B57;
    margin: 1em 2em 1em 0;
    min-width: 5em;
    width: fit-content;
    padding: 0;
}

.SocialLink:hover {
    font-weight: 800;
}

.funda_button_popup {
    margin-bottom: .8em;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #fff !important;
    background-color: #0049BB !important;
    padding: 1em;
    border-radius: 8px 8px 8px 8px;
    transition: .2s;
}

.circle_blur {
    filter: blur(50px);
    position: absolute;
    opacity: 0.3;
    z-index: -1;
    height: auto;
    aspect-ratio: 2;
    border-radius: 1000vmax 1000vmax 0 0;
}

.social_1 {
    background-color: #0069B3;
    right: 31%;
    width: 15%;
    bottom: 0;
}

.social_2 {
    background-color: #0079F4;
    right: 18%;
    width: 15%;
    bottom: 0;

}

.social_3 {
    background-color: #FF00D8;
    right: 6%;
    width: 15%;
    bottom: 0;
}

.funda_button_popup:hover {
    cursor: pointer;
    color: #E8EAEE !important;
    background-color: #243A57 !important;
}

.funda_button_popup:focus {
    color: #E8EAEE !important;
    background-color: #243A57 !important;
}

.sell_button_popup {
    margin-bottom: .8em;
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #243A57 !important;
    background-color: #E8EAEE !important;
    padding: 1em;
    border-radius: 8px 8px 8px 8px;
    transition: .2s;
}

.sell_button_popup:hover {
    cursor: pointer;
    color: #fff !important;
    background-color: #F6A003 !important;
}

.sell_button_popup:focus {
    color: #E8EAEE !important;
    background-color: #F6A003 !important;
}


/*Not desktop - Below*/
@media (max-width: 1400px) {
    .widget {
        overflow: hidden;
        position: relative;
        bottom: auto;
        margin: 3em 0 0 0;
    }
}

/*on desktop only*/
@media (min-width: 1400px) {

    .circle_blur {
        filter: blur(50px);
        position: absolute;
        opacity: 0.3;
        z-index: -1;
        height: auto;
        aspect-ratio: 2;
        border-radius: 1000vmax 1000vmax 0 0;
    }

    .social_1 {
        background-color: #0069B3;
        right: 35%;
        width: 15%;
        bottom: 0;
    }

    .social_2 {
        background-color: #0079F4;
        right: 25%;
        width: 15%;
        bottom: 0;

    }

    .social_3 {
        background-color: #FF00D8;
        right: 12%;
        width: 15%;
        bottom: 0;
    }

}

/*mobile*/
@media (max-width: 769px) {

    .widget {
        overflow: hidden;
        position: relative;
        bottom: auto;
    ]
        /*margin: 3em 0;*/
    }

    .home_content {
        padding-left: 0;
    }

    .preview_image:nth-child(2) {
        padding: 0 .25em 0 0;
    }

    .preview_image:nth-child(3) {
        padding: 0 0 0 .25em;
    }
}