/*
Theme Name: Komestic
Theme URI: https://komestic.casethemes.net/
Author: Case-Themes
Author URI: https://themeforest.net/user/case-themes/portfolio
Description: Komestic is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Version: 1.0.1
Tested up to: 6.0
Requires PHP: 7.4
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: komestic
Tags: Blog, E-Commerce, Portfolio, Grid Layout, One Column, Two Columns, Three Columns, Four Columns, Left Sidebar, Right Sidebar, Custom Background, Custom Colors, Custom Header, Custom Logo, custom-menu, Editor Style, Featured Image Header, Featured Images, flexible-header, Footer Widgets, Full Width Template, microformats, Post Formats, Sticky Post, Theme Options, threaded-comments, translation-ready, Block Editor Styles, Wide Blocks
Copyright (c) 2025 Case-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/
.pxl-form-control-full{
    width:100%;
    display:block;
}
.pxl-form-control input,
.pxl-form-control textarea,
.pxl-form-control select{
    width:100%;
    border:none;
    border-bottom:1px solid #cfcfcf;
    padding:14px 0;
    background:transparent;
    font-size:15px;
}

.pxl-form-control input:focus,
.pxl-form-control textarea:focus,
.pxl-form-control select:focus{
    outline:none;
    border-color:#BE6345;
}

.wpcf7-submit{
    background:#6b3fa0;
    color:#fff;
    padding:14px 30px;
    border:none;
    cursor:pointer;
    letter-spacing:.5px;
}