/*
 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
*/

header a.logo-light img {
	max-height: 70px;
}

.centerme {
	text-align: center;
}

section, .default-page-space {
    padding: 70px 0;
    overflow: hidden;
}

@media (max-width: 991px) {
	section, .default-page-space {
		padding: 40px 0;
	}
}

@media (max-width: 767px) {
	section, .default-page-space {
		padding: 30px 0;
	}
	
	.feature-box .content {
		padding: 15px;
	}
	
	.feature-box .content .link-icon {
		display: none;
	}
}