/**
Theme Name: Landing Alquimia al Amor
Author: Emcodex
Author URI: https://emcodex.com/
Description: Tema hijo para personalizaciones de alquimia al amor.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: landing-alquimia-al-amor
Template: astra
*/

div.wpcf7 .wpcf7-form-control {
  max-width: 95%;
  
}


.wpcf7 select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    padding: 0px;
    text-indent: 0px;
    width: 100%;
    z-index: 100;
}


.wpcf7-text {
  width: 100%;
  padding: 15px;
  font-size:18px !important;
}

.wpcf7-textarea {
  width: 100%;
}

 /* .wpcf7 input[type="submit"] {
   width: 60% !important;
   position:relative;
   padding: 10px 25px ;
   left:20%;
	background-color:#f8bc0c;  
	border-radius: 0px;
	font-size: 20px;
	border: 1px solid #fff;
}*/



.wpcf7 input[type="submit"] {
	 width: 60% !important;
     /*position:relative;
	 left:20%;*/
	display: block;
   margin: 0 auto;
     color: #652387;
     font-size: 18px;
     font-weight: 700;
     background: #f8bc0c;
     padding:8px 25px 8px 25px;
	 border: 1px solid #652387;
	 border-style: double;
     border-width: 6px 6px 6px 6px;
     border-radius: 5px;
     text-transform: uppercase;
     letter-spacing: 3px;
 }

 .wpcf7 input:hover[type="submit"] {
     background: #0A9E1C;
     transition: all 2.0s;
 }
 
.wpcf7 input:active[type="submit"] {
     background: #092AE4;
 }

/**/

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	border: 1px solid #652387;
	border-style: double;
	border-width: 6px 6px 6px 6px;
	text-transform:uppercase
}
