/*
Theme Name: Parabola NoLink
Theme URI: http://www.cryoutcreations.eu/
Description: Parabola child theme (with link removal)
Author: Cryout Creations
Author URI: http://www.cryoutcreations.eu
Version: 0.6
Template: parabola
*/

/* place your custom css and customizations below */

/* contact form */
.wpcf7 input
{
	font-family: open sans;
	font-size: 16px;
	border: 1px solid #3b4363 !important;
	width: 100%;
}
.wpcf7 textarea
{
	font-family: open sans;
	font-size: 16px;
	border: 1px solid #3b4363 !important;
	width: 100%;
        height: 180px;
}
.wpcf7
{
	font-weight: bold;
}
.wpcf7 input[type="submit"]
{
	background-color: #6ecf9c;
	border: none;
	font-family: open sans;
	font-size: 16px;
	width: 100px;
	color: #fff;
	text-transform: uppercase;
}

.wpcf7 input[type="submit"]:hover
{
	background-color: #6ecf9c;
	font-family: open sans;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
