/*
 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/
 Template:     invetex
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  invetex
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
body {
    font-family: "Poppins", "Kantumruy Pro", sans-serif !important;
}

/* Publication */
.view-report-wrapper {
    display: flex;
    justify-content: space-between;
}

.view-report-link {
    background-color: var(--theme-color-text_link2);
    display: inline-block;
    padding: 4px 16px;
    color: #fff;
    border-radius: 6px;
}

.view-report-link:hover,
.view-report-link:focus,
.view-report-link:active {
    color: #fff;
    opacity: .85;
}

/* Language switcher */
.pll-parent-menu-item img,
.lang-item img {
    width: 24px;
}

.pll-parent-menu-item > a > span,
.lang-item > a > span {
    align-items: center;
    display: flex;
}

.pll-parent-menu-item .sf-with-ul:after {
    width: 0 !important;
}

.pll-parent-menu-item .sub-menu {
    top: 48px;
}

.sc_team_list .sc_team_item.has-post-thumbnail .post_featured {
    max-width: 200px;
}

.sc_team_list .sc_team_item.has-post-thumbnail .sc_team_item_info {
    padding: 0 0 0 32px;
}

.team_page_wrap_info {
    display: none;
}

.slider-row-wrap {
    padding: 0 24px !important;
    margin: 0 auto !important;
}

.read-more-toggle {
    position: relative;
    z-index: 99;
}

@media (min-width: 1280px) {
    .slider-row-wrap {
        max-width: 1146px !important;
    }
}

@media (min-width: 1440px) {
    .slider-row-wrap {
        max-width: 1336px !important;
    }
}
