/*
Theme Name: Niva Child
Theme URI: https://niva.lucianionut.com
Template: niva
Author: SweetThemes
Author URI: https://themeforest.net/user/sweet-themes
Description: WordPress Theme for Creative Agencies and Freelancers
Version: 1.0
Text Domain: niva
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post

*/

/* =Theme customization starts here
------------------------------------------------------- */
body .vivus-icon svg path.st157{
	stroke-width:5;
	fill: none;
}

body .vivus-icon svg path.st0{
	fill: none;
}

.title-subtile-holder p.section-description{
	margin-left:20px;
	margin-right:0;
	max-width:100%;
}

.mt-icon-list-item .mt-icon-list-icon-holder {
    display: table-cell;
    vertical-align: top;
    width: 20px;
}

.d-flex {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.footer-widget-expertises ul li {
	list-style-type: none;
    padding-left: 0px;
}

.footer-widget-expertises ul {
    padding-left: 0px;
}

.footer-widget-expertises ul li a {
    color: rgba(255,255,255,.8);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    margin: 15px 0;
    opacity: 1;
    padding: 0;
}

.footer-widget-expertises ul li a:hover {
    position: relative;
    padding-left: 30px !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.footer-widget-expertises ul li a::before {
    content: '';
    background: #fff;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    left: 15px;
    top: 16.5px;
    width: 10px !important;
    height: 3px;
    border-radius: 0;
}