/*
Theme Name: ArcHub Child
Theme URI: https://archub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: archub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: archub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/



.titlebar .text-end {
    padding-left: 62px;
}




/* =====================================================
   CF7 Floating Labels – scoped ONLY to this form
    [contact-form-7 id="676d2b7" title="FastConatctForm"]
   ===================================================== */

/* ===== Floating labels ONLY for this form ===== */
.wp7-676d2b7 form { display:flex; gap:18px; align-items:stretch; }
.wp7-676d2b7 form p { margin:0 !important; flex:1; }

.wp7-676d2b7 label.cf7-fl{
  position: relative;
  display:block;
  width:100%;
}

.wp7-676d2b7 label.cf7-fl .cf7-fl__label{
  position:absolute;
  left:16px;
  top:50%;
  transform: translateY(-50%);
  font-size:14px;
  color:#888;
  pointer-events:none;
  transition: all .18s ease;
}

.wp7-676d2b7 label.cf7-fl input{
  width:100%;
  height:56px;
  padding:12px 16px 12px;   /* top padding for floating label */
  border:0;
  border-radius:0;
  background:#fff;
  color:#111;
  font-size:16px;
  outline:none;
}


/* Button (site primary color) */
.wp7-676d2b7 .wpcf7-submit{
  flex: 0 0 160px;
  width: 100%;
  height:56px;
  border:0;
  border-radius:0;
  background: var(--e-global-color-primary);
  color:#fff;
  font-weight:800;
  letter-spacing:.6px;
  text-transform:uppercase;
}

/* Mobile stack */
@media (max-width: 991px){
  .wp7-676d2b7 form{ flex-direction:column; }
  .wp7-676d2b7 .wpcf7-submit{ flex:1; }
}


/* END */


