/*
 Theme Name: Pofo Child
 Theme URI: http://wpdemos.themezaa.com/pofo
 Description: Child theme for Pofo theme
 Version: 1.0
 Author: ThemeZaa
 Author URI: http://www.themezaa.com
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, photography, portfolio
 License: Themeforest Split Licence
 License URI: http://themeforest.net/licenses
 Template: pofo
 Text Domain: pofo-child
*/
.home_feature_box_inner_sec .vc_row.vc_row-flex{
	align-items: start !important;
}
.home_feature_box_inner_sec .vc_col-md-3{
	width: 33.33%;
	min-height: 450px;    margin-bottom: 30px;
}
.home_feature_box_inner_sec .pofo-featurebox{
	text-align: center;
}
.vc_row-o-equal-height.vc_row-o-content-middle.pofo-featurebox-equal-height .wpb_wrapper .pofo-featurebox{
	vertical-align: top;
}
.home_feature_box_inner_sec .vc_col-md-3 .alt-font.text-extra-dark-gray {
    font-size: 13px;
}
p.dscf7captcha input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #484848;
    padding: 10px 0;
    margin-bottom: 30px;
    font-size: 14px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    width: 100% !important;
}
@media screen and (max-width: 767px) {
.home_feature_box_inner_sec .vc_col-md-3{
		width: 50%;
		min-height: auto;
		margin-bottom: 0;
}
section#home .vc_column-inner {
		margin: 0;
		padding: 0;
}
section#home .wpb_single_image  img {
	width: 100%;
	height: 480px;
	object-fit: cover;
	padding: 0;
	margin: 0;        object-position: 0;
}
.home_feature_box_inner_sec .vc_col-md-3 .alt-font.text-extra-dark-gray {
    font-size: 12px;
}
section#home {
    background-position: left !important;
}
}