/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

.kt-inner-column-height-full .wp-block-kadence-infobox,
.kt-inner-column-height-full .wp-block-kadence-infobox > a {
    height: 100%;
}

.infobox-mentenanta-page .kt-blocks-info-box-link-wrap {
min-height: 380px !important;
}

.ofsipretransform {
    transform: perspective(906px) rotateX(22deg) rotateY(13deg) rotateZ(0deg);
    transition: transform 300ms ease 0ms;
}

@media all and (max-width: 568px) { .mobile-one-col .frm_opt_container { grid-template-columns: repeat(1, 1fr) !important; } }