/**
Theme Name: Optica Maria Esteban - Landing 2020
Author: Neobunker
Author URI: https://www.neobunker.com
Description: Landing page promocional para Optica Maria Esteban.
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: optica-maria-esteban-landing-2020
Template: astra
*/

	.thrv_wrapper.thrv_text_element {
		color: black;
	}

	span.wpcf7-list-item-label {
		color: black;
	}

.lottery-form p {
	position:relative;
}
.wpcf7 form.lottery-form .wpcf7-response-output {
	margin:0;
}

.lottery-form input.wpcf7-text{
	height: 36px;
    line-height: 50px;
    font-size: 1.2rem;
    margin-bottom: 24px;
    padding: 7px 23px;
    width: calc( 100% - 50px );
}

.lottery-form span.wpcf7-list-item{
	margin:0;
}

.lottery-form input.wpcf7-submit{
	background-color: #52c8d1;
    color: #FFFFFF;
    font: 300 1.2rem Poppins;
	line-height: 0;
    border:none;
    width:50%;
    height:20px;
    cursor:pointer;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.lottery-form input.wpcf7-submit:not(:disabled):hover, 
.lottery-form input.wpcf7-submit:not(:disabled):focus {
	background-color: #000000;
}

.lottery-form input.wpcf7-submit:disabled{
	opacity:.5;
}

.lottery-form .wpcf7-list-item-label a {
	font-weight: 700;
	text-decoration:none;
	color: #000000;
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.lottery-form .wpcf7-list-item-label a:hover,
.lottery-form .wpcf7-list-item-label a:focus{
	opacity:.7;
}

.wpcf7 .lottery-form .ajax-loader {
	position: absolute;
    z-index: 2;
    left: 26px;
    top: 17px;
}

.thrv_wrapper.tve_wp_shortcode {
	margin:0;
}

.swal2-title {
	font-family: "Poppins";
	font-size: 1.5rem;
	line-height: 2rem;
}

.swal2-actions .button {
	background: var(--tcb-local-color-ae405,rgb(255, 51, 51))  !important;
	border-radius: 0;
}