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

.logo-footer, .logo, .retina-logo, .footer-logo  {
	width: auto !important;
}

.pofo-single-portfolio-content-wrap section{
	padding-top: 20px;
	padding-bottom: 20px;
}

*{
	letter-spacing: 0.3px !important;
}

.single-portfolio .portfolio-details-text.entry-content {
  /* Điều chỉnh con số này cho khớp chiều cao header desktop */
  padding-top: 96px;
}

/* Khi click anchor/nhảy tới ảnh/figure không bị header che */
.single-portfolio .portfolio-details-text.entry-content > * {
  scroll-margin-top: 112px; /* = header + 1rem thoáng */
}

/* Mobile/tablet thường header thấp hơn một chút */
@media (max-width: 991.98px) {
  .single-portfolio .portfolio-details-text.entry-content {
    padding-top: 72px;
  }
  .single-portfolio .portfolio-details-text.entry-content > * {
    scroll-margin-top: 88px;
  }
}

/* Tránh trường hợp phần tử đầu tiên có margin âm/0 làm “dính” lên trên */
.single-portfolio .portfolio-details-text.entry-content > :first-child {
  margin-top: 0 !important;
}