/*
Theme Name: RJIGITS
Theme URI: https://rj.kz
Template: blocksy
Text Domain: rjbase
Author: RJIGITS
Author URI: https://rj.kz
Description: RJIGITS is a blazing fast and lightweight WordPress theme built with the latest web technologies.
Version: 1.8.1
Updated: 2023-06-08 01:20:36
*/

/* General */
@media (min-width: 640px) {
    .nowrap {
        white-space: nowrap;
    }
}
a:focus,
button:focus{
    outline: 0; /* Opera bag: blue highlight*/
}
ins, del, .rj-price {
    white-space: nowrap !important;
}

/* Header */
.ct-header .ct-social-box .rj-label {
    display: none !important;
    font-weight: 500 !important;
    margin: 2px 20px 0 5px !important;
}
    @media (min-width: 768px) {
        .ct-header div[data-device="desktop"] .ct-social-box [data-network="callus"] .rj-label,
        .ct-header div[data-device="mobile"] .ct-social-box [data-network="callus"] .rj-label {
            display: inline !important;
        }
    }
    @media (max-width: 359.98px) {
        .ct-header div[data-device="mobile"] .ct-social-box a {
            display: none !important;
        }
        .ct-header div[data-device="mobile"] .ct-social-box a[data-network="callus"] {
            display: inline !important;
        }
    }

/* Footer */
.ct-footer {
    margin-top: 50px;
}

/* Body */
.rj-texteditor-h3 {
    font-size: 1.15em !important;
    font-weight: 400 !important;
    line-height: 1.3em !important;
}

/* Home */
.rj-highlight {
    color: #ffffff !important;
    background: #D40000 !important;
    white-space: nowrap !important;
}

/* Forms*/
.wpcf7-form.invalid .wpcf7-response-output {
        font-size: .9em;
        line-height: 1em;
        margin: -1em 0 1em !important;
    }
    /*.wpcf7-form.invalid .wpcf7-not-valid-tip {
        color: #ffcaca;
    }*/
