/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.g-breadcrumbs a {
    color: #616161 !important;
}
.w-vwrapper.usg_vwrapper_1.align_center.valign_top a {
    color: #000 !important;
    font-weight: 600 !important;
}
.dir-ltr{
	direction: ltr;
}
.w-filter.state_desktop.style_drop_default .w-filter-item-title, .w-color-swatch, .select2-selection, select, textarea, input:not([type=submit]) {
    font-weight: 600 !important;
    letter-spacing: 0em;
    border-radius: 15px !important;
    background: var(--color-content-bg-alt);
    border-color: var(--color-content-border);
    color: #000000 !important;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08) inset;
}
.layout_portfolio_2 .w-grid-item-h {
    border-radius: 20px !important;
}
@media (max-width: 600px) {
    .ush_search_1 {
        color: #ffffff !important;
        font-weight: 600 !important;
    }
}
ul.w-nav-list.level_2 li span.w-nav-title:before {
    content: '\f192';
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: #0e542a;
    position: absolute;
    right: 0;
    top: 8px;
    opacity: 1;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}

.sec-title{
	position: relative;
    display: inline-block;
    font-size: 24px;
    color: #202020;
    padding-bottom: 10px;
    margin-bottom: 15px;
	font-weight: 700;
}

.sec-title:after, .sec-title:before {
    width: 100px;
    display: inline-block;
    clear: both;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    height: 1px;
    background-color: #bba99d;
    content: '';
}
.sec-title:before {
    top: -5px;
}
.sec-title:after {
    bottom: 0;
}
