/**
* Theme Name: Bacola Child
* Description: This is a child theme of Bacola, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: bacola
* Version: 1.6.1
*/


/* Apple / Shopify Style Contact Form 7 */

/* ===========================
   POPUP OVERLAY
=========================== */

.pum-overlay {
    background: rgba(0,0,0,.55) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

/* ===========================
   POPUP CONTAINER
=========================== */

#popmake-2178.pum-container {
    width: 400px !important;
    max-width: 92vw !important;
    border-radius: 24px !important;
    overflow: hidden;
}

#popmake-2178 .pum-content {
    padding: 15px !important;
    background: rgba(255,255,255,.96);
    border-radius: 24px;
}

/* ===========================
   REMOVE EXTRA SPACE
=========================== */

#popmake-2178 p {
    margin: 0 0 10px !important;
}

#popmake-2178 .be-title {
    text-align: center;
    margin-bottom: 15px;
}

#popmake-2178 .be-title h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: #111827;
}

#popmake-2178 .be-title p {
    font-size: 13px;
    color: #6b7280;
    margin-top: 6px !important;
}

/* ===========================
   FORM ROWS
=========================== */

#popmake-2178 .be-row {
    display: flex;
    gap: 10px;
}

#popmake-2178 .be-col {
    flex: 1;
}

/* ===========================
   LABELS
=========================== */

#popmake-2178 label {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 5px;
    display: block;
}

/* ===========================
   INPUTS
=========================== */

#popmake-2178 input[type="text"],
#popmake-2178 input[type="email"],
#popmake-2178 input[type="tel"],
#popmake-2178 input[type="number"],
#popmake-2178 textarea {

    width: 100% !important;
    height: 42px;
    padding: 0 14px !important;

    border: 1px solid #E5E7EB !important;
    border-radius: 14px !important;

    background: #F9FAFB;
    font-size: 14px;

    box-sizing: border-box;
    transition: all .25s ease;
}

#popmake-2178 textarea {
    height: 80px;
    padding: 12px 14px !important;
    resize: none;
}

#popmake-2178 input:focus,
#popmake-2178 textarea:focus {
    outline: none !important;
    border-color: #0071e3 !important;
    box-shadow: 0 0 0 4px rgba(0,113,227,.10);
    background: #fff;
}

/* ===========================
   NOTE
=========================== */

#popmake-2178 .be-note {
    font-size: 11px;
    color: #6B7280;
    text-align: center;
    margin-top: 10px;
}

/* ===========================
   BUTTON
=========================== */

#popmake-2178 .wpcf7-submit {

    width: 100% !important;
    height: 46px;

    background: #111827 !important;
    color: #fff !important;

    border: none !important;
    border-radius: 14px !important;

    font-size: 15px;
    font-weight: 600;

    transition: .25s;
}

#popmake-2178 .wpcf7-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
}

/* ===========================
   CLOSE BUTTON
=========================== */

#popmake-2178 .pum-close {
	 width: 55px !important;
    border-radius: 22% !important;
    background: #f1f1f1 !important;
    color: #fb2323 !important;
    height: 32px !important;
    font-size: 12px !important;
    top: 12px !important;
    right: 12px !important;
    box-shadow: none !important;
}

/* ===========================
   REMOVE CF7 MARGINS
=========================== */

#popmake-2178 .wpcf7-form-control-wrap {
    display: block;
}

#popmake-2178 .wpcf7-spinner {
    display: none;
}




.pum-theme-2169 .pum-container, .pum-theme-default-theme .pum-container {
    padding: 0px !important;
}




