/*!
Theme Name: Ludizen
Theme URI: https://ludizen.com
Template: ncmaz
Author: Ludizen
Author URI: https://ludizen.com
Description: Ncmaz child theme.
Version: 4.3.0
Tested up to: 5.4
Requires PHP: 7.4
License: Proprietary
License URI: LICENSE
Text Domain: ludizen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Comments
--------------------------------------------- */


/* Widgets
--------------------------------------------- */

/* Media
--------------------------------------------- */



/* Captions
--------------------------------------------- */

/* Galleries
--------------------------------------------- */

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* -------------------------------------------------------------------------- */

/* Woocommerce */

#wc-stripe-new-payment-method {
  width: 1rem !important;
 }


 .woocommerce-page.woocommerce-checkout .form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
  flex-direction: row !important;
 }

 .woocommerce-page.woocommerce-checkout .form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input#wc-stripe-new-payment-method {
  margin-right: 0.4rem;
  margin-top: 0.1rem;
}

/* Contact Form 7 */

/* rounded corners and backgound color blue 500 for submit button */
.wpcf7-submit {
  cursor: pointer;
  border-radius: 0.5rem;
  background-color: #2172f3 !important;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.wpcf7-submit:hover {
  background-color: #043687 !important;
}
