/*
Theme Name: Montoya Child
Theme URI: https://montoya.clapat-themes.com/
Description: Responsive Wordpress Theme
Template: montoya
Version: 1.0
Author: You
Author URI: https://your site
License: Themeforest
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: montoya-child
*/


/*------------------------------------------------------------------

Add here your own styles

-------------------------------------------------------------------*/
/* Color only "Trans" in orange in ThinkTrans */
.hero__title {
  color: transparent !important;
  position: relative !important;
  font-size: 3rem;
}

.hero__title::before {
  content: "Think";
  color: black;
  position: absolute;
  left: 0;
  top: 0;
}

.hero__title::after {
  content: "Trans";
  color: orange;
  position: absolute;
  left: 70px; /* adjust if needed */
  top: 0;
}
