/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

input.wpcf7-submit[type="submit"], input.wpcf7-submit[type="submit"]:hover {
	background-color: #C0A8E5;
}
#iframediv iframe {
	height: calc(100vh);
}
#ur-frontend-form {
	box-shadow: none !important;
	text-align: center;
	padding:0
}
#ur-frontend-form input {
	max-width: 250px !important;
}
#ur-frontend-form input[type="submit"] {
	max-width: unset !important;
}
#user-registration {
	margin: 0 !important;
}
.hfe-nav-menu li {
	padding: 0 15px;
}
.hfe-nav-menu li a {
	color: #54595f !important;
	font-size: 15px;
}
.hidden {
	display: none !important;
}
.post .wp-post-image {
   max-height: unset;
}
.user-registration  {
	box-shadow: none !important;
}
.user-registration-Button,
.user-registration-Button:hover,
.btn.button.ur-submit-button,
.btn.button.ur-submit-button:hover,
.enviar,
.enviar:hover  {
	background-color: #6DC6D3 !important;
   font-family: "Roboto", Sans-serif;
   font-size: 14px !important;
   font-weight: 500;
   text-decoration: none;
   fill: #FFFFFF;
   color: #000 !important;
   border-radius: 37px 37px 37px 37px !important;
   border: none !important;
   width: 250px;
}
.user-registration-before-login-btn label,
.user-registration-before-login-btn p {
	width: 100% !important;
}