/*
Theme Name: IT-Smarty
Theme URI:
Author:
Author URI: IT-Smarty
Description:
Version: 1.0
License: GNU General Public License v2 or later
*/

/* --- InfiniteScroll */
.navigation.pagination {
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    border:0;
    white-space:nowrap;
    -webkit-clip-path:inset(50%);
    clip-path:inset(50%);
    clip:rect(0 0 0 0)
}

/* ---------- CF7 ----------  */
.contact_message {
    width: 100%;
}
.wpcf7-spinner,
.ajax-loader {
    display: none !important;
}

/* -- CF7 Validation highlighting --  */
.wpcf7-form.form--bg-dark .wpcf7-response-output {
    color: #ffffff;
}
.wpcf7 .wpcf7-response-output {
    width: 100%;
    margin: 0 !important;
    font-family: var(--font);
    text-align: center !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
    display: none !important;
}
    
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid {
    /*border: 2px solid #f7542b !important;*/
    /*outline: 1px dotted #f7542b !important;*/
    border: 2px dotted #f7542b !important;
}
/* or: */
.wpcf7-not-valid {
    background: rgba(255, 0, 0, 0.08);
}

/* OR: */
.wpcf7-not-valid-tip {
    display: none !important;
}
.contact_1 .wpcf7-not-valid {
    background-color: rgba(255, 0, 0, 0.08) !important;
}
.footer-group .wpcf7-not-valid {
    /*border: 2px solid #f7542b !important;*/
    /*outline: 1px dotted #f7542b !important;*/
    border: 2px dotted #f7542b !important;
}

/* -- / -- CF7 Validation highlighting --  */

/* ---- / ------ CF7 ----------  */
