/*
Theme Name: Katen Child
Theme URI: http://tftus.com/katen-child/
Description: Katen Child Theme
Author: TFTUS Blog
Author URI: http://tftus.com
Template: katen
Version: 1.0.0
*/
/* Add your custom styles here */


/* Scope only CF7 popup */

.menu-popup .wpcf7 .email-wrapper {
  background: #2f2f2f;
  padding: 25px;
  width: 420px;
  margin: 120px auto;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.menu-popup .wpcf7 .email-wrapper h3 {
  color: #fff;
  margin-bottom: 15px;
}

.menu-popup .wpcf7 .email-box {
  display: flex;
}

.menu-popup .wpcf7 .email-box input {
  flex: 1;
  padding: 12px;
  border: none;
  outline: none;
  font-size: 14px;
}

.menu-popup .wpcf7 .email-box button {
  background: #1e90ff;
  color: #fff;
  border: none;
  padding: 12px 18px;
  cursor: pointer;
}

/* Popup */
.menu-popup .wpcf7 .overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 9999;
}


.menu-popup  .wpcf7 .popup {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translate(-50%, -60%); }
  to { opacity: 1; transform: translate(-50%, -50%); }
}

.menu-popup  .wpcf7 .popup-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.menu-popup .wpcf7 .skip {
  background: #ccc;
  border: none;
  padding: 10px 18px;
  cursor: pointer;
}

.menu-popup  .wpcf7 .submit {
  background: #1e90ff;
  color: #fff;
  border: none;
  padding: 10px 18px;
  cursor: pointer;
}

.menu-popup  .contact-section .contact-row .contact-form {
    padding: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.navbar-expand-lg .navbar-collapse{justify-content:end !important}
.menu-popup .heading-text{background: #e7e7e7; margin: -25px; padding: 15px;}
.menu-popup .contact-form{margin-top: 50px}
.form-field textarea.form-input {min-height: auto;}