﻿/*
Theme Name: Inovi - child theme
Theme URI: https://www.adista.fr
Author: the Adista Digital Factory team
Author URI: https://www.adista.fr
Description: Child version of Adista Digital Factory's kickstart theme
Version: 1.0
License: Beerware http://fr.wikipedia.org/wiki/Beerware
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, starter theme, adf, child
Text Domain: inovi
Template: inovi
*/

.top-head .head-btn a  {
    display: none;
}

.container > .row.skill-container {
    display: flex;
}

.container > .row.engagement-container {
    display: flex;
}

.container .skill-container {
    display: flex;
}

.container .engagement-container {
    display: flex;
}

.row.engagement-container .icon_box{
    height: 100%;
}

.oc-feature.text-center.style6.rounded {
    height: 100%;
}

.oc-feature h4.feature_title{
    overflow-wrap: break-word;
}

.oc-feature.style6 .box_inner{
    width: 85%;
    margin: -70px auto 0;
    display: block;
    background-color: #fff;
    position: relative;
    padding: 30px;
    z-index: 2;
    flex:2;
    height: calc(100% - 98px);
}

.skill-container .col-md-3 {
    float:none;
}

@media screen and (max-width: 993px) {
    .container > .row.skill-container, .row.engagement-container {
        flex-direction: column;
    }

    .oc-feature.style6 .box_inner{
     height: calc(100% - 130px);
    }
}

