/*
Theme Name: Invetex Child Theme
Theme URI: https://invetex.themerex.net/
Description: Invetex is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 2.22.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: invetex
Template: invetex
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.fit-cover {
    position: relative !important;
    height: 100%;
    min-height: 100%;
}

div.wpcf7 .columns_wrap {
    max-width: 100%;
}

@media screen and (max-width: 1023px) {
    .fit-cover {
        width: 100%;
        height: auto !important;
    }

    div.wpcf7 .form-style-1 .columns_wrap>[class*="column-"] {
        padding-right: 0 !important;
    }
}

.fit-cover img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    object-fit: cover !important;
}

.wpcf7-submit-style {
    margin-top: 20px;
}

.mx-w-100 {
    max-width: 100% !important;
}


sr7-module {
    position: relative;
}

sr7-content {}

sr7-grp#SR7_3_1-5-11 {}

.sc_services_strong .sc_services_item:before {
    padding-top: 60% !important;
}

.inited.swiper-fade .swiper-slide {
    opacity: 0 !important;
}

.inited.swiper-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

@media (max-width: 1440px) and (min-width: 1439px) {
    body .slider-row-wrap {
        padding-left: 0 !important;
    }
}

.sc_skills_total {
    display: flex !important;
    align-items: baseline;
    justify-content: center;
}

.sc_skills_prefix {
    display: inline-block;
}

.sc_skills_digits {
    display: flex;
    align-items: baseline;
}

.sc_skills_value {
    display: inline-block;
}

.sc_skills_digits {
    display: inline-flex !important;
    align-items: baseline;
}

.content_wrap .comments_wrap.opened {
    display: none;
}

.wpcf7-list-item {
    margin: 0 1rem 0 0;
}

.wpcf7-form-control.wpcf7-file {
    height: 51px;
}

.column-1_1.gap-1 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.post_featured.with_thumb.hover_link {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
    overflow: hidden;
}

.post_featured.with_thumb.hover_link img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.scroll_to_top_style_default {
    background-color: var(--theme-color-text_link);
    border-color: var(--theme-color-text_link);
}

.sc_blogger_columns_wrap .sc_blogger_item {
    height: stretch !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}