/*
Theme Name: Pixomi Child Theme
Theme URI: https://themeforest.net/user/dropletthemes
Author: Junaid
Author URI: https://dropletthemes.com
Description: A Child Them for Pixomi - Consulting, Business and Finance WordPress Theme.
Template: pixomi
Version: 8.2
*/

/*Main Content*/
#main-content {
  padding-top: 0;
  padding-bottom: 0;
}

#mobile-logo.logo{
	margin-top: 5px;
}
#mobile-logo.logo img{
	max-width: 250px;
}

#header.header-v6 .logo-block .logo{
    margin: 5px auto;
	
}
#header.header-v6 .logo img{
    width: 500px;
}

#footer .widget-area{
	padding: 15px 0 5px;
}
#footer .widget.social-widget{
	margin-top: 20px;
}
#footer .copyright{
	padding: 5px 0px 5px;
}
.vc_toggle .vc_toggle_content{
	font-size: inherit !important;
}
#footer .multi-col-widget .widget{
	width: 350px;
}
#footer .multi-col-widget #block-6{
	display: none;
}
.city_field{
    width: calc(26% - 30px);
    float: left;
    margin-left: 30px !important;
}

.vc_col-has-fill p, .vc_col-has-fill span, .vc_col-has-fill h1, .vc_col-has-fill h2, .vc_col-has-fill h3, .vc_col-has-fill h4, .vc_col-has-fill .vc_toggle_title h4, .vc_col-has-fill b, .vc_col-has-fill strong{
	color: #fff !important;
}
.vc_col-has-fill .vc_toggle.vc_toggle_arrow .vc_toggle_title .vc_toggle_icon::after, .vc_col-has-fill .vc_toggle.vc_toggle_arrow .vc_toggle_title .vc_toggle_icon::before{
	border-color: #fff;
}
.vc_col-has-fill.bright p, .vc_col-has-fill.bright span, .vc_col-has-fill.bright h1, .vc_col-has-fill.bright h2, .vc_col-has-fill.bright h3, .vc_col-has-fill.bright h4{
	color: #000;
}

.wpcf7-form p{
	margin: 0 0 0px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit{
	margin-top: 20px;
	margin-bottom: 20px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="email"], .wpcf7-form input[type="date"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="url"], .wpcf7-form textarea{
	padding: 8px 13px;
}
input[type="text"], input[type="password"], input[type="number"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="time"], input[type="month"], input[type="week"], input[type="email"], input[type="search"], input[type="tel"], input[type="url"], #respond textarea, #respond input[type='text'], select, textarea, .post-password-form input[type="password"]{
	font-size: 17px;
}

.button, button, input[type="button"], input[type="reset"], input[type="submit"], .post-password-form input[type='submit'], .wp-block-search .wp-block-search__button, .wp-block-button .wp-block-button__link, .wp-block-file a.wp-block-file__button{
	border-radius: 5px;
}
.title, .breadcrumbs{
visibility: hidden;
}

@media (max-width: 768px){
	#titlebar{
		display: block;
	}
}