/*
Theme Name: Ratio Child
Theme URI: http://ratio.edge-themes.com/
Description: A child theme of Ratio Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.0
Template: ratio
*/
@import url("../ratio/style.css");

.edgtf-top-bar .widget { line-height: 18px;}
.edgtf-top-bar .widget p {
    margin: 0;
}
.edgtf-breadcrumbs-holder {
    display: none !important;
}
.edgtf-title .edgtf-title-holder {
    background: rgba(0, 0, 0, 0.38) !important;
}
.intrest_links_row .wpb_column.vc_column_container.vc_col-sm-4 > div > div {
    border: solid 1px #ccc;
    padding: 38px;
    min-height: 355px;
    margin-bottom: 25px;
}

.edgtf-side-menu-button-opener{
	display:none !important;
}
.carusel{
	background: -webkit-linear-gradient(left,#cb6120,#ce7f00) !important;
    background: -o-linear-gradient(right,#cb6120,#ce7f00)!important;
    background: -moz-linear-gradient(right,#cb6120,#ce7f00)!important;
    background: linear-gradient(to right,#cb6120,#ce7f00)!important;
}