@charset "UTF-8";
/*
Theme Name: TV3.0
Theme URI: https://red-hill.com
Author: Red Hill
Author URI: https://red-hill.com
Description: 
Requires at least: WordPress 5.0
Version: 1.0
*/

html, body{
margin:0;
padding:0;
width:100%;
height:100%;
font-family:'Prompt', sans-serif;
}


.ui-loader{
display:none !important;
}

.fadeInUp {
animation-name: AltiosfadeInUp !important;
}

@keyframes AltiosfadeInUp{
	0%{
		opacity:0;
		transform:translate3d(0, 50px, 0);
	}
	100%{
		opacity:1;
		transform:translate3d(0, 0, 0) !important;
	}
}





input#wp-submit, .wpcf7-form input[type="submit"]{
background-color:#ba4b7a !important;
padding:5px 20px !important;
color:#fff !important;
font-weight:400 !important;
font-size:18px !important;
}

input#rememberme{
position:initial !important;
width:inherit !important;
height:inherit !important;
}


.wpcf7-form table{
width:100%;
}

.wpcf7-form table td{
padding:5px 5px 5px 0;
}

.wpcf7-form input, .wpcf7-form textarea{
width:100%;
}

.wpcf7-form input[type="submit"]{
float:right;
cursor:pointer;
}






