/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Estilos single product campos seleccionables */
.woocommerce form .form-row select, .woocommerce-page form .form-row select {
  width: 100%;
  background-color: white;
  padding: 10px 20px;
  color: #454545;
  border-radius: 0px;
  font-size: 15px;
}

/* Botón enviar comentarios single post */
.elementor-kit-4 button, .elementor-kit-4 input[type="button"], .elementor-kit-4 input[type="submit"], .elementor-kit-4 .elementor-button 
{
  background-color: #1C733D;
  border: none;
	font-size: 14px;}


/*comentarios wordpress*/ 
#comments .comment .comment-body, #comments .pingback .comment-body {
  padding: 30px 30px 30px 60px;
  border-bottom: solid 1px #A2BEB4;
  background-color: #D3E3DC9C;
}

#comments .comment .avatar, #comments .pingback .avatar {

  margin-left: 10px;
}

 a.url{
	text-decoration: none;
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
}


input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  width: 100%;
  border: 1px solid #A2BEB4;
	border-radius: 0;}
