/*
Theme Name: Gradiant Corporation
Text Domain: gradiant_corporation
Author: Gradiant Corporation
Version: 1.0.0
*/


@import url("assets/css/main.css");

/* mobile */
@media only screen and (max-width: 768px) {
    #eckb-article-content-body iframe {
        width: 100% !important;
        height: calc(calc(100vw - 40px) / 1.77);
    }
}

.elementor-widget-container .post-password-form input[type="submit"] {
    background: #722ccf;
    border-color: #722ccf;
    color: #fff;
    cursor: pointer;
}

.elementor-text-editor .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.elementor-text-editor .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.elementor-text-editor .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.elementor-text-editor p strong {
    font-weight: bold !important;
}

.elementor-text-editor p em {
    font-style: italic !important;
}

.elementor-text-editor p u {
    text-decoration: underline !important;
}