/*
Theme Name: Indutri Child
Description: Child theme for the Indutri themes
Author: Gaviathemes
Template: indutri
*/
body{
	font-weight:300;
}
.col-bg-fill-left {
  background-color:transparent;
}

.col-bg-fill-left:after {
  background-color:transparent;
}

ul.gva-nav-menu > li{
	margin: 0 1.5rem;
}

.about-border{
	max-width: 6rem;
    width: 100%;
    border-radius: 100px!important;
}

.sidebar-widget{
	padding: 1rem 1.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin: .5rem 1rem;
	font-weight:300;
}

.sidebar-widget h2{font-family: Oswald, sans-serif !important; color:#009cff; font-weight:500;}
.sidebar-widget strong{ color:#009cff; }

.services-border{
	max-width: 6rem;
    width: 100%;
    border-radius: 100px!important;
	margin:0 auto;
	text-align:center;
}

.control-search, .main-search.gva-search{display:none!important;}
.header-mobile .header-mobile-content {
    padding: 0px 0;
}

@media (max-width: 767px){
	h2.title, div.title-desc{font-size:40px !important;}

}