/*

Theme Name: Avada Child

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/



/*----General----*/



.hide-pc{
    display:none;
}



/*----Texto en Blanco----*/

    .text-white{
       color:white !important;
    }



/*Home*/
	
	.home-relatos .texto-relato:hover{
	  background-color:#f4f4f4;
	}

	.home-relatos .texto-relato{
	  transition: all 1s;
	}


	/*NEWSLETTER*/
		.nw-home .nw-field{
		    border: 2px solid #5f3287 !important;
		    width: 33% !important;
		    height: 40px !important;
		    float: left;			
		}

		.nw-home .nw-submit{
			width: 30%;
		    border: none;
		    height: 40px;
		    background-color: #5f3287;
		    color: white;
		    cursor: pointer;
		}

/*----CONTACTO----*/

		.wpcf7-recaptcha{
			float: left;
		}
		.wpcf7-submit{
			float: right !important;
		    width: 45% !important;
		    height: 78px;
		}


/*-----FOOTER-----*/

	/*NEWSLETTER*/
		.nw-field{
		    height: 40px !important;
		}

		.nw-submit{
			width: 100%;
		    border: 1px solid white;
		    height: 40px;
		    background-color: #5f3287;
		    color: white;
		    cursor: pointer;
		}


/*---WOOCOMERCE---*/
	.download-url{
		font-size: 25px !important;
    	color: red !important;
	}


/*RAPIDOLOGY*/

	.rad_rapidology .rad_rapidology_form_header.split img{
		max-width: 30% !important;
	}

	.rad_rapidology .rad_rapidology_form_header h2{
		border-bottom: 1px solid #5f3287 !important;
	    color: #5f3287 !important;
	    line-height: 2em !important;
	    margin-bottom: 20px !important;
	    font-weight: 400 !important;
	    margin-top: 5% !important;
	}

	.rad_rapidology_form_text span{
		color: #747474 !important;
		font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif !important;
	}

	.rad_rapidology_subscribe_name input,
	.rad_rapidology_subscribe_email input{
		background-color: white !important;
    	color: #ababab !important;
    	height: 40px;
    	font-weight: 400 !important;
	}

	.rad_rapidology .rad_rapidology_optin_1 .rad_rapidology_form_content button{
	    border: 1px solid white;
	    height: 40px;
	}

	.rad_rapidology_form_content button span{font-weight: 400 !important;}

@media screen and (max-width: 800px){

	.hide-mobil{
	  display: none !important;
	}

	.hide-pc{
	  display: block;
	}

	.wpcf7-recaptcha{
    	margin-left: 25%;
	}

	.wpcf7-submit{
		float: none !important;
	    width: 100% !important;
	    height: 78px;
	    margin-top: 15px;
	}

}