/*
Theme Name: Kloe
Theme URI: http://kloe.qodeinteractive.com/
Description: Fashion & Lifestyle Multi-Purpose Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 2.9
Text Domain: kloe
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.page-title {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
}

.page-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 4px;
  background-color: #f39c12;
  transform: translateX(-50%);
}

.page-title-subtitle {
  font-size: 18px;
  color: #ddd;
  margin-top: 10px;
}
