﻿
.is-relative{
    position:relative;
    padding:1.5rem;
    margin-bottom: 1rem;
}
    .is-relative.banner{
        border-bottom:1px solid #e0e0e0;
    }
    body .page-content .cst-title {
        font-size: 1.5em;
        font-weight: 600;
    }

body .page-content .cst-box {
    border-radius: 20px;
    border: 1px solid #dedede;
    padding: 20px;
}

    body .page-content .cst-box.cst-info, body .page-content .cst-box.cst-danger, body .page-content .cst-box.cst-success {
        color: #fff;
    }

    body .page-content .cst-box.cst-info {
        background-color: #3E8ED0;
        border-color: #3E8ED0;
    }

    body .page-content .cst-box.cst-danger {
        background-color: #E65050;
        border-color: #E65050;
    }

    body .page-content .cst-box.cst-success {
        background-color: #48C78E;
        border-color: #48C78E;
    }

body .page-content .button {
    background: #fff;
    color: #444;
    display: inline-block;
    outline: none;
    border: 1px solid #dedede;
    font-size: 0.95em;
    border-radius: 10px;
    
    cursor: pointer;
    -webkit-transition: 0.25s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.25s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

    body .page-content .button.cst-default {
        background: #fbfbfb;
    }

    body .page-content .button.cst-text {
        border: none;
        color: #666;
    }

    

    body .page-content .button.cst-large {
        font-size: 1.3em;
    }

    body .page-content .button.cst-edit {
        background: #209CEE;
        border: none;
        color: #fff;
        border-radius: 50%;
        font-size: 0.75em;
        height: 30px;
        width: 30px;
        -webkit-transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        padding: 0;
    }

        body .page-content .button.cst-edit:hover {
            background: #209CEE;
            color: #fff;
        }

    body .page-content .button.cst-active, body .page-content .button:hover {
        background: #000;
        border-color: #000;
        color: #fff;
    }


        /*DELETE IMAGE*/
.dlt-image {
    background: #209CEE;
    border: none;
    color: #fff;
    width: 100px;
    border-radius: 10px;
    height: 25px;
}
/*DELETE IMAGE*/

/*PAGE MANAGEMENT*/

    body #adminMainContent .button.cst-default {
        background: #fbfbfb;
    }

.content-menu-wp {
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 10;

}
.page-content-wp .services .admin-view {
    padding: 20px 0;
}
.flex-one.borders {
    border-bottom: 1px solid #e0e0e0;
}

.flex-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}
.btn-diy-cont {
    margin: 15px 0px;
}
a.btn-cta.diy {
    text-decoration: none;
    padding: 10px 15px;
    background: #000;
    color: white;
}
/*PAGE MANAGEMENT*/
/*MODAL*/
body .modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 1000;
    max-height: 100vh;
    overflow-y: auto;
}

    body .modal.is-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    body .modal .modal-background {
        background-color: rgba(10, 10, 10, 0.86);
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0.8;
    }

    body .modal .modal-content {
        position: relative;
        z-index: 100;
        width: 100%;
        margin: 0 auto;
        max-width: 600px;
        max-height: 100%;
    }

        body .modal .modal-content .box {
            background: #fff;
            border-radius: 2px;
            border: none;
            position: relative;
            width: 100%;
            padding: 20px;
            margin: 0;
        }

            body .modal .modal-content .box .close-btn {
                background: #000000eb;
                border-radius: 50%;
                color: #fff;
                cursor: pointer;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                height: 40px;
                width: 40px;
                position: absolute;
                top: 10px;
                right: 10px;
                z-index: 1;
            }

                body .modal .modal-content .box .close-btn:hover {
                    background: #000;
                }

                body .modal .modal-content .box .close-btn.is-light {
                    background: #eaeaea;
                    color: #333;
                }

                    body .modal .modal-content .box .close-btn.is-light:hover {
                        background: #000;
                        color: #fff;
                    }

                body .modal .modal-content .box .close-btn.top-right-position {
                    margin-top: -20px;
                    margin-right: -20px;
                    top: 0;
                    right: 0;
                }

            body .modal .modal-content .box .box-scrollable {
                max-height: 90vh;
                overflow-y: auto;
            }

                body .modal .modal-content .box .box-scrollable.negative-padding {
                    padding: 20px;
                    margin: -20px;
                }



body .w-unset {
    width: unset !important;
}

body .mw-fullwidth {
    max-width: 100% !important;
}

body .w-fullwidth {
    width: 100% !important;
}

body .img-thumbnail {
    max-width: 150px;
    width: 100%;
    height: auto;
    border-radius: 10px;
}



body .button-dark {
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 2px;
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 20px;
    text-decoration: none;
}