/*
    Theme Name:  Inspiry BuilderPress Child
    Theme URI: http://themeforest.net/user/InspiryThemes/portfolio
    Description: Child Theme For BuilderPress.
    Template: inspiry-builderpress
    Author: Inspiry Themes
    Author URI: https://www.inspirythemes.com/
    Version: 1.0.1
    Text Domain: inspiry-builderpress
    Domain Path: /languages
    License: GNU General Public License version 3.0
    License URI: http://www.gnu.org/licenses/gpl-3.0.html

	----------------------------------------------------------------------------------------------------------------*/
.shadow-service{
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 12px;
}
.wrapper-nav-section{
	width:90%;
	float:left;
}
.header-nav-section{
	background-color:transparent;
}
.main-menu ul li {
    font-size: 16px;
}
.main-menu ul li a {
    color: #A0241E;
}
.main-menu ul > li.current-menu-item > a {
    font-weight: 700!important;
    background-color: #a0241e!important;
    color: #fff!important;
    padding: 10px!important;
}
.main-menu ul li:hover a:hover {
    color: #4d5454;
}
.chip {
    padding-left: 20px!important;
    padding-right: 20px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    font-size: 18px!important;
    line-height: 32px!important;
	background-color: #a5302a!important;
    color: #ffff!important;
}