/*
Theme Name: HyperX Child
Template: hyperx
Theme URI: http://themeforester.net/
Description: The Portfolio Website Designer.
Author: Royal-Flush
Author URI: http://themeforest.net/user/Royal-Flush
Version: 1.9
Tags: light, dark, left-sidebar, custom-menu, post-formats, theme-options, translation-ready
License: See in Zip Package
License URI: See in Zip Package
*/


/* Theme customization starts here
-------------------------------------------------------------- */


.wpcf7{
    padding: 20px !important;
}

.wpcf7 .wpcf7-validation-errors,
	.wpcf7 input[type=color],
	.wpcf7 input[type=date],
	.wpcf7 input[type=datetime-local],
	.wpcf7 input[type=datetime],
	.wpcf7 input[type=email],
	.wpcf7 input[type=file],
	.wpcf7 input[type=month],
	.wpcf7 input[type=number],
	.wpcf7 input[type=range],
	.wpcf7 input[type=search],
	.wpcf7 input[type=tel],
	.wpcf7 input[type=text],
	.wpcf7 input[type=time],
	.wpcf7 input[type=url],
	.wpcf7 input[type=week],
	.wpcf7 select {
		display: block;
		font-size: 14px;
		width: 100%;
		font-weight: 400;
		line-height: 1.5;
		color: black;
		background-color: #fff;
		border: 0px;
		border-radius: 0px;
		margin: 4px;
		padding: 10px 10px 10px 25px;
		border-radius: 40px;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.wpcf7 textarea {
		border-radius: 10px;
		-webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 100%;
	}

	.wpcf7 input[type=submit] {
		width: 150px;
		padding: 10px;
		/* color: white; */
		font-weight: 700;
		line-height: 1;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.form-control:focus,
	.wpcf7 .wpcf7-validation-errors:focus,
	.wpcf7 input:focus[type=color],
	.wpcf7 input:focus[type=date],
	.wpcf7 input:focus[type=datetime-local],
	.wpcf7 input:focus[type=datetime],
	.wpcf7 input:focus[type=email],
	.wpcf7 input:focus[type=file],
	.wpcf7 input:focus[type=month],
	.wpcf7 input:focus[type=number],
	.wpcf7 input:focus[type=range],
	.wpcf7 input:focus[type=search],
	.wpcf7 input:focus[type=submit],
	.wpcf7 input:focus[type=tel],
	.wpcf7 input:focus[type=text],
	.wpcf7 input:focus[type=time],
	.wpcf7 input:focus[type=url],
	.wpcf7 input:focus[type=week],
	.wpcf7 select:focus,
	.wpcf7 textarea:focus {
		color: #495057;
		background-color: #fff;
		outline: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}