/*
Theme Name: BizPro Child
Theme URI: http://themetor.com
Author: ThemeTor
Author URI: http://themetor.com
Description: Child theme for BizPro WordPress theme 
Template: bizpro
Version: 1.0
*/

@import url("../bizpro/style.css");

.wpb_single_image.wpb_content_element.vc_align_center img {
    border-radius: inherit;
}

.footer_widgets{
	padding: 0;
}
.logo {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.head{
	background-color: #FFF !important;
}
@media only screen and (min-width: 767px){
	.header_v6 .head .info_bar{
		font-size: 20px;
		margin-top: 80px !important;
	}
}
.header_v7 .search_fit_cart{
	display: none;
}
.head .info_bar i{
	color: #ff0000;
}
.page-title{
	color: yellow !important;
	text-transform: uppercase;
}
.breadcrumbs {
    background-position: center;
}
.page-content{
	margin: 0px;
}
.sf-menu li a:hover, .sf-menu > li:hover > a, .sf-menu > li > a:hover, li.current-menu-item > a, .sf-menu ul li:hover > a, .sf-menu a.current-menu-item i, .sf-menu a:hover i, .thead .info_bar a:hover {
    color: #ffee00 !important;
}
.vc_single_image-img{
	border-radius: 50%;
}
.btn.tbutton5.default, .btn.tbutton6.default, .btn.tbutton7.default, .btn.tbutton8.default, .filterable.st4 ul.filter li.current, .projectslider .flex-direction-nav a:hover, .pagination-tt ul li span{
	background-color: #77b019 !important;
}
.toggle-head:hover{
	background-color: yellow;
}
.btn.tbutton1{
	background-color: #ffcc00 !important;
}